Files
modeling-app/rust/kcl-lib/tests/kcl_samples/pipe/ops.snap
2025-04-02 14:45:50 -05:00

71 lines
1.1 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Operations executed pipe.kcl
---
[
{
"labeledArgs": {
"data": {
"value": {
"type": "String",
"value": "XY"
},
"sourceRange": [
619,
623,
0
]
}
},
"name": "startSketchOn",
"sourceRange": [
605,
624,
0
],
"type": "StdLibCall",
"unlabeledArg": null
},
{
"labeledArgs": {
"data": {
"value": {
"type": "Object",
"value": {
"axis": {
"type": "String",
"value": "y"
}
}
},
"sourceRange": [
1147,
1161,
0
]
},
"sketches": {
"value": {
"type": "Sketch",
"value": {
"artifactId": "[uuid]"
}
},
"sourceRange": [
1163,
1173,
0
]
}
},
"name": "revolve",
"sourceRange": [
1139,
1174,
0
],
"type": "StdLibCall",
"unlabeledArg": null
}
]