/ovm.io

OpenVolumeMesh ⇄ Geogram mesh conversion. WIP

Primary LanguageC++GNU Lesser General Public License v3.0LGPL-3.0

OpenVolumeMeshGeogram mesh conversion

The initial goal was to extract a piece of code from an archived repo whose submodules are obsolete.

The ultimate goal is to subclass MeshIOHandler in Geogram.

Limitations

Mesh attributes are not handled.

Tetrahedral meshes

↓Input \ Output→ .ovm .mesh/.meshb/.geogram
.ovm N/A
.mesh/.meshb/.geogram 🚧 WIP N/A

Hexahedral meshes

↓Input \ Output→ .ovm .mesh/.meshb/.geogram
.ovm N/A
.mesh/.meshb/.geogram N/A

Build

./configure
cd build/<platform>
make

Run

./ovm.io path/to/input/mesh path/to/output/mesh