Scale a row of circles to a new spacing keeping diameters?

Hi,
V5
How does one scale a row of circles to a new length without altering their diameters, just altering their spacing in other words.

Mine are 10.125inch for 10 and it should be 10.

I draw new dim 10 and scale the 10.125 to that, all being grouped, and of course the circles also go smaller.

Cheers

Steve

For what it is worth in Rhino 7 you can use the _-Distribute command for that. I don’t know if it exists in earlier versions.

Hello -

Also, ScalePositions in V7.

Here is a Distribute script that should work in V5.

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

Distribute.py (4.4 KB)

-Pascal