Hello all, I would like to adjust the spacing between Voronoi cells based on the size of the cells. I used the Offset component before to make uniform spacing between the cells but now I want to adjust the value to make it related to the size of the cells (gap must be about 10% of the average cell size). Else, is there another way aside from Offset to make the spacing between the cells? I’ve attached the .gh file of the Voronoi tessellation I have ongoing and a sketch of the desired output. Thanks in advance!
I did something recently that sounds similar. Never posted it because the guy ghosted me… In this case, the offsets were based on distance between a point and each cells centroid.
Hi @Joseph_Oster, thanks for the insight, it was very useful. I was able to get an estimate of the minimal radius for each Voronoi cell and used 10% of that value as the Offset distance.