Cog3DRangeImageCrossSectionProfile ProfileSpaceTree Property Cognex VisionPro
Gets or sets the ProfileSpaceTree.

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

public CogCoordinateSpaceTree ProfileSpaceTree { get; set; }

Property Value

Type: CogCoordinateSpaceTree
The ProfileSpaceTree, when the profile is created, will contain one space to convert the profile data to physical units of the range image.
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfProfileSpaceTree
Exceptions

ExceptionCondition
ArgumentNullException If the value is null.
Remarks

The profile space tree stores a family of 2D coordinate spaces that lie within the cutting plane. These profile spaces are typically expressed in physical units (e.g. millimeters), with x and y axes that are orthogonal in physical space.

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

See Also