Re: [Paraview] Get point array data in paraview from python shell

2015-03-27 Thread Berk Geveci
Yes. You can use temporal statistics. Please direct questions to the mailing list so everyone can benefit from the answers. Best, -berk On Thu, Mar 26, 2015 at 10:28 PM, Jay Romero wrote: > Hi Berk > > Thanks for reply. I can try python calculator. > Actually, I am trying to calculate the time

Re: [Paraview] Get point array data in paraview from python shell

2015-03-26 Thread Berk Geveci
Hi Jay, The Python console is not the right way to go. Use the Python Calculator with an expression like: mag() Best, -berk On Thu, Mar 26, 2015 at 4:28 PM, Jay Romero wrote: > I am trying to get point array data ( node and its values) of a variable > in paraview: so far I can use following (

[Paraview] Get point array data in paraview from python shell

2015-03-26 Thread Jay Romero
I am trying to get point array data ( node and its values) of a variable in paraview: so far I can use following (python shell): from paraview.simple import * out = GetActiveSource() The point array data is a velocity vector on each node, and I can calculate magnitude of a vector, next I want to