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

    Interface System

    A system is an abstract concept that can describe the behavior of a set of warps and wefts.

    a numeric id that can used to identify this system

    a public facing name for this system.

    any user supplied notes about this system (no currently used)

    used to be used to hide/show different systems based on user desire (no currently used)

    AdaCAD generates a list of systems by default. This flag shows if the system is currently assigned to any drafts.

    interface System {
        id: number;
        in_use: boolean;
        name: string;
        notes: string;
        visible: boolean;
    }
    Index

    Properties

    id: number
    in_use: boolean
    name: string
    notes: string
    visible: boolean