[Paraview] opening ensight file from python

Jean Favre jfavre at cscs.ch
Thu Jan 15 06:02:34 EST 2009


Ricardo Reis wrote:
>
>  Hi all
>
>  I've been searching around and can't find it. How can I open an
> ensight *.case file from python?
>
Have you tried this:

reader = servermanager.sources.ensight(CaseFileName = "crash.case")

and the help:

dir(reader)



More information about the ParaView mailing list