CogHandEyeCalibrator MinimumRotationSpan Property Cognex VisionPro 9.7
The minimum required rotation angle span in radians among all input uncorrectedHome2DFromStage2D poses for motion capabilities that allows rotation. The run-time function will throw an exception if the rotation angle span among all input uncorrectedHome2DFromStage2D poses is less than this minimum requirement.

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

public double MinimumRotationSpan { get; set; }

Property Value

Type: Double
The default is the radian equivalent of 5 degrees.
Events

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

ExceptionCondition
ArgumentOutOfRangeException The supplied value is less than or equal to zero, or is greater than or equal to 2PI (360 degrees).
See Also