draw_line
Draws a line from point (x1, y1) to (x2, y2) in AutoCAD. Specify an optional layer to place the line on a specific drawing layer.
Instructions
Linea de (x1, y1) a (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 |