Click or drag to resize

KM_InterpreterSetOrigin Method

Sets 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 SetOrigin(
	int index,
	double x,
	double y,
	double z,
	double a,
	double b,
	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