BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface RendererGridOptions

    Interface for renderer grid options.

    interface RendererGridOptions {
        show?: boolean;
        expansionFactor?: number;
        options?: RendererGridLevelsOptions;
    }
    Index

    Properties

    show?: boolean

    Show/hide grid. Default true

    expansionFactor?: number