How to make hexagonal lines on the surface of the mesh

I want to make a like this picture, using the NGON plug-in to make hexagonal lines on the surface of the mesh

Because I want to use a curved surface to do it, but the grid will be irregular, so I want to use this grid to do it, okay?曲面六边形.gh (6.0 KB)

曲面六边形.3dm (2.5 MB)

The Icon of NGon is created from dual of remeshed triangle mesh.

For such geometries use @DanielPiker TriMesh to remesh the geometry and create dual.

You can use NGon dual component to convert triangles to dual mesh.

Sample.gh (19.6 KB)

The ‘Dual’ output of TriRemesh also outputs a dual mesh with similar area polygons directly


triremesh_dolphin.gh (361.2 KB)

1 Like

Why is there no triremesh in my grasshpper plugin

Why is there no triremesh in my grasshpper plugin

Which version of Rhino are you using?

image this version

You need to update to a more current service release then it will show up
image

thank you very more for Daniel Piker help