feature_revolve#

旋转特征#

图块代码

../../_images/feature_revolve.png

javascript

jih_doc.feature_revolve(op, value, axis, color, bSolid)

python

jih_doc.feature_revolve(op, value, axis, color, bSolid)

npl

jih_doc:feature_revolve(op, value, axis, color, bSolid)

参数#

参数

类型

默认值

说明

op

string

“union”

value

number

360

axis

string

“‘y’”

color

string

“#ffc658”

bSolid

string

“true”

示例#

jih_doc.feature_revolve("union", 360, 'y', "#ffc658", true)
jih_doc.feature_revolve("union", 360, 'y', "#ffc658", true)
jih_doc:feature_revolve("union", 360, 'y', "#ffc658", true)