ladybug_rhino.versioning.userobject module

Functions for creating user objects.

ladybug_rhino.versioning.userobject.create_userobject(component, move=True)[source]

Create UserObject from a component.

Parameters
  • component – A Grasshopper Python component.

  • move – A Boolean to note whether the component should be moved to a subdirectory based on FOLDER_MAP. (Default: True).