draw_polyline
Draw lightweight polylines in DXF format using point coordinates. Control closed paths, layer assignment, and color.
Instructions
Draw a DXF lightweight polyline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| closed | No | ||
| layer | No | ||
| color | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | ||
| entity_id | No | ||
| path | No | ||
| message | Yes |