RINGMesh  Version 5.0.0
A programming library for geological model meshes
RINGMesh Functionalities

Executables

Several small apps are provided with RINGMesh

  • ringmesh-surface-convert.exe File fomat converter for surface objects. Supported input format: Gocad triangulated surface (.ts file). Supported output format: .obj, .mesh, .meshb, .ply, .off, .stl, Geogram in/out handler ).
  • ringmesh-convert.exe File format converter for geological models. Supported "input formats" . Supported "output formats" .
  • ringmesh-view.exe Visualization of geological models.
  • ringmesh-stats.exe Load a GeoModel and print statistics in the command terminal.

To use the full possibilities of ringmesh-view and override an old graphic card driver, use the options gfx:GLUP_profile=GLUP150 gfx:GLSL_version=4.3 to specify the version supported by your graphic card.

Warning: The apps are built only if the compilation flag RINGMESH_WITH_UTILITIES is TRUE. The visualization tool is built only if the compilation flag RINGMESH_WITH_GRAPHICS is TRUE.

What the API can do

You can use RINGMesh as a library and access all functionalities on geological models in your code.