eda_pcb_primitive_poured_get_all_primitive_id
Retrieve all primitive IDs for poured copper fills in the PCB layout. Use this to identify and manipulate copper pour objects programmatically.
Instructions
pcb_PrimitivePoured.getAllPrimitiveId() -> Promise<Array> 获取所有覆铜填充的图元 ID returns: 覆铜填充的图元 ID 数组
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |