Gets/sets the minimum angle of checker orientations.
Note that if the new value is larger than CheckerAngleMax,
then CheckerAngleMax will be changed to the new CheckerAngleMin.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThe default value is -Math.PI (in radians, i.e. negative 180 degrees).
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. |
Remarks
CheckerAngleMin and CheckerAngleMax are only used when Algorithm is Exhaustive.
Note that if the new value is larger than CheckerAngleMax, then CheckerAngleMax will be changed to the new CheckerAngleMin.
See Also