\(\renewcommand\AA{\unicode{x212B}}\)

SaveVTK v1

../_images/SaveVTK-v1_dlg.png

SaveVTK dialog.

Table of Contents

Summary

Save a workspace out to a VTK file format for use with 3D visualisation tools such as Paraview.

Properties

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)

Description

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

Source

C++ header: SaveVTK.h

C++ source: SaveVTK.cpp