CogCADFile ConnectEnabled Property Cognex VisionPro 9.7
If true, it will try to connect open shapes into longer contours which are better for synthetic PatMax. Shapes are connected when the user calls the GetShape... methods. ConnectTolerance is used to control how near shapes must be to be connected.

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

public bool ConnectEnabled { get; set; }

Property Value

Type: Boolean
Remarks

If true, it will try to connect open shapes into longer contours which are better for synthetic PatMax. Shapes are connected when the user calls the GetShapes  methods. ConnectTolerance is used to control how near shapes must be to each other to be connected.

Default Value: True

See Also