Cog3DRangeImageCrossSectionExtractCornerV2 LineFitSpacing Property Cognex VisionPro
Gets or sets the LineFitSpacing. The field specifies the space between the two fitted lines in ProfileSelectedSpaceName.

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

public double LineFitSpacing { get; set; }

Property Value

Type: Double
Default value is 0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

Exceptions

ExceptionCondition
ArgumentException If the value is less than 0.
See Also