uninstall_userobjects
- compas_ghpython.components.uninstall_userobjects(userobjects=None)[source]
Uninstalls Grasshopper user objects.
- Parameters:
- userobjectslist of str, optional
List of user object names to uninstall, eg.
['Compas_Info.ghuser']
Defaults toNone
, in which case the uninstaller will search for user objects whose name starts with the string ‘compas’.
- Returns:
- list
List of tuples (name, success) indicating whether each of the user objects was successfully removed.