eda_pcb_primitive_fill_get_all_primitive_id
Retrieve the IDs of all fill primitives on a PCB layer, optionally filtered by net or lock state, to identify and manage copper pour objects in your design.
Instructions
pcb_PrimitiveFill.getAllPrimitiveId(layer?: TPCB_LayersOfFill, net?: string, primitiveLock?: boolean) -> Promise<Array> 获取所有填充的图元 ID returns: 填充的图元 ID 数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |