Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
200
template<typename float_type>
201
void Polygon3<float_type>::Clear()
202
{
203
points.clear();
204
}
205
206
template<typename float_type>
207
BoundBox3<float_type> Polygon3<float_type>::CalcBoundBox() const
Callers
12
clear
Method · 0.45
save
Method · 0.45
save
Method · 0.45
resetAll
Method · 0.45
on_ButtonDefaultSpNavMotions_clicked
Method · 0.45
onAddIconPath
Method · 0.45
exportCustomToolbars
Method · 0.45
load3DConnexionButtonMapping
Method · 0.45
goClear
Method · 0.45
loadConfig
Method · 0.45
restoreDefaults
Method · 0.45
TEST
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected