CogCoordinateAxesModeConstants EnumerationCognex VisionPro 9.8 SR1
Controls which properties determine how the axes is drawn and how interactive manipulation of the axes affects the axes mathematical properties.

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

public enum CogCoordinateAxesModeConstants
Members

  Member nameValueDescription
Mathematical0The graphic is drawn from the XAxisLength, Aspect, DisplayedScaleFactorX and DisplayedScaleFactorY properties. Interactive manipulation of the axes size will modify the XAxisLength and Aspect properties.
Screen1The CogCoordinateAxes is drawn from the DisplayedXAxisLength and DisplayedAspect properties. Interactive manipulation of the arm lengths will only modify the displayed representation of the axes and not the mathematical properties.
Scale2The graphic is drawn from the XAxisLength, Aspect, DisplayedScaleFactorX and DisplayedScaleFactorY properties. Interactive manipulation of the axes size will modify the DisplayedScaleFactorX and DisplayedScaleFactorY properties.
Remarks

Constants that determine which properties are used to draw the CogCoordinateAxes and how interactive manipulation affects the mathematical properties of the axes.

See Also