> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/hb-energy-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/hb-energy-primer/components/1_constructions/deconstruct_constructionset_interior.md).

# Deconstruct ConstructionSet Interior

![](/files/-MihpegK3FGqtlFZc_Kb)

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

Deconstruct a construction set into its constituient interior constructions.

## Inputs

* **constr\_set \[Required]**

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

## Outputs

* **interior\_wall**

  A construction object for the set's interior walls.&#x20;
* **ceiling**

  A construction object for the set's interior roofs.&#x20;
* **interior\_floor**

  A construction object for the set's interior floors.&#x20;
* **interior\_window**

  A construction object for all apertures with a Surface boundary condition.&#x20;
* **interior\_door**

  A construction object for all opaque doors with a Surface boundary condition.&#x20;
* **int\_glass\_door**

  A construction object for all glass doors with a Surface boundary condition.&#x20;
