Hi,Mike.
Sorry for reopening this topic,but I think you may help me.As we said before,
iterates through the I-S range values of Volume Rendering
takes a screenshot of the 3D window
No problem with the above two and I have created a python Script Module for that,however,every time I move the ROI and take a screenshot , the 3D window does not display the corresponding ROI area. Is there a way to dynamically display the ROI movement in real time?
By the way, I attached the source code of the module.https://github.com/ningmenghongcha/takeScreenshots
It really works!Thank you very very much,Mike.You saved my a lot of work!
It seems like this function calls a thread to process the events,so I can do other things in Slicer application.
I have a question as follows,
At first,if I don’t call this function,the Slicer application looks dead and no response in that case user can not interfere the event.But if I call this function to update in real time,in the meantime,I can rotate the image in 3D window so the screenshots are not correct at last.
Can I add a lock to prevent other changes made in 3D window, such as zoom-in or rotation when moving roi and taking screenshots?