BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface MeasurementsOptions

    Interface for measurements options.

    interface MeasurementsOptions {
        areaPositiveRGB?: RGB;
        areaNegativeRGB?: RGB;
        areaPattern?: BIM_MEASUREMENT2D_FILL_PATTERN;
        lengthPattern?: BIM_MEASUREMENT2D_FILL_PATTERN;
        lengthPositiveRGB?: RGB;
        lengthNegativeRGB?: RGB;
        thicknessDirection?: LinearTakeoffDirection;
        opacity?: number;
        countPositiveRGB?: RGB;
        countNegativeRGB?: RGB;
        slope?: Slope;
        baseOffset?: number;
        height?: number;
        thickness?: number;
        shapeWidth?: number;
        shapeDiameter?: number;
        shapeLength?: number;
        shapeType?: ShapeType;
        shapeAnchor?: ShapeAnchorType;
        lineByLine?: boolean;
        isometric?: boolean;
        rectangularArea?: boolean;
    }
    Index

    Properties

    areaPositiveRGB?: RGB
    areaNegativeRGB?: RGB
    areaPattern?: BIM_MEASUREMENT2D_FILL_PATTERN
    lengthPattern?: BIM_MEASUREMENT2D_FILL_PATTERN
    lengthPositiveRGB?: RGB
    lengthNegativeRGB?: RGB
    thicknessDirection?: LinearTakeoffDirection
    opacity?: number
    countPositiveRGB?: RGB
    countNegativeRGB?: RGB
    slope?: Slope
    baseOffset?: number
    height?: number
    thickness?: number
    shapeWidth?: number
    shapeDiameter?: number
    shapeLength?: number
    shapeType?: ShapeType
    shapeAnchor?: ShapeAnchorType
    lineByLine?: boolean
    isometric?: boolean
    rectangularArea?: boolean