honeybee_idaice.bldgbody module

A module for functions related to IDM building-bodies.

honeybee_idaice.bldgbody.section_to_idm(model: Model, max_int_wall_thickness: float, decimal_places: int = 3)[source]

Create an IDA-ICE building body for a Honeybee Model.

Parameters:
  • model – A honeybee model.

  • max_int_wall_thickness – Maximum thickness of the interior wall in meters. Gaps between Rooms that are less than this distance will be grouped into the same building section.

  • decimal_places – An integer for the number of decimal places to which coordinate values will be rounded. (Default: 3).