clear_gh_params

compas_timber.ghpython.clear_gh_params(ghenv, permanent_param_count=1)[source]

Clears all input parameters from the component.

Parameters:
ghenvobject

The Grasshopper environment object.

permanent_param_countint, optional

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

Returns:
None