Cog3DRangeImageCrossSectionProfile CoordinateSpaceTree3D Property Cognex VisionPro
Gets or sets the CoordinateSpaceTree3D.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public Cog3DCoordinateSpaceTree CoordinateSpaceTree3D { get; set; }

Property Value

Type: Cog3DCoordinateSpaceTree
The CoordinateSpaceTree3D will contain the "Sensor3D" space. Eventually it will hold a reference to the range image CoordinateSpaceTree3D.
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfCoordinateSpaceTree3D
Exceptions

ExceptionCondition
ArgumentNullException If the value is null.
Remarks

It is not recommended to overwrite the tree. The integrity of the profile will break and the tool may not operate properly.
See Also