Cog3DPatMaxZoneAngle High Property Cognex VisionPro 9.8
Gets or sets the high limit (in radians) for this angle zone.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax

public double High { get; set; }

Property Value

Type: Double
The high limit of the angle zone (in radians).
Events

Event TypeReason
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)   |
+---------------+---------------+---------------+
The allowed range of values for the overlap also depend upon the zone:

See Also