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

Method setBase

src/Base/AxisPyImp.cpp:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void AxisPy::setBase(Py::Object arg)
125{
126 getAxisPtr()->setBase(Py::Vector(arg).toVector());
127}
128
129Py::Object AxisPy::getDirection() const
130{

Callers 5

setAxesMethod · 0.45
setPlacementMethod · 0.45
setPositionFunction · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 2

toVectorMethod · 0.80
VectorFunction · 0.70

Tested by

no test coverage detected