Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
113
Wire::~Wire()
114
{
115
//shared_ptr to geoms should free memory when ref count goes to zero
116
geoms.clear();
117
}
118
119
TopoDS_Wire Wire::toOccWire() const
120
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected