CogEllipseDOFConstants EnumerationCognex VisionPro
Enumeration for the degree of freedom constants of an interactive ellipse shape.

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

[FlagsAttribute]
public enum CogEllipseDOFConstants
Members

  Member nameValueDescription
None0
Size1Enables interactive manipulation of both radii of the ellipse independently.
Scale2Enables interactive manipulation of both radii of the ellipse while keeping the ratio of their lengths constant. Note: If the 'Size' DOF is enabled, it will override this one.
Rotation4Enables interactive manipulation of the rotation of the ellipse.
Position-2147483648Enables interactive manipulation of the X,Y position of the ellipse's center.
All-1Enables interactive manipulation of all degrees of freedom for the ellipse.
Remarks

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

See Also