0
How to extract STL file data using Python?
I've a STL file, I have to extract all the triangles along with their coordinates and then finally have to find out the normals using the three coordinates(vertices) of the triangle. I don't know how to proceed.
1 ответ
0
if u export to stl ASCII its easy to read it, but i dont know if there is any library for that