hello guys does anyone know a method to be able to pack circles inside a spiral.
I attach my
Packing_circles_inside_a_spiral.gh (6.2 KB)
file below
hello guys does anyone know a method to be able to pack circles inside a spiral.
I attach my
Hi @travemaxi
The inputs are missing in your file.
Here’s a previous thread on spiral circle packings
Are you looking for something like this, or with equal sized circles?
hi Daniel, i attach the updated gh file. Yes, given a non-mathematical spiral curve, I would need circles of more or less equal size that are as close as possible to each other and between the coils.
Packing_circles_inside_a_spiral.gh (113.0 KB)
The coils of the curve there do not have constant spacing on the surface.
If you rebuild the spiral so they do, you can divide by distance like this
It works perfectly. Thanks Daniel.