I want to convert .stl files to .png for preview purpose, using Python. Also, how can I get .stl file's dimensions, like volume and height and width?
To view the .stl files I use Three.js, but I am still not able to properly view the object, I want something which happens over here in Astropint.com once we upload the file they directly show a .png file and that too in a proper manner. I saw this for using .stl files with python: python-stl but was unable to get anything from it. I am unable to get the dimensions of the .stl files like they do it over here : View Stl online. Is there any Python based tool that I can use to do the same?