fedoo.Mesh.save

Mesh.save(filename: str, binary: bool = True) None

Save the mesh object to file. This function use the save function of the pyvista UnstructuredGrid object

Parameters:
  • filename (str) – Filename of output file including the path. Writer type is inferred from the extension of the filename. If no extension is set, ‘vtk’ is assumed.

  • binary (bool, optional) – If True, write as binary. Otherwise, write as ASCII.