About 210,000 results
Open links in new tab
  1. Usage — plyfile documentation - Read the Docs

    A plausible code pattern is to read a PLY file into a PlyData instance, perform some operations on it, possibly modifying data and metadata in place, and write the result to a new file. This …

  2. ply file format - Python plyfile vs pymesh - Stack Overflow

    Apr 28, 2016 · I need to read, manipulate and write PLY files in Python. PLY is a format for storing 3D objects. Through a simple search I've found two relevant libraries, PyMesh and plyfile.

  3. plyfile — plyfile documentation

    Welcome to the plyfile Python module, which provides a simple facility for reading and writing ASCII and binary PLY files. The PLY format is documented elsewhere. How do I initialize a list …

  4. plyfile - PyPI

    Aug 4, 2024 · Welcome to the plyfile Python module, which provides a simple facility for reading and writing ASCII and binary PLY files. Quick start. To install the latest official release: pip3 …

  5. Open .PLY file with Python (WITHOUT Open3D module)

    Dec 15, 2021 · I am dealing with .ply files in Python. As first instance I was using Open3D to open: import open3d as o3d filepath= "sample.ply" pcd_read = …

  6. python - Load and read ply files with Pymesh - Stack Overflow

    May 5, 2016 · I am trying to load/read a ply file using PyMesh and this line command: mesh = pymesh.load_mesh("model.obj") as it is in http://pymesh.readthedocs.io/en/latest/basic.html .

  7. ply-parser - PyPI

    Nov 14, 2023 · It includes a class PLYObject for storing PLY file data and a function parse_ply_file () for reading PLY files and creating PLYObject instances and can easily be …

  8. NumPy-based text/binary PLY file reader/writer for Python

    Welcome to the plyfile Python module, which provides a simple facility for reading and writing ASCII and binary PLY files. To install the latest official release: To install from source: pip3 …

  9. pyminiply - PyPI

    Mar 22, 2025 · pyminiply is a Python library for rapidly reading PLY files. It is a Python wrapper around the fast C++ PLY reading library provided by miniply. Thanks @vilya! The main …

  10. python-plyfile/plyfile.py at master · dranjan/python-plyfile - GitHub

    A `PlyData` instance is created in one of two ways: by the static method `PlyData.read` (to read a PLY file), or directly from `__init__` given a sequence of elements (which can then be written …

  11. Some results have been removed
Refresh