Create Voronoi Diagram in GenerativeComponents

Hello All,

Now create Voronoi diagram in GenerativeComponents.
The Voronoi is generated as the dual graph of the triangulation mesh using the Mesh node and GCScripting. 

Voronoi has also lots of practical applications. Keeping that in mind you would be also able to query useful properties from the Voronoi.

  • Largest Empty Circle
  • Largest Empty Circle Radius
  • Smallest Empty Circle
  • Smallest Empty Circle Radius
  • Closest Pair

Read about it in details and download the related files from Voronoi Diagram in GenerativeComponents - Virtuosity

However, the approach used here is not fully robust. A better algorithm would be to use Fortune's Algorithm. I would request your contribution and feedback on further improving this.

Thanks,

Anik