How to extract STL file data using Python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
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