interface AssetMapping3D {
    assetId: number;
    assetInstanceId?: UnitDMSUniqueIdentifier;
    nodeId: number;
    subtreeSize?: number;
    treeIndex?: 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.

subtreeSize?: number

The number of nodes in the subtree of this node (this number included the node itself). Only present if the asset mapping's node ID is valid.

treeIndex?: number

A number describing the position of this node in the 3D hierarchy, starting from 0. The tree is traversed in a depth-first order. Only present if the asset mapping's node ID is valid.