Skip to content

Handle Parameter Data

Class full path: HandleParameterData.HandleParameterData

The parameter data are used to define the recalculation of the parameter property assigned to the handle. The recalculation is performed depending on the defined parameter type.

Parameters:

Name Type Description Default
param_prop_name

Name of the parameter property

required
parameter_type

Type of the parameter

required
has_input_field

Add an input field for the value input

True
show_negative_value bool

Show a negative value in the input field

False
check_box_state

State of the checkbox

True
in_decrement_value

Value for the increment or decrement button, can be int, float, Point3D, ...

1
list_index

List index assigned to the handle, necessary if the parameter property is a list. In case of an n-dimensional list the index must be defined as list like [1,2,3]

None
distance_factor

Factor for the distance

None
dir_vector

direction vector in case of VECTOR_DISTANCE

None