Files
modeling-app/src/wasm-lib/kcl/tests/function_sketch_with_position/ops.snap

72 lines
1.0 KiB
Plaintext
Raw Normal View History

---
source: kcl/src/simulation_tests.rs
description: Operations executed function_sketch_with_position.kcl
snapshot_kind: text
---
[
{
"type": "UserDefinedFunctionCall",
"name": "box",
"functionSourceRange": [
6,
203,
0
],
"unlabeledArg": null,
"labeledArgs": {},
"sourceRange": [
213,
234,
0
]
},
{
"labeledArgs": {
"data": {
"sourceRange": [
45,
49,
0
]
}
},
"name": "startSketchOn",
"sourceRange": [
31,
50,
0
],
"type": "StdLibCall",
"unlabeledArg": null
},
{
"labeledArgs": {
"length": {
"sourceRange": [
180,
181,
0
]
},
"sketch_set": {
"sourceRange": [
183,
184,
0
]
}
},
"name": "extrude",
"sourceRange": [
172,
185,
0
],
"type": "StdLibCall",
"unlabeledArg": null
},
{
"type": "UserDefinedFunctionReturn"
}
]