feature_revolve#
环绕特征#
图块代码
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)