eda_pcb_document_clear_routing
Clear PCB routing traces in EasyEDA Pro. Remove all routing, or select by net or connection to clean up the board.
Instructions
pcb_Document.clearRouting(type?: 'all' | 'net' | 'connection') -> Promise 清除布线
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |