In Rhino there is this neat command called Mesh from closed polyline. It creates a nice triangulated mesh. Is there an alternative to this in Grasshopper? I can only replicate the result using delaunay mesh and afterwards culling all of the faces which are outside the closed curve. But I wonder if there is another way.
try this maybe
Nope…
Mesh from closed polyline.gh (12.8 KB)
I have it in Pufferfish which uses that method. It’s the Polyline to Mesh component. Like the Rhino command it works also on non planar closed polylines.
4 Likes
Can´t find it in my version. Let me download your latest release and I will check it.
where is the polyline ?
Perfect! Exactly the same result!