Cog3DRangeImageCrossSectionExtractCornerV2 MaxGapToFill Property Cognex VisionPro
Gets or sets the MaxGapToFill. The field specifies the maximum horizontal length to fill in ProfileSelectedSpaceName.

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

public double MaxGapToFill { get; set; }

Property Value

Type: Double
Default value is 0.5.
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