Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
Py::Object CoordinateSystemPy::getZDirection() const
170
{
171
return Py::Vector(getCoordinateSystemPtr()->getZDirection()); // NOLINT
172
}
173
174
void CoordinateSystemPy::setZDirection(Py::Object arg)
175
{
Callers
1
TEST
Function · 0.45
Calls
1
Vector
Function · 0.70
Tested by
no test coverage detected