Axis swap

From Catglobe Wiki
Jump to: navigation, search

Axis_swap

Swap 2 axis in the axis set

Syntax

Axis_swap(Axis a, Axis b);

Arguments

a and b is two Axis

Return type

Empty

Example

DCS_use(15639122);
Axis_swap(AxisSet_getAxis("Age"), AxisSet_getAxis("Q3"));
DCS_save();

2018-08-10 16-20-21.png