CogGeneralContourVertexConstants EnumerationCognex VisionPro 9.7
Enumeration of bit flags indicating special conditions at a vertex in a general contour.

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

[FlagsAttribute]
public enum CogGeneralContourVertexConstants
Members

  Member nameValueDescription
FlagNone0Indicates that the vertex is not connecting two neighboring segments, is not closing a chain of connected segments, and has no other special properties.
Connected1Indicates that the vertex is connecting two neighboring segments.
Closed2Indicates that the vertex is closing a chain of connected segments.
Remarks

Enumeration of bit flags indicating special conditions at a vertex in a general contour.

See Also