Re: [Paraview] contour programmable filter

2010-09-25 Thread Favre Jean
Using the maximum value of any scalar field as the threshold for an isosurface will always give a null object. In fact, the smallest isosurface you could ever construct is a single triangle, intersecting 3 edges connecting one vertex greater than your threshold, and three other vertices below

Re: [Paraview] Selecting wall boundary

2010-09-25 Thread Bart Janssens
On Friday, September 24, 2010 02:50:05 pm Aurélien Marsan wrote: Hi, If your mesh is structured, you can use the Extract Subset filter. 2010/9/24 Mubashir Ali mubas...@iitk.ac.in Hi, I am new to paraview and i want to know how to extract wall boundary cells in paraview. I am

[Paraview] Setting Texture for point sprites

2010-09-25 Thread Madhura Phadke
Hi, I am using PointSprite through python script. When I try to load the Sphere texture for point sprite, the trace shows the following have been set: Arrow1 = GetActiveSource() DataRepresentation1 = GetDisplayProperties(Arrow1) DataRepresentation1.RenderMode = 'Texture'