eda_sch_primitive_arc_delete
Delete one or more arc primitives from an EasyEDA Pro schematic. Pass arc IDs or objects to remove them and get a boolean success result.
Instructions
sch_PrimitiveArc.delete(primitiveIds: string | ISCH_PrimitiveArc | Array | Array) -> Promise 删除圆弧 returns: 删除操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |