Create contextualization connections between 3D CAD nodes and CogniteAsset instances. This allows users to navigate between 3D objects in a 3D CAD model and their connected CogniteAsset instances.
The 3D CAD nodes are defined for a specific 3D model revision. The connections are referencing the space and externalId for CogniteAsset node instances.
NOTE: This endpoint is only available for DataModelOnly projects.
The list of asset instanceIds and nodes, and the dmsContextualizationConfig.
required | Array of objects (CreateCADContextualizationList) [ 1 .. 100 ] items |
required | object (DmsContextualizationConfigRC) |
Empty response.
The response for a failed request.
{- "items": [
- {
- "asset": {
- "instanceId": {
- "space": "string",
- "externalId": "string"
}
}, - "nodeId": 1003
}
], - "dmsContextualizationConfig": {
- "object3DSpace": "string",
- "contextualizationSpace": "string",
- "revision": {
- "instanceId": {
- "space": "string",
- "externalId": "string"
}
}
}
}{ }