import_remote_step_string_base64#
导入远程step文件#
图块代码
javascript
var s = ""
jih_doc.import_step_string(op, s, value, color)
python
s = ""
jih_doc.import_step_string(op, s, value, color)
npl
local s = ""
jih_doc:import_step_string(op, s, value, color)
参数#
参数 |
类型 |
默认值 |
说明 |
---|---|---|---|
op |
string |
“union” |
|
value |
string |
“true” |
|
color |
string |
“#ffc658” |
示例#
var s = ""
jih_doc.import_step_string("union", s, true, "#ffc658")
s = ""
jih_doc.import_step_string("union", s, true, "#ffc658")
local s = ""
jih_doc:import_step_string("union", s, true, "#ffc658")