Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

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

Axes

enumeration

Description

A flag enumeration for specifying which axes on a PrimitiveBoundsHandle object should be enabled.

Variables

NoneNo axes.
XX-axis (bit 0).
YY-axis (bit 1).
ZZ-axis (bit 2).
AllAll axes.