# Deconstruct Model

![](/files/-Mihr_4t2M7vZNEsYKV_)

![](/files/-Mihr_4u6Gpc1Jc2QWNy) - [\[source code\]](https://github.com/ladybug-tools/dragonfly-grasshopper/blob/master/dragonfly_grasshopper/src//DF%20Deconstruct%20Model.py)

Deconstruct a Dragonfly Model object into all of its constituent Dragonfly objects.

## Inputs

* **model \[Required]**

  A Dragonfly Model to be deconstructed into into its constituent objects (Buildings, ContextShades).&#x20;

## Outputs

* **buildings**

  All of the Building objects contained within the input Model.&#x20;
* **context**

  All of the ContextShade objects within the input Model.&#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/dragonfly-primer/components/0_create/deconstruct_model.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.
