[Paraview] Python - StructuredGridReader

2010-04-04 Thread Christian Werner
Hi! I wonder how I can use a StructuredGridReader from within Python. I need to read .vti volume files, but Python says: >> help(StructuredGridReader) Traceback (most recent call last): File "", line 1, in NameError: name 'StructuredGridReader' is not defined I have read the Paraview

Re: [Paraview] Python - StructuredGridReader

2010-04-04 Thread Christian Werner
I used the Trace functionality in the Python Shell to figure out that I need a XMLImageDataReader for that task. Sorry for the inconvenience. Christian Werner wrote: Hi! I wonder how I can use a StructuredGridReader from within Python. I need to read .vti volume files, but Python says: