3D Voronoi?

I was wondering it is possible to make something like this in Dynamo

 

 

I know there is a 2D Voronoi node, but I don’t know how/if I can translate that into a 3D form.

 

 

 

I am trying to do the same thing. I’ve done some experiments but have not been succesful yet. Anyone else?

This is what I’m trying to achieve:

1 Like

hello , have you achieved this?

Unfortunately, no. It is definitely possible, but I have not found an efficient way to do it in Dynamo. I’m still hoping someone comes along who knows a good way. I personally do not have the time right now to get into it all that much.

Here’s what I got after 20 minutes of brute-forcing it:

It is very likely that there is a freely available library that you can load through ZT that will generate what you need in a neat and clean way. Here’s one of the top google results, albeit in c++:
http://math.lbl.gov/voro++/examples/

2 Likes

hello,how can i get the node “Point.RoundUpToPrecision”? is it a customer node? could you share it .thank you

I know this is a very old question, but I now have a 3D Voronoi python script that relies on Topologic (http://topologic.app). You can find the definition at http://topologic.app/learning.

Voronoi05 Voronoi06

3 Likes