Cog3DRangeImageCrossSectionExtractCornerV2 StopLineFitAtGap Property Cognex VisionPro 9.5
Gets or sets the StopLineFitAtGap. The field specifies if the algorithm should stop line fitting at large gaps or skip over them and include points on the other side if the whole gap can fit within LineFitLength.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 69.0.0.0
Syntax

public bool StopLineFitAtGap { get; set; }

Property Value

Type: Boolean
Default value is false.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

See Also