Cog3DVisionDataRerender OutputImageZMode Property Cognex VisionPro
How to handle the Z values of the output range image. There are two defined modes: UseZMin and Auto.

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

public Cog3DVisionDataStitchZModeConstants OutputImageZMode { get; set; }

Property Value

Type: Cog3DVisionDataStitchZModeConstants
The default is Auto.
Events

Event TypeReason
ICogChangedEvent Changed Fires when the value of this property changes.
Exceptions

ExceptionCondition
ArgumentException The supplied value is not a member of Cog3DVisionDataStitchZModeConstants
See Also