MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getPosition

Method getPosition

src/Base/CoordinateSystemPyImp.cpp:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179Py::Object CoordinateSystemPy::getPosition() const
180{
181 return Py::Vector(getCoordinateSystemPtr()->getPosition()); // NOLINT
182}
183
184void CoordinateSystemPy::setPosition(Py::Object arg)
185{

Callers 5

setPlacementMethod · 0.45
writeMethod · 0.45
representationMethod · 0.45
getBaseMethod · 0.45
slerpMethod · 0.45

Calls 1

VectorFunction · 0.70

Tested by

no test coverage detected