Create Circle
entity_create_circleCreate a circle at specified coordinates with a given radius. Supports optional color and layer assignment.
Instructions
Create a circle at (cx, cy) with given radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | Center X | |
| cy | Yes | Center Y | |
| color | No | ACI color code | |
| layer | No | Layer name | |
| radius | Yes | Circle radius |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||