manage_dynamic_params

compas_timber.ghpython.manage_dynamic_params(input_names, ghenv, rename_count=0, permanent_param_count=0, keep_connections=True)[source]

Clears all input parameters from the component.

Parameters:
input_nameslist(str)

The names of the input parameters.

ghenvobject

The Grasshopper environment object.

rename_countint, optional

The number of parameters that should be renamed. Default is 0.

permanent_param_countint, optional

The number of parameters that should not be deleted. Default is 0.

Returns:
None