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

Method makeExtentDim3d

src/Mod/TechDraw/App/DrawDimHelper.cpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139void DrawDimHelper::makeExtentDim3d(DrawViewPart* dvp, const std::string& dimType, ReferenceVector references3d)
140{
141 int direction = dimType == "DistanceX" ? 0 : dimType == "DistanceY" ? 1 : 2;
142 return makeExtentDim3d(dvp, references3d, direction);
143}
144
145void DrawDimHelper::makeExtentDim3d(DrawViewPart* dvp, ReferenceVector references, int direction)
146{

Callers

nothing calls this directly

Calls 14

runStringArgMethod · 0.80
setReferences2dMethod · 0.80
setReferences3dMethod · 0.80
findParentPageMethod · 0.45
getNameInDocumentMethod · 0.45
getDocumentMethod · 0.45
getUniqueObjectNameMethod · 0.45
c_strMethod · 0.45
getObjectMethod · 0.45
setValueMethod · 0.45
push_backMethod · 0.45
getSubNameMethod · 0.45

Tested by

no test coverage detected