Re: [Paraview] Accessing field and wind blade data (together) in python filter

2011-07-28 Thread Sohail Shafii
ssing field and wind blade data (together) in python filter One thought that comes to mind is the Resample with DataSet filter, which is a filter which has the effect of merging pipeline branches together. Set the Input to be the field and the Source to be the blade and the result will be a copy of

Re: [Paraview] Accessing field and wind blade data (together) in python filter

2011-07-28 Thread David E DeMarle
One thought that comes to mind is the Resample with DataSet filter, which is a filter which has the effect of merging pipeline branches together. Set the Input to be the field and the Source to be the blade and the result will be a copy of the blade with the data values of the field sampled onto t

[Paraview] Accessing field and wind blade data (together) in python filter

2011-07-26 Thread Sohail Shafii
Hi, Right now the field and blade data are separate for the wind blade reader (as expected).  I was wondering if, after creating a python filter below the blade object in the pipeline, I could somehow access the field data?  I'm guessing not based on some experimenting. I need to do this becau