honeybee_ph.properties.face module

HB-Face Passive House (PH) Properties.

class honeybee_ph.properties.face.FacePhProperties(_host)[source]

Bases: object

ToString()[source]
apply_properties_from_dict(_face_prop_dict: Dict[str, Any]) None[source]

Apply properties from an FacePhPropertiesAbridged dictionary.

Arguments:

  • _face_prop_dict (dict): A FacePhPropertiesAbridged dictionary loaded from

    the Face object itself. Unabridged.

Returns:

  • None

duplicate(new_host: Any | None = None) FacePhProperties[source]
classmethod from_dict(data: dict, host: Any) FacePhProperties[source]
to_dict(abridged: bool = False) dict[str, dict][source]
property host