mymesh.mesh.mesh.write#

mesh.write(filename, binary=True)[source]#

Write mesh to file. Utilizes meshio to access a variety of filetypes.

Parameters:
  • filename (str) – Name of file with appropriate extension

  • binary (bool, optional) – If True, will write the a binary file (if applicable) rather than an ASCII version of the file, by default True.