Click or drag to resize

KM_InterpreterGetOrigin Method

Gets the Origin offset

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void GetOrigin(
	int index,
	ref double x,
	ref double y,
	ref double z,
	ref double a,
	ref double b,
	ref double c
)

Parameters

index  Int32
Origin index - 0 for G92 offsets, 1-9 for fixture offsets
x  Double
X offset
y  Double
Y offset
z  Double
Z offset
a  Double
a offset
b  Double
b offset
c  Double
c offset
See Also