# Different colours for cell faces

**URL:** https://discourse.vtk.org/t/different-colours-for-cell-faces/9363
**Category:** Support
**Created:** [September 16, 2022, 6:56am UTC](https://discourse.vtk.org/t/different-colours-for-cell-faces/9363 "2022-09-16T06:56:18Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![drpeterfranz](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/d/f19dbf/32.png) [@drpeterfranz](https://discourse.vtk.org/u/drpeterfranz)
#### Post date: [September 16, 2022, 6:56am UTC](https://discourse.vtk.org/t/different-colours-for-cell-faces/9363/1 "2022-09-16T06:56:18Z")

</div>

This may be a long shot and not possible…

Is there an easy way to colour each face of 3D cells individually? Like attaching a dataset to an unstructured grid which contains a value per face of each cell?

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.vtk.org/user_avatar/discourse.vtk.org/mwestphal/32/19_2.png) [@mwestphal](https://discourse.vtk.org/u/mwestphal)
#### Post date: [September 16, 2022, 7:30am UTC](https://discourse.vtk.org/t/different-colours-for-cell-faces/9363/2 "2022-09-16T07:30:48Z")

</div>

ExtractSurface will create cells for each faces of a 3D cells, so in a way, you can.

Other than that, this is not possible.

---

<div class="post-metadata">

### Author: ![drpeterfranz](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/d/f19dbf/32.png) [@drpeterfranz](https://discourse.vtk.org/u/drpeterfranz)
#### Post date: [September 18, 2022, 6:18pm UTC](https://discourse.vtk.org/t/different-colours-for-cell-faces/9363/3 "2022-09-18T18:18:04Z")

</div>

Thanks. Thought so but just wanted to be sure.
