Files
modeling-app/rust/kcl-lib/tests/import_function_not_sketch/ops.snap

71 lines
1.1 KiB
Plaintext
Raw Normal View History

---
source: kcl-lib/src/simulation_tests.rs
description: Operations executed import_function_not_sketch.kcl
---
[
{
"labeledArgs": {
"data": {
"value": {
"type": "String",
"value": "XY"
},
"sourceRange": [
67,
71,
3
]
}
},
"name": "startSketchOn",
"sourceRange": [
53,
72,
3
],
"type": "StdLibCall",
"unlabeledArg": null
},
{
"labeledArgs": {
"data": {
"value": {
"type": "Object",
"value": {
"axis": {
"type": "String",
"value": "y"
}
}
},
"sourceRange": [
313,
327,
3
]
},
"sketches": {
"value": {
"type": "Sketch",
"value": {
"artifactId": "[uuid]"
}
},
"sourceRange": [
329,
330,
3
]
}
},
"name": "revolve",
"sourceRange": [
305,
331,
3
],
"type": "StdLibCall",
"unlabeledArg": null
}
]