Re: [Paraview] How to export data from an ExtractBlock in a table?

2009-11-27 Thread NURI Adrien
Hi, Sorry for the tardiness answer. Finally, I achieved the code. The main problem was the input type. I arrived to convert data from the filter ExtractSurface into data usable by the DataSetCSVWriter. Thanks for your advice Adrien PS: This is the code #-Paraview V3.6.1

Re: [Paraview] How to export data from an ExtractBlock in a table?

2009-11-20 Thread Utkarsh Ayachit
Using DataSetCSVWriter should do the trick. Utkarsh On Mon, Nov 16, 2009 at 10:14 AM, NURI Adrien adrien.n...@aeroconseil.com wrote: Hi, In fact, I'm working in script Pyhton. I'm using Paraview V3.4 and V3.6.1. My script uses a source's file ensightcase, then I apply a filter ExtractBlock

Re: [Paraview] How to export data from an ExtractBlock in a table?

2009-11-16 Thread NURI Adrien
Hi, In fact, I'm working in script Pyhton. I'm using Paraview V3.4 and V3.6.1. My script uses a source's file ensightcase, then I apply a filter ExtractBlock to keep only the data along a surface. Then, I would like to create a file CSV with all the values of my variables on the extracted

[Paraview] How to export data from an ExtractBlock in a table?

2009-11-13 Thread NURI Adrien
Hello, I'm using paraview in batch, and I would like to export data from an ExtractBlock filter in a table. I would like to use values (temperature, pressure...) of the extracted part in a python script for post-processing. Is it possible to do that? Thanks a lot. Le contenu

Re: [Paraview] How to export data from an ExtractBlock in a table?

2009-11-13 Thread Utkarsh Ayachit
What do you mean by export to a table? Are you simply interested in looking at the raw point data or cell data values? Or do you want to create a vtkTable? Utkarsh On Fri, Nov 13, 2009 at 11:24 AM, NURI Adrien adrien.n...@aeroconseil.com wrote: Hello, I’m using paraview in batch, and I

Re: [Paraview] How to export data from an ExtractBlock in a table?

2009-11-13 Thread Sandeep Rana
If you interested in saving it in csv format, highlight extracted part and press Ctrl+s, although there are some other format available as well but csv closest to table format. -Sandeep On Fri, Nov 13, 2009 at 10:13 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com wrote: What do you mean by