CogCADFile ConnectTolerance Property Cognex VisionPro 9.5
Two open contour shapes are connectable if the distance between two of their endpoints is less than this tolerance. Only used if ConnectEnabled is True. This tolerance value is in the same units as the CAD file.

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

public double ConnectTolerance { get; set; }

Property Value

Type: Double
Exceptions

ExceptionCondition
ArgumentException

A value less than or equal to zero was supplied.

Remarks

Two open contour shapes are connected if the distance between two of their endpoints is less than this tolerance. Only used if ConnectEnabled is True. This value is specified in the units of the CAD file's coordinate system.

Default Value: 1.0

See Also