draw_line
Draw a line in a DXF file by specifying start and end coordinates, with optional layer and color settings.
Instructions
Draw a DXF line.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| start | Yes | ||
| end | Yes | ||
| layer | No | ||
| color | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| entity_id | No | ||
| path | No | ||
| message | Yes |