Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeCAD/FreeCAD
/ begin_face
Method
begin_face
src/Mod/TechDraw/App/EdgeWalker.cpp:67–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
}
66
67
void edgeVisitor::begin_face()
68
{
69
// Base::Console().message(
"EV::begin_face()\n"
);
70
wireEdges.clear();
71
}
72
73
void edgeVisitor::end_face()
74
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected