BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface ClippingRegion

    Interface representing a clipping region.

    interface ClippingRegion {
        boundingBox?: BoundingBox3D;
        rectangle?: Rectangle;
        scaleFactor?: number;
        highlighted?: boolean;
        customScale?: CustomScale;
    }
    Index

    Properties

    boundingBox?: BoundingBox3D
    rectangle?: Rectangle
    scaleFactor?: number
    highlighted?: boolean
    customScale?: CustomScale