BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface RendererCubeOptions

    Interface for renderer cube options.

    interface RendererCubeOptions {
        show?: boolean;
        compassShow?: boolean;
        anchor?: AnchorDefinition;
        size?: Dimension2D;
        hoverColor?: RGB;
        showRotationArrows?: boolean;
    }
    Index

    Properties

    show?: boolean

    Show/hide the 3d rotation cube. Default true

    compassShow?: boolean

    Show/hide the 3d rotation compass around the cube. Default true

    anchor?: AnchorDefinition

    Cube position. Default top-right with 10px padding

    size?: Dimension2D

    Cube size. Default 80 pixels

    hoverColor?: RGB

    RollOver Color

    showRotationArrows?: boolean

    Shows the Rotation Arrows on / off