Hi, I'm trying to save a subset of data generated from the PlotSelectionOverTime filter. I tried using the PassArrays filter to narrow my selection but the data doesn't appear under Point, Cell or Field data options for that filter. The data in the PlotSelectionOverTime is labeled as "Cell Statistics" and was created using the following lines from a Python script...
selection = SelectCells(query="id==0") PSOT = PlotSelectionOverTime(Selection=selection) PSOT.UpdatePipeline() Any help would be much appreciated.... Thanks, Paul -- ========================================= Paul DesJardin, Ph.D. Professor University at Buffalo, State University of New York Buffalo, NY 14260-4400 Tel: 716-645-1467 email: [email protected] web: cet.eng.buffalo.edu ========================================= _______________________________________________ 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: http://public.kitware.com/mailman/listinfo/paraview
