Files
modeling-app/rust/kcl-lib/tests/kcl_samples/pipe/ops.snap
Nick Cameron a8b0e1a771 Use arrays for multiple geometry (#5770)
* Parse [T] instead of T[] for array types

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* homogenous arrays, type coercion, remove solid set and sketch set, etc

Signed-off-by: Nick Cameron <nrc@ncameron.org>

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
2025-03-17 17:57:26 +13: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": [
1158,
1172,
0
]
},
"sketches": {
"value": {
"type": "Sketch",
"value": {
"artifactId": "[uuid]"
}
},
"sourceRange": [
1174,
1184,
0
]
}
},
"name": "revolve",
"sourceRange": [
1150,
1185,
0
],
"type": "StdLibCall",
"unlabeledArg": null
}
]