Skip to main content

SwapAxesPair

Other

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

ValueDescription
SwapAxesPair.XYXY option
SwapAxesPair.XZXZ option
SwapAxesPair.YZYZ option

Usage Example

import ScriptingApi as api

# Access enumeration values
value = api.SwapAxesPair.XY

See Also