eda_pcb_net_unhighlight_all_nets
Clears highlighting from all nets in the PCB editor, restoring the board to a clean, unmarked state.
Instructions
pcb_Net.unhighlightAllNets() -> Promise 取消高亮所有网络 returns: 操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |