rhino_place_grid
Create a rectangular grid of object copies by specifying cell counts and spacing, preserving the original source. Optionally skip the origin cell to keep the source in place.
Instructions
Replicate a source object on a count_x x count_y grid with given spacing.
Returns the new object IDs in row-major (x outer, y inner) order. The
source is preserved; when ``skip_origin`` is True the (0,0) cell is
left untouched and the source itself fills it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||