draw_polyline
Draw a lightweight polyline in DXF format by specifying a sequence of points, with options for color, layer, and closed shape.
Instructions
Draw a DXF lightweight polyline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | ||
| layer | No | ||
| closed | No | ||
| points | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | ||
| message | Yes | ||
| success | No | ||
| entity_id | No |