Click or drag to resize

KM_CoordMotionStartTraverse Method

Fires an async delegate to move axes at traversal speeds non-interpolated

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public void StartTraverse(
	double x,
	double y,
	double z,
	double a,
	double b,
	double c,
	bool suppresscallback,
	Object usercallback
)

Parameters

x  Double
x position
y  Double
y position
z  Double
z position
a  Double
a position
b  Double
b position
c  Double
c position
suppresscallback  Boolean
Prevents callback information from being dispatched
usercallback  Object
User supplied object that gets returned when traverse is complete
See Also