Gets or sets the overlap threshold (in radians) for the angle degree of
freedom zone.
Namespace: Cognex.VisionPro.PMRedLineAssembly: Cognex.VisionPro.PMRedLine (in Cognex.VisionPro.PMRedLine.dll) Version: 80.0.0.0
Syntax
Property Value
Type: DoubleThe angle overlap threshold (in radians). Default value is 2 * pi.
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. |
Remarks
PMRedLine discards the weaker pattern instance when two pattern instances overlap for all degrees of freedom (DOF) as well as area. See the Overlap property of the scale DOF zone, and the XYOverlap property of the CogPMRedLineRunParams class for more information.
See Also