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.CalibFixAssembly: Cognex.VisionPro.CalibFixPlus (in Cognex.VisionPro.CalibFixPlus.dll) Version: 69.0.0.0
public void GetMotionYAxisHome2D(
out double yAxisHome2DX,
out double yAxisHome2DY
)
public void GetMotionYAxisHome2D(
out double yAxisHome2DX,
out double yAxisHome2DY
)
Public Sub GetMotionYAxisHome2D (
<OutAttribute> ByRef yAxisHome2DX As Double,
<OutAttribute> ByRef yAxisHome2DY As Double
)
Public Sub GetMotionYAxisHome2D (
<OutAttribute> ByRef yAxisHome2DX As Double,
<OutAttribute> ByRef yAxisHome2DY As Double
)
public:
void GetMotionYAxisHome2D(
[OutAttribute] double% yAxisHome2DX,
[OutAttribute] double% yAxisHome2DY
)
public:
void GetMotionYAxisHome2D(
[OutAttribute] double% yAxisHome2DX,
[OutAttribute] 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.