Page 1 of 1

Cover a 4 sided hole

Posted: Wed Sep 10, 2025 5:14 am
by Jason Toovey
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

Re: Cover a 4 sided hole

Posted: Thu Sep 11, 2025 6:56 am
by Mike Zubovic
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