[Paraview] ParaView macros (was: Further questions regarding 4D dataset)

2011-07-13 Thread Jérôme
I put these macros in my Peavip lib : http://github.com/jeromevelut/Peavip It was initially devoted to expose VTK native filters in ParaView, but I think that it makes sense to put also ParaView python macros. It could be a solution to use such a repo to share macros. What do you think? Jerome

[Paraview] Filter time step range

2011-07-13 Thread Florian Lindner
Hello, is it possible to limit the range of time steps paraview is working on? For example a filter that narrows the range from time step 100 to 1000 and all subsequent filters will just see and operate on this time range? Thanks, Florian ___

Re: [Paraview] Representations in 3.10.1

2011-07-13 Thread Brian C. Panneton (CONTR)
I've also tried running the example within ParaView's built examples and receive the same error. It looks like when SetRepresentation() is trying to set the mapper, it doesn't exist by the new name. Thus it goes to the error message. Any idea if this is something I'm doing wrong or a bug?

Re: [Paraview] Interesting bug when using windbladereader and multiple time steps

2011-07-13 Thread Andy Bauer
I'm pretty sure I have a proper fix for this now. It's pretty deep into the pipeline with multiple output ports and temporal information but pretty interesting in what it's doing. The gerrit page is http://review.source.kitware.com/#change,2066 if you want to look at the changes. Andy On Fri,

Re: [Paraview] Interesting bug when using windbladereader and multiple time steps

2011-07-13 Thread Andy Bauer
I'm not sure why this isn't working for you. I just tried it on my machine with 2 processes and was able to use the gradient of unstructured grid filter on the field grid. Can you try it out with the current development version of paraview to see if you can reproduce it there? Andy On Mon, Jul

[Paraview] Displaying a flat polygon with multiple vertices

2011-07-13 Thread David Doria
I have created a polygon with many vertices using vtkPolygon, then put it in a vtkPolyData, and then saved it as a vtp file (attached). When I open it in Paraview, it looks very broken (seems like backfaces are showing, things are overlapping that shouldn't be, etc). If I run the TriangleFilter on

Re: [Paraview] Displaying a flat polygon with multiple vertices

2011-07-13 Thread Burlen Loring
Hi David, I think that the issue is that the polygon you constructed is not convex. Figure 19-20 in VTK users guide is misleading because the example of VTK_POLYGON shows a non-convex polygon which as you found out doesn't work. Burlen On 07/13/2011 01:40 PM, David Doria wrote: I have

Re: [Paraview] Displaying a flat polygon with multiple vertices

2011-07-13 Thread Moreland, Kenneth
I'd like to expand on Burlen's answer, which is correct. VTK sort of handles concave polygons and sort of doesn't. In particular, it does not render them correctly because the polygons are send directly to the OpenGL rendering system, which in turn does not handle them. It would be possible

Re: [Paraview] Interesting bug when using windbladereader and multiple time steps

2011-07-13 Thread Sohail Shafii
By current development version are you referring to the master branch? Sohail --- On Wed, 7/13/11, Andy Bauer andy.ba...@kitware.com wrote: From: Andy Bauer andy.ba...@kitware.com Subject: Re: [Paraview] Interesting bug when using windbladereader and multiple time steps To: Sohail Shafii

Re: [Paraview] Interesting bug when using windbladereader and multiple time steps

2011-07-13 Thread Andy Bauer
Yes, the master branch of the git repo. Andy On Wed, Jul 13, 2011 at 6:36 PM, Sohail Shafii sohailsha...@yahoo.comwrote: By current development version are you referring to the master branch? Sohail --- On *Wed, 7/13/11, Andy Bauer andy.ba...@kitware.com* wrote: From: Andy Bauer