eda_sch_primitive_wire_modify
Modify a schematic wire's geometry, net, color, width, or line type in EasyEDA Pro to adjust its appearance or connectivity.
Instructions
sch_PrimitiveWire.modify(primitiveId: string | ISCH_PrimitiveWire, property: { line?: Array | Array<Array>; net?: string; color?: string | null; lineWidth?: number | null; lineType?: ESCH_PrimitiveLineType | null }) -> Promise<ISCH_PrimitiveWire | undefined> 修改导线 returns: 导线图元对象
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |