Home > PCB_SelectControl > getAllSelectedPrimitives
PCB_SelectControl.getAllSelectedPrimitives() method
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
查询所有已选中图元的图元对象
Signature
typescript
getAllSelectedPrimitives(): Promise<Array<IPCB_Primitive>>;
1
Returns
Promise<Array<IPCB_Primitive>>
所有已选中图元的图元对象