rhino_batch_modify
Modify many Rhino objects at once: apply transformations, color, layer, visibility, and name changes in a single call, all wrapped in one undo record. Optionally apply the same modifications to all objects.
Instructions
Modify many objects in a single call.
Each spec can include any combination of: translation, rotation,
scale, colour, layer, visibility, and name. All changes are wrapped
in one undo record — ``rhino_undo(steps=1)`` reverts the entire batch.
When ``apply_to_all`` is ``True``, the modifications from the first
spec are applied to every object in the document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||