Controls which properties determine how the axes is drawn and how interactive manipulation of the axes affects the axes mathematical properties.
Namespace: Cognex.VisionProAssembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 73.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| Mathematical | 0 | The graphic is drawn from the XAxisLength, Aspect, DisplayedScaleFactorX and DisplayedScaleFactorY properties. Interactive manipulation of the axes size will modify the XAxisLength and Aspect properties. | |
| Screen | 1 | The 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. | |
| Scale | 2 | The 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