[Paraview] vtkXMLReader.SetTimeStep ?!

2010-05-31 Thread Aurélien Marsan
Hello, I juste found this method : vtk.vtkXMLStructuredGridWriter.SetTimeStep ... but I can't use it, and don't find any explanation... What should be the names of files in order the reader recognize them ? Thank you, -- Aurélien MARSAN ___ Powered b

Re: [Paraview] vtkXMLReader.SetTimeStep ?!

2010-05-31 Thread Berk Geveci
Hi Aurelien, Can you explain more clearly what you are trying to achieve? Thanks. -berk 2010/5/31 Aurélien Marsan : > Hello, > > I juste found this method : vtk.vtkXMLStructuredGridWriter.SetTimeStep > ... but I can't use it, and don't find any explanation... > > What should be the names of file

Re: [Paraview] vtkXMLReader.SetTimeStep ?!

2010-05-31 Thread Aurélien Marsan
Sorry, I just see your answer. Sure I can. I have many files to read, that are so called : - file.vts001 --> timestep 1 - file.vts002 --> timestep 2 - etc... And I do some of my work in the python shell, using the VTK library. I need to access to the different timesteps.