Enumeration of DOF constants for a CogGeneralContour.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Disables interactive manipulation of the contour. | |
| VertexPosition | 1 | Enables interactive manipulation of the position of any vertex of the contour. | |
| EllipticalArcBend | 2 | Enables 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. | |
| EllipticalArcConstrainedSpan | 4 | Enables 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 | -2147483648 | Enables 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 | -1 | Enables interactive manipulation of all degrees of freedom for the contour. |
Remarks
Enumeration of DOF constants for a CogGeneralContour.
See Also