The writer currently doesn't support selecting which arrays are
written out, I am afraid.

Utkarsh

On Thu, Mar 20, 2014 at 7:09 AM, Francois Beaubert
<francois.beaub...@univ-valenciennes.fr> wrote:
> Hi all,
>
> Is it possible to choose the data to be written in a csv file using 
> CreateWriter ?
> I've made a python script which make an XY plot using PlotOverLine filter but 
> I'm not able to choose the data written in the csv file:
>
> source = PlotOverLine1
> writer = CreateWriter("line.csv", source)
> writer.FieldAssociation = "Points" # or "Cells"
>
> What can I do to choose which variables will be written in the csv file.
> Any help will be warmly welcome.
>
> Thank you very much
> Francois
> _______________________________________________
> 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
>
> Follow this link to subscribe/unsubscribe:
> http://www.paraview.org/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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to