Arrays
Repeat one shape along a line or around a circle, and keep every copy under the control of one set of values.
An array repeats one shape in a regular pattern. A linear array places the copies along a line. A circular array places them around a circle. An array is one shape: move it as a whole, or replace it with clones to handle the copies one by one.
- Linear Array Repeat a shape along a line between a start point and an end point.
- Circular Array Repeat a shape around a circle of a given radius, over a full circle or part of one.