SliceGroup.reverseAxes


reverseAxes(isReverse)

Specify whether or not to swap the local X and Y directions of the slice Multiple calls are not cumulative - 'isReverse' is relative to the original definition of the slice, not the previous call to reverseAxes

isReversebooleanif true, X and Y are swapped from the original definition. Otherwise the original definition is used
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to SliceGroup

Back to Overview