omf_io.surface.exporters.export_surface_to_ply_ascii

omf_io.surface.exporters.export_surface_to_ply_ascii(surface_data, output_file)[source]

Export a triangulated surface to an ASCII PLY file.

Todo

Implement the export_surface_to_ply_ascii function

Parameters:
  • surface_data – The data representing the surface.

  • output_file (Path) – The output PLY file path.