说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 渐开线圆柱齿轮
1)  involute cylindrical gear
渐开线圆柱齿轮
1.
Geometrical property of involute cylindrical gear transverse section;
渐开线圆柱齿轮横截面的几何性质
2.
Through enlarging the top fillet arcs radii and meanwhile reducing the addenda of the tools, an improvement on basic profiles of rack kind tools is proposed to improve the tooth bending strength of the external involute cylindrical gears.
为提高外啮合渐开线圆柱齿轮的齿根弯曲强度 ,针对齿条型刀具提出了减小刀具齿顶高并同时加大其齿顶过渡圆弧半径的改进方案。
3.
A neutral program for generating the geometric form of involute cylindrical gear and a data interface(compiler) are developed according to ISO13584.
依据ISO13584标准开发了渐开线圆柱齿轮的一个中性程序,同时开发了数据接口(编译器)。
2)  Involute Cylinder Gear
渐开线圆柱齿轮
1.
Measuring and Calculating the Involute Cylinder Gear Parameters;
渐开线圆柱齿轮参数的测量与计算
2.
Modeling of three-dimensional parameter for involute cylinder gear based on Pro/E;
基于Pro/E的渐开线圆柱齿轮三维参数化建模
3.
Firstly the paper analyzes the features of the involute cylinder gear,and provides a new matching algorithm.
将基于实例推理技术应用于齿轮设计,详细分析了渐开线圆柱齿轮各项特征参数的特点,提出了一种新的计算相似度的方法,并给出了渐开线圆柱齿轮设计特征描述和实例的表示,在此基础上完成了基于实例推理的齿轮设计原型系统的开发,并以一个设计实例对系统进行了验证。
3)  involutes gear
渐开线圆柱齿轮
1.
Finite Element Analysis of Involutes Gear Contact Stress on the Condition of Error Meshing;
啮合误差状态下渐开线圆柱齿轮接触应力有限元分析
4)  cylindrical involute gear
圆柱渐开线齿轮
1.
Processing methods of precision and ultra-precision cylindrical involute gear
精密、超精密圆柱渐开线齿轮的加工方法
5)  Involute helical gear
渐开线斜齿圆柱齿轮
1.
Finite element model and analysis of involute helical gear based on ANSYS;
基于ANSYS渐开线斜齿圆柱齿轮的有限元建模及分析
6)  Involute Spur Gear
渐开线直齿圆柱齿轮
补充资料:齿轮轮齿渐开线、螺栓、弹簧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))  

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