Cog3DRangeImageVolumeCalculator RegionMode Property Cognex VisionPro
Gets or sets the region mode. This controls how the optional run time region is applied to the input image.

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

public CogRegionModeConstants RegionMode { get; set; }

Property Value

Type: CogRegionModeConstants
The region mode. May be either PixelAlignedBoundingBox or PixelAlignedBoundingBoxAdjustMask. Default is PixelAlignedBoundingBoxAdjustMask. CogRegionModeConstants::AffineTransform is not a supported region mode.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfRegionMode
Exceptions

ExceptionCondition
ArgumentException If the supplied argument is not either PixelAlignedBoundingBox or PixelAlignedBoundignBoxAdjustMask.
See Also