Re: [Paraview] isosurface time series data with different value

2010-02-27 Thread Gowri Somanath
Thanks a lot. Gowri On Thu, Feb 25, 2010 at 9:43 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: This can be done using python. Attached is a example python script that you can import in the Python Shell. It adds an observer to listen to even tick event from the animation and

Re: [Paraview] isosurface time series data with different value

2010-02-25 Thread Utkarsh Ayachit
This can be done using python. Attached is a example python script that you can import in the Python Shell. It adds an observer to listen to even tick event from the animation and then does the necessary updates. There was a bug in the CVS (and 3.6 etc) that is now fixed. Attached is a patch for

Re: [Paraview] isosurface time series data with different value

2010-02-25 Thread Berk Geveci
I love Python... On Thu, Feb 25, 2010 at 9:43 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: This can be done using python. Attached is a example python script that you can import in the Python Shell. It adds an observer to listen to even tick event from the animation and then does

[Paraview] isosurface time series data with different value

2010-02-22 Thread Gowri Somanath
Hi I have time series data. I want to isosurface the data with different value for each time step - but not those in the animation which linearly interpolates the isosurface value over time. I want to isosurface based on max-min of the data at each time step. How would i do it? thanks Gowri