Hi,<br><br>I want to access the PointData of a Source using a python script.  <br><br>So first I choose the Source by<br><br>



<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 10pt; color: rgb(0, 0, 0);">&gt;&gt;&gt; bla=GetActiveSource()</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 10pt; color: rgb(0, 0, 0);">&gt;&gt;&gt; bla</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 10pt; color: rgb(0, 150, 0);">&lt;paraview.servermanager.H5Part object at 0x46a39d0&gt;</span></p><br>and then I would to access the data of that object, but <br>

<br>

<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 10pt; color: rgb(0, 0, 0);">&gt;&gt;&gt; Arrays=SOLID25_h5part.PointArrays</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 10pt; color: rgb(0, 0, 0);">&gt;&gt;&gt; Arrays</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-family: &#39;Courier&#39;; font-size: 10pt; color: rgb(0, 150, 0);">[&#39;Coords_0&#39;,
 &#39;Coords_1&#39;, &#39;Coords_2&#39;, &#39;SOLID25_h&#39;, &#39;SOLID25_index&#39;, 
&#39;SOLID25_normals_0&#39;, &#39;SOLID25_normals_1&#39;, &#39;SOLID25_normals_2&#39;, 
&#39;SOLID25_pressure&#39;, &#39;SOLID25_velocity_0&#39;, &#39;SOLID25_velocity_1&#39;, 
&#39;SOLID25_velocity_2&#39;, &#39;SOLID25_vmob_0&#39;, &#39;SOLID25_vmob_1&#39;, 
&#39;SOLID25_vmob_2&#39;, &#39;SOLID25_w&#39;]</span></p>
<p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">Only gives me the names of the arrays. How do I then access to the Values of for example &#39;Coords_0&#39; ?</p><p style="margin: 0px; text-indent: 0px;">

<br></p><p style="margin: 0px; text-indent: 0px;">Best regards</p><p style="margin: 0px; text-indent: 0px;"><br></p>Martin