Home > IPCB_PrimitiveArc > getEntireTrack
IPCB_PrimitiveArc.getEntireTrack() 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
getEntireTrack(includeVias: true): Promise<Array<IPCB_PrimitiveLine | IPCB_PrimitiveArc | IPCB_PrimitiveVia>>;
1
Parameters
Parameter | Type | Description |
---|---|---|
includeVias | true | 是否包含导线两端的过孔 |
Returns
Promise<Array<IPCB_PrimitiveLine | IPCB_PrimitiveArc | IPCB_PrimitiveVia>>
整段导线内的所有直线、圆弧线,以及两端连接的过孔(如果有)