create_array
Create a linear array of an object with configurable count, offset vector, and optional relative offset based on object dimensions.
Instructions
Create a linear array of an object. Count = number of copies. Offset is [x, y, z]. If use_relative=True, offset is relative to object size. Example: offset=[1,0,0] with relative = one object-width apart on X.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| count | No | ||
| offset | No | ||
| use_relative | No |