# Detailed Windows

![](/files/dyj2RpQc6uoB6NnfMzDL)

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

Add detailed window geometries to Dragonfly Room2Ds.

### Inputs

* **df\_objs \[Required]**

A Dragonfly Model, Building, Story or Room2D, to which the \_windows should be added.

* **windows \[Required]**

A list of Breps that will be added to the input \_df\_objs as detailed windows. This can also be a list of orphaned Honeybee Apertures and/or Doors to be added to the Dragonfly objects. In the case of Doors, they will be assigned to the Dragonfly object as such.

* **project\_dist**

An optional number to be used to project the Aperture/Door geometry onto parent Faces. If specified, then sub-faces within this distance of the parent Face will be projected and added. Otherwise, Apertures/Doors will only be added if they are coplanar with a parent Face.

### Outputs

* **df\_objs**

The input dragonfly objects with the input \_windows added to it.


---

# 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/detailed_windows.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.
