2024-11-21 18:33:02 -06:00
|
|
|
---
|
|
|
|
source: kcl/src/simulation_tests.rs
|
|
|
|
description: Program memory after executing function_sketch.kcl
|
2024-11-27 18:01:42 -06:00
|
|
|
snapshot_kind: text
|
2024-11-21 18:33:02 -06:00
|
|
|
---
|
|
|
|
{
|
|
|
|
"environments": [
|
|
|
|
{
|
|
|
|
"bindings": {
|
|
|
|
"HALF_TURN": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 180.0,
|
|
|
|
"__meta": []
|
|
|
|
},
|
|
|
|
"QUARTER_TURN": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 90.0,
|
|
|
|
"__meta": []
|
|
|
|
},
|
|
|
|
"THREE_QUARTER_TURN": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 270.0,
|
|
|
|
"__meta": []
|
|
|
|
},
|
|
|
|
"ZERO": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.0,
|
|
|
|
"__meta": []
|
|
|
|
},
|
|
|
|
"box": {
|
|
|
|
"type": "Function",
|
|
|
|
"expression": {
|
|
|
|
"body": {
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"declarations": [
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 187,
|
2024-11-21 18:33:02 -06:00
|
|
|
"id": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 25,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "myBox",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 20,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"init": {
|
|
|
|
"body": [
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 46,
|
2024-11-21 18:33:02 -06:00
|
|
|
"raw": "'XY'",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 42,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
|
|
|
"value": "XY"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 41,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "startSketchOn",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 28,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 47,
|
|
|
|
"start": 28,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
|
|
|
"elements": [
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 72,
|
2024-11-21 18:33:02 -06:00
|
|
|
"raw": "0",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 71,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2024-11-25 10:50:43 +13:00
|
|
|
"value": 0.0
|
2024-11-21 18:33:02 -06:00
|
|
|
},
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 75,
|
2024-11-21 18:33:02 -06:00
|
|
|
"raw": "0",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 74,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2024-11-25 10:50:43 +13:00
|
|
|
"value": 0.0
|
2024-11-21 18:33:02 -06:00
|
|
|
}
|
|
|
|
],
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 76,
|
|
|
|
"start": 70,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "ArrayExpression",
|
|
|
|
"type": "ArrayExpression"
|
|
|
|
},
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 79,
|
|
|
|
"start": 78,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 69,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "startProfileAt",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 55,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 80,
|
|
|
|
"start": 55,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
|
|
|
"elements": [
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 95,
|
2024-11-21 18:33:02 -06:00
|
|
|
"raw": "0",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 94,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2024-11-25 10:50:43 +13:00
|
|
|
"value": 0.0
|
2024-11-21 18:33:02 -06:00
|
|
|
},
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 98,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "l",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 97,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
}
|
|
|
|
],
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 99,
|
|
|
|
"start": 93,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "ArrayExpression",
|
|
|
|
"type": "ArrayExpression"
|
|
|
|
},
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 102,
|
|
|
|
"start": 101,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 92,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "line",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 88,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 103,
|
|
|
|
"start": 88,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
|
|
|
"elements": [
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 118,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "w",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 117,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 121,
|
2024-11-21 18:33:02 -06:00
|
|
|
"raw": "0",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 120,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2024-11-25 10:50:43 +13:00
|
|
|
"value": 0.0
|
2024-11-21 18:33:02 -06:00
|
|
|
}
|
|
|
|
],
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 122,
|
|
|
|
"start": 116,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "ArrayExpression",
|
|
|
|
"type": "ArrayExpression"
|
|
|
|
},
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 125,
|
|
|
|
"start": 124,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 115,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "line",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 111,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 126,
|
|
|
|
"start": 111,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
|
|
|
"elements": [
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 141,
|
2024-11-21 18:33:02 -06:00
|
|
|
"raw": "0",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 140,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Literal",
|
|
|
|
"type": "Literal",
|
2024-11-25 10:50:43 +13:00
|
|
|
"value": 0.0
|
2024-11-21 18:33:02 -06:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"argument": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 145,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "l",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 144,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 145,
|
2024-11-21 18:33:02 -06:00
|
|
|
"operator": "-",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 143,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "UnaryExpression",
|
|
|
|
"type": "UnaryExpression"
|
|
|
|
}
|
|
|
|
],
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 146,
|
|
|
|
"start": 139,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "ArrayExpression",
|
|
|
|
"type": "ArrayExpression"
|
|
|
|
},
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 149,
|
|
|
|
"start": 148,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 138,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "line",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 134,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 150,
|
|
|
|
"start": 134,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 165,
|
|
|
|
"start": 164,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 163,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "close",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 158,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 166,
|
|
|
|
"start": 158,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"arguments": [
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 183,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "h",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 182,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 186,
|
|
|
|
"start": 185,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "PipeSubstitution",
|
|
|
|
"type": "PipeSubstitution"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"callee": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 181,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "extrude",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 174,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 187,
|
|
|
|
"start": 174,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "CallExpression",
|
|
|
|
"type": "CallExpression"
|
|
|
|
}
|
|
|
|
],
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 187,
|
|
|
|
"start": 28,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "PipeExpression",
|
|
|
|
"type": "PipeExpression"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 20,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "VariableDeclarator"
|
|
|
|
}
|
|
|
|
],
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 187,
|
2024-11-21 18:33:02 -06:00
|
|
|
"kind": "const",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 20,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "VariableDeclaration",
|
|
|
|
"type": "VariableDeclaration"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"argument": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 203,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "myBox",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 198,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier",
|
|
|
|
"type": "Identifier"
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 203,
|
|
|
|
"start": 191,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "ReturnStatement",
|
|
|
|
"type": "ReturnStatement"
|
|
|
|
}
|
|
|
|
],
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 205,
|
2024-11-21 18:33:02 -06:00
|
|
|
"nonCodeMeta": {
|
|
|
|
"nonCodeNodes": {
|
|
|
|
"0": [
|
|
|
|
{
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 191,
|
|
|
|
"start": 187,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "NonCodeNode",
|
|
|
|
"value": {
|
|
|
|
"type": "newLine"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"startNodes": []
|
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 16
|
2024-11-21 18:33:02 -06:00
|
|
|
},
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 205,
|
2024-11-21 18:33:02 -06:00
|
|
|
"params": [
|
|
|
|
{
|
|
|
|
"type": "Parameter",
|
|
|
|
"identifier": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 8,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "h",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 7,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Parameter",
|
|
|
|
"identifier": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 11,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "l",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 10,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"optional": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "Parameter",
|
|
|
|
"identifier": {
|
2024-11-27 15:46:58 +13:00
|
|
|
"end": 14,
|
2024-11-21 18:33:02 -06:00
|
|
|
"name": "w",
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 13,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "Identifier"
|
|
|
|
},
|
|
|
|
"optional": false
|
|
|
|
}
|
|
|
|
],
|
2024-11-27 15:46:58 +13:00
|
|
|
"start": 6,
|
2024-11-21 18:33:02 -06:00
|
|
|
"type": "FunctionExpression"
|
|
|
|
},
|
|
|
|
"memory": {
|
|
|
|
"environments": [
|
|
|
|
{
|
|
|
|
"bindings": {
|
|
|
|
"HALF_TURN": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 180.0,
|
|
|
|
"__meta": []
|
|
|
|
},
|
|
|
|
"QUARTER_TURN": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 90.0,
|
|
|
|
"__meta": []
|
|
|
|
},
|
|
|
|
"THREE_QUARTER_TURN": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 270.0,
|
|
|
|
"__meta": []
|
|
|
|
},
|
|
|
|
"ZERO": {
|
|
|
|
"type": "Number",
|
|
|
|
"value": 0.0,
|
|
|
|
"__meta": []
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"parent": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"currentEnv": 0,
|
|
|
|
"return": null
|
|
|
|
},
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
6,
|
|
|
|
205,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"fnBox": {
|
|
|
|
"type": "Solid",
|
|
|
|
"type": "Solid",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"value": [
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
88,
|
|
|
|
103,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
111,
|
|
|
|
126,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
134,
|
|
|
|
150,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"faceId": "[uuid]",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
158,
|
|
|
|
166,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"type": "extrudePlane"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"sketch": {
|
|
|
|
"type": "Sketch",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"paths": [
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
88,
|
|
|
|
103,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
6.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
111,
|
|
|
|
126,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
6.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
10.0,
|
|
|
|
6.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
134,
|
|
|
|
150,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
10.0,
|
|
|
|
6.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
10.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
158,
|
|
|
|
166,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"from": [
|
|
|
|
10.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"type": "ToPoint"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"on": {
|
|
|
|
"type": "plane",
|
|
|
|
"id": "[uuid]",
|
|
|
|
"value": "XY",
|
|
|
|
"origin": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"xAxis": {
|
|
|
|
"x": 1.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"yAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 1.0,
|
|
|
|
"z": 0.0
|
|
|
|
},
|
|
|
|
"zAxis": {
|
|
|
|
"x": 0.0,
|
|
|
|
"y": 0.0,
|
|
|
|
"z": 1.0
|
|
|
|
},
|
|
|
|
"__meta": []
|
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"from": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"to": [
|
|
|
|
0.0,
|
|
|
|
0.0
|
|
|
|
],
|
|
|
|
"tag": null,
|
|
|
|
"__geoMeta": {
|
|
|
|
"id": "[uuid]",
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
55,
|
|
|
|
80,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
55,
|
|
|
|
80,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"height": 3.0,
|
|
|
|
"startCapId": "[uuid]",
|
|
|
|
"endCapId": "[uuid]",
|
|
|
|
"__meta": [
|
|
|
|
{
|
|
|
|
"sourceRange": [
|
2024-11-27 15:46:58 +13:00
|
|
|
55,
|
|
|
|
80,
|
2024-11-21 18:33:02 -06:00
|
|
|
0
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"parent": null
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"currentEnv": 0,
|
|
|
|
"return": null
|
|
|
|
}
|