MotionController Axis MultiAxis IO IOPoint NetworkNode RsiError
Sample Apps Changelog

RapidCode API

◆ AxisRemoveAll()

void AxisRemoveAll ( )
pure virtual

Remove all axes from a MultiAxis group.s.

Description:
AxisRemoveAll will remove all axes from this MultiAxis class. This will also effectively Unmap the MultiAxis and its associations from the MotionController.
Sample Code:
multiAxis->AxisRemoveAll(); // remove all the axes
See also
AxisAdd
 
Examples
MultiAxisVelocityMotion.cs, PointToPointMultiaxisMotion.cpp, and PointToPointMultiaxisMotion.cs.