honeybee_ph.properties.aperture module¶
HB-Aperture Passive House (PH) Properties.
- class honeybee_ph.properties.aperture.AperturePhProperties(_host)[source]¶
Bases:
object- 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]¶
- property host¶
- class honeybee_ph.properties.aperture.ShadingDimensions[source]¶
Bases:
objectPHPP Style shading dimension info
- duplicate(new_host: Any | None = None) ShadingDimensions[source]¶
- classmethod from_dict(_input_dict: Dict) ShadingDimensions[source]¶