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

Method getXDirection

src/Base/CoordinateSystemPyImp.cpp:149–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149Py::Object CoordinateSystemPy::getXDirection() const
150{
151 return Py::Vector(getCoordinateSystemPtr()->getXDirection()); // NOLINT
152}
153
154void CoordinateSystemPy::setXDirection(Py::Object arg)
155{

Callers 1

TESTFunction · 0.45

Calls 1

VectorFunction · 0.70

Tested by

no test coverage detected