model flips around when cancelling operation
model flips around when cancelling operation
(OP)
Often I have a complex model, and I will be zoomed up doing an operation, and then decide to cancel it. Then, Pro-E zooms the model out, and flips it to some unknown orientation. It takes time to get it back to my original orientation. Is there any way to stop the zooming out and flipping when I cancel an operation?





RE: model flips around when cancelling operation
Alternatively, save your view while you are working, so if Pro/E does "flip out" on you (lol) you can just jump back to that view...
RE: model flips around when cancelling operation
mapkey pv @MAPKEY_LABELPrevious View;~ `View`;\
mapkey(continued) ~ Activate `main_dlg_cur` `View.OrientationCascadeBtn`;\
mapkey(continued) ~ Activate `main_dlg_cur` `psh_view_prev`;
<tg>
RE: model flips around when cancelling operation
RE: model flips around when cancelling operation
Search back through this forum for some detailed discussions of mapkeys.
Best of luck
RE: model flips around when cancelling operation
I made the mapkey per your direction, and it works! Thanks!