Rectangular Array
entity_array_rectangularCreate a rectangular array of copies from an entity by specifying rows, columns, and spacing distances. Returns details of all generated copies.
Instructions
Create a rectangular array of copies. Returns info of all created copies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cols | Yes | Number of columns | |
| rows | Yes | Number of rows | |
| handle | Yes | Entity handle to array | |
| col_spacing | Yes | Spacing between columns (X direction) | |
| row_spacing | Yes | Spacing between rows (Y direction) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |