[Paraview] ParaView 5.x not showing all objects available in Pipeline Browser

Moreland, Kenneth kmorel at sandia.gov
Mon Jan 8 17:56:33 EST 2018


Omid,

I am unable to replicate your issue in ParaView 5.4.1. When I loaded your data and showed the broken_joint data in wireframe, I was clearly able to see the lines of broken_joint over the polygons of basic. (See the attached image.)

The problem you are getting is likely caused by z-buffer fighting in the rendering. This happens when two objects are the exact same distance from the viewer, as I believe is the case in your data. Wanting to draw lines on top of polygons is common enough that there are some corrections to help the rendering determine what to draw in front. Perhaps by changing the settings on resolving coincident topology will resolve your issue. You can find them by opening the ParaView settings dialog (Edit → Settings), clicking on the Render View tab, and turning on the advanced options. The options you are looking for are “Resolve Coincident Topology,” “Polygon Offset Parameters”, and “Z Shift.”

Another, possibly easier, solution it to simply move the lines of the broken_joint data closer to the camera. Click the broken_joint object and add the Transform filter. Change the Translate parameter to 0, 0, 1 and apply. That should shift the wireframe forward enough to see it properly.

-Ken

From: ParaView [mailto:paraview-bounces at paraview.org] On Behalf Of Omid Mahabadi
Sent: Monday, January 8, 2018 2:30 PM
To: paraview at paraview.org
Subject: [EXTERNAL] [Paraview] ParaView 5.x not showing all objects available in Pipeline Browser

Hi,
I use ParaView to visualize data of our simulations using the Unstructured Grid data format. Up until ParaView 4.x everything worked fine: we typically visualize one set of data files as Surfaces and another as Wireframe. The Wireframe dataset refers to "fracture lines" in our simulations.
See below how the simulation looked like in PV version 4.x. You could clearly see the line around the boundaries of the model.

[Inline image 1]
However, in PV 5.x the lines are not fully visualized as if they're hidden below the other data object:

[Inline image 2]
I've tried a few versions of 5.x but they all behave similarly.
Does anyone know what might be going on here? Is this a bug / removed featured from the new version or should I do something different with 5.x? I've noticed that this issue does not happen consistently. I've seen the issue on both Linux Mint 17.3 (64 bit) and Ubuntu
I've attached two example VTU files. Please visualize the second file as Wireframe (_broken_joint). Below are two large VTU files.
https://www.dropbox.com/s/kzt4jq1wbwfua4j/out.zip?dl=0

Can someone else reproduce this issue?

I'd really hope to start using ParaView 5 since it finally has the long-missing Reload Files options!
Thank you,
Omid



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://paraview.org/pipermail/paraview/attachments/20180108/f20980d0/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image002.jpg
Type: image/jpeg
Size: 2964 bytes
Desc: image002.jpg
URL: <https://paraview.org/pipermail/paraview/attachments/20180108/f20980d0/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image004.jpg
Type: image/jpeg
Size: 2607 bytes
Desc: image004.jpg
URL: <https://paraview.org/pipermail/paraview/attachments/20180108/f20980d0/attachment-0003.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Capture.png
Type: image/png
Size: 104535 bytes
Desc: Capture.png
URL: <https://paraview.org/pipermail/paraview/attachments/20180108/f20980d0/attachment-0001.png>


More information about the ParaView mailing list