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
624 stars 105 forks source link

Get each layer of STL file #117

Closed neramas1221 closed 4 years ago

neramas1221 commented 4 years ago

I want to get each layer of an stl file individually in to an array, how would I go about doing this?

wolph commented 4 years ago

I think you're looking for a slicer, that's something entirely different from this package. You could easily a list of points that fit within some dimensions though