I’m looking for the best way to close a complex plain hole in a mesh. From time to time as the solution works this approach - first create the contour of a hole second make the boundary surface from it then polygonise it.
But from time to time boundary surface simplifies the contour by deleting colinear segments, for example. It happens not all the time mostly when there is not one brunch in the input.
Using Delaunay with further deleting of the spare faces will not always lead to the good result. On the picture, you can see the difference between the initial curve and the resulted mesh.
Thank you I’ll check your solution although coding isn’t my strength.
As for my defenition, I had a hope it is kind of general question and there is a pluging with such a functionality. Anyway here is the excerpt of my definitions, both approach I have tried.
P.S. By the way I don’t have a php version of yours.
P.P.S What is funny i’ve opend your script in Rhino6 it works, but mine works different, the curve side component calculation should be reversed.
If I’m clearly understand the key in your script is “TriangulateClosedPolyline()” What is this? It is a part of the Rhino API there is no such component fo Grasshopper?
Hi again, looks like the advice of AndresDeleuran is exactly what I’m looking for.
But I use Rhino 5 still and there is no Phyton component in the Grasshopper version I have. Could anyone help please with rewriting this to VB or C#? Looks like this is not a problem, a few strings but C# syntax is totally new to me.