rhino_place_grid
Replicates a source object across a grid with specified cell counts and spacing, optionally leaving the origin cell unchanged.
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 | |||