HandleParameterType
Implementation of the handle parameter type.
HandleParameterType
Canonical path: HandleParameterType.HandleParameterType
Bases: IntEnum
The parameter type defines the function to be used to recalculate the value of the parameter property assigned to the handle.
ANGLE
class-attribute
instance-attribute
Calculate the angle from the xy-plane vector between the reference and handle point
DECREMENT_BUTTON
class-attribute
instance-attribute
Use the handle as button to decrement the value
INCREMENT_BUTTON
class-attribute
instance-attribute
Use the handle as button to increment the value
POINT_DISTANCE
class-attribute
instance-attribute
Calculate the value from the distance between the reference and handle point
VECTOR_DISTANCE
class-attribute
instance-attribute
Calculate the value from the distance between the reference and handle point, transformed to the vector direction assigned to the HandleProperties
X_DISTANCE
class-attribute
instance-attribute
Calculate the value from the x-distance between the reference and handle point
Y_DISTANCE
class-attribute
instance-attribute
Calculate the value from the y-distance between the reference and handle point
Z_COORD
class-attribute
instance-attribute
Calculate the value for the "ZMin" or "ZMax" parameter. The distance between these values is adapted to the distance between the reference and handle point