omf_io.surface.exporters.export_surface_to_obj

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

Export a triangulated surface to an OBJ file.

Todo

Implement the export_surface_to_obj function

Parameters:
  • surface_data – The data representing the surface.

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