Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
void CenterLinePy::setRotation(Py::Float arg)
200
{
201
double rot = static_cast<double>(arg);
202
getCenterLinePtr()->setRotate(rot);
203
}
204
205
Py::Float CenterLinePy::getExtension() const
206
{
Callers
15
makeArrowsISO
Method · 0.45
makeArrowsTrad
Method · 0.45
makeSymbolsTrad
Method · 0.45
makeSymbolsISO
Method · 0.45
makeChangePointMarks
Method · 0.45
drawTile
Method · 0.45
drawTailText
Method · 0.45
drawSectionLine
Method · 0.45
drawComplexSectionLine
Method · 0.45
drawHighlight
Method · 0.45
drawBreakLines
Method · 0.45
buildSvgHatch
Method · 0.45
Calls
1
setRotate
Method · 0.80
Tested by
no test coverage detected