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

Method getYDirection

src/Base/CoordinateSystemPyImp.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159Py::Object CoordinateSystemPy::getYDirection() const
160{
161 return Py::Vector(getCoordinateSystemPtr()->getYDirection()); // NOLINT
162}
163
164void CoordinateSystemPy::setYDirection(Py::Object arg)
165{

Callers 1

TESTFunction · 0.45

Calls 1

VectorFunction · 0.70

Tested by

no test coverage detected