CogHandEyeCalibrationResult GetMotionYAxisHome2D Method Cognex VisionPro
Get the X and Y coordinates of the vector that describes the Y-axis of motion in Home2D. This specifies both the direction and magnitude of Y unit travel. The direction should be close to +90 degrees.

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

public void GetMotionYAxisHome2D(
	out double yAxisHome2DX,
	out double yAxisHome2DY
)

Parameters

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