rearrange method

rearrange

Rearrange the layout of the axis.

def rearrange(self, new_x, new_y, new_z):
    ...
ParameterTypeDescription
new_xAxisThe new x component source
new_yAxisThe new y component source
new_zAxisThe new z component source

See Also