CogCircularArcDOFConstants EnumerationCognex VisionPro 9.7
Enumeration for the graphic degree of freedom enable constants of an interactive circular arc shape.

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

[FlagsAttribute]
public enum CogCircularArcDOFConstants
Members

  Member nameValueDescription
None0Disables interactive manipulation of all degrees of freedom of the circular arc.
ArcSpan1Enables interactive manipulation of the circular arc's AngleStart and AngleSpan up to two Pi.
EndPoints2Enables 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.
Bend4Enables interactive manipulation of the circular arc's curvature, keeping the two end points constant. This typically modifies all geometric properties of the circular arc.
ArcSpanFourPi32Extends 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-2147483648Enables interactive manipulation of the X,Y position of the circular arc's center.
All-1Enables 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