wolph / numpy-stl

Simple library to make working with STL files (and 3D objects in general) fast and easy.
http://numpy-stl.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
605 stars 103 forks source link

Add 3mf #183

Closed boxlady closed 1 year ago

boxlady commented 2 years ago

Would it be possible to add 3fm, as file format?

wolph commented 2 years ago

I've taken a look at it and it wouldn't be impossible to add, but quite a bit of work.

Are you looking for simply reading/modifying the files, or saving/generating them based on stl files?

boxlady commented 2 years ago

Reading them in is what we would use it for.. reading the size, ml, etc

wolph commented 1 year ago

It took a while, but I've added support for reading 3mf files now :)