CogCoordinateAxesDOFConstants EnumerationCognex VisionPro 9.5
Enumeration for the graphic degree of freedom enable constants of an interactive coordinate axes.

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

[FlagsAttribute]
public enum CogCoordinateAxesDOFConstants
Members

  Member nameValueDescription
None0Disables interactive manipulation of all degrees of freedom of the coordinate axes.
Scale1Enables interactive manipulation of the size of the axis arms of the coordinate axes.
Aspect2Enables interactive manipulation of X-axis of the coordinate axes independently of the Y-axis.
Rotation4Enables interactive manipulation of the rotation of the coordinate axes.
Skew8Enables interactive manipulation of the skew of the coordinate axes.
Position-2147483648Enables interactive manipulation of the X,Y position of the coordinate axes.
All-1Enables interactive manipulation of all degrees of freedom of the coordinate axes.
Remarks

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

See Also