For issues and/or questions, create an issue on Github: WoLpH/numpy-stl issues 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 […]
Tag Archives: binary
Reading and writing binary STL files with Numpy
I’ve since written a library to replace this script and add more functionality such as reading/writing both binary and ascii STL files. See the blog post here After seeing Sukhbinder’s implementation of reading STL files with Numpy I thought it would be a nice thing to have a simple STL class to both read and […]
Recent Comments