honeybee_display.room module

Method to translate a Room to a VisualizationSet.

honeybee_display.room.room_to_vis_set(room, color_by='type')[source]

Translate a Honeybee Room to a VisualizationSet.

Parameters
  • room – A Honeybee Room object to be converted to a VisualizationSet.

  • color_by

    Text for the property that dictates the colors of the Room geometry. (Default: type). Choose from the following:

    • type

    • boundary_condition

Returns

A VisualizationSet object that represents the Room with a single ContextGeometry.