import vtk

import vtk

import vtk reads a dataset from any of the following 9 VTK file formats. Please note that VTK’s file formats do not include coordinate units information, not analyte units. There is a parameter which allows you to specify coordinate units (meters are the default).

  • vtk: legacy format
  • vtr: Rectilinear grids
  • vtp: Polygons (surfaces)
  • vts: Structured grids
  • vtu: Unstructured grids
  • pvtp: Partitioned Polygons (surfaces)
  • pvtr: Partitioned Rectilinear grids
  • pvts: Partitioned Structured grids
  • pvtu: Partitioned Unstructured grids

Module Output Ports

  • Output [Field] Outputs the saved field.
  • Output Object [Renderable]: Outputs to the viewer.