Class AxisSelection¶ Defined in File WMX3Api.h Class Documentation¶ class AxisSelection¶ This class describes a selection of axes. Public Functions AxisSelection()¶ AxisSelection(int axisCount, const int *axis)¶ Public Members int axisCount¶ The number of axes in the selection. int axis[constants::maxAxes]¶ An array containing the axis numbers of the selected axes. The first axisCount indices will contain the axis numbers of the selected axes. Entries in all other indices are ignored.