entity_create_line
Create a line segment in AutoCAD or DXF drawings by specifying start and end coordinates, with optional layer and color settings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x1 | Yes | ||
| x2 | Yes | ||
| y1 | Yes | ||
| y2 | Yes | ||
| z1 | No | ||
| z2 | No | ||
| color | No | ||
| layer | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||