Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getLength
Method
getLength
src/Base/VectorPyImp.cpp:668–672 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
666
}
667
668
Py::Float VectorPy::getLength() const
669
{
670
VectorPy::PointerType ptr = getVectorPtr();
671
return Py::Float(ptr->Length());
672
}
673
674
void VectorPy::setLength(Py::Float arg)
675
{
Callers
15
getObjects
Method · 0.45
getObjectsOfType
Method · 0.45
getTypeId
Method · 0.45
getPropertyFiles
Method · 0.45
findFiles
Method · 0.45
getInputFiles
Method · 0.45
parseVersion1
Method · 0.45
parseContentNodeVersion1
Method · 0.45
GenericMetadata
Method · 0.45
startElement
Method · 0.45
SMESH_Algo.cpp
File · 0.45
startElement
Method · 0.45
Calls
1
Length
Method · 0.45
Tested by
no test coverage detected