@twinfinity/core
    Preparing search index...

    Interface IfcSiteInformation

    Information about a IfcSite object

    interface IfcSiteInformation {
        id: string;
        name?: string;
        position?: Wgs84Position;
    }
    Index

    Properties

    Properties

    id: string

    Global ID of the site

    name?: string

    Name of the site

    position?: Wgs84Position

    Site position in WGS84