Hi Paul,

>From what I can tell from playing around with the PlotSelectionOverTime
filter, it doesn't create any extra arrays so I think it may work by using
the PassArrays filter right before the PlotSelectionOverTime filter. If
that doesn't get your desired behavior then maybe you want to try the
Programmable Filter. Information on that is available at
http://www.paraview.org/Wiki/Python_Programmable_Filter.

Regards,
Andy

On Fri, Mar 27, 2015 at 6:24 PM, Paul DesJardin <[email protected]> wrote:

> 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

Reply via email to