Gets/sets the maximum angle of checker orientations.
Note that if the new value is smaller than
CheckerAngleMin, then CheckerAngleMin will be changed to the new CheckerAngleMax.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleThe default value is Math.PI (in radians, i.e. positive 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 smaller than CheckerAngleMin, then CheckerAngleMin will be changed to the new CheckerAngleMax.
See Also