set_geometry
Redefine object geometry for polylines, rectangles, circles, and arcs by setting coordinates, dimensions, or angles.
Instructions
Redefine an object's geometry. Polyline: points (+closed). Rectangle: x, y, width, height. Circle/arc: center, radius (+start_angle and end_angle for an arc). Not for blocks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | No | ||
| y | No | ||
| name | Yes | ||
| width | No | ||
| center | No | ||
| closed | No | ||
| height | No | ||
| points | No | ||
| radius | No | ||
| end_angle | No | ||
| start_angle | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||