Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! 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