CogHandEyeCalibrator SeparateCalPlate Property Cognex VisionPro 9.8
Indicates if running separate calibration plate hand-eye calibration or regular big calibration plate calibration. This is only applicable when using corresponded point pairs as input for Execute overloads.

Namespace: Cognex.VisionPro.CalibFix
Assembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.1.0.0
Syntax

public bool SeparateCalPlate { get; set; }

Property Value

Type: Boolean
The default is False (regular hand-eye calibration).
Events

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