Hi All: Using pvpython, I want to find all the variables, their types, and ranges in a vtkMultiBlockDataSet. I've read the file in successfully and made lots of cool visualizations from it, but I'm doing it by examining the file in Paraview and using the strings and data values I find there to create python functions to make contours and streamlines and so on.
Cory pointed me to the GetDataInformation method, and that's a start, but I am not seeing how to get what I need from that, though that's how I learned I have a vtkMultiBlockDataSet. I'm sure this is obvious but I'm also sure that I can't seem to see how to do it. Any suggestions? Many thanks, -Tom
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: https://public.kitware.com/mailman/listinfo/paraview
