CogHandEyeMotionCapabilityConstants EnumerationCognex VisionPro 9.5
Constants used by the operator to specify what the motion stage can do.

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

public enum CogHandEyeMotionCapabilityConstants
Members

  Member nameValueDescription
RotationAndTranslation0

The motion stage is capable of both rotation and translation.

minNumViews3
canRecoverOrigintrue
canRecoverRotationtrue
canRecoverHandednesstrue

RotationOnly1

The motion stage is only capable of rotation.

minNumViews2
canRecoverOrigintrue
canRecoverRotationfalse
canRecoverHandednesstrue

TranslationOnly1Axis2

The motion stage is capable of translation along a single axis.

minNumViews2
canRecoverOriginfalse
canRecoverRotationtrue
canRecoverHandednessfalse

TranslationOnly2Axes3

The motion stage is capable of translation along either of two axes.

minNumViews3
canRecoverOriginfalse
canRecoverRotationtrue
canRecoverHandednesstrue

See Also