NACA Airfoil script

 From:  Hamish Mead (HAIRYKIWI)
7265.14 In reply to 7265.13 
Thanks Max!

Conceptually that's really helpful, but now the .update() method returns nothing usable. so I tried:

var objectlist = FactoryAirfoil.calculate().getCurves(); // should return an objectlist of curve items within the objectlist returned by the .calculate???
for (var i=0; i<objectlist.length; i++) objectstojoin.addObject(objectlist.item(i));

Now no error is thrown - but also there is no output - but I'm in a rush.

Will have time to look into it later today.

Cheers,
Hamish

EDITED: 23 Feb 2015 by HAIRYKIWI