Cog3DRangeImageVolumeCalculatorTool Region Property Cognex VisionPro
The 2D region within which to calculate the volume.

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

public ICogRegion Region { get; set; }

Property Value

Type: ICogRegion
The region can be null to use the entire range image. The default is a default CogRectangleAffine
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfRegion
Remarks

A pixel is considered inside the 2D region if the pixel's 2D center falls within the region.
See Also