Click or drag to resize

KM_AxisGroupSetOffsetData Method

Set Work Fixture Offset to be used by the GCode Interpreter

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

Parameters

num  Int32
Fixture Number
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