Hi everyone!
I’m trying to export (or take screenshots of) a series of mode-shape results using Tcl commands in HyperView. Currently I use the following commands, but they require me to manually change the mode order for each capture. Is there a way to loop through mode shapes and automatically change the mode order so that I can capture all mode shapes in one run?
hwi GetSessionHandle sess;
sess CaptureScreenToSize jpeg "E:\\MyHiResPicture.jpg" 3200 2400 100;
Thanks in advance!