Mesh Triangulation

4 Likes

I’m hypnotized.

3 Likes

This is so rad I can’t stand it.

1 Like

Someone turn this into the Meshnotiser component!

2 Likes

Just fantastic!
Thanks Daniel!

Hi David, my friend! What component did you use to analyze this mesh? Is it he plugin mesh-curvature?

1 Like

Hey hey! Yep. I’ve just modified the color map.

Hi, This is a marvelous way to triangulate quad mesh. Thanks for sharing.
Seems like the component for deleting the mesh faces outside of a curve has an obsolete warning.
Is it possible to update it?

Thanks!


This should work without message
I used Rhino Document Absolute Tolerance, it is more simple but I don’t like it too much.

if(C[j].Contains(M.Faces.GetFaceCenter(i), Plane.WorldXY, RhinoDocument.ModelAbsoluteTolerance) != PointContainment.Outside)

triangulate_withincurve_pressure_multicurve.gh (20.1 KB)

And if you need Rhincommon API is here
https://developer.rhino3d.com/api/rhinocommon/

2 Likes

Wow! Thank you very much! @laurent_delrieu