# Louver Parameters

![](https://3405893330-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9gBkJelXEQ5LsYEl7%2Fuploads%2Fgit-blob-4a66f40ecfee51f3f91586488e2a5816e2423c68%2FLouver_Parameters.png?alt=media)

![](https://3405893330-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9gBkJelXEQ5LsYEl7%2Fuploads%2Fgit-blob-dfdeec9df169afdecc9a6993e58208d6c9a8ac51%2FLouver_Parameters.png?alt=media) - [\[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;
