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

Method loadShapes

src/Mod/Import/App/ImportOCAFAssembly.cpp:73–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71{}
72
73void ImportOCAFAssembly::loadShapes()
74{
75 myRefShapes.clear();
76 loadShapes(pDoc->Main(), TopLoc_Location(), default_name, "", false, 0);
77}
78
79
80void ImportOCAFAssembly::loadAssembly()

Callers

nothing calls this directly

Calls 15

GetShapeMethod · 0.80
FindAttributeMethod · 0.80
IsSubShapeMethod · 0.80
DumpMethod · 0.80
TopLoc_LocationClass · 0.70
clearMethod · 0.45
GetMethod · 0.45
emptyMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
IsNullMethod · 0.45
logMethod · 0.45

Tested by

no test coverage detected