worm_gear#

创建一个蜗杆齿轮#

图块代码

../../_images/worm_gear.png

javascript

jih_doc.worm_gear(op, 齿数, 模数, 直径, 高度, 反螺距, 渐开线压力角, 公差间隙, 公差头, color)

python

jih_doc.worm_gear(op, 齿数, 模数, 直径, 高度, 反螺距, 渐开线压力角, 公差间隙, 公差头, color)

npl

jih_doc:worm_gear(op, 齿数, 模数, 直径, 高度, 反螺距, 渐开线压力角, 公差间隙, 公差头, color)

参数#

参数

类型

默认值

说明

op

string

“union”

齿数

number

3

模数

number

1

直径

number

5

高度

number

5

反螺距

string

“false”

渐开线压力角

number

20

公差间隙

number

0.25

公差头

number

0

color

string

“#ffc658”

示例#

jih_doc.worm_gear("union", 3, 1, 5, 5, false, 20, 0.25, 0, "#ffc658")
jih_doc.worm_gear("union", 3, 1, 5, 5, false, 20, 0.25, 0, "#ffc658")
jih_doc:worm_gear("union", 3, 1, 5, 5, false, 20, 0.25, 0, "#ffc658")