omf_io.pointset.importers.import_from_ply

omf_io.pointset.importers.import_from_ply(input_file)[source]

Import points from a PLY file (ASCII or binary).

Parameters:

input_file (Path) – The input PLY file path.

Returns:

A DataFrame with a MultiIndex (x, y, z).

Return type:

pd.DataFrame