NACA Airfoil script

 From:  Michael Gibson
7265.19 In reply to 7265.17 
Hi Hamish,

> I found the .update() .getCreatedObjects() approach you suggested 'sort of works', but leaves
> 'orphaned display objects'; see my note at the end of the first code block below.

You could try putting in a call to factory.cancel(); to have the factory remove the created objects.

But it sounds like you already have a solution!

- Michael