stl2ascii
modifying STL files
Install
- All systems
-
curl cmd.cat/stl2ascii.sh
- Debian
-
apt-get install numpy-stl
- Ubuntu
-
apt-get install numpy-stl
- Kali Linux
-
apt-get install numpy-stl
- Fedora
-
dnf install python3-numpy-stl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install numpy-stl
- Dockerfile
- dockerfile.run/stl2ascii
python3-numpy-stl
modifying STL files
numpy-stl
stl file and 3d object handling (tools)
Numpy-STL is a library for working with STL files (and 3D objects in general) in the Python language. Due to all operations heavily relying on Numpy this is one of the fastest STL editing libraries for Python available. This package contains tools to convert between the ascii and binary stl file format versions, using Numpy-STL.