说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 弯头键
1)  gib head key
弯头键
2)  bend bond
弯键
3)  bend [英][bend]  [美][bɛnd]
弯头
1.
Design and Safety Evaluation of Bends in Funa Parallel Gas Pipelines;
佛纳复线输气管道的弯头设计和安全性评定
2.
Analysis of weld cracks on connecting pipe bends of reheater header for boilers type DG1025/18.2;
DG1025/18.2型锅炉再热器集箱连接管弯头焊缝裂纹原因分析
3.
About Technologic Allowance for Bend Wall Thickness Calculation;
弯头壁厚计算工艺附加量问题
4)  elbow [英]['elbəʊ]  [美]['ɛl'bo]
弯头
1.
Crack failure analysis of the elbow on the shell outlet of hydrogenation heat exchanger;
加氢换热器壳程出口弯头开裂失效分析
2.
Failure analysis on an elbow of convection pipe in superheated vapor boiler;
过热蒸汽炉对流管弯头失效分析
3.
Analysis on the plastic limit load of gas pipe elbows with pitting corrosion;
含缺陷埋地管道弯头极限载荷的有限元分析
5)  Elbows [英]['elbəu]  [美]['ɛlbo]
弯头
1.
So it is very important to know the effects of cracks on the collapse loads of elbows for integrity assessment of the piping system.
采用三维弹塑性有限元技术,对内压载荷作用下含纵向穿透裂纹弯头的塑性极限载荷进行了系统分析。
2.
This research intends to set up a functional relationship between the differential pressure signal between the inner and outer circle of the primary wind-speed elbows and the primary wind-speed through theoretical deduction.
通过理论推导 ,建立一次风管道弯头内外圈之间的差压信号与一次风速的函数关系 ,经试验研究证明 ,该函数关系完全正确而且不受弯头角度大小的影响。
3.
So it is very important to know the effect of cracks on the collapse loads of elbows for integrity assessment of the piping system.
研究含缺陷弯头的塑性承载能力在整个压力管道系统安全评定中占有重要地位。
6)  bend [英][bend]  [美][bɛnd]
弯曲弯头
补充资料:UG自定义右键弹出菜单和快捷键

UG的右键弹出菜单包含了一些我们常用的功能,比如Roate、Fit等,为了使用的更加方便,我们也可以自己打造!打开UG安装目录下的UGII下的menus文件夹,里面包含了一些*.men和*.tbr,我们以文本方式打开它,发现也不难理解。例如,我们想在右键弹出菜单里面的roate和pan之间加入如图示的view下的orient功能,首先我们打开ug_main.men,查找orient,会看到下面的内容:



BUTTON UG_VIEW_REFRESH
LABEL &Refresh
BITMAP refresh_window.bmp
ACCELERATOR F5
ACTIONS STANDARD



CASCADE_BUTTON UG_VIEW_EDIT
LABEL O&peration



BUTTON UG_VIEW_ORIENT
LABEL Ori&ent...
ACTIONS STANDARD



参考上面部分我们会看出快捷键的定义是*ACCELERATOR来指定的,我们把红色部分即BUTTON UG_VIEW_ORIENT的LABEL下面加入一行ACCELERATOR Ctrl+Alt+O(这里可以自行定义,但不要和别的重复),保存,这样我们就把快捷键定义好了,然后我们选中红色部分复制。接着打开ug_view_popup.men,它就是右键弹出菜单的定义文件。为了把它放在roate和pan之间,我们把刚才复制的部分粘贴在下面图示的位置:



TOGGLE_BUTTON UG_VIEW_POPUP_ROTATE
LABEL R&otate
BITMAP rotate.bmp
ACCELERATOR F7
ACTIONS STANDARD



BUTTON UG_VIEW_ORIENT
LABEL Ori&ent...
ACCELERATOR Ctrl+Alt+O
ACTIONS STANDARD



TOGGLE_BUTTON UG_VIEW_POPUP_PAN
LABEL &Pan
BITMAP pan.bmp
ACCELERATOR F9
ACTIONS STANDARD

说明:补充资料仅用于学习参考,请勿用于其它任何用途。
参考词条