Re: [Paraview] How to use a filter in a Python script?

2010-11-04 Thread ghw
Matt, Dude! You are sooo awesome! Now, how can I impress my customers if all of the magic is gone? You have been reading my mail. You are correct. I am interested in integrating the data values along a line segment (in this case, density). I have actually been doing this in

Re: [Paraview] How to use a filter in a Python script?

2010-11-03 Thread Sebastien Jourdain
Hi Hamilton, You can look at http://www.paraview.org/Wiki/ParaView/Python_Scripting and that http://www.paraview.org/Wiki/ParaViewUsersGuide/List_of_filters Seb On Tue, Nov 2, 2010 at 10:31 PM, g...@accutrol.com wrote: I am a newbie to Paraview and have little experience programming Python.  

Re: [Paraview] How to use a filter in a Python script?

2010-11-03 Thread ghw
Dude! You are so awesome! Why didn't I think of that? Because I thought trace was for something altogether different from that. Now I feel like I can do anything! Thanks immensely for your help, Hamilton Woods -- Original Message --- From: emonson at cs.duke.edu To:

Re: [Paraview] How to use a filter in a Python script?

2010-11-03 Thread m . c . wilkins
Hi, Yes the trace is great, it still couldn't tell me how to actually extract the numbers along a plotoverline though, without doing a Spreadsheet view or something. You have probably figured out how to do a plotoverline using the Trace: from paraview.simple import * reader =

[Paraview] How to use a filter in a Python script?

2010-11-02 Thread ghw
I am a newbie to Paraview and have little experience programming Python. I would like to know how to call a particular filter from within Python. The only filter I have seen referenced in the Python scripting documentation is Shrink(). I want to retrieve the scalar values along a line