Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
How to rotate 3D part (for example 15 deg) with arrow keys?
Hi,
you can create mapkey to rotate model 15 deg using Reorient dialog box (Dynamic Reorient). Unfortunatelly you cannot assign it to arrow key (I guess that).
mapkey uu ~ Select `main_dlg_cur` \
mapkey(continued) `igToolbar_AncestorIGT_IGT_GRP_inh396938342.proe_win:casc340798662`;\
mapkey(continued) ~ Close `main_dlg_cur` \
mapkey(continued) `igToolbar_AncestorIGT_IGT_GRP_inh396938342.proe_win:casc340798662`;\
mapkey(continued) ~ Command `ProCmdViewOrient` ;~ Open `orient` `SetupOptions`;\
mapkey(continued) ~ Close `orient` `SetupOptions`;\
mapkey(continued) ~ Select `orient` `SetupOptions` 1 `dynorient`;\
mapkey(continued) ~ Update `orient` `spinPH.YSpinBox` 15.000000;\
mapkey(continued) ~ Activate `orient` `spinPH.YSpinBox` 15.000000;~ Activate `orient` `OkPB`;
MH