CogBeadInspectDefect WidthMax Property Cognex VisionPro 9.20
Get the maximum width ratio measured by the calipers of this defect. For each caliper the width ratio is computed by dividing the width measured at runtime by the width measured at train-time.

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

public double WidthMax { get; }

Property Value

Type: Double
The largest measured bead width ratio. A value of 1.5 implies that every caliper in the defect has a runtime width less than or equal to 150% of the width measured at train-time.
Remarks

If the user disables both WidthMinEnabled and WidthMaxEnabled, the bead width will not be measured at run-time and GetCaliperBeadWidth(Int32), WidthMin, WidthMax, and WidthAvg will all be reported as zero.

See Also