feature_extrude#

拉伸蓝图#

图块代码

../../_images/feature_extrude.png

javascript

jih_doc.feature_extrude(op, value, axis_dir, color, bSolid)

python

jih_doc.feature_extrude(op, value, axis_dir, color, bSolid)

npl

jih_doc:feature_extrude(op, value, axis_dir, color, bSolid)

参数#

参数

类型

默认值

说明

op

string

“union”

value

number

1

axis_dir

string

“‘z’”

color

string

“#ffc658”

bSolid

string

“true”

示例#

jih_doc.feature_extrude("union", 1, 'z', "#ffc658", true)
jih_doc.feature_extrude("union", 1, 'z', "#ffc658", true)
jih_doc:feature_extrude("union", 1, 'z', "#ffc658", true)