omf_io.surface.exporters.export_surface_to_ply_binary

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

Export a triangulated surface to a binary PLY file.

Todo

Implement the export_surface_to_ply_binary function

Parameters:
  • surface_data – The data representing the surface.

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