\(\renewcommand\AA{\unicode{x212B}}\)
Table of Contents
Save a workspace out to a VTK file format for use with 3D visualisation tools such as Paraview.
| Name | Direction | Type | Default | Description | 
|---|---|---|---|---|
| InputWorkspace | Input | MatrixWorkspace | Mandatory | The workspace name to use as input | 
| Filename | Input | string | Mandatory | The name to use when writing the file | 
| Xminimum | Input | number | 0 | No bin that contains x values lower than this will be saved (default 0) | 
| Xmaximum | Input | number | 0 | No bin that contains x values higher than this will saved (default 0 signifies the highest x value) | 
Saves a workspace out to a VTK file that can be loaded with Paraview or any other software supporting the VTK file format. This is a very basic algorithm that simple creates a 3D view of the data as a series of histograms. It should only be used for relatively small data sets as the resulting file can become quite large relatively quickly.
Categories: AlgorithmIndex | DataHandling\XML
C++ header: SaveVTK.h (last modified: 2021-03-31)
C++ source: SaveVTK.cpp (last modified: 2021-03-31)