Triangle mesh

Hi, I have a little problem with the command ‘Delaunay Mesh’ and ‘Delaunay Edges’.
I created a geometry in Rhino and transfered it into Grasshopper. Then I created with the command ‘Populate geometry’ some points on the geometry.
Now I tried to connect the points with the command ‘Delaunay Mesh’ to a triangle mesh.
The output I received is shown in the following picture.
The triangle got just acute angles and the points are connected also inside the cylinder.

How can I solve this problem?

Delaunay edges/mesh needs a plane to sort the points before precessing them. I think it’s not the right tool for what you want to do.
some hull function or triremesh will probably do the trick.

usually people can help better when you attach your file so we don’t have to imagine or recreate your problem.

Ben