Skip to content

Instantly share code, notes, and snippets.

@agirault
Created January 19, 2018 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agirault/7f22a1f1c47eef095ff59c64a0a41a22 to your computer and use it in GitHub Desktop.
Save agirault/7f22a1f1c47eef095ff59c64a0a41a22 to your computer and use it in GitHub Desktop.
vegToVtu
// in iMSTK
auto vegaMesh = MeshIO::read("/Users/agirault/Downloads/mandible.veg");
auto writeStatus = MeshIO::write(vegaMesh, "/Users/agirault/Downloads/mandible.vtu");
std::cout << writeStatus << std::endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment