# Label Rooms

![](/files/-Ma9I6hf-vrXhyaYcb_W)

![](/files/-Ma9I6hg7yh-phpvkNX0) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-core/blob/master/honeybee_grasshopper_core/src//HB%20Label%20Rooms.py)

Lablel Honeybee rooms with their attributes in the Rhino scene.

This can be used as a means to check that correct properties are assigned to different Rooms.

## Inputs

* **rooms\_model \[Required]**

  An array of honeybee Rooms or honeybee Models to be labeled with their attributes in the Rhinoscene.&#x20;
* **attribute**

  Text for the name of the Room attribute with which the Rooms should be labeled. The Honeybee "Room Attributes" component lists all of the core attributes of the room. Also, each Honeybee extension (ie. Radiance, Energy) includes its own component that lists the Room attributes of that extension. Default: "name".&#x20;
* **txt\_height**

  An optional number for the height of the text in the Rhino scene.  The default is auto-calculated based on the dimensions of the input geometry.&#x20;
* **font**

  An optional name of a font in which the labels will display. This must be a font that is installed on this machine in order to work correctly. Default: "Arial".&#x20;

## Outputs

* **label\_text**

  The text with which each of the rooms are labeled.&#x20;
* **base\_pts**

  The base planes for each of the text labels.&#x20;
* **labels**

  The text objects that are displaying within the Rhino scene.&#x20;
* **wire\_frame**

  A list of curves representing the outlines of the rooms. This is useful for understanding which geometry elements each label corresponds to.&#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/honeybee-primer/components/1_visualize/label_rooms.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.
