# Visualize by BC

![](/files/oTVftBPdZegPbf2NHtfg)

![](/files/UvJVLYWNLYS3f25jebBa) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-core/blob/master/honeybee_grasshopper_core/src//HB%20Visualize%20by%20BC.py)

Visualize room geometry in the Rhino scene organized by boundary condition.

### Inputs

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

A Honeybee Model, Room, Face, Aperture, Door or Shade to be previewed in the Rhino scene based on boundary condition.

### Outputs

* **outdoors**

Rhino geometry for the objects with an Outdoors boundary condition.

* **surface**

Rhino geometry for the objects with a Surface (interior) boundary condition.

* **ground**

Rhino geometry for the objects with a Ground boundary condition.

* **adiabatic**

Rhino geometry for the objects with an adiabatic (no heat flow) boundary condition.

* **other**

Rhino geometry for all objects with a boundary condition other than the four above. All shade geometry will also be added to this list.

* **wire\_frame**

A list of lines representing the outlines of the rooms.


---

# 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_bc.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.
