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

Method clear

src/Mod/TechDraw/App/GeometryObject.cpp:130–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130void GeometryObject::clear()
131{
132 //shared pointers will delete v/e/f when reference counts go to zero.
133
134 vertexGeom.clear();
135 faceGeom.clear();
136 edgeGeom.clear();
137}
138
139void GeometryObject::projectShape(const TopoDS_Shape& inShape, const gp_Ax2& viewAxis)
140{

Callers 15

makeDistDimMethod · 0.45
mapPoint2dFromViewMethod · 0.45
makeLineSetsMethod · 0.45
getAlignedSizeMethod · 0.45
cutAndRotatePieceMethod · 0.45
getWireForFaceMethod · 0.45
clearGeometryMethod · 0.45
~WireMethod · 0.45
~FaceMethod · 0.45
splitEdgesMethod · 0.45
clearFunction · 0.45
begin_faceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected