BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface GridLevelOptions

    Interface for grid level options.

    interface GridLevelOptions {
        color?: RGBA;
        visibilityDistance?: number;
        lineWidth?: number;
        resolution?: number;
        extrusionOffset?: number;
        maxSpan?: number;
    }
    Index

    Properties

    color?: RGBA
    visibilityDistance?: number
    lineWidth?: number
    resolution?: number
    extrusionOffset?: number
    maxSpan?: number