# Deconstruct Construction

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-2fa8ca8b09efb2676117af61956e222dad43e75f%2FDeconstruct_Construction.png?alt=media)

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-28cbf372f0212f50a5f3896cb0d5a4e28526a430%2FDeconstruct_Construction.png?alt=media) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src/HB%20Deconstruct%20Construction.py)

Deconstruct an opaque or window construction into its constituient materials.

## Inputs

* **constr \[Required]**

  An opaque or window construction to be deconstructed. This can also be text for an opaque or window construction to be looked up in the construction library.&#x20;

## Outputs

* **materials**

  List of material objects that make up the construction (ordered from outside to inside).&#x20;
* **layers**

  List of material identifiers that make up the construction (ordered from outside to inside).&#x20;
* **r\_val\_si**

  R-value of the construction in m2-K/W. Note that R-values do NOT include the resistance of air films on either side of the construction.&#x20;
* **r\_val\_ip**

  R-value of the construction in h-ft2-F/Btu. Note that R-values do NOT include the resistance of air films on either side of the construction.&#x20;
* **u\_fac\_si**

  U-factor of the construction in W/m2-K.  Note that U-factors include the resistance of air films on either side of the construction.&#x20;
* **u\_fac\_ip**

  U-factor of the construction in Btu/h-ft2-F.  Note that U-factors include the resistance of air films on either side of the construction.&#x20;
* **shgc**

  The estimated solar heat gain coefficient (SHGC) of the construction. This value is produced by finding the solution to the relationship between U-value, Solar Transmittance, and SHGC as defined for the simple glazing system material in EnergyPlus. More information can be found at <https://bigladdersoftware.com/epx/docs/9-5/engineering-reference/> on this partticular sub-page of the engineering reference: window-calculation-module.html#step-4.-determine-layer-solar-transmittance&#x20;
* **t\_sol**

  The unshaded shortwave solar transmittance of the construction at normal incidence. Note that 'unshaded' in this case means that all blind + shade materials in the construction are ignored.&#x20;
* **t\_vis**

  The unshaded visible transmittance of the window at normal incidence. Note that 'unshaded' in this case means that all blind + shade materials in the construction are ignored.&#x20;
