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

Method getZDirection

src/Base/CoordinateSystemPyImp.cpp:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169Py::Object CoordinateSystemPy::getZDirection() const
170{
171 return Py::Vector(getCoordinateSystemPtr()->getZDirection()); // NOLINT
172}
173
174void CoordinateSystemPy::setZDirection(Py::Object arg)
175{

Callers 1

TESTFunction · 0.45

Calls 1

VectorFunction · 0.70

Tested by

no test coverage detected