AdaCAD Library Documentation - v1.1.4
    Preparing search index...

    Interface Draft

    A draft object contains a set of information that can be used for executing a given design.

    a unique id to refer to this draft, used for linking the draft to screen components

    a automatically generated name for this draft

    a user defined name for this draft

    the drawdown/interlacement pattern used in this draft (e.g. the black/white grid in traditional weaving)

    the repeating pattern to use to assign draft rows to shuttles (materials)

    the repeating pattern to use to assign draft rows to systems (structual units like layers for instance)

    the repeating pattern to use to assign draft columns to shuttles (materials)

    the repeating pattern to use to assign draft columns to systems (structual units like layers for instance)

    interface Draft {
        colShuttleMapping: number[];
        colSystemMapping: number[];
        drawdown: Drawdown;
        gen_name: string;
        id: number;
        rowShuttleMapping: number[];
        rowSystemMapping: number[];
        ud_name: string;
    }
    Index

    Properties

    colShuttleMapping: number[]
    colSystemMapping: number[]
    drawdown: Drawdown
    gen_name: string
    id: number
    rowShuttleMapping: number[]
    rowSystemMapping: number[]
    ud_name: string