Gets or sets the volume overlap threshold.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax
Property Value
Type: DoubleThe volume overlap threshold. Default value is 0.25.
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 greater than one. |
Remarks
When two pattern instances overlap in volume, and also overlap in all three angle zones, 3DAlign discards the pattern instance with the lower score. See the Overlap property of the angle zone for more information.
See Also