About 4,840,000 results
Open links in new tab
  1. numpy-stl · PyPI

    Nov 25, 2024 · Library to make reading, writing and modifying both binary and ascii STL files easy.

  2. numpy-stlNumpy stl 2.16.3 documentation

    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. GitHub - thearn/stl_tools: Python code to produce STL geometry …

    Python code to generate STL geometry files from plain text, LaTeX code, and 2D numpy arrays (matrices). This allows for rapid 3D printing of text, rendered equations, or simple digital images.

  4. Python STLPython STL dev documentation

    stl is a Python library for reading and writing 3D geometry data written in both the binary and ASCII variants of the STL (“STereo Lithography”) format. STL is commonly used in preparing …

  5. stl-reader · PyPI

    Jun 4, 2025 · The main advantage of stl-reader over other STL reading libraries is its performance. It is particularly well-suited for large files, mainly due to its efficient use of …

  6. stl is a Python library for reading and writing 3D geometry data written in both the binary and ASCII variants of the STL (“STereo Lithography”) format. STL is commonly used in preparing …

  7. Converting Python NumPy Arrays to STL Files: A Step-by-Step …

    Feb 20, 2024 · Problem Formulation: This article addresses how to convert a Python NumPy array, which often represents 3D data, into an STL (Stereolithography) file format, commonly …

  8. stl.stl — Numpy stl 2.16.3 documentation - Read the Docs

    [docs] def save(self, filename, fh=None, mode=AUTOMATIC, update_normals=True): '''Save the STL to a (binary) file If mode is :py:data:`AUTOMATIC` an :py:data:`ASCII` file will be written if …

  9. GitHub - wolph/numpy-stl: Simple library to make working with 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 libraries for Python …

  10. How to Read and Use STL Files with Python - modelo.io

    Jan 7, 2024 · Learn how to use Python to read and process STL files for 3D modeling and printing.