[Paraview] AttributeDataToTableFilter

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Nov 20 10:31:19 EST 2009


I am not sure why it would not work. Here's my simple script to save
out point attributes:

from paraview.simple import *
Sphere()
writer = DataSetCSVWriter(FileName="/tmp/foo.csv", FieldAssociation="Points")
writer.UpdatePipeline()

Utkarsh

On Fri, Nov 20, 2009 at 10:07 AM, NURI Adrien
<Adrien.NURI at aeroconseil.com> wrote:
> I am working in script Python and I would like to create a File.CSV with data inside (Pressure, Temperature...).
> I would like to do a post-processing on the data of the file.CSV
>
> I have already tried the DataSetCSVWriter... but nothing is exported.
> How can I "export" data in a CSV file in script Python?
>
>
> Thanks a lot,
> Adrien
>
>
> -----Message d'origine-----
> De : Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com]
> Envoyé : vendredi 20 novembre 2009 15:53
> À : NURI Adrien
> Cc : paraview at paraview.org
> Objet : Re: [Paraview] AttributeDataToTableFilter
>
> The filter is not exposed by the GUI. Any particular reason why you
> were thinking of using it?
>
> Utkarsh
>
> On Fri, Nov 20, 2009 at 4:06 AM, NURI Adrien
> <Adrien.NURI at aeroconseil.com> wrote:
>> Hi all,
>>
>>
>>
>> I'm trying to find "AttributeDataToTableFilter" on:
>> servermanager.filters.AttributeDataToTableFilter and I can't see it neither
>> on the V3.4 nor in the V3.6.1.
>>
>> How can I find it?
>>
>>
>>
>> Regards,
>>
>> Adrien
>>
>> ________________________________
>> Le contenu de ce message est prévu uniquement pour le destinataire nommé. Il
>> contient des informations qui peuvent être confidentielles. A moins d'être
>> le destinataire nommé ou autorisé par le destinataire, vous ne pouvez pas
>> copier, employer ou révéler à une autre personne le contenu de ce message.
>> Si vous le recevez par erreur, s'il vous plait, informez nous immédiatement
>> et détruisez le.
>>
>> The contents of this e-mail are intended for the named addressee only. It
>> contains information that may be confidential. Unless you are the named
>> addressee or an authorized designee, you may not copy or use it, or disclose
>> it to anyone else. If you received it in error please notify us immediately
>> and then destroy it.
>>
>> _______________________________________________
>> 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
>>
>>
>
>
> Le contenu de ce message est prévu uniquement pour le destinataire nommé. Il contient des informations qui peuvent être confidentielles. A moins d'être le destinataire nommé ou autorisé par le destinataire, vous ne pouvez pas copier, employer ou révéler à une autre personne le contenu de ce message. Si vous le recevez par erreur, s'il vous plait, informez nous immédiatement et détruisez le.
>
> The contents of this e-mail are intended for the named addressee only. It contains information that may be confidential. Unless you are the named addressee or an authorized designee, you may not copy or use it, or disclose it to anyone else. If you received it in error please notify us immediately and then destroy it.
>


More information about the ParaView mailing list