Difference between revisions of "Axis swap"

From Catglobe Wiki
Jump to: navigation, search
(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 =...")
(No difference)

Revision as of 11:31, 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();

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