BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface CustomScale

    Interface representing a line with length.

    interface CustomScale {
        point1: Vector3D;
        point2: Vector3D;
        length: number;
        hidden?: boolean;
    }
    Index

    Properties

    point1: Vector3D
    point2: Vector3D
    length: number
    hidden?: boolean