Difference between revisions of "Axis swap"
(Created page with "Category:Axis_set_modifying_CGScript_functions = Axis_swap = Swap 2 axis in the axis set == Syntax == Axis_swap(Axis a, Axis b); == Arguments == a and b is two Axis =...") |
|||
Line 9: | Line 9: | ||
== Arguments == | == Arguments == | ||
− | a and b is two Axis | + | a and b is two [[Axis class|Axis]] |
== Return type == | == Return type == |
Latest revision as of 10:54, 10 August 2018
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();