Gets or sets the fixed bead width to use when training. This value only applies if
FixedWidthEnabled
is set to "true".
Namespace: Cognex.VisionPro.EdgeInspectAssembly: Cognex.VisionPro.EdgeInspect (in Cognex.VisionPro.EdgeInspect.dll) Version: 91.0.0.0
Syntax
Property Value
Type: DoubleThe fixed width. Default value is 10.0.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flags may be affected: |
Exceptions
| Exception | Condition |
|---|---|
| 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