@twinfinity/experimental
    Preparing search index...

    Interface Site

    A site is a defined area of land, possibly covered with water, upon which constructions are located

    interface Site {
        aggregatedFacilities?: string[];
        aggregatedSites?: string[];
        aggregatedSpaces?: string[];
        class?: "IfcSite";
        elementQuantities?: ElementQuantities[];
        id?: string;
        name: string;
        propertySets?: PropertySet[];
    }
    Index

    Properties

    aggregatedFacilities?: string[]

    Facilities (e.g. buildings) in Twin

    aggregatedSites?: string[]

    Sites are part of this site

    aggregatedSpaces?: string[]

    Spaces that are not part of any facility

    class?: "IfcSite"

    Type of site (i.e. IfcSite)

    elementQuantities?: ElementQuantities[]
    id?: string

    Unique identifier for the site

    name: string

    Name of the site

    propertySets?: PropertySet[]

    Sets of properties describing the Twin (e.g. AreaType = Residential)