CoordinateAxesModeConstants EnumerationCognex VisionPro 9.22 SR1

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

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
Syntax

public enum CoordinateAxesModeConstants
Members

  Member nameValueDescription
Mathematical0

The graphic is drawn based on the XAxisLength, Aspect, DisplayedScaleFactorX, and DisplayedScaleFactorY properties. Interactive manipulation of the axes size modifies the XAxisLength and Aspect properties.

Screen1

The graphic is drawn based on the DisplayedXAxisLength and DisplayedAspect properties. Interactive manipulation of the arm lengths modifies only the displayed representation of the axes and not the mathematical properties.

Scale2

The graphic is drawn based on the XAxisLength, Aspect, DisplayedScaleFactorX and DisplayedScaleFactorY properties. Interactive manipulation of the axes size modifies the DisplayedScaleFactorX and DisplayedScaleFactorY properties.

See Also