MCPcopy 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
668Py::Float VectorPy::getLength() const
669{
670 VectorPy::PointerType ptr = getVectorPtr();
671 return Py::Float(ptr->Length());
672}
673
674void VectorPy::setLength(Py::Float arg)
675{

Callers 15

getObjectsMethod · 0.45
getObjectsOfTypeMethod · 0.45
getTypeIdMethod · 0.45
getPropertyFilesMethod · 0.45
findFilesMethod · 0.45
getInputFilesMethod · 0.45
parseVersion1Method · 0.45
GenericMetadataMethod · 0.45
startElementMethod · 0.45
SMESH_Algo.cppFile · 0.45
startElementMethod · 0.45

Calls 1

LengthMethod · 0.45

Tested by

no test coverage detected