How to extract STL file data using Python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

26th Feb 2017, 9:34 AM
Aman Kumar
Aman Kumar - avatar
1 Answer
0
if u export to stl ASCII its easy to read it, but i dont know if there is any library for that
26th Feb 2017, 1:57 PM
Qoutroy Stensiö
Qoutroy Stensiö - avatar