Array

Arrayed object instances

array MATRIX

This feature creates multiple instances of the associated base shape. It constructs an object that duplicates the basic shape based on distribution logic, which includes the shape or curve and the number of elements.

Cube

The cubic array is built based on the Width, Height, and Depth values, along with the space that separates them.

Sphere

This is a 3D spherical shape. You set the quantity of spheres and their radius. Optionally, you can also set the orientation of each instance.

Circle

This is a 3D spherical shape. You specify the number of spheres and their radius. You can also optionally set the orientation of each instance.

Random

This will always generate a RANDOM shape by changing the Position, Rotation, and Scale values. The parameters are the number and radius of the shape.

Curve

The instances are placed along a processed LineCurve, which can be Linear, Spiral Sinusoid, or a customized SVG path.

Pimitives

Array Matrix creates multiple objects derived from a primitive shape.

Play Video