MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / ~Wire

Method ~Wire

src/Mod/TechDraw/App/Geometry.cpp:113–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113Wire::~Wire()
114{
115 //shared_ptr to geoms should free memory when ref count goes to zero
116 geoms.clear();
117}
118
119TopoDS_Wire Wire::toOccWire() const
120{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected