MCPcopy 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
343Py::Object PlacementPy::getRotation() const
344{
345 return Py::Rotation(getPlacementPtr()->getRotation());
346}
347
348void PlacementPy::setRotation(Py::Object arg)
349{

Callers 15

getDirectionMethod · 0.45
setValueIfChangedMethod · 0.45
setPathValueMethod · 0.45
getPathValueMethod · 0.45
getPyPathValueMethod · 0.45
SaveMethod · 0.45
SaveDocFileMethod · 0.45
transformMethod · 0.45
setPlacementMethod · 0.45
writeMethod · 0.45
representationMethod · 0.45

Calls 1

RotationClass · 0.70

Tested by

no test coverage detected