Cog3DRangeImageCrossSectionProfile CoordinateSpaceTree Property Cognex VisionPro 9.7
Gets or sets the CoordinateSpaceTree.

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

public CogCoordinateSpaceTree CoordinateSpaceTree { get; set; }

Property Value

Type: CogCoordinateSpaceTree
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfCoordinateSpaceTree
Exceptions

ExceptionCondition
ArgumentNullException If the value is null.
Remarks

The CoordinateSpaceTree will contain a reference to the CoordinateSpaceTree held by the range image.
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