Converts a 2D surface mesh into a Shapefile such that each element is represented by a polygon. Cell attributes are transferred onto shape polygons while point attributes are ignored.
Mesh2Shape -i <input_file.vtu> -o <output_file.shp>
Where:
-i <input_file.vtu>, --input-file <input_file.vtu>
(required) OGS mesh file (*.vtu, *.msh)
-o <output_file.shp>, --output-file <output_file.shp>
(required) Esri Shapefile (*.shp)
Input data:
Command:
Mesh2Shape -i Mueglitz2D_Point2Cell.vtu -o Mueglitz2D_Point2Cell.shp
The utility allows to export meshes, and in particular simulation results, into existing GIS-projects and use the data as input for subsequent workflows.
This article was written by Karsten Rink. If you are missing something or you find an error please let us know.
Generated with Hugo 0.147.9
in CI job 582572
|
Last revision: April 11, 2025
Commit: [App/U/ME] Possibility to keep the material IDs from top surface in the subsurface mesh b0de66f5
| Edit this page on