Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
Py::Object CoordinateSystemPy::getYDirection() const
160
{
161
return Py::Vector(getCoordinateSystemPtr()->getYDirection()); // NOLINT
162
}
163
164
void CoordinateSystemPy::setYDirection(Py::Object arg)
165
{
Callers
1
TEST
Function · 0.45
Calls
1
Vector
Function · 0.70
Tested by
no test coverage detected