Simple library to make working with STL files (and 3D objects in general) fast and easy.
Questions tagged [numpy-stl]
35 questions
0
votes
1 answer
Install Numpy-stl on WIN10
I am trying to use the package "numpy-stl" and as you see i am a beginner in programming.
I don't know how to install this package. I tried it with pip but I don't know even understand how to do that.
I am using Python with Anaconda and PyCharm as…

Marcel H.
- 85
- 6
0
votes
1 answer
matplotlib shows only partial mesh from stl file
So I have this cute little model of a jeep stored in my stl file:
To display its 3D mesh in my jupyter notebook, I used the following code segment:
from stl import mesh
from mpl_toolkits import mplot3d
from matplotlib import pyplot
tgtMesh =…

umop apisdn
- 653
- 9
- 20
0
votes
1 answer
numpy-stl edges not visible
I'm plotting STL files using numpy-stl (2.4.1) line by line according to the doc on https://github.com/WoLpH/numpy-stl
My problem is, that the edges of the triangles are not visible. Hence, I cannot see inner parts from e.g. components with blind…

vincentVega
- 49
- 1
- 6
-2
votes
1 answer
Selection of Face of a STL by Face Normal value Threshold
I want to write a script in Python which can generate facegroups in a STL as per the Face Normal value condition. For example, Provided is the snap of Stl, Different colour signifies the face group containing the triangular faces satisfying my given…

Swagatam Sengupta
- 47
- 2
- 11
-3
votes
1 answer
How to analyze several CAD files with python
I have several cad files that I want to analyze. I want to analyze several cad files (step file,stl file), like a plate with several holes inside of it.
I want to extract all the dimensions of these files (height,width of the plate and radius of the…

Rasit Er
- 19
- 2