Create Ellipse
entity_create_ellipseCreate an ellipse in AutoCAD by specifying its center, major axis vector, and minor-to-major ratio.
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 | |||