I’m relatively new at Grasshopper and working on an external wall study. I’m struggling to figure out how to apply the voronoi equally across the surface
I’m aiming to apply bigger openings at the base, and gradually smaller openings towards the top of the surface / smaller openings mid section to virtually no holes at the top (as shown in example image below)
the alternative is to increase the density of points along the height of the surface, in such a way the Voronoi will output more cells, which are also smaller, and then cull some of them based on some variable (maybe height) and this might be a bit more difficult to achieve…
I adapted some old code from here to create a gradient Voronoi on your surface:
It doesn’t address the issue of fading to zero holes near the top but perhaps is food for thought? I barely remember how it works. The disabled purple group uses the loft method you used but I think cutting holes in this surface looks better, even though it’s extremely slow (11 secs.). It’s much faster using the pulled PLine instead of the pulled Nurbs curves.