About 1,380,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. 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 …

  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 libraries for Python available.

  3. 3D modeling with Python - Medium

    Mar 7, 2022 · To create an STL file, let’s describe the face, that can be done manually, or provide this operation of the spatial.ConvexHull function from the scipy library. Example:...

  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 solid figures for 3D printing and other kinds of automatic manufacturing, and is a popular export format for 3D CAD applications.

  5. Welcome to numpy-stl’s documentation! — Numpy stl 2.16.3 …

    numpy-stl. Links; Requirements for installing: Installation: Initial usage: Contributing: Quickstart; Plotting using matplotlib is equally easy: Modifying Mesh objects; Extending Mesh objects; …

  6. 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 used for 3D printing and computer-aided design.

  7. 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 solid figures for 3D printing and other kinds of automatic manufacturing, and is a popular export format for 3D CAD applications.

  8. Python code for working with .STL (sterolithography) files.

    Python code for working with .STL (sterolithography) files. Often, STL files are exported from modelling software in awkward locations or with strange bounding boxes. It can be useful to move them around and rotate them without having to open with modelling software again.

  9. Reading/writing 3D STL files with numpy-stl - Wolph

    Jan 28, 2015 · As a followup of my earlier article about reading and writing STL files with Numpy, I’ve created a library that can be used easily to read, modify and write STL files in both binary and ascii format. The library automatically detects whether your file is in ascii or binary STL format and is very fast due to all operations being done by numpy.

  10. stl package — Numpy stl 2.16.3 documentation - Read the Docs

    Bases: python_utils.logger.Logged, collections.abc.Mapping Mesh object with easy access to the vectors through v0, v1 and v2. The normals, areas, min, max and units are calculated automatically.

  11. Some results have been removed
Refresh