Enumeration for the graphic degree of freedom enable constants of an interactive circular arc shape.
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 all degrees of freedom of the circular arc. | |
| ArcSpan | 1 | Enables interactive manipulation of the circular arc's AngleStart and AngleSpan up to two Pi. | |
| EndPoints | 2 | Enables interactive manipulation of the circular arc's end points, keeping the arc height and opposite end point constant. This typically modifies all geometric properties of the circular arc. | |
| Bend | 4 | Enables interactive manipulation of the circular arc's curvature, keeping the two end points constant. This typically modifies all geometric properties of the circular arc. | |
| ArcSpanFourPi | 32 | Extends interactive manipulation of the circular arc's span up to four Pi. Note that if cogCircularArcDOFArcSpan is not enabled, this DOF setting has no effect. | |
| Position | -2147483648 | Enables interactive manipulation of the X,Y position of the circular arc's center. | |
| All | -1 | Enables interactive manipulation of all degrees of freedom of the circular arc. |
Remarks
Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive CogCircularArc. You can OR these constants to combine different degrees of freedom.
See Also