honeybee_3dm.material module¶
Functions to work with the radiance material file
-
honeybee_3dm.material.
mat_to_dict
(path)[source]¶ Create a dictionary from a .mat file.
This function reads every material in the .mat file and outputs a dictionary with a identifier : modifier structure.
- Parameters
path – A text string for the path to the .mat file
- Returns
A dictionary with radiance identifier to radiance modifier mapping.