Handle direction

The handle direction is used in the HandleProperties class.

class HandleDirection.HandleDirection(value)

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 = 9

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

CLICK = 13

handle can be used as button, …

PLANE_DIR = 11

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

POINT_DIR = 8

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

VECTOR_DIR = 12

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

XYZ_DIR = 7

Move the handle in xyz direction.

XY_DIR = 4

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

XZ_DIR = 5

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

X_DIR = 1

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

YZ_DIR = 6

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

Y_DIR = 2

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

Z_COORD = 10

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

Z_DIR = 3

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

__module__ = 'HandleDirection'