<br><div class="gmail_quote">On Wed, May 20, 2009 at 5:10 PM, Mark Fleharty <span dir="ltr">&lt;<a href="mailto:mark.fleharty@gmail.com">mark.fleharty@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="h5">On Wed, May 20, 2009 at 4:44 AM, David Doria &lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt; wrote:<br>
&gt; On Tue, May 19, 2009 at 10:52 PM, Mark Fleharty &lt;<a href="mailto:mark.fleharty@gmail.com">mark.fleharty@gmail.com</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hello,<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m new to using Python with Paraview.  I&#39;ve been generating data in<br>
&gt;&gt; the vts file format, and I would like to do some post processing on it<br>
&gt;&gt; inside Paraview.<br>
&gt;&gt;<br>
&gt;&gt; I&#39;m trying to read data from a structured grid and just get the<br>
&gt;&gt; various values for different X, Y, and Z positions.<br>
&gt;&gt;<br>
&gt;&gt; I have a simple script that looks like:<br>
&gt;&gt;<br>
&gt;&gt; from paraview.servermanager import *<br>
&gt;&gt; Connect()<br>
&gt;&gt;<br>
&gt;&gt; reader = sources.XMLStructuredGridReader(FileName=&quot;fields.vts&quot;)<br>
&gt;&gt; extract=filters.ExtractGrid(Input=reader)<br>
&gt;&gt;<br>
&gt;&gt; So far this seems to work, I&#39;ve been trying to figure out what methods<br>
&gt;&gt; exist withing ExtractGrid and XMLStructuredGridReader that I can use<br>
&gt;&gt; to find out what values I have at certain positions.<br>
&gt;&gt;<br>
&gt;&gt; Does anyone have a script that already does something similar?<br>
&gt;&gt;<br>
&gt;&gt; Thanks,<br>
&gt;&gt;<br>
&gt;&gt; Mark<br>
&gt;&gt;<br>
&gt;<br>
&gt; In the python shell you can run dir(filters.ExtractGrid) and<br>
&gt; dir(sources.XMLStructuredGridReader) to see which methods are supported in<br>
&gt; python.<br>
<br>
</div></div>Thanks David.  I&#39;ve done dir and help on sources, filters, and many of<br>
the member functions/variables.<br>
<br>
I did find that sources.XMLStructuredGridReader has a<br>
GetDataInformation() member, and inside of that a DataInformation<br>
variable that has a number of members that indicate that it has loaded<br>
my data, but I&#39;m still unable to find any member functions that can<br>
retrieve the values of my data at particular grid points.<br>
<br>
Any help would be appreciated.<br>
<div><div></div><div class="h5"><br>
Thanks,<br>
<br>
Mark<br></div></div></blockquote><div><br>Sorry Mark, I can&#39;t figure it out either (I tried with XMLPolydatareader too). There seems to be a PointData member, but as you say I don&#39;t know how to get at the actual data. I guess we&#39;ll wait for one of the experts to reply :)<br>
<br clear="all">Thanks,<br><br>David<br> 
<br></div></div>