> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/hb-energy-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/hb-energy-primer/components/6_result/face_result_by_type.md).

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