draw_line
Create a straight line in CAD between two specified points. Provide the start (x1,y1) and end (x2,y2) coordinates to define the line's geometry.
Instructions
Line from (x1,y1) to (x2,y2).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| layer | No | 0 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |