[Paraview] Removing wire frame from Ensight Gold Case Data format

2017-08-22 Thread Niaz M. via ParaView
Hello: I am exporting Fluent simulation results as Ensight gold case. Then importing in paraview. Then I am plotting a slice . I am selecting Representation as Surface (not surface with edge). But I can't get rid of Mesh (or wireframe) . Is there any way I can get rid of wire frame. Thanks in

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Léo Pessanha
Thank you, Sebastien! It worked! The correct path should also have a '/' at the end so: dataModel = new QueryDataModel(jsonData, '/data/'), > instead of dataModel = new QueryDataModel(jsonData, '/data'), > Thanks again! Leonardo Pessanha Laboratory of Computational Methods in Engineering

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Sebastien Jourdain
Almost, the missing part is for "dataModel = new QueryDataModel(jsonData, 'path/to/dist/data')" 'path/to/dist/data' should be '/data' since your web server is serving path/to/dist as / On Tue, Aug 22, 2017 at 12:23 PM, Léo Pessanha wrote: > So, just to be clear

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Léo Pessanha
So, just to be clear in order for me to understand I should copy the content of 'node_modules/tonic-arctic-sample-data/data/probe/' to 'dist/data' and use dataModel = new QueryDataModel(jsonData, 'path/to/dist/data'), > in the src/index.js ? Thanks in advance! Leonardo Pessanha Laboratory of

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Sebastien Jourdain
__BASE_PATH__ is meant to dynamically define the http endpoint. This should not be a file path... You can remove it from your code and provide a proper endpoint. For us it is used on to allow local and github.io deployment. In your case, you need to copy that data by yourself to the dist/data

Re: [Paraview] Running a simple example using ParaviewWeb

2017-08-22 Thread Léo Pessanha
Thank you, Sebastien. I am able to build the example but the data don't show up yelding in the browser debugger ReferenceError: __BASE_PATH__ is not defined[Learn More] > In the following line of MyWebApp.js dataModel = new _QueryDataModel2.default(_index2.default, __BASE_PATH__ + >

[Paraview] ParaView superbuild for 5.4.1 tagged

2017-08-22 Thread Cory Quammen
Hi folks, ParaView's superbuild git repository has now been tagged with v5.4.1. Thanks, Cory -- Cory Quammen Staff R Engineer Kitware, Inc. ___ Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [Paraview] paraview.simple

2017-08-22 Thread Guillermo
Hi, I noticed that I do not have the file libvtkCommonCorePython27 nor libvtkCommonCorePython. However, I have the files libvtkCommonColorPython27D-pv5.3.so and libvtkCommonColorPython27D-pv5.3.so.1. I have already tried to execute my script following your instructions but it did not work.

Re: [Paraview] paraview.simple

2017-08-22 Thread Cory Quammen
Oops, I failed to change the version number in the line I gave you, but caught that and corrected it, just not quite to the right version number. Try export PYTHONPATH=$PYTHONPATH:/opt/ParaView-5.3.0-Qt5-OpenGL2-MPI-Linux-64bit/lib/paraview-5.3 Basically, you have to set the PYTHONPATH to

Re: [Paraview] paraview.simple

2017-08-22 Thread Guillermo
I forgot to mention that the error message is the same as before. On 22/08/17 13:24, Cory Quammen wrote: Guillermo, Please CC the mailing list so others can participate and learn from the discussion. That looks like progress. Now try adding to your .bashrc: export

Re: [Paraview] paraview.simple

2017-08-22 Thread Guillermo
Hi Cory, I just copied and pasted that sentence on my .bashrc but it doesn't work. Also I have tried typing .../paraview-5.3.0 but neither works. Thanks, Guillermo On 22/08/17 13:24, Cory Quammen wrote: Guillermo, Please CC the mailing list so others can participate and learn from the

Re: [Paraview] paraview.simple

2017-08-22 Thread Cory Quammen
Guillermo, Please CC the mailing list so others can participate and learn from the discussion. That looks like progress. Now try adding to your .bashrc: export PYTHONPATH=$PYTHONPATH:/opt/ParaView-5.3.0-Qt5-OpenGL2-MPI-Linux-64bit/lib/paraview-5.4 HTH, Cory On Tue, Aug 22, 2017 at 10:19 AM,

[Paraview] paraview.simple

2017-08-22 Thread Guillermo Suárez
Dear all, Yesterday I installed paraview v5.3 using the binaries from the website on my Linux (ubuntu) OS. The steps followed are (they my influence on the final result): 1. Download the binaries from http://www.paraview.org. For me this results in: