> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/honeybee-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/honeybee-primer/components/1_visualize/visualize_by_type.md).

# Visualize by Type

![](/files/-Miho0iQhZim5PNWCNG1)

![](/files/-Miho0iR2EJvrifTHrXz) - [\[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;
