HandleDirection
Script for HandleDirection
HandleDirection
Canonical path: HandleDirection.HandleDirection
Bases: IntEnum
Class with the definition of the handle directions.
The handle direction is used to set the allowed input direction for the move of the handle.
The special direction CLICK allows to used the handle as button or checkbox.
ANGLE
class-attribute
instance-attribute
ANGLE = angle
Move the handle in xy direction. Show a circle as info.
PLANE_DIR
class-attribute
instance-attribute
PLANE_DIR = plane_dir
Move the handle in xy direction on the defined plane from HandleProperties Draw an arrow symbol in reference-handle point-direction
POINT_DIR
class-attribute
instance-attribute
POINT_DIR = point_dir
Move the handle in point direction, defined by the reference and handle point. Draw an arrow symbol in reference-handle point-direction
VECTOR_DIR
class-attribute
instance-attribute
VECTOR_DIR = vector_dir
Move the handle in the direction defined by the vector from HandleProperties
XY_DIR
class-attribute
instance-attribute
XY_DIR = xy_dir
Move the handle in xy direction. Draw an arrow symbol in reference-handle point-direction
XZ_DIR
class-attribute
instance-attribute
XZ_DIR = xz_dir
Move the handle in xz direction. Draw an arrow symbol in reference-handle point-direction
X_DIR
class-attribute
instance-attribute
X_DIR = x_dir
Move the handle in x-direction. Draw an arrow symbol in x-direction
YZ_DIR
class-attribute
instance-attribute
YZ_DIR = yz_dir
Move the handle in yz direction. Draw an arrow symbol in reference-handle point-direction
Y_DIR
class-attribute
instance-attribute
Y_DIR = y_dir
Move the handle in y-direction. Draw an arrow symbol in y-direction
Z_COORD
class-attribute
instance-attribute
Z_COORD = z_coord
Move the handle in point direction, defined by the reference and handle point. Draw an arrow symbol in reference-handle point-direction
Z_DIR
class-attribute
instance-attribute
Z_DIR = z_dir
Move the handle in z-direction. Draw an arrow symbol in z-direction