Python Forum
Extract info from 3d file - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Extract info from 3d file (/thread-22274.html)



Extract info from 3d file - DindonPiere - Nov-06-2019

Hello,

My questions are a little unusual:
I'm trying to find out how (from a 3d model of a propeller (stl or any other format that could work)) to know the inclination of the blade (angle between the horizontal and the blade) and the distance from the center at a given place.
And this for the whole length of the pale. I'm trying to have the most accurate data set possible.

Untill now, I don't find anyting that could work...

Is anyone able to help me with this ?

(Maybe, it's too hard to do...)

Have a good day.


RE: Extract info from 3d file - Larz60+ - Nov-06-2019

see: https://mathlab.github.io/BladeX/tutorial3generateblade.html