Hi,
I am running a script that does thousands of BREP intersections, obviously it is slow.
so i use rs.StatusbarMessage to give me feedback about the progress.
this works fine for the first 15 seconds. Then Rhino turns to "not responding" , no more progress feedback, it seems to be crashing.
After a minute or two however my script finishes successfully.
Is there a way to avoid this interface freeze?
Or alternatively is there an easy way to print the progress feedback to the standard windows command console instead? So that I can estimate how long it will take to finish.


Reply With Quote