CogGeneralContourDOFConstants EnumerationCognex VisionPro 9.8 SR1
Enumeration of DOF constants for a CogGeneralContour.

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

[FlagsAttribute]
public enum CogGeneralContourDOFConstants
Members

  Member nameValueDescription
None0Disables interactive manipulation of the contour.
VertexPosition1Enables interactive manipulation of the position of any vertex of the contour.
EllipticalArcBend2Enables interactive manipulation of the curvature of elliptical arc segments. Notice that changing the curvature is likely to affect the center, radii, rotation, start and span of the arc, but will not modify its endpoints.
EllipticalArcConstrainedSpan4Enables interactive manipulation of the curvature of elliptical arc segments, constraining them to pass through the endpoints and bend handle. This DOF allows the user to change the fraction of the full ellipse that appears between the arc endpoints.
Position-2147483648Enables interactive manipulation of the X,Y position of the general contour. Changing the position will affect the Start and End points of all the segments.
All-1Enables interactive manipulation of all degrees of freedom for the contour.
Remarks

Enumeration of DOF constants for a CogGeneralContour.

See Also