说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 空间渐开线柱齿环球面齿轮
1)  space involute post-tooth ring-sphere gear
空间渐开线柱齿环球面齿轮
1.
A new transmission mechanism for space track(space involute post-tooth ring-sphere gear mechanism) is developed,the parameter equation of the profile and the minimum turn radius formula in the horizontal direction are calculated out.
介绍了一种新研制出的能够实现空间运动轨迹的传动机构———空间渐开线柱齿环球面齿轮机构,推导了此种齿轮齿廓的参数方程和此种传动机构在楼梯轨道水平方向上运动的最小转弯半径计算公式。
2)  the involute ring tooth spherical gear
渐开线环形齿球齿轮
1.
Then,the characteristics of the working flanks of the involute ring tooth spherical gear are analyzed and the equations to calculate the master curvature radius are derived.
为研究渐开线环形齿球齿轮传动过程中齿轮副间的接触力,基于Hertz弹性接触理论定义了齿面接触点的刚度系数;利用微分几何相关知识,分析了球齿轮的齿面特征,得到了实时啮合点主曲率半径计算公式;研究了重合度系数对啮合刚度的影响,结合球齿轮机构传动特点,推导出任意位置反向啮合点位置计算公式;最后通过一个实例说明球齿轮机构接触点刚度系数具有典型的时变特征。
3)  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.
将基于实例推理技术应用于齿轮设计,详细分析了渐开线圆柱齿轮各项特征参数的特点,提出了一种新的计算相似度的方法,并给出了渐开线圆柱齿轮设计特征描述和实例的表示,在此基础上完成了基于实例推理的齿轮设计原型系统的开发,并以一个设计实例对系统进行了验证。
4)  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标准开发了渐开线圆柱齿轮的一个中性程序,同时开发了数据接口(编译器)。
5)  involutes gear
渐开线圆柱齿轮
1.
Finite Element Analysis of Involutes Gear Contact Stress on the Condition of Error Meshing;
啮合误差状态下渐开线圆柱齿轮接触应力有限元分析
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))  

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