Teng, In your attached VTK file, stress is a cell data i.e. associated with each of the cells rather than the points. When you export data as CSV you can only save points along with point data or cells data and not both. If you want to save out stress associated with each of the points, you can apply the "Cell Data To Point Data" filter first and then save the result out.
Utkarsh On Mon, Oct 9, 2017 at 1:16 PM, Li, Teng <[email protected]> wrote: > Hi all, > > I have a question about saving vtk data in a csv file. Please find the > following link for the vtk file: > > https://drive.google.com/file/d/0B-Dmy2O1v21NbGlfTm9odlZpa2M/view?usp=sharinghttps://drive.google.com/file/d/0B-Dmy2O1v21NbGlfTm9odlZpa2M/view?usp=sharing > > I expected to see 7 components in the csv file I saved: x, y, z, stress_x, > stress_y, stress_z, stress_magnitude. However, in the csv file I saved, > there are only three columns of data. Please find the csv file I saved: > > https://drive.google.com/file/d/0B-Dmy2O1v21NeWZnejVqbHEzME0/view?usp=sharinghttps://drive.google.com/file/d/0B-Dmy2O1v21NeWZnejVqbHEzME0/view?usp=sharing > > I saved the vtk file by first highlighting the vtk file in the pipeline, and > then click save data. Then I used the default settings. Is there anything > wrong in my saving process? > > Thanks! > > Best, > Teng > > Teng Li > > Master Candidate in Structures > > Department of Civil and Environmental Engineering > > University of Illinois at Urbana-Champaign > > 205 North Mathews Ave, Urbana, IL. 61801 > > Phone:(217)8196210, Email: [email protected] > > > > > _______________________________________________ > 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
