Gets or sets the high limit (in radians) for this angle zone.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThe high limit of the angle zone (in radians).
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
| ICogChangedEvent Changed | Fires when this property changes and the low limit is also changed. The following state flags may be affected: |
Remarks
You can specify any value for the high angle limit. Setting the high limit to a value smaller than the low limit also sets the low limit to the new value.
The default values for an angle zone depend upon which zone it is:
ZoneAngle Low Default High Default Overlap Default +---------------+---------------+---------------+------------------+ | First | -20 (deg) | +20 (deg) | 360 (deg) | +---------------+---------------+---------------+------------------+ | Second | -20 (deg) | +20 (deg) | 180 (deg) | +---------------+---------------+---------------+------------------+ | Third | -180 (deg) | +180 (deg) | 360 (deg) | +---------------+---------------+---------------+------------------+
ZoneAngle Min Overlap Max Overlap +---------------+---------------+---------------+ | First | 0 (deg) | 360 (deg) | +---------------+---------------+---------------+ | Second | 0 (deg) | 180 (deg) | +---------------+---------------+---------------+ | Third | 0 (deg) | 360 (deg) | +---------------+---------------+---------------+
See Also