Click or drag to resize

KM_AxisGroup Constructor

Creates group of axes

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public KM_AxisGroup(
	KM_Controller controller,
	params KM_Axis[] axislist
)

Parameters

controller  KM_Controller
KM_Controller to associate the group with
axislist  KM_Axis
List of Axes
See Also