| KM_InterpreterReadAndSynchCurInterpreterPosition Method |
Syncronizes the Interpreter Position to the current Axes Positions
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void ReadAndSynchCurInterpreterPosition(
ref double x,
ref double y,
ref double z,
ref double a,
ref double b,
ref double c
)
Public Sub ReadAndSynchCurInterpreterPosition (
ByRef x As Double,
ByRef y As Double,
ByRef z As Double,
ByRef a As Double,
ByRef b As Double,
ByRef c As Double
)
public:
void ReadAndSynchCurInterpreterPosition(
double% x,
double% y,
double% z,
double% a,
double% b,
double% c
)
Parameters
- x Double
- X sync'ed position
- y Double
- Y sync'ed position
- z Double
- Z sync'ed position
- a Double
- a sync'ed position
- b Double
- b sync'ed position
- c Double
- c sync'ed position
See Also