draw_wire
Draw orthogonal polylines in Visio diagrams by providing a list of x,y points in inches, creating straight segments and returning shape IDs.
Instructions
Draw an orthogonal polyline through a list of [x, y] points (inches). Each consecutive pair becomes a straight segment. Returns shape ids.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | ||
| weight | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||