CogBeadInspectPattern FixedWidth Property Cognex VisionPro 9.24
Gets or sets the fixed bead width to use when training. This value only applies if FixedWidthEnabled is set to "true".

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

public double FixedWidth { get; set; }

Property Value

Type: Double
The fixed width. Default value is 10.0.
Events

Exceptions

ExceptionCondition
ArgumentOutOfRangeException The supplied value is less than or equal to zero.
Remarks

When using fixed bead width training the trained pattern will use the value specified here for every point along the bead path rather than the observed bead width within the training image.

The value of the fixed bead width can not be 50% larger or 50% smaller than the BeadWidth property of the selected CogBeadInspectFindResult when training is executed.

See Also