Hi Dennis,

1.       Is it possible to determine the state of Apply Displacements and
> Displacement Magnitude if I run the programmable filter directly on the
> exodus file, immediately after loading it?
>
Unfortunately, no. The script within the Programmable Filter does not have
access to the reader's settings (or anything else in ParaView, for that
matter).

2.      If I am further down the Pipeline Browser and I run it on a
> descendent of the exodus file, possibly with several filters between the
> original Exodus file and my programmable filter, is there still a way to
> determine the state of those 2?
>
Again, no.

You're best bet might be to create a macro that is essentially a ParaView
python script. In this script, you could look for the Exodus reader source
and get the value of the ApplyDisplacements property, then modify the
Programmable Filter Script text accordingly. When you import the script as
a macro, you can apply it by selecting it from the Macros menu.

HTH,
Cory


> Thanks for any help.
>
>
>
> Dennis
>
> _______________________________________________
> 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
>
>


-- 
Cory Quammen
R&D Engineer
Kitware, Inc.
_______________________________________________
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