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

Method execute

src/Mod/Part/App/PrimitiveFeature.cpp:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83App::DocumentObjectExecReturn* Primitive::execute()
84{
85 return Part::Feature::execute();
86}
87
88// suppress warning about tp_print for Py3.8
89#if defined(__clang__)

Callers

nothing calls this directly

Calls 15

toRadiansFunction · 0.85
absFunction · 0.85
tanFunction · 0.85
IsDoneMethod · 0.80
ErrorMethod · 0.80
SetValueMethod · 0.80
rotZMethod · 0.80
WireMethod · 0.80
makeSpiralHelixMethod · 0.80
TopoShapeClass · 0.70
gp_Ax2Class · 0.70
executeFunction · 0.50

Tested by

no test coverage detected