> 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/color_face_attributes.md).

# Color Face Attributes

![](/files/HonTtfTVgzFxQ45exo8T)

![](/files/7KUA5i2pJXvd0BkD0Ktl) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-core/blob/master/honeybee_grasshopper_core/src//HB%20Color%20Face%20Attributes.py)

Color Honeybee Faces, Apertures, Doors and Shades in the Rhino scene using their attributes.

This can be used as a means to check that correct properties are assigned to different faces.

### Inputs

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

An array of honeybee Rooms, Faces, Apertures, Doors or Shades to be colored with their attributes in the Rhino scene. This can also be an entire Model to be colored.

* **attribute \[Required]**

Text for the name of the attribute with which the faces or sub-faces should be labeled. The Honeybee "Face Attributes" component lists all of the core attributes of the room. Also, each Honeybee extension (ie. Radiance, Energy) includes its own component that lists the face and sub-face attributes of that extension.

* **legend\_par**

An optional LegendParameter object to change the display of the colored faces and sub-faces (Default: None).

### Outputs

* **mesh**

Meshes of the faces and sub-faces colored according to their attributes.

* **legend**

Geometry representing the legend for colored meshes.

* **wire\_frame**

A list of lines representing the outlines of the \_hb\_objs.

* **values**

A list of values noting the attribute assigned to each face/sub-face.

* **colors**

A list of colors noting the color of each face/sub-face in the Rhino scene. This can be used in conjunction with the native Grasshopper "Custom Preview" component to create custom visualizations in the Rhino scene.

* **vis\_set**

An object containing VisualizationSet arguments for drawing a detailed version of the ColorRoom in the Rhino scene. This can be connected to the "LB Preview Visualization Set" component to display this version of the visualization in Rhino.
