|
Mesh_analyzer
|
A simple demo to load a mesh from an OBJ file, analyze it, and print out basic statistics about the mesh quality. It also exports the mesh to VTK format for visualization in tools like ParaView. More...
#include <iostream>#include "geometry/mesh.h"#include "visualization/exportToVTK.h"#include "mesh_generation/triangulation.h"Functions | |
| int | main () |
A simple demo to load a mesh from an OBJ file, analyze it, and print out basic statistics about the mesh quality. It also exports the mesh to VTK format for visualization in tools like ParaView.