BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface CountTakeoff

    interface CountTakeoff {
        id?: string;
        name?: string;
        description?: string;
        areaName?: string;
        zoneName?: string;
        mode: TakeoffMode;
        baseOffset?: number;
        height?: number;
        color: RGB;
        negativeColor?: RGB;
        pattern?: FillPattern;
        opacity?: number;
        type: COUNT_TAKEOFF;
        quantity1?: CountQuantity;
        quantity2?: CountQuantity;
        quantity3?: CountQuantity;
        shapeDiameter?: number;
        shapeWidth?: number;
        shapeLength?: number;
        shapeType?: ShapeType;
        shapeAnchor?: ShapeAnchorType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    id?: string
    name?: string
    description?: string
    areaName?: string
    zoneName?: string
    baseOffset?: number
    height?: number
    color: RGB
    negativeColor?: RGB
    pattern?: FillPattern
    opacity?: number
    quantity1?: CountQuantity
    quantity2?: CountQuantity
    quantity3?: CountQuantity
    shapeDiameter?: number
    shapeWidth?: number
    shapeLength?: number
    shapeType?: ShapeType
    shapeAnchor?: ShapeAnchorType