crown_gear#

创建一个冠齿轮#

图块代码

../../_images/crown_gear.png

javascript

jih_doc.crown_gear(op, 齿数, 齿数2, 模数, 高度, 厚度, 渐开线压力角, color)

python

jih_doc.crown_gear(op, 齿数, 齿数2, 模数, 高度, 厚度, 渐开线压力角, color)

npl

jih_doc:crown_gear(op, 齿数, 齿数2, 模数, 高度, 厚度, 渐开线压力角, color)

参数#

参数

类型

默认值

说明

op

string

“union”

齿数

number

15

齿数2

number

10

模数

number

1

高度

number

2

厚度

number

5

渐开线压力角

number

20

color

string

“#ffc658”

示例#

jih_doc.crown_gear("union", 15, 10, 1, 2, 5, 20, "#ffc658")
jih_doc.crown_gear("union", 15, 10, 1, 2, 5, 20, "#ffc658")
jih_doc:crown_gear("union", 15, 10, 1, 2, 5, 20, "#ffc658")