# Deconstruct Material

![](/files/-Mihpf2ihU6aS_FRI2UY)

![](/files/-Mihpes2EmDRE0XBXftm) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src//HB%20Deconstruct%20Material.py)

Deconstruct a material into its constituient attributes and values.

## Inputs

* **mat \[Required]**

  A material to be deconstructed. This can also be text for a material to be looked up in the material library.&#x20;

## Outputs

* **values**

  List of values for the attributes that define the material.&#x20;
* **attr\_names**

  List of text that is the same length as the values, which notes the attribute name for each value.&#x20;
* **r\_val\_si**

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

  R-value of the material in h-ft2-F/Btu. Note that R-values do NOT include the resistance of air films on either side of the material.&#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_material.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.
