Re: [Paraview] point to surface

2018-09-25 Thread Moreland, Kenneth via ParaView
Hadrien, I’m not sure what you mean by the “area” of points. As I’m sure you know, particles are 0D elements and themselves have no area to speak of. As you said, you can use the glyph operation to create a surface around each point, but the surface area in that case is simply the surface area

Re: [Paraview] [Paraview-developers] time to kill the mailing lists?

2018-09-06 Thread Moreland, Kenneth via ParaView
When you close the mailing lists, would it be possible to set it up so that anyone who attempts to email to those addresses gets an email back with a clear message about the mailing lists being closed down and instructions on posting to discourse? -Ken -Original Message- From: Paraview

Re: [Paraview] Making a programmable apply by default

2018-08-13 Thread Moreland, Kenneth via ParaView
Andrey, There are numerous ways to capture and reapply state of this nature. Dan just presented one, but let me give a few more. My personal favorite is adding a macro. Macros are basically just python scripts stored in a special directory. You can use Python’s tracing capabilities to quickly

Re: [Paraview] warp by vector field(displacement) with pressure field problem

2018-06-14 Thread Moreland, Kenneth via ParaView
Umit, I took a look at your data, and the warp by vector filter is behaving exactly how I would expect. The displacement field in your data is 0 everywhere except at the top edge. Thus, when you apply the warp the top edge will move and everything else will stay fixed where it is. In the middl

Re: [Paraview] x,y,z,time

2018-05-08 Thread Moreland, Kenneth via ParaView
A, ParaView won’t recognize a column in a table as time. If you instead write out your data as a series of csv files, ParaView will treat each file as a time step and animate through them. So, if you re-write your data in multiple csv files, things get much easier in ParaView. If you don’t wan

Re: [Paraview] generic NetCDFreader support for CellData

2018-05-02 Thread Moreland, Kenneth via ParaView
The NetCDF Generic/CF reader has an option named “Output Type” that you can use to force the output to a vtkImageData. Then Cory’s original programmable filter will work, and you won’t have to deal with the coordinates. -Ken From: ParaView on behalf of Cory Quammen Date: Wednesday, May 2, 20