Skip to content

Handle Direction

Class full 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.

Attributes

ANGLE = angle class-attribute instance-attribute

Move the handle in xy direction. Show a circle as info.

CLICK = 13 class-attribute instance-attribute

handle can be used as button, ...

PLANE_DIR = plane_dir class-attribute instance-attribute

Move the handle in xy direction on the defined plane from HandleProperties Draw an arrow symbol in reference-handle point-direction

POINT_DIR = point_dir class-attribute instance-attribute

Move the handle in point direction, defined by the reference and handle point. Draw an arrow symbol in reference-handle point-direction

VECTOR_DIR = vector_dir class-attribute instance-attribute

Move the handle in the direction defined by the vector from HandleProperties

XYZ_DIR = xyz_dir class-attribute instance-attribute

Move the handle in xyz direction.

XY_DIR = xy_dir class-attribute instance-attribute

Move the handle in xy direction. Draw an arrow symbol in reference-handle point-direction

XZ_DIR = xz_dir class-attribute instance-attribute

Move the handle in xz direction. Draw an arrow symbol in reference-handle point-direction

X_DIR = x_dir class-attribute instance-attribute

Move the handle in x-direction. Draw an arrow symbol in x-direction

YZ_DIR = yz_dir class-attribute instance-attribute

Move the handle in yz direction. Draw an arrow symbol in reference-handle point-direction

Y_DIR = y_dir class-attribute instance-attribute

Move the handle in y-direction. Draw an arrow symbol in y-direction

Z_COORD = z_coord class-attribute instance-attribute

Move the handle in point direction, defined by the reference and handle point. Draw an arrow symbol in reference-handle point-direction

Z_DIR = z_dir class-attribute instance-attribute

Move the handle in z-direction. Draw an arrow symbol in z-direction

angle = 9 class-attribute instance-attribute

deprecated, use XYZ_DIR

plane_dir = 11 class-attribute instance-attribute

deprecated, use PLANE_DIR

point_dir = 8 class-attribute instance-attribute

deprecated, use POINT_DIR

vector_dir = 12 class-attribute instance-attribute

deprecated, use VECTOR_DIR

x_dir = 1 class-attribute instance-attribute

deprecated, use X_DIR

xy_dir = 4 class-attribute instance-attribute

deprecated, use XY_DIR

xyz_dir = 7 class-attribute instance-attribute

deprecated, use XYZ_DIR

xz_dir = 5 class-attribute instance-attribute

deprecated, use XZ_DIR

y_dir = 2 class-attribute instance-attribute

deprecated, use Y_DIR

yz_dir = 6 class-attribute instance-attribute

deprecated, use YZ_DIR

z_coord = 10 class-attribute instance-attribute

deprecated, use XYZ_DIR

z_dir = 3 class-attribute instance-attribute

deprecated, use Z_DIR