<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" bgcolor="#FFFFFF">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi Burlen,<br>
<br>
thanks<br>
-simon<br>
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<hr tabindex="-1">
<div style="direction: ltr;" id="divRpF937274"><font color="#000000" face="Tahoma" size="2"><b>From:</b> Burlen Loring [bloring@lbl.gov]<br>
<b>Sent:</b> Friday, May 09, 2014 6:23 PM<br>
<b>To:</b> Su, Simon M CTR USARMY ARL (US); paraview@paraview.org<br>
<b>Subject:</b> Re: [Paraview] Python Script - access the raw data loaded from a dataset and creating new dataset (UNCLASSIFIED)<br>
</font><br>
</div>
<div></div>
<div>Hi Simon,<br>
<br>
Fetching the data to the client is generally a bad idea. Instead you could use a python programmable filter which allows you to operate on the data in place on the server side.
<a class="moz-txt-link-freetext" href="http://www.paraview.org/Wiki/Python_Programmable_Filter" target="_blank">
http://www.paraview.org/Wiki/Python_Programmable_Filter</a><br>
<br>
Burlen<br>
<br>
<div class="moz-cite-prefix">On 05/09/2014 10:44 AM, Su, Simon M CTR USARMY ARL (US) wrote:<br>
</div>
<blockquote type="cite">
<pre>Classification: UNCLASSIFIED
Caveats: NONE

Hello,

Are there examples python script on accessing the raw data from the data
loaded in paraview from python script? 

If I have the data loader selected on ParaView GUI and then I do the
following from the Python Shell,

</pre>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<pre>tt = GetActiveSource()
tt.ElementVariables.Available
</pre>
</blockquote>
</blockquote>
</blockquote>
<pre>['CAUCHY_STRESS2XX', 'CAUCHY_STRESS2YY', 'CAUCHY_STRESS2ZZ',
'CAUCHY_STRESS2XY', 'CAUCHY_STRESS2YZ', 'CAUCHY_STRESS2XZ']

</pre>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<pre>dtt = servermanager.Fetch(tt)
</pre>
</blockquote>
</blockquote>
</blockquote>
<pre>use composite data append
</pre>
<blockquote type="cite">
<blockquote type="cite">
<blockquote type="cite">
<pre>dtt
</pre>
</blockquote>
</blockquote>
</blockquote>
<pre>(vtkMultiBlockDataSet)0x9441c50

How do I get the raw data for 'CAUCHY_STRESS2XX'?  

And since I have to fetch the data to the client side, what do I need to do
to the data that I calculated and placed in the data structure that I
created on the client side to make it available to ParaView (for example, I
want to color the Surface using the newly calculated variable).

thanks
-simon





Classification: UNCLASSIFIED
Caveats: NONE


</pre>
<br>
<fieldset class="mimeAttachmentHeader" target="_blank"></fieldset> <br>
<pre>_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com" target="_blank">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
</blockquote>
<br>
</div>
</div>
</div>
</body>
</html>