Progress bars?

 From:  Michael Gibson
1017.2 In reply to 1017.1 
Hi Al, for many time consuming operations like booleans, it is pretty hard to figure out how long it will take before actually doing it...

But for the case of reading an IGES file, I think that one should be feasible to do % complete progress based on the number of entities that have been read in.

I've added that to my list of stuff to work on for a future version.

- Michael