Click or drag to resize

KM_InterpreterReadAndSynchCurInterpreterPosition Method

Syncronizes the Interpreter Position to the current Axes Positions

Namespace: KMotion_dotNet
Assembly: 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
)

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