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

    Interface Interlacement

    A method for locating a cell or value stored in a drawdown

    is the row/weft number (0 being at the top of the drawdown)

    is the column/warp number (0 being at the far left of the drawdown)

    interface Interlacement {
        i: number;
        j: number;
    }
    Index

    Properties

    i j

    Properties

    i: number
    j: number