说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 渐开线齿轮花键
1)  involute cylindrical gear spline
渐开线齿轮花键
1.
It is typical in the modern cold forging to Cold-Extrude the involute cylindrical gear spline.
本文在研究挤压金属三维流动速度场的基础上,给出了一种开模冷挤压模面形状的设计方法;并对具体的渐开线齿轮花键挤压时的三维运动速度场进行了计算分析;通过上限法,得到了由优化参数构成的变形功率的解析表达式;最后以复合形法为优化工具,给出工艺参数的优化算法。
2)  Involute teeth spline
渐开线齿外花键
3)  involute spline rack
渐开线花键搓齿刀
1.
Spline rack is defined,cold rolling process for spline manufacture is introduced,the rule of design of involute spline rack is presented,and a manufacture process of the spline rack is given.
给出搓齿刀的定义,介绍花键冷搓工艺,并在实际制造搓齿刀具的基础上,总结出了渐开线花键搓齿刀的设计原则及制造工艺,分析影响搓齿花键精度的主要因素,介绍渐开线花键搓齿刀的精度指标,搓齿刀修磨。
4)  gear shaper cutters for internal involute spline
渐开线内花键插齿刀
5)  helical cylindrical involute spline
圆柱斜齿渐开线花键
6)  straight cylindrical involute spline
圆柱直齿渐开线花键
补充资料:齿轮轮齿渐开线、螺栓、弹簧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))  

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