Advanced State Management

From KitwarePublic
Jump to navigationJump to search

Introduction

This tutorial covers different types of state management.

Save State / Load State

ParaView state files are saved by selecting the menu option File → Save State. The pipeline, orientation of the data set, and all view windows are saved. Select File → Load State to open a saved ParaView state file.

Save Data

The Save Data feature is selected from the main menu: File → Save Data. This feature will save the data output from the selected source/filter. The data type is the same as that produced by the source/filter. For example, the data can be an unstructured grid, image data, etc…

Save Data can be used to create .csv files of your data. .csv files can be read into spreadsheets and other programs.
Save Data can be used to create .stl files. .stl files are often used for additive manufacturing, or animation programs. Run filters Extract Surface then Triangulate before Saving Data.


Traces

ParaView can now automatically save traces, or macros. This means that you can start recording a trace, do something, stop recording a trace, and save this trace into a file. You can then use this trace file as input to the pvbatch program, or as a macro within ParaView.

Example:

  • Start ParaView
  • Tools/ Python Shell/ Trace/ Start Trace.
  • Open disk_out_ref.exo, all variables on, Apply.
  • Clip, Z normal, unselect show plane, Apply.
  • Slice, unselect show plane, Apply.
  • Color by Temp.
  • In the Python Shell window, Stop Trace.
  • Save trace. Save as macro. Call it Super-disk.
  • Edit/ Delete All

Now, lets run the trace.

  • On the Macros toolbar, you will see Super-disk. Click it.



Acknowledgements

Sandia National Laboratories is a multi-mission laboratory managed and operated by National Technology and Engineering Solutions of Sandia, LLC., a wholly owned subsidiary of Honeywell International, Inc., for the U.S. Department of Energy’s National Nuclear Security Administration under contract DE-NA-0003525.