Share
 
 

About Creating Arrays

The elements of an array can follow a line (a linear array), or they can follow an arc (a radial array).

Video: Create Arrays

When creating an array, you specify the distance between elements using either of the following methods:

  • Specify the distance between the first and second elements. (Use the Move To 2nd option.) All subsequent elements use the same spacing.
  • Specify the distance between the first and last elements. (Use the Move To Last option.) All remaining elements are evenly spaced between them.

A linear array

A radial array

Creating an array automatically groups its elements.

Was this information helpful?