# Louver Parameters

![](/files/-Mihrba3DDT4TX23_3Bh)

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

Create Dragonfly shading parameters with instructions for a series of louvered Shades over a Wll.

## Inputs

* **depth \[Required]**

  A number for the depth to extrude the louvers.&#x20;
* **shade\_count**

  A positive integer for the number of louvers to generate. Note that this input should be None if there is an input for *dist\_between*. Default: 1.&#x20;
* **dist\_between**

  A number for the approximate distance between each louver. Note that this input should be None if there is an input for *shade\_count*.&#x20;
* **facade\_offset**

  A number for the distance to louvers from the Wall. Default is 0 for no offset.&#x20;
* **angle**

  A number for the for an angle to rotate the louvers in degrees. Default is 0 for no rotation.&#x20;
* **vertical**

  Optional boolean to note whether the lovers are vertical. If False, the louvers will be horizontal. Default False.&#x20;
* **flip\_start**

  Boolean to note whether the side the louvers start from should be flipped. Default is False to have contours on top or right. Setting to True will start contours on the bottom or left.&#x20;

## Outputs

* **shd\_par**

  Shading Parameters that can be applied to a Dragonfly object using the "DF Apply Facade Parameters" component.&#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/louver_parameters.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.
