eda_pcb_primitive_arc_get_all_primitive_id
Retrieve all arc primitive IDs from the active PCB document, optionally filtered by net, layer, or lock state, to reference and manage arcs programmatically.
Instructions
pcb_PrimitiveArc.getAllPrimitiveId(net?: string, layer?: TPCB_LayersOfLine, primitiveLock?: boolean) -> Promise<Array> 获取所有圆弧线的图元 ID returns: 圆弧线的图元 ID 数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |