honeybee_display.face module

Method to translate a Face to a VisualizationSet.

honeybee_display.face.face_to_vis_set(face, color_by='type')[source]

Translate a Honeybee Face to a VisualizationSet.

Parameters
  • face – A Honeybee Face object to be converted to a VisualizationSet.

  • color_by

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

    • type

    • boundary_condition

Returns

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