draw_polyline
Create a polyline in CAD by specifying a list of x,y coordinates. Optionally close the polyline to form a loop.
Instructions
Polyline through [[x,y],...]; closed=true to close it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| layer | No | 0 | |
| closed | No | ||
| points | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |