# for paraview 3.8.0 or greater.

from paraview.simple import *

reader1 = OpenDataFile(“file1”)
reader2 = OpenDataFile("file2")
....
Show(reader1)
Show(reader2)
...

Render()

On Wed, Jun 23, 2010 at 9:35 AM, llapis Pencil <llapispen...@yahoo.es> wrote:
>
> Hi again,
> thanks for the response. Now my question is how can i create a script which
> tells PARAVIEW to open a certain number of vtk files at once and visualize
> them all together?
>
> Thanx one more time
>
>
> _______________________________________________
> 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
>
>
_______________________________________________
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

Reply via email to