warp-grid
    Preparing search index...

    Interface GetAllCellBoundsProps

    Configuration for retrieving cell bounds in the grid.

    interface GetAllCellBoundsProps {
        makeBoundsCurvesSequential?: boolean;
        cellBoundsOrder?: CellBoundsOrder;
    }
    Index

    Properties

    makeBoundsCurvesSequential?: boolean

    Returns bounds curves in sequential order when true.

    false
    
    cellBoundsOrder?: CellBoundsOrder