Hello! I've created a tool that procedurally creates a Skirt around a mesh. so far, I've been able to get it to return a mesh like the first image. All I need to do is fill in the holes, but the methods I've used so far have been unsuccessful. Any suggestions would be greatly appreciated.
So far I have tried: -poly bridge (returns inconsistent results) -polyfill -ends node -polycap
Here is an example of some geo I've been able to generate with my procedural setup. I feel I must be so close to cracking this problem but I've come up short so far.
The image is not wireframe, but rather I've been able to generate Lines between ordered points.
What is inconsistent with Poly Bridge? I set it down and set the source group to inside, the destination group to outside, and disabled keep input geometry, and the result seems to be correct for your sample geometry.
Ahhh thank you John! That did exactly what I needed it to do in a predictable fashion. I think I must have been over complicating the whole issue. With previous attempts the polybridge would occasionally return twisted segments of geometry. Cheers!