Skip to main content

Interface: CompressedDraft

Defined in: draft/types.ts:163

a modified version of the draft that stores the drawdown as a Byte Array to save space note that warp and weft fields are required here as compressed drawdown will be stored as a 1D array.

Properties

colShuttleMapping

colShuttleMapping: number[]

Defined in: draft/types.ts:172


colSystemMapping

colSystemMapping: number[]

Defined in: draft/types.ts:173


compressed_drawdown

compressed_drawdown: number[]

Defined in: draft/types.ts:169


gen_name

gen_name: string

Defined in: draft/types.ts:165


id

id: number

Defined in: draft/types.ts:164


rowShuttleMapping

rowShuttleMapping: number[]

Defined in: draft/types.ts:170


rowSystemMapping

rowSystemMapping: number[]

Defined in: draft/types.ts:171


ud_name

ud_name: string

Defined in: draft/types.ts:166


warps

warps: number

Defined in: draft/types.ts:167


wefts

wefts: number

Defined in: draft/types.ts:168