Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getBase
Method
getBase
src/Base/PlacementPyImp.cpp:333–336 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
331
}
332
333
Py::Object PlacementPy::getBase() const
334
{
335
return Py::Vector(getPlacementPtr()->getPosition()); // NOLINT
336
}
337
338
void PlacementPy::setBase(Py::Object arg)
339
{
Callers
nothing calls this directly
Calls
2
Vector
Function · 0.70
getPosition
Method · 0.45
Tested by
no test coverage detected