[Paraview] isosurface time series data with different value

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Thu Feb 25 09:43:36 EST 2010


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 that change as well, without which
the script won't work.

Utkarsh

On Mon, Feb 22, 2010 at 1:10 PM, Gowri Somanath <gowri at udel.edu> wrote:
> 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
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Please keep messages on-topic and check the ParaView Wiki at:
> http://paraview.org/Wiki/ParaView
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/mailman/listinfo/paraview
>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: script.py
Type: text/x-python
Size: 792 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100225/e93a979d/attachment-0001.py>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug.fix.patch
Type: text/x-patch
Size: 666 bytes
Desc: not available
URL: <http://www.paraview.org/pipermail/paraview/attachments/20100225/e93a979d/attachment-0001.bin>


More information about the ParaView mailing list