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)

_______________________________________________
ParaView mailing list
[email protected]
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to