eda_sch_primitive_polygon_delete
Remove polygon primitives from an EasyEDA schematic by ID, and get a success result confirming whether the deletion was completed.
Instructions
sch_PrimitivePolygon.delete(primitiveIds: string | ISCH_PrimitivePolygon | Array | Array) -> Promise 删除多边形 returns: 删除操作是否成功
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |