magnet.io.save_graph#

magnet.io.save_graph(mesh: Mesh, output_path: str) None#

Save mesh graph data to file.

Parameters:
  • mesh (Mesh) – Mesh graph to be saved.

  • output_path (str) – File path where the mesh will be saved.

Return type:

None