TOOLS

VTK2TIN

Description

This tool converts VTK unstructured grids (*.vtu) into TIN-format usable in geographic information systems (GIS). The TIN-format stores triangular irregular networks which can be considered a subclass of triangulated 2D meshes. The VTU-format can store a large variety of unstructured mesh types, but only 2D triangle meshes can be converted using this tool.

Usage

USAGE:
   TIN2VTK  -o <string> -i <string> [--] [--version] [-h]


Where:
   -o <string>,  --output-vtu-file <string>
     (required)  the name of the file the mesh will be written to

   -i <string>,  --input-tin-file <string>
     (required)  the name of the file containing the input TIN

   --,  --ignore_rest
     Ignores the rest of the labeled arguments following this flag.

   --version
     Displays version information and exits.

   -h,  --help
     Displays usage information and exits.

Example

VTK2TIN -i input.vtu -o output.tin

This article was written by Julian Heinze. If you are missing something or you find an error please reach out to us on our forum.
Generated with Hugo 0.164.0 in CI job 825193 | Last revision: April 20, 2026
Commit: refactor(MeshLib): remove PropertyVector::push_back 870422dde  | Edit this page on