Re: [Paraview] visualizing vorticity

2012-07-14 Thread Nico Schlömer
Indeed! The vorticity data is associated with the cells, so turning that into point data makes it a viable target for the streamtracer/glyphs. Thanks! On Sat, Jul 14, 2012 at 12:33 AM, David E DeMarle dave.dema...@kitware.com wrote: Apply Cell Data to Point Data or turn on auto-convert

[Paraview] Volume Rendering with python

2012-07-14 Thread Roba Binyahib
Hello I want to change the representation to volume using python this is my script from paraview import servermanager servermanager.Connect() from paraview.simple import* reader = servermanager.sources.XdmfReader(FileName = /.../HCOOnly.xmf) reader.UpdatePipeline() pointData =