Cog3DVisionDataStitch OutputImageZMin Property Cognex VisionPro 9.8
Client space (OutputSpaceName3D) minimum Z. If OutputImageZMode is UseZMin, then this parameter will be the output space Z that corresponds to a minimum output pixel value. This parameter is ignored if OutputImageZMode is not UseZMin.

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

public double OutputImageZMin { get; set; }

Property Value

Type: Double
The default is -100.0.
Events

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