eda_pcb_primitive_polyline_get
Fetch a specific polyline primitive from the PCB layout by its ID, returning its object for inspection or further operations in the design.
Instructions
pcb_PrimitivePolyline.get(primitiveIds: string) -> Promise<IPCB_PrimitivePolyline | undefined>
获取折线
returns: 折线图元对象,undefined 表示获取失败
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | 按官方签名顺序排列的JSON参数数组 | |
| windowId | No | 目标EDA窗口ID;省略时使用当前活动窗口 |