@twinfinity/core
    Preparing search index...

    Interface TwinPut

    Specification of a Twinfinity Twin

    interface TwinPut {
        aggregatedSpaces?: string[];
        aggregatedTwins?: string[];
        elementQuantities?: ElementQuantities[];
        entities: EntityCollection;
        etag?: string;
        filePatches?: { [key: string]: FilePatchSet };
        fileReferences?: TwinFileReference[];
        id?: string;
        location?: Location;
        name: string;
        propertySets?: PropertySet[];
        relatedContainerIds: string[];
        site?: string;
    }

    Hierarchy (View Summary)

    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

    etag?: string
    filePatches?: { [key: string]: FilePatchSet }

    Per-file patch operations applied to model products before merge

    fileReferences?: TwinFileReference[]
    id?: string

    Unique identifier for the twin

    location?: Location

    Twin location in WGS84

    name: string

    Name of the Twin

    propertySets?: PropertySet[]
    relatedContainerIds: string[]
    site?: string

    The site of the Twin