Cog3DRangeImageCrossSectionProfileParams Region Property Cognex VisionPro 9.7
Gets or sets the 2D region in the range image.

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

public CogRectangleAffine Region { get; set; }

Property Value

Type: CogRectangleAffine
The default is a default constructed region.
Events

Event TypeReason
Cognex.VisionPro ICogChangedEvent

Fires when this property changes.

The following state flag may be affected:

  • SfRegion
Remarks

The region is an affine rectangle that lies in the image X-Y plane of the range image. It is specified in any space within the 2D coordinate space tree of the range image. The region must be at least 2 pixel in width and 1 pixel in height. A run time error is returned if the region does not meet the requrements.
See Also