Home > PCB_Drc > getRegionRules
PCB_Drc.getRegionRules() 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
getRegionRules(): Promise<Array<{
[key: string]: any;
}>>;
1
2
3
2
3
Returns
Promise<Array<{ [key: string]: any; }>>
- 当前 PCB 的所有区域规则