# Window Material

![](/files/-MihpfD6WVkMtl9VlV1O)

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

Create a simple window material to describe an entire glazing system, including glass, gaps, and frame. This material can be plugged into the "HB Window Construction" component.

## Inputs

* **name**

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

  A number for the U-factor of the glazing system \[W/m2-K] including standard air gap resistances on either side of the glazing system.&#x20;
* **shgc \[Required]**

  A number between 0 and 1 for the solar heat gain coefficient of the glazing system. This includes both directly transmitted solar heat as well as solar heat that is absorbed by the glazing system and conducts towards the interior.&#x20;
* **t\_vis**

  A number between 0 and 1 for the visible transmittance of the glazing system. (Default: 0.6).&#x20;

## Outputs

* **mat**

  A window material that describes an entire glazing system, including glass, gaps, and frame and 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/window_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.
