Home > IPCB_PrimitiveLine > getEntireTrack
IPCB_PrimitiveLine.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.
Get the entire wire
Signature
typescript
function getEntireTrack(
includeVias: true,
): Promise<Array<IPCB_PrimitiveLine | IPCB_PrimitiveArc | IPCB_PrimitiveVia>>;1
2
3
2
3
Parameters
Parameter | Type | Description |
|---|---|---|
includeVias | true | Whether to include the vias at both ends of the wire |
Returns
Promise<Array<IPCB_PrimitiveLine | IPCB_PrimitiveArc | IPCB_PrimitiveVia>>
All lines and arc lines in the entire wire, as well as the vias connected at both ends (if any)