Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ getRotation
Method
getRotation
src/Base/PlacementPyImp.cpp:343–346 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
341
}
342
343
Py::Object PlacementPy::getRotation() const
344
{
345
return Py::Rotation(getPlacementPtr()->getRotation());
346
}
347
348
void PlacementPy::setRotation(Py::Object arg)
349
{
Callers
15
getCameraAlignmentDirection
Method · 0.45
getDirection
Method · 0.45
setValueIfChanged
Method · 0.45
setPathValue
Method · 0.45
getPathValue
Method · 0.45
getPyPathValue
Method · 0.45
Save
Method · 0.45
SaveDocFile
Method · 0.45
transform
Method · 0.45
setPlacement
Method · 0.45
write
Method · 0.45
representation
Method · 0.45
Calls
1
Rotation
Class · 0.70
Tested by
no test coverage detected