# Contouring qualities are different on same data with inverse sign

**URL:** https://discourse.paraview.org/t/contouring-qualities-are-different-on-same-data-with-inverse-sign/13104
**Category:** ParaView Support
**Created:** [October 26, 2023, 3:26am UTC](https://discourse.paraview.org/t/contouring-qualities-are-different-on-same-data-with-inverse-sign/13104 "2023-10-26T03:26:13Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![fashing](https://discourse.paraview.org/user_avatar/discourse.paraview.org/fashing/32/12357_2.png) [@fashing](https://discourse.paraview.org/u/fashing)
#### Post date: [October 26, 2023, 3:26am UTC](https://discourse.paraview.org/t/contouring-qualities-are-different-on-same-data-with-inverse-sign/13104/1 "2023-10-26T03:26:13Z")

</div>

Hi ParaView,  
I am tracking my previous issue [Error in clip closed surface filter over contour filter (#22308) · Issues · ParaView / ParaView · GitLab (kitware.com)](https://gitlab.kitware.com/paraview/paraview/-/issues/22308). And I found if I inverse the sign symbol, the ClipClosedSurface works as expected. Thanks!

However, I found the image quality drops when I do so. Here’s the testcase I used ([testClipClose.vdb](https://discourse.paraview.org/uploads/short-url/nPWuJ5tditJ56TEWQA7b89E4x5x.vdb)). The first grid contains singed distance with negative as inside, the second grid is the first grid multiplied by -1.

And I found the second grid (the white one) got a more zigzag edge.

 ![image](https://discourse.paraview.org/uploads/default/original/2X/0/045efc79884a5cb68270faa47494451c7658766a.jpeg)  
Is there anything I can adjust to avoid this? Thank you!

---

<div class="post-metadata">

### Author: ![fashing](https://discourse.paraview.org/user_avatar/discourse.paraview.org/fashing/32/12357_2.png) [@fashing](https://discourse.paraview.org/u/fashing)
#### Post date: [October 26, 2023, 3:54am UTC](https://discourse.paraview.org/t/contouring-qualities-are-different-on-same-data-with-inverse-sign/13104/2 "2023-10-26T03:54:16Z")

</div>

Interestingly, when I use `IsoVolume` filter with (min, max) = (-0.01, 0.01), the condition flips. The second one (the white one) becomes smoother and the first one gets the zigzag edge.

 ![image](https://discourse.paraview.org/uploads/default/original/2X/5/5ee9d89689a38b32e1679de2afbe9fe723acffc9.png)
