<div dir="ltr">You need something like this:<div><br></div><div>print IntegrateVariables0.PointData['xxx'].GetRange()<br></div><div><br></div><div>where xxx is the name of the array you are integrating.</div><div><br>

</div><div>Best,</div><div>-berk</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jul 9, 2014 at 12:01 AM, Chukwudi Chukwudozie <span dir="ltr"><<a href="mailto:cchukw1@tigers.lsu.edu" target="_blank">cchukw1@tigers.lsu.edu</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hi,</span><div style="font-family:arial,sans-serif;font-size:13px">

<br></div><div style="font-family:arial,sans-serif;font-size:13px">I'm pretty new in paraview python scripting and I'm trying my hand on an example to IntegrateVariables along a slice (plane). However, I don't know how to extract the results of the Integrate pipeline as when I ask to print, all I get is a memory address. Below is a snapshot of my s=python script. Basically, after calling, IntegrateVariables0 = IntegrateVariables( Calculator0 ), I want to be able to use the result of the integration for other operations. How do I access it, or the syntax to use.<div>


<br></div><div><p>Slice0 = Slice()</p><p>Slice0.SliceType = "Plane"</p><p>Slice0 = GetActiveSource()</p><p>Slice0.SliceType.Origin = [0.5, 0.005, 0.5]</p><p>Slice0.SliceType.Normal = [1.0, 0.0, 0.0]</p><p>Calculator0 = Calculator( Slice0 )</p>


<p>Calculator0.Function = 'Volumetric Crack Opening'</p><p>IntegrateVariables0 = IntegrateVariables( Calculator0 )<br></p><p>print IntegrateVariables0<br></p><p><br></p><p><br></p><p><br></p></div>Chuks</div><div>


<br></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>