Skip to main content
Version: 4.x

Type Alias: CadIntersection

CadIntersection: object

Type declaration​

distanceToCamera​

distanceToCamera: number

Distance from the camera to the intersection.

model​

model: CogniteCadModel

The model that was intersected.

point​

point: Vector3

Coordinate of the intersection.

treeIndex​

treeIndex: number

Tree index of the intersected 3D node.

type​

type: "cad"

The intersection type.

Defined in​

packages/api/src/public/migration/types.ts:234