feature_sweep#
扫描特征#
图块代码
javascript
jih_doc.feature_sweep(op, pathSketch, profileSketch, color, bSolid)
python
jih_doc.feature_sweep(op, pathSketch, profileSketch, color, bSolid)
npl
jih_doc:feature_sweep(op, pathSketch, profileSketch, color, bSolid)
参数#
参数 |
类型 |
默认值 |
说明 |
---|---|---|---|
op |
string |
“union” |
|
pathSketch |
string |
“sketch1” |
|
profileSketch |
string |
“sketch2” |
|
color |
string |
“#ffc658” |
|
bSolid |
string |
“true” |
示例#
jih_doc.feature_sweep("union", 'sketch1', 'sketch2', "#ffc658", true)
jih_doc.feature_sweep("union", 'sketch1', 'sketch2', "#ffc658", true)
jih_doc:feature_sweep("union", 'sketch1', 'sketch2', "#ffc658", true)