Arrange Poietic objects
poietic_arrangeArrange nodes on a canvas by laying them out in a circle or aligning them with modes like left, center, top, or spread. Specify object IDs and spacing to control the layout.
Instructions
Arrange nodes on the canvas. mode 'circle' lays out all (or the given) nodes in a circle; align modes (left, center-horizontal, right, top, center-vertical, bottom, offset-horizontal, offset-vertical, spread-horizontal, spread-vertical) align the given nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | 'circle' or an alignment mode (left, center-horizontal, right, top, center-vertical, bottom, offset-horizontal, offset-vertical, spread-horizontal, spread-vertical). | |
| refs | No | Object IDs to arrange. Required for align modes; omit for circle to lay out all nodes. | |
| design | No | Path to the design file. Defaults to the current design (poietic_use_design) or POIETIC_DESIGN. | |
| spacing | No | Spacing between objects for align modes (default 10). |