# Shade Material

![](/files/-Ma9OdaWgJu37cmcPlB4)

![](/files/-Ma9OY6FOf5kX3Q-9ZKc) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src//HB%20Shade%20Material.py)

Create a material for a shade layer in a window construction (like a roller shade). This material can be plugged into the "HB Window Construction" component.

Reflectance and emissivity properties are assumed to be the same on both sides of the shade. Shades are considered to be perfect diffusers.

## Inputs

* **name**

  Text to set the name for the material and to be incorporated into a unique material identifier.&#x20;
* **thickness \[Required]**

  Number for the thickness of the shade layer in meters.&#x20;
* **transmittance**

  Number between 0 and 1 for the transmittance of both solar radiation and visible light through the shade. (Default: 0.4, which is typical of a white diffusing shade).&#x20;
* **reflectance**

  Number between 0 and 1 for the reflectance of both solar radiation and visible light off of the shade. (Default: 0.5, which is typical of a white diffusing shade).&#x20;
* **t\_infrared**

  Long-wave hemisperical transmittance of the shade. (Default: 0).&#x20;
* **emissivity**

  Number between 0 and 1 for the infrared hemispherical emissivity of the shade. (Default: 0.9, which is typical of most diffusing shade materials).&#x20;
* **conductivity**

  Number for the thermal conductivity of the shade in W/m-K. (Default: 0.05, typical of cotton shades).&#x20;
* **dist\_to\_glass**

  A number between 0.001 and 1.0 for the distance between the shade and neighboring glass layers \[m]. (Default: 0.05 (50 mm)).&#x20;
* **open\_mult**

  Factor between 0 and 1 that is multiplied by the area at the top, bottom and sides of the shade for air flow calculations. (Default: 0.5).&#x20;
* **permeability**

  The fraction of the shade surface that is open to air flow. Must be between 0 and 0.8. (Default: 0 for no permeability).&#x20;

## Outputs

* **mat**

  A material for a shade layer in a window construction (like a roller shade) that can be assigned to a Honeybee Window construction.&#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/hb-energy-primer/components/1_constructions/shade_material.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.
