BimCT SDK / WebGL2 Viewer
    Preparing search index...

    Interface QuantityBase

    interface QuantityBase {
        type: string;
        unit: string;
        value?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: string
    unit: string
    value?: number