| KM_AxisGroupStartRapidTo Method |
Perform Start of Rapid Move (independent motion) of multiple axis to a desired destination
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void StartRapidTo(
double[] position
)
Public Sub StartRapidTo (
position As Double()
)
public:
void StartRapidTo(
array<double>^ position
)
Parameters
- position Double
- XYZABC position to Rapid to
See Also