SwapAxesPair
Axis pair specification for swap axes (permute) operations. XY => Swap X and Y axes XZ => Swap X and Z axes YZ => Swap Y and Z axes
Import
import ScriptingApi as api
# Access the class
# SwapAxesPair is available via api.SwapAxesPair
Enumeration Values
Enumeration Type from SwapAxesPair
| Value | Description |
|---|---|
SwapAxesPair.XY | XY option |
SwapAxesPair.XZ | XZ option |
SwapAxesPair.YZ | YZ option |
Usage Example
import ScriptingApi as api
# Access enumeration values
value = api.SwapAxesPair.XY