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.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThe default is the radian equivalent of 5 degrees.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when the value of this property changes. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is less than or equal to zero, or is greater than or equal to 2PI (360 degrees). |
See Also