rename_gh_input

compas_timber.ghpython.rename_gh_input(input_name, index, ghenv)[source]

Renames a parameter in the Grasshopper component.

Parameters:
ghenvobject

The Grasshopper environment object.

input_namestr

The new name of the parameter.

indexint

The index of the parameter to rename.

Returns:
None