Skip to content

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.

CLICK class-attribute instance-attribute

CLICK = 13

handle can be used as button, ...

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

XYZ_DIR class-attribute instance-attribute

XYZ_DIR = xyz_dir

Move the handle in xyz direction.

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

angle class-attribute instance-attribute

angle = 9

deprecated, use XYZ_DIR

plane_dir class-attribute instance-attribute

plane_dir = 11

deprecated, use PLANE_DIR

point_dir class-attribute instance-attribute

point_dir = 8

deprecated, use POINT_DIR

vector_dir class-attribute instance-attribute

vector_dir = 12

deprecated, use VECTOR_DIR

x_dir class-attribute instance-attribute

x_dir = 1

deprecated, use X_DIR

xy_dir class-attribute instance-attribute

xy_dir = 4

deprecated, use XY_DIR

xyz_dir class-attribute instance-attribute

xyz_dir = 7

deprecated, use XYZ_DIR

xz_dir class-attribute instance-attribute

xz_dir = 5

deprecated, use XZ_DIR

y_dir class-attribute instance-attribute

y_dir = 2

deprecated, use Y_DIR

yz_dir class-attribute instance-attribute

yz_dir = 6

deprecated, use YZ_DIR

z_coord class-attribute instance-attribute

z_coord = 10

deprecated, use XYZ_DIR

z_dir class-attribute instance-attribute

z_dir = 3

deprecated, use Z_DIR