Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ setBase
Method
setBase
src/Base/AxisPyImp.cpp:124–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
122
}
123
124
void AxisPy::setBase(Py::Object arg)
125
{
126
getAxisPtr()->setBase(Py::Vector(arg).toVector());
127
}
128
129
Py::Object AxisPy::getDirection() const
130
{
Callers
5
setAxes
Method · 0.45
setPlacement
Method · 0.45
setPosition
Function · 0.45
TEST
Function · 0.45
TEST_F
Function · 0.45
Calls
2
toVector
Method · 0.80
Vector
Function · 0.70
Tested by
no test coverage detected