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

Script language

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

HandleDirection

enumeration

Description

An enumeration of directions the handle moves in.

Properties

PositiveXThis value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the x-axis.
NegativeXThis value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the x-axis.
PositiveYThis value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the y-axis.
NegativeYThis value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the y-axis.
PositiveZThis value corresponds to the handle moving in a positive direction away from PrimitiveBoundsHandle.center along the z-axis.
NegativeZThis value corresponds to the handle moving in a negative direction away from PrimitiveBoundsHandle.center along the z-axis.

Did you find this page useful? Please give it a rating: