Here is what I am doing at the moment.<br>-Load geometry 1<br>-Extract wing block<br><br>-Load geometry 2<br>-Extract wing block<br><br>Then use the resample filter with wing1 as input and wing2 as source<br>(this works)<br>
<br>The last bit is missing (that is merging the data from wing2 with the resampled data)<br><br>Jacques <br><br><div class="gmail_quote">2008/11/13 Berk Geveci <span dir="ltr">&lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Programmable filter can still be made to work. Do the datasets have<br>
multiple parts? I am not sure how resampling would work with multiple<br>
parts. It is impossible to guess which parts map to which parts...<br>
<br>
-berk<br>
<br>
On Thu, Nov 13, 2008 at 8:28 AM, Jacques Papper<br>
<div><div></div><div class="Wj3C7c">&lt;<a href="mailto:jacques.papper@gmail.com">jacques.papper@gmail.com</a>&gt; wrote:<br>
&gt; They are multi-block datasets from Ensight Reader.<br>
&gt; Is there another way of dealing with this then ?<br>
&gt; Jacques<br>
&gt;<br>
&gt; 2008/11/13 Berk Geveci &lt;<a href="mailto:berk.geveci@kitware.com">berk.geveci@kitware.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Are the inputs multi-block datasets by any chance?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; -berk<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Nov 13, 2008 at 6:03 AM, Jacques Papper<br>
&gt;&gt; &lt;<a href="mailto:jacques.papper@gmail.com">jacques.papper@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi Berk,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am trying out your suggestion of merging arrays :<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; input0 = self.GetInputDataObject(0,0)<br>
&gt;&gt; &gt; input1 = self.GetInputDataObject(0,1)<br>
&gt;&gt; &gt; output = self.GetOutputDataObject(0)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; output.GetPointData().AddArray(input0.GetPointData().GetArray(&quot;pressure1&quot;))<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; output.GetPointData().AddArray(input1.GetPointData().GetArray(&quot;pressure2&quot;))<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; but I get the following error message :<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; &nbsp; File &quot;&lt;string&gt;&quot;, line 2, in &lt;module&gt;<br>
&gt;&gt; &gt; &nbsp; File &quot;&lt;string&gt;&quot;, line 4, in RequestData<br>
&gt;&gt; &gt; AttributeError: GetPointData<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I also tried just using the programmable filter on one source and with<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; following code, and &nbsp;I get the same error :<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; input0=self.GetInputDataObject(0,0)<br>
&gt;&gt; &gt; input0.GetPointData()<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am using version 3.4.0<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; ParaView mailing list<br>
&gt;&gt; &gt; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>
&gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>