CogBeadInspectDefect WidthMin Property Cognex VisionPro 9.8 SR1
Get the minimum 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: 75.0.0.0
Syntax

public double WidthMin { get; }

Property Value

Type: Double
The smallest measured bead width ratio. A value of 0.8 implies that every caliper in the defect has a runtime width greater than or equal to 80% 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