| KM_InterpreterGetOrigin Method |
Gets the Origin offset
Namespace: KMotion_dotNetAssembly: 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
)
Public Sub GetOrigin (
index As Integer,
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 GetOrigin(
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