MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / setRotation

Method setRotation

src/Mod/TechDraw/App/CenterLinePyImp.cpp:199–203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199void CenterLinePy::setRotation(Py::Float arg)
200{
201 double rot = static_cast<double>(arg);
202 getCenterLinePtr()->setRotate(rot);
203}
204
205Py::Float CenterLinePy::getExtension() const
206{

Callers 15

makeArrowsISOMethod · 0.45
makeArrowsTradMethod · 0.45
makeSymbolsTradMethod · 0.45
makeSymbolsISOMethod · 0.45
makeChangePointMarksMethod · 0.45
drawTileMethod · 0.45
drawTailTextMethod · 0.45
drawSectionLineMethod · 0.45
drawHighlightMethod · 0.45
drawBreakLinesMethod · 0.45
buildSvgHatchMethod · 0.45

Calls 1

setRotateMethod · 0.80

Tested by

no test coverage detected