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

Method Clear

src/Base/Tools3D.cpp:201–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200template<typename float_type>
201void Polygon3<float_type>::Clear()
202{
203 points.clear();
204}
205
206template<typename float_type>
207BoundBox3<float_type> Polygon3<float_type>::CalcBoundBox() const

Callers 12

clearMethod · 0.45
saveMethod · 0.45
saveMethod · 0.45
resetAllMethod · 0.45
onAddIconPathMethod · 0.45
exportCustomToolbarsMethod · 0.45
goClearMethod · 0.45
loadConfigMethod · 0.45
restoreDefaultsMethod · 0.45
TESTFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected