honeybee_display.door module

Method to translate a Door to a VisualizationSet.

honeybee_display.door.door_to_vis_set(door, color_by='type')[source]

Translate a Honeybee Door to a VisualizationSet.

Parameters
  • door – A Honeybee Door object to be converted to a VisualizationSet.

  • color_by

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

    • type

    • boundary_condition

Returns

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