@twinfinity/experimental
    Preparing search index...

    Interface Space

    A volume defining part of a Twin or facility

    interface Space {
        aggregatedSpaces?: string[];
        class: "IfcSpace";
        elementQuantities?: ElementQuantities[];
        id: string;
        name?: string;
        propertySets?: PropertySet[];
    }
    Index

    Properties

    aggregatedSpaces?: string[]

    Spaces that are part of this space

    class: "IfcSpace"

    Type of space (e.g. IfcSpace)

    elementQuantities?: ElementQuantities[]
    id: string

    Unique identifier for the space

    name?: string
    propertySets?: PropertySet[]