# Contour not highlighting.

**URL:** https://discourse.paraview.org/t/contour-not-highlighting/958
**Category:** ParaView Support
**Created:** [November 26, 2018, 2:53pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958 "2018-11-26T14:53:00Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![Hiren](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/h/ac91a4/32.png) [@Hiren](https://discourse.paraview.org/u/Hiren)
#### Post date: [November 26, 2018, 2:53pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/1 "2018-11-26T14:53:00Z")

</div>

![contour](https://discourse.paraview.org/uploads/default/original/1X/020f919abc348c2307e27adbd768c061f2cc4e27.png)

In GUI , why contour option is not highlighted?

---

<div class="post-metadata">

### Author: ![dcthomp](https://discourse.paraview.org/user_avatar/discourse.paraview.org/dcthomp/32/20_2.png) [@dcthomp](https://discourse.paraview.org/u/dcthomp)
#### Post date: [November 26, 2018, 3:04pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/2 "2018-11-26T15:04:07Z")

</div>

@hiren The contour operation requires point data, not cell data. Try running the CellToPointData filter on your dataset. Note that this averages the cell data values from all cells connected to a point to obtain the value at that point.

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [November 26, 2018, 3:07pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/3 "2018-11-26T15:07:03Z")

</div>

As a side note, you can see why a filter cannot be applied by hovering over it and reading the status bug on the bottom right of ParaView window.

![2018-11-26-163433_549x251_scrot](https://discourse.paraview.org/uploads/default/original/1X/ee8e62e3463e5c1c439e6de68ebe8ac7cc80b965.png)

---

<div class="post-metadata">

### Author: ![Hiren](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/h/ac91a4/32.png) [@Hiren](https://discourse.paraview.org/u/Hiren)
#### Post date: [November 26, 2018, 3:41pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/4 "2018-11-26T15:41:30Z")

</div>

thanks a lot. i got it.

---

<div class="post-metadata">

### Author: ![Hiren](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/h/ac91a4/32.png) [@Hiren](https://discourse.paraview.org/u/Hiren)
#### Post date: [November 26, 2018, 4:22pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/5 "2018-11-26T16:22:58Z")

</div>

i got such other problem…

Generic Warning: In C:\bbd\ecd3383f\build\superbuild\paraview\src\VTK\Common\DataModel\vtkPolyhedron.cxx, line 1679

A cell with a non-manifold triangulation has been encountered. This cell cannot be contoured.

---

<div class="post-metadata">

### Author: ![Kenneth\_Moreland](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kenneth_moreland/32/15033_2.png) [@Kenneth\_Moreland](https://discourse.paraview.org/u/Kenneth_Moreland)
#### Post date: [November 26, 2018, 4:57pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/6 "2018-11-26T16:57:20Z")

</div>

It sounds like your data has a malformed polyhedron. From the [wiki documentation of polyhedrons](https://www.vtk.org/Wiki/VTK/Polyhedron_Support):

> Both convex and concave polyhedrons are supported. However the polyhedrons need to be watertight, non-self-intersecting and manifold (each edge is used exactly twice), and the face polygons needs to be planar.

We cannot say for sure without seeing your data, but from the error message it sounds like your data has a polyhedron that is not completely enclosed by the faces it defines.

---

<div class="post-metadata">

### Author: ![wascott](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/w/8e8cbc/32.png) [@wascott](https://discourse.paraview.org/u/wascott)
#### Post date: [November 26, 2018, 6:15pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/7 "2018-11-26T18:15:15Z")

</div>

With regards to the hover over a greyed out icon, and it will show you why it is grayed out, this only works for the shortcut toolbars (such as Common). Why can’t we do something like this for the Filters/ Alphabetical list? Am I missing something, or is this a viable feature request?

---

<div class="post-metadata">

### Author: ![mwestphal](https://discourse.paraview.org/user_avatar/discourse.paraview.org/mwestphal/32/17_2.png) [@mwestphal](https://discourse.paraview.org/u/mwestphal)
#### Post date: [November 27, 2018, 8:29am UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/8 "2018-11-27T08:29:37Z")

</div>

It is a Qt5 related bug and I’ve already opened an issue about one year ago :  
[https://gitlab.kitware.com/paraview/paraview/issues/17134](https://gitlab.kitware.com/paraview/paraview/issues/17134)

It should be fixed imo.

---

<div class="post-metadata">

### Author: ![Hiren](https://discourse.paraview.org/letter_avatar_proxy/v4/letter/h/ac91a4/32.png) [@Hiren](https://discourse.paraview.org/u/Hiren)
#### Post date: [November 27, 2018, 2:09pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/9 "2018-11-27T14:09:33Z")

</div>

Hey thank you for the Reply.  
how can i solve this issue, any suggestion?

---

<div class="post-metadata">

### Author: ![Kenneth\_Moreland](https://discourse.paraview.org/user_avatar/discourse.paraview.org/kenneth_moreland/32/15033_2.png) [@Kenneth\_Moreland](https://discourse.paraview.org/u/Kenneth_Moreland)
#### Post date: [November 27, 2018, 2:33pm UTC](https://discourse.paraview.org/t/contour-not-highlighting/958/10 "2018-11-27T14:33:17Z")

</div>

Your data is coming from somewhere, and wherever that somewhere is, it is writing bad data files. Whatever is writing your data files should be fixed to write correct data files.
