eda_pcb_primitive_pad_delete
Remove PCB pads from an EasyEDA Pro design by targeting their primitive IDs. Returns a boolean indicating whether the deletion succeeded.
Instructions
pcb_PrimitivePad.delete(primitiveIds: string | IPCB_PrimitivePad | Array | Array) -> Promise 删除焊盘 returns: 删除操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |