honeybee_ph.properties.aperture module

HB-Aperture Passive House (PH) Properties.

class honeybee_ph.properties.aperture.AperturePhProperties(_host)[source]

Bases: object

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

Apply properties from an AperturePhPropertiesAbridged dictionary.

Arguments:

  • _aperture_prop_dict (dict): An AperturePhPropertiesAbridged dictionary loaded from

    the Aperture object itself. Unabridged.

duplicate(new_host: Any | None = None) AperturePhProperties[source]
classmethod from_dict(_input_dict: Dict[str, Any], host: Any) AperturePhProperties[source]
to_dict(abridged: bool = False) Dict[str, Dict[str, Any]][source]
property host
class honeybee_ph.properties.aperture.ShadingDimensions[source]

Bases: object

PHPP Style shading dimension info

duplicate(new_host: Any | None = None) ShadingDimensions[source]
classmethod from_dict(_input_dict: Dict) ShadingDimensions[source]
to_dict() Dict[str, Any][source]