Skip to content
Snippets Groups Projects
Commit ee3f7c91 authored by Lars Bilke's avatar Lars Bilke
Browse files

[web] markdownlint VTK2TIN.

parent 2bb3b055
No related branches found
No related tags found
No related merge requests found
......@@ -5,16 +5,19 @@ author = "Julian Heinze"
+++
## 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 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
```bash
USAGE:
USAGE:
TIN2VTK -o <string> -i <string> [--] [--version] [-h]
Where:
Where:
-o <string>, --output-vtu-file <string>
(required) the name of the file the mesh will be written to
......@@ -31,8 +34,8 @@ Where:
Displays usage information and exits.
```
## Example:
## Example
```bash
VTK2TIN -i input.vtu -o output.tin
```
\ No newline at end of file
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment