honeybee_radiance.lib.modifiersets module¶
Collection of modifier sets.
- honeybee_radiance.lib.modifiersets.lib_dict_abridged_to_modifier_set(mod_set_dict, modifiers)[source]¶
Get a Python object of a ModifierSet from an abridged dictionary.
When the sub-objects needed to create the modifier set are not available in the resources provided, the current standards library will be searched.
- Parameters:
mod_set_dict – An abridged dictionary of a Honeybee ModifierSet.
modifiers – Dictionary of all modifier objects that might be used in the modifier set with the modifier identifiers as the keys.
- Returns:
A Python object derived from the input mod_set_dict.