voronoi 3D

 From:  Michael Gibson
1190.3 In reply to 1190.1 
Hi Rudl,

> Is it possible to use the data of this voronoi generator (
> http://jeneratiff.com/doku.php?id=articles:voronoi_diagrams ) in moi?

It looks like it should be possible - the easiest way to do it would be to first use Rhino since the script written on that page is meant to run under Rhino. That script will generated trimmed planar surfaces in Rhino. Then export from Rhino as a .3dm file and then you can read that .3dm file into MoI.

If you don't have Rhino, just install the Evaluation version, it has a limited number of saves but it should work to complete this task.

It would be possible to write a completely different script that works inside of MoI instead, but that will be more work than just using the existing Rhino script (running inside Rhino) that is written already on that page.

- Michael