About 3,630 results
Open links in new tab
  1. trimesh 5.0.0rc1 documentation

    Trimesh is a pure Python 3.10+ library for loading and using triangular meshes with an emphasis on watertight surfaces. The goal of the library is to provide a full featured and well tested Trimesh object …

  2. GitHub - mikedh/trimesh: Python library for loading and using ...

    Trimesh is a pure Python 3.10+ library for loading and using triangular meshes with an emphasis on watertight surfaces. The goal of the library is to provide a full featured and well tested Trimesh object …

  3. trimesh · PyPI

    Jan 11, 2016 · Trimesh is a pure Python 3.8+ library for loading and using triangular meshes with an emphasis on watertight surfaces. The goal of the library is to provide a full featured and well tested …

  4. trimesh - trimesh 5.0.0rc1 documentation

    other (trimesh.Trimesh, or list of trimesh.Trimesh objects) – Meshes to calculate intersections with engine – Which backend to use, the default recommendation is: pip install manifold3d.

  5. trimesh/trimesh at main · mikedh/trimesh · GitHub

    Python library for loading and using triangular meshes. - trimesh/trimesh at main · mikedh/trimesh

  6. The TriMesh class - Stanford University

    4. File input and output The static member function TriMesh::ReadPly (const char *plyfile) reads the .ply file named by its argument. It returns a pointer to a TriMesh if it succeeds, else it returns NULL. Note …

  7. Trimesh Basics Explained in #12dModel | Creating, Editing ... - YouTube

    Jan 12, 2026 · In this Tech Forum session, Ben Crawford walks through the fundamentals of Trimesh in 12d Model, providing a clear and practical introduction for civil designers, surveyors, and engineers …

  8. Trimesh Object | mikedh/trimesh | DeepWiki

    Apr 30, 2025 · Trimesh Object Relevant source files The Trimesh class is the primary data structure for 3D triangular meshes in the trimesh library. It represents triangular meshes with an emphasis on …

  9. Mesh Analysis and Processing | mikedh/trimesh | DeepWiki

    Apr 30, 2025 · This page documents Trimesh's capabilities for analyzing and processing triangle meshes. The functionality covered includes topological analysis, geometric measurements, mesh …

  10. trimesh - Stanford University

    trimesh includes a C++ class representing a triangle mesh and various utility functions. It is known to compile under IRIX, Linux, and Win32 (only tested with the GNU toolchain), and should be relatively …