# Opaque Material No Mass

![](/files/-MihpfvcVUVUxJ2iH81r)

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

Create an opaque material that has no mass, which can be plugged into the "HB Opaque Construction" component.

## Inputs

* **name**

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

  Number for the R-value of the material \[m2-K/W].&#x20;
* **roughness**

  Text describing the relative roughness of a particular material. Must be one of the following: 'VeryRough', 'Rough', 'MediumRough', 'MediumSmooth', 'Smooth', 'VerySmooth'. (Default: 'MediumRough').&#x20;
* **therm\_absp**

  A number between 0 and 1 for the fraction of incident long wavelength radiation that is absorbed by the material. (Default: 0.9).&#x20;
* **sol\_absp**

  A number between 0 and 1 for the fraction of incident solar radiation absorbed by the material. (Default: 0.7).&#x20;
* **vis\_absp**

  A number between 0 and 1 for the fraction of incident visible wavelength radiation absorbed by the material. Default value is the same as the *sol\_absp*.&#x20;

## Outputs

* **mat**

  A no-mass opaque material that can be assigned to a Honeybee Opaque 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/opaque_material_no_mass.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.
