# Face Result by Type

![](/files/-Mihpg7xdD8jba_9DZCM)

![](/files/-Mihpg7ykn-LOYcjm004) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src//HB%20Face%20Result%20by%20Type.py)

Separate data collections of energy simulation results by object and face type. Input data must be for Faces, Apertures, Doors, or any combination of these objects.

This component can also be used to normalize such data by area.

## Inputs

* **data \[Required]**

  A list of data collections output from an energy simulation, which will be separated by object and face type. Data collections can be of any class (eg. MonthlyCollection, DailyCollection) but they should all have headers with metadata dictionaries with 'Surface' keys. These keys will be used to match the data in the collections to the input faces.&#x20;
* **hb\_objs \[Required]**

  An array of honeybee Rooms, Faces, Apertures or Doors, which will be matched with the \_data. This can also be an entire Model.&#x20;
* **norm**

  Boolean to note whether results should be normalized by the face/sub-face area if the data type of the data\_colections supports it. (Default: False)&#x20;

## Outputs

* **walls**

  Data collections with results for Walls with an Outdoors or Ground boundary condition.&#x20;
* **interior\_walls**

  Data collections with results for Walls with a Surface or Adiabatic boundary condition.&#x20;
* **roofs**

  Data collections with results for RoofCeilings with an Outdoors or Ground boundary condition.&#x20;
* **ceilings**

  Data collections with results for RoofCeilings with a Surface or Adiabatic boundary condition.&#x20;
* **exterior\_floors**

  Data collections with results for Floors with an Outdoors or Ground boundary condition.&#x20;
* **interior\_floors**

  Data collections with results for Floors with a Surface or Adiabatic boundary condition.&#x20;
* **apertures**

  Data collections with results for Apertures with an Outdoors boundary condition.&#x20;
* **interior\_apertures**

  Data collections with results for Apertures with a Surface boundary condition.&#x20;
* **doors**

  Data collections with results for Doors with an Outdoors boundary condition.&#x20;
* **interior\_doors**

  Data collections with results for Doors with a Surface boundary condition.&#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/hb-energy-primer/components/6_result/face_result_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.
