# Deconstruct Construction

![](/files/-MihpeMEiu7sKYIFlOgw)

![](/files/-MihpeMFhGoBJ0K7UvfN) - [\[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;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ladybug.tools/hb-energy-primer/components/1_constructions/deconstruct_construction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
