Legacy Documentation: Version 5.2
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

AxisSyncMode

enumeration

Switch to Manual

Description

An axis or set of axis.

Variables

NoneDo not sync.
AxisXOnly x axis.
AxisYOnly the y axis.
AxisZOnly the z axis.
AxisXYThe x and y axis.
AxisXZThe x and z axis.
AxisYZThe y and z axis.
AxisXYZThe x, y and z axis.