Construct mesh from random point

Hi All,

I am trying to build a surface derived from a random point. My idea is to construct a mesh before transform it into a surface but I am stuck with an invalid mesh and a double surface. Does anybody know how to fix the invalid mesh and avoid the repeated surface?

construct mesh_ask|690x268

invalid mesh.gh (19.0 KB)

Is that what you’re looking for?



RandomMesh.gh (19.1 KB)

Or maybe you’re looking for Convex hull of your random points:



ConvexHull.gh (14.0 KB)

3 Likes

Thank you for your solution. This is what i am looking for ! much appreciate