Determining the diameter of a circle for an array of circles

Use a circle with the number of sides that are the same as the number of circles you want. The array of circles must have sides that are an even multiple of the number of circles desired.

For example, 15 circles with 30 sides each:

12 circles with 24 sides each:

5 circles with 30 sides each:

When done, scale the array to the diameter of the circle you need.

6 Likes