rhino_batch_modify
Apply translations, rotations, scaling, color, layer, visibility, or name changes to multiple objects in a single call, with all modifications grouped into one undoable operation.
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 | |||