Files
modeling-app/rust/kcl-lib/tests/kcl_samples/i-beam/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

74 lines
1.2 KiB
Plaintext

---
source: kcl-lib/src/simulation_tests.rs
description: Operations executed i-beam.kcl
---
[
{
"labeledArgs": {
"data": {
"value": {
"type": "String",
"value": "-XZ"
},
"sourceRange": [
393,
398,
0
]
}
},
"name": "startSketchOn",
"sourceRange": [
379,
399,
0
],
"type": "StdLibCall",
"unlabeledArg": null
},
{
"labeledArgs": {
"length": {
"value": {
"type": "Number",
"value": 24.0,
"ty": {
"type": "Default",
"len": {
"type": "Inches"
},
"angle": {
"type": "Degrees"
}
}
},
"sourceRange": [
669,
679,
0
]
}
},
"name": "extrude",
"sourceRange": [
652,
680,
0
],
"type": "StdLibCall",
"unlabeledArg": {
"value": {
"type": "Sketch",
"value": {
"artifactId": "[uuid]"
}
},
"sourceRange": [
652,
680,
0
]
}
}
]