MCPcopy Create free account
hub / github.com/PyMesh/PyMesh / save_mesh

Method save_mesh

tools/Geogram/GeogramMeshIO.cpp:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void GeogramMeshIO::save_mesh(const std::string& filename, GeoMeshPtr geo_mesh) {
21 const bool r = GEO::mesh_save(*geo_mesh, filename);
22 if (!r) {
23 throw IOError("Failed to save geogram mesh to " + filename);
24 }
25}
26
27#endif

Callers

nothing calls this directly

Calls 1

IOErrorClass · 0.85

Tested by

no test coverage detected