* Shuffle around function call code Signed-off-by: Nick Cameron <nrc@ncameron.org> * Refactor function calls to share more code Signed-off-by: Nick Cameron <nrc@ncameron.org> * Hack to leave the result of revolve as a singleton rather than array Signed-off-by: Nick Cameron <nrc@ncameron.org> --------- Signed-off-by: Nick Cameron <nrc@ncameron.org>
58 lines
1.0 KiB
Plaintext
58 lines
1.0 KiB
Plaintext
---
|
|
source: kcl-lib/src/simulation_tests.rs
|
|
description: Operations executed import_mesh_clone.kcl
|
|
---
|
|
[
|
|
{
|
|
"type": "GroupBegin",
|
|
"group": {
|
|
"type": "ModuleInstance",
|
|
"name": "cube.obj",
|
|
"moduleId": 0
|
|
},
|
|
"sourceRange": []
|
|
},
|
|
{
|
|
"type": "StdLibCall",
|
|
"name": "clone",
|
|
"unlabeledArg": {
|
|
"value": {
|
|
"type": "ImportedGeometry",
|
|
"artifact_id": "[uuid]"
|
|
},
|
|
"sourceRange": []
|
|
},
|
|
"labeledArgs": {},
|
|
"sourceRange": []
|
|
},
|
|
{
|
|
"type": "StdLibCall",
|
|
"name": "clone",
|
|
"unlabeledArg": {
|
|
"value": {
|
|
"type": "ImportedGeometry",
|
|
"artifact_id": "[uuid]"
|
|
},
|
|
"sourceRange": []
|
|
},
|
|
"labeledArgs": {},
|
|
"sourceRange": []
|
|
},
|
|
{
|
|
"type": "StdLibCall",
|
|
"name": "clone",
|
|
"unlabeledArg": {
|
|
"value": {
|
|
"type": "ImportedGeometry",
|
|
"artifact_id": "[uuid]"
|
|
},
|
|
"sourceRange": []
|
|
},
|
|
"labeledArgs": {},
|
|
"sourceRange": []
|
|
},
|
|
{
|
|
"type": "GroupEnd"
|
|
}
|
|
]
|