Hello everyone,
How can I select a point in Paraview knowing its ID and export a CSV file containing the time histories of the variables associated with it?
Hello everyone,
How can I select a point in Paraview knowing its ID and export a CSV file containing the time histories of the variables associated with it?
Edit → FindData should do the trick ![]()
Also, after Edit → Find Data...
you can run the Plot Selection Over Time filter.
That will generate a plot over time. From that you can File → Save Data...
and write out the time series as a csv file.
Thank you Mathieu!
Thank you kenneth!