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