Create Ellipse
entity_create_ellipseCreate an ellipse by specifying center coordinates and major axis vector, with optional control over minor-to-major axis ratio, color, and layer.
Instructions
Create an ellipse. major_x/major_y define the major axis vector from the center.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cx | Yes | Center X | |
| cy | Yes | Center Y | |
| color | No | ACI color code | |
| layer | No | Layer name | |
| ratio | No | Minor-to-major axis ratio (0 < ratio ≤ 1) | |
| major_x | Yes | Major axis endpoint X (relative to center) | |
| major_y | Yes | Major axis endpoint Y (relative to center) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||