[Paraview] Support collated format for openfoam

2017-10-17 Thread Seong Mo Yeon
Hi Recently, a collated format was introduced in openfoam 5.x. So the decomposed doamin is not distributed in n processor directory any more but in one processor directory processors. I have checked if this can be read in openfoam 5.4.0 and found it is not supported. Have any plan to support

Re: [Paraview] ParaView not reading time in netcdf file

2017-10-17 Thread Dan Lipsa
David, What version of ParaView are you using? I tried your file with the latest release 5.4.1 and it works fine. Thanks, Dan On Mon, Oct 16, 2017 at 10:18 AM, Deepwell, David wrote: > Ok, no problem. Just checking in. > > Thanks, > David > > > On Oct 16, 2017, at 9:29

Re: [Paraview] vtkCutter

2017-10-17 Thread Heiland, Randy
Thanks. Actually, I did a poor job explaining what I want to do. I’d like to have *partial* clip planes (as opposed to “infinite" planes over the entire domain). More specifically, my current use case is a bunch of spheres (representing biological cells) inside a spheroidal tumor. I’d like to

Re: [Paraview] Changing line width or edge color with a filter

2017-10-17 Thread Jairaj Mathur
Hey Thank you for your reply! But I meant to change those dynamically, rather than being fixed. I was looking for a way to change that width/color, based on some calculations. How can I do that? Jairaj Mathur Mechanical Engineering Washington University in St Louis On Oct 16, 2017 6:46 PM,

[Paraview] Programmable filter VTK/numpy

2017-10-17 Thread Edoardo Pasca
Hi there, In my programmable filter I want to use numpy to perform some operations on the pixels (in this case a simple thresholding). I've come up with this solution which works. I'm wondering if there are other ways to do the conversion from numpy array to vtkImageData. in the following code I

Re: [Paraview] Hidden Line Removal in Parallel

2017-10-17 Thread Utkarsh Ayachit
That's correct. It currently is not implemented for that configuration. Here's an issue for the same if you want to follow it: https://gitlab.kitware.com/paraview/paraview/issues/16947 Utkarsh On Tue, Oct 17, 2017 at 9:41 AM, PALUSZEK, Lukasz < lukasz.palus...@airbus.com> wrote: > Hello, > > >

[Paraview] Hidden Line Removal in Parallel

2017-10-17 Thread PALUSZEK, Lukasz
Hello, I noticed that Hidden Line Removal is not working in parallel. I am using Paraview 5.4.1 (Kitware binaries) and tested on the wavelet source. Regards, Lukasz [Beschreibung: Beschreibung: Description : cid:image001.png@01CF0B8F.DB7831F0] Łukasz Paluszek Airbus Helicopters Aerodynamics

Re: [Paraview] vtkCutter

2017-10-17 Thread Mathieu Westphal
Hello It is called Slice, and is available in the Filters and in the Common Filters toolbar. Best, Mathieu Westphal On Tue, Oct 17, 2017 at 2:30 PM, Heiland, Randy wrote: > Is vtkCutter not directly accessible in PV (from the menus)? I’d like to > do something similar to: >

[Paraview] vtkCutter

2017-10-17 Thread Heiland, Randy
Is vtkCutter not directly accessible in PV (from the menus)? I’d like to do something similar to: https://www.vtk.org/gitweb?p=VTK.git;a=blob;f=Examples/VisualizationAlgorithms/Python/ClipCow.py