Re: [Paraview] Can I tie Z Axis Grid labels to the unscaled range of the Scalar Value used in the Warp By Scalar filter?

2018-01-30 Thread Utkarsh Ayachit
Another option is to use the "Data Transform" properties on the Axes Grid. In the "Edit" Axes Grid dialog, if you press the gear icon to show advanced properties, you'll see the "Data Transform" properties. For example, if I scale my dataset by (1, 1, 10), I can set the "Data Scale" to (1, 1, 10)

Re: [Paraview] Display Problem

2018-01-30 Thread Utkarsh Ayachit
X. Y., Your cells seem odd. Try changing the representation type to "Wireframe", you'll see a grid. Then use spreadsheet view, in "Cell Data" mode, clicking on each cells to see if the cell seems correct. You have cells that form lines and hence the default "surface" representation is failing to

Re: [Paraview] Display Problem

2018-01-30 Thread Xiangyu Li
Hello, Utkarsh, When I changed the representation type to "Wireframe", it still did not work. But if I copy these files to another computer, the grid can be shown. This seems to be some sort of incompatibility or bugs of Paraview with my computer. May you help me to solve this imcompatibility

Re: [Paraview] Paraview Not Reading Some Fields in Dataset

2018-01-30 Thread Andy Bauer
It looks like you have integer overflow ( https://en.wikipedia.org/wiki/Integer_overflow). I'd suggest using a datatype with more precision and see if that fixes the issue. On Tue, Jan 30, 2018 at 3:15 PM, Tate Fanning wrote: > I've output a vtu file from a CFD code. When

Re: [Paraview] Can I tie Z Axis Grid labels to the unscaled range of the Scalar Value used in the Warp By Scalar filter?

2018-01-30 Thread Utkarsh Ayachit
Sounds like a bug. If you can put together a small example to reproduce the issue and report it here [1], we can track it down. Utkarsh [1] https://gitlab.kitware.com/paraview/paraview/issues On Tue, Jan 30, 2018 at 2:13 PM, Wyatt Spear wrote: > In theory the Data

Re: [Paraview] Can I tie Z Axis Grid labels to the unscaled range of the Scalar Value used in the Warp By Scalar filter?

2018-01-30 Thread Wyatt Spear
I've submitted the bug here: https://gitlab.kitware.com/paraview/paraview/issues/17963 Thanks! =Wyatt On Tue, Jan 30, 2018 at 11:14 AM, Utkarsh Ayachit < utkarsh.ayac...@kitware.com> wrote: > Sounds like a bug. If you can put together a small example to > reproduce the issue and report it here

Re: [Paraview] Can I tie Z Axis Grid labels to the unscaled range of the Scalar Value used in the Warp By Scalar filter?

2018-01-30 Thread Wyatt Spear
In theory the Data Transform should be ideal. I didn't see it before because I was looking at the 'Data Axes Grid' which doesn't have that option instead of the 'Axes Grid' which does. It seemed to work on less extreme scales but when I had to scale my warp by .1 and set the same value to the

[Paraview] Paraview Not Reading Some Fields in Dataset

2018-01-30 Thread Tate Fanning
I've output a vtu file from a CFD code. When trying to load the dataset into Paraview I get the following errors: [CODE]Error reading uncompressed binary data header. Read 0 of 4 bytes. ERROR: In C:\bbd\7cc78367\source-paraview\VTK\IO\XMLParser\vtkXMLDataParser.cxx, line 609 vtkXMLDataParser