@twinfinity/experimental
    Preparing search index...

    Interface TwinSpecification

    Specification of a Twinfinity Twin

    interface TwinSpecification {
        aggregatedSpaces?: string[];
        aggregatedTwins?: string[];
        elementQuantities?: ElementQuantities[];
        entities: EntityCollection;
        id?: string;
        location?: Location;
        name: string;
        propertySets?: PropertySet[];
        site?: string;
    }
    Index

    Properties

    aggregatedSpaces?: string[]

    Spaces that are not part of any facility

    aggregatedTwins?: string[]

    Ids of Twins that are part of this Twin

    elementQuantities?: ElementQuantities[]

    Collection of entities that are part of the twin

    id?: string

    Unique identifier for the twin

    location?: Location

    Twin location in WGS84

    name: string

    Name of the Twin

    propertySets?: PropertySet[]
    site?: string

    The site of the Twin