Cover a 4 sided hole

Everything DG Kernel: Technical discussions and issues
Post Reply
Jason Toovey
Posts: 1
Joined: Tue Sep 09, 2025 2:45 am

Cover a 4 sided hole

Post 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
Mike Zubovic
Posts: 49
Joined: Mon Jul 15, 2024 5:20 am

Re: Cover a 4 sided hole

Post 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
Post Reply