说明:双击或选中下面任意单词,将显示该词的音标、读音、翻译等;选中中文或多个词,将显示翻译。
您的位置:首页 -> 词典 -> 复合轮齿齿轮副
1)  complex wheel teeth gear set
复合轮齿齿轮副
1.
This article has described the method of forced rubbing with high precision simultaneous gears to undergo the finish machining for the complex wheel teeth gear set.
介绍一种采用高精度同步齿轮进行强制研磨对复合轮齿齿轮副进行精整加工的方法。
2)  compound gear
复合齿轮
1.
A new type of inviolate-cydoid compound gear of chainless tractionmechanism is introduced as a result of performance analysis of two kinds of cornxnongear-pin rains.
通过对常用的两种齿轮一销轨式无链牵引机构性能分析,提出了渐开线—摆线复合齿轮这一新的无技牵引机构。
2.
And put forward a new type high torque hydraulic motor-compound gear motor, which has important application perspectives and practical value as one of high torque hydraulic motor.
综述了大扭矩液压马达的基本概念、性能指标、分类以及国内外发展状况,提出了一种新型大扭矩液压马达—复合齿轮马达,该种大扭矩液压马达有着重要的应用前景和实用价值。
3)  gear pair
齿轮副
1.
Tribological characteristics of micro or nano particles between the gear pairs;
微米或纳米固体粒子应用在齿轮副间的摩擦学特性(英文)
2.
Study on the surveying, mapping and manufacturing of the gear pairof high-speed heavy-duty circular gear;
高速重载圆柱齿轮副的测绘制造探讨
3.
3D engagement analysis on gear pair of transmission system of turbine starter;
涡轮起动机传动系统的齿轮副三维啮合分析
4)  Gears [英][giə]  [美][gɪr]
齿轮副
1.
During the simulated experiment of gears running-in,the surface topography of samples are changed.
本文通过齿轮副跑合的模拟试验,得出了齿轮副在跑合过程中表面形貌的变化规律。
2.
In this peper,the side clearance of gears is classified into two parts: stochastic variate and stochastic phasing side clearance.
将齿轮副侧隙划分为随机变量侧隙和随机相位侧隙两部分。
3.
Analyzes the factors affrecting the gearo backlash,calculates the backlash according to the con-dition of the traction gears used in quasi high-speed locomotive,and analyzes the varity of thebacklash of the traction geals in work.
分析了影响齿轮副侧隙的因素,针对准高速机车牵引齿轮传动的实际情况,计算了齿轮副侧隙,并对牵引齿轮工作过程中侧隙情况进行了分析。
5)  Internal gear pair
内齿轮副
6)  spur gear pair
直齿轮副
1.
Compare the results of two methods of non-linear vibration of a spur gear pair;
直齿轮副非线性振动分析中两种解法的结果比较
补充资料:齿轮轮齿渐开线、螺栓、弹簧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))  

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