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

Method getBase

src/Base/PlacementPyImp.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333Py::Object PlacementPy::getBase() const
334{
335 return Py::Vector(getPlacementPtr()->getPosition()); // NOLINT
336}
337
338void PlacementPy::setBase(Py::Object arg)
339{

Callers

nothing calls this directly

Calls 2

VectorFunction · 0.70
getPositionMethod · 0.45

Tested by

no test coverage detected