resize_nodes
Resize design nodes to exact width and height. Skips non-resizable nodes and returns the number of affected elements.
Instructions
Resize nodes to the given width × height (positive). Non-resizable nodes are skipped. Returns { ok, affected }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | ||
| height | Yes | ||
| nodeIds | Yes | Node ids to resize |