feature_fillet_by_node_v2#
圆角特征#
图块代码
javascript
jih_doc.fillet(axis_axis_plane, radius, name)
python
jih_doc.fillet(axis_axis_plane, radius, name)
npl
jih_doc:fillet(axis_axis_plane, radius, name)
参数#
参数 |
类型 |
默认值 |
说明 |
---|---|---|---|
name |
string |
“” |
|
axis_axis_plane |
string |
“‘xyz’” |
|
radius |
number |
0.1 |
示例#
jih_doc.fillet('xyz', 0.1, '')
jih_doc.fillet('xyz', 0.1, '')
jih_doc:fillet('xyz', 0.1, '')