Construct a mesh based on 5 + points

Hey,

I was wondering how to create a mesh based on more than four vertices.
After analyzing the mesh, I recognised that I have to create a mesh based on up to eight vertices.
A forum member already recommended me NGon but as I am operating under Rhino 5, I’m not capable of installing the Add-On.
Simply inserting the vertices into the “Construct Mesh” component does not create a full mesh.
Thank you in advance.

mesh_5plus_points.gh (312.2 KB)

There is another plugin named Turtle that can handle ngon mesh for R5.



mesh_5plus_points_re.gh (310.0 KB)

mesh_5plus_points_reV2.gh (607.7 KB)

1 Like

Thank you @HS_Kim for your solutions!
I analyzed both your approaches and the second one works great.
Didn’t expect the solution to be such simple and achieveable by using standard modules only.
Great work! :slight_smile: