extract loom data
- 🔥 advanced
- 🗂️ style
creates a new drawdown based on the threading, treadlings, tieup or lift plan of an input draft

Parameters
datasource: the loom data to turn into a drawdown. Selectthreadingto make a draft where each row is a frame and each column is a warp end,treadling/lift planto make a draft where each row is a pick and each column is a treadle, ortieupto make a draft where each row is a frame and each column is a treadle.
info
On a direct tie loom there is no tieup to extract, so the tieup option returns a draft with the interlacements running along the diagonal.
Inlets
draft: the draft from which to extract data. The draft must carry loom data, so a jacquard draft produces no output.
Application
To work with the threading, treadling, lift plan, or tieup of a draft as a drawdown in its own right, so that it can be edited or fed into other operations and then recombined with make drawdown from threading, tieup, and treadling.
Developer
adacad id: extract
packages/adacad-drafting-lib/src/operations/extract/extract.ts
loading...