CogPolygonDOFConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration for the degree of freedom constants of an interactive polygon shape.

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

[FlagsAttribute]
public enum CogPolygonDOFConstants
Members

  Member nameValueDescription
None0Disables interactive manipulation of all degrees of freedom of the polygon.
VertexPositions1Enables interactive manipulation of individual vertex positions.
Position-2147483648Enables interactive manipulation of the position of the entire polygon.
All-1Enables interactive manipulation of all degrees of freedom of the polygon.
Remarks

Enumeration for the degree of freedom constants of an interactive polygon shape.

See Also