BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface CustomElementPropertyQuantity

    interface CustomElementPropertyQuantity {
        name?: string;
        type: "TEXT" | "DECIMAL" | "WITHUNIT" | "MONETARY";
        unit?: "MM" | "M2" | "M3" | "KG";
        value?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name?: string
    type: "TEXT" | "DECIMAL" | "WITHUNIT" | "MONETARY"
    unit?: "MM" | "M2" | "M3" | "KG"
    value?: number