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/src/simulation_tests.rs
description: Operations executed import_function_not_sketch.kcl
---
[
{
"labeledArgs": {
"data": {
"value": {
"type": "String",
"value": "XY"
},
"sourceRange": [
66,
70,
3
]
}
},
"name": "startSketchOn",
"sourceRange": [
52,
71,
3
],
"type": "StdLibCall",
"unlabeledArg": null
},
{
"labeledArgs": {
"data": {
"value": {
"type": "Object",
"value": {
"axis": {
"type": "String",
"value": "y"
}
}
},
"sourceRange": [
312,
326,
3
]
},
"sketch": {
"value": {
"type": "Sketch",
"value": {
"artifactId": "[uuid]"
}
},
"sourceRange": [
328,
329,
3
]
}
},
"name": "revolve",
"sourceRange": [
304,
330,
3
],
"type": "StdLibCall",
"unlabeledArg": null
}
]