CogHandEyeCalibrationResult GetMotionXAxisHome2D Method Cognex VisionPro 9.5
Get the X and Y coordinates of the vector that describes the X-axis of motion in Home2D. This specifies the magnitude of X unit travel. The direction of X unit travel is accurate by definition.

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

public void GetMotionXAxisHome2D(
	out double xAxisHome2DX,
	out double xAxisHome2DY
)

Parameters

xAxisHome2DX
Type: System Double 
The X coordinate of the vector that describes the motion X-axis in Home2D.
xAxisHome2DY
Type: System Double 
The Y coordinate of the vector that describes the motion X-axis in Home2D.
See Also