omf_io.surface.importers.import_surface_from_ply_binary
- omf_io.surface.importers.import_surface_from_ply_binary(input_file)[source]
Import a triangulated surface from a binary PLY file.
Todo
Implement the import_surface_from_ply_binary function
- Parameters:
input_file (Path) – The input PLY file path.
- Returns:
A dictionary with ‘vertices’ and ‘faces’.
- Return type:
dict