Delaunay Triangulation with Dynamo

I was reading a twit by Dimitar Venkov and it caught my attention, how can you use Dynamo to create a triangular mesh from a list of points, here is the discussion on the forum.
I was looking at the same problem my self not too long ago, it is achievable in Dynamo too but there is a lot to learn about Delaunay Triangulation and the algorithms to solve it.
Searching on the internet I’ve found several examples, the one I decided to try to implement in Dynamo is this one

Read more

Leave a Comment