parq_blockmodel.mesh.ply.read_ply

Contents

parq_blockmodel.mesh.ply.read_ply#

parq_blockmodel.mesh.ply.read_ply(input_path)[source]#

Read a TriangleMesh from a PLY file.

Reconstructs the full mesh including vertex/face attributes and metadata.

Parameters:

input_path (str or Path) – Path to the input PLY file.

Returns:

The reconstructed mesh.

Return type:

TriangleMesh

Raises:

ValueError – If the PLY file is malformed or incompatible.