| KM_CoordMotionUpdateCurrentPositionsABS Method |
Sets the passed variables to the CoordMotion's Absolute positions
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void UpdateCurrentPositionsABS(
ref double x,
ref double y,
ref double z,
ref double a,
ref double b,
ref double c,
bool snap
)
Public Sub UpdateCurrentPositionsABS (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double,
ByRef a As Double,
ByRef b As Double,
ByRef c As Double,
snap As Boolean
)
public:
void UpdateCurrentPositionsABS(
double% x,
double% y,
double% z,
double% a,
double% b,
double% c,
bool snap
)
Parameters
- x Double
- X axis value
- y Double
- Y axis value
- z Double
- Z axis value
- a Double
- A axis value
- b Double
- B axis value
- c Double
- C axis value
- snap Boolean
- snap to exact previously commanded postion (if close) to avoid rounding errors
See Also