Circle Packing - Can't adjust Maximum Size

I can’t adjust the maximum size of circles in this circle packing script even though I have number sliders to control the minimum and maximum scales. I would like to have random variations in circle sizes.


DEMO 01.gh (13.6 KB)

Welcome @Samantha_Garza1

The ImageCircles components takes a coloured mesh as input and creates circles affected by the local colour of the mesh. So it’s more for when you want a gradient of radii, or radii following a picture. In your file the mesh is not coloured, so it isn’t changing the sizes.

To have a rectangle filled with random circle sizes randomly distributed instead you can do it like this:
randomradiipacking.gh (9.8 KB)

1 Like

Thank you!