Home > PCB_PrimitiveComponent > getAllPinsByPrimitiveId
PCB_PrimitiveComponent.getAllPinsByPrimitiveId() method
此 API 当前处于 BETA 预览状态,希望得到开发者的反馈。它的任何功能都可能在接下来的开发进程中被修改,请不要将它用于任何正式环境。
获取器件关联的所有焊盘
签名
typescript
getAllPinsByPrimitiveId(primitiveId: string): Promise<Array<IPCB_PrimitiveComponentPad> | undefined>;
1
参数名
参数 | 类型 | 描述 |
---|---|---|
primitiveId | string | 器件图元 ID |
返回值
Promise<Array<IPCB_PrimitiveComponentPad> | undefined>
器件焊盘图元数组