<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div><span>Thank you for the suggestions. &nbsp;Since the data sets were on separate ports, here's what I did: I did a re-sample with data set to map the input (field) to the source (blade). &nbsp;But the blade cell data items were missing in the result, so I then did a Group data set with the result of the mapping and the blade. &nbsp;This means that I do not have to make any changes in the vtkWindBladeReader code.</span></div><div><span><br></span></div><div>Sohail</div><div><br></div><div style="font-size: 12pt; font-family: arial, helvetica, sans-serif; "><div style="font-size: 12pt; font-family: 'times new roman', 'new york', times, serif; "><font size="2" face="Arial"><hr size="1"><b><span style="font-weight:bold;">From:</span></b> David E DeMarle &lt;dave.demarle@kitware.com&gt;<br><b><span style="font-weight: bold;">To:</span></b>
 Sohail Shafii &lt;sohailshafii@yahoo.com&gt;<br><b><span style="font-weight: bold;">Cc:</span></b> "paraview@paraview.org" &lt;paraview@paraview.org&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Thursday, July 28, 2011 9:25 AM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Paraview] Accessing field and wind blade data (together) in python filter<br></font><br>One thought that comes to mind is the Resample with DataSet filter,<br>which is a filter which has the effect of merging pipeline branches<br>together.<br><br>Set the Input to be the field and the Source to be the blade and the<br>result will be a copy of the blade with the data values of the field<br>sampled onto the points of the blade.<br><br>David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>28 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-371-3971 x109<br><br><br><br>On Tue, Jul 26, 2011 at 6:29 PM, Sohail Shafii &lt;<a
 ymailto="mailto:sohailshafii@yahoo.com" href="mailto:sohailshafii@yahoo.com">sohailshafii@yahoo.com</a>&gt; wrote:<br>&gt; Hi,<br>&gt; Right now the field and blade data are separate for the wind blade reader<br>&gt; (as expected). &nbsp;I was wondering if, after creating a python filter below the<br>&gt; blade object in the pipeline, I could somehow access the field data? &nbsp;I'm<br>&gt; guessing not based on some experimenting.<br>&gt; I need to do this because I have to correlate points on the blade to the<br>&gt; same areas in the field to calculate certain quantities (which requires<br>&gt; interpolated field values). &nbsp;If the python route is not possible then I can<br>&gt; just make changes in vtkWindBladeReader instead.<br>&gt; Sohail<br>&gt; _______________________________________________<br>&gt; Powered by www.kitware.com<br>&gt;<br>&gt; Visit other Kitware open-source projects at<br>&gt; <a
 href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>&gt;<br>&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>&gt;<br>&gt; Follow this link to subscribe/unsubscribe:<br>&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>&gt;<br>&gt;<br><br><br></div></div></div></body></html>