说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 加固螺栓
1)  strengthening bolt
加固螺栓
2)  bolting steel band reinforce
螺栓固定钢板带加固
1.
One group was made as the comparison group, and the remaining four groups were reinforced by different schemes, including a group of bonded steel reinforcement and three groups of bolting steel band reinforcement.
在加固设计与施工过程中,矿方要求设备不停止生产,车间内震动设备产生较大荷载,施工工期安排紧等许多限制条件,经过多次对现场情况的深入考察,又对加固方案进行反复验算与比较,决定采用一种新的加固方法,螺栓固定钢板带加固法来加固设备基础。
3)  Fastening bolt
紧固螺栓
1.
Fastening bolts at valve on gas tower was cracked after used 6 months.
储气塔运行半年即发生了阀门紧固螺栓的断裂事故。
2.
This article makes clear analyses on the damage occurred frequently on the fastening bolt.
文章从隔爆外壳紧固螺栓容易损坏的两个方面进行了分析 ,并就紧固螺栓的设计从螺栓强度、铸铝外壳螺纹牙强度、螺栓的预紧力矩的计算、螺栓的防松及精度等方面进行了设计举例 ,供从事防爆电气行业的有关人员参考和借
3.
The fastening bolts of steam turbine cylinder case were in fatigue-creep interaction.
调峰机组频繁调整负荷,汽轮机汽缸紧固螺栓处于疲劳-蠕变交互作用,对紧固螺栓多轴应力下疲劳-蠕变损伤的研究对调峰机组安全运行和维修具有重要意义。
4)  screw-retained restoration
螺栓固位
1.
Comparison of clinical effect between cemented and screw-retained restorations for implant-borne superstructures in anterior teeth;
粘接固位与螺栓固位上部结构种植义齿修复前牙缺失临床疗效对照研究
5)  binding bolt
固紧螺栓
6)  bolt tightening
螺栓固紧
补充资料:齿轮轮齿渐开线、螺栓、弹簧autolsp源程序
 

一、齿轮轮齿渐开渐开线


(defun c:gear(/)
(
 setq
p0 (getpoint"输入齿轮中心p0: ")
m  (getreal"输入齿轮模数M: ")
z  (getint"输入齿轮齿数Z: ")
ha 1
c 0.25
a (/ pi 9)
ra(/ (* (+ z (+ ha ha)) m) 2)
rf(/ (* (- z (+ (+ ha ha) c)) m) 2)
r(/ ( * m z) 2)
rb ( * r (cos a))
ri rb
ang 0
g (polar p0 ang rb)
)
(command "circle" p0 ra)
(command "circle" p0 rf)
(command "circle" p0 r)
(command "line"  g)
 
(while (< ri ra)
(setq
ang ( + ang(/ pi 360))
ri ( / rb (cos ang))
cta ( - (/ (sin ang) (cos ang)) ang)
g(polar p0 cta ri)
)


(command g)
)
(command )
)



二、螺旋源程序


(defun errMsg (s)
  (if (/= s "function cancelled") (princ (strcat "\nError: " s)))
     ; 当命令执行时出现错误
  (setvar "cmdecho" ocmdold)                                      ; 例如用户按下了CTRL + C
  (setvar "osmode" osmold)
  (setq *error* olderr)   ; 恢复旧的错误处理
  (princ)
)


(defun c:3Dthread (/ radouter threadpitch threadlength threadangle
                   ptStart innerdiafactor radmid radinner ocmdold osmold 4H 5H 6H h6 g6)
   ;-------------------------------------------------------------------
   ; 获取公制外径大小、螺距总长
   ; 然后计算一系列几何点
   ; 并且关闭对象捕捉、命令回显
   ;-------------------------------------------------------------------
   (setq 4H (list 0.0015 0.002 0.002 0.0025 0.003 0.0035 0.004 0.005 0.006 0.007 0.008 0.009 0.010))  
   (setq 5H (list 0.002 0.0025 0.003 0.004 0.0045 0.0055 0.0065 0.0075 0.009 0.010 0.0115 0.0125 0.0135))  
   (setq 6H (list 0.003 0.004 0.0045 0.0055 0.0065 0.008 0.0095 0.011 0.0125 0.0145 0.016 0.018 0.020))  

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