Re: [Paraview] Regarding filtering of point data array

2016-11-07 Thread Andrew
Hello. Possibly Threshold filter will help you. To limit points by 3 coordinates try to define 3 Threshold filters in series. 2016-04-03 18:55 GMT+03:00 Vaibhav Agrawal < vaibhav.agra...@postgrad.curtin.edu.au>: > Hi Paraview-Help, > > I am working on the DEM simulations of bubbling fluidized

Re: [Paraview] How to apply different color maps to different datasets.

2016-11-07 Thread Cory Quammen
Mike, You can think of color maps in ParaView as being stored in a map from data array name to color map. If you care coloring two data sets by arrays of the same name, then the same color map will be used for each. A workaround is to rename a data array using the Calculator filter. Set the

[Paraview] How to apply different color maps to different datasets.

2016-11-07 Thread Michael Jackson
I would like to load up 2 different files and then display one using a gray scale color map and the other a simple RGB color map and some transparency so that I can "overlay" one image onto the other. It would seem that when I apply a color map to one data set it applies to all the data sets.

Re: [Paraview] Fwd: Problem to save screenshot in VERY HIGH resolution

2016-11-07 Thread Cory Quammen
Hi Lúcio, This should be fixed in the soon-to-be-released ParaView 5.2.0 release. You can try ParaView 5.2.0 Release Candidate 3, available at http://www.paraview.org/download/ , to confirm. HTH, Cory On Tue, Aug 9, 2016 at 8:12 AM, Lúcio Corrêa wrote: > Hi, > > I'm trying

Re: [Paraview] Volume Rendering "Brightness"

2016-11-07 Thread Moreland, Kenneth
It looks like this is an old message that has been stuck waiting for a moderator to release it, but in case you are still interested in the answer here goes. There used to be a parameter in the color map named Scalar Opacity Unit Distance (or something like that) that could be used to

Re: [Paraview] Problem to save screenshot in VERY HIGH resolution

2016-11-07 Thread Utkarsh Ayachit
I am pretty sure it's nothing to do with the file format. The bug was in the code that handle overlapping between viewports when rendering large resolutions. ParaView 5.2. should fix the issue for OpenGL2 backend. On Mon, Nov 7, 2016 at 12:53 PM, David E DeMarle wrote:

Re: [Paraview] Problem to save screenshot in VERY HIGH resolution

2016-11-07 Thread David E DeMarle
In the meantime, try saving in tiff format instead of png. I ran into the same thing and found that tiff was more stable. David E DeMarle Kitware, Inc. R Engineer 21 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-881-4909 On Wed, Aug 10, 2016 at 8:40 AM, Utkarsh Ayachit <

Re: [Paraview] Experimental Data Interpolate/Extrapolate to Custom Volume Mesh

2016-11-07 Thread Gallagher, Timothy P
Mike, Your state file doesn't work without the data files that go along with it. That said, here is how you can do it: 1. Load your .dat file and use the TableToPoints filter to create points from the data table -- select your x, y, z appropriately 2. Load your CFD data file 3. Select

Re: [Paraview] Electric field plot

2016-11-07 Thread Moreland, Kenneth
Chara, If you look in the Properties panel in the Display section under the heading “X Axis Parameters,” there is a combo box named “X Array Name.” Change the value of that box from arc_length to Points_Y. -Ken From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Chara Kitsaki

Re: [Paraview] How to merge .vtk files to visualize the result in Paraview

2016-11-07 Thread Shawn Waldon
Hi Brennen, ParaView has support for loading multiple files as a time series if you name them file1.vtk, file2.vtk, etc. We realize that sometimes these multiple files are multiple blocks of output rather than multiple timesteps so I recently implemented a filter that converts the time series

Re: [Paraview] ParaView, Python and the CLR

2016-11-07 Thread Chuck Atkins
Hi Chris, import clr > clr.AddReference("DHI.Generic.MikeZero.DFS") > from DHI.Generic.MikeZero.DFS import * > > This works well in "stand alone" python scripts. I tried using the same > approach in ParaView/Programmable Source, but it can't find the CLR module. > If you're using the ParaView

Re: [Paraview] Vectorized data assignment

2016-11-07 Thread Christian Gabriel
Thanks Dave. That’s good to know. My background is actually in C++ programming, but the SDK I’m trying to link in is natively in C# and wrapped with Python. I could try mix-code programming (C++/C#), but trying to avoid that for now and use Python instead …. Chris From: David Lonie

Re: [Paraview] Vectorized data assignment

2016-11-07 Thread David Lonie
On Mon, Nov 7, 2016 at 9:00 AM, Christian Gabriel < cgabr...@matrix-solutions.com> wrote: > Good day. > > > > I found this example code > > : > > > > # Create the points > > points =

[Paraview] Curvilinear Elements?

2016-11-07 Thread Aleksejs Fomins
Dear Paraview, I do calculations on curvilinear tetrahedral meshes and at some point have written a curvilinear VTK/VTU/PVTU writer for my code. It does virtual refinement of curvilinear elements, and thus writes curvilinear elements as a set of smaller linear elements. I was wondering if it