TPCB_LayersOfDimension type
尺寸标注所属层
Signature
typescript
export type TPCB_LayersOfDimension =
| TPCB_LayersOfCustom
| EPCB_LayerId.TOP_SILKSCREEN
| EPCB_LayerId.BOTTOM_SILKSCREEN
| EPCB_LayerId.DOCUMENT
| EPCB_LayerId.MECHANICAL;
1
2
3
4
5
6
2
3
4
5
6
References
TPCB_LayersOfCustom, EPCB_LayerId.TOP_SILKSCREEN, EPCB_LayerId.BOTTOM_SILKSCREEN, EPCB_LayerId.DOCUMENT, EPCB_LayerId.MECHANICAL