# 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;
