3.1.04. incremental voronoi

Date published:
August 23, 2022
DESCRIPTION
This exercise starts from a random point cloud, connects the 2 points farthest away and keeps doing so until all points are depleted. For this, the recursive data is stored in 2 paths: {0} with the remaining points and {1} with the drawn curves. Used points in path {0} are removed with every iteration and the newly drawn curves from those points are added to path {1}.
This exercise is using Grasshopper version 1.0.0007
Reference: Mateusz Zwierzycki, Anemone, https://www.food4rhino.com/app/anemone, Accessed August 6, 2020.