# Visualize by Type

![](https://3521261292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPHXQ1FZ8W_xSW4Nb61%2Fuploads%2Fgit-blob-c2572c4d053b975c449775a935a4e205e439d5ff%2FVisualize_by_Type.png?alt=media)

![](https://3521261292-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LPHXQ1FZ8W_xSW4Nb61%2Fuploads%2Fgit-blob-d3e23b47d598cae3b8807dfeaba1aa90833bae8d%2FVisualize_by_Type.png?alt=media) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-core/blob/master/honeybee_grasshopper_core/src/HB%20Visualize%20by%20Type.py)

Visualize room geometry in the Rhino scene organized by object and face type.

## Inputs

* **hb\_objs \[Required]**

  A Honeybee Model, Room, Face, Aperture, Door or Shade to be previewed in the Rhino scene based on type.&#x20;

## Outputs

* **walls**

  Rhino geometry for the Walls with an Outdoors or Ground boundary condition.&#x20;
* **interior\_walls**

  Rhino geometry for the Walls with a Surface or Adiabatic boundary condition.&#x20;
* **roofs**

  Rhino geometry for the RoofCeilings with an Outdoors or Ground boundary condition.&#x20;
* **ceilings**

  Rhino geometry for the RoofCeilings with a Surface or Adiabatic boundary condition.&#x20;
* **exterior\_floors**

  Rhino geometry for the Floors with an Outdoors or Ground boundary condition.&#x20;
* **interior\_floors**

  Rhino geometry for the Floors with a Surface or Adiabatic boundary condition.&#x20;
* **air\_walls**

  Rhino geometry for the AirWalls.&#x20;
* **apertures**

  Rhino geometry for the Apertures with an Outdoors boundary condition.&#x20;
* **interior\_apertures**

  Rhino geometry for the Apertures with a Surface boundary condition.&#x20;
* **doors**

  Rhino geometry for the Doors with an Outdoors boundary condition.&#x20;
* **interior\_doors**

  Rhino geometry for the Doors with a Surface boundary condition.&#x20;
* **outdoor\_shades**

  Rhino geometry for the Shades assigned to the outdoors of their parent objects. This also includes all orphaned shades of a model.&#x20;
* **indoor\_shades**

  Rhino geometry for the Shades assigned to the indoors of their parent objects.&#x20;
* **wire\_frame**

  A list of lines representing the outlines of the rooms.&#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/visualize_by_type.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.
