星空思行2 发表于 2018-3-29 13:25:04

http://www.ugsnx.com/forum.php?mod=viewthread&tid=314872&page=1

@如果当时 发表于 2018-6-28 19:42:00

ミ本人0.0已疯〆 发表于 2018-2-6 19:45
但是还是没有这个的快捷键设置啊

有的,我已经设置成功了

UGAM 发表于 2018-6-29 17:27:27

谢谢 @哆啦西门吹

斯嘉蒂的眼泪 发表于 2018-7-2 10:37:23

网上有,要改相应的TXT文本文档才行!

proud 发表于 2018-8-3 20:10:13

哆啦西门吹 发表于 2018-3-29 00:10
不会吧……。还没设置出来啊……
我10到12.0每个版本都成功设置了

汗。我6.0都可以

proud 发表于 2018-8-3 20:10:54

给你点小提示吧,右键不放

303453084 发表于 2018-8-6 16:22:57

需要在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

赐客 发表于 2019-3-17 03:46:54

bobeccz 发表于 2019-10-16 10:57:41

可以创建宏命令之后再创建快捷键

bobeccz 发表于 2019-10-16 10:58:40

可通过录制宏之后再创建快捷键
页: 1 [2] 3
查看完整版本: 求教UG如何设置旋转点快捷键