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
|