wedge#
创建一个楔体#
图块代码
javascript
jih_doc.wedge(op, x, z, h, color)
python
jih_doc.wedge(op, x, z, h, color)
npl
jih_doc:wedge(op, x, z, h, color)
参数#
参数 |
类型 |
默认值 |
说明 |
---|---|---|---|
op |
string |
“union” |
|
x |
number |
1 |
|
z |
number |
1 |
|
h |
number |
1 |
|
color |
string |
“#ffc658” |
示例#
jih_doc.wedge("union", 1, 1, 1, "#ffc658")
jih_doc.wedge("union", 1, 1, 1, "#ffc658")
jih_doc:wedge("union", 1, 1, 1, "#ffc658")