Comment on page
Model

Create a Honeybee Model, which can be sent for simulation.
- roomsA list of honeybee Rooms to be added to the Model. Note that at least one Room is necessary to make a simulate-able energy model.
- facesA list of honeybee Faces to be added to the Model. Note that faces without a parent Room are not allowed for energy models.
- shadesA list of honeybee Shades to be added to the Model.
- aperturesA list of honeybee Apertures to be added to the Model. Note that apertures without a parent Face are not allowed for energy models.
- doorsA list of honeybee Doors to be added to the Model. Note that doors without a parent Face are not allowed for energy models.
- nameText to be used for the Model name and to be incorporated into a unique model identifier. If no name is provided, it will be "unnamed" and a unique model identifier will be auto-generated.
- reportReports, errors, warnings, etc.
- modelA Honeybee Model object possessing all of the input geometry objects.
Last modified 2yr ago