CogCircleDOFConstants EnumerationCognex VisionPro 9.5
Enumeration for the graphic degree of freedom enable constants of an interactive circle shape.

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

[FlagsAttribute]
public enum CogCircleDOFConstants
Members

  Member nameValueDescription
None0Disables interactive manipulation of all degrees of freedom of the circle.
Radius1Enables interactive manipulation of the circle's radius.
Position-2147483648Enables interactive manipulation of the X,Y position of the circle's center.
All-1Enables interactive manipulation of all degrees of freedom of the circle.
Remarks

Enumeration that describes which degrees of freedom (DOF) are GraphicDOFEnable for an interactive CogCircle shape. You can OR these constants to combine different degrees of freedom. .

See Also