Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getPosition
Method
getPosition
src/Base/CoordinateSystemPyImp.cpp:179–182 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
177
}
178
179
Py::Object CoordinateSystemPy::getPosition() const
180
{
181
return Py::Vector(getCoordinateSystemPtr()->getPosition()); // NOLINT
182
}
183
184
void CoordinateSystemPy::setPosition(Py::Object arg)
185
{
Callers
5
setPlacement
Method · 0.45
write
Method · 0.45
representation
Method · 0.45
getBase
Method · 0.45
slerp
Method · 0.45
Calls
1
Vector
Function · 0.70
Tested by
no test coverage detected