<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>