About 280,000 results
Open links in new tab
  1. python - How to extract vertices and faces from a STL file - Stack Overflow

    Feb 8, 2024 · You can use numpy with stl to create a function to return the vertices and faces. First run pip install numpy-stl then use the following code. # Load the STL file. mesh_data = …

  2. numpy-stlNumpy stl 2.16.3 documentation - Read the Docs

    numpy-stl¶ Simple library to make working with STL files (and 3D objects in general) fast and easy. Due to all operations heavily relying on numpy this is one of the fastest STL editing …

  3. Parsing STL File using Numpy-STL and Halfedge Data Structure in Python

    Feb 6, 2023 · If you want to use a half-edge data structure to parse an STL file, you would have to implement it yourself. Here's a basic example of how you could use numpy-stl to extract the …

  4. PyMesh — Geometry Processing Library for Python — PyMesh …

    Read/write 2D and 3D mesh in .obj, .off, .ply, .stl, .mesh , .msh and .node/.face/.ele formats. Support load and save per vertex/face/voxel scalar and vector fields. Local mesh processing …

  5. csdt-stl-tools · PyPI

    Dec 20, 2020 · Python code to generate STL geometry files from plain text, LaTeX code, and 2D numpy arrays (matrices). (Based on thearn/csdt_stl_tools) This allows for rapid 3D printing of …

  6. Finding Vertices, Edges, Faces, and Tris using Python

    Mar 8, 2018 · Use string methods to grep out the triangles. Tris:12. Using Bmesh. The bmesh operator bmesh.ops.triangulate() can be called to, generate and then count the number of …

    Missing:

    • STL

    Must include:

  7. unichronic/3D-Feature-Extractor - GitHub

    A desktop application for loading 3D models, extracting features using machine learning, and visualizing these features. The application provides advanced 3D model visualization with …

  8. How do you extract vertices from a numpy-stl mesh?

    Aug 7, 2019 · I am trying to use numpy-stl to extract the vertices from an stl model to use for coherent point drift registration. How do you go about extracting the vertices? I understand …

  9. How to extract vertices and faces from a STL file

    Sep 3, 2024 · This article will guide you through the process of extracting vertices and faces from an STL file using Python. This technique is crucial for applications like 3D rendering and …

  10. Extract Edges — PyVista documentation - GitHub Pages

    We can leverage the pyvista.PolyData.n_open_edges property and pyvista.DataSetFilters.extract_feature_edges() filter to count and extract the open edges on a …

    Missing:

    • STL

    Must include:

  11. Some results have been removed