@twinfinity/core
    Preparing search index...

    Interface SimpleQuantity

    interface SimpleQuantity {
        name: string;
        type?: SingleQuantityValueType;
        value?: number;
    }
    Index

    Properties

    Properties

    name: string

    Type of value (e.g IfcQuantityArea, IfcQuantityNumber)

    value?: number

    Value of the quantity given in SI units