Hi
Due my hobby flight sim project, I found a use for the tool with what I can measure, calculate / estimate the plane stability characteres from plane drawings.
I just like to get to same ballpark, not exact real life figures. Close enough is enough.
Screen shot (240k)
http://www.mediafire.com/imageview.php?quickkey=njzrt4kmke0&thumb=5User can design own plane or 'read' the dimension from actual drawing (backround picture).
User adjust the wing and stabilizator vertex positions and run the script.
More about plane stability blaa blaa and two online calculators:
http://adamone.rchomepage.com/index5.htmhttp://www.geistware.com/rcmodeling/cg_super_calc.htmSample .blend+script with packed FW190A8 picture (366k)
http://www.mediafire.com/?qykvnmgywmuThis requires a Blender 3D 2.48a installation
http://www.blender.org/download/get-blender/This is a beta version
ReadMe
#
#Visual Aircraft Center of Gravity Calculator (0.1b) by Xjazz
#
#This script calculate t the plane Neutral Point (NP) location from to the wing & stabilizator dimensions.
#
#This is tested with Aircraft_Center of Gravity Calculator by Dean A. Scott
#http://www.geistware.com/rcmodeling/cg_super_calc.htm
#--------------------------------------------------------------------------
#
#Usage
#Adjust in EDIT MODE the wing & stabilizator size, aspect ratio and also distance to each another.
# Get back to the OBJECT MODE and run the script.
#--------------------------------------------------------------------------
#
#Markers:
#Black cross - MAC position
#White square - AC position
#Blue Square - NP position
#
#The tail-arm, Vbar, and NP % MAC values can find from console.
#
#Things to do
#- On screen texts for the figures... somehow.
#- UI for few values
Probably there are ready solutions already for this.