deinterlace warps
- 🔥 advanced
- 🗂️ dissect
Creates multiple draft by splitting each end from the input and assigning it to separate drafts. If the factor of two, two drafts are created. The first with all the odd ends and the second with all the even ends. If 3 is selected, three drafts are created, and so on

Parameters
factor- the number of drafts to split the input draft into.
Application
Not sure, but perhaps it is interesting for the purposes of analyzing a draft structure or splitting apart layered drafts into their component layer patterns
Developer
adacad id: deinterlace_warps
packages/adacad-drafting-lib/src/operations/deinterlace_warps/deinterlace_warps.ts
loading...