sch_create_wire
Draws orthogonal wiring in schematics using a space-separated point string. Enables precise connections for PCB design automation.
Instructions
在原理图绘制正交导线(points 为 "x1 y1 x2 y2 ..." 空格分隔的点串)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | No | 颜色,默认 #008800 | |
| points | Yes | 导线点串,如 "100 90 140 90" | |
| lineWidth | No | 线宽,默认 1 |