http://www.ugsnx.com/forum.php?mod=viewthread&tid=314872&page=1
ミ本人0.0已疯〆 发表于 2018-2-6 19:45
但是还是没有这个的快捷键设置啊
有的,我已经设置成功了
谢谢 @哆啦西门吹
网上有,要改相应的TXT文本文档才行!
哆啦西门吹 发表于 2018-3-29 00:10
不会吧……。还没设置出来啊……
我10到12.0每个版本都成功设置了
汗。我6.0都可以
给你点小提示吧,右键不放
需要在UG安装文件下找到菜单栏通过文本形式打开后修改:方法1:直接给【设置旋转点】增加快捷键,例如:ctrl+q、F9,之类但是不能设置成单个字母
UGII\menus 目录里ug_view_popup.men时存放右键菜单配置信息的文件。
在里面找
BUTTON UG_VIEW_POPUP_SET_ROTATE_POINT项
添加一条ACCELERATOR Ctrl+Q
修改后信息“
BUTTON UG_VIEW_POPUP_SET_ROTATE_POINT
LABEL &Set Rotate Point
MESSAGE Sets a view rotation point for the view where the point is defined, to perform all subsequent view rotations about this point.
BITMAP rotate_about_point.bmp
POPUP_LABEL &Set Rotate Point
POPUP_MESSAGE Sets a view rotation point for the view where the point is defined, to perform all subsequent view rotations about this point.
ACCELERATOR Ctrl+Q
ACTIONS STANDARD
如果不清楚+QQ362865748
打开D:\Program Files\UGS\NX8.0\UGII\menus\ug_view_popup.men文件 查找“MENUUG_VIEW_POPUP_RENDERING_STYLE”
在下面添加一段如下代码
BUTTON UG_VIEW_POPUP_SET_ROTATE_POINT
LABEL&Set Rotate Point
TOOLBAR_LABEL Set Rotate Point
MESSAGE Renders faces (in the view where the cursor is positioned) with smooth shading and lighting (face edges not displayed).
BITMAP rotate_about_point.bmp
POPUP_LABEL &Set Rotate Point
POPUP_MESSAGE Renders faces (in the view where the cursor is positioned) with smooth shading and lighting (face edges not displayed).
POPUP_LOCATION 4
ACTIONS STANDARD
上面的代码只适合UG NX8.0使用
UG NX7.5的请使用以下代码
BUTTON UG_VIEW_POPUP_SET_ROTATE_POINT
LABEL &Set Rotate Point
MESSAGE Renders faces (in the view where the cursor is positioned
可以创建宏命令之后再创建快捷键
可通过录制宏之后再创建快捷键