Triangulate a pringle-shaped surface in grasshopper

Hi evereyone!
pringles.3dm (169.2 KB)
Test_triangulation.gh (8.4 KB)

I would like to triangulate a surface that looks like a pringle (a parabolloid hyperbolib).

I was able to create a variable number of points on the curve, then to draw straight lines going from those points to the center of the surface.

But my problem now is that I’d like to draw triangles between two consecutive lines, and I don’t now how to do this.

Do you have any idea?

Thanks!
image

image

Welcome @Tommy2,

You can do something like this:

Test_triangulation-re.gh (10.4 KB)

1 Like

Hi, thank you so much that’s perfect!

Now I’ll try to understand how it works : )