Hi,
I try to read with python a simple tetrahedron object dimensions, meaning edge lenghts, angle between two faces and face triangle angles.
So far I can get only a edge lenghts (see pic.)
How I can access to the angles datas?
Thank you
Hi,
I try to read with python a simple tetrahedron object dimensions, meaning edge lenghts, angle between two faces and face triangle angles.
So far I can get only a edge lenghts (see pic.)
How I can access to the angles datas?
Thank you
don’t see any Bmesh command to find angles!
but if you got 2 edges I think there is a Mathutil or geom module to calculate angle in between
or make your own math with vectors
apart of that you have to do you own math to find angles
happy bl