[vtkusers] Reading EnSight files

Marzio Sala marzio.sala at gmail.com
Wed Mar 28 09:22:15 EDT 2007


Hello,

I am using VTK (through Python) to read EnSight files, using something like

>>> reader = vtk.vtkEnSightGoldReader()
>>> reader.SetCaseFileName('test.case')
>>> reader.Update()

The files are composed by more than one part (or dataset), and they are
correctly stored in reader.GetOutput().

However, I cannot find the part name anywhere... Anybody knows how to get
the part name?

Thanks for you help,
-Marzio
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070328/a2b0c2ca/attachment.htm>


More information about the vtkusers mailing list