interface AssetMapping3DBase {
    assetId: number;
    assetInstanceId?: UnitDMSUniqueIdentifier;
    nodeId: number;
}

Hierarchy (view full)

Properties

assetId: number

The ID of the associated asset (Cognite's Assets API).

assetInstanceId?: UnitDMSUniqueIdentifier

The ID of the associated Cognite Asset instance from Core Data Model.

nodeId: number

The ID of the node.