Constants used by the operator to specify what the motion stage can
do.
Namespace: Cognex.VisionPro.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 65.1.0.0
public enum CogHandEyeMotionCapabilityConstants
public enum CogHandEyeMotionCapabilityConstants
Public Enumeration CogHandEyeMotionCapabilityConstants
Public Enumeration CogHandEyeMotionCapabilityConstants
public enum class CogHandEyeMotionCapabilityConstants
public enum class CogHandEyeMotionCapabilityConstants
|
| Member name | Value | Description |
|---|
| RotationAndTranslation | 0 |
The motion stage is capable of both rotation and translation.
| minNumViews | 3 | | canRecoverOrigin | true | | canRecoverRotation | true | | canRecoverHandedness | true |
|
| RotationOnly | 1 |
The motion stage is only capable of rotation.
| minNumViews | 2 | | canRecoverOrigin | true | | canRecoverRotation | false | | canRecoverHandedness | true |
|
| TranslationOnly1Axis | 2 |
The motion stage is capable of translation along a single axis.
| minNumViews | 2 | | canRecoverOrigin | false | | canRecoverRotation | true | | canRecoverHandedness | false |
|
| TranslationOnly2Axes | 3 |
The motion stage is capable of translation along either of two axes.
| minNumViews | 3 | | canRecoverOrigin | false | | canRecoverRotation | true | | canRecoverHandedness | true |
|