Problem with fillet-factory in JS/Nodeeditor

 From:  Michael Gibson
7949.3 In reply to 7949.1 
So for a script to get worker process isolation for the filleting, instead of calling factory.calculate() you would instead need to call factory.update() to begin the asynchronous calculation, then call factory.getCreatedObjects() which will wait until the asynchronous update completes and gives you back the result, then call factory.commit().

- Michael