fedoo.DataSet.savez

DataSet.savez(filename: str, save_mesh: bool = False) None

Write a npz file using the numpy savez function.

Parameters:
  • filename (str) – Name of the file including the path.

  • save_mesh (bool (default = False)) – If True, the mesh is also saved in a vtk file using the same filename with a ‘.vtk’ extention.