# Glass Material

![](/files/-Ma9OW-Okpk_jNICWSo7)

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

Create a window material to describe a single glass pane corresponding to a layer in a window construction. 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;
* **thickness \[Required]**

  Number for the thickness of the glass layer \[m]. Typical values range from 0.003 meters (3 mm) to 0.012 meters (12 mm).&#x20;
* **transmittance**

  Number between 0 and 1 for the transmittance of both solar radiation and visible light through the glass at normal incidence. (Default: 0.85 for clear uncoated glass).&#x20;
* **reflectance**

  Number between 0 and 1 for the reflectance of both solar radiation and visible light off of the front side of the glass at normal incidence. (Default: 0.075 for clear uncoated glass).&#x20;
* **t\_infrared**

  Long-wave transmittance of the glass at normal incidence. (Default: 0).&#x20;
* **emiss\_front**

  Number between 0 and 1 for the infrared hemispherical emissivity of the front side of the glass. (Defaul: 0.84, which is typical of clear glass).&#x20;
* **emiss\_back**

  Number between 0 and 1 for the infrared hemispherical emissivity of the back side of the glass. (Default: 0.84, which is typical of clear glass).&#x20;
* **conductivity**

  Number for the thermal conductivity of the glass in W/m-K. (Default: 0.9, whih is typical of clear glass).&#x20;

## Outputs

* **mat**

  A window material that describes a single glass pane 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/glass_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.
