Hi All,
I have a task where I want to close hole of 4 edges using DGK functions. The face is similar to what I see in C# face example, but four edges in the hole.
What is the right way to plug in the hole?
Thanks
Cover a 4 sided hole
-
- Posts: 49
- Joined: Mon Jul 15, 2024 5:20 am
Re: Cover a 4 sided hole
Hi Jason.
It should work if you just delete the wire.
It worked in my quick test where I added
iFace.RemoveWire(iWire);
as the last line in FaceForm.AddInnerWire() of C# Face
Regards
It should work if you just delete the wire.
It worked in my quick test where I added
iFace.RemoveWire(iWire);
as the last line in FaceForm.AddInnerWire() of C# Face
Regards