Surface to Tri Mesh

hello guys I´m trying to apply thisone https://www.grasshopper3d.com/video/bowlsculpt on muy surface I regulary work with surfaces but in this case a I need atriangular mesh if I apply triangulate command I got some weird results, is possible get a regular triangular mesh in this shape?
I´ll appreaciate the help

tri - mesh.gh (14.8 KB)

Use lunchbox instead…


tri - mesh_re.gh (13.9 KB)

If you are running R6, then you could also try to use SimpleRemeshin K2.

thank you super kim, actually I tried with Ngon I tested the mesh result with Wb Catmull Clark and got this error:1. WbProcessingException: Two consecutive edges, 2 and 0, have the same value,0, in face 0. This topology is invalid. Try using Weaverbird’s Clean Up Mesh first. - Weaverbird was unable to produce a valid result because of this.

I have no idea why :sweat_smile:

ngon hex wb error.gh (10.2 KB)

Well is possible extract the hexagons in the mesh ?

You may think the output is a tri-mesh but it’s not. it is a ngon mesh.
You can check how many vertices one triangle mesh has…

Use Weaverbird’s Dual graph.

thanks man !

Another simple way is to use Mesh+.

2 Likes

yeey One more plugin to the brain, thanks again!

@HS_Kim It is rhino7 and i couldn’t find the SimpleRemesh component in Kangaroo2 - what is the other option to use for corners ? I use the karamba3d mesh-breps and it has boundary points but it does not take internal points.

Mesh → Triangulation → TriRemesh

2 Likes