CogBeadInspectFindParams MaxWidthDeviation Property Cognex VisionPro 9.7
Gets or sets the maximum allowable bead width change specified as a fraction of the bead width.

Namespace: Cognex.VisionPro.EdgeInspect
Assembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 73.0.0.0
Syntax

public double MaxWidthDeviation { get; set; }

Property Value

Type: Double
Default value is 0.4.
Events

Event TypeReason
ICogChangedEvent Changed Fires when this property changes. The following state flag may be affected:
Exceptions

ExceptionCondition
ArgumentOutOfRangeException The supplied value is less than or equal to 0 or greater than 1.
Remarks

This property only supports float value type precision; up to 5 decimal places (such as 0.00001) can typically be expected to be maintained. Further precision can be assigned but will be lost (truncated).

See Also