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.
对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答