eda_pcb_primitive_polyline_delete
Delete one or more polyline primitives from the PCB layout in the target EDA window to remove unwanted lines or clear design elements. Specify polyline IDs and optionally a window; returns success status.
Instructions
pcb_PrimitivePolyline.delete(primitiveIds: string | IPCB_PrimitivePolyline | Array | Array) -> Promise 删除折线 returns: 删除操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |