Hi Dennis, Thanks for the suggestion! Honestly, at first I was skeptical about your advice because it looked very similar to my first solution that I outlined in the beginning of this thread. However, as soon as I examined the XML code for the PassArrays filter, I realized that this is exactly what I need. It uses some built-in ParaView magic to fill the list with data array names, so there is no need for me to "inject" my custom code to populate it. Neat!
Thanks again! Cheers, Sergey On Mon, Jan 30, 2017 at 8:31 PM, Dennis Conklin <[email protected] > wrote: > Sergey, > > > > You could combine the PassArrays filter and your custom writer into a > Custom Filter and then Expose the properties of Cell Data Arrays and Point > Data Arrays from the PassArray filter within your Custom Filter. > > > > This would allow your users to select which arrays to pass and write them > out – I think this would do exactly what you want, but you should test it. > > > > Dennis > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at http://www.kitware.com/ > opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Search the list archives at: http://markmail.org/search/?q=ParaView > > Follow this link to subscribe/unsubscribe: > http://public.kitware.com/mailman/listinfo/paraview > >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
