Gets or sets the overlap threshold (in radians) for this angle zone.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 75.1.0.0
Syntax
Property Value
Type: DoubleThe angle overlap threshold (in radians).
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The supplied value is less than zero, or exceeds the maximum. |
Remarks
When two pattern instances overlap in volume, and also overlap in all three angle zones, 3DPatMax discards the pattern instance with the lower score. See the XYZOverlap property of the Cog3DPatMaxRunParams class for more information.
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