omf_io.surface.importers.import_surface_from_obj

omf_io.surface.importers.import_surface_from_obj(input_file)[source]

Import a triangulated surface from an OBJ file.

Todo

Implement the import_surface_from_obj function

Parameters:

input_file (Path) – The input OBJ file path.

Returns:

A dictionary with ‘vertices’ and ‘faces’.

Return type:

dict