BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface RendererRubberbandOptions

    Interface for renderer rubberband options.

    interface RendererRubberbandOptions {
        mode?: BIM_RUBBERBAND_MODE;
        elementMode?: BIM_ELEMENT_SELECTION_MODE;
        includeAllColor?: RGBA;
        includeFrontColor?: RGBA;
        intersectAllColor?: RGBA;
        intersectFrontColor?: RGBA;
    }
    Index

    Properties

    mode?: BIM_RUBBERBAND_MODE
    elementMode?: BIM_ELEMENT_SELECTION_MODE
    includeAllColor?: RGBA
    includeFrontColor?: RGBA
    intersectAllColor?: RGBA
    intersectFrontColor?: RGBA