Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
Py::Object CoordinateSystemPy::getXDirection() const
150
{
151
return Py::Vector(getCoordinateSystemPtr()->getXDirection()); // NOLINT
152
}
153
154
void CoordinateSystemPy::setXDirection(Py::Object arg)
155
{
Callers
1
TEST
Function · 0.45
Calls
1
Vector
Function · 0.70
Tested by
no test coverage detected