create_line
Draws a line from (x1,y1) to (x2,y2) in a CAD drawing, using an optional unit (default mm) and layer.
Instructions
Create a line from (x1,y1) to (x2,y2). Lengths use unit (default mm).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| unit | No | ||
| layer | No |