bardofcodes commited on
Commit
ebc95fb
·
verified ·
1 Parent(s): 7f9ca8d

Upload folder using huggingface_hub

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +3 -0
  2. LICENSE +21 -0
  3. README.md +109 -0
  4. joints/CJ_AKT/base.json +1130 -0
  5. joints/CJ_AKT/info.json +7 -0
  6. joints/CJ_AKT/meshes/base/0.stl +0 -0
  7. joints/CJ_AKT/meshes/base/1.stl +0 -0
  8. joints/CJ_AKT/meshes/base/2.stl +0 -0
  9. joints/CJ_AKT/meshes/mill/0.stl +0 -0
  10. joints/CJ_AKT/meshes/mill/1.stl +0 -0
  11. joints/CJ_AKT/meshes/mill/2.stl +0 -0
  12. joints/CJ_AKT/meshes/odf/0.stl +0 -0
  13. joints/CJ_AKT/meshes/odf/1.stl +0 -0
  14. joints/CJ_AKT/meshes/odf/2.stl +3 -0
  15. joints/CJ_AKT/meshes/ours/0.stl +3 -0
  16. joints/CJ_AKT/meshes/ours/1.stl +3 -0
  17. joints/CJ_AKT/meshes/ours/2.stl +3 -0
  18. joints/CJ_AKT/polyline_files/base.json +1 -0
  19. joints/CJ_AKT/polyline_files/mill.json +1 -0
  20. joints/CJ_AKT/polyline_files/odf.json +1 -0
  21. joints/CJ_AKT/polyline_files/ours.json +1 -0
  22. joints/CJ_AKT/vis_files/base_jwood.json +1 -0
  23. joints/CJ_AKT/vis_files/mill_jwood.json +1 -0
  24. joints/CJ_AKT/vis_files/odf_jwood.json +1 -0
  25. joints/CJ_AKT/vis_files/ours_jwood.json +0 -0
  26. joints/CJ_AT/base.json +913 -0
  27. joints/CJ_AT/info.json +6 -0
  28. joints/CJ_AT/meshes/base/0.stl +0 -0
  29. joints/CJ_AT/meshes/base/1.stl +0 -0
  30. joints/CJ_AT/meshes/mill/0.stl +0 -0
  31. joints/CJ_AT/meshes/mill/1.stl +0 -0
  32. joints/CJ_AT/meshes/odf/0.stl +3 -0
  33. joints/CJ_AT/meshes/odf/1.stl +3 -0
  34. joints/CJ_AT/meshes/ours/0.stl +3 -0
  35. joints/CJ_AT/meshes/ours/1.stl +3 -0
  36. joints/CJ_AT/polyline_files/base.json +1 -0
  37. joints/CJ_AT/polyline_files/mill.json +1 -0
  38. joints/CJ_AT/polyline_files/odf.json +1 -0
  39. joints/CJ_AT/polyline_files/ours.json +1 -0
  40. joints/CJ_AT/vis_files/base_jwood.json +1 -0
  41. joints/CJ_AT/vis_files/mill_jwood.json +1 -0
  42. joints/CJ_AT/vis_files/odf_jwood.json +1 -0
  43. joints/CJ_AT/vis_files/ours_jwood.json +0 -0
  44. joints/CJ_DT/base.json +3305 -0
  45. joints/CJ_DT/info.json +6 -0
  46. joints/CJ_DT/meshes/base/0.stl +0 -0
  47. joints/CJ_DT/meshes/base/1.stl +0 -0
  48. joints/CJ_DT/meshes/mill/0.stl +3 -0
  49. joints/CJ_DT/meshes/mill/1.stl +3 -0
  50. joints/CJ_DT/meshes/odf/0.stl +3 -0
.gitattributes CHANGED
@@ -57,3 +57,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
57
  # Video files - compressed
58
  *.mp4 filter=lfs diff=lfs merge=lfs -text
59
  *.webm filter=lfs diff=lfs merge=lfs -text
60
+
61
+ *.stl filter=lfs diff=lfs merge=lfs -text
62
+ *.json text
LICENSE ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Aditya Ganeshan
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the “Software”), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
README.md ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - geometry
5
+ - fabrication
6
+ - symbolic-geometry
7
+ - cnc
8
+ - sdf
9
+ pretty_name: MiGumi Dataset
10
+ language:
11
+ - en
12
+ ---
13
+
14
+ # MiGumi Dataset: Dataset of Millable Kigumi Joints
15
+
16
+ ![assets/teaser.png](assets/teaser.png)
17
+
18
+ This dataset accompanies the paper **"MiGumi: Making Tightly Coupled Integral Joints Millable" (SIGGRAPH Asia 2025)**
19
+ and provides symbolic, geometric, and mesh representations of traditional Japanese joints as well as their redesigned variants for CNC milling.
20
+
21
+ ---
22
+
23
+ ## Dataset Structure
24
+
25
+ All the joints are stored in `joints` folder.
26
+ Each joint folder (e.g., `CJ_AKT/`) contains:
27
+
28
+ ```markdown
29
+ base.json # The manually created input Joint Design in MXG language.
30
+ info.json # High-level metadata for the joint
31
+ polyline_files/ # MXG representation for the different variants
32
+ vis_files/ # Conversion into a export friendly format (used with blender)
33
+ meshes/ # STL meshes for each variant created using Trimesh & Shapely
34
+ ```
35
+
36
+ Variants include:
37
+
38
+ - `base`: original joint geometry
39
+
40
+ - `mill`: Milling Only baseline: Applies morphological opening to each part’s extruded region, producing millable geometry by construction. No attempt is made to preserve surface coupling.
41
+
42
+ - `odf`: Opening & Diff-Flip: Begins with millable parts obtained via opening, then restores contact by applying the resulting shape differences to paired parts. That is, the volume of each part removed due to the opening operation (Diff) is directly added to the paired part (Flip). Although simple, this heuristic often yields invalid subtractions that break millability.
43
+
44
+ - `ours`: Our Method which optimizes the joint designs with losses that model tight coupling between joints along with milling.
45
+
46
+ Generally, ODF results in cleaner designs with smoother milling contours. However, there are two issues:
47
+
48
+ - It fails for various designs (check out `CJ_SAT`, `CJ_KMKT` etc.).
49
+
50
+ - It sometimes contains thin tiny slivers in the outline due to issues with the polycurve boolean operations.
51
+
52
+ In contrast, our approach provides a feasible solution for all the joint designs considered above.
53
+
54
+ ---
55
+
56
+ ## Usage
57
+
58
+ You can clone the dataset directly:
59
+
60
+ ```bash
61
+ git lfs install
62
+ git clone https://huggingface.co/datasets/bardofcodes/migumi-dataset
63
+ ```
64
+
65
+ Or load it with the Hugging Face Datasets API:
66
+
67
+ ```python
68
+ from datasets import load_dataset
69
+ ds = load_dataset("bardofcodes/MiGumi-Dataset")
70
+ ```
71
+
72
+ (If the dataset is structured by folders, the library will list joint names and file paths.)
73
+
74
+ ---
75
+
76
+ ## Dataset Overview
77
+
78
+ ![assets/full_dataset](assets/full_dataset.png)
79
+
80
+ ---
81
+
82
+ ## License
83
+
84
+ This dataset is released under the [MIT License](./LICENSE).
85
+
86
+ ---
87
+
88
+ ## Citation
89
+
90
+ If you use this dataset, please cite:
91
+
92
+ ```markdown
93
+ @dataset{ganeshan2025_migumi_dataset,
94
+ author = {Ganeshan, Aditya and Fleischer, Kurt and Jakob, Wenzel
95
+ and Shamir, Ariel and Ritchie, Daniel
96
+ and Igarashi, Takeo and Larsson, Maria},
97
+ title = {MiGumi Dataset: Millable Kigumi Joints Dataset},
98
+ year = {2025},
99
+ note = {Available at https://huggingface.co/datasets/bardofcodes/MiGumi-Dataset}
100
+ }
101
+ ```
102
+
103
+ ---
104
+
105
+ ## Related Resources
106
+
107
+ - **Project page:** [https://bardofcodes.github.io/migumi](https://bardofcodes.github.io/migumi)
108
+ - **Paper:** (to appear in ACM TOG 2025)
109
+ - **Code:** [https://github.com/bardofcodes/migumi](https://github.com/bardofcodes/migumi)
joints/CJ_AKT/base.json ADDED
@@ -0,0 +1,1130 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "moduleList": {
3
+ "base": {
4
+ "nodes": [
5
+ {
6
+ "id": "759756b0a93c59e4",
7
+ "name": "Rectangle2D",
8
+ "data": {
9
+ "size": [
10
+ 1,
11
+ 1
12
+ ]
13
+ }
14
+ },
15
+ {
16
+ "id": "8c4f761aa4adc8cd",
17
+ "name": "RegisterGeometry",
18
+ "data": {
19
+ "name": "mat_1",
20
+ "bbox": [
21
+ 2,
22
+ 4,
23
+ 2
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "id": "ddb014729ec7c645",
29
+ "name": "Plane3D",
30
+ "data": {
31
+ "origin": [
32
+ 0,
33
+ 0,
34
+ 0
35
+ ],
36
+ "normal": [
37
+ 0,
38
+ 1,
39
+ 0
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "id": "5a2a512ce9d0614a",
45
+ "name": "SetMaterial",
46
+ "data": {
47
+ "material": [
48
+ 2
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "id": "5e6136a4d9d16b05",
54
+ "name": "ApplyHeight",
55
+ "data": {
56
+ "height": [
57
+ 2
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "id": "3dc68f536f28b973",
63
+ "name": "LinkedHeightField3D",
64
+ "data": {}
65
+ },
66
+ {
67
+ "id": "d14349ae44ca9bf3",
68
+ "name": "Plane3D",
69
+ "data": {
70
+ "origin": [
71
+ 0,
72
+ 0.4,
73
+ 0
74
+ ],
75
+ "normal": [
76
+ 0,
77
+ 1,
78
+ 0
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "id": "3046bcac773e9e49",
84
+ "name": "Rectangle2D",
85
+ "data": {
86
+ "size": [
87
+ 1,
88
+ 0.5
89
+ ]
90
+ }
91
+ },
92
+ {
93
+ "id": "a998afee1d931c86",
94
+ "name": "RegisterGeometry",
95
+ "data": {
96
+ "name": "mat_2",
97
+ "bbox": [
98
+ 2,
99
+ 4,
100
+ 2
101
+ ]
102
+ }
103
+ },
104
+ {
105
+ "id": "dc98d2e4cb2063c7",
106
+ "name": "SetMaterial",
107
+ "data": {
108
+ "material": [
109
+ 3
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "id": "f971e5040ed817d3",
115
+ "name": "LinkedHeightField3D",
116
+ "data": {}
117
+ },
118
+ {
119
+ "id": "d1743d26218bb56d",
120
+ "name": "ApplyHeight",
121
+ "data": {
122
+ "height": [
123
+ 2
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "id": "105a6498b1500f6f",
129
+ "name": "NamedGeometry",
130
+ "data": {
131
+ "name": "main_2"
132
+ }
133
+ },
134
+ {
135
+ "id": "81f9237304b7dd10",
136
+ "name": "NamedGeometry",
137
+ "data": {
138
+ "name": "main_1"
139
+ }
140
+ },
141
+ {
142
+ "id": "2ac9881ecebe0fc8",
143
+ "name": "RegisterState",
144
+ "data": {
145
+ "state": [
146
+ 1
147
+ ]
148
+ }
149
+ },
150
+ {
151
+ "id": "0a1b015b8ced6c5d",
152
+ "name": "Union",
153
+ "data": {}
154
+ },
155
+ {
156
+ "id": "33b3983c902c8b4f",
157
+ "name": "MarkerNode",
158
+ "data": {}
159
+ },
160
+ {
161
+ "id": "18aac148cc36bd52",
162
+ "name": "MarkerNode",
163
+ "data": {}
164
+ },
165
+ {
166
+ "id": "4e058a75cb82cce9",
167
+ "name": "RegisterGeometry",
168
+ "data": {
169
+ "name": "main_1",
170
+ "bbox": [
171
+ 2,
172
+ 4,
173
+ 2
174
+ ]
175
+ }
176
+ },
177
+ {
178
+ "id": "11a9ac9efa98529c",
179
+ "name": "RegisterGeometry",
180
+ "data": {
181
+ "name": "main_2",
182
+ "bbox": [
183
+ 2,
184
+ 4,
185
+ 2
186
+ ]
187
+ }
188
+ },
189
+ {
190
+ "id": "ae8a1721a28b7bb6",
191
+ "name": "SetMaterial",
192
+ "data": {
193
+ "material": [
194
+ 2
195
+ ]
196
+ }
197
+ },
198
+ {
199
+ "id": "a750c64bb6b3302c",
200
+ "name": "SetMaterial",
201
+ "data": {
202
+ "material": [
203
+ 3
204
+ ]
205
+ }
206
+ },
207
+ {
208
+ "id": "88967692f7e9a59c",
209
+ "name": "Difference",
210
+ "data": {}
211
+ },
212
+ {
213
+ "id": "aa111a99fc335242",
214
+ "name": "RegisterGeometry",
215
+ "data": {
216
+ "name": "subtr_1",
217
+ "bbox": [
218
+ 2,
219
+ 4,
220
+ 2
221
+ ]
222
+ }
223
+ },
224
+ {
225
+ "id": "bfba3fd93a2f2ff8",
226
+ "name": "LinkedHeightField3D",
227
+ "data": {}
228
+ },
229
+ {
230
+ "id": "f6ec23e234abc7b9",
231
+ "name": "ApplyHeight",
232
+ "data": {
233
+ "height": [
234
+ 0.605
235
+ ]
236
+ }
237
+ },
238
+ {
239
+ "id": "6b8b6e68e6d7a82c",
240
+ "name": "SetMaterial",
241
+ "data": {
242
+ "material": [
243
+ 4
244
+ ]
245
+ }
246
+ },
247
+ {
248
+ "id": "d92b603f07d32a9d",
249
+ "name": "Plane3D",
250
+ "data": {
251
+ "origin": [
252
+ 0,
253
+ 0,
254
+ 0.6
255
+ ],
256
+ "normal": [
257
+ 0,
258
+ 0,
259
+ -1
260
+ ]
261
+ }
262
+ },
263
+ {
264
+ "id": "a5af0799e0eb6f50",
265
+ "name": "PolyLine2D",
266
+ "data": {
267
+ "points": [
268
+ [
269
+ 2.1,
270
+ 0.75,
271
+ 0
272
+ ],
273
+ [
274
+ 1.5,
275
+ 0.75,
276
+ 0
277
+ ],
278
+ [
279
+ 1.5,
280
+ 0.166,
281
+ 0
282
+ ],
283
+ [
284
+ 1.1666,
285
+ 0.25,
286
+ 0
287
+ ],
288
+ [
289
+ 1.1666,
290
+ -0.25,
291
+ 0
292
+ ],
293
+ [
294
+ 1.5,
295
+ -0.166,
296
+ 0
297
+ ],
298
+ [
299
+ 1.5,
300
+ -0.75,
301
+ 0
302
+ ],
303
+ [
304
+ 2.1,
305
+ -0.75,
306
+ 0
307
+ ]
308
+ ]
309
+ }
310
+ },
311
+ {
312
+ "id": "2ea9d710d0d00b8b",
313
+ "name": "Translate3D",
314
+ "data": {
315
+ "param": [
316
+ 0,
317
+ 3,
318
+ 0
319
+ ]
320
+ }
321
+ },
322
+ {
323
+ "id": "7e0def2c6c3d046f",
324
+ "name": "EulerRotate3D",
325
+ "data": {
326
+ "param": [
327
+ 0,
328
+ 0,
329
+ 3.14159
330
+ ]
331
+ }
332
+ },
333
+ {
334
+ "id": "6095b042e7e5063c",
335
+ "name": "PolyLine2D",
336
+ "data": {
337
+ "points": [
338
+ [
339
+ -1.5,
340
+ -0.75,
341
+ 0
342
+ ],
343
+ [
344
+ -1.5,
345
+ 0.75,
346
+ 0
347
+ ],
348
+ [
349
+ -2.7,
350
+ 0.75,
351
+ 0
352
+ ],
353
+ [
354
+ -2.7,
355
+ -0.75,
356
+ 0
357
+ ]
358
+ ]
359
+ }
360
+ },
361
+ {
362
+ "id": "3fc1e195929f9e0f",
363
+ "name": "RegisterGeometry",
364
+ "data": {
365
+ "name": "subtr_1_2",
366
+ "bbox": [
367
+ 2,
368
+ 4,
369
+ 2
370
+ ]
371
+ }
372
+ },
373
+ {
374
+ "id": "96f182d19fd0851f",
375
+ "name": "LinkedHeightField3D",
376
+ "data": {}
377
+ },
378
+ {
379
+ "id": "b92b2b1b77397aa5",
380
+ "name": "Plane3D",
381
+ "data": {
382
+ "origin": [
383
+ 0,
384
+ 0,
385
+ -0.6
386
+ ],
387
+ "normal": [
388
+ 0,
389
+ 0,
390
+ 1
391
+ ]
392
+ }
393
+ },
394
+ {
395
+ "id": "5b7890c1f669d09f",
396
+ "name": "ApplyHeight",
397
+ "data": {
398
+ "height": [
399
+ 0.605
400
+ ]
401
+ }
402
+ },
403
+ {
404
+ "id": "dacfc2dd067f27fc",
405
+ "name": "SetMaterial",
406
+ "data": {
407
+ "material": [
408
+ 4
409
+ ]
410
+ }
411
+ },
412
+ {
413
+ "id": "4236e9e53bbed053",
414
+ "name": "Union",
415
+ "data": {}
416
+ },
417
+ {
418
+ "id": "abda5128e03c5a6c",
419
+ "name": "RegisterGeometry",
420
+ "data": {
421
+ "name": "main_3",
422
+ "bbox": [
423
+ 2,
424
+ 4,
425
+ 2
426
+ ]
427
+ }
428
+ },
429
+ {
430
+ "id": "34a9619ebbbc3a1f",
431
+ "name": "SetMaterial",
432
+ "data": {
433
+ "material": [
434
+ 95
435
+ ]
436
+ }
437
+ },
438
+ {
439
+ "id": "a06e65db48254692",
440
+ "name": "Difference",
441
+ "data": {}
442
+ },
443
+ {
444
+ "id": "31c042b794712b0d",
445
+ "name": "RegisterGeometry",
446
+ "data": {
447
+ "name": "subtr_3",
448
+ "bbox": [
449
+ 2,
450
+ 4,
451
+ 2
452
+ ]
453
+ }
454
+ },
455
+ {
456
+ "id": "229813bffd215743",
457
+ "name": "ApplyHeight",
458
+ "data": {
459
+ "height": [
460
+ 0.605
461
+ ]
462
+ }
463
+ },
464
+ {
465
+ "id": "9747188886efe5e5",
466
+ "name": "LinkedHeightField3D",
467
+ "data": {}
468
+ },
469
+ {
470
+ "id": "e6bb809932132579",
471
+ "name": "SetMaterial",
472
+ "data": {
473
+ "material": [
474
+ 4
475
+ ]
476
+ }
477
+ },
478
+ {
479
+ "id": "5cedeab1575de5c1",
480
+ "name": "Difference",
481
+ "data": {}
482
+ },
483
+ {
484
+ "id": "3adf7779d95ee1f8",
485
+ "name": "Rectangle2D",
486
+ "data": {
487
+ "size": [
488
+ 3,
489
+ 2
490
+ ]
491
+ }
492
+ },
493
+ {
494
+ "id": "482d8a96c8d46743",
495
+ "name": "Translate2D",
496
+ "data": {
497
+ "param": [
498
+ 1.5,
499
+ 0
500
+ ]
501
+ }
502
+ },
503
+ {
504
+ "id": "168d60aac83f43c2",
505
+ "name": "PolyLine2D",
506
+ "data": {
507
+ "points": [
508
+ [
509
+ 1.83331,
510
+ -0.25,
511
+ 0
512
+ ],
513
+ [
514
+ 1.83331,
515
+ 0.25,
516
+ 0
517
+ ],
518
+ [
519
+ 1.5,
520
+ 0.16661,
521
+ 0
522
+ ],
523
+ [
524
+ 1.16661,
525
+ 0.25,
526
+ 0
527
+ ],
528
+ [
529
+ 1.16661,
530
+ -0.25,
531
+ 0
532
+ ],
533
+ [
534
+ 1.5,
535
+ -0.1661,
536
+ 0
537
+ ]
538
+ ]
539
+ }
540
+ },
541
+ {
542
+ "id": "2bcc57cdbc9627fe",
543
+ "name": "Translate2D",
544
+ "data": {
545
+ "param": [
546
+ 0,
547
+ 0.25
548
+ ]
549
+ }
550
+ },
551
+ {
552
+ "id": "132ea50dd3b9bf08",
553
+ "name": "NamedGeometry",
554
+ "data": {
555
+ "name": "main_3"
556
+ }
557
+ },
558
+ {
559
+ "id": "ba1187118d5dda67",
560
+ "name": "Union",
561
+ "data": {}
562
+ },
563
+ {
564
+ "id": "b71a6770343e1041",
565
+ "name": "Translate3D",
566
+ "data": {
567
+ "param": [
568
+ 0,
569
+ 0,
570
+ -0.75
571
+ ]
572
+ }
573
+ },
574
+ {
575
+ "id": "96d36df6297a1761",
576
+ "name": "RegisterState",
577
+ "data": {
578
+ "state": [
579
+ 0
580
+ ]
581
+ }
582
+ }
583
+ ],
584
+ "connections": [
585
+ {
586
+ "source": "5e6136a4d9d16b05",
587
+ "sourceOutput": "expr",
588
+ "target": "3dc68f536f28b973",
589
+ "targetInput": "apply_height"
590
+ },
591
+ {
592
+ "source": "ddb014729ec7c645",
593
+ "sourceOutput": "expr",
594
+ "target": "3dc68f536f28b973",
595
+ "targetInput": "plane"
596
+ },
597
+ {
598
+ "source": "3dc68f536f28b973",
599
+ "sourceOutput": "expr",
600
+ "target": "5a2a512ce9d0614a",
601
+ "targetInput": "expr"
602
+ },
603
+ {
604
+ "source": "5a2a512ce9d0614a",
605
+ "sourceOutput": "expr",
606
+ "target": "8c4f761aa4adc8cd",
607
+ "targetInput": "expr"
608
+ },
609
+ {
610
+ "source": "d1743d26218bb56d",
611
+ "sourceOutput": "expr",
612
+ "target": "f971e5040ed817d3",
613
+ "targetInput": "apply_height"
614
+ },
615
+ {
616
+ "source": "d14349ae44ca9bf3",
617
+ "sourceOutput": "expr",
618
+ "target": "f971e5040ed817d3",
619
+ "targetInput": "plane"
620
+ },
621
+ {
622
+ "source": "f971e5040ed817d3",
623
+ "sourceOutput": "expr",
624
+ "target": "dc98d2e4cb2063c7",
625
+ "targetInput": "expr"
626
+ },
627
+ {
628
+ "source": "dc98d2e4cb2063c7",
629
+ "sourceOutput": "expr",
630
+ "target": "a998afee1d931c86",
631
+ "targetInput": "expr"
632
+ },
633
+ {
634
+ "source": "0a1b015b8ced6c5d",
635
+ "sourceOutput": "expr",
636
+ "target": "2ac9881ecebe0fc8",
637
+ "targetInput": "expr"
638
+ },
639
+ {
640
+ "source": "759756b0a93c59e4",
641
+ "sourceOutput": "expr",
642
+ "target": "33b3983c902c8b4f",
643
+ "targetInput": "expr"
644
+ },
645
+ {
646
+ "source": "33b3983c902c8b4f",
647
+ "sourceOutput": "expr",
648
+ "target": "5e6136a4d9d16b05",
649
+ "targetInput": "expr"
650
+ },
651
+ {
652
+ "source": "18aac148cc36bd52",
653
+ "sourceOutput": "expr",
654
+ "target": "d1743d26218bb56d",
655
+ "targetInput": "expr"
656
+ },
657
+ {
658
+ "source": "ae8a1721a28b7bb6",
659
+ "sourceOutput": "expr",
660
+ "target": "4e058a75cb82cce9",
661
+ "targetInput": "expr"
662
+ },
663
+ {
664
+ "source": "a750c64bb6b3302c",
665
+ "sourceOutput": "expr",
666
+ "target": "11a9ac9efa98529c",
667
+ "targetInput": "expr"
668
+ },
669
+ {
670
+ "source": "3dc68f536f28b973",
671
+ "sourceOutput": "expr",
672
+ "target": "88967692f7e9a59c",
673
+ "targetInput": "expr1"
674
+ },
675
+ {
676
+ "source": "88967692f7e9a59c",
677
+ "sourceOutput": "expr",
678
+ "target": "ae8a1721a28b7bb6",
679
+ "targetInput": "expr"
680
+ },
681
+ {
682
+ "source": "f6ec23e234abc7b9",
683
+ "sourceOutput": "expr",
684
+ "target": "bfba3fd93a2f2ff8",
685
+ "targetInput": "apply_height"
686
+ },
687
+ {
688
+ "source": "bfba3fd93a2f2ff8",
689
+ "sourceOutput": "expr",
690
+ "target": "6b8b6e68e6d7a82c",
691
+ "targetInput": "expr"
692
+ },
693
+ {
694
+ "source": "6b8b6e68e6d7a82c",
695
+ "sourceOutput": "expr",
696
+ "target": "aa111a99fc335242",
697
+ "targetInput": "expr"
698
+ },
699
+ {
700
+ "source": "d92b603f07d32a9d",
701
+ "sourceOutput": "expr",
702
+ "target": "bfba3fd93a2f2ff8",
703
+ "targetInput": "plane"
704
+ },
705
+ {
706
+ "source": "a5af0799e0eb6f50",
707
+ "sourceOutput": "expr",
708
+ "target": "f6ec23e234abc7b9",
709
+ "targetInput": "expr"
710
+ },
711
+ {
712
+ "source": "88967692f7e9a59c",
713
+ "sourceOutput": "expr",
714
+ "target": "7e0def2c6c3d046f",
715
+ "targetInput": "expr"
716
+ },
717
+ {
718
+ "source": "7e0def2c6c3d046f",
719
+ "sourceOutput": "expr",
720
+ "target": "2ea9d710d0d00b8b",
721
+ "targetInput": "expr"
722
+ },
723
+ {
724
+ "source": "2ea9d710d0d00b8b",
725
+ "sourceOutput": "expr",
726
+ "target": "a750c64bb6b3302c",
727
+ "targetInput": "expr"
728
+ },
729
+ {
730
+ "source": "b92b2b1b77397aa5",
731
+ "sourceOutput": "expr",
732
+ "target": "96f182d19fd0851f",
733
+ "targetInput": "plane"
734
+ },
735
+ {
736
+ "source": "5b7890c1f669d09f",
737
+ "sourceOutput": "expr",
738
+ "target": "96f182d19fd0851f",
739
+ "targetInput": "apply_height"
740
+ },
741
+ {
742
+ "source": "96f182d19fd0851f",
743
+ "sourceOutput": "expr",
744
+ "target": "dacfc2dd067f27fc",
745
+ "targetInput": "expr"
746
+ },
747
+ {
748
+ "source": "dacfc2dd067f27fc",
749
+ "sourceOutput": "expr",
750
+ "target": "3fc1e195929f9e0f",
751
+ "targetInput": "expr"
752
+ },
753
+ {
754
+ "source": "6095b042e7e5063c",
755
+ "sourceOutput": "expr",
756
+ "target": "5b7890c1f669d09f",
757
+ "targetInput": "expr"
758
+ },
759
+ {
760
+ "source": "bfba3fd93a2f2ff8",
761
+ "sourceOutput": "expr",
762
+ "target": "4236e9e53bbed053",
763
+ "targetInput": "expr"
764
+ },
765
+ {
766
+ "source": "4236e9e53bbed053",
767
+ "sourceOutput": "expr",
768
+ "target": "88967692f7e9a59c",
769
+ "targetInput": "expr2"
770
+ },
771
+ {
772
+ "source": "96f182d19fd0851f",
773
+ "sourceOutput": "expr",
774
+ "target": "4236e9e53bbed053",
775
+ "targetInput": "expr"
776
+ },
777
+ {
778
+ "source": "f971e5040ed817d3",
779
+ "sourceOutput": "expr",
780
+ "target": "a06e65db48254692",
781
+ "targetInput": "expr1"
782
+ },
783
+ {
784
+ "source": "a06e65db48254692",
785
+ "sourceOutput": "expr",
786
+ "target": "34a9619ebbbc3a1f",
787
+ "targetInput": "expr"
788
+ },
789
+ {
790
+ "source": "34a9619ebbbc3a1f",
791
+ "sourceOutput": "expr",
792
+ "target": "abda5128e03c5a6c",
793
+ "targetInput": "expr"
794
+ },
795
+ {
796
+ "source": "e6bb809932132579",
797
+ "sourceOutput": "expr",
798
+ "target": "31c042b794712b0d",
799
+ "targetInput": "expr"
800
+ },
801
+ {
802
+ "source": "229813bffd215743",
803
+ "sourceOutput": "expr",
804
+ "target": "9747188886efe5e5",
805
+ "targetInput": "apply_height"
806
+ },
807
+ {
808
+ "source": "9747188886efe5e5",
809
+ "sourceOutput": "expr",
810
+ "target": "e6bb809932132579",
811
+ "targetInput": "expr"
812
+ },
813
+ {
814
+ "source": "9747188886efe5e5",
815
+ "sourceOutput": "expr",
816
+ "target": "a06e65db48254692",
817
+ "targetInput": "expr2"
818
+ },
819
+ {
820
+ "source": "3adf7779d95ee1f8",
821
+ "sourceOutput": "expr",
822
+ "target": "482d8a96c8d46743",
823
+ "targetInput": "expr"
824
+ },
825
+ {
826
+ "source": "482d8a96c8d46743",
827
+ "sourceOutput": "expr",
828
+ "target": "5cedeab1575de5c1",
829
+ "targetInput": "expr1"
830
+ },
831
+ {
832
+ "source": "5cedeab1575de5c1",
833
+ "sourceOutput": "expr",
834
+ "target": "229813bffd215743",
835
+ "targetInput": "expr"
836
+ },
837
+ {
838
+ "source": "168d60aac83f43c2",
839
+ "sourceOutput": "expr",
840
+ "target": "5cedeab1575de5c1",
841
+ "targetInput": "expr2"
842
+ },
843
+ {
844
+ "source": "d92b603f07d32a9d",
845
+ "sourceOutput": "expr",
846
+ "target": "9747188886efe5e5",
847
+ "targetInput": "plane"
848
+ },
849
+ {
850
+ "source": "3046bcac773e9e49",
851
+ "sourceOutput": "expr",
852
+ "target": "2bcc57cdbc9627fe",
853
+ "targetInput": "expr"
854
+ },
855
+ {
856
+ "source": "2bcc57cdbc9627fe",
857
+ "sourceOutput": "expr",
858
+ "target": "18aac148cc36bd52",
859
+ "targetInput": "expr"
860
+ },
861
+ {
862
+ "source": "132ea50dd3b9bf08",
863
+ "sourceOutput": "expr",
864
+ "target": "b71a6770343e1041",
865
+ "targetInput": "expr"
866
+ },
867
+ {
868
+ "source": "b71a6770343e1041",
869
+ "sourceOutput": "expr",
870
+ "target": "ba1187118d5dda67",
871
+ "targetInput": "expr"
872
+ },
873
+ {
874
+ "source": "81f9237304b7dd10",
875
+ "sourceOutput": "expr",
876
+ "target": "ba1187118d5dda67",
877
+ "targetInput": "expr"
878
+ },
879
+ {
880
+ "source": "105a6498b1500f6f",
881
+ "sourceOutput": "expr",
882
+ "target": "ba1187118d5dda67",
883
+ "targetInput": "expr"
884
+ },
885
+ {
886
+ "source": "81f9237304b7dd10",
887
+ "sourceOutput": "expr",
888
+ "target": "0a1b015b8ced6c5d",
889
+ "targetInput": "expr"
890
+ },
891
+ {
892
+ "source": "132ea50dd3b9bf08",
893
+ "sourceOutput": "expr",
894
+ "target": "0a1b015b8ced6c5d",
895
+ "targetInput": "expr"
896
+ },
897
+ {
898
+ "source": "105a6498b1500f6f",
899
+ "sourceOutput": "expr",
900
+ "target": "0a1b015b8ced6c5d",
901
+ "targetInput": "expr"
902
+ },
903
+ {
904
+ "source": "ba1187118d5dda67",
905
+ "sourceOutput": "expr",
906
+ "target": "96d36df6297a1761",
907
+ "targetInput": "expr"
908
+ }
909
+ ],
910
+ "positions": {
911
+ "759756b0a93c59e4": {
912
+ "x": 920,
913
+ "y": 540
914
+ },
915
+ "8c4f761aa4adc8cd": {
916
+ "x": 1400,
917
+ "y": 140
918
+ },
919
+ "ddb014729ec7c645": {
920
+ "x": 920,
921
+ "y": 140
922
+ },
923
+ "5a2a512ce9d0614a": {
924
+ "x": 1400,
925
+ "y": 520
926
+ },
927
+ "5e6136a4d9d16b05": {
928
+ "x": 1160,
929
+ "y": 340
930
+ },
931
+ "3dc68f536f28b973": {
932
+ "x": 1160,
933
+ "y": 140
934
+ },
935
+ "d14349ae44ca9bf3": {
936
+ "x": 2000,
937
+ "y": 160
938
+ },
939
+ "3046bcac773e9e49": {
940
+ "x": 1780,
941
+ "y": 620
942
+ },
943
+ "a998afee1d931c86": {
944
+ "x": 2520,
945
+ "y": 160
946
+ },
947
+ "dc98d2e4cb2063c7": {
948
+ "x": 2520,
949
+ "y": 540
950
+ },
951
+ "f971e5040ed817d3": {
952
+ "x": 2260,
953
+ "y": 160
954
+ },
955
+ "d1743d26218bb56d": {
956
+ "x": 2260,
957
+ "y": 420
958
+ },
959
+ "105a6498b1500f6f": {
960
+ "x": -680,
961
+ "y": -140
962
+ },
963
+ "81f9237304b7dd10": {
964
+ "x": -680,
965
+ "y": 80
966
+ },
967
+ "2ac9881ecebe0fc8": {
968
+ "x": -40,
969
+ "y": -120
970
+ },
971
+ "0a1b015b8ced6c5d": {
972
+ "x": -300,
973
+ "y": -220
974
+ },
975
+ "33b3983c902c8b4f": {
976
+ "x": 1160,
977
+ "y": 580
978
+ },
979
+ "18aac148cc36bd52": {
980
+ "x": 2260,
981
+ "y": 640
982
+ },
983
+ "4e058a75cb82cce9": {
984
+ "x": 1520,
985
+ "y": 1020
986
+ },
987
+ "11a9ac9efa98529c": {
988
+ "x": 2640,
989
+ "y": 1140
990
+ },
991
+ "ae8a1721a28b7bb6": {
992
+ "x": 1500,
993
+ "y": 1400
994
+ },
995
+ "a750c64bb6b3302c": {
996
+ "x": 2640,
997
+ "y": 1520
998
+ },
999
+ "88967692f7e9a59c": {
1000
+ "x": 1220,
1001
+ "y": 1080
1002
+ },
1003
+ "aa111a99fc335242": {
1004
+ "x": 1540,
1005
+ "y": 1900
1006
+ },
1007
+ "bfba3fd93a2f2ff8": {
1008
+ "x": 1080,
1009
+ "y": 1740
1010
+ },
1011
+ "f6ec23e234abc7b9": {
1012
+ "x": 1080,
1013
+ "y": 2000
1014
+ },
1015
+ "6b8b6e68e6d7a82c": {
1016
+ "x": 1520,
1017
+ "y": 2280
1018
+ },
1019
+ "d92b603f07d32a9d": {
1020
+ "x": 800,
1021
+ "y": 1720
1022
+ },
1023
+ "a5af0799e0eb6f50": {
1024
+ "x": 540,
1025
+ "y": 2300
1026
+ },
1027
+ "2ea9d710d0d00b8b": {
1028
+ "x": 2420,
1029
+ "y": 1260
1030
+ },
1031
+ "7e0def2c6c3d046f": {
1032
+ "x": 2060,
1033
+ "y": 1240
1034
+ },
1035
+ "6095b042e7e5063c": {
1036
+ "x": 1000,
1037
+ "y": 3000
1038
+ },
1039
+ "3fc1e195929f9e0f": {
1040
+ "x": 2000,
1041
+ "y": 2640
1042
+ },
1043
+ "96f182d19fd0851f": {
1044
+ "x": 1620,
1045
+ "y": 2660
1046
+ },
1047
+ "b92b2b1b77397aa5": {
1048
+ "x": 1240,
1049
+ "y": 2500
1050
+ },
1051
+ "5b7890c1f669d09f": {
1052
+ "x": 1620,
1053
+ "y": 2900
1054
+ },
1055
+ "dacfc2dd067f27fc": {
1056
+ "x": 1980,
1057
+ "y": 3040
1058
+ },
1059
+ "4236e9e53bbed053": {
1060
+ "x": 1080,
1061
+ "y": 1320
1062
+ },
1063
+ "abda5128e03c5a6c": {
1064
+ "x": 3560,
1065
+ "y": 1120
1066
+ },
1067
+ "34a9619ebbbc3a1f": {
1068
+ "x": 3560,
1069
+ "y": 1520
1070
+ },
1071
+ "a06e65db48254692": {
1072
+ "x": 3140,
1073
+ "y": 1120
1074
+ },
1075
+ "31c042b794712b0d": {
1076
+ "x": 3600,
1077
+ "y": 1900
1078
+ },
1079
+ "229813bffd215743": {
1080
+ "x": 3220,
1081
+ "y": 2000
1082
+ },
1083
+ "9747188886efe5e5": {
1084
+ "x": 3240,
1085
+ "y": 1760
1086
+ },
1087
+ "e6bb809932132579": {
1088
+ "x": 3600,
1089
+ "y": 2280
1090
+ },
1091
+ "5cedeab1575de5c1": {
1092
+ "x": 2860,
1093
+ "y": 2040
1094
+ },
1095
+ "3adf7779d95ee1f8": {
1096
+ "x": 2240,
1097
+ "y": 1800
1098
+ },
1099
+ "482d8a96c8d46743": {
1100
+ "x": 2480,
1101
+ "y": 1920
1102
+ },
1103
+ "168d60aac83f43c2": {
1104
+ "x": 2340,
1105
+ "y": 2320
1106
+ },
1107
+ "2bcc57cdbc9627fe": {
1108
+ "x": 2040,
1109
+ "y": 640
1110
+ },
1111
+ "132ea50dd3b9bf08": {
1112
+ "x": -660,
1113
+ "y": 320
1114
+ },
1115
+ "ba1187118d5dda67": {
1116
+ "x": -100,
1117
+ "y": 580
1118
+ },
1119
+ "b71a6770343e1041": {
1120
+ "x": -380,
1121
+ "y": 680
1122
+ },
1123
+ "96d36df6297a1761": {
1124
+ "x": 200,
1125
+ "y": 500
1126
+ }
1127
+ }
1128
+ }
1129
+ }
1130
+ }
joints/CJ_AKT/info.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Ari Kata Tsugi",
3
+ "type": "Connection Joint",
4
+ "n_parts": 3,
5
+ "assembly_steps": 2,
6
+ "notes": ""
7
+ }
joints/CJ_AKT/meshes/base/0.stl ADDED
Binary file (1.58 kB). View file
 
joints/CJ_AKT/meshes/base/1.stl ADDED
Binary file (2.28 kB). View file
 
joints/CJ_AKT/meshes/base/2.stl ADDED
Binary file (1.08 kB). View file
 
joints/CJ_AKT/meshes/mill/0.stl ADDED
Binary file (92.4 kB). View file
 
joints/CJ_AKT/meshes/mill/1.stl ADDED
Binary file (93 kB). View file
 
joints/CJ_AKT/meshes/mill/2.stl ADDED
Binary file (25.5 kB). View file
 
joints/CJ_AKT/meshes/odf/0.stl ADDED
Binary file (98 kB). View file
 
joints/CJ_AKT/meshes/odf/1.stl ADDED
Binary file (99.4 kB). View file
 
joints/CJ_AKT/meshes/odf/2.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac2e23d6c14030964a94cab824be0e1e8e51a24a6015a3ba61f7b2001199ee43
3
+ size 201884
joints/CJ_AKT/meshes/ours/0.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e4e29c60dbc5403c617242028a590318b11292c976f1ab44658e2796b0ffa0a
3
+ size 185484
joints/CJ_AKT/meshes/ours/1.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f463fc1629a993611f54aafbd061bba67ba8924324e59c526ea7802cef98b8fa
3
+ size 264484
joints/CJ_AKT/meshes/ours/2.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:39ff7b901f6c863de4ff1f6d3a930d4a298483d9e6e270de709d9192a67f7c40
3
+ size 186884
joints/CJ_AKT/polyline_files/base.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"moduleList": {"base": {"nodes": [{"id": "982010d5-56ea-44f0-9d83-93cd46c3fe20", "name": "RegisterGeometry", "data": {"name": "main_3", "bbox": [2, 4, 2]}}, {"id": "6007f4cb-d495-4969-8ccf-c1ba2bea85d4", "name": "SetMaterial", "data": {"material": [2]}}, {"id": "f1a5e505-4f2c-4764-bace-50f5f0590471", "name": "Difference", "data": {}}, {"id": "ef0d5706-5c3e-4631-9241-b00ffd94543a", "name": "LinkedHeightField3D", "data": {}}, {"id": "b5b7ba3a-80cd-4324-a11c-5e6efa4f172d", "name": "Plane3D", "data": {"origin": [0.0, 0.4000000059604645, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "b63ea366-459f-416f-816e-0bd28410b18b", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "b972cd0f-0f20-44c4-b8c3-b8310b45f3bc", "name": "PolyLine2D", "data": {"points": [[-0.5, 0.0, 0.0], [0.5, 0.0, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "5f3a7005-178e-4fcb-a9f3-dc8552e33cf4", "name": "LinkedHeightField3D", "data": {}}, {"id": "7ae1a4b4-c7cb-4e93-8fff-b501ae122223", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.501], "normal": [0.0, 0.0, -1.0]}}, {"id": "0410e915-4cea-43ba-a0f1-49e875fc1b8a", "name": "ApplyHeight", "data": {"height": [0.502]}}, {"id": "c73183d1-b82f-475a-9fcd-4d70532850cc", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "b8160869-9822-4a17-84e6-6f8ddb0e48e3", "name": "Difference", "data": {}}, {"id": "e328784b-7814-4d84-b850-dc9806a71626", "name": "PolyLine2D", "data": {"points": [[0.0, -1.0, 0.0], [3.0, -1.0, 0.0], [3.0, 1.0, 0.0], [0.0, 1.0, 0.0]]}}, {"id": "efc0a540-126c-4dc4-9d87-dae8c8b48a69", "name": "PolyLine2D", "data": {"points": [[1.8333100080490112, -0.25, 0.0], [1.8333100080490112, 0.25, 0.0], [1.5, 0.1666100025177002, 0.0], [1.1666100025177002, 0.25, 0.0], [1.1666100025177002, -0.25, 0.0], [1.5, -0.16609999537467957, 0.0]]}}, {"id": "6854c69b-dc41-41fb-ad77-9b383691307a", "name": "RegisterGeometry", "data": {"name": "main_1", "bbox": [2, 4, 2]}}, {"id": "de1cde67-80bc-4744-a393-f0b777dfcb71", "name": "SetMaterial", "data": {"material": [3]}}, {"id": "54a9e988-bdbe-486f-9863-821c900ff34c", "name": "Difference", "data": {}}, {"id": "d83dc5f9-ac41-4e16-9991-414c50e1b453", "name": "LinkedHeightField3D", "data": {}}, {"id": "9ce646e4-e520-4408-bfde-28d46c24a34a", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "581015dc-a407-482f-8f87-b2dd13d94839", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "35fb288e-c945-4570-b3de-581edccd69a5", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "3c216d10-14cc-4806-8605-d5588b94e3e3", "name": "Union", "data": {}}, {"id": "ed4b77ac-6d3a-4341-90f1-63211fc5e22b", "name": "LinkedHeightField3D", "data": {}}, {"id": "4731eff2-c9ca-4c32-8a05-c22631dbd97a", "name": "Plane3D", "data": {"origin": [0.0, 0.0, -0.501], "normal": [0.0, 0.0, 1.0]}}, {"id": "55086e65-f232-4952-8507-8131bd4fca2c", "name": "ApplyHeight", "data": {"height": [0.49700002386048436]}}, {"id": "22d8066d-9a79-49d0-ba50-0278ba78f724", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "48040035-346c-4baa-8daa-c3f31b54b550", "name": "PolyLine2D", "data": {"points": [[-1.5, -0.75, 0.0], [-1.5, 0.75, 0.0], [-2.700000047683716, 0.75, 0.0], [-2.700000047683716, -0.75, 0.0]]}}, {"id": "deb10216-8fbc-4968-ae5e-7e2f3b8c1d58", "name": "LinkedHeightField3D", "data": {}}, {"id": "897a0995-62b8-407a-83e6-1d85e6b5da27", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.501], "normal": [0.0, 0.0, -1.0]}}, {"id": "7a1986b4-1024-403e-9f5f-6a6f7cc7df4d", "name": "ApplyHeight", "data": {"height": [0.5059999761581421]}}, {"id": "2d4d6227-bddb-43bf-920b-dd95555b817f", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "0aa9e525-a2b2-4c1f-b6cb-022118a3b089", "name": "PolyLine2D", "data": {"points": [[2.0999999046325684, 0.75, 0.0], [1.5, 0.75, 0.0], [1.5, 0.16599999368190765, 0.0], [1.166599988937378, 0.25, 0.0], [1.166599988937378, -0.25, 0.0], [1.5, -0.16599999368190765, 0.0], [1.5, -0.75, 0.0], [2.0999999046325684, -0.75, 0.0]]}}, {"id": "ec267740-9540-472d-9504-3b516dc63ccd", "name": "RegisterGeometry", "data": {"name": "main_2", "bbox": [2, 4, 2]}}, {"id": "8deef30f-e0fc-40dc-9159-1ea23deca3bc", "name": "SetMaterial", "data": {"material": [4]}}, {"id": "dbd8b559-6319-4936-a513-f2ce39457770", "name": "Difference", "data": {}}, {"id": "db5ee80c-edc1-41b6-a679-6bb49bf2e26e", "name": "LinkedHeightField3D", "data": {}}, {"id": "fc552a99-6729-4bb3-9c2e-0bc8d9256f8e", "name": "Plane3D", "data": {"origin": [0.0, 3.0, 0.0], "normal": [2.535181465646019e-06, -1.0, 0.0]}}, {"id": "f7f376a0-9299-47fd-a643-a89775c02344", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "5a9dc9be-4e47-49ec-b50d-0410309cf7b5", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "4b6de2c4-867d-4d6e-9ae2-9d9ab7b6c559", "name": "Union", "data": {}}, {"id": "c1d6e7b0-6347-4665-871f-1b7cec766416", "name": "LinkedHeightField3D", "data": {}}, {"id": "139a778f-202c-4bf2-b68b-ba4a476e987e", "name": "Plane3D", "data": {"origin": [0.0, 3.0, -0.501], "normal": [0.0, 0.0, 1.0]}}, {"id": "2dccec2d-7c1e-4172-9f6c-e6374e9acd02", "name": "ApplyHeight", "data": {"height": [0.5059999761581421]}}, {"id": "738e85ac-3077-4198-9261-c7f38dbbc36b", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "8f6ba4ef-8d98-440f-b0df-0b2a141fed3e", "name": "PolyLine2D", "data": {"points": [[1.5000019073486328, 0.7499961853027344, 0.0], [1.4999980926513672, -0.7500038146972656, 0.0], [2.699998140335083, -0.7500068545341492, 0.0], [2.7000019550323486, 0.7499931454658508, 0.0]]}}, {"id": "df7592f8-f0f9-46a0-b4e7-d8b26f8e4e1d", "name": "LinkedHeightField3D", "data": {}}, {"id": "9f4f14fc-c874-4a7b-96e3-5028a8dacca2", "name": "Plane3D", "data": {"origin": [0.0, 3.0, 0.501], "normal": [0.0, 0.0, -1.0]}}, {"id": "cb119f65-db55-4cc5-82ca-43f77d799c31", "name": "ApplyHeight", "data": {"height": [0.5059999761581421]}}, {"id": "7aed9421-920b-4b1d-8ed2-53a13276f3a5", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "25a8c475-57b7-4d24-8886-382107834014", "name": "PolyLine2D", "data": {"points": [[-2.0999979972839355, -0.750005304813385, 0.0], [-1.4999980926513672, -0.7500038146972656, 0.0], [-1.4999995231628418, -0.16600379347801208, 0.0], [-1.1665993928909302, -0.2500029504299164, 0.0], [-1.1666005849838257, 0.24999704957008362, 0.0], [-1.5000004768371582, 0.16599619388580322, 0.0], [-1.5000019073486328, 0.7499961853027344, 0.0], [-2.100001811981201, 0.749994695186615, 0.0]]}}, {"id": "2ac9881ecebe0fc8", "name": "RegisterState", "data": {"state": [1]}}, {"id": "0a1b015b8ced6c5d", "name": "Union", "data": {}}, {"id": "81f9237304b7dd10", "name": "NamedGeometry", "data": {"name": "main_1"}}, {"id": "132ea50dd3b9bf08", "name": "NamedGeometry", "data": {"name": "main_3"}}, {"id": "105a6498b1500f6f", "name": "NamedGeometry", "data": {"name": "main_2"}}, {"id": "96d36df6297a1761", "name": "RegisterState", "data": {"state": [0]}}, {"id": "ba1187118d5dda67", "name": "Union", "data": {}}, {"id": "b71a6770343e1041", "name": "Translate3D", "data": {"param": [0, 0, -0.75]}}], "connections": [{"source": "6007f4cb-d495-4969-8ccf-c1ba2bea85d4", "sourceOutput": "expr", "target": "982010d5-56ea-44f0-9d83-93cd46c3fe20", "targetInput": "expr"}, {"source": "f1a5e505-4f2c-4764-bace-50f5f0590471", "sourceOutput": "expr", "target": "6007f4cb-d495-4969-8ccf-c1ba2bea85d4", "targetInput": "expr"}, {"source": "ef0d5706-5c3e-4631-9241-b00ffd94543a", "sourceOutput": "expr", "target": "f1a5e505-4f2c-4764-bace-50f5f0590471", "targetInput": "expr1"}, {"source": "b5b7ba3a-80cd-4324-a11c-5e6efa4f172d", "sourceOutput": "expr", "target": "ef0d5706-5c3e-4631-9241-b00ffd94543a", "targetInput": "plane"}, {"source": "b63ea366-459f-416f-816e-0bd28410b18b", "sourceOutput": "expr", "target": "ef0d5706-5c3e-4631-9241-b00ffd94543a", "targetInput": "apply_height"}, {"source": "b972cd0f-0f20-44c4-b8c3-b8310b45f3bc", "sourceOutput": "expr", "target": "b63ea366-459f-416f-816e-0bd28410b18b", "targetInput": "expr"}, {"source": "5f3a7005-178e-4fcb-a9f3-dc8552e33cf4", "sourceOutput": "expr", "target": "f1a5e505-4f2c-4764-bace-50f5f0590471", "targetInput": "expr2"}, {"source": "7ae1a4b4-c7cb-4e93-8fff-b501ae122223", "sourceOutput": "expr", "target": "5f3a7005-178e-4fcb-a9f3-dc8552e33cf4", "targetInput": "plane"}, {"source": "0410e915-4cea-43ba-a0f1-49e875fc1b8a", "sourceOutput": "expr", "target": "5f3a7005-178e-4fcb-a9f3-dc8552e33cf4", "targetInput": "apply_height"}, {"source": "c73183d1-b82f-475a-9fcd-4d70532850cc", "sourceOutput": "expr", "target": "0410e915-4cea-43ba-a0f1-49e875fc1b8a", "targetInput": "expr"}, {"source": "b8160869-9822-4a17-84e6-6f8ddb0e48e3", "sourceOutput": "expr", "target": "c73183d1-b82f-475a-9fcd-4d70532850cc", "targetInput": "expr"}, {"source": "e328784b-7814-4d84-b850-dc9806a71626", "sourceOutput": "expr", "target": "b8160869-9822-4a17-84e6-6f8ddb0e48e3", "targetInput": "expr1"}, {"source": "efc0a540-126c-4dc4-9d87-dae8c8b48a69", "sourceOutput": "expr", "target": "b8160869-9822-4a17-84e6-6f8ddb0e48e3", "targetInput": "expr2"}, {"source": "de1cde67-80bc-4744-a393-f0b777dfcb71", "sourceOutput": "expr", "target": "6854c69b-dc41-41fb-ad77-9b383691307a", "targetInput": "expr"}, {"source": "54a9e988-bdbe-486f-9863-821c900ff34c", "sourceOutput": "expr", "target": "de1cde67-80bc-4744-a393-f0b777dfcb71", "targetInput": "expr"}, {"source": "d83dc5f9-ac41-4e16-9991-414c50e1b453", "sourceOutput": "expr", "target": "54a9e988-bdbe-486f-9863-821c900ff34c", "targetInput": "expr1"}, {"source": "9ce646e4-e520-4408-bfde-28d46c24a34a", "sourceOutput": "expr", "target": "d83dc5f9-ac41-4e16-9991-414c50e1b453", "targetInput": "plane"}, {"source": "581015dc-a407-482f-8f87-b2dd13d94839", "sourceOutput": "expr", "target": "d83dc5f9-ac41-4e16-9991-414c50e1b453", "targetInput": "apply_height"}, {"source": "35fb288e-c945-4570-b3de-581edccd69a5", "sourceOutput": "expr", "target": "581015dc-a407-482f-8f87-b2dd13d94839", "targetInput": "expr"}, {"source": "3c216d10-14cc-4806-8605-d5588b94e3e3", "sourceOutput": "expr", "target": "54a9e988-bdbe-486f-9863-821c900ff34c", "targetInput": "expr2"}, {"source": "ed4b77ac-6d3a-4341-90f1-63211fc5e22b", "sourceOutput": "expr", "target": "3c216d10-14cc-4806-8605-d5588b94e3e3", "targetInput": "expr"}, {"source": "4731eff2-c9ca-4c32-8a05-c22631dbd97a", "sourceOutput": "expr", "target": "ed4b77ac-6d3a-4341-90f1-63211fc5e22b", "targetInput": "plane"}, {"source": "55086e65-f232-4952-8507-8131bd4fca2c", "sourceOutput": "expr", "target": "ed4b77ac-6d3a-4341-90f1-63211fc5e22b", "targetInput": "apply_height"}, {"source": "22d8066d-9a79-49d0-ba50-0278ba78f724", "sourceOutput": "expr", "target": "55086e65-f232-4952-8507-8131bd4fca2c", "targetInput": "expr"}, {"source": "48040035-346c-4baa-8daa-c3f31b54b550", "sourceOutput": "expr", "target": "22d8066d-9a79-49d0-ba50-0278ba78f724", "targetInput": "expr"}, {"source": "deb10216-8fbc-4968-ae5e-7e2f3b8c1d58", "sourceOutput": "expr", "target": "3c216d10-14cc-4806-8605-d5588b94e3e3", "targetInput": "expr"}, {"source": "897a0995-62b8-407a-83e6-1d85e6b5da27", "sourceOutput": "expr", "target": "deb10216-8fbc-4968-ae5e-7e2f3b8c1d58", "targetInput": "plane"}, {"source": "7a1986b4-1024-403e-9f5f-6a6f7cc7df4d", "sourceOutput": "expr", "target": "deb10216-8fbc-4968-ae5e-7e2f3b8c1d58", "targetInput": "apply_height"}, {"source": "2d4d6227-bddb-43bf-920b-dd95555b817f", "sourceOutput": "expr", "target": "7a1986b4-1024-403e-9f5f-6a6f7cc7df4d", "targetInput": "expr"}, {"source": "0aa9e525-a2b2-4c1f-b6cb-022118a3b089", "sourceOutput": "expr", "target": "2d4d6227-bddb-43bf-920b-dd95555b817f", "targetInput": "expr"}, {"source": "8deef30f-e0fc-40dc-9159-1ea23deca3bc", "sourceOutput": "expr", "target": "ec267740-9540-472d-9504-3b516dc63ccd", "targetInput": "expr"}, {"source": "dbd8b559-6319-4936-a513-f2ce39457770", "sourceOutput": "expr", "target": "8deef30f-e0fc-40dc-9159-1ea23deca3bc", "targetInput": "expr"}, {"source": "db5ee80c-edc1-41b6-a679-6bb49bf2e26e", "sourceOutput": "expr", "target": "dbd8b559-6319-4936-a513-f2ce39457770", "targetInput": "expr1"}, {"source": "fc552a99-6729-4bb3-9c2e-0bc8d9256f8e", "sourceOutput": "expr", "target": "db5ee80c-edc1-41b6-a679-6bb49bf2e26e", "targetInput": "plane"}, {"source": "f7f376a0-9299-47fd-a643-a89775c02344", "sourceOutput": "expr", "target": "db5ee80c-edc1-41b6-a679-6bb49bf2e26e", "targetInput": "apply_height"}, {"source": "5a9dc9be-4e47-49ec-b50d-0410309cf7b5", "sourceOutput": "expr", "target": "f7f376a0-9299-47fd-a643-a89775c02344", "targetInput": "expr"}, {"source": "4b6de2c4-867d-4d6e-9ae2-9d9ab7b6c559", "sourceOutput": "expr", "target": "dbd8b559-6319-4936-a513-f2ce39457770", "targetInput": "expr2"}, {"source": "c1d6e7b0-6347-4665-871f-1b7cec766416", "sourceOutput": "expr", "target": "4b6de2c4-867d-4d6e-9ae2-9d9ab7b6c559", "targetInput": "expr"}, {"source": "139a778f-202c-4bf2-b68b-ba4a476e987e", "sourceOutput": "expr", "target": "c1d6e7b0-6347-4665-871f-1b7cec766416", "targetInput": "plane"}, {"source": "2dccec2d-7c1e-4172-9f6c-e6374e9acd02", "sourceOutput": "expr", "target": "c1d6e7b0-6347-4665-871f-1b7cec766416", "targetInput": "apply_height"}, {"source": "738e85ac-3077-4198-9261-c7f38dbbc36b", "sourceOutput": "expr", "target": "2dccec2d-7c1e-4172-9f6c-e6374e9acd02", "targetInput": "expr"}, {"source": "8f6ba4ef-8d98-440f-b0df-0b2a141fed3e", "sourceOutput": "expr", "target": "738e85ac-3077-4198-9261-c7f38dbbc36b", "targetInput": "expr"}, {"source": "df7592f8-f0f9-46a0-b4e7-d8b26f8e4e1d", "sourceOutput": "expr", "target": "4b6de2c4-867d-4d6e-9ae2-9d9ab7b6c559", "targetInput": "expr"}, {"source": "9f4f14fc-c874-4a7b-96e3-5028a8dacca2", "sourceOutput": "expr", "target": "df7592f8-f0f9-46a0-b4e7-d8b26f8e4e1d", "targetInput": "plane"}, {"source": "cb119f65-db55-4cc5-82ca-43f77d799c31", "sourceOutput": "expr", "target": "df7592f8-f0f9-46a0-b4e7-d8b26f8e4e1d", "targetInput": "apply_height"}, {"source": "7aed9421-920b-4b1d-8ed2-53a13276f3a5", "sourceOutput": "expr", "target": "cb119f65-db55-4cc5-82ca-43f77d799c31", "targetInput": "expr"}, {"source": "25a8c475-57b7-4d24-8886-382107834014", "sourceOutput": "expr", "target": "7aed9421-920b-4b1d-8ed2-53a13276f3a5", "targetInput": "expr"}, {"source": "0a1b015b8ced6c5d", "sourceOutput": "expr", "target": "2ac9881ecebe0fc8", "targetInput": "expr"}, {"source": "81f9237304b7dd10", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}, {"source": "81f9237304b7dd10", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "132ea50dd3b9bf08", "sourceOutput": "expr", "target": "b71a6770343e1041", "targetInput": "expr"}, {"source": "132ea50dd3b9bf08", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "105a6498b1500f6f", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}, {"source": "105a6498b1500f6f", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "ba1187118d5dda67", "sourceOutput": "expr", "target": "96d36df6297a1761", "targetInput": "expr"}, {"source": "b71a6770343e1041", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}], "positions": {"982010d5-56ea-44f0-9d83-93cd46c3fe20": {"x": 0, "y": 0}, "6007f4cb-d495-4969-8ccf-c1ba2bea85d4": {"x": 0, "y": 0}, "f1a5e505-4f2c-4764-bace-50f5f0590471": {"x": 0, "y": 0}, "ef0d5706-5c3e-4631-9241-b00ffd94543a": {"x": 0, "y": 0}, "b5b7ba3a-80cd-4324-a11c-5e6efa4f172d": {"x": 0, "y": 0}, "b63ea366-459f-416f-816e-0bd28410b18b": {"x": 0, "y": 0}, "b972cd0f-0f20-44c4-b8c3-b8310b45f3bc": {"x": 0, "y": 0}, "5f3a7005-178e-4fcb-a9f3-dc8552e33cf4": {"x": 0, "y": 0}, "7ae1a4b4-c7cb-4e93-8fff-b501ae122223": {"x": 0, "y": 0}, "0410e915-4cea-43ba-a0f1-49e875fc1b8a": {"x": 0, "y": 0}, "c73183d1-b82f-475a-9fcd-4d70532850cc": {"x": 0, "y": 0}, "b8160869-9822-4a17-84e6-6f8ddb0e48e3": {"x": 0, "y": 0}, "e328784b-7814-4d84-b850-dc9806a71626": {"x": 0, "y": 0}, "efc0a540-126c-4dc4-9d87-dae8c8b48a69": {"x": 0, "y": 0}, "6854c69b-dc41-41fb-ad77-9b383691307a": {"x": 0, "y": 0}, "de1cde67-80bc-4744-a393-f0b777dfcb71": {"x": 0, "y": 0}, "54a9e988-bdbe-486f-9863-821c900ff34c": {"x": 0, "y": 0}, "d83dc5f9-ac41-4e16-9991-414c50e1b453": {"x": 0, "y": 0}, "9ce646e4-e520-4408-bfde-28d46c24a34a": {"x": 0, "y": 0}, "581015dc-a407-482f-8f87-b2dd13d94839": {"x": 0, "y": 0}, "35fb288e-c945-4570-b3de-581edccd69a5": {"x": 0, "y": 0}, "3c216d10-14cc-4806-8605-d5588b94e3e3": {"x": 0, "y": 0}, "ed4b77ac-6d3a-4341-90f1-63211fc5e22b": {"x": 0, "y": 0}, "4731eff2-c9ca-4c32-8a05-c22631dbd97a": {"x": 0, "y": 0}, "55086e65-f232-4952-8507-8131bd4fca2c": {"x": 0, "y": 0}, "22d8066d-9a79-49d0-ba50-0278ba78f724": {"x": 0, "y": 0}, "48040035-346c-4baa-8daa-c3f31b54b550": {"x": 0, "y": 0}, "deb10216-8fbc-4968-ae5e-7e2f3b8c1d58": {"x": 0, "y": 0}, "897a0995-62b8-407a-83e6-1d85e6b5da27": {"x": 0, "y": 0}, "7a1986b4-1024-403e-9f5f-6a6f7cc7df4d": {"x": 0, "y": 0}, "2d4d6227-bddb-43bf-920b-dd95555b817f": {"x": 0, "y": 0}, "0aa9e525-a2b2-4c1f-b6cb-022118a3b089": {"x": 0, "y": 0}, "ec267740-9540-472d-9504-3b516dc63ccd": {"x": 0, "y": 0}, "8deef30f-e0fc-40dc-9159-1ea23deca3bc": {"x": 0, "y": 0}, "dbd8b559-6319-4936-a513-f2ce39457770": {"x": 0, "y": 0}, "db5ee80c-edc1-41b6-a679-6bb49bf2e26e": {"x": 0, "y": 0}, "fc552a99-6729-4bb3-9c2e-0bc8d9256f8e": {"x": 0, "y": 0}, "f7f376a0-9299-47fd-a643-a89775c02344": {"x": 0, "y": 0}, "5a9dc9be-4e47-49ec-b50d-0410309cf7b5": {"x": 0, "y": 0}, "4b6de2c4-867d-4d6e-9ae2-9d9ab7b6c559": {"x": 0, "y": 0}, "c1d6e7b0-6347-4665-871f-1b7cec766416": {"x": 0, "y": 0}, "139a778f-202c-4bf2-b68b-ba4a476e987e": {"x": 0, "y": 0}, "2dccec2d-7c1e-4172-9f6c-e6374e9acd02": {"x": 0, "y": 0}, "738e85ac-3077-4198-9261-c7f38dbbc36b": {"x": 0, "y": 0}, "8f6ba4ef-8d98-440f-b0df-0b2a141fed3e": {"x": 0, "y": 0}, "df7592f8-f0f9-46a0-b4e7-d8b26f8e4e1d": {"x": 0, "y": 0}, "9f4f14fc-c874-4a7b-96e3-5028a8dacca2": {"x": 0, "y": 0}, "cb119f65-db55-4cc5-82ca-43f77d799c31": {"x": 0, "y": 0}, "7aed9421-920b-4b1d-8ed2-53a13276f3a5": {"x": 0, "y": 0}, "25a8c475-57b7-4d24-8886-382107834014": {"x": 0, "y": 0}, "2ac9881ecebe0fc8": {"x": 0, "y": 0}, "0a1b015b8ced6c5d": {"x": 0, "y": 0}, "81f9237304b7dd10": {"x": 0, "y": 0}, "132ea50dd3b9bf08": {"x": 0, "y": 0}, "105a6498b1500f6f": {"x": 0, "y": 0}, "96d36df6297a1761": {"x": 0, "y": 0}, "ba1187118d5dda67": {"x": 0, "y": 0}, "b71a6770343e1041": {"x": 0, "y": 0}}}}}
joints/CJ_AKT/polyline_files/mill.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"moduleList": {"base": {"nodes": [{"id": "7326c172-194e-41dc-ae84-b427e11743cc", "name": "RegisterGeometry", "data": {"name": "main_3", "bbox": [2, 4, 2]}}, {"id": "5b00d10a-d557-445b-8914-7bf5b2bdaa9f", "name": "SetMaterial", "data": {"material": [2]}}, {"id": "d18541aa-2094-4a38-a65f-cf02c5619f91", "name": "Difference", "data": {}}, {"id": "3556faae-ddeb-4541-ae35-f1b4b137649f", "name": "LinkedHeightField3D", "data": {}}, {"id": "6a3923f8-1b97-468f-9a92-2a8fb687d091", "name": "Plane3D", "data": {"origin": [0.0, 0.4000000059604645, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "ed0a1774-07e4-461e-9fc5-709883ff4661", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "05ab48fd-be5f-47c3-9ffa-6f8efedea574", "name": "PolyLine2D", "data": {"points": [[-0.5, 0.0, 0.0], [0.5, 0.0, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "e1757ed6-8d5d-49a7-a469-9d79fab3cd9e", "name": "LinkedHeightField3D", "data": {}}, {"id": "97d1edb7-098e-4d30-b13f-895cc16e1c47", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.501], "normal": [0.0, 0.0, -1.0]}}, {"id": "43da888f-d5c0-4eef-b057-799e35d6fd25", "name": "ApplyHeight", "data": {"height": [0.502]}}, {"id": "b9920d3d-0210-46a3-976b-34808c0f1503", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "c92b8268-e7f8-450f-a410-49a8776fb3c3", "name": "Difference", "data": {}}, {"id": "b58bb581-77ac-446c-af9b-478dcebe36d8", "name": "PolyLine2D", "data": {"points": [[0.10583333671092987, -1.0000100135803223, 0.0], [2.8941667079925537, -1.0000100135803223, 0.4142135679721832], [3.0000100135803223, -0.8941666483879089, 0.0], [3.0000100135803223, 0.8941666483879089, 0.4142135679721832], [2.8941667079925537, 1.0000100135803223, 0.0], [0.10583333671092987, 1.0000100135803223, 0.4142135679721832], [-9.999999747378752e-06, 0.8941666483879089, 0.0], [-9.999999747378752e-06, -0.8941666483879089, 0.4142135679721832]]}}, {"id": "b76c74be-ff46-4ca3-aca0-1541ff7ce635", "name": "PolyLine2D", "data": {"points": [[1.1666200160980225, -0.2499871701002121, 0.0], [1.1666200160980225, 0.2499871850013733, 0.0], [1.4743138551712036, 0.173024520277977, 0.12318085879087448], [1.5256857872009277, 0.1730259656906128, 0.0], [1.833299994468689, 0.2499871850013733, 0.0], [1.833299994468689, -0.2499871701002121, 0.0], [1.5258336067199707, -0.17259244620800018, 0.12391149997711182], [1.4741660356521606, -0.17259098589420319, 0.0]]}}, {"id": "71a44b9e-e2e8-426d-ab37-82f0daa8a073", "name": "RegisterGeometry", "data": {"name": "main_1", "bbox": [2, 4, 2]}}, {"id": "0c7da085-f0a1-4467-ae6c-c1bc5a2da871", "name": "SetMaterial", "data": {"material": [3]}}, {"id": "9c00eba3-db95-46db-b1b1-ed6da241d42d", "name": "Difference", "data": {}}, {"id": "f5ee1ff7-ecfa-45c2-9888-7aabdad0fd2d", "name": "LinkedHeightField3D", "data": {}}, {"id": "5a8c748f-6b66-4b96-8044-6f9462c888d0", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "977ff007-53c4-4e7b-9d7f-72e33ece2965", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "1f36ea63-c028-4698-bcd3-55a99c554d4c", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "c0a6eb7d-2a26-4419-802c-9d1c09b6a606", "name": "Union", "data": {}}, {"id": "406a79a9-dd77-417e-be3a-2d55aa6c7389", "name": "LinkedHeightField3D", "data": {}}, {"id": "58ca93a4-ecd2-43e8-8b89-3e4c2d36f1ec", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.501], "normal": [0.0, 0.0, -1.0]}}, {"id": "b2ab99bd-4fe5-4107-9c0f-63cc1670ad7f", "name": "ApplyHeight", "data": {"height": [0.5059999761581421]}}, {"id": "a61bfae5-2fbe-4730-8b64-b27e8c210703", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "50c07707-a368-41c5-969c-b8673e52e409", "name": "PolyLine2D", "data": {"points": [[1.4999899864196777, 0.16601282358169556, 0.0], [1.2982923984527588, 0.21683046221733093, 0.48849618434906006], [1.1665899753570557, 0.1141946017742157, 0.0], [1.1665899753570557, -0.1141946017742157, 0.48849618434906006], [1.2982923984527588, -0.21683046221733093, 0.0], [1.4999899864196777, -0.16601282358169556, 0.0], [1.4999899864196777, -0.6441666483879089, 0.4142135679721832], [1.6058332920074463, -0.7500100135803223, 0.0], [1.994166612625122, -0.7500100135803223, 0.4142135679721832], [2.1000099182128906, -0.6441666483879089, 0.0], [2.1000099182128906, 0.6441666483879089, 0.4142135679721832], [1.994166612625122, 0.7500100135803223, 0.0], [1.6058332920074463, 0.7500100135803223, 0.4142135679721832], [1.4999899864196777, 0.6441666483879089, 0.0]]}}, {"id": "c25dc12e-0c81-4c2b-9dae-d66f7d088ac6", "name": "LinkedHeightField3D", "data": {}}, {"id": "6b6141f2-1d4f-4928-a901-39ee0fcda8fd", "name": "Plane3D", "data": {"origin": [0.0, 0.0, -0.501], "normal": [0.0, 0.0, 1.0]}}, {"id": "f690c2ad-861a-4802-854d-39b8274ff7da", "name": "ApplyHeight", "data": {"height": [0.49700002386048436]}}, {"id": "c8421b49-958b-480b-b90a-8ecfbc796644", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "541e5c74-aec3-4cf6-b07b-c811f2178fd7", "name": "PolyLine2D", "data": {"points": [[-1.4999899864196777, -0.6441666483879089, 0.0], [-1.4999899864196777, 0.6441666483879089, 0.4142135679721832], [-1.6058332920074463, 0.7500100135803223, 0.0], [-2.5941667556762695, 0.7500100135803223, 0.4142135679721832], [-2.700010061264038, 0.6441666483879089, 0.0], [-2.700010061264038, -0.6441666483879089, 0.4142135679721832], [-2.5941667556762695, -0.7500100135803223, 0.0], [-1.6058332920074463, -0.7500100135803223, 0.4142135679721832]]}}, {"id": "df65a3db-100b-474d-ad83-1c99739b2163", "name": "RegisterGeometry", "data": {"name": "main_2", "bbox": [2, 4, 2]}}, {"id": "1f8f6057-d65d-4de6-b9ed-7f3bc42bdf63", "name": "SetMaterial", "data": {"material": [4]}}, {"id": "390b6eb6-2dbe-48ac-9129-5312b3300727", "name": "Difference", "data": {}}, {"id": "79f5fce8-d93f-4f22-8dba-d289a038fe1a", "name": "LinkedHeightField3D", "data": {}}, {"id": "346e801f-09b5-4fb2-9288-e1eb2252a634", "name": "Plane3D", "data": {"origin": [0.0, 3.0, 0.0], "normal": [2.535181465646019e-06, -1.0, 0.0]}}, {"id": "386b3408-1625-4167-96fa-6628bda149ad", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "33880703-aea4-4e30-9d7c-47c8aa568a1a", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "38fa7f37-3095-422e-8b1c-06c79e911dda", "name": "Union", "data": {}}, {"id": "ccbe378f-bd1b-49e6-837c-3fa7ff0e6af4", "name": "LinkedHeightField3D", "data": {}}, {"id": "6c8477b2-091b-4427-9ba8-2a03fd3cba7c", "name": "Plane3D", "data": {"origin": [0.0, 3.0, 0.501], "normal": [0.0, 0.0, -1.0]}}, {"id": "bafcc2fe-1873-42a5-ba61-91adeb3cbb30", "name": "ApplyHeight", "data": {"height": [0.5059999761581421]}}, {"id": "cfeb0b83-0387-415b-8920-df0020766471", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "3c22060b-1d2f-47d5-b5d4-0f6a188c02a8", "name": "PolyLine2D", "data": {"points": [[-1.4999895095825195, -0.1660166233778, 0.0], [-1.298291802406311, -0.21683374047279358, 0.48849615454673767], [-1.1665897369384766, -0.11419756710529327, 0.0], [-1.1665902137756348, 0.11419163644313812, 0.48849621415138245], [-1.298292875289917, 0.2168271839618683, 0.0], [-1.499990463256836, 0.16600902378559113, 0.0], [-1.4999916553497314, 0.6441628336906433, 0.4142135679721832], [-1.605835199356079, 0.7500059008598328, 0.0], [-1.9941685199737549, 0.7500049471855164, 0.4142135679721832], [-2.1000115871429443, 0.6441613435745239, 0.0], [-2.100008249282837, -0.644171953201294, 0.41421353816986084], [-1.9941647052764893, -0.7500150203704834, 0.0], [-1.6058313846588135, -0.750014066696167, 0.41421353816986084], [-1.499988317489624, -0.6441704630851746, 0.0]]}}, {"id": "7e9dd13e-a706-4725-baa9-f264f45c2476", "name": "LinkedHeightField3D", "data": {}}, {"id": "ab989300-9edc-460a-8a9b-8eb83291643b", "name": "Plane3D", "data": {"origin": [0.0, 3.0, -0.501], "normal": [0.0, 0.0, 1.0]}}, {"id": "10216c46-9be8-40f6-b785-f10c71f8e956", "name": "ApplyHeight", "data": {"height": [0.5059999761581421]}}, {"id": "c3b10732-4898-471c-b274-0809308ef513", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "55e68f23-4f21-4bd7-a5fe-630b9ed4ca8c", "name": "PolyLine2D", "data": {"points": [[1.4999916553497314, 0.6441628336906433, 0.0], [1.499988317489624, -0.6441704630851746, 0.4142135679721832], [1.6058313846588135, -0.750014066696167, 0.0], [2.5941648483276367, -0.7500165700912476, 0.4142135679721832], [2.7000083923339844, -0.6441735029220581, 0.0], [2.700011730194092, 0.6441597938537598, 0.4142135679721832], [2.5941686630249023, 0.7500033974647522, 0.0], [1.605835199356079, 0.7500059008598328, 0.4142135679721832]]}}, {"id": "2ac9881ecebe0fc8", "name": "RegisterState", "data": {"state": [1]}}, {"id": "0a1b015b8ced6c5d", "name": "Union", "data": {}}, {"id": "81f9237304b7dd10", "name": "NamedGeometry", "data": {"name": "main_1"}}, {"id": "132ea50dd3b9bf08", "name": "NamedGeometry", "data": {"name": "main_3"}}, {"id": "105a6498b1500f6f", "name": "NamedGeometry", "data": {"name": "main_2"}}, {"id": "96d36df6297a1761", "name": "RegisterState", "data": {"state": [0]}}, {"id": "ba1187118d5dda67", "name": "Union", "data": {}}, {"id": "b71a6770343e1041", "name": "Translate3D", "data": {"param": [0, 0, -0.75]}}], "connections": [{"source": "5b00d10a-d557-445b-8914-7bf5b2bdaa9f", "sourceOutput": "expr", "target": "7326c172-194e-41dc-ae84-b427e11743cc", "targetInput": "expr"}, {"source": "d18541aa-2094-4a38-a65f-cf02c5619f91", "sourceOutput": "expr", "target": "5b00d10a-d557-445b-8914-7bf5b2bdaa9f", "targetInput": "expr"}, {"source": "3556faae-ddeb-4541-ae35-f1b4b137649f", "sourceOutput": "expr", "target": "d18541aa-2094-4a38-a65f-cf02c5619f91", "targetInput": "expr1"}, {"source": "6a3923f8-1b97-468f-9a92-2a8fb687d091", "sourceOutput": "expr", "target": "3556faae-ddeb-4541-ae35-f1b4b137649f", "targetInput": "plane"}, {"source": "ed0a1774-07e4-461e-9fc5-709883ff4661", "sourceOutput": "expr", "target": "3556faae-ddeb-4541-ae35-f1b4b137649f", "targetInput": "apply_height"}, {"source": "05ab48fd-be5f-47c3-9ffa-6f8efedea574", "sourceOutput": "expr", "target": "ed0a1774-07e4-461e-9fc5-709883ff4661", "targetInput": "expr"}, {"source": "e1757ed6-8d5d-49a7-a469-9d79fab3cd9e", "sourceOutput": "expr", "target": "d18541aa-2094-4a38-a65f-cf02c5619f91", "targetInput": "expr2"}, {"source": "97d1edb7-098e-4d30-b13f-895cc16e1c47", "sourceOutput": "expr", "target": "e1757ed6-8d5d-49a7-a469-9d79fab3cd9e", "targetInput": "plane"}, {"source": "43da888f-d5c0-4eef-b057-799e35d6fd25", "sourceOutput": "expr", "target": "e1757ed6-8d5d-49a7-a469-9d79fab3cd9e", "targetInput": "apply_height"}, {"source": "b9920d3d-0210-46a3-976b-34808c0f1503", "sourceOutput": "expr", "target": "43da888f-d5c0-4eef-b057-799e35d6fd25", "targetInput": "expr"}, {"source": "c92b8268-e7f8-450f-a410-49a8776fb3c3", "sourceOutput": "expr", "target": "b9920d3d-0210-46a3-976b-34808c0f1503", "targetInput": "expr"}, {"source": "b58bb581-77ac-446c-af9b-478dcebe36d8", "sourceOutput": "expr", "target": "c92b8268-e7f8-450f-a410-49a8776fb3c3", "targetInput": "expr1"}, {"source": "b76c74be-ff46-4ca3-aca0-1541ff7ce635", "sourceOutput": "expr", "target": "c92b8268-e7f8-450f-a410-49a8776fb3c3", "targetInput": "expr2"}, {"source": "0c7da085-f0a1-4467-ae6c-c1bc5a2da871", "sourceOutput": "expr", "target": "71a44b9e-e2e8-426d-ab37-82f0daa8a073", "targetInput": "expr"}, {"source": "9c00eba3-db95-46db-b1b1-ed6da241d42d", "sourceOutput": "expr", "target": "0c7da085-f0a1-4467-ae6c-c1bc5a2da871", "targetInput": "expr"}, {"source": "f5ee1ff7-ecfa-45c2-9888-7aabdad0fd2d", "sourceOutput": "expr", "target": "9c00eba3-db95-46db-b1b1-ed6da241d42d", "targetInput": "expr1"}, {"source": "5a8c748f-6b66-4b96-8044-6f9462c888d0", "sourceOutput": "expr", "target": "f5ee1ff7-ecfa-45c2-9888-7aabdad0fd2d", "targetInput": "plane"}, {"source": "977ff007-53c4-4e7b-9d7f-72e33ece2965", "sourceOutput": "expr", "target": "f5ee1ff7-ecfa-45c2-9888-7aabdad0fd2d", "targetInput": "apply_height"}, {"source": "1f36ea63-c028-4698-bcd3-55a99c554d4c", "sourceOutput": "expr", "target": "977ff007-53c4-4e7b-9d7f-72e33ece2965", "targetInput": "expr"}, {"source": "c0a6eb7d-2a26-4419-802c-9d1c09b6a606", "sourceOutput": "expr", "target": "9c00eba3-db95-46db-b1b1-ed6da241d42d", "targetInput": "expr2"}, {"source": "406a79a9-dd77-417e-be3a-2d55aa6c7389", "sourceOutput": "expr", "target": "c0a6eb7d-2a26-4419-802c-9d1c09b6a606", "targetInput": "expr"}, {"source": "58ca93a4-ecd2-43e8-8b89-3e4c2d36f1ec", "sourceOutput": "expr", "target": "406a79a9-dd77-417e-be3a-2d55aa6c7389", "targetInput": "plane"}, {"source": "b2ab99bd-4fe5-4107-9c0f-63cc1670ad7f", "sourceOutput": "expr", "target": "406a79a9-dd77-417e-be3a-2d55aa6c7389", "targetInput": "apply_height"}, {"source": "a61bfae5-2fbe-4730-8b64-b27e8c210703", "sourceOutput": "expr", "target": "b2ab99bd-4fe5-4107-9c0f-63cc1670ad7f", "targetInput": "expr"}, {"source": "50c07707-a368-41c5-969c-b8673e52e409", "sourceOutput": "expr", "target": "a61bfae5-2fbe-4730-8b64-b27e8c210703", "targetInput": "expr"}, {"source": "c25dc12e-0c81-4c2b-9dae-d66f7d088ac6", "sourceOutput": "expr", "target": "c0a6eb7d-2a26-4419-802c-9d1c09b6a606", "targetInput": "expr"}, {"source": "6b6141f2-1d4f-4928-a901-39ee0fcda8fd", "sourceOutput": "expr", "target": "c25dc12e-0c81-4c2b-9dae-d66f7d088ac6", "targetInput": "plane"}, {"source": "f690c2ad-861a-4802-854d-39b8274ff7da", "sourceOutput": "expr", "target": "c25dc12e-0c81-4c2b-9dae-d66f7d088ac6", "targetInput": "apply_height"}, {"source": "c8421b49-958b-480b-b90a-8ecfbc796644", "sourceOutput": "expr", "target": "f690c2ad-861a-4802-854d-39b8274ff7da", "targetInput": "expr"}, {"source": "541e5c74-aec3-4cf6-b07b-c811f2178fd7", "sourceOutput": "expr", "target": "c8421b49-958b-480b-b90a-8ecfbc796644", "targetInput": "expr"}, {"source": "1f8f6057-d65d-4de6-b9ed-7f3bc42bdf63", "sourceOutput": "expr", "target": "df65a3db-100b-474d-ad83-1c99739b2163", "targetInput": "expr"}, {"source": "390b6eb6-2dbe-48ac-9129-5312b3300727", "sourceOutput": "expr", "target": "1f8f6057-d65d-4de6-b9ed-7f3bc42bdf63", "targetInput": "expr"}, {"source": "79f5fce8-d93f-4f22-8dba-d289a038fe1a", "sourceOutput": "expr", "target": "390b6eb6-2dbe-48ac-9129-5312b3300727", "targetInput": "expr1"}, {"source": "346e801f-09b5-4fb2-9288-e1eb2252a634", "sourceOutput": "expr", "target": "79f5fce8-d93f-4f22-8dba-d289a038fe1a", "targetInput": "plane"}, {"source": "386b3408-1625-4167-96fa-6628bda149ad", "sourceOutput": "expr", "target": "79f5fce8-d93f-4f22-8dba-d289a038fe1a", "targetInput": "apply_height"}, {"source": "33880703-aea4-4e30-9d7c-47c8aa568a1a", "sourceOutput": "expr", "target": "386b3408-1625-4167-96fa-6628bda149ad", "targetInput": "expr"}, {"source": "38fa7f37-3095-422e-8b1c-06c79e911dda", "sourceOutput": "expr", "target": "390b6eb6-2dbe-48ac-9129-5312b3300727", "targetInput": "expr2"}, {"source": "ccbe378f-bd1b-49e6-837c-3fa7ff0e6af4", "sourceOutput": "expr", "target": "38fa7f37-3095-422e-8b1c-06c79e911dda", "targetInput": "expr"}, {"source": "6c8477b2-091b-4427-9ba8-2a03fd3cba7c", "sourceOutput": "expr", "target": "ccbe378f-bd1b-49e6-837c-3fa7ff0e6af4", "targetInput": "plane"}, {"source": "bafcc2fe-1873-42a5-ba61-91adeb3cbb30", "sourceOutput": "expr", "target": "ccbe378f-bd1b-49e6-837c-3fa7ff0e6af4", "targetInput": "apply_height"}, {"source": "cfeb0b83-0387-415b-8920-df0020766471", "sourceOutput": "expr", "target": "bafcc2fe-1873-42a5-ba61-91adeb3cbb30", "targetInput": "expr"}, {"source": "3c22060b-1d2f-47d5-b5d4-0f6a188c02a8", "sourceOutput": "expr", "target": "cfeb0b83-0387-415b-8920-df0020766471", "targetInput": "expr"}, {"source": "7e9dd13e-a706-4725-baa9-f264f45c2476", "sourceOutput": "expr", "target": "38fa7f37-3095-422e-8b1c-06c79e911dda", "targetInput": "expr"}, {"source": "ab989300-9edc-460a-8a9b-8eb83291643b", "sourceOutput": "expr", "target": "7e9dd13e-a706-4725-baa9-f264f45c2476", "targetInput": "plane"}, {"source": "10216c46-9be8-40f6-b785-f10c71f8e956", "sourceOutput": "expr", "target": "7e9dd13e-a706-4725-baa9-f264f45c2476", "targetInput": "apply_height"}, {"source": "c3b10732-4898-471c-b274-0809308ef513", "sourceOutput": "expr", "target": "10216c46-9be8-40f6-b785-f10c71f8e956", "targetInput": "expr"}, {"source": "55e68f23-4f21-4bd7-a5fe-630b9ed4ca8c", "sourceOutput": "expr", "target": "c3b10732-4898-471c-b274-0809308ef513", "targetInput": "expr"}, {"source": "0a1b015b8ced6c5d", "sourceOutput": "expr", "target": "2ac9881ecebe0fc8", "targetInput": "expr"}, {"source": "81f9237304b7dd10", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}, {"source": "81f9237304b7dd10", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "132ea50dd3b9bf08", "sourceOutput": "expr", "target": "b71a6770343e1041", "targetInput": "expr"}, {"source": "132ea50dd3b9bf08", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "105a6498b1500f6f", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}, {"source": "105a6498b1500f6f", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "ba1187118d5dda67", "sourceOutput": "expr", "target": "96d36df6297a1761", "targetInput": "expr"}, {"source": "b71a6770343e1041", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}], "positions": {"7326c172-194e-41dc-ae84-b427e11743cc": {"x": 0, "y": 0}, "5b00d10a-d557-445b-8914-7bf5b2bdaa9f": {"x": 0, "y": 0}, "d18541aa-2094-4a38-a65f-cf02c5619f91": {"x": 0, "y": 0}, "3556faae-ddeb-4541-ae35-f1b4b137649f": {"x": 0, "y": 0}, "6a3923f8-1b97-468f-9a92-2a8fb687d091": {"x": 0, "y": 0}, "ed0a1774-07e4-461e-9fc5-709883ff4661": {"x": 0, "y": 0}, "05ab48fd-be5f-47c3-9ffa-6f8efedea574": {"x": 0, "y": 0}, "e1757ed6-8d5d-49a7-a469-9d79fab3cd9e": {"x": 0, "y": 0}, "97d1edb7-098e-4d30-b13f-895cc16e1c47": {"x": 0, "y": 0}, "43da888f-d5c0-4eef-b057-799e35d6fd25": {"x": 0, "y": 0}, "b9920d3d-0210-46a3-976b-34808c0f1503": {"x": 0, "y": 0}, "c92b8268-e7f8-450f-a410-49a8776fb3c3": {"x": 0, "y": 0}, "b58bb581-77ac-446c-af9b-478dcebe36d8": {"x": 0, "y": 0}, "b76c74be-ff46-4ca3-aca0-1541ff7ce635": {"x": 0, "y": 0}, "71a44b9e-e2e8-426d-ab37-82f0daa8a073": {"x": 0, "y": 0}, "0c7da085-f0a1-4467-ae6c-c1bc5a2da871": {"x": 0, "y": 0}, "9c00eba3-db95-46db-b1b1-ed6da241d42d": {"x": 0, "y": 0}, "f5ee1ff7-ecfa-45c2-9888-7aabdad0fd2d": {"x": 0, "y": 0}, "5a8c748f-6b66-4b96-8044-6f9462c888d0": {"x": 0, "y": 0}, "977ff007-53c4-4e7b-9d7f-72e33ece2965": {"x": 0, "y": 0}, "1f36ea63-c028-4698-bcd3-55a99c554d4c": {"x": 0, "y": 0}, "c0a6eb7d-2a26-4419-802c-9d1c09b6a606": {"x": 0, "y": 0}, "406a79a9-dd77-417e-be3a-2d55aa6c7389": {"x": 0, "y": 0}, "58ca93a4-ecd2-43e8-8b89-3e4c2d36f1ec": {"x": 0, "y": 0}, "b2ab99bd-4fe5-4107-9c0f-63cc1670ad7f": {"x": 0, "y": 0}, "a61bfae5-2fbe-4730-8b64-b27e8c210703": {"x": 0, "y": 0}, "50c07707-a368-41c5-969c-b8673e52e409": {"x": 0, "y": 0}, "c25dc12e-0c81-4c2b-9dae-d66f7d088ac6": {"x": 0, "y": 0}, "6b6141f2-1d4f-4928-a901-39ee0fcda8fd": {"x": 0, "y": 0}, "f690c2ad-861a-4802-854d-39b8274ff7da": {"x": 0, "y": 0}, "c8421b49-958b-480b-b90a-8ecfbc796644": {"x": 0, "y": 0}, "541e5c74-aec3-4cf6-b07b-c811f2178fd7": {"x": 0, "y": 0}, "df65a3db-100b-474d-ad83-1c99739b2163": {"x": 0, "y": 0}, "1f8f6057-d65d-4de6-b9ed-7f3bc42bdf63": {"x": 0, "y": 0}, "390b6eb6-2dbe-48ac-9129-5312b3300727": {"x": 0, "y": 0}, "79f5fce8-d93f-4f22-8dba-d289a038fe1a": {"x": 0, "y": 0}, "346e801f-09b5-4fb2-9288-e1eb2252a634": {"x": 0, "y": 0}, "386b3408-1625-4167-96fa-6628bda149ad": {"x": 0, "y": 0}, "33880703-aea4-4e30-9d7c-47c8aa568a1a": {"x": 0, "y": 0}, "38fa7f37-3095-422e-8b1c-06c79e911dda": {"x": 0, "y": 0}, "ccbe378f-bd1b-49e6-837c-3fa7ff0e6af4": {"x": 0, "y": 0}, "6c8477b2-091b-4427-9ba8-2a03fd3cba7c": {"x": 0, "y": 0}, "bafcc2fe-1873-42a5-ba61-91adeb3cbb30": {"x": 0, "y": 0}, "cfeb0b83-0387-415b-8920-df0020766471": {"x": 0, "y": 0}, "3c22060b-1d2f-47d5-b5d4-0f6a188c02a8": {"x": 0, "y": 0}, "7e9dd13e-a706-4725-baa9-f264f45c2476": {"x": 0, "y": 0}, "ab989300-9edc-460a-8a9b-8eb83291643b": {"x": 0, "y": 0}, "10216c46-9be8-40f6-b785-f10c71f8e956": {"x": 0, "y": 0}, "c3b10732-4898-471c-b274-0809308ef513": {"x": 0, "y": 0}, "55e68f23-4f21-4bd7-a5fe-630b9ed4ca8c": {"x": 0, "y": 0}, "2ac9881ecebe0fc8": {"x": 0, "y": 0}, "0a1b015b8ced6c5d": {"x": 0, "y": 0}, "81f9237304b7dd10": {"x": 0, "y": 0}, "132ea50dd3b9bf08": {"x": 0, "y": 0}, "105a6498b1500f6f": {"x": 0, "y": 0}, "96d36df6297a1761": {"x": 0, "y": 0}, "ba1187118d5dda67": {"x": 0, "y": 0}, "b71a6770343e1041": {"x": 0, "y": 0}}}}}
joints/CJ_AKT/polyline_files/odf.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"moduleList": {"base": {"nodes": [{"id": "7a2116db-1d6f-4ca2-9f08-d384afc87198", "name": "RegisterGeometry", "data": {"name": "main_3", "bbox": [2, 4, 2]}}, {"id": "94ad22e0-1362-4239-af2a-74980a2ea8b3", "name": "SetMaterial", "data": {"material": [2]}}, {"id": "905ff49b-4823-4186-973f-b6800cd3d97f", "name": "Difference", "data": {}}, {"id": "2e58ac45-3537-4a39-a5f8-69afc69f702a", "name": "LinkedHeightField3D", "data": {}}, {"id": "ee411716-122a-4030-b080-d3aec02a7da1", "name": "Plane3D", "data": {"origin": [0.0, 0.4000000059604645, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "6166c48f-ddea-4dfe-b6c5-6a1860131168", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "6d23bef0-e05e-480d-ab2c-b1e81d94f5b6", "name": "PolyLine2D", "data": {"points": [[-0.5, 0.0, 0.0], [0.5, 0.0, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "e92e06ae-9236-4ff5-842f-9b64d1551092", "name": "LinkedHeightField3D", "data": {}}, {"id": "4ec37ab6-886d-4013-8930-110bce117db8", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.501], "normal": [0.0, 0.0, -1.0]}}, {"id": "ad62cdae-4b55-4a74-95fd-8c7a1de6d6cc", "name": "ApplyHeight", "data": {"height": [0.502]}}, {"id": "03876386-0d1d-4034-a765-68d49392ec22", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "171e4cf7-2f62-4c04-bddb-175ebb61bd76", "name": "Difference", "data": {}}, {"id": "de81cd04-8f92-444a-bde9-5d6e4a880b84", "name": "PolyLine2D", "data": {"points": [[0.09525000303983688, -1.0000100135803223, 0.0], [2.904750108718872, -1.0000100135803223, 0.4142135679721832], [3.0000100135803223, -0.9047499895095825, 0.0], [3.0000100135803223, 0.9047499895095825, 0.4142135679721832], [2.904750108718872, 1.0000100135803223, 0.0], [0.09525000303983688, 1.0000100135803223, 0.4142135679721832], [-9.999999747378752e-06, 0.9047499895095825, 0.0], [-9.999999747378752e-06, -0.9047499895095825, 0.4142135679721832]]}}, {"id": "391d72ef-c11e-49b2-9ef6-e079f12136fd", "name": "PolyLine2D", "data": {"points": [[1.833299994468689, 0.13234011828899384, 0.0], [1.833299994468689, -0.13236209750175476, -0.46924760937690735], [1.716218113899231, -0.22047919034957886, 0.0], [1.5232504606246948, -0.17194223403930664, 0.12391149997711182], [1.4767491817474365, -0.1719409078359604, 0.0], [1.2837833166122437, -0.2204757034778595, -0.47629737854003906], [1.1666200160980225, -0.1301661878824234, 0.0], [1.1666200160980225, 0.13016846776008606, -0.4762900471687317], [1.2837833166122437, 0.2204757034778595, 0.0], [1.4768822193145752, 0.17238208651542664, 0.12318085879087448], [1.5231174230575562, 0.1723833978176117, 0.0], [1.716217041015625, 0.22047269344329834, -0.4692992866039276]]}}, {"id": "bfaeaa51-5126-4e1b-8765-72d64f0dfb51", "name": "RegisterGeometry", "data": {"name": "main_1", "bbox": [2, 4, 2]}}, {"id": "5aa2d400-8a5a-42b0-8ddd-ffab522d84a2", "name": "SetMaterial", "data": {"material": [3]}}, {"id": "481f70ee-a46f-4227-984d-b17e766a1e67", "name": "Difference", "data": {}}, {"id": "a50c37e1-bff5-43f0-a7b1-3e95051b6076", "name": "LinkedHeightField3D", "data": {}}, {"id": "6cc1a798-3146-40e6-8e68-45d71715854a", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "de883adf-6f85-4936-a482-f22a673a45f8", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "5e0602f7-cddf-4030-b55e-34f9f1de24cf", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "debe9483-9beb-4203-98b3-3d56715ad009", "name": "Union", "data": {}}, {"id": "552ba0c8-9fd2-45b8-afe7-db4b85e78e5a", "name": "LinkedHeightField3D", "data": {}}, {"id": "9b1373ea-bc45-440b-8f2a-692510ef78bf", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.501], "normal": [0.0, 0.0, -1.0]}}, {"id": "99664247-4bca-4d44-869b-fc9b02deac3f", "name": "ApplyHeight", "data": {"height": [0.5059999761581421]}}, {"id": "c7bb3855-c52e-4cdd-a0bd-9fe8d22e4a7c", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "4a9978be-a6fa-487b-bf75-b0783924ed27", "name": "PolyLine2D", "data": {"points": [[1.4999899864196777, -0.16906055808067322, 0.0], [1.4999899864196777, -0.6547499895095825, 0.4142135679721832], [1.5952500104904175, -0.7500100135803223, 0.0], [2.0047500133514404, -0.7500100135803223, 0.4142135679721832], [2.1000099182128906, -0.6547499895095825, 0.0], [2.1000099182128906, 0.6547499895095825, 0.4142135679721832], [2.0047500133514404, 0.7500100135803223, 0.0], [1.5952500104904175, 0.7500100135803223, 0.4142135679721832], [1.4999899864196777, 0.6547499895095825, 0.0], [1.4999899864196777, 0.16601282358169556, 0.0], [1.285123348236084, 0.22014838457107544, 0.48849618434906006], [1.1665899753570557, 0.1277751475572586, 0.0], [1.1665899753570557, -0.1277751475572586, 0.48849618434906006], [1.285123348236084, -0.22014838457107544, 0.0], [1.4780908823013306, -0.17161357402801514, -0.05805613100528717]]}}, {"id": "24583c47-8d07-437b-b5aa-489ac808b374", "name": "LinkedHeightField3D", "data": {}}, {"id": "d320febb-0ba4-4205-a46a-fe5392e89859", "name": "Plane3D", "data": {"origin": [0.0, 0.0, -0.501], "normal": [0.0, 0.0, 1.0]}}, {"id": "2b21b912-b787-41c1-bd00-8f4ba2929069", "name": "ApplyHeight", "data": {"height": [0.49700002386048436]}}, {"id": "014fd680-6312-45f1-ab08-152da8ec71aa", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "c5348568-3108-4fff-8d0c-8f3910056623", "name": "PolyLine2D", "data": {"points": [[-1.4999899864196777, -0.6547499895095825, 0.0], [-1.4999899864196777, 0.6547499895095825, 0.4142135679721832], [-1.5952500104904175, 0.7500100135803223, 0.0], [-2.604750156402588, 0.7500100135803223, 0.4142135679721832], [-2.700010061264038, 0.6547499895095825, 0.0], [-2.700010061264038, -0.6547499895095825, 0.4142135679721832], [-2.604750156402588, -0.7500100135803223, 0.0], [-1.5952500104904175, -0.7500100135803223, 0.4142135679721832]]}}, {"id": "bab25710-c197-451e-b3df-b4647dcad66f", "name": "RegisterGeometry", "data": {"name": "main_2", "bbox": [2, 4, 2]}}, {"id": "ef2c2712-4123-441f-be85-4d097893ca0a", "name": "SetMaterial", "data": {"material": [4]}}, {"id": "732e3364-be10-4da6-b105-85505b2f14ee", "name": "Difference", "data": {}}, {"id": "b39b6fe6-f24c-42ce-9694-d4f812d18097", "name": "LinkedHeightField3D", "data": {}}, {"id": "9c89efc7-c027-46bb-8661-00a7914917a3", "name": "Plane3D", "data": {"origin": [0.0, 3.0, 0.0], "normal": [2.535181465646019e-06, -1.0, 0.0]}}, {"id": "3d411e68-febd-49d6-bf33-66ab84a6e474", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "932f4a24-2a40-4af0-8d6e-df06f1967c66", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "71413637-2256-4812-9848-47dfde6950f6", "name": "Union", "data": {}}, {"id": "c37ac1fe-d201-4c24-bc55-89c9e89d7e5d", "name": "LinkedHeightField3D", "data": {}}, {"id": "b1c2a963-80cf-47d9-81d0-6c5fd7067690", "name": "Plane3D", "data": {"origin": [0.0, 3.0, 0.501], "normal": [0.0, 0.0, -1.0]}}, {"id": "0c5a449b-7d2b-40c8-afc4-aefba717d1d4", "name": "ApplyHeight", "data": {"height": [0.5059999761581421]}}, {"id": "ee1aa477-8ef3-4395-af89-632feb047172", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "54988718-3c81-4f9a-84f7-9d3b28707f5c", "name": "PolyLine2D", "data": {"points": [[-1.499990463256836, 0.1695351004600525, 0.0], [-1.4999916553497314, 0.6547461748123169, 0.4142135679721832], [-1.5952519178390503, 0.7500059604644775, 0.0], [-2.0047519207000732, 0.7500049471855164, 0.4142135679721832], [-2.1000115871429443, 0.6547446846961975, 0.0], [-2.100008249282837, -0.6547552943229675, 0.41421353816986084], [-2.0047481060028076, -0.7500150799751282, 0.0], [-1.5952481031417847, -0.750014066696167, 0.41421353816986084], [-1.499988317489624, -0.6547538042068481, 0.0], [-1.4999895095825195, -0.1660166233778, 0.0], [-1.2851228713989258, -0.2201516330242157, 0.48849615454673767], [-1.1665897369384766, -0.127778097987175, 0.0], [-1.1665903329849243, 0.12777218222618103, 0.48849621415138245], [-1.2851239442825317, 0.22014513611793518, 0.0], [-1.499990463256836, 0.16600902378559113, 0.0], [-1.499990463256836, 0.166612446308136, 0.0], [-1.4782230854034424, 0.17205829918384552, -0.05770035833120346]]}}, {"id": "5049e953-5a51-4c49-b00e-d23de1f626e1", "name": "LinkedHeightField3D", "data": {}}, {"id": "0ee63934-0b63-421a-b20e-26f5efea7740", "name": "Plane3D", "data": {"origin": [0.0, 3.0, -0.501], "normal": [0.0, 0.0, 1.0]}}, {"id": "ea2e1b90-8528-4b49-a3d4-dff6852f7c70", "name": "ApplyHeight", "data": {"height": [0.5059999761581421]}}, {"id": "f0bec46e-99b8-41cb-a9e9-5ef27c552aa7", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "d395779b-1239-4a76-a5bd-c675840a3aea", "name": "PolyLine2D", "data": {"points": [[1.4999916553497314, 0.6547461748123169, 0.0], [1.499988317489624, -0.6547538042068481, 0.4142135679721832], [1.5952481031417847, -0.750014066696167, 0.0], [2.604748249053955, -0.7500166296958923, 0.4142135679721832], [2.7000083923339844, -0.6547568440437317, 0.0], [2.700011730194092, 0.6547431349754333, 0.4142135679721832], [2.6047520637512207, 0.7500033974647522, 0.0], [1.5952519178390503, 0.7500059604644775, 0.4142135679721832]]}}, {"id": "2ac9881ecebe0fc8", "name": "RegisterState", "data": {"state": [1]}}, {"id": "0a1b015b8ced6c5d", "name": "Union", "data": {}}, {"id": "81f9237304b7dd10", "name": "NamedGeometry", "data": {"name": "main_1"}}, {"id": "132ea50dd3b9bf08", "name": "NamedGeometry", "data": {"name": "main_3"}}, {"id": "105a6498b1500f6f", "name": "NamedGeometry", "data": {"name": "main_2"}}, {"id": "96d36df6297a1761", "name": "RegisterState", "data": {"state": [0]}}, {"id": "ba1187118d5dda67", "name": "Union", "data": {}}, {"id": "b71a6770343e1041", "name": "Translate3D", "data": {"param": [0, 0, -0.75]}}], "connections": [{"source": "94ad22e0-1362-4239-af2a-74980a2ea8b3", "sourceOutput": "expr", "target": "7a2116db-1d6f-4ca2-9f08-d384afc87198", "targetInput": "expr"}, {"source": "905ff49b-4823-4186-973f-b6800cd3d97f", "sourceOutput": "expr", "target": "94ad22e0-1362-4239-af2a-74980a2ea8b3", "targetInput": "expr"}, {"source": "2e58ac45-3537-4a39-a5f8-69afc69f702a", "sourceOutput": "expr", "target": "905ff49b-4823-4186-973f-b6800cd3d97f", "targetInput": "expr1"}, {"source": "ee411716-122a-4030-b080-d3aec02a7da1", "sourceOutput": "expr", "target": "2e58ac45-3537-4a39-a5f8-69afc69f702a", "targetInput": "plane"}, {"source": "6166c48f-ddea-4dfe-b6c5-6a1860131168", "sourceOutput": "expr", "target": "2e58ac45-3537-4a39-a5f8-69afc69f702a", "targetInput": "apply_height"}, {"source": "6d23bef0-e05e-480d-ab2c-b1e81d94f5b6", "sourceOutput": "expr", "target": "6166c48f-ddea-4dfe-b6c5-6a1860131168", "targetInput": "expr"}, {"source": "e92e06ae-9236-4ff5-842f-9b64d1551092", "sourceOutput": "expr", "target": "905ff49b-4823-4186-973f-b6800cd3d97f", "targetInput": "expr2"}, {"source": "4ec37ab6-886d-4013-8930-110bce117db8", "sourceOutput": "expr", "target": "e92e06ae-9236-4ff5-842f-9b64d1551092", "targetInput": "plane"}, {"source": "ad62cdae-4b55-4a74-95fd-8c7a1de6d6cc", "sourceOutput": "expr", "target": "e92e06ae-9236-4ff5-842f-9b64d1551092", "targetInput": "apply_height"}, {"source": "03876386-0d1d-4034-a765-68d49392ec22", "sourceOutput": "expr", "target": "ad62cdae-4b55-4a74-95fd-8c7a1de6d6cc", "targetInput": "expr"}, {"source": "171e4cf7-2f62-4c04-bddb-175ebb61bd76", "sourceOutput": "expr", "target": "03876386-0d1d-4034-a765-68d49392ec22", "targetInput": "expr"}, {"source": "de81cd04-8f92-444a-bde9-5d6e4a880b84", "sourceOutput": "expr", "target": "171e4cf7-2f62-4c04-bddb-175ebb61bd76", "targetInput": "expr1"}, {"source": "391d72ef-c11e-49b2-9ef6-e079f12136fd", "sourceOutput": "expr", "target": "171e4cf7-2f62-4c04-bddb-175ebb61bd76", "targetInput": "expr2"}, {"source": "5aa2d400-8a5a-42b0-8ddd-ffab522d84a2", "sourceOutput": "expr", "target": "bfaeaa51-5126-4e1b-8765-72d64f0dfb51", "targetInput": "expr"}, {"source": "481f70ee-a46f-4227-984d-b17e766a1e67", "sourceOutput": "expr", "target": "5aa2d400-8a5a-42b0-8ddd-ffab522d84a2", "targetInput": "expr"}, {"source": "a50c37e1-bff5-43f0-a7b1-3e95051b6076", "sourceOutput": "expr", "target": "481f70ee-a46f-4227-984d-b17e766a1e67", "targetInput": "expr1"}, {"source": "6cc1a798-3146-40e6-8e68-45d71715854a", "sourceOutput": "expr", "target": "a50c37e1-bff5-43f0-a7b1-3e95051b6076", "targetInput": "plane"}, {"source": "de883adf-6f85-4936-a482-f22a673a45f8", "sourceOutput": "expr", "target": "a50c37e1-bff5-43f0-a7b1-3e95051b6076", "targetInput": "apply_height"}, {"source": "5e0602f7-cddf-4030-b55e-34f9f1de24cf", "sourceOutput": "expr", "target": "de883adf-6f85-4936-a482-f22a673a45f8", "targetInput": "expr"}, {"source": "debe9483-9beb-4203-98b3-3d56715ad009", "sourceOutput": "expr", "target": "481f70ee-a46f-4227-984d-b17e766a1e67", "targetInput": "expr2"}, {"source": "552ba0c8-9fd2-45b8-afe7-db4b85e78e5a", "sourceOutput": "expr", "target": "debe9483-9beb-4203-98b3-3d56715ad009", "targetInput": "expr"}, {"source": "9b1373ea-bc45-440b-8f2a-692510ef78bf", "sourceOutput": "expr", "target": "552ba0c8-9fd2-45b8-afe7-db4b85e78e5a", "targetInput": "plane"}, {"source": "99664247-4bca-4d44-869b-fc9b02deac3f", "sourceOutput": "expr", "target": "552ba0c8-9fd2-45b8-afe7-db4b85e78e5a", "targetInput": "apply_height"}, {"source": "c7bb3855-c52e-4cdd-a0bd-9fe8d22e4a7c", "sourceOutput": "expr", "target": "99664247-4bca-4d44-869b-fc9b02deac3f", "targetInput": "expr"}, {"source": "4a9978be-a6fa-487b-bf75-b0783924ed27", "sourceOutput": "expr", "target": "c7bb3855-c52e-4cdd-a0bd-9fe8d22e4a7c", "targetInput": "expr"}, {"source": "24583c47-8d07-437b-b5aa-489ac808b374", "sourceOutput": "expr", "target": "debe9483-9beb-4203-98b3-3d56715ad009", "targetInput": "expr"}, {"source": "d320febb-0ba4-4205-a46a-fe5392e89859", "sourceOutput": "expr", "target": "24583c47-8d07-437b-b5aa-489ac808b374", "targetInput": "plane"}, {"source": "2b21b912-b787-41c1-bd00-8f4ba2929069", "sourceOutput": "expr", "target": "24583c47-8d07-437b-b5aa-489ac808b374", "targetInput": "apply_height"}, {"source": "014fd680-6312-45f1-ab08-152da8ec71aa", "sourceOutput": "expr", "target": "2b21b912-b787-41c1-bd00-8f4ba2929069", "targetInput": "expr"}, {"source": "c5348568-3108-4fff-8d0c-8f3910056623", "sourceOutput": "expr", "target": "014fd680-6312-45f1-ab08-152da8ec71aa", "targetInput": "expr"}, {"source": "ef2c2712-4123-441f-be85-4d097893ca0a", "sourceOutput": "expr", "target": "bab25710-c197-451e-b3df-b4647dcad66f", "targetInput": "expr"}, {"source": "732e3364-be10-4da6-b105-85505b2f14ee", "sourceOutput": "expr", "target": "ef2c2712-4123-441f-be85-4d097893ca0a", "targetInput": "expr"}, {"source": "b39b6fe6-f24c-42ce-9694-d4f812d18097", "sourceOutput": "expr", "target": "732e3364-be10-4da6-b105-85505b2f14ee", "targetInput": "expr1"}, {"source": "9c89efc7-c027-46bb-8661-00a7914917a3", "sourceOutput": "expr", "target": "b39b6fe6-f24c-42ce-9694-d4f812d18097", "targetInput": "plane"}, {"source": "3d411e68-febd-49d6-bf33-66ab84a6e474", "sourceOutput": "expr", "target": "b39b6fe6-f24c-42ce-9694-d4f812d18097", "targetInput": "apply_height"}, {"source": "932f4a24-2a40-4af0-8d6e-df06f1967c66", "sourceOutput": "expr", "target": "3d411e68-febd-49d6-bf33-66ab84a6e474", "targetInput": "expr"}, {"source": "71413637-2256-4812-9848-47dfde6950f6", "sourceOutput": "expr", "target": "732e3364-be10-4da6-b105-85505b2f14ee", "targetInput": "expr2"}, {"source": "c37ac1fe-d201-4c24-bc55-89c9e89d7e5d", "sourceOutput": "expr", "target": "71413637-2256-4812-9848-47dfde6950f6", "targetInput": "expr"}, {"source": "b1c2a963-80cf-47d9-81d0-6c5fd7067690", "sourceOutput": "expr", "target": "c37ac1fe-d201-4c24-bc55-89c9e89d7e5d", "targetInput": "plane"}, {"source": "0c5a449b-7d2b-40c8-afc4-aefba717d1d4", "sourceOutput": "expr", "target": "c37ac1fe-d201-4c24-bc55-89c9e89d7e5d", "targetInput": "apply_height"}, {"source": "ee1aa477-8ef3-4395-af89-632feb047172", "sourceOutput": "expr", "target": "0c5a449b-7d2b-40c8-afc4-aefba717d1d4", "targetInput": "expr"}, {"source": "54988718-3c81-4f9a-84f7-9d3b28707f5c", "sourceOutput": "expr", "target": "ee1aa477-8ef3-4395-af89-632feb047172", "targetInput": "expr"}, {"source": "5049e953-5a51-4c49-b00e-d23de1f626e1", "sourceOutput": "expr", "target": "71413637-2256-4812-9848-47dfde6950f6", "targetInput": "expr"}, {"source": "0ee63934-0b63-421a-b20e-26f5efea7740", "sourceOutput": "expr", "target": "5049e953-5a51-4c49-b00e-d23de1f626e1", "targetInput": "plane"}, {"source": "ea2e1b90-8528-4b49-a3d4-dff6852f7c70", "sourceOutput": "expr", "target": "5049e953-5a51-4c49-b00e-d23de1f626e1", "targetInput": "apply_height"}, {"source": "f0bec46e-99b8-41cb-a9e9-5ef27c552aa7", "sourceOutput": "expr", "target": "ea2e1b90-8528-4b49-a3d4-dff6852f7c70", "targetInput": "expr"}, {"source": "d395779b-1239-4a76-a5bd-c675840a3aea", "sourceOutput": "expr", "target": "f0bec46e-99b8-41cb-a9e9-5ef27c552aa7", "targetInput": "expr"}, {"source": "0a1b015b8ced6c5d", "sourceOutput": "expr", "target": "2ac9881ecebe0fc8", "targetInput": "expr"}, {"source": "81f9237304b7dd10", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}, {"source": "81f9237304b7dd10", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "132ea50dd3b9bf08", "sourceOutput": "expr", "target": "b71a6770343e1041", "targetInput": "expr"}, {"source": "132ea50dd3b9bf08", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "105a6498b1500f6f", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}, {"source": "105a6498b1500f6f", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "ba1187118d5dda67", "sourceOutput": "expr", "target": "96d36df6297a1761", "targetInput": "expr"}, {"source": "b71a6770343e1041", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}], "positions": {"7a2116db-1d6f-4ca2-9f08-d384afc87198": {"x": 0, "y": 0}, "94ad22e0-1362-4239-af2a-74980a2ea8b3": {"x": 0, "y": 0}, "905ff49b-4823-4186-973f-b6800cd3d97f": {"x": 0, "y": 0}, "2e58ac45-3537-4a39-a5f8-69afc69f702a": {"x": 0, "y": 0}, "ee411716-122a-4030-b080-d3aec02a7da1": {"x": 0, "y": 0}, "6166c48f-ddea-4dfe-b6c5-6a1860131168": {"x": 0, "y": 0}, "6d23bef0-e05e-480d-ab2c-b1e81d94f5b6": {"x": 0, "y": 0}, "e92e06ae-9236-4ff5-842f-9b64d1551092": {"x": 0, "y": 0}, "4ec37ab6-886d-4013-8930-110bce117db8": {"x": 0, "y": 0}, "ad62cdae-4b55-4a74-95fd-8c7a1de6d6cc": {"x": 0, "y": 0}, "03876386-0d1d-4034-a765-68d49392ec22": {"x": 0, "y": 0}, "171e4cf7-2f62-4c04-bddb-175ebb61bd76": {"x": 0, "y": 0}, "de81cd04-8f92-444a-bde9-5d6e4a880b84": {"x": 0, "y": 0}, "391d72ef-c11e-49b2-9ef6-e079f12136fd": {"x": 0, "y": 0}, "bfaeaa51-5126-4e1b-8765-72d64f0dfb51": {"x": 0, "y": 0}, "5aa2d400-8a5a-42b0-8ddd-ffab522d84a2": {"x": 0, "y": 0}, "481f70ee-a46f-4227-984d-b17e766a1e67": {"x": 0, "y": 0}, "a50c37e1-bff5-43f0-a7b1-3e95051b6076": {"x": 0, "y": 0}, "6cc1a798-3146-40e6-8e68-45d71715854a": {"x": 0, "y": 0}, "de883adf-6f85-4936-a482-f22a673a45f8": {"x": 0, "y": 0}, "5e0602f7-cddf-4030-b55e-34f9f1de24cf": {"x": 0, "y": 0}, "debe9483-9beb-4203-98b3-3d56715ad009": {"x": 0, "y": 0}, "552ba0c8-9fd2-45b8-afe7-db4b85e78e5a": {"x": 0, "y": 0}, "9b1373ea-bc45-440b-8f2a-692510ef78bf": {"x": 0, "y": 0}, "99664247-4bca-4d44-869b-fc9b02deac3f": {"x": 0, "y": 0}, "c7bb3855-c52e-4cdd-a0bd-9fe8d22e4a7c": {"x": 0, "y": 0}, "4a9978be-a6fa-487b-bf75-b0783924ed27": {"x": 0, "y": 0}, "24583c47-8d07-437b-b5aa-489ac808b374": {"x": 0, "y": 0}, "d320febb-0ba4-4205-a46a-fe5392e89859": {"x": 0, "y": 0}, "2b21b912-b787-41c1-bd00-8f4ba2929069": {"x": 0, "y": 0}, "014fd680-6312-45f1-ab08-152da8ec71aa": {"x": 0, "y": 0}, "c5348568-3108-4fff-8d0c-8f3910056623": {"x": 0, "y": 0}, "bab25710-c197-451e-b3df-b4647dcad66f": {"x": 0, "y": 0}, "ef2c2712-4123-441f-be85-4d097893ca0a": {"x": 0, "y": 0}, "732e3364-be10-4da6-b105-85505b2f14ee": {"x": 0, "y": 0}, "b39b6fe6-f24c-42ce-9694-d4f812d18097": {"x": 0, "y": 0}, "9c89efc7-c027-46bb-8661-00a7914917a3": {"x": 0, "y": 0}, "3d411e68-febd-49d6-bf33-66ab84a6e474": {"x": 0, "y": 0}, "932f4a24-2a40-4af0-8d6e-df06f1967c66": {"x": 0, "y": 0}, "71413637-2256-4812-9848-47dfde6950f6": {"x": 0, "y": 0}, "c37ac1fe-d201-4c24-bc55-89c9e89d7e5d": {"x": 0, "y": 0}, "b1c2a963-80cf-47d9-81d0-6c5fd7067690": {"x": 0, "y": 0}, "0c5a449b-7d2b-40c8-afc4-aefba717d1d4": {"x": 0, "y": 0}, "ee1aa477-8ef3-4395-af89-632feb047172": {"x": 0, "y": 0}, "54988718-3c81-4f9a-84f7-9d3b28707f5c": {"x": 0, "y": 0}, "5049e953-5a51-4c49-b00e-d23de1f626e1": {"x": 0, "y": 0}, "0ee63934-0b63-421a-b20e-26f5efea7740": {"x": 0, "y": 0}, "ea2e1b90-8528-4b49-a3d4-dff6852f7c70": {"x": 0, "y": 0}, "f0bec46e-99b8-41cb-a9e9-5ef27c552aa7": {"x": 0, "y": 0}, "d395779b-1239-4a76-a5bd-c675840a3aea": {"x": 0, "y": 0}, "2ac9881ecebe0fc8": {"x": 0, "y": 0}, "0a1b015b8ced6c5d": {"x": 0, "y": 0}, "81f9237304b7dd10": {"x": 0, "y": 0}, "132ea50dd3b9bf08": {"x": 0, "y": 0}, "105a6498b1500f6f": {"x": 0, "y": 0}, "96d36df6297a1761": {"x": 0, "y": 0}, "ba1187118d5dda67": {"x": 0, "y": 0}, "b71a6770343e1041": {"x": 0, "y": 0}}}}}
joints/CJ_AKT/polyline_files/ours.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"moduleList": {"base": {"nodes": [{"id": "0cef4c42-d166-4150-b235-aa5ffa857639", "name": "RegisterGeometry", "data": {"name": "main_3", "bbox": [2, 4, 2]}}, {"id": "cc461461-3e13-47b5-8472-9bc04cc27bd5", "name": "SetMaterial", "data": {"material": [2]}}, {"id": "de41f44f-3a6e-430e-9339-3eb6c5718a8e", "name": "Difference", "data": {}}, {"id": "5ec7e648-e626-409c-bf66-739053e7fe4e", "name": "LinkedHeightField3D", "data": {}}, {"id": "ac55ce8d-a5e2-408f-8433-103172045c2b", "name": "Plane3D", "data": {"origin": [0.0, 0.4000000059604645, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "68bce6d7-36ab-4ebc-9a7f-d3bccb344026", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "baa8c682-d9ec-4355-8b8c-83a2aab903a7", "name": "PolyLine2D", "data": {"points": [[-0.5, 0.0, 0.0], [0.5, 0.0, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "873e12a6-976a-499e-be5c-7252a4d51b2e", "name": "LinkedHeightField3D", "data": {}}, {"id": "f8a8d87b-2e63-4c39-bf48-6caf13414251", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.502], "normal": [0.0, 0.0, -1.0]}}, {"id": "27565bc2-4042-4e76-ac21-d888bdbbb30b", "name": "ApplyHeight", "data": {"height": [0.504]}}, {"id": "a2513a29-1f12-4664-8a5a-d1e2d68323a7", "name": "Dilate2D", "data": {"k": [0.10502960694922206]}}, {"id": "7001ee86-3268-4783-83be-fe5b244aa839", "name": "Difference", "data": {}}, {"id": "f246e2ad-514f-48f0-9699-03b0c9e26221", "name": "PolyLine2D", "data": {"points": [[0.10756910592317581, -0.8944815397262573, 0.0], [2.89178204536438, -0.892802357673645, 0.4400169551372528], [2.893890142440796, -0.9016535878181458, 0.0], [2.8937885761260986, 0.8936761021614075, 0.44000014662742615], [0.10613617300987244, 0.8942369222640991, 0.42736732959747314], [0.10438176244497299, 0.9015517830848694, 0.0], [0.10566459596157074, -0.9016069173812866, 0.42080605030059814]]}}, {"id": "e844ea7e-88d5-4fe6-aa2e-c77fe09b96f6", "name": "PolyLine2D", "data": {"points": [[1.9473334550857544, 0.13195408880710602, 0.0], [1.9436125755310059, -0.1406841278076172, -0.4489676058292389], [1.67786705493927, -0.31709352135658264, 0.0], [1.661586046218872, -0.3082738518714905, -0.042351946234703064], [1.3979012966156006, -0.29892897605895996, 0.0], [1.3226159811019897, -0.31774795055389404, -0.4579196870326996], [1.0552361011505127, -0.1432693749666214, 0.0], [1.051749348640442, 0.12581808865070343, -0.43982815742492676], [1.2863177061080933, 0.32230499386787415, 0.0], [1.3340944051742554, 0.30925264954566956, -0.011204172857105732], [1.5186903476715088, 0.2968333065509796, 0.0], [1.7077624797821045, 0.3201194405555725, -0.4190218150615692]]}}, {"id": "ba5a62dc-8ec2-47b5-b9cc-556aa60408dd", "name": "RegisterGeometry", "data": {"name": "main_1", "bbox": [2, 4, 2]}}, {"id": "8fb88d2b-eb7d-4b29-92b1-f9b07afd3809", "name": "SetMaterial", "data": {"material": [3]}}, {"id": "342e5fad-0214-416e-90c5-7fb4e5ef440d", "name": "Difference", "data": {}}, {"id": "d80c8ffa-9e0b-4e44-9564-bf104aaa4d47", "name": "LinkedHeightField3D", "data": {}}, {"id": "2a68ea96-9bf4-4c64-9bde-2420a38f1ec7", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "06fd0d95-207f-4eeb-9097-d97cf8ca4595", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "efd031ae-5c31-4e1e-a412-d1a8bb93f71f", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "3c19aba7-2f33-472b-af60-c66d0b8f5fbb", "name": "Union", "data": {}}, {"id": "9efc29c0-47fe-4caf-89a6-1fad4618f31d", "name": "LinkedHeightField3D", "data": {}}, {"id": "1a58266d-8bbe-456b-b74d-1e14d9deca6a", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.502], "normal": [0.0, 0.0, -1.0]}}, {"id": "12d7d259-5d91-41b7-b048-55099143e535", "name": "ApplyHeight", "data": {"height": [0.5079999761581421]}}, {"id": "1a96bdf2-b9ec-44b9-b3ff-a2d0ffd11fca", "name": "Dilate2D", "data": {"k": [0.10502960694922206]}}, {"id": "861ec167-f004-4a39-bd4e-c65002eaa082", "name": "PolyLine2D", "data": {"points": [[1.602264404296875, -0.5779300928115845, 0.0], [1.6016184091567993, -0.6505082845687866, 0.411916583776474], [1.604508876800537, -0.6445109844207764, 0.0], [1.9924159049987793, -0.6438543200492859, 0.42927154898643494], [1.9949212074279785, -0.6511339545249939, 0.0], [1.9939862489700317, 0.6419230699539185, 0.4192041754722595], [2.001885175704956, 0.6446955800056458, 0.0], [1.613161325454712, 0.644168496131897, 0.41987136006355286], [1.6048035621643066, 0.6520991325378418, 0.0], [1.6063296794891357, 0.0832986980676651, 0.0], [1.280399203300476, 0.10051102936267853, 0.388457715511322], [1.2649563550949097, 0.11143867671489716, 0.0], [1.265974521636963, -0.11676779389381409, 0.4127728343009949], [1.2739535570144653, -0.09734401106834412, 0.0], [1.5932753086090088, -0.0834592655301094, -0.047132063657045364]]}}, {"id": "54424828-68c7-454a-83f1-8681c3773d89", "name": "LinkedHeightField3D", "data": {}}, {"id": "69ee2308-5e94-409c-b8e5-cb50061cb352", "name": "Plane3D", "data": {"origin": [0.0, 0.0, -0.502], "normal": [0.0, 0.0, 1.0]}}, {"id": "eeed5a78-c71f-4c53-a84e-4931aa67d2f9", "name": "ApplyHeight", "data": {"height": [0.4980000236965716]}}, {"id": "9bddb020-1f52-4f9a-995c-a5df9e75a7e6", "name": "PolyLine2D", "data": {"points": [[-1.4999899864196777, -0.6970833539962769, 0.0], [-1.4999899864196777, 0.6970833539962769, 0.4142135679721832], [-1.5529166460037231, 0.7500100135803223, 0.0], [-2.647083282470703, 0.7500100135803223, 0.4142135679721832], [-2.700010061264038, 0.6970833539962769, 0.0], [-2.700010061264038, -0.6970833539962769, 0.4142135679721832], [-2.647083282470703, -0.7500100135803223, 0.0], [-1.5529166460037231, -0.7500100135803223, 0.4142135679721832]]}}, {"id": "a8eff1ba-06d6-43d9-8e2f-85c9aa8ec282", "name": "RegisterGeometry", "data": {"name": "main_2", "bbox": [2, 4, 2]}}, {"id": "65ef2311-9b26-466e-a30f-8ba7bc81e8ea", "name": "SetMaterial", "data": {"material": [4]}}, {"id": "72a756d8-8c1c-496c-b30a-3534a5943683", "name": "Difference", "data": {}}, {"id": "3c49c2da-794f-4b0e-b239-8330324e8d5b", "name": "LinkedHeightField3D", "data": {}}, {"id": "0f572f42-5bdc-4474-a037-758a4af7a239", "name": "Plane3D", "data": {"origin": [0.0, 3.0, 0.0], "normal": [2.535181465646019e-06, -1.0, 0.0]}}, {"id": "fe975230-4502-49a4-995a-d24f0b075e15", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "3c507deb-766e-4b31-a89c-b35a1e210132", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "b54592c7-5ffd-49ad-b953-fba453aa333b", "name": "Union", "data": {}}, {"id": "be63d36b-c3e9-445f-b494-8ad6d42805dd", "name": "LinkedHeightField3D", "data": {}}, {"id": "542683ea-5e5a-4d1b-badd-d729bb25986c", "name": "Plane3D", "data": {"origin": [0.0, 3.0, 0.502], "normal": [0.0, 0.0, -1.0]}}, {"id": "be3febd6-461e-49a9-979e-1e3f42aa5af2", "name": "ApplyHeight", "data": {"height": [0.5079999761581421]}}, {"id": "53783723-8f44-491e-83be-5351db965073", "name": "Dilate2D", "data": {"k": [0.10502960694922206]}}, {"id": "f223d4e3-448f-453b-bab7-7e2a2006fdc2", "name": "PolyLine2D", "data": {"points": [[-1.6084100008010864, 0.5148653984069824, 0.0], [-1.6013028621673584, 0.6502508521080017, 0.4244987964630127], [-1.6038098335266113, 0.6442949175834656, 0.0], [-2.001645863056183, 0.6441175937652588, 0.42017871141433716], [-1.9935683012008667, 0.6433516144752502, 0.0], [-1.9938403367996216, -0.6435297727584839, 0.420123815536499], [-2.0017049908638, -0.6437340378761292, 0.0], [-1.6061205863952637, -0.6434956789016724, 0.42227423191070557], [-1.6037609577178955, -0.651603102684021, 0.0], [-1.60175621509552, -0.09622859209775925, 0.0], [-1.2852251529693604, -0.0988708883523941, 0.4193318784236908], [-1.2650763988494873, -0.11337321996688843, 0.0], [-1.264422059059143, 0.09805510938167572, 0.4091828167438507], [-1.262764573097229, 0.10989668220281601, 0.0], [-1.6177045106887817, 0.07083281129598618, 0.04077537730336189]]}}, {"id": "4185dc91-2d33-492e-87b3-33ba9ed045ac", "name": "LinkedHeightField3D", "data": {}}, {"id": "81ba7060-f080-4dec-a00d-e8a767250317", "name": "Plane3D", "data": {"origin": [0.0, 3.0, -0.502], "normal": [0.0, 0.0, 1.0]}}, {"id": "a1555b1d-bfaf-4697-9460-084d4c98267d", "name": "ApplyHeight", "data": {"height": [0.5079999761581421]}}, {"id": "6b13d48c-bdd5-401b-b11e-4fd0cd308a2c", "name": "PolyLine2D", "data": {"points": [[1.499991774559021, 0.6970795392990112, 0.0], [1.4999881982803345, -0.6970871686935425, 0.4142135679721832], [1.5529147386550903, -0.7500139474868774, 0.0], [2.6470813751220703, -0.7500167489051819, 0.4142135679721832], [2.7000083923339844, -0.697090208530426, 0.0], [2.700011730194092, 0.6970764994621277, 0.4142135679721832], [2.647085189819336, 0.7500032782554626, 0.0], [1.552918553352356, 0.7500060796737671, 0.4142135679721832]]}}, {"id": "2ac9881ecebe0fc8", "name": "RegisterState", "data": {"state": [1]}}, {"id": "0a1b015b8ced6c5d", "name": "Union", "data": {}}, {"id": "81f9237304b7dd10", "name": "NamedGeometry", "data": {"name": "main_1"}}, {"id": "132ea50dd3b9bf08", "name": "NamedGeometry", "data": {"name": "main_3"}}, {"id": "105a6498b1500f6f", "name": "NamedGeometry", "data": {"name": "main_2"}}, {"id": "96d36df6297a1761", "name": "RegisterState", "data": {"state": [0]}}, {"id": "ba1187118d5dda67", "name": "Union", "data": {}}, {"id": "b71a6770343e1041", "name": "Translate3D", "data": {"param": [0, 0, -0.75]}}], "connections": [{"source": "cc461461-3e13-47b5-8472-9bc04cc27bd5", "sourceOutput": "expr", "target": "0cef4c42-d166-4150-b235-aa5ffa857639", "targetInput": "expr"}, {"source": "de41f44f-3a6e-430e-9339-3eb6c5718a8e", "sourceOutput": "expr", "target": "cc461461-3e13-47b5-8472-9bc04cc27bd5", "targetInput": "expr"}, {"source": "5ec7e648-e626-409c-bf66-739053e7fe4e", "sourceOutput": "expr", "target": "de41f44f-3a6e-430e-9339-3eb6c5718a8e", "targetInput": "expr1"}, {"source": "ac55ce8d-a5e2-408f-8433-103172045c2b", "sourceOutput": "expr", "target": "5ec7e648-e626-409c-bf66-739053e7fe4e", "targetInput": "plane"}, {"source": "68bce6d7-36ab-4ebc-9a7f-d3bccb344026", "sourceOutput": "expr", "target": "5ec7e648-e626-409c-bf66-739053e7fe4e", "targetInput": "apply_height"}, {"source": "baa8c682-d9ec-4355-8b8c-83a2aab903a7", "sourceOutput": "expr", "target": "68bce6d7-36ab-4ebc-9a7f-d3bccb344026", "targetInput": "expr"}, {"source": "873e12a6-976a-499e-be5c-7252a4d51b2e", "sourceOutput": "expr", "target": "de41f44f-3a6e-430e-9339-3eb6c5718a8e", "targetInput": "expr2"}, {"source": "f8a8d87b-2e63-4c39-bf48-6caf13414251", "sourceOutput": "expr", "target": "873e12a6-976a-499e-be5c-7252a4d51b2e", "targetInput": "plane"}, {"source": "27565bc2-4042-4e76-ac21-d888bdbbb30b", "sourceOutput": "expr", "target": "873e12a6-976a-499e-be5c-7252a4d51b2e", "targetInput": "apply_height"}, {"source": "a2513a29-1f12-4664-8a5a-d1e2d68323a7", "sourceOutput": "expr", "target": "27565bc2-4042-4e76-ac21-d888bdbbb30b", "targetInput": "expr"}, {"source": "7001ee86-3268-4783-83be-fe5b244aa839", "sourceOutput": "expr", "target": "a2513a29-1f12-4664-8a5a-d1e2d68323a7", "targetInput": "expr"}, {"source": "f246e2ad-514f-48f0-9699-03b0c9e26221", "sourceOutput": "expr", "target": "7001ee86-3268-4783-83be-fe5b244aa839", "targetInput": "expr1"}, {"source": "e844ea7e-88d5-4fe6-aa2e-c77fe09b96f6", "sourceOutput": "expr", "target": "7001ee86-3268-4783-83be-fe5b244aa839", "targetInput": "expr2"}, {"source": "8fb88d2b-eb7d-4b29-92b1-f9b07afd3809", "sourceOutput": "expr", "target": "ba5a62dc-8ec2-47b5-b9cc-556aa60408dd", "targetInput": "expr"}, {"source": "342e5fad-0214-416e-90c5-7fb4e5ef440d", "sourceOutput": "expr", "target": "8fb88d2b-eb7d-4b29-92b1-f9b07afd3809", "targetInput": "expr"}, {"source": "d80c8ffa-9e0b-4e44-9564-bf104aaa4d47", "sourceOutput": "expr", "target": "342e5fad-0214-416e-90c5-7fb4e5ef440d", "targetInput": "expr1"}, {"source": "2a68ea96-9bf4-4c64-9bde-2420a38f1ec7", "sourceOutput": "expr", "target": "d80c8ffa-9e0b-4e44-9564-bf104aaa4d47", "targetInput": "plane"}, {"source": "06fd0d95-207f-4eeb-9097-d97cf8ca4595", "sourceOutput": "expr", "target": "d80c8ffa-9e0b-4e44-9564-bf104aaa4d47", "targetInput": "apply_height"}, {"source": "efd031ae-5c31-4e1e-a412-d1a8bb93f71f", "sourceOutput": "expr", "target": "06fd0d95-207f-4eeb-9097-d97cf8ca4595", "targetInput": "expr"}, {"source": "3c19aba7-2f33-472b-af60-c66d0b8f5fbb", "sourceOutput": "expr", "target": "342e5fad-0214-416e-90c5-7fb4e5ef440d", "targetInput": "expr2"}, {"source": "9efc29c0-47fe-4caf-89a6-1fad4618f31d", "sourceOutput": "expr", "target": "3c19aba7-2f33-472b-af60-c66d0b8f5fbb", "targetInput": "expr"}, {"source": "1a58266d-8bbe-456b-b74d-1e14d9deca6a", "sourceOutput": "expr", "target": "9efc29c0-47fe-4caf-89a6-1fad4618f31d", "targetInput": "plane"}, {"source": "12d7d259-5d91-41b7-b048-55099143e535", "sourceOutput": "expr", "target": "9efc29c0-47fe-4caf-89a6-1fad4618f31d", "targetInput": "apply_height"}, {"source": "1a96bdf2-b9ec-44b9-b3ff-a2d0ffd11fca", "sourceOutput": "expr", "target": "12d7d259-5d91-41b7-b048-55099143e535", "targetInput": "expr"}, {"source": "861ec167-f004-4a39-bd4e-c65002eaa082", "sourceOutput": "expr", "target": "1a96bdf2-b9ec-44b9-b3ff-a2d0ffd11fca", "targetInput": "expr"}, {"source": "54424828-68c7-454a-83f1-8681c3773d89", "sourceOutput": "expr", "target": "3c19aba7-2f33-472b-af60-c66d0b8f5fbb", "targetInput": "expr"}, {"source": "69ee2308-5e94-409c-b8e5-cb50061cb352", "sourceOutput": "expr", "target": "54424828-68c7-454a-83f1-8681c3773d89", "targetInput": "plane"}, {"source": "eeed5a78-c71f-4c53-a84e-4931aa67d2f9", "sourceOutput": "expr", "target": "54424828-68c7-454a-83f1-8681c3773d89", "targetInput": "apply_height"}, {"source": "9bddb020-1f52-4f9a-995c-a5df9e75a7e6", "sourceOutput": "expr", "target": "eeed5a78-c71f-4c53-a84e-4931aa67d2f9", "targetInput": "expr"}, {"source": "65ef2311-9b26-466e-a30f-8ba7bc81e8ea", "sourceOutput": "expr", "target": "a8eff1ba-06d6-43d9-8e2f-85c9aa8ec282", "targetInput": "expr"}, {"source": "72a756d8-8c1c-496c-b30a-3534a5943683", "sourceOutput": "expr", "target": "65ef2311-9b26-466e-a30f-8ba7bc81e8ea", "targetInput": "expr"}, {"source": "3c49c2da-794f-4b0e-b239-8330324e8d5b", "sourceOutput": "expr", "target": "72a756d8-8c1c-496c-b30a-3534a5943683", "targetInput": "expr1"}, {"source": "0f572f42-5bdc-4474-a037-758a4af7a239", "sourceOutput": "expr", "target": "3c49c2da-794f-4b0e-b239-8330324e8d5b", "targetInput": "plane"}, {"source": "fe975230-4502-49a4-995a-d24f0b075e15", "sourceOutput": "expr", "target": "3c49c2da-794f-4b0e-b239-8330324e8d5b", "targetInput": "apply_height"}, {"source": "3c507deb-766e-4b31-a89c-b35a1e210132", "sourceOutput": "expr", "target": "fe975230-4502-49a4-995a-d24f0b075e15", "targetInput": "expr"}, {"source": "b54592c7-5ffd-49ad-b953-fba453aa333b", "sourceOutput": "expr", "target": "72a756d8-8c1c-496c-b30a-3534a5943683", "targetInput": "expr2"}, {"source": "be63d36b-c3e9-445f-b494-8ad6d42805dd", "sourceOutput": "expr", "target": "b54592c7-5ffd-49ad-b953-fba453aa333b", "targetInput": "expr"}, {"source": "542683ea-5e5a-4d1b-badd-d729bb25986c", "sourceOutput": "expr", "target": "be63d36b-c3e9-445f-b494-8ad6d42805dd", "targetInput": "plane"}, {"source": "be3febd6-461e-49a9-979e-1e3f42aa5af2", "sourceOutput": "expr", "target": "be63d36b-c3e9-445f-b494-8ad6d42805dd", "targetInput": "apply_height"}, {"source": "53783723-8f44-491e-83be-5351db965073", "sourceOutput": "expr", "target": "be3febd6-461e-49a9-979e-1e3f42aa5af2", "targetInput": "expr"}, {"source": "f223d4e3-448f-453b-bab7-7e2a2006fdc2", "sourceOutput": "expr", "target": "53783723-8f44-491e-83be-5351db965073", "targetInput": "expr"}, {"source": "4185dc91-2d33-492e-87b3-33ba9ed045ac", "sourceOutput": "expr", "target": "b54592c7-5ffd-49ad-b953-fba453aa333b", "targetInput": "expr"}, {"source": "81ba7060-f080-4dec-a00d-e8a767250317", "sourceOutput": "expr", "target": "4185dc91-2d33-492e-87b3-33ba9ed045ac", "targetInput": "plane"}, {"source": "a1555b1d-bfaf-4697-9460-084d4c98267d", "sourceOutput": "expr", "target": "4185dc91-2d33-492e-87b3-33ba9ed045ac", "targetInput": "apply_height"}, {"source": "6b13d48c-bdd5-401b-b11e-4fd0cd308a2c", "sourceOutput": "expr", "target": "a1555b1d-bfaf-4697-9460-084d4c98267d", "targetInput": "expr"}, {"source": "0a1b015b8ced6c5d", "sourceOutput": "expr", "target": "2ac9881ecebe0fc8", "targetInput": "expr"}, {"source": "81f9237304b7dd10", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}, {"source": "81f9237304b7dd10", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "132ea50dd3b9bf08", "sourceOutput": "expr", "target": "b71a6770343e1041", "targetInput": "expr"}, {"source": "132ea50dd3b9bf08", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "105a6498b1500f6f", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}, {"source": "105a6498b1500f6f", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "ba1187118d5dda67", "sourceOutput": "expr", "target": "96d36df6297a1761", "targetInput": "expr"}, {"source": "b71a6770343e1041", "sourceOutput": "expr", "target": "ba1187118d5dda67", "targetInput": "expr"}], "positions": {"0cef4c42-d166-4150-b235-aa5ffa857639": {"x": 0, "y": 0}, "cc461461-3e13-47b5-8472-9bc04cc27bd5": {"x": 0, "y": 0}, "de41f44f-3a6e-430e-9339-3eb6c5718a8e": {"x": 0, "y": 0}, "5ec7e648-e626-409c-bf66-739053e7fe4e": {"x": 0, "y": 0}, "ac55ce8d-a5e2-408f-8433-103172045c2b": {"x": 0, "y": 0}, "68bce6d7-36ab-4ebc-9a7f-d3bccb344026": {"x": 0, "y": 0}, "baa8c682-d9ec-4355-8b8c-83a2aab903a7": {"x": 0, "y": 0}, "873e12a6-976a-499e-be5c-7252a4d51b2e": {"x": 0, "y": 0}, "f8a8d87b-2e63-4c39-bf48-6caf13414251": {"x": 0, "y": 0}, "27565bc2-4042-4e76-ac21-d888bdbbb30b": {"x": 0, "y": 0}, "a2513a29-1f12-4664-8a5a-d1e2d68323a7": {"x": 0, "y": 0}, "7001ee86-3268-4783-83be-fe5b244aa839": {"x": 0, "y": 0}, "f246e2ad-514f-48f0-9699-03b0c9e26221": {"x": 0, "y": 0}, "e844ea7e-88d5-4fe6-aa2e-c77fe09b96f6": {"x": 0, "y": 0}, "ba5a62dc-8ec2-47b5-b9cc-556aa60408dd": {"x": 0, "y": 0}, "8fb88d2b-eb7d-4b29-92b1-f9b07afd3809": {"x": 0, "y": 0}, "342e5fad-0214-416e-90c5-7fb4e5ef440d": {"x": 0, "y": 0}, "d80c8ffa-9e0b-4e44-9564-bf104aaa4d47": {"x": 0, "y": 0}, "2a68ea96-9bf4-4c64-9bde-2420a38f1ec7": {"x": 0, "y": 0}, "06fd0d95-207f-4eeb-9097-d97cf8ca4595": {"x": 0, "y": 0}, "efd031ae-5c31-4e1e-a412-d1a8bb93f71f": {"x": 0, "y": 0}, "3c19aba7-2f33-472b-af60-c66d0b8f5fbb": {"x": 0, "y": 0}, "9efc29c0-47fe-4caf-89a6-1fad4618f31d": {"x": 0, "y": 0}, "1a58266d-8bbe-456b-b74d-1e14d9deca6a": {"x": 0, "y": 0}, "12d7d259-5d91-41b7-b048-55099143e535": {"x": 0, "y": 0}, "1a96bdf2-b9ec-44b9-b3ff-a2d0ffd11fca": {"x": 0, "y": 0}, "861ec167-f004-4a39-bd4e-c65002eaa082": {"x": 0, "y": 0}, "54424828-68c7-454a-83f1-8681c3773d89": {"x": 0, "y": 0}, "69ee2308-5e94-409c-b8e5-cb50061cb352": {"x": 0, "y": 0}, "eeed5a78-c71f-4c53-a84e-4931aa67d2f9": {"x": 0, "y": 0}, "9bddb020-1f52-4f9a-995c-a5df9e75a7e6": {"x": 0, "y": 0}, "a8eff1ba-06d6-43d9-8e2f-85c9aa8ec282": {"x": 0, "y": 0}, "65ef2311-9b26-466e-a30f-8ba7bc81e8ea": {"x": 0, "y": 0}, "72a756d8-8c1c-496c-b30a-3534a5943683": {"x": 0, "y": 0}, "3c49c2da-794f-4b0e-b239-8330324e8d5b": {"x": 0, "y": 0}, "0f572f42-5bdc-4474-a037-758a4af7a239": {"x": 0, "y": 0}, "fe975230-4502-49a4-995a-d24f0b075e15": {"x": 0, "y": 0}, "3c507deb-766e-4b31-a89c-b35a1e210132": {"x": 0, "y": 0}, "b54592c7-5ffd-49ad-b953-fba453aa333b": {"x": 0, "y": 0}, "be63d36b-c3e9-445f-b494-8ad6d42805dd": {"x": 0, "y": 0}, "542683ea-5e5a-4d1b-badd-d729bb25986c": {"x": 0, "y": 0}, "be3febd6-461e-49a9-979e-1e3f42aa5af2": {"x": 0, "y": 0}, "53783723-8f44-491e-83be-5351db965073": {"x": 0, "y": 0}, "f223d4e3-448f-453b-bab7-7e2a2006fdc2": {"x": 0, "y": 0}, "4185dc91-2d33-492e-87b3-33ba9ed045ac": {"x": 0, "y": 0}, "81ba7060-f080-4dec-a00d-e8a767250317": {"x": 0, "y": 0}, "a1555b1d-bfaf-4697-9460-084d4c98267d": {"x": 0, "y": 0}, "6b13d48c-bdd5-401b-b11e-4fd0cd308a2c": {"x": 0, "y": 0}, "2ac9881ecebe0fc8": {"x": 0, "y": 0}, "0a1b015b8ced6c5d": {"x": 0, "y": 0}, "81f9237304b7dd10": {"x": 0, "y": 0}, "132ea50dd3b9bf08": {"x": 0, "y": 0}, "105a6498b1500f6f": {"x": 0, "y": 0}, "96d36df6297a1761": {"x": 0, "y": 0}, "ba1187118d5dda67": {"x": 0, "y": 0}, "b71a6770343e1041": {"x": 0, "y": 0}}}}}
joints/CJ_AKT/vis_files/base_jwood.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"parts": [{"name": "main_1", "expression": "Difference(lhf_0, Union(lhf_1, lhf_2))", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 0.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [0.0, 0.0, 1.0], "plane_origin": [0.0, 0.0, -0.5009999871253967], "amount": [0.49700002386048436], "polysets": [[[-1.5, -0.75, 0.0], [-1.5, 0.75, 0.0], [-2.700000047683716, 0.75, 0.0], [-2.700000047683716, -0.75, 0.0], [-1.5, -0.75, 0.0]]], "poly_signs": [1]}, "lhf_2": {"plane_normal": [0.0, 0.0, -1.0], "plane_origin": [0.0, 0.0, 0.5009999871253967], "amount": [0.5059999761581421], "polysets": [[[2.0999999046325684, 0.75, 0.0], [1.5, 0.75, 0.0], [1.5, 0.16599999368190765, 0.0], [1.166599988937378, 0.25, 0.0], [1.166599988937378, -0.25, 0.0], [1.5, -0.16599999368190765, 0.0], [1.5, -0.75, 0.0], [2.0999999046325684, -0.75, 0.0], [2.0999999046325684, 0.75, 0.0]]], "poly_signs": [1]}}}, {"name": "main_2", "expression": "Difference(lhf_0, Union(lhf_1, lhf_2))", "lhfs": {"lhf_0": {"plane_normal": [2.535181465646019e-06, -1.0, 0.0], "plane_origin": [0.0, 3.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [0.0, 0.0, 1.0], "plane_origin": [0.0, 3.0, -0.5009999871253967], "amount": [0.5059999761581421], "polysets": [[[1.5000019073486328, 0.7499961853027344, 0.0], [1.4999980926513672, -0.7500038146972656, 0.0], [2.699998140335083, -0.7500068545341492, 0.0], [2.7000019550323486, 0.7499931454658508, 0.0], [1.5000019073486328, 0.7499961853027344, 0.0]]], "poly_signs": [1]}, "lhf_2": {"plane_normal": [0.0, 0.0, -1.0], "plane_origin": [0.0, 3.0, 0.5009999871253967], "amount": [0.5059999761581421], "polysets": [[[-2.0999979972839355, -0.750005304813385, 0.0], [-1.4999980926513672, -0.7500038146972656, 0.0], [-1.4999995231628418, -0.16600379347801208, 0.0], [-1.1665993928909302, -0.2500029504299164, 0.0], [-1.1666005849838257, 0.24999704957008362, 0.0], [-1.5000004768371582, 0.16599619388580322, 0.0], [-1.5000019073486328, 0.7499961853027344, 0.0], [-2.100001811981201, 0.749994695186615, 0.0], [-2.0999979972839355, -0.750005304813385, 0.0]]], "poly_signs": [1]}}}, {"name": "main_3", "expression": "Difference(lhf_0, lhf_1)", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 0.4000000059604645, 0.0], "amount": [2.0], "polysets": [[[-0.5, 0.0, 0.0], [0.5, 0.0, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, 0.0, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [0.0, 0.0, -1.0], "plane_origin": [0.0, 0.0, 0.5009999871253967], "amount": [0.502], "polysets": [[[0.0, 1.0, 0.0], [3.0, 1.0, 0.0], [3.0, -1.0, 0.0], [0.0, -1.0, 0.0], [0.0, 1.0, 0.0]], [[1.8333100080490112, 0.25, 0.0], [1.5, 0.1666100025177002, 0.0], [1.1666100025177002, 0.25, 0.0], [1.1666100025177002, -0.25, 0.0], [1.5, -0.16609999537467957, 0.0], [1.8333100080490112, -0.25, 0.0], [1.8333100080490112, 0.25, 0.0]]], "poly_signs": [1, -1]}}}], "state_map": {"main_1": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}, "main_2": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}, "main_3": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.75], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}}}
joints/CJ_AKT/vis_files/mill_jwood.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"parts": [{"name": "main_1", "expression": "Difference(lhf_0, Union(lhf_1, lhf_2))", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 0.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [0.0, 0.0, -1.0], "plane_origin": [0.0, 0.0, 0.5009999871253967], "amount": [0.5059999761581421], "polysets": [[[1.2982923984527588, -0.21683046221733093, 0.0], [1.4999899864196777, -0.16601282358169556, 0.0], [1.4999899864196777, -0.6441666483879089, 0.0], [1.5003515481948853, -0.652907133102417, 0.0], [1.5014334917068481, -0.6615878939628601, 0.0], [1.503228783607483, -0.6701496243476868, 0.0], [1.5057249069213867, -0.6785339117050171, 0.0], [1.5089048147201538, -0.6866834163665771, 0.0], [1.5127469301223755, -0.6945425271987915, 0.0], [1.5172247886657715, -0.7020574808120728, 0.0], [1.5223079919815063, -0.7091769576072693, 0.0], [1.5279618501663208, -0.7158523797988892, 0.0], [1.5341475009918213, -0.7220381498336792, 0.0], [1.540822982788086, -0.7276919484138489, 0.0], [1.5479425191879272, -0.7327751517295837, 0.0], [1.5554574728012085, -0.7372530698776245, 0.0], [1.5633164644241333, -0.7410951852798462, 0.0], [1.5714659690856934, -0.7442750930786133, 0.0], [1.5798503160476685, -0.7467712163925171, 0.0], [1.5884120464324951, -0.7485664486885071, 0.0], [1.597092866897583, -0.7496485114097595, 0.0], [1.6058332920074463, -0.7500100135803223, 0.0], [1.994166612625122, -0.7500100135803223, 0.0], [2.0029070377349854, -0.7496485114097595, 0.0], [2.0115878582000732, -0.7485664486885071, 0.0], [2.0201497077941895, -0.7467712163925171, 0.0], [2.028533935546875, -0.7442750930786133, 0.0], [2.0366833209991455, -0.7410951852798462, 0.0], [2.0445425510406494, -0.7372530698776245, 0.0], [2.0520575046539307, -0.7327751517295837, 0.0], [2.0591769218444824, -0.7276919484138489, 0.0], [2.065852403640747, -0.7220381498336792, 0.0], [2.072038173675537, -0.7158523797988892, 0.0], [2.0776917934417725, -0.7091769576072693, 0.0], [2.082775115966797, -0.7020574808120728, 0.0], [2.0872530937194824, -0.6945425271987915, 0.0], [2.091095209121704, -0.6866834163665771, 0.0], [2.0942749977111816, -0.6785339117050171, 0.0], [2.096771240234375, -0.6701496243476868, 0.0], [2.0985662937164307, -0.6615878939628601, 0.0], [2.0996484756469727, -0.652907133102417, 0.0], [2.1000099182128906, -0.6441666483879089, 0.0], [2.1000099182128906, 0.6441666483879089, 0.0], [2.0996484756469727, 0.652907133102417, 0.0], [2.0985662937164307, 0.6615878939628601, 0.0], [2.096771240234375, 0.6701496243476868, 0.0], [2.0942749977111816, 0.6785339117050171, 0.0], [2.091095209121704, 0.6866834163665771, 0.0], [2.0872530937194824, 0.6945425271987915, 0.0], [2.082775115966797, 0.7020574808120728, 0.0], [2.0776917934417725, 0.7091769576072693, 0.0], [2.072038173675537, 0.7158523797988892, 0.0], [2.065852403640747, 0.7220381498336792, 0.0], [2.0591769218444824, 0.7276919484138489, 0.0], [2.0520575046539307, 0.7327751517295837, 0.0], [2.0445425510406494, 0.7372530698776245, 0.0], [2.0366833209991455, 0.7410951852798462, 0.0], [2.028533935546875, 0.7442750930786133, 0.0], [2.0201497077941895, 0.7467712163925171, 0.0], [2.0115878582000732, 0.7485664486885071, 0.0], [2.0029070377349854, 0.7496485114097595, 0.0], [1.994166612625122, 0.7500100135803223, 0.0], [1.6058332920074463, 0.7500100135803223, 0.0], [1.597092866897583, 0.7496485114097595, 0.0], [1.5884120464324951, 0.7485664486885071, 0.0], [1.5798503160476685, 0.7467712163925171, 0.0], [1.5714659690856934, 0.7442750930786133, 0.0], [1.5633164644241333, 0.7410951852798462, 0.0], [1.5554574728012085, 0.7372530698776245, 0.0], [1.5479425191879272, 0.7327751517295837, 0.0], [1.540822982788086, 0.7276919484138489, 0.0], [1.5341475009918213, 0.7220381498336792, 0.0], [1.5279618501663208, 0.7158523797988892, 0.0], [1.5223079919815063, 0.7091769576072693, 0.0], [1.5172247886657715, 0.7020574808120728, 0.0], [1.5127469301223755, 0.6945425271987915, 0.0], [1.5089048147201538, 0.6866834163665771, 0.0], [1.5057249069213867, 0.6785339117050171, 0.0], [1.503228783607483, 0.6701496243476868, 0.0], [1.5014334917068481, 0.6615878939628601, 0.0], [1.5003515481948853, 0.652907133102417, 0.0], [1.4999899864196777, 0.6441666483879089, 0.0], [1.4999899864196777, 0.16601282358169556, 0.0], [1.2982923984527588, 0.21683046221733093, 0.0], [1.2897342443466187, 0.2186143845319748, 0.0], [1.2810579538345337, 0.21968595683574677, 0.0], [1.2723228931427002, 0.22003787755966187, 0.0], [1.2635886669158936, 0.21966774761676788, 0.0], [1.25491464138031, 0.21857807040214539, 0.0], [1.246360182762146, 0.2167762964963913, 0.0], [1.2379835844039917, 0.21427471935749054, 0.0], [1.2298420667648315, 0.21109040081501007, 0.0], [1.2219910621643066, 0.20724506676197052, 0.0], [1.2144840955734253, 0.20276494324207306, 0.0], [1.2073725461959839, 0.19768059253692627, 0.0], [1.20070481300354, 0.19202671945095062, 0.0], [1.1945264339447021, 0.1858418583869934, 0.0], [1.1888794898986816, 0.179168239235878, 0.0], [1.183802604675293, 0.17205137014389038, 0.0], [1.1793303489685059, 0.16453979909420013, 0.0], [1.1754931211471558, 0.1566847860813141, 0.0], [1.1723172664642334, 0.14853990077972412, 0.0], [1.169824481010437, 0.1401607096195221, 0.0], [1.1680315732955933, 0.1316043883562088, 0.0], [1.166951060295105, 0.12292928248643875, 0.0], [1.1665899753570557, 0.1141946017742157, 0.0], [1.1665899753570557, -0.1141946017742157, 0.0], [1.166951060295105, -0.12292928248643875, 0.0], [1.1680315732955933, -0.1316043883562088, 0.0], [1.169824481010437, -0.1401607096195221, 0.0], [1.1723172664642334, -0.14853990077972412, 0.0], [1.1754931211471558, -0.1566847860813141, 0.0], [1.1793303489685059, -0.16453979909420013, 0.0], [1.183802604675293, -0.17205137014389038, 0.0], [1.1888794898986816, -0.179168239235878, 0.0], [1.1945264339447021, -0.1858418583869934, 0.0], [1.20070481300354, -0.19202671945095062, 0.0], [1.2073725461959839, -0.19768059253692627, 0.0], [1.2144840955734253, -0.20276494324207306, 0.0], [1.2219910621643066, -0.20724506676197052, 0.0], [1.2298420667648315, -0.21109040081501007, 0.0], [1.2379835844039917, -0.21427471935749054, 0.0], [1.246360182762146, -0.2167762964963913, 0.0], [1.25491464138031, -0.21857807040214539, 0.0], [1.2635886669158936, -0.21966774761676788, 0.0], [1.2723228931427002, -0.22003787755966187, 0.0], [1.2810579538345337, -0.21968595683574677, 0.0], [1.2897342443466187, -0.2186143845319748, 0.0], [1.2982923984527588, -0.21683046221733093, 0.0]]], "poly_signs": [1]}, "lhf_2": {"plane_normal": [0.0, 0.0, 1.0], "plane_origin": [0.0, 0.0, -0.5009999871253967], "amount": [0.49700002386048436], "polysets": [[[-1.6058332920074463, -0.7500100135803223, 0.0], [-1.597092866897583, -0.7496485114097595, 0.0], [-1.5884120464324951, -0.7485664486885071, 0.0], [-1.5798503160476685, -0.7467712163925171, 0.0], [-1.5714659690856934, -0.7442750930786133, 0.0], [-1.5633164644241333, -0.7410951852798462, 0.0], [-1.5554574728012085, -0.7372530698776245, 0.0], [-1.5479425191879272, -0.7327751517295837, 0.0], [-1.540822982788086, -0.7276919484138489, 0.0], [-1.5341475009918213, -0.7220381498336792, 0.0], [-1.5279618501663208, -0.7158523797988892, 0.0], [-1.5223079919815063, -0.7091769576072693, 0.0], [-1.5172247886657715, -0.7020574808120728, 0.0], [-1.5127469301223755, -0.6945425271987915, 0.0], [-1.5089048147201538, -0.6866834163665771, 0.0], [-1.5057249069213867, -0.6785339117050171, 0.0], [-1.503228783607483, -0.6701496243476868, 0.0], [-1.5014334917068481, -0.6615878939628601, 0.0], [-1.5003515481948853, -0.652907133102417, 0.0], [-1.4999899864196777, -0.6441666483879089, 0.0], [-1.4999899864196777, 0.6441666483879089, 0.0], [-1.5003515481948853, 0.652907133102417, 0.0], [-1.5014334917068481, 0.6615878939628601, 0.0], [-1.503228783607483, 0.6701496243476868, 0.0], [-1.5057249069213867, 0.6785339117050171, 0.0], [-1.5089048147201538, 0.6866834163665771, 0.0], [-1.5127469301223755, 0.6945425271987915, 0.0], [-1.5172247886657715, 0.7020574808120728, 0.0], [-1.5223079919815063, 0.7091769576072693, 0.0], [-1.5279618501663208, 0.7158523797988892, 0.0], [-1.5341475009918213, 0.7220381498336792, 0.0], [-1.540822982788086, 0.7276919484138489, 0.0], [-1.5479425191879272, 0.7327751517295837, 0.0], [-1.5554574728012085, 0.7372530698776245, 0.0], [-1.5633164644241333, 0.7410951852798462, 0.0], [-1.5714659690856934, 0.7442750930786133, 0.0], [-1.5798503160476685, 0.7467712163925171, 0.0], [-1.5884120464324951, 0.7485664486885071, 0.0], [-1.597092866897583, 0.7496485114097595, 0.0], [-1.6058332920074463, 0.7500100135803223, 0.0], [-2.5941667556762695, 0.7500100135803223, 0.0], [-2.602907180786133, 0.7496485114097595, 0.0], [-2.6115880012512207, 0.7485664486885071, 0.0], [-2.620149850845337, 0.7467712163925171, 0.0], [-2.6285340785980225, 0.7442750930786133, 0.0], [-2.636683464050293, 0.7410951852798462, 0.0], [-2.644542694091797, 0.7372530698776245, 0.0], [-2.652057647705078, 0.7327751517295837, 0.0], [-2.65917706489563, 0.7276919484138489, 0.0], [-2.6658525466918945, 0.7220381498336792, 0.0], [-2.6720383167266846, 0.7158523797988892, 0.0], [-2.67769193649292, 0.7091769576072693, 0.0], [-2.6827752590179443, 0.7020574808120728, 0.0], [-2.68725323677063, 0.6945425271987915, 0.0], [-2.6910953521728516, 0.6866834163665771, 0.0], [-2.694275140762329, 0.6785339117050171, 0.0], [-2.6967713832855225, 0.6701496243476868, 0.0], [-2.698566436767578, 0.6615878939628601, 0.0], [-2.69964861869812, 0.652907133102417, 0.0], [-2.700010061264038, 0.6441666483879089, 0.0], [-2.700010061264038, -0.6441666483879089, 0.0], [-2.69964861869812, -0.652907133102417, 0.0], [-2.698566436767578, -0.6615878939628601, 0.0], [-2.6967713832855225, -0.6701496243476868, 0.0], [-2.694275140762329, -0.6785339117050171, 0.0], [-2.6910953521728516, -0.6866834163665771, 0.0], [-2.68725323677063, -0.6945425271987915, 0.0], [-2.6827752590179443, -0.7020574808120728, 0.0], [-2.67769193649292, -0.7091769576072693, 0.0], [-2.6720383167266846, -0.7158523797988892, 0.0], [-2.6658525466918945, -0.7220381498336792, 0.0], [-2.65917706489563, -0.7276919484138489, 0.0], [-2.652057647705078, -0.7327751517295837, 0.0], [-2.644542694091797, -0.7372530698776245, 0.0], [-2.636683464050293, -0.7410951852798462, 0.0], [-2.6285340785980225, -0.7442750930786133, 0.0], [-2.620149850845337, -0.7467712163925171, 0.0], [-2.6115880012512207, -0.7485664486885071, 0.0], [-2.602907180786133, -0.7496485114097595, 0.0], [-2.5941667556762695, -0.7500100135803223, 0.0], [-1.6058332920074463, -0.7500100135803223, 0.0]]], "poly_signs": [1]}}}, {"name": "main_2", "expression": "Difference(lhf_0, Union(lhf_1, lhf_2))", "lhfs": {"lhf_0": {"plane_normal": [2.535181465646019e-06, -1.0, 0.0], "plane_origin": [0.0, 3.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [0.0, 0.0, -1.0], "plane_origin": [0.0, 3.0, 0.5009999871253967], "amount": [0.5059999761581421], "polysets": [[[-1.298292875289917, 0.2168271839618683, 0.0], [-1.499990463256836, 0.16600902378559113, 0.0], [-1.4999916553497314, 0.6441628336906433, 0.0], [-1.500353217124939, 0.6529033184051514, 0.0], [-1.5014352798461914, 0.6615840792655945, 0.0], [-1.5032304525375366, 0.6701458096504211, 0.0], [-1.5057265758514404, 0.6785300970077515, 0.0], [-1.508906602859497, 0.6866796016693115, 0.0], [-1.5127487182617188, 0.6945386528968811, 0.0], [-1.5172265768051147, 0.7020536065101624, 0.0], [-1.5223098993301392, 0.7091730833053589, 0.0], [-1.527963638305664, 0.7158485054969788, 0.0], [-1.534149408340454, 0.722034215927124, 0.0], [-1.5408248901367188, 0.7276879549026489, 0.0], [-1.5479443073272705, 0.7327712178230286, 0.0], [-1.5554593801498413, 0.7372491359710693, 0.0], [-1.5633183717727661, 0.7410911917686462, 0.0], [-1.5714678764343262, 0.7442710995674133, 0.0], [-1.5798522233963013, 0.7467671632766724, 0.0], [-1.588413953781128, 0.7485623955726624, 0.0], [-1.5970947742462158, 0.74964439868927, 0.0], [-1.605835199356079, 0.7500059008598328, 0.0], [-1.9941685199737549, 0.7500049471855164, 0.0], [-2.002908945083618, 0.7496434450149536, 0.0], [-2.011589765548706, 0.7485613226890564, 0.0], [-2.0201516151428223, 0.7467660903930664, 0.0], [-2.028535842895508, 0.7442699670791626, 0.0], [-2.0366852283477783, 0.7410899996757507, 0.0], [-2.0445444583892822, 0.7372479438781738, 0.0], [-2.0520594120025635, 0.7327699661254883, 0.0], [-2.0591788291931152, 0.7276867032051086, 0.0], [-2.065854072570801, 0.722032904624939, 0.0], [-2.072039842605591, 0.7158471345901489, 0.0], [-2.0776937007904053, 0.709171712398529, 0.0], [-2.0827767848968506, 0.7020521759986877, 0.0], [-2.087254762649536, 0.6945372223854065, 0.0], [-2.091096878051758, 0.6866781711578369, 0.0], [-2.0942769050598145, 0.6785286068916321, 0.0], [-2.0967729091644287, 0.6701443791389465, 0.0], [-2.0985679626464844, 0.6615825891494751, 0.0], [-2.0996501445770264, 0.652901828289032, 0.0], [-2.1000115871429443, 0.6441613435745239, 0.0], [-2.100008249282837, -0.644171953201294, 0.0], [-2.099646806716919, -0.652912437915802, 0.0], [-2.098564624786377, -0.6615931987762451, 0.0], [-2.096769332885742, -0.6701549291610718, 0.0], [-2.094273328781128, -0.6785392165184021, 0.0], [-2.0910933017730713, -0.6866887211799622, 0.0], [-2.0872511863708496, -0.6945477724075317, 0.0], [-2.082773208618164, -0.702062726020813, 0.0], [-2.0776901245117188, -0.7091822028160095, 0.0], [-2.0720362663269043, -0.7158576250076294, 0.0], [-2.0658504962921143, -0.7220433354377747, 0.0], [-2.0591750144958496, -0.7276970744132996, 0.0], [-2.052055597305298, -0.7327803373336792, 0.0], [-2.0445406436920166, -0.73725825548172, 0.0], [-2.0366814136505127, -0.7411003112792969, 0.0], [-2.028532028198242, -0.744280219078064, 0.0], [-2.0201478004455566, -0.746776282787323, 0.0], [-2.0115859508514404, -0.748571515083313, 0.0], [-2.0029051303863525, -0.7496535181999207, 0.0], [-1.9941647052764893, -0.7500150203704834, 0.0], [-1.6058313846588135, -0.750014066696167, 0.0], [-1.5970909595489502, -0.7496525645256042, 0.0], [-1.5884101390838623, -0.748570442199707, 0.0], [-1.5798484086990356, -0.746775209903717, 0.0], [-1.57146418094635, -0.7442790865898132, 0.0], [-1.56331467628479, -0.7410991191864014, 0.0], [-1.5554555654525757, -0.7372570633888245, 0.0], [-1.5479406118392944, -0.7327790856361389, 0.0], [-1.5408210754394531, -0.7276958227157593, 0.0], [-1.534145712852478, -0.7220420241355896, 0.0], [-1.527959942817688, -0.7158562541007996, 0.0], [-1.522306203842163, -0.7091808319091797, 0.0], [-1.5172230005264282, -0.7020612955093384, 0.0], [-1.5127451419830322, -0.6945463418960571, 0.0], [-1.5089030265808105, -0.6866872906684875, 0.0], [-1.5057231187820435, -0.6785377264022827, 0.0], [-1.5032269954681396, -0.6701534986495972, 0.0], [-1.5014318227767944, -0.6615917086601257, 0.0], [-1.500349760055542, -0.6529109477996826, 0.0], [-1.499988317489624, -0.6441704630851746, 0.0], [-1.4999895095825195, -0.1660166233778, 0.0], [-1.298291802406311, -0.21683374047279358, 0.0], [-1.289733648300171, -0.21861763298511505, 0.0], [-1.281057357788086, -0.21968919038772583, 0.0], [-1.2723222970962524, -0.22004108130931854, 0.0], [-1.2635880708694458, -0.21967092156410217, 0.0], [-1.2549140453338623, -0.21858122944831848, 0.0], [-1.2463595867156982, -0.216779425740242, 0.0], [-1.2379831075668335, -0.21427783370018005, 0.0], [-1.2298414707183838, -0.2110934853553772, 0.0], [-1.2219904661178589, -0.20724813640117645, 0.0], [-1.214483618736267, -0.2027679979801178, 0.0], [-1.2073720693588257, -0.19768363237380981, 0.0], [-1.2007043361663818, -0.19202972948551178, 0.0], [-1.194525957107544, -0.18584486842155457, 0.0], [-1.188879132270813, -0.17917123436927795, 0.0], [-1.1838021278381348, -0.17205435037612915, 0.0], [-1.1793298721313477, -0.1645427793264389, 0.0], [-1.175492763519287, -0.15668775141239166, 0.0], [-1.1723170280456543, -0.1485428512096405, 0.0], [-1.1698241233825684, -0.14016367495059967, 0.0], [-1.1680313348770142, -0.13160733878612518, 0.0], [-1.1669507026672363, -0.12293224781751633, 0.0], [-1.1665897369384766, -0.11419756710529327, 0.0], [-1.1665902137756348, 0.11419163644313812, 0.0], [-1.166951298713684, 0.12292631715536118, 0.0], [-1.168031930923462, 0.13160140812397003, 0.0], [-1.1698247194290161, 0.14015772938728333, 0.0], [-1.172317624092102, 0.14853692054748535, 0.0], [-1.1754934787750244, 0.15668179094791412, 0.0], [-1.1793307065963745, 0.16453680396080017, 0.0], [-1.1838029623031616, 0.17204836010932922, 0.0], [-1.1888798475265503, 0.17916522920131683, 0.0], [-1.1945267915725708, 0.18583883345127106, 0.0], [-1.2007052898406982, 0.19202366471290588, 0.0], [-1.207373023033142, 0.19767753779888153, 0.0], [-1.2144845724105835, 0.20276185870170593, 0.0], [-1.2219915390014648, 0.2072419673204422, 0.0], [-1.2298425436019897, 0.21108728647232056, 0.0], [-1.23798406124115, 0.21427159011363983, 0.0], [-1.2463606595993042, 0.2167731523513794, 0.0], [-1.2549151182174683, 0.2185748964548111, 0.0], [-1.2635891437530518, 0.2196645438671112, 0.0], [-1.2723233699798584, 0.220034658908844, 0.0], [-1.281058430671692, 0.2196827232837677, 0.0], [-1.2897347211837769, 0.21861112117767334, 0.0], [-1.298292875289917, 0.2168271839618683, 0.0]]], "poly_signs": [1]}, "lhf_2": {"plane_normal": [0.0, 0.0, 1.0], "plane_origin": [0.0, 3.0, -0.5009999871253967], "amount": [0.5059999761581421], "polysets": [[[1.605835199356079, 0.7500059008598328, 0.0], [1.5970947742462158, 0.74964439868927, 0.0], [1.588413953781128, 0.7485623955726624, 0.0], [1.5798522233963013, 0.7467671632766724, 0.0], [1.5714678764343262, 0.7442710995674133, 0.0], [1.5633183717727661, 0.7410911917686462, 0.0], [1.5554593801498413, 0.7372491359710693, 0.0], [1.5479443073272705, 0.7327712178230286, 0.0], [1.5408248901367188, 0.7276879549026489, 0.0], [1.534149408340454, 0.722034215927124, 0.0], [1.527963638305664, 0.7158485054969788, 0.0], [1.5223098993301392, 0.7091730833053589, 0.0], [1.5172265768051147, 0.7020536065101624, 0.0], [1.5127487182617188, 0.6945386528968811, 0.0], [1.508906602859497, 0.6866796016693115, 0.0], [1.5057265758514404, 0.6785300970077515, 0.0], [1.5032304525375366, 0.6701458096504211, 0.0], [1.5014352798461914, 0.6615840792655945, 0.0], [1.500353217124939, 0.6529033184051514, 0.0], [1.4999916553497314, 0.6441628336906433, 0.0], [1.499988317489624, -0.6441704630851746, 0.0], [1.500349760055542, -0.6529109477996826, 0.0], [1.5014318227767944, -0.6615917086601257, 0.0], [1.5032269954681396, -0.6701534986495972, 0.0], [1.5057231187820435, -0.6785377264022827, 0.0], [1.5089030265808105, -0.6866872906684875, 0.0], [1.5127451419830322, -0.6945463418960571, 0.0], [1.5172230005264282, -0.7020612955093384, 0.0], [1.522306203842163, -0.7091808319091797, 0.0], [1.527959942817688, -0.7158562541007996, 0.0], [1.534145712852478, -0.7220420241355896, 0.0], [1.5408210754394531, -0.7276958227157593, 0.0], [1.5479406118392944, -0.7327790856361389, 0.0], [1.5554555654525757, -0.7372570633888245, 0.0], [1.56331467628479, -0.7410991191864014, 0.0], [1.57146418094635, -0.7442790865898132, 0.0], [1.5798484086990356, -0.746775209903717, 0.0], [1.5884101390838623, -0.748570442199707, 0.0], [1.5970909595489502, -0.7496525645256042, 0.0], [1.6058313846588135, -0.750014066696167, 0.0], [2.5941648483276367, -0.7500165700912476, 0.0], [2.6029052734375, -0.7496550679206848, 0.0], [2.611586093902588, -0.7485730648040771, 0.0], [2.620147943496704, -0.7467778325080872, 0.0], [2.6285321712493896, -0.7442817687988281, 0.0], [2.63668155670166, -0.741101861000061, 0.0], [2.644540786743164, -0.7372598052024841, 0.0], [2.6520557403564453, -0.7327818870544434, 0.0], [2.659175157546997, -0.7276986241340637, 0.0], [2.6658506393432617, -0.7220448851585388, 0.0], [2.6720364093780518, -0.7158591747283936, 0.0], [2.677690267562866, -0.7091837525367737, 0.0], [2.6827733516693115, -0.7020642757415771, 0.0], [2.687251329421997, -0.6945493221282959, 0.0], [2.6910934448242188, -0.6866902709007263, 0.0], [2.6942734718322754, -0.6785407662391663, 0.0], [2.6967694759368896, -0.6701564788818359, 0.0], [2.6985647678375244, -0.6615947484970093, 0.0], [2.6996469497680664, -0.6529139876365662, 0.0], [2.7000083923339844, -0.6441735029220581, 0.0], [2.700011730194092, 0.6441597938537598, 0.0], [2.699650287628174, 0.6529002785682678, 0.0], [2.698568105697632, 0.6615810394287109, 0.0], [2.696773052215576, 0.6701428294181824, 0.0], [2.694277048110962, 0.6785270571708679, 0.0], [2.6910970211029053, 0.6866766214370728, 0.0], [2.6872549057006836, 0.6945356726646423, 0.0], [2.682776927947998, 0.7020506262779236, 0.0], [2.6776938438415527, 0.7091701626777649, 0.0], [2.6720399856567383, 0.7158455848693848, 0.0], [2.6658542156219482, 0.7220313549041748, 0.0], [2.6591789722442627, 0.7276851534843445, 0.0], [2.652059555053711, 0.7327684164047241, 0.0], [2.6445446014404297, 0.7372463941574097, 0.0], [2.636685371398926, 0.7410884499549866, 0.0], [2.6285359859466553, 0.7442684173583984, 0.0], [2.6201517581939697, 0.7467645406723022, 0.0], [2.6115899085998535, 0.7485597729682922, 0.0], [2.6029090881347656, 0.7496418952941895, 0.0], [2.5941686630249023, 0.7500033974647522, 0.0], [1.605835199356079, 0.7500059008598328, 0.0]]], "poly_signs": [1]}}}, {"name": "main_3", "expression": "Difference(lhf_0, lhf_1)", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 0.4000000059604645, 0.0], "amount": [2.0], "polysets": [[[-0.5, 0.0, 0.0], [0.5, 0.0, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, 0.0, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [0.0, 0.0, -1.0], "plane_origin": [0.0, 0.0, 0.5009999871253967], "amount": [0.502], "polysets": [[[-9.999999747378752e-06, 0.8941666483879089, 0.0], [0.0003515074495226145, 0.902907133102417, 0.0], [0.0014335628366097808, 0.9115878939628601, 0.0], [0.0032287747599184513, 0.9201496839523315, 0.0], [0.005724879913032055, 0.9285339117050171, 0.0], [0.008904827758669853, 0.9366834163665771, 0.0], [0.012746894732117653, 0.9445425271987915, 0.0], [0.017224837094545364, 0.9520574808120728, 0.0], [0.022308066487312317, 0.9591769576072693, 0.0], [0.027961857616901398, 0.9658523797988892, 0.0], [0.03414759039878845, 0.9720381498336792, 0.0], [0.04082300886511803, 0.9776919484138489, 0.0], [0.04794251173734665, 0.9827751517295837, 0.0], [0.055457472801208496, 0.9872531294822693, 0.0], [0.06331654638051987, 0.9910951852798462, 0.0], [0.07146605849266052, 0.9942751526832581, 0.0], [0.07985033094882965, 0.9967712163925171, 0.0], [0.0884120911359787, 0.9985664486885071, 0.0], [0.09709285944700241, 0.9996485114097595, 0.0], [0.10583333671092987, 1.0000100135803223, 0.0], [2.8941667079925537, 1.0000100135803223, 0.0], [2.902907133102417, 0.9996485114097595, 0.0], [2.911587953567505, 0.9985664486885071, 0.0], [2.920149803161621, 0.9967712163925171, 0.0], [2.9285340309143066, 0.9942750930786133, 0.0], [2.936683416366577, 0.9910951852798462, 0.0], [2.944542646408081, 0.9872530698776245, 0.0], [2.9520576000213623, 0.9827751517295837, 0.0], [2.959177017211914, 0.9776919484138489, 0.0], [2.9658524990081787, 0.9720381498336792, 0.0], [2.9720382690429688, 0.9658523797988892, 0.0], [2.977691888809204, 0.9591769576072693, 0.0], [2.9827752113342285, 0.9520574808120728, 0.0], [2.987253189086914, 0.9445425271987915, 0.0], [2.9910953044891357, 0.9366834163665771, 0.0], [2.9942750930786133, 0.9285339117050171, 0.0], [2.9967713356018066, 0.9201496243476868, 0.0], [2.9985663890838623, 0.9115878939628601, 0.0], [2.9996485710144043, 0.902907133102417, 0.0], [3.0000100135803223, 0.8941666483879089, 0.0], [3.0000100135803223, -0.8941666483879089, 0.0], [2.9996485710144043, -0.902907133102417, 0.0], [2.9985663890838623, -0.9115878939628601, 0.0], [2.9967713356018066, -0.9201496243476868, 0.0], [2.9942750930786133, -0.9285339117050171, 0.0], [2.9910953044891357, -0.9366834163665771, 0.0], [2.987253189086914, -0.9445425271987915, 0.0], [2.9827752113342285, -0.9520574808120728, 0.0], [2.977691888809204, -0.9591769576072693, 0.0], [2.9720382690429688, -0.9658523797988892, 0.0], [2.9658524990081787, -0.9720381498336792, 0.0], [2.959177017211914, -0.9776919484138489, 0.0], [2.9520576000213623, -0.9827751517295837, 0.0], [2.944542646408081, -0.9872530698776245, 0.0], [2.936683416366577, -0.9910951852798462, 0.0], [2.9285340309143066, -0.9942750930786133, 0.0], [2.920149803161621, -0.9967712163925171, 0.0], [2.911587953567505, -0.9985664486885071, 0.0], [2.902907133102417, -0.9996485114097595, 0.0], [2.8941667079925537, -1.0000100135803223, 0.0], [0.10583333671092987, -1.0000100135803223, 0.0], [0.09709285944700241, -0.9996485114097595, 0.0], [0.0884120911359787, -0.9985664486885071, 0.0], [0.07985033094882965, -0.9967712163925171, 0.0], [0.07146605849266052, -0.9942751526832581, 0.0], [0.06331654638051987, -0.9910951852798462, 0.0], [0.055457472801208496, -0.9872531294822693, 0.0], [0.04794251173734665, -0.9827751517295837, 0.0], [0.04082300886511803, -0.9776919484138489, 0.0], [0.03414759039878845, -0.9720381498336792, 0.0], [0.027961857616901398, -0.9658523797988892, 0.0], [0.022308066487312317, -0.9591769576072693, 0.0], [0.017224837094545364, -0.9520574808120728, 0.0], [0.012746894732117653, -0.9445425271987915, 0.0], [0.008904827758669853, -0.9366834163665771, 0.0], [0.005724879913032055, -0.9285339117050171, 0.0], [0.0032287747599184513, -0.9201496839523315, 0.0], [0.0014335628366097808, -0.9115878939628601, 0.0], [0.0003515074495226145, -0.902907133102417, 0.0], [-9.999999747378752e-06, -0.8941666483879089, 0.0], [-9.999999747378752e-06, 0.8941666483879089, 0.0]], [[1.5256857872009277, 0.1730259656906128, 0.0], [1.5172196626663208, 0.17127186059951782, 0.0], [1.508638620376587, 0.17021459341049194, 0.0], [1.4999998807907104, 0.16986122727394104, 0.0], [1.491361141204834, 0.17021410167217255, 0.0], [1.4827800989151, 0.17127089202404022, 0.0], [1.4743138551712036, 0.173024520277977, 0.0], [1.1666200160980225, 0.2499871850013733, 0.0], [1.1666200160980225, -0.2499871701002121, 0.0], [1.4741660356521606, -0.17259098589420319, 0.0], [1.482679843902588, -0.17081685364246368, 0.0], [1.4913105964660645, -0.16974765062332153, 0.0], [1.4999998807907104, -0.16939061880111694, 0.0], [1.508689284324646, -0.16974814236164093, 0.0], [1.517319917678833, -0.17081782221794128, 0.0], [1.5258336067199707, -0.17259244620800018, 0.0], [1.833299994468689, -0.2499871701002121, 0.0], [1.833299994468689, 0.2499871850013733, 0.0], [1.5256857872009277, 0.1730259656906128, 0.0]]], "poly_signs": [1, -1]}}}], "state_map": {"main_1": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}, "main_2": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}, "main_3": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.75], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}}}
joints/CJ_AKT/vis_files/odf_jwood.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"parts": [{"name": "main_1", "expression": "Difference(lhf_0, Union(lhf_1, lhf_2))", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 0.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [0.0, 0.0, -1.0], "plane_origin": [0.0, 0.0, 0.5009999871253967], "amount": [0.5059999761581421], "polysets": [[[1.4999899864196777, 0.6547499895095825, 0.0], [1.4999899864196777, 0.16601282358169556, 0.0], [1.285123348236084, 0.22014838457107544, 0.0], [1.2774208784103394, 0.22175392508506775, 0.0], [1.269612193107605, 0.22271835803985596, 0.0], [1.26175057888031, 0.2230350822210312, 0.0], [1.2538896799087524, 0.22270195186138153, 0.0], [1.2460830211639404, 0.22172124683856964, 0.0], [1.2383838891983032, 0.22009962797164917, 0.0], [1.2308448553085327, 0.21784818172454834, 0.0], [1.2235174179077148, 0.214982271194458, 0.0], [1.2164514064788818, 0.2115214318037033, 0.0], [1.2096951007843018, 0.2074892818927765, 0.0], [1.2032946348190308, 0.2029133141040802, 0.0], [1.1972936391830444, 0.19782476127147675, 0.0], [1.1917330026626587, 0.1922583431005478, 0.0], [1.1866507530212402, 0.18625202775001526, 0.0], [1.1820814609527588, 0.17984677851200104, 0.0], [1.1780563592910767, 0.1730862855911255, 0.0], [1.1746028661727905, 0.16601669788360596, 0.0], [1.1717445850372314, 0.15868623554706573, 0.0], [1.1695010662078857, 0.151144877076149, 0.0], [1.1678874492645264, 0.14344410598278046, 0.0], [1.166914939880371, 0.13563644886016846, 0.0], [1.1665899753570557, 0.1277751475572586, 0.0], [1.1665899753570557, -0.1277751475572586, 0.0], [1.166914939880371, -0.13563644886016846, 0.0], [1.1678874492645264, -0.14344410598278046, 0.0], [1.1695010662078857, -0.151144877076149, 0.0], [1.1717445850372314, -0.15868623554706573, 0.0], [1.1746028661727905, -0.16601669788360596, 0.0], [1.1780563592910767, -0.1730862855911255, 0.0], [1.1820814609527588, -0.17984677851200104, 0.0], [1.1866507530212402, -0.18625202775001526, 0.0], [1.1917330026626587, -0.1922583431005478, 0.0], [1.1972936391830444, -0.19782476127147675, 0.0], [1.2032946348190308, -0.2029133141040802, 0.0], [1.2096951007843018, -0.2074892818927765, 0.0], [1.2164514064788818, -0.2115214318037033, 0.0], [1.2235174179077148, -0.214982271194458, 0.0], [1.2308448553085327, -0.21784818172454834, 0.0], [1.2383838891983032, -0.22009962797164917, 0.0], [1.2460830211639404, -0.22172124683856964, 0.0], [1.2538896799087524, -0.22270195186138153, 0.0], [1.26175057888031, -0.2230350822210312, 0.0], [1.269612193107605, -0.22271835803985596, 0.0], [1.2774208784103394, -0.22175392508506775, 0.0], [1.285123348236084, -0.22014838457107544, 0.0], [1.4780908823013306, -0.17161357402801514, 0.0], [1.4853174686431885, -0.17019842565059662, 0.0], [1.4926316738128662, -0.16934572160243988, 0.0], [1.4999899864196777, -0.16906055808067322, 0.0], [1.4999899864196777, -0.6547499895095825, 0.0], [1.5003153085708618, -0.662616491317749, 0.0], [1.5012892484664917, -0.6704292893409729, 0.0], [1.5029048919677734, -0.6781349182128906, 0.0], [1.505151391029358, -0.6856808662414551, 0.0], [1.508013367652893, -0.6930155158042908, 0.0], [1.5114712715148926, -0.7000887393951416, 0.0], [1.5155014991760254, -0.7068522572517395, 0.0], [1.5200765132904053, -0.7132599353790283, 0.0], [1.5251649618148804, -0.7192678451538086, 0.0], [1.5307321548461914, -0.7248350381851196, 0.0], [1.5367400646209717, -0.7299235463142395, 0.0], [1.5431476831436157, -0.7344985008239746, 0.0], [1.5499112606048584, -0.7385286688804626, 0.0], [1.556984543800354, -0.7419865727424622, 0.0], [1.564319133758545, -0.7448485493659973, 0.0], [1.5718650817871094, -0.7470951080322266, 0.0], [1.5795707702636719, -0.7487108111381531, 0.0], [1.587383508682251, -0.7496846318244934, 0.0], [1.5952500104904175, -0.7500100135803223, 0.0], [2.0047500133514404, -0.7500100135803223, 0.0], [2.0126166343688965, -0.7496846318244934, 0.0], [2.0204293727874756, -0.7487108111381531, 0.0], [2.028135061264038, -0.7470950484275818, 0.0], [2.0356807708740234, -0.7448485493659973, 0.0], [2.043015480041504, -0.7419865727424622, 0.0], [2.05008864402771, -0.7385286688804626, 0.0], [2.056852340698242, -0.7344984412193298, 0.0], [2.0632598400115967, -0.7299234867095947, 0.0], [2.069267749786377, -0.7248350381851196, 0.0], [2.0748350620269775, -0.7192678451538086, 0.0], [2.079923391342163, -0.7132598757743835, 0.0], [2.084498405456543, -0.7068522572517395, 0.0], [2.088528633117676, -0.7000887393951416, 0.0], [2.0919864177703857, -0.6930155158042908, 0.0], [2.094848394393921, -0.6856808662414551, 0.0], [2.097095012664795, -0.6781349182128906, 0.0], [2.098710775375366, -0.6704292893409729, 0.0], [2.099684476852417, -0.662616491317749, 0.0], [2.1000099182128906, -0.6547499895095825, 0.0], [2.1000099182128906, 0.6547499895095825, 0.0], [2.099684476852417, 0.662616491317749, 0.0], [2.098710775375366, 0.6704292893409729, 0.0], [2.097095012664795, 0.6781349182128906, 0.0], [2.094848394393921, 0.6856808662414551, 0.0], [2.0919864177703857, 0.6930155158042908, 0.0], [2.088528633117676, 0.7000887393951416, 0.0], [2.084498405456543, 0.7068522572517395, 0.0], [2.079923391342163, 0.7132598757743835, 0.0], [2.0748350620269775, 0.7192678451538086, 0.0], [2.069267749786377, 0.7248350381851196, 0.0], [2.0632598400115967, 0.7299234867095947, 0.0], [2.056852340698242, 0.7344984412193298, 0.0], [2.05008864402771, 0.7385286688804626, 0.0], [2.043015480041504, 0.7419865727424622, 0.0], [2.0356807708740234, 0.7448485493659973, 0.0], [2.028135061264038, 0.7470950484275818, 0.0], [2.0204293727874756, 0.7487108111381531, 0.0], [2.0126166343688965, 0.7496846318244934, 0.0], [2.0047500133514404, 0.7500100135803223, 0.0], [1.5952500104904175, 0.7500100135803223, 0.0], [1.587383508682251, 0.7496846318244934, 0.0], [1.5795707702636719, 0.7487108111381531, 0.0], [1.5718650817871094, 0.7470951080322266, 0.0], [1.564319133758545, 0.7448485493659973, 0.0], [1.556984543800354, 0.7419865727424622, 0.0], [1.5499112606048584, 0.7385286688804626, 0.0], [1.5431476831436157, 0.7344985008239746, 0.0], [1.5367400646209717, 0.7299235463142395, 0.0], [1.5307321548461914, 0.7248350381851196, 0.0], [1.5251649618148804, 0.7192678451538086, 0.0], [1.5200765132904053, 0.7132599353790283, 0.0], [1.5155014991760254, 0.7068522572517395, 0.0], [1.5114712715148926, 0.7000887393951416, 0.0], [1.508013367652893, 0.6930155158042908, 0.0], [1.505151391029358, 0.6856808662414551, 0.0], [1.5029048919677734, 0.6781349182128906, 0.0], [1.5012892484664917, 0.6704292893409729, 0.0], [1.5003153085708618, 0.662616491317749, 0.0], [1.4999899864196777, 0.6547499895095825, 0.0]]], "poly_signs": [1]}, "lhf_2": {"plane_normal": [0.0, 0.0, 1.0], "plane_origin": [0.0, 0.0, -0.5009999871253967], "amount": [0.49700002386048436], "polysets": [[[-1.5952500104904175, -0.7500100135803223, 0.0], [-1.587383508682251, -0.7496846318244934, 0.0], [-1.5795707702636719, -0.7487108111381531, 0.0], [-1.5718650817871094, -0.7470951080322266, 0.0], [-1.564319133758545, -0.7448485493659973, 0.0], [-1.556984543800354, -0.7419865727424622, 0.0], [-1.5499112606048584, -0.7385286688804626, 0.0], [-1.5431476831436157, -0.7344985008239746, 0.0], [-1.5367400646209717, -0.7299235463142395, 0.0], [-1.5307321548461914, -0.7248350381851196, 0.0], [-1.5251649618148804, -0.7192678451538086, 0.0], [-1.5200765132904053, -0.7132599353790283, 0.0], [-1.5155014991760254, -0.7068522572517395, 0.0], [-1.5114712715148926, -0.7000887393951416, 0.0], [-1.508013367652893, -0.6930155158042908, 0.0], [-1.505151391029358, -0.6856808662414551, 0.0], [-1.5029048919677734, -0.6781349182128906, 0.0], [-1.5012892484664917, -0.6704292893409729, 0.0], [-1.5003153085708618, -0.662616491317749, 0.0], [-1.4999899864196777, -0.6547499895095825, 0.0], [-1.4999899864196777, 0.6547499895095825, 0.0], [-1.5003153085708618, 0.662616491317749, 0.0], [-1.5012892484664917, 0.6704292893409729, 0.0], [-1.5029048919677734, 0.6781349182128906, 0.0], [-1.505151391029358, 0.6856808662414551, 0.0], [-1.508013367652893, 0.6930155158042908, 0.0], [-1.5114712715148926, 0.7000887393951416, 0.0], [-1.5155014991760254, 0.7068522572517395, 0.0], [-1.5200765132904053, 0.7132599353790283, 0.0], [-1.5251649618148804, 0.7192678451538086, 0.0], [-1.5307321548461914, 0.7248350381851196, 0.0], [-1.5367400646209717, 0.7299235463142395, 0.0], [-1.5431476831436157, 0.7344985008239746, 0.0], [-1.5499112606048584, 0.7385286688804626, 0.0], [-1.556984543800354, 0.7419865727424622, 0.0], [-1.564319133758545, 0.7448485493659973, 0.0], [-1.5718650817871094, 0.7470951080322266, 0.0], [-1.5795707702636719, 0.7487108111381531, 0.0], [-1.587383508682251, 0.7496846318244934, 0.0], [-1.5952500104904175, 0.7500100135803223, 0.0], [-2.604750156402588, 0.7500100135803223, 0.0], [-2.612616777420044, 0.7496846318244934, 0.0], [-2.620429515838623, 0.7487108111381531, 0.0], [-2.6281352043151855, 0.7470950484275818, 0.0], [-2.635680913925171, 0.7448485493659973, 0.0], [-2.6430156230926514, 0.7419865727424622, 0.0], [-2.6500887870788574, 0.7385286688804626, 0.0], [-2.6568524837493896, 0.7344984412193298, 0.0], [-2.663259983062744, 0.7299234867095947, 0.0], [-2.6692678928375244, 0.7248350381851196, 0.0], [-2.674835205078125, 0.7192678451538086, 0.0], [-2.6799235343933105, 0.7132598757743835, 0.0], [-2.6844985485076904, 0.7068522572517395, 0.0], [-2.6885287761688232, 0.7000887393951416, 0.0], [-2.691986560821533, 0.6930155158042908, 0.0], [-2.6948485374450684, 0.6856808662414551, 0.0], [-2.6970951557159424, 0.6781349182128906, 0.0], [-2.6987109184265137, 0.6704292893409729, 0.0], [-2.6996846199035645, 0.662616491317749, 0.0], [-2.700010061264038, 0.6547499895095825, 0.0], [-2.700010061264038, -0.6547499895095825, 0.0], [-2.6996846199035645, -0.662616491317749, 0.0], [-2.6987109184265137, -0.6704292893409729, 0.0], [-2.6970951557159424, -0.6781349182128906, 0.0], [-2.6948485374450684, -0.6856808662414551, 0.0], [-2.691986560821533, -0.6930155158042908, 0.0], [-2.6885287761688232, -0.7000887393951416, 0.0], [-2.6844985485076904, -0.7068522572517395, 0.0], [-2.6799235343933105, -0.7132598757743835, 0.0], [-2.674835205078125, -0.7192678451538086, 0.0], [-2.6692678928375244, -0.7248350381851196, 0.0], [-2.663259983062744, -0.7299234867095947, 0.0], [-2.6568524837493896, -0.7344984412193298, 0.0], [-2.6500887870788574, -0.7385286688804626, 0.0], [-2.6430156230926514, -0.7419865727424622, 0.0], [-2.635680913925171, -0.7448485493659973, 0.0], [-2.6281352043151855, -0.7470950484275818, 0.0], [-2.620429515838623, -0.7487108111381531, 0.0], [-2.612616777420044, -0.7496846318244934, 0.0], [-2.604750156402588, -0.7500100135803223, 0.0], [-1.5952500104904175, -0.7500100135803223, 0.0]]], "poly_signs": [1]}}}, {"name": "main_2", "expression": "Difference(lhf_0, Union(lhf_1, lhf_2))", "lhfs": {"lhf_0": {"plane_normal": [2.535181465646019e-06, -1.0, 0.0], "plane_origin": [0.0, 3.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [0.0, 0.0, -1.0], "plane_origin": [0.0, 3.0, 0.5009999871253967], "amount": [0.5059999761581421], "polysets": [[[-1.499990463256836, 0.16600902378559113, 0.0], [-1.499990463256836, 0.166612446308136, 0.0], [-1.4782230854034424, 0.17205829918384552, 0.0], [-1.4854069948196411, 0.17065991461277008, 0.0], [-1.492677092552185, 0.16981719434261322, 0.0], [-1.499990463256836, 0.1695351004600525, 0.0], [-1.4999916553497314, 0.6547461748123169, 0.0], [-1.5003169775009155, 0.6626126766204834, 0.0], [-1.5012909173965454, 0.6704254746437073, 0.0], [-1.5029066801071167, 0.678131103515625, 0.0], [-1.5051531791687012, 0.6856770515441895, 0.0], [-1.5080151557922363, 0.6930116415023804, 0.0], [-1.5114730596542358, 0.700084924697876, 0.0], [-1.5155032873153687, 0.7068484425544739, 0.0], [-1.5200783014297485, 0.7132560610771179, 0.0], [-1.5251667499542236, 0.7192639708518982, 0.0], [-1.5307339429855347, 0.7248311638832092, 0.0], [-1.5367419719696045, 0.7299196124076843, 0.0], [-1.5431495904922485, 0.7344945669174194, 0.0], [-1.5499131679534912, 0.7385247349739075, 0.0], [-1.5569863319396973, 0.741982638835907, 0.0], [-1.5643210411071777, 0.7448446154594421, 0.0], [-1.5718669891357422, 0.7470911145210266, 0.0], [-1.5795726776123047, 0.7487067580223083, 0.0], [-1.5873854160308838, 0.7496806383132935, 0.0], [-1.5952519178390503, 0.7500059604644775, 0.0], [-2.0047519207000732, 0.7500049471855164, 0.0], [-2.0126185417175293, 0.7496795654296875, 0.0], [-2.0204312801361084, 0.7487056851387024, 0.0], [-2.028136968612671, 0.7470899224281311, 0.0], [-2.0356826782226562, 0.7448434233665466, 0.0], [-2.0430173873901367, 0.7419813871383667, 0.0], [-2.0500905513763428, 0.7385234832763672, 0.0], [-2.056854248046875, 0.7344932556152344, 0.0], [-2.0632617473602295, 0.7299183011054993, 0.0], [-2.0692696571350098, 0.7248297929763794, 0.0], [-2.0748369693756104, 0.7192625999450684, 0.0], [-2.079925298690796, 0.7132546305656433, 0.0], [-2.084500312805176, 0.7068470120429993, 0.0], [-2.0885303020477295, 0.7000834345817566, 0.0], [-2.0919883251190186, 0.6930102109909058, 0.0], [-2.0948503017425537, 0.6856755614280701, 0.0], [-2.0970966815948486, 0.6781296133995056, 0.0], [-2.09871244430542, 0.6704239845275879, 0.0], [-2.0996861457824707, 0.662611186504364, 0.0], [-2.1000115871429443, 0.6547446846961975, 0.0], [-2.100008249282837, -0.6547552943229675, 0.0], [-2.0996828079223633, -0.662621796131134, 0.0], [-2.0987091064453125, -0.6704345941543579, 0.0], [-2.097093343734741, -0.6781402230262756, 0.0], [-2.094846725463867, -0.6856861710548401, 0.0], [-2.091984748840332, -0.693020761013031, 0.0], [-2.088526725769043, -0.7000939846038818, 0.0], [-2.0844967365264893, -0.7068575024604797, 0.0], [-2.0799217224121094, -0.7132651209831238, 0.0], [-2.0748331546783447, -0.7192730903625488, 0.0], [-2.0692660808563232, -0.7248402833938599, 0.0], [-2.063257932662964, -0.729928731918335, 0.0], [-2.0568504333496094, -0.7345036864280701, 0.0], [-2.0500869750976562, -0.7385338544845581, 0.0], [-2.043013572692871, -0.7419916987419128, 0.0], [-2.0356788635253906, -0.744853675365448, 0.0], [-2.0281331539154053, -0.7471001744270325, 0.0], [-2.0204274654388428, -0.748715877532959, 0.0], [-2.0126147270202637, -0.7496897578239441, 0.0], [-2.0047481060028076, -0.7500150799751282, 0.0], [-1.5952481031417847, -0.750014066696167, 0.0], [-1.5873816013336182, -0.7496886849403381, 0.0], [-1.579568862915039, -0.748714804649353, 0.0], [-1.5718631744384766, -0.7470991015434265, 0.0], [-1.564317226409912, -0.7448525428771973, 0.0], [-1.5569826364517212, -0.7419905066490173, 0.0], [-1.5499093532562256, -0.7385326027870178, 0.0], [-1.5431458950042725, -0.7345024347305298, 0.0], [-1.5367382764816284, -0.7299274206161499, 0.0], [-1.5307303667068481, -0.7248389720916748, 0.0], [-1.5251630544662476, -0.719271719455719, 0.0], [-1.5200746059417725, -0.713263750076294, 0.0], [-1.5154997110366821, -0.7068561315536499, 0.0], [-1.5114694833755493, -0.700092613697052, 0.0], [-1.5080116987228394, -0.6930193305015564, 0.0], [-1.5051497220993042, -0.6856846809387207, 0.0], [-1.5029032230377197, -0.678138792514801, 0.0], [-1.5012874603271484, -0.6704331040382385, 0.0], [-1.500313639640808, -0.6626203060150146, 0.0], [-1.499988317489624, -0.6547538042068481, 0.0], [-1.4999895095825195, -0.1660166233778, 0.0], [-1.2851228713989258, -0.2201516330242157, 0.0], [-1.2774204015731812, -0.22175715863704681, 0.0], [-1.2696117162704468, -0.22272156178951263, 0.0], [-1.2617501020431519, -0.22303827106952667, 0.0], [-1.2538892030715942, -0.22270512580871582, 0.0], [-1.2460825443267822, -0.22172439098358154, 0.0], [-1.238383412361145, -0.22010275721549988, 0.0], [-1.2308443784713745, -0.21785129606723785, 0.0], [-1.2235169410705566, -0.21498535573482513, 0.0], [-1.2164509296417236, -0.21152450144290924, 0.0], [-1.209694743156433, -0.20749233663082123, 0.0], [-1.203294277191162, -0.20291635394096375, 0.0], [-1.1972932815551758, -0.1978277862071991, 0.0], [-1.19173264503479, -0.19226135313510895, 0.0], [-1.1866503953933716, -0.18625502288341522, 0.0], [-1.1820811033248901, -0.1798497587442398, 0.0], [-1.178056001663208, -0.17308926582336426, 0.0], [-1.1746026277542114, -0.16601966321468353, 0.0], [-1.1717443466186523, -0.15868918597698212, 0.0], [-1.169500708580017, -0.15114784240722656, 0.0], [-1.1678872108459473, -0.14344705641269684, 0.0], [-1.166914701461792, -0.13563939929008484, 0.0], [-1.1665897369384766, -0.127778097987175, 0.0], [-1.1665903329849243, 0.12777218222618103, 0.0], [-1.1669152975082397, 0.13563348352909088, 0.0], [-1.1678879261016846, 0.14344114065170288, 0.0], [-1.1695014238357544, 0.1511419117450714, 0.0], [-1.1717450618743896, 0.15868325531482697, 0.0], [-1.1746033430099487, 0.1660137176513672, 0.0], [-1.1780568361282349, 0.17308330535888672, 0.0], [-1.182081937789917, 0.17984376847743988, 0.0], [-1.1866512298583984, 0.1862490177154541, 0.0], [-1.1917335987091064, 0.19225533306598663, 0.0], [-1.1972942352294922, 0.1978217363357544, 0.0], [-1.2032952308654785, 0.20291027426719666, 0.0], [-1.2096956968307495, 0.20748621225357056, 0.0], [-1.2164520025253296, 0.21151834726333618, 0.0], [-1.2235180139541626, 0.2149791717529297, 0.0], [-1.2308454513549805, 0.21784506738185883, 0.0], [-1.238384485244751, 0.22009649872779846, 0.0], [-1.2460836172103882, 0.22171808779239655, 0.0], [-1.2538902759552002, 0.22269879281520844, 0.0], [-1.2617511749267578, 0.2230318933725357, 0.0], [-1.2696127891540527, 0.22271515429019928, 0.0], [-1.277421474456787, 0.22175070643424988, 0.0], [-1.2851239442825317, 0.22014513611793518, 0.0], [-1.499990463256836, 0.16600902378559113, 0.0]]], "poly_signs": [1]}, "lhf_2": {"plane_normal": [0.0, 0.0, 1.0], "plane_origin": [0.0, 3.0, -0.5009999871253967], "amount": [0.5059999761581421], "polysets": [[[1.5952519178390503, 0.7500059604644775, 0.0], [1.5873854160308838, 0.7496806383132935, 0.0], [1.5795726776123047, 0.7487067580223083, 0.0], [1.5718669891357422, 0.7470911145210266, 0.0], [1.5643210411071777, 0.7448446154594421, 0.0], [1.5569863319396973, 0.741982638835907, 0.0], [1.5499131679534912, 0.7385247349739075, 0.0], [1.5431495904922485, 0.7344945669174194, 0.0], [1.5367419719696045, 0.7299196124076843, 0.0], [1.5307339429855347, 0.7248311638832092, 0.0], [1.5251667499542236, 0.7192639708518982, 0.0], [1.5200783014297485, 0.7132560610771179, 0.0], [1.5155032873153687, 0.7068484425544739, 0.0], [1.5114730596542358, 0.700084924697876, 0.0], [1.5080151557922363, 0.6930116415023804, 0.0], [1.5051531791687012, 0.6856770515441895, 0.0], [1.5029066801071167, 0.678131103515625, 0.0], [1.5012909173965454, 0.6704254746437073, 0.0], [1.5003169775009155, 0.6626126766204834, 0.0], [1.4999916553497314, 0.6547461748123169, 0.0], [1.499988317489624, -0.6547538042068481, 0.0], [1.500313639640808, -0.6626203060150146, 0.0], [1.5012874603271484, -0.6704331040382385, 0.0], [1.5029032230377197, -0.678138792514801, 0.0], [1.5051497220993042, -0.6856846809387207, 0.0], [1.5080116987228394, -0.6930193305015564, 0.0], [1.5114694833755493, -0.700092613697052, 0.0], [1.5154997110366821, -0.7068561315536499, 0.0], [1.5200746059417725, -0.713263750076294, 0.0], [1.5251630544662476, -0.719271719455719, 0.0], [1.5307302474975586, -0.7248389720916748, 0.0], [1.5367382764816284, -0.7299274206161499, 0.0], [1.5431458950042725, -0.7345024347305298, 0.0], [1.5499093532562256, -0.7385326027870178, 0.0], [1.5569826364517212, -0.7419905066490173, 0.0], [1.564317226409912, -0.7448525428771973, 0.0], [1.5718631744384766, -0.7470991015434265, 0.0], [1.579568862915039, -0.748714804649353, 0.0], [1.5873816013336182, -0.7496886849403381, 0.0], [1.5952481031417847, -0.750014066696167, 0.0], [2.604748249053955, -0.7500166296958923, 0.0], [2.612614870071411, -0.7496913075447083, 0.0], [2.6204276084899902, -0.7487174272537231, 0.0], [2.6281332969665527, -0.7471017241477966, 0.0], [2.635679006576538, -0.7448552250862122, 0.0], [2.6430137157440186, -0.741993248462677, 0.0], [2.6500871181488037, -0.7385354042053223, 0.0], [2.656850576400757, -0.7345052361488342, 0.0], [2.6632580757141113, -0.7299302816390991, 0.0], [2.6692662239074707, -0.724841833114624, 0.0], [2.674833297729492, -0.719274640083313, 0.0], [2.679921865463257, -0.7132666707038879, 0.0], [2.6844968795776367, -0.7068590521812439, 0.0], [2.6885268688201904, -0.700095534324646, 0.0], [2.6919848918914795, -0.6930223107337952, 0.0], [2.6948468685150146, -0.6856877207756042, 0.0], [2.6970934867858887, -0.6781417727470398, 0.0], [2.69870924949646, -0.6704361438751221, 0.0], [2.6996829509735107, -0.6626233458518982, 0.0], [2.7000083923339844, -0.6547568440437317, 0.0], [2.700011730194092, 0.6547431349754333, 0.0], [2.699686288833618, 0.6626096367835999, 0.0], [2.6987125873565674, 0.6704224348068237, 0.0], [2.697096824645996, 0.6781280636787415, 0.0], [2.694850444793701, 0.6856740117073059, 0.0], [2.691988468170166, 0.6930086612701416, 0.0], [2.688530445098877, 0.7000818848609924, 0.0], [2.6845004558563232, 0.7068454623222351, 0.0], [2.6799254417419434, 0.7132530808448792, 0.0], [2.674837112426758, 0.7192610502243042, 0.0], [2.6692698001861572, 0.7248282432556152, 0.0], [2.663261890411377, 0.7299167513847351, 0.0], [2.6568543910980225, 0.7344917058944702, 0.0], [2.6500906944274902, 0.738521933555603, 0.0], [2.643017530441284, 0.7419798374176025, 0.0], [2.6356828212738037, 0.7448418736457825, 0.0], [2.6281371116638184, 0.7470883727073669, 0.0], [2.620431423187256, 0.7487041354179382, 0.0], [2.6126186847686768, 0.7496780157089233, 0.0], [2.6047520637512207, 0.7500033974647522, 0.0], [1.5952519178390503, 0.7500059604644775, 0.0]]], "poly_signs": [1]}}}, {"name": "main_3", "expression": "Difference(lhf_0, lhf_1)", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 0.4000000059604645, 0.0], "amount": [2.0], "polysets": [[[-0.5, 0.0, 0.0], [0.5, 0.0, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, 0.0, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [0.0, 0.0, -1.0], "plane_origin": [0.0, 0.0, 0.5009999871253967], "amount": [0.502], "polysets": [[[-9.999999747378752e-06, 0.9047499895095825, 0.0], [0.0003153603174723685, 0.912616491317749, 0.0], [0.0012892205268144608, 0.9204292893409729, 0.0], [0.0029049282893538475, 0.9281349182128906, 0.0], [0.0051514464430511, 0.9356808662414551, 0.0], [0.008013429120182991, 0.9430155158042908, 0.0], [0.01147132646292448, 0.9500887393951416, 0.0], [0.015501517802476883, 0.9568522572517395, 0.0], [0.02007647044956684, 0.9632598757743835, 0.0], [0.025164935737848282, 0.9692678451538086, 0.0], [0.030732152983546257, 0.9748350381851196, 0.0], [0.03674009442329407, 0.9799235463142395, 0.0], [0.04314771667122841, 0.9844985008239746, 0.0], [0.0499112494289875, 0.9885286688804626, 0.0], [0.056984491646289825, 0.9919865727424622, 0.0], [0.06431912630796432, 0.9948485493659973, 0.0], [0.07186505198478699, 0.9970951080322266, 0.0], [0.0795707181096077, 0.9987108111381531, 0.0], [0.08738349378108978, 0.9996846318244934, 0.0], [0.09525000303983688, 1.0000100135803223, 0.0], [2.904750108718872, 1.0000100135803223, 0.0], [2.912616729736328, 0.9996846318244934, 0.0], [2.9204294681549072, 0.9987108111381531, 0.0], [2.9281351566314697, 0.9970950484275818, 0.0], [2.935680866241455, 0.9948485493659973, 0.0], [2.9430155754089355, 0.9919865727424622, 0.0], [2.9500887393951416, 0.9885286688804626, 0.0], [2.956852436065674, 0.9844984412193298, 0.0], [2.9632599353790283, 0.9799234867095947, 0.0], [2.9692678451538086, 0.9748350381851196, 0.0], [2.974835157394409, 0.9692678451538086, 0.0], [2.9799234867095947, 0.9632598757743835, 0.0], [2.9844985008239746, 0.9568522572517395, 0.0], [2.9885287284851074, 0.9500887393951416, 0.0], [2.9919865131378174, 0.9430155158042908, 0.0], [2.9948484897613525, 0.9356808662414551, 0.0], [2.9970951080322266, 0.9281349182128906, 0.0], [2.998710870742798, 0.9204292893409729, 0.0], [2.9996845722198486, 0.912616491317749, 0.0], [3.0000100135803223, 0.9047499895095825, 0.0], [3.0000100135803223, -0.9047499895095825, 0.0], [2.9996845722198486, -0.912616491317749, 0.0], [2.998710870742798, -0.9204292893409729, 0.0], [2.9970951080322266, -0.9281349182128906, 0.0], [2.9948484897613525, -0.9356808662414551, 0.0], [2.9919865131378174, -0.9430155158042908, 0.0], [2.9885287284851074, -0.9500887393951416, 0.0], [2.9844985008239746, -0.9568522572517395, 0.0], [2.9799234867095947, -0.9632598757743835, 0.0], [2.974835157394409, -0.9692678451538086, 0.0], [2.9692678451538086, -0.9748350381851196, 0.0], [2.9632599353790283, -0.9799234867095947, 0.0], [2.956852436065674, -0.9844984412193298, 0.0], [2.9500887393951416, -0.9885286688804626, 0.0], [2.9430155754089355, -0.9919865727424622, 0.0], [2.935680866241455, -0.9948485493659973, 0.0], [2.9281351566314697, -0.9970950484275818, 0.0], [2.9204294681549072, -0.9987108111381531, 0.0], [2.912616729736328, -0.9996846318244934, 0.0], [2.904750108718872, -1.0000100135803223, 0.0], [0.09525000303983688, -1.0000100135803223, 0.0], [0.08738349378108978, -0.9996846318244934, 0.0], [0.0795707181096077, -0.9987108111381531, 0.0], [0.07186505198478699, -0.9970951080322266, 0.0], [0.06431912630796432, -0.9948485493659973, 0.0], [0.056984491646289825, -0.9919865727424622, 0.0], [0.0499112494289875, -0.9885286688804626, 0.0], [0.04314771667122841, -0.9844985008239746, 0.0], [0.03674009442329407, -0.9799235463142395, 0.0], [0.030732152983546257, -0.9748350381851196, 0.0], [0.025164935737848282, -0.9692678451538086, 0.0], [0.02007647044956684, -0.9632598757743835, 0.0], [0.015501517802476883, -0.9568522572517395, 0.0], [0.01147132646292448, -0.9500887393951416, 0.0], [0.008013429120182991, -0.9430155158042908, 0.0], [0.0051514464430511, -0.9356808662414551, 0.0], [0.0029049282893538475, -0.9281349182128906, 0.0], [0.0012892205268144608, -0.9204292893409729, 0.0], [0.0003153603174723685, -0.912616491317749, 0.0], [-9.999999747378752e-06, -0.9047499895095825, 0.0], [-9.999999747378752e-06, 0.9047499895095825, 0.0]], [[1.5231174230575562, 0.1723833978176117, 0.0], [1.5154978036880493, 0.1708046793937683, 0.0], [1.507774829864502, 0.16985313594341278, 0.0], [1.4999998807907104, 0.1695351004600525, 0.0], [1.492224931716919, 0.16985268890857697, 0.0], [1.484501838684082, 0.17080380022525787, 0.0], [1.4768822193145752, 0.17238208651542664, 0.0], [1.2837833166122437, 0.2204757034778595, 0.0], [1.2762279510498047, 0.22194381058216095, 0.0], [1.2685787677764893, 0.2227971851825714, 0.0], [1.2608857154846191, 0.22303025424480438, 0.0], [1.2531988620758057, 0.2226414978504181, 0.0], [1.2455685138702393, 0.2216334491968155, 0.0], [1.2380443811416626, 0.22001267969608307, 0.0], [1.2306756973266602, 0.21778978407382965, 0.0], [1.2235106229782104, 0.21497927606105804, 0.0], [1.2165957689285278, 0.21159949898719788, 0.0], [1.209976315498352, 0.20767250657081604, 0.0], [1.2036954164505005, 0.20322394371032715, 0.0], [1.1977943181991577, 0.198282852768898, 0.0], [1.1923112869262695, 0.1928814798593521, 0.0], [1.1872822046279907, 0.1870550811290741, 0.0], [1.1827398538589478, 0.18084171414375305, 0.0], [1.1787140369415283, 0.17428192496299744, 0.0], [1.175230860710144, 0.16741853952407837, 0.0], [1.1723130941390991, 0.16029635071754456, 0.0], [1.1699799299240112, 0.152961865067482, 0.0], [1.1682465076446533, 0.14546296000480652, 0.0], [1.1671240329742432, 0.1378486007452011, 0.0], [1.1666200160980225, 0.13016846776008606, 0.0], [1.1666200160980225, -0.1301661878824234, 0.0], [1.1671239137649536, -0.1378464251756668, 0.0], [1.1682461500167847, -0.14546091854572296, 0.0], [1.169979453086853, -0.15295995771884918, 0.0], [1.172312617301941, -0.16029459238052368, 0.0], [1.1752301454544067, -0.16741691529750824, 0.0], [1.1787132024765015, -0.17428046464920044, 0.0], [1.182739019393921, -0.180840402841568, 0.0], [1.1872812509536743, -0.18705393373966217, 0.0], [1.1923103332519531, -0.19288048148155212, 0.0], [1.1977933645248413, -0.19828198850154877, 0.0], [1.2036945819854736, -0.20322322845458984, 0.0], [1.2099754810333252, -0.20767192542552948, 0.0], [1.216594934463501, -0.21159903705120087, 0.0], [1.2235099077224731, -0.21497893333435059, 0.0], [1.2306751012802124, -0.21778954565525055, 0.0], [1.2380437850952148, -0.22001251578330994, 0.0], [1.245568037033081, -0.22163334488868713, 0.0], [1.2531983852386475, -0.2226414531469345, 0.0], [1.2608853578567505, -0.22303025424480438, 0.0], [1.2685785293579102, -0.2227972000837326, 0.0], [1.2762278318405151, -0.22194382548332214, 0.0], [1.2837833166122437, -0.2204757034778595, 0.0], [1.4767491817474365, -0.1719409078359604, 0.0], [1.4844117164611816, -0.17034417390823364, 0.0], [1.4921793937683105, -0.16938188672065735, 0.0], [1.4999998807907104, -0.16906054317951202, 0.0], [1.5078203678131104, -0.16938233375549316, 0.0], [1.5155880451202393, -0.17034505307674408, 0.0], [1.5232504606246948, -0.17194223403930664, 0.0], [1.716218113899231, -0.22047919034957886, 0.0], [1.7240326404571533, -0.22198641300201416, 0.0], [1.7319457530975342, -0.22283607721328735, 0.0], [1.7399022579193115, -0.2230222225189209, 0.0], [1.7478464841842651, -0.2225435972213745, 0.0], [1.755722999572754, -0.22140349447727203, 0.0], [1.763476848602295, -0.21960990130901337, 0.0], [1.7710539102554321, -0.21717533469200134, 0.0], [1.778401255607605, -0.21411676704883575, 0.0], [1.7854677438735962, -0.21045556664466858, 0.0], [1.7922040224075317, -0.20621728897094727, 0.0], [1.7985628843307495, -0.2014315128326416, 0.0], [1.8045001029968262, -0.196131631731987, 0.0], [1.809974193572998, -0.19035466015338898, 0.0], [1.8149470090866089, -0.1841409057378769, 0.0], [1.8193837404251099, -0.17753374576568604, 0.0], [1.8232535123825073, -0.17057928442955017, 0.0], [1.8265291452407837, -0.16332608461380005, 0.0], [1.8291879892349243, -0.15582475066184998, 0.0], [1.8312114477157593, -0.14812767505645752, 0.0], [1.832585334777832, -0.1402885466814041, 0.0], [1.833299994468689, -0.13236209750175476, 0.0], [1.833299994468689, 0.13234011828899384, 0.0], [1.8325865268707275, 0.14026743173599243, 0.0], [1.8312137126922607, 0.14810751378536224, 0.0], [1.8291912078857422, 0.15580563247203827, 0.0], [1.8265331983566284, 0.1633080393075943, 0.0], [1.8232580423355103, 0.17056235671043396, 0.0], [1.819388747215271, 0.17751793563365936, 0.0], [1.8149523735046387, 0.18412622809410095, 0.0], [1.809979796409607, 0.19034110009670258, 0.0], [1.804505705833435, 0.19611915946006775, 0.0], [1.7985683679580688, 0.20142005383968353, 0.0], [1.792209267616272, 0.206206813454628, 0.0], [1.7854726314544678, 0.21044597029685974, 0.0], [1.778405785560608, 0.21410797536373138, 0.0], [1.7710578441619873, 0.2171672284603119, 0.0], [1.7634801864624023, 0.21960240602493286, 0.0], [1.755725622177124, 0.22139647603034973, 0.0], [1.747848391532898, 0.22253692150115967, 0.0], [1.739903450012207, 0.22301580011844635, 0.0], [1.7319462299346924, 0.22282974421977997, 0.0], [1.7240324020385742, 0.22198006510734558, 0.0], [1.716217041015625, 0.22047269344329834, 0.0], [1.5231174230575562, 0.1723833978176117, 0.0]]], "poly_signs": [1, -1]}}}], "state_map": {"main_1": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}, "main_2": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}, "main_3": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.75], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}}}
joints/CJ_AKT/vis_files/ours_jwood.json ADDED
The diff for this file is too large to render. See raw diff
 
joints/CJ_AT/base.json ADDED
@@ -0,0 +1,913 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "moduleList": {
3
+ "base": {
4
+ "nodes": [
5
+ {
6
+ "id": "759756b0a93c59e4",
7
+ "name": "Rectangle2D",
8
+ "data": {
9
+ "size": [
10
+ 1,
11
+ 1
12
+ ]
13
+ }
14
+ },
15
+ {
16
+ "id": "8c4f761aa4adc8cd",
17
+ "name": "RegisterGeometry",
18
+ "data": {
19
+ "name": "mat_1",
20
+ "bbox": [
21
+ 2,
22
+ 4,
23
+ 2
24
+ ]
25
+ }
26
+ },
27
+ {
28
+ "id": "ddb014729ec7c645",
29
+ "name": "Plane3D",
30
+ "data": {
31
+ "origin": [
32
+ 0,
33
+ 0,
34
+ 0
35
+ ],
36
+ "normal": [
37
+ 0,
38
+ 1,
39
+ 0
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "id": "5a2a512ce9d0614a",
45
+ "name": "SetMaterial",
46
+ "data": {
47
+ "material": [
48
+ 2
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "id": "5e6136a4d9d16b05",
54
+ "name": "ApplyHeight",
55
+ "data": {
56
+ "height": [
57
+ 2
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "id": "3dc68f536f28b973",
63
+ "name": "LinkedHeightField3D",
64
+ "data": {}
65
+ },
66
+ {
67
+ "id": "d14349ae44ca9bf3",
68
+ "name": "Plane3D",
69
+ "data": {
70
+ "origin": [
71
+ 0,
72
+ 1,
73
+ 0
74
+ ],
75
+ "normal": [
76
+ 0,
77
+ 1,
78
+ 0
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "id": "3046bcac773e9e49",
84
+ "name": "Rectangle2D",
85
+ "data": {
86
+ "size": [
87
+ 1,
88
+ 1
89
+ ]
90
+ }
91
+ },
92
+ {
93
+ "id": "a998afee1d931c86",
94
+ "name": "RegisterGeometry",
95
+ "data": {
96
+ "name": "mat_2",
97
+ "bbox": [
98
+ 2,
99
+ 4,
100
+ 2
101
+ ]
102
+ }
103
+ },
104
+ {
105
+ "id": "dc98d2e4cb2063c7",
106
+ "name": "SetMaterial",
107
+ "data": {
108
+ "material": [
109
+ 3
110
+ ]
111
+ }
112
+ },
113
+ {
114
+ "id": "f971e5040ed817d3",
115
+ "name": "LinkedHeightField3D",
116
+ "data": {}
117
+ },
118
+ {
119
+ "id": "d1743d26218bb56d",
120
+ "name": "ApplyHeight",
121
+ "data": {
122
+ "height": [
123
+ 2
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "id": "105a6498b1500f6f",
129
+ "name": "NamedGeometry",
130
+ "data": {
131
+ "name": "mat_1"
132
+ }
133
+ },
134
+ {
135
+ "id": "81f9237304b7dd10",
136
+ "name": "NamedGeometry",
137
+ "data": {
138
+ "name": "mat_2"
139
+ }
140
+ },
141
+ {
142
+ "id": "2ac9881ecebe0fc8",
143
+ "name": "RegisterState",
144
+ "data": {
145
+ "state": [
146
+ 1
147
+ ]
148
+ }
149
+ },
150
+ {
151
+ "id": "0a1b015b8ced6c5d",
152
+ "name": "Union",
153
+ "data": {}
154
+ },
155
+ {
156
+ "id": "9170b021a64e41db",
157
+ "name": "Trapezoid2D",
158
+ "data": {
159
+ "r1": [
160
+ 0.3
161
+ ],
162
+ "r2": [
163
+ 0.16666
164
+ ],
165
+ "height": [
166
+ 0.302
167
+ ]
168
+ }
169
+ },
170
+ {
171
+ "id": "74c913d0baa29a99",
172
+ "name": "RegisterGeometry",
173
+ "data": {
174
+ "name": "subtr_2",
175
+ "bbox": [
176
+ 2,
177
+ 4,
178
+ 2
179
+ ]
180
+ }
181
+ },
182
+ {
183
+ "id": "772a18cb56816678",
184
+ "name": "SetMaterial",
185
+ "data": {
186
+ "material": [
187
+ 4
188
+ ]
189
+ }
190
+ },
191
+ {
192
+ "id": "fcbe868378631544",
193
+ "name": "ApplyHeight",
194
+ "data": {
195
+ "height": [
196
+ 1.2
197
+ ]
198
+ }
199
+ },
200
+ {
201
+ "id": "2a963a5ba65c348f",
202
+ "name": "LinkedHeightField3D",
203
+ "data": {}
204
+ },
205
+ {
206
+ "id": "c7f9ab66fa12d1d8",
207
+ "name": "Plane3D",
208
+ "data": {
209
+ "origin": [
210
+ -0.6,
211
+ 0,
212
+ 0
213
+ ],
214
+ "normal": [
215
+ 1,
216
+ 0,
217
+ 0
218
+ ]
219
+ }
220
+ },
221
+ {
222
+ "id": "c1e51b981e1c5c8c",
223
+ "name": "Translate2D",
224
+ "data": {
225
+ "param": [
226
+ 1.5,
227
+ 0
228
+ ]
229
+ }
230
+ },
231
+ {
232
+ "id": "43a8de748049a6cd",
233
+ "name": "EulerRotate2D",
234
+ "data": {
235
+ "param": [
236
+ -1.57079632679
237
+ ]
238
+ }
239
+ },
240
+ {
241
+ "id": "1f60a823a906a6fa",
242
+ "name": "Union",
243
+ "data": {}
244
+ },
245
+ {
246
+ "id": "cebc1d7aa9119cc1",
247
+ "name": "Rectangle2D",
248
+ "data": {
249
+ "size": [
250
+ 0.4,
251
+ 1.6
252
+ ]
253
+ }
254
+ },
255
+ {
256
+ "id": "a80c522d624b3791",
257
+ "name": "Translate2D",
258
+ "data": {
259
+ "param": [
260
+ 1,
261
+ 0
262
+ ]
263
+ }
264
+ },
265
+ {
266
+ "id": "238e647d469a5acb",
267
+ "name": "NamedGeometry",
268
+ "data": {
269
+ "name": "subtr_2"
270
+ }
271
+ },
272
+ {
273
+ "id": "c5b0d77268df187d",
274
+ "name": "RegisterGeometry",
275
+ "data": {
276
+ "name": "subtr_1",
277
+ "bbox": [
278
+ 2,
279
+ 4,
280
+ 2
281
+ ]
282
+ }
283
+ },
284
+ {
285
+ "id": "4e72fba81e8c41ac",
286
+ "name": "SetMaterial",
287
+ "data": {
288
+ "material": [
289
+ 5
290
+ ]
291
+ }
292
+ },
293
+ {
294
+ "id": "5923e2df27aa71d6",
295
+ "name": "ApplyHeight",
296
+ "data": {
297
+ "height": [
298
+ 1.2
299
+ ]
300
+ }
301
+ },
302
+ {
303
+ "id": "36afab0fb1b1cfa3",
304
+ "name": "LinkedHeightField3D",
305
+ "data": {}
306
+ },
307
+ {
308
+ "id": "b45f1c95da2d4528",
309
+ "name": "Rectangle2D",
310
+ "data": {
311
+ "size": [
312
+ 1,
313
+ 1.6
314
+ ]
315
+ }
316
+ },
317
+ {
318
+ "id": "fbf5ecdd7646f5d1",
319
+ "name": "Translate2D",
320
+ "data": {
321
+ "param": [
322
+ 1.7,
323
+ 0
324
+ ]
325
+ }
326
+ },
327
+ {
328
+ "id": "c238ae6e471b8cbb",
329
+ "name": "Difference",
330
+ "data": {}
331
+ },
332
+ {
333
+ "id": "371894de10c620d6",
334
+ "name": "NamedGeometry",
335
+ "data": {
336
+ "name": "subtr_1"
337
+ }
338
+ },
339
+ {
340
+ "id": "afcc8f00c385ab6d",
341
+ "name": "RegisterGeometry",
342
+ "data": {
343
+ "name": "main_1",
344
+ "bbox": [
345
+ 2,
346
+ 4,
347
+ 2
348
+ ]
349
+ }
350
+ },
351
+ {
352
+ "id": "dd6b0a7b33db24e6",
353
+ "name": "SetMaterial",
354
+ "data": {
355
+ "material": [
356
+ 2
357
+ ]
358
+ }
359
+ },
360
+ {
361
+ "id": "ee422fe696a305c2",
362
+ "name": "RegisterGeometry",
363
+ "data": {
364
+ "name": "main_2",
365
+ "bbox": [
366
+ 2,
367
+ 4,
368
+ 2
369
+ ]
370
+ }
371
+ },
372
+ {
373
+ "id": "d8c35e9d52d7e7d4",
374
+ "name": "SetMaterial",
375
+ "data": {
376
+ "material": [
377
+ 3
378
+ ]
379
+ }
380
+ },
381
+ {
382
+ "id": "dde30e5fc625894f",
383
+ "name": "Difference",
384
+ "data": {}
385
+ },
386
+ {
387
+ "id": "19cbcd197deaf8f0",
388
+ "name": "Difference",
389
+ "data": {}
390
+ },
391
+ {
392
+ "id": "237351b2f1beb25e",
393
+ "name": "NamedGeometry",
394
+ "data": {
395
+ "name": "main_1"
396
+ }
397
+ },
398
+ {
399
+ "id": "e7f17c098b160729",
400
+ "name": "NamedGeometry",
401
+ "data": {
402
+ "name": "main_2"
403
+ }
404
+ },
405
+ {
406
+ "id": "a0ffbb5e22071ef4",
407
+ "name": "RegisterState",
408
+ "data": {
409
+ "state": [
410
+ 0
411
+ ]
412
+ }
413
+ },
414
+ {
415
+ "id": "5362f2c0eb57882d",
416
+ "name": "Translate3D",
417
+ "data": {
418
+ "param": [
419
+ 1,
420
+ 0,
421
+ 0
422
+ ]
423
+ }
424
+ },
425
+ {
426
+ "id": "7d6603a83ab6a8a2",
427
+ "name": "Union",
428
+ "data": {}
429
+ },
430
+ {
431
+ "id": "434db3579176b62f",
432
+ "name": "MarkerNode",
433
+ "data": {}
434
+ },
435
+ {
436
+ "id": "54b494fd127dfd31",
437
+ "name": "MarkerNode",
438
+ "data": {}
439
+ }
440
+ ],
441
+ "connections": [
442
+ {
443
+ "source": "5e6136a4d9d16b05",
444
+ "sourceOutput": "expr",
445
+ "target": "3dc68f536f28b973",
446
+ "targetInput": "apply_height"
447
+ },
448
+ {
449
+ "source": "ddb014729ec7c645",
450
+ "sourceOutput": "expr",
451
+ "target": "3dc68f536f28b973",
452
+ "targetInput": "plane"
453
+ },
454
+ {
455
+ "source": "3dc68f536f28b973",
456
+ "sourceOutput": "expr",
457
+ "target": "5a2a512ce9d0614a",
458
+ "targetInput": "expr"
459
+ },
460
+ {
461
+ "source": "5a2a512ce9d0614a",
462
+ "sourceOutput": "expr",
463
+ "target": "8c4f761aa4adc8cd",
464
+ "targetInput": "expr"
465
+ },
466
+ {
467
+ "source": "d1743d26218bb56d",
468
+ "sourceOutput": "expr",
469
+ "target": "f971e5040ed817d3",
470
+ "targetInput": "apply_height"
471
+ },
472
+ {
473
+ "source": "d14349ae44ca9bf3",
474
+ "sourceOutput": "expr",
475
+ "target": "f971e5040ed817d3",
476
+ "targetInput": "plane"
477
+ },
478
+ {
479
+ "source": "f971e5040ed817d3",
480
+ "sourceOutput": "expr",
481
+ "target": "dc98d2e4cb2063c7",
482
+ "targetInput": "expr"
483
+ },
484
+ {
485
+ "source": "dc98d2e4cb2063c7",
486
+ "sourceOutput": "expr",
487
+ "target": "a998afee1d931c86",
488
+ "targetInput": "expr"
489
+ },
490
+ {
491
+ "source": "0a1b015b8ced6c5d",
492
+ "sourceOutput": "expr",
493
+ "target": "2ac9881ecebe0fc8",
494
+ "targetInput": "expr"
495
+ },
496
+ {
497
+ "source": "9170b021a64e41db",
498
+ "sourceOutput": "expr",
499
+ "target": "43a8de748049a6cd",
500
+ "targetInput": "expr"
501
+ },
502
+ {
503
+ "source": "c7f9ab66fa12d1d8",
504
+ "sourceOutput": "expr",
505
+ "target": "2a963a5ba65c348f",
506
+ "targetInput": "plane"
507
+ },
508
+ {
509
+ "source": "2a963a5ba65c348f",
510
+ "sourceOutput": "expr",
511
+ "target": "772a18cb56816678",
512
+ "targetInput": "expr"
513
+ },
514
+ {
515
+ "source": "fcbe868378631544",
516
+ "sourceOutput": "expr",
517
+ "target": "2a963a5ba65c348f",
518
+ "targetInput": "apply_height"
519
+ },
520
+ {
521
+ "source": "772a18cb56816678",
522
+ "sourceOutput": "expr",
523
+ "target": "74c913d0baa29a99",
524
+ "targetInput": "expr"
525
+ },
526
+ {
527
+ "source": "43a8de748049a6cd",
528
+ "sourceOutput": "expr",
529
+ "target": "c1e51b981e1c5c8c",
530
+ "targetInput": "expr"
531
+ },
532
+ {
533
+ "source": "a80c522d624b3791",
534
+ "sourceOutput": "expr",
535
+ "target": "1f60a823a906a6fa",
536
+ "targetInput": "expr"
537
+ },
538
+ {
539
+ "source": "cebc1d7aa9119cc1",
540
+ "sourceOutput": "expr",
541
+ "target": "a80c522d624b3791",
542
+ "targetInput": "expr"
543
+ },
544
+ {
545
+ "source": "c1e51b981e1c5c8c",
546
+ "sourceOutput": "expr",
547
+ "target": "1f60a823a906a6fa",
548
+ "targetInput": "expr"
549
+ },
550
+ {
551
+ "source": "1f60a823a906a6fa",
552
+ "sourceOutput": "expr",
553
+ "target": "fcbe868378631544",
554
+ "targetInput": "expr"
555
+ },
556
+ {
557
+ "source": "4e72fba81e8c41ac",
558
+ "sourceOutput": "expr",
559
+ "target": "c5b0d77268df187d",
560
+ "targetInput": "expr"
561
+ },
562
+ {
563
+ "source": "5923e2df27aa71d6",
564
+ "sourceOutput": "expr",
565
+ "target": "36afab0fb1b1cfa3",
566
+ "targetInput": "apply_height"
567
+ },
568
+ {
569
+ "source": "36afab0fb1b1cfa3",
570
+ "sourceOutput": "expr",
571
+ "target": "4e72fba81e8c41ac",
572
+ "targetInput": "expr"
573
+ },
574
+ {
575
+ "source": "c7f9ab66fa12d1d8",
576
+ "sourceOutput": "expr",
577
+ "target": "36afab0fb1b1cfa3",
578
+ "targetInput": "plane"
579
+ },
580
+ {
581
+ "source": "1f60a823a906a6fa",
582
+ "sourceOutput": "expr",
583
+ "target": "c238ae6e471b8cbb",
584
+ "targetInput": "expr2"
585
+ },
586
+ {
587
+ "source": "fbf5ecdd7646f5d1",
588
+ "sourceOutput": "expr",
589
+ "target": "c238ae6e471b8cbb",
590
+ "targetInput": "expr1"
591
+ },
592
+ {
593
+ "source": "b45f1c95da2d4528",
594
+ "sourceOutput": "expr",
595
+ "target": "fbf5ecdd7646f5d1",
596
+ "targetInput": "expr"
597
+ },
598
+ {
599
+ "source": "c238ae6e471b8cbb",
600
+ "sourceOutput": "expr",
601
+ "target": "5923e2df27aa71d6",
602
+ "targetInput": "expr"
603
+ },
604
+ {
605
+ "source": "dd6b0a7b33db24e6",
606
+ "sourceOutput": "expr",
607
+ "target": "afcc8f00c385ab6d",
608
+ "targetInput": "expr"
609
+ },
610
+ {
611
+ "source": "d8c35e9d52d7e7d4",
612
+ "sourceOutput": "expr",
613
+ "target": "ee422fe696a305c2",
614
+ "targetInput": "expr"
615
+ },
616
+ {
617
+ "source": "19cbcd197deaf8f0",
618
+ "sourceOutput": "expr",
619
+ "target": "dd6b0a7b33db24e6",
620
+ "targetInput": "expr"
621
+ },
622
+ {
623
+ "source": "3dc68f536f28b973",
624
+ "sourceOutput": "expr",
625
+ "target": "19cbcd197deaf8f0",
626
+ "targetInput": "expr1"
627
+ },
628
+ {
629
+ "source": "36afab0fb1b1cfa3",
630
+ "sourceOutput": "expr",
631
+ "target": "19cbcd197deaf8f0",
632
+ "targetInput": "expr2"
633
+ },
634
+ {
635
+ "source": "f971e5040ed817d3",
636
+ "sourceOutput": "expr",
637
+ "target": "dde30e5fc625894f",
638
+ "targetInput": "expr1"
639
+ },
640
+ {
641
+ "source": "2a963a5ba65c348f",
642
+ "sourceOutput": "expr",
643
+ "target": "dde30e5fc625894f",
644
+ "targetInput": "expr2"
645
+ },
646
+ {
647
+ "source": "dde30e5fc625894f",
648
+ "sourceOutput": "expr",
649
+ "target": "d8c35e9d52d7e7d4",
650
+ "targetInput": "expr"
651
+ },
652
+ {
653
+ "source": "e7f17c098b160729",
654
+ "sourceOutput": "expr",
655
+ "target": "0a1b015b8ced6c5d",
656
+ "targetInput": "expr"
657
+ },
658
+ {
659
+ "source": "237351b2f1beb25e",
660
+ "sourceOutput": "expr",
661
+ "target": "0a1b015b8ced6c5d",
662
+ "targetInput": "expr"
663
+ },
664
+ {
665
+ "source": "e7f17c098b160729",
666
+ "sourceOutput": "expr",
667
+ "target": "5362f2c0eb57882d",
668
+ "targetInput": "expr"
669
+ },
670
+ {
671
+ "source": "5362f2c0eb57882d",
672
+ "sourceOutput": "expr",
673
+ "target": "7d6603a83ab6a8a2",
674
+ "targetInput": "expr"
675
+ },
676
+ {
677
+ "source": "237351b2f1beb25e",
678
+ "sourceOutput": "expr",
679
+ "target": "7d6603a83ab6a8a2",
680
+ "targetInput": "expr"
681
+ },
682
+ {
683
+ "source": "7d6603a83ab6a8a2",
684
+ "sourceOutput": "expr",
685
+ "target": "a0ffbb5e22071ef4",
686
+ "targetInput": "expr"
687
+ },
688
+ {
689
+ "source": "434db3579176b62f",
690
+ "sourceOutput": "expr",
691
+ "target": "5e6136a4d9d16b05",
692
+ "targetInput": "expr"
693
+ },
694
+ {
695
+ "source": "759756b0a93c59e4",
696
+ "sourceOutput": "expr",
697
+ "target": "434db3579176b62f",
698
+ "targetInput": "expr"
699
+ },
700
+ {
701
+ "source": "54b494fd127dfd31",
702
+ "sourceOutput": "expr",
703
+ "target": "d1743d26218bb56d",
704
+ "targetInput": "expr"
705
+ },
706
+ {
707
+ "source": "3046bcac773e9e49",
708
+ "sourceOutput": "expr",
709
+ "target": "54b494fd127dfd31",
710
+ "targetInput": "expr"
711
+ }
712
+ ],
713
+ "positions": {
714
+ "759756b0a93c59e4": {
715
+ "x": 920,
716
+ "y": 540
717
+ },
718
+ "8c4f761aa4adc8cd": {
719
+ "x": 1400,
720
+ "y": 140
721
+ },
722
+ "ddb014729ec7c645": {
723
+ "x": 920,
724
+ "y": 140
725
+ },
726
+ "5a2a512ce9d0614a": {
727
+ "x": 1400,
728
+ "y": 520
729
+ },
730
+ "5e6136a4d9d16b05": {
731
+ "x": 1160,
732
+ "y": 340
733
+ },
734
+ "3dc68f536f28b973": {
735
+ "x": 1160,
736
+ "y": 140
737
+ },
738
+ "d14349ae44ca9bf3": {
739
+ "x": 2000,
740
+ "y": 160
741
+ },
742
+ "3046bcac773e9e49": {
743
+ "x": 2000,
744
+ "y": 560
745
+ },
746
+ "a998afee1d931c86": {
747
+ "x": 2520,
748
+ "y": 160
749
+ },
750
+ "dc98d2e4cb2063c7": {
751
+ "x": 2520,
752
+ "y": 540
753
+ },
754
+ "f971e5040ed817d3": {
755
+ "x": 2260,
756
+ "y": 160
757
+ },
758
+ "d1743d26218bb56d": {
759
+ "x": 2260,
760
+ "y": 420
761
+ },
762
+ "105a6498b1500f6f": {
763
+ "x": -720,
764
+ "y": 340
765
+ },
766
+ "81f9237304b7dd10": {
767
+ "x": -380,
768
+ "y": 380
769
+ },
770
+ "2ac9881ecebe0fc8": {
771
+ "x": 160,
772
+ "y": 120
773
+ },
774
+ "0a1b015b8ced6c5d": {
775
+ "x": 40,
776
+ "y": 460
777
+ },
778
+ "9170b021a64e41db": {
779
+ "x": 1520,
780
+ "y": 1720
781
+ },
782
+ "74c913d0baa29a99": {
783
+ "x": 2560,
784
+ "y": 1040
785
+ },
786
+ "772a18cb56816678": {
787
+ "x": 2580,
788
+ "y": 1440
789
+ },
790
+ "fcbe868378631544": {
791
+ "x": 2240,
792
+ "y": 1360
793
+ },
794
+ "2a963a5ba65c348f": {
795
+ "x": 2200,
796
+ "y": 1040
797
+ },
798
+ "c7f9ab66fa12d1d8": {
799
+ "x": 1820,
800
+ "y": 980
801
+ },
802
+ "c1e51b981e1c5c8c": {
803
+ "x": 2020,
804
+ "y": 1720
805
+ },
806
+ "43a8de748049a6cd": {
807
+ "x": 1760,
808
+ "y": 1720
809
+ },
810
+ "1f60a823a906a6fa": {
811
+ "x": 2240,
812
+ "y": 1720
813
+ },
814
+ "cebc1d7aa9119cc1": {
815
+ "x": 1700,
816
+ "y": 2060
817
+ },
818
+ "a80c522d624b3791": {
819
+ "x": 1980,
820
+ "y": 2020
821
+ },
822
+ "238e647d469a5acb": {
823
+ "x": -380,
824
+ "y": 660
825
+ },
826
+ "c5b0d77268df187d": {
827
+ "x": 1340,
828
+ "y": 1000
829
+ },
830
+ "4e72fba81e8c41ac": {
831
+ "x": 1280,
832
+ "y": 1360
833
+ },
834
+ "5923e2df27aa71d6": {
835
+ "x": 920,
836
+ "y": 1280
837
+ },
838
+ "36afab0fb1b1cfa3": {
839
+ "x": 920,
840
+ "y": 1040
841
+ },
842
+ "b45f1c95da2d4528": {
843
+ "x": 500,
844
+ "y": 1440
845
+ },
846
+ "fbf5ecdd7646f5d1": {
847
+ "x": 740,
848
+ "y": 1600
849
+ },
850
+ "c238ae6e471b8cbb": {
851
+ "x": 1040,
852
+ "y": 1640
853
+ },
854
+ "371894de10c620d6": {
855
+ "x": -700,
856
+ "y": 620
857
+ },
858
+ "afcc8f00c385ab6d": {
859
+ "x": 1280,
860
+ "y": 2380
861
+ },
862
+ "dd6b0a7b33db24e6": {
863
+ "x": 1000,
864
+ "y": 2460
865
+ },
866
+ "ee422fe696a305c2": {
867
+ "x": 2820,
868
+ "y": 2180
869
+ },
870
+ "d8c35e9d52d7e7d4": {
871
+ "x": 2300,
872
+ "y": 2440
873
+ },
874
+ "dde30e5fc625894f": {
875
+ "x": 2040,
876
+ "y": 2480
877
+ },
878
+ "19cbcd197deaf8f0": {
879
+ "x": 720,
880
+ "y": 2580
881
+ },
882
+ "237351b2f1beb25e": {
883
+ "x": -700,
884
+ "y": 880
885
+ },
886
+ "e7f17c098b160729": {
887
+ "x": -380,
888
+ "y": 900
889
+ },
890
+ "a0ffbb5e22071ef4": {
891
+ "x": 520,
892
+ "y": 960
893
+ },
894
+ "5362f2c0eb57882d": {
895
+ "x": -80,
896
+ "y": 1060
897
+ },
898
+ "7d6603a83ab6a8a2": {
899
+ "x": 180,
900
+ "y": 780
901
+ },
902
+ "434db3579176b62f": {
903
+ "x": 1140,
904
+ "y": 560
905
+ },
906
+ "54b494fd127dfd31": {
907
+ "x": 2260,
908
+ "y": 640
909
+ }
910
+ }
911
+ }
912
+ }
913
+ }
joints/CJ_AT/info.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Ari Tsugi",
3
+ "type": "Connection Joint",
4
+ "n_parts": 2,
5
+ "assembly_steps": 1
6
+ }
joints/CJ_AT/meshes/base/0.stl ADDED
Binary file (1.48 kB). View file
 
joints/CJ_AT/meshes/base/1.stl ADDED
Binary file (1.48 kB). View file
 
joints/CJ_AT/meshes/mill/0.stl ADDED
Binary file (90.7 kB). View file
 
joints/CJ_AT/meshes/mill/1.stl ADDED
Binary file (90.7 kB). View file
 
joints/CJ_AT/meshes/odf/0.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e87ccf879be46a0ba219e3f64f423d12d6a5d862cca7d14f65040435b0600a57
3
+ size 177884
joints/CJ_AT/meshes/odf/1.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c50aeb05e1dc1218b34d376b5ef799751025e18fea495d9d0d18736dbaa8b22f
3
+ size 177884
joints/CJ_AT/meshes/ours/0.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb55397fcdbbc944b3e2956ea6ac22136efba17aef993d27a7a3c695cc29848d
3
+ size 254484
joints/CJ_AT/meshes/ours/1.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc65e73a5f20e9aef1398be714eea8c502fcf634c5830f48438c9076bba60873
3
+ size 226884
joints/CJ_AT/polyline_files/base.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"moduleList": {"base": {"nodes": [{"id": "9706198e-036e-477f-a13b-748900477954", "name": "RegisterGeometry", "data": {"name": "main_2", "bbox": [2, 4, 2]}}, {"id": "f9eebb9a-cee9-42da-b694-318ae18b47ea", "name": "SetMaterial", "data": {"material": [2]}}, {"id": "02230259-b93a-4db0-b563-12953b0225c2", "name": "Difference", "data": {}}, {"id": "b3a8aea3-1629-4c5f-80c0-4849b88ed2e1", "name": "LinkedHeightField3D", "data": {}}, {"id": "ac35c4fd-b83f-45cc-aef1-34fd04fa6d0a", "name": "Plane3D", "data": {"origin": [0.0, 1.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "896f2b04-e821-4c1f-ba12-895037a54d4e", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "afced73a-38f0-45c8-823e-3dfb9dbf1945", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "bc20c3bc-d970-4678-bba3-4f836c73760e", "name": "LinkedHeightField3D", "data": {}}, {"id": "71f22b53-05c3-4aca-b6a8-b0dcb6a70a8a", "name": "Plane3D", "data": {"origin": [-0.501, 0.0, 0.0], "normal": [1.0, 0.0, 0.0]}}, {"id": "1613a3cf-6ded-40e0-982f-3b8acbdb3b52", "name": "ApplyHeight", "data": {"height": [1.0019999999999998]}}, {"id": "90bdf78c-74bb-45ab-bfcf-9d3cf712a3a0", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "bbee095e-40f8-4cb6-b4ed-b4381dba2663", "name": "PolyLine2D", "data": {"points": [[1.2000000476837158, 0.16710154712200165, 0.0], [1.2000000476837158, 0.800000011920929, 0.0], [0.800000011920929, 0.800000011920929, 0.0], [0.800000011920929, -0.800000011920929, 0.0], [1.2000000476837158, -0.800000011920929, 0.0], [1.2000000476837158, -0.16710153222084045, 0.0], [1.8020000457763672, -0.30000001192092896, 0.0], [1.8020000457763672, 0.30000001192092896, 0.0]]}}, {"id": "189c8f4f-83f5-4d3d-a841-1ae24be543ce", "name": "RegisterGeometry", "data": {"name": "main_1", "bbox": [2, 4, 2]}}, {"id": "83ff5a53-18f1-41bb-b662-2a53e7937fff", "name": "SetMaterial", "data": {"material": [3]}}, {"id": "336b0521-00da-4c86-85c1-92b29bf05d5d", "name": "Difference", "data": {}}, {"id": "a0037819-1799-4724-ac39-a8994ed78201", "name": "LinkedHeightField3D", "data": {}}, {"id": "da0109be-29d8-4ffe-8a2e-be2f935dada2", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "4ec10ce7-e0e1-427b-ad68-9c2668b452f3", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "35789ad3-d9ee-4c10-b051-10ed89a4b386", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "4e7b0d4b-a6b3-4a71-b436-60f7b0df47b6", "name": "LinkedHeightField3D", "data": {}}, {"id": "e57ec022-47dd-49ed-974b-394cfcbefcb4", "name": "Plane3D", "data": {"origin": [-0.501, 0.0, 0.0], "normal": [1.0, 0.0, 0.0]}}, {"id": "487ac2f9-026e-4147-adda-00cbc786151e", "name": "ApplyHeight", "data": {"height": [1.0019999999999998]}}, {"id": "28cc207a-7076-4785-80ff-9de63e23137a", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "7329a125-06fc-4938-8253-fbb625be8cdc", "name": "PolyLine2D", "data": {"points": [[1.2000000476837158, 0.800000011920929, 0.0], [2.200000047683716, 0.800000011920929, 0.0], [2.200000047683716, -0.800000011920929, 0.0], [1.2000000476837158, -0.800000011920929, 0.0], [1.2000000476837158, -0.16710153222084045, 0.0], [1.8020000457763672, -0.30000001192092896, 0.0], [1.8020000457763672, 0.30000001192092896, 0.0], [1.2000000476837158, 0.16710154712200165, 0.0]]}}, {"id": "2ac9881ecebe0fc8", "name": "RegisterState", "data": {"state": [1]}}, {"id": "0a1b015b8ced6c5d", "name": "Union", "data": {}}, {"id": "e7f17c098b160729", "name": "NamedGeometry", "data": {"name": "main_2"}}, {"id": "237351b2f1beb25e", "name": "NamedGeometry", "data": {"name": "main_1"}}, {"id": "a0ffbb5e22071ef4", "name": "RegisterState", "data": {"state": [0]}}, {"id": "7d6603a83ab6a8a2", "name": "Union", "data": {}}, {"id": "5362f2c0eb57882d", "name": "Translate3D", "data": {"param": [1, 0, 0]}}], "connections": [{"source": "f9eebb9a-cee9-42da-b694-318ae18b47ea", "sourceOutput": "expr", "target": "9706198e-036e-477f-a13b-748900477954", "targetInput": "expr"}, {"source": "02230259-b93a-4db0-b563-12953b0225c2", "sourceOutput": "expr", "target": "f9eebb9a-cee9-42da-b694-318ae18b47ea", "targetInput": "expr"}, {"source": "b3a8aea3-1629-4c5f-80c0-4849b88ed2e1", "sourceOutput": "expr", "target": "02230259-b93a-4db0-b563-12953b0225c2", "targetInput": "expr1"}, {"source": "ac35c4fd-b83f-45cc-aef1-34fd04fa6d0a", "sourceOutput": "expr", "target": "b3a8aea3-1629-4c5f-80c0-4849b88ed2e1", "targetInput": "plane"}, {"source": "896f2b04-e821-4c1f-ba12-895037a54d4e", "sourceOutput": "expr", "target": "b3a8aea3-1629-4c5f-80c0-4849b88ed2e1", "targetInput": "apply_height"}, {"source": "afced73a-38f0-45c8-823e-3dfb9dbf1945", "sourceOutput": "expr", "target": "896f2b04-e821-4c1f-ba12-895037a54d4e", "targetInput": "expr"}, {"source": "bc20c3bc-d970-4678-bba3-4f836c73760e", "sourceOutput": "expr", "target": "02230259-b93a-4db0-b563-12953b0225c2", "targetInput": "expr2"}, {"source": "71f22b53-05c3-4aca-b6a8-b0dcb6a70a8a", "sourceOutput": "expr", "target": "bc20c3bc-d970-4678-bba3-4f836c73760e", "targetInput": "plane"}, {"source": "1613a3cf-6ded-40e0-982f-3b8acbdb3b52", "sourceOutput": "expr", "target": "bc20c3bc-d970-4678-bba3-4f836c73760e", "targetInput": "apply_height"}, {"source": "90bdf78c-74bb-45ab-bfcf-9d3cf712a3a0", "sourceOutput": "expr", "target": "1613a3cf-6ded-40e0-982f-3b8acbdb3b52", "targetInput": "expr"}, {"source": "bbee095e-40f8-4cb6-b4ed-b4381dba2663", "sourceOutput": "expr", "target": "90bdf78c-74bb-45ab-bfcf-9d3cf712a3a0", "targetInput": "expr"}, {"source": "83ff5a53-18f1-41bb-b662-2a53e7937fff", "sourceOutput": "expr", "target": "189c8f4f-83f5-4d3d-a841-1ae24be543ce", "targetInput": "expr"}, {"source": "336b0521-00da-4c86-85c1-92b29bf05d5d", "sourceOutput": "expr", "target": "83ff5a53-18f1-41bb-b662-2a53e7937fff", "targetInput": "expr"}, {"source": "a0037819-1799-4724-ac39-a8994ed78201", "sourceOutput": "expr", "target": "336b0521-00da-4c86-85c1-92b29bf05d5d", "targetInput": "expr1"}, {"source": "da0109be-29d8-4ffe-8a2e-be2f935dada2", "sourceOutput": "expr", "target": "a0037819-1799-4724-ac39-a8994ed78201", "targetInput": "plane"}, {"source": "4ec10ce7-e0e1-427b-ad68-9c2668b452f3", "sourceOutput": "expr", "target": "a0037819-1799-4724-ac39-a8994ed78201", "targetInput": "apply_height"}, {"source": "35789ad3-d9ee-4c10-b051-10ed89a4b386", "sourceOutput": "expr", "target": "4ec10ce7-e0e1-427b-ad68-9c2668b452f3", "targetInput": "expr"}, {"source": "4e7b0d4b-a6b3-4a71-b436-60f7b0df47b6", "sourceOutput": "expr", "target": "336b0521-00da-4c86-85c1-92b29bf05d5d", "targetInput": "expr2"}, {"source": "e57ec022-47dd-49ed-974b-394cfcbefcb4", "sourceOutput": "expr", "target": "4e7b0d4b-a6b3-4a71-b436-60f7b0df47b6", "targetInput": "plane"}, {"source": "487ac2f9-026e-4147-adda-00cbc786151e", "sourceOutput": "expr", "target": "4e7b0d4b-a6b3-4a71-b436-60f7b0df47b6", "targetInput": "apply_height"}, {"source": "28cc207a-7076-4785-80ff-9de63e23137a", "sourceOutput": "expr", "target": "487ac2f9-026e-4147-adda-00cbc786151e", "targetInput": "expr"}, {"source": "7329a125-06fc-4938-8253-fbb625be8cdc", "sourceOutput": "expr", "target": "28cc207a-7076-4785-80ff-9de63e23137a", "targetInput": "expr"}, {"source": "0a1b015b8ced6c5d", "sourceOutput": "expr", "target": "2ac9881ecebe0fc8", "targetInput": "expr"}, {"source": "e7f17c098b160729", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "e7f17c098b160729", "sourceOutput": "expr", "target": "5362f2c0eb57882d", "targetInput": "expr"}, {"source": "237351b2f1beb25e", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "237351b2f1beb25e", "sourceOutput": "expr", "target": "7d6603a83ab6a8a2", "targetInput": "expr"}, {"source": "7d6603a83ab6a8a2", "sourceOutput": "expr", "target": "a0ffbb5e22071ef4", "targetInput": "expr"}, {"source": "5362f2c0eb57882d", "sourceOutput": "expr", "target": "7d6603a83ab6a8a2", "targetInput": "expr"}], "positions": {"9706198e-036e-477f-a13b-748900477954": {"x": 0, "y": 0}, "f9eebb9a-cee9-42da-b694-318ae18b47ea": {"x": 0, "y": 0}, "02230259-b93a-4db0-b563-12953b0225c2": {"x": 0, "y": 0}, "b3a8aea3-1629-4c5f-80c0-4849b88ed2e1": {"x": 0, "y": 0}, "ac35c4fd-b83f-45cc-aef1-34fd04fa6d0a": {"x": 0, "y": 0}, "896f2b04-e821-4c1f-ba12-895037a54d4e": {"x": 0, "y": 0}, "afced73a-38f0-45c8-823e-3dfb9dbf1945": {"x": 0, "y": 0}, "bc20c3bc-d970-4678-bba3-4f836c73760e": {"x": 0, "y": 0}, "71f22b53-05c3-4aca-b6a8-b0dcb6a70a8a": {"x": 0, "y": 0}, "1613a3cf-6ded-40e0-982f-3b8acbdb3b52": {"x": 0, "y": 0}, "90bdf78c-74bb-45ab-bfcf-9d3cf712a3a0": {"x": 0, "y": 0}, "bbee095e-40f8-4cb6-b4ed-b4381dba2663": {"x": 0, "y": 0}, "189c8f4f-83f5-4d3d-a841-1ae24be543ce": {"x": 0, "y": 0}, "83ff5a53-18f1-41bb-b662-2a53e7937fff": {"x": 0, "y": 0}, "336b0521-00da-4c86-85c1-92b29bf05d5d": {"x": 0, "y": 0}, "a0037819-1799-4724-ac39-a8994ed78201": {"x": 0, "y": 0}, "da0109be-29d8-4ffe-8a2e-be2f935dada2": {"x": 0, "y": 0}, "4ec10ce7-e0e1-427b-ad68-9c2668b452f3": {"x": 0, "y": 0}, "35789ad3-d9ee-4c10-b051-10ed89a4b386": {"x": 0, "y": 0}, "4e7b0d4b-a6b3-4a71-b436-60f7b0df47b6": {"x": 0, "y": 0}, "e57ec022-47dd-49ed-974b-394cfcbefcb4": {"x": 0, "y": 0}, "487ac2f9-026e-4147-adda-00cbc786151e": {"x": 0, "y": 0}, "28cc207a-7076-4785-80ff-9de63e23137a": {"x": 0, "y": 0}, "7329a125-06fc-4938-8253-fbb625be8cdc": {"x": 0, "y": 0}, "2ac9881ecebe0fc8": {"x": 0, "y": 0}, "0a1b015b8ced6c5d": {"x": 0, "y": 0}, "e7f17c098b160729": {"x": 0, "y": 0}, "237351b2f1beb25e": {"x": 0, "y": 0}, "a0ffbb5e22071ef4": {"x": 0, "y": 0}, "7d6603a83ab6a8a2": {"x": 0, "y": 0}, "5362f2c0eb57882d": {"x": 0, "y": 0}}}}}
joints/CJ_AT/polyline_files/mill.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"moduleList": {"base": {"nodes": [{"id": "9c256a81-1e9b-403b-9694-db10479bfecf", "name": "RegisterGeometry", "data": {"name": "main_2", "bbox": [2, 4, 2]}}, {"id": "1cd1fee5-71a6-412a-bee9-0dac4c0dd8b0", "name": "SetMaterial", "data": {"material": [2]}}, {"id": "4893b96a-1e92-40e4-b053-0cf9ed983ff2", "name": "Difference", "data": {}}, {"id": "1422a221-391c-4518-8055-2f0d31d08d4e", "name": "LinkedHeightField3D", "data": {}}, {"id": "bd51096c-ab9d-4e0e-9a96-e0873bdf911e", "name": "Plane3D", "data": {"origin": [0.0, 1.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "6c1e3560-ebd6-4017-b7eb-aaf484aa407c", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "4a3bf95c-d9a1-4378-8e52-afd35d88bf59", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "335a2449-f943-4649-a018-167c3a762cab", "name": "LinkedHeightField3D", "data": {}}, {"id": "230becb1-6658-48c5-a1f5-1aead9b3e2a0", "name": "Plane3D", "data": {"origin": [-0.501, 0.0, 0.0], "normal": [1.0, 0.0, 0.0]}}, {"id": "e026d34d-98b6-4c66-87a3-73eb62bec938", "name": "ApplyHeight", "data": {"height": [1.0019999999999998]}}, {"id": "1c977b71-28b8-4b32-8ab3-fba70fc12558", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "789d1b40-2fb0-43fb-80ea-4bbbf670ccc1", "name": "PolyLine2D", "data": {"points": [[1.200010061264038, 0.1671139895915985, 0.0], [1.200010061264038, 0.6941666603088379, 0.4142135679721832], [1.0941667556762695, 0.8000100255012512, 0.0], [0.90583336353302, 0.8000100255012512, 0.4142135679721832], [0.7999899983406067, 0.6941666603088379, 0.0], [0.7999899983406067, -0.6941666603088379, 0.4142135679721832], [0.90583336353302, -0.8000100255012512, 0.0], [1.0941667556762695, -0.8000100255012512, 0.4142135679721832], [1.200010061264038, -0.6941666603088379, 0.0], [1.200010061264038, -0.16711397469043732, 0.0], [1.6733499765396118, -0.27160924673080444, 0.47938281297683716], [1.8020100593566895, -0.16825449466705322, 0.0], [1.8020100593566895, 0.16825449466705322, 0.47938281297683716], [1.6733499765396118, 0.27160924673080444, 0.0]]}}, {"id": "dac0b168-378e-4f72-bdc5-9570e99896ca", "name": "RegisterGeometry", "data": {"name": "main_1", "bbox": [2, 4, 2]}}, {"id": "444c6717-b59f-4d7c-b6f8-66985765ed71", "name": "SetMaterial", "data": {"material": [3]}}, {"id": "a2d98674-9c3a-4313-a718-069fafc5f1ed", "name": "Difference", "data": {}}, {"id": "91d5b698-4042-4e39-a4f7-a3ebda568c85", "name": "LinkedHeightField3D", "data": {}}, {"id": "45f6d89c-b076-48fb-af6b-8bd123bffa63", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "e8c29dd5-9d35-4921-ab33-2467190b8722", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "38705fa0-8e9a-48b6-9630-02c81960047d", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "c5fb6c59-5f86-47c4-9ac1-0ec3c2c207a2", "name": "LinkedHeightField3D", "data": {}}, {"id": "d20243d5-d81d-4c7a-bd18-0077d6ff7d64", "name": "Plane3D", "data": {"origin": [-0.501, 0.0, 0.0], "normal": [1.0, 0.0, 0.0]}}, {"id": "db288538-863e-4c42-a48d-ec44e610cdb0", "name": "ApplyHeight", "data": {"height": [1.0019999999999998]}}, {"id": "8f2f06ab-769c-4a36-830c-52320b248aff", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "abcde6db-1f33-417f-b2f2-fb3cbf3bc2ba", "name": "PolyLine2D", "data": {"points": [[1.801990032196045, 0.2999875545501709, 0.0], [1.801990032196045, -0.2999875545501709, 0.0], [1.3286501169204712, -0.19549229741096497, 0.47938281297683716], [1.1999900341033936, -0.2988470494747162, 0.0], [1.1999900341033936, -0.6941666603088379, 0.4142135679721832], [1.305833339691162, -0.8000100255012512, 0.0], [2.0941667556762695, -0.8000100255012512, 0.4142135679721832], [2.200010061264038, -0.6941666603088379, 0.0], [2.200010061264038, 0.6941666603088379, 0.4142135679721832], [2.0941667556762695, 0.8000100255012512, 0.0], [1.305833339691162, 0.8000100255012512, 0.4142135679721832], [1.1999900341033936, 0.6941666603088379, 0.0], [1.1999900341033936, 0.2988470494747162, 0.47938281297683716], [1.3286501169204712, 0.19549229741096497, 0.0]]}}, {"id": "2ac9881ecebe0fc8", "name": "RegisterState", "data": {"state": [1]}}, {"id": "0a1b015b8ced6c5d", "name": "Union", "data": {}}, {"id": "e7f17c098b160729", "name": "NamedGeometry", "data": {"name": "main_2"}}, {"id": "237351b2f1beb25e", "name": "NamedGeometry", "data": {"name": "main_1"}}, {"id": "a0ffbb5e22071ef4", "name": "RegisterState", "data": {"state": [0]}}, {"id": "7d6603a83ab6a8a2", "name": "Union", "data": {}}, {"id": "5362f2c0eb57882d", "name": "Translate3D", "data": {"param": [1, 0, 0]}}], "connections": [{"source": "1cd1fee5-71a6-412a-bee9-0dac4c0dd8b0", "sourceOutput": "expr", "target": "9c256a81-1e9b-403b-9694-db10479bfecf", "targetInput": "expr"}, {"source": "4893b96a-1e92-40e4-b053-0cf9ed983ff2", "sourceOutput": "expr", "target": "1cd1fee5-71a6-412a-bee9-0dac4c0dd8b0", "targetInput": "expr"}, {"source": "1422a221-391c-4518-8055-2f0d31d08d4e", "sourceOutput": "expr", "target": "4893b96a-1e92-40e4-b053-0cf9ed983ff2", "targetInput": "expr1"}, {"source": "bd51096c-ab9d-4e0e-9a96-e0873bdf911e", "sourceOutput": "expr", "target": "1422a221-391c-4518-8055-2f0d31d08d4e", "targetInput": "plane"}, {"source": "6c1e3560-ebd6-4017-b7eb-aaf484aa407c", "sourceOutput": "expr", "target": "1422a221-391c-4518-8055-2f0d31d08d4e", "targetInput": "apply_height"}, {"source": "4a3bf95c-d9a1-4378-8e52-afd35d88bf59", "sourceOutput": "expr", "target": "6c1e3560-ebd6-4017-b7eb-aaf484aa407c", "targetInput": "expr"}, {"source": "335a2449-f943-4649-a018-167c3a762cab", "sourceOutput": "expr", "target": "4893b96a-1e92-40e4-b053-0cf9ed983ff2", "targetInput": "expr2"}, {"source": "230becb1-6658-48c5-a1f5-1aead9b3e2a0", "sourceOutput": "expr", "target": "335a2449-f943-4649-a018-167c3a762cab", "targetInput": "plane"}, {"source": "e026d34d-98b6-4c66-87a3-73eb62bec938", "sourceOutput": "expr", "target": "335a2449-f943-4649-a018-167c3a762cab", "targetInput": "apply_height"}, {"source": "1c977b71-28b8-4b32-8ab3-fba70fc12558", "sourceOutput": "expr", "target": "e026d34d-98b6-4c66-87a3-73eb62bec938", "targetInput": "expr"}, {"source": "789d1b40-2fb0-43fb-80ea-4bbbf670ccc1", "sourceOutput": "expr", "target": "1c977b71-28b8-4b32-8ab3-fba70fc12558", "targetInput": "expr"}, {"source": "444c6717-b59f-4d7c-b6f8-66985765ed71", "sourceOutput": "expr", "target": "dac0b168-378e-4f72-bdc5-9570e99896ca", "targetInput": "expr"}, {"source": "a2d98674-9c3a-4313-a718-069fafc5f1ed", "sourceOutput": "expr", "target": "444c6717-b59f-4d7c-b6f8-66985765ed71", "targetInput": "expr"}, {"source": "91d5b698-4042-4e39-a4f7-a3ebda568c85", "sourceOutput": "expr", "target": "a2d98674-9c3a-4313-a718-069fafc5f1ed", "targetInput": "expr1"}, {"source": "45f6d89c-b076-48fb-af6b-8bd123bffa63", "sourceOutput": "expr", "target": "91d5b698-4042-4e39-a4f7-a3ebda568c85", "targetInput": "plane"}, {"source": "e8c29dd5-9d35-4921-ab33-2467190b8722", "sourceOutput": "expr", "target": "91d5b698-4042-4e39-a4f7-a3ebda568c85", "targetInput": "apply_height"}, {"source": "38705fa0-8e9a-48b6-9630-02c81960047d", "sourceOutput": "expr", "target": "e8c29dd5-9d35-4921-ab33-2467190b8722", "targetInput": "expr"}, {"source": "c5fb6c59-5f86-47c4-9ac1-0ec3c2c207a2", "sourceOutput": "expr", "target": "a2d98674-9c3a-4313-a718-069fafc5f1ed", "targetInput": "expr2"}, {"source": "d20243d5-d81d-4c7a-bd18-0077d6ff7d64", "sourceOutput": "expr", "target": "c5fb6c59-5f86-47c4-9ac1-0ec3c2c207a2", "targetInput": "plane"}, {"source": "db288538-863e-4c42-a48d-ec44e610cdb0", "sourceOutput": "expr", "target": "c5fb6c59-5f86-47c4-9ac1-0ec3c2c207a2", "targetInput": "apply_height"}, {"source": "8f2f06ab-769c-4a36-830c-52320b248aff", "sourceOutput": "expr", "target": "db288538-863e-4c42-a48d-ec44e610cdb0", "targetInput": "expr"}, {"source": "abcde6db-1f33-417f-b2f2-fb3cbf3bc2ba", "sourceOutput": "expr", "target": "8f2f06ab-769c-4a36-830c-52320b248aff", "targetInput": "expr"}, {"source": "0a1b015b8ced6c5d", "sourceOutput": "expr", "target": "2ac9881ecebe0fc8", "targetInput": "expr"}, {"source": "e7f17c098b160729", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "e7f17c098b160729", "sourceOutput": "expr", "target": "5362f2c0eb57882d", "targetInput": "expr"}, {"source": "237351b2f1beb25e", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "237351b2f1beb25e", "sourceOutput": "expr", "target": "7d6603a83ab6a8a2", "targetInput": "expr"}, {"source": "7d6603a83ab6a8a2", "sourceOutput": "expr", "target": "a0ffbb5e22071ef4", "targetInput": "expr"}, {"source": "5362f2c0eb57882d", "sourceOutput": "expr", "target": "7d6603a83ab6a8a2", "targetInput": "expr"}], "positions": {"9c256a81-1e9b-403b-9694-db10479bfecf": {"x": 0, "y": 0}, "1cd1fee5-71a6-412a-bee9-0dac4c0dd8b0": {"x": 0, "y": 0}, "4893b96a-1e92-40e4-b053-0cf9ed983ff2": {"x": 0, "y": 0}, "1422a221-391c-4518-8055-2f0d31d08d4e": {"x": 0, "y": 0}, "bd51096c-ab9d-4e0e-9a96-e0873bdf911e": {"x": 0, "y": 0}, "6c1e3560-ebd6-4017-b7eb-aaf484aa407c": {"x": 0, "y": 0}, "4a3bf95c-d9a1-4378-8e52-afd35d88bf59": {"x": 0, "y": 0}, "335a2449-f943-4649-a018-167c3a762cab": {"x": 0, "y": 0}, "230becb1-6658-48c5-a1f5-1aead9b3e2a0": {"x": 0, "y": 0}, "e026d34d-98b6-4c66-87a3-73eb62bec938": {"x": 0, "y": 0}, "1c977b71-28b8-4b32-8ab3-fba70fc12558": {"x": 0, "y": 0}, "789d1b40-2fb0-43fb-80ea-4bbbf670ccc1": {"x": 0, "y": 0}, "dac0b168-378e-4f72-bdc5-9570e99896ca": {"x": 0, "y": 0}, "444c6717-b59f-4d7c-b6f8-66985765ed71": {"x": 0, "y": 0}, "a2d98674-9c3a-4313-a718-069fafc5f1ed": {"x": 0, "y": 0}, "91d5b698-4042-4e39-a4f7-a3ebda568c85": {"x": 0, "y": 0}, "45f6d89c-b076-48fb-af6b-8bd123bffa63": {"x": 0, "y": 0}, "e8c29dd5-9d35-4921-ab33-2467190b8722": {"x": 0, "y": 0}, "38705fa0-8e9a-48b6-9630-02c81960047d": {"x": 0, "y": 0}, "c5fb6c59-5f86-47c4-9ac1-0ec3c2c207a2": {"x": 0, "y": 0}, "d20243d5-d81d-4c7a-bd18-0077d6ff7d64": {"x": 0, "y": 0}, "db288538-863e-4c42-a48d-ec44e610cdb0": {"x": 0, "y": 0}, "8f2f06ab-769c-4a36-830c-52320b248aff": {"x": 0, "y": 0}, "abcde6db-1f33-417f-b2f2-fb3cbf3bc2ba": {"x": 0, "y": 0}, "2ac9881ecebe0fc8": {"x": 0, "y": 0}, "0a1b015b8ced6c5d": {"x": 0, "y": 0}, "e7f17c098b160729": {"x": 0, "y": 0}, "237351b2f1beb25e": {"x": 0, "y": 0}, "a0ffbb5e22071ef4": {"x": 0, "y": 0}, "7d6603a83ab6a8a2": {"x": 0, "y": 0}, "5362f2c0eb57882d": {"x": 0, "y": 0}}}}}
joints/CJ_AT/polyline_files/odf.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"moduleList": {"base": {"nodes": [{"id": "d502b6c4-0ffa-4d9d-8eba-c72c36e3c926", "name": "RegisterGeometry", "data": {"name": "main_2", "bbox": [2, 4, 2]}}, {"id": "4259cc84-5c63-4825-b1f9-90b672056bbc", "name": "SetMaterial", "data": {"material": [2]}}, {"id": "a756c518-aaa2-4715-b598-964edd3b88ab", "name": "Difference", "data": {}}, {"id": "75b03193-241f-4733-a150-d94c06069755", "name": "LinkedHeightField3D", "data": {}}, {"id": "33545280-5b63-4812-bbed-5278fe2ef80c", "name": "Plane3D", "data": {"origin": [0.0, 1.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "601e0e07-224a-4b90-bce2-cae3ff5dfc54", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "6bbeedf3-ff81-4462-a589-f20f5b5ac802", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "c5b77d4d-4d40-4883-8ff3-aa986a49e5af", "name": "LinkedHeightField3D", "data": {}}, {"id": "50896c26-81b7-45e6-a720-344af78d6946", "name": "Plane3D", "data": {"origin": [-0.501, 0.0, 0.0], "normal": [1.0, 0.0, 0.0]}}, {"id": "9dd0dc3e-e441-4873-9633-391c9b05f50e", "name": "ApplyHeight", "data": {"height": [1.0019999999999998]}}, {"id": "52367b8c-b962-4aeb-a99a-9dab3b91b07c", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "57ebe0a9-53ad-49c2-8a83-41300b1f6855", "name": "PolyLine2D", "data": {"points": [[1.200010061264038, 0.29678547382354736, 0.0], [1.200010061264038, 0.6941666603088379, 0.4142135679721832], [1.0941667556762695, 0.8000100255012512, 0.0], [0.90583336353302, 0.8000100255012512, 0.4142135679721832], [0.7999899983406067, 0.6941666603088379, 0.0], [0.7999899983406067, -0.6941666603088379, 0.4142135679721832], [0.90583336353302, -0.8000100255012512, 0.0], [1.0941667556762695, -0.8000100255012512, 0.4142135679721832], [1.200010061264038, -0.6941666603088379, 0.0], [1.200010061264038, -0.29679080843925476, -0.46749258041381836], [1.3266383409500122, -0.19506864249706268, 0.0], [1.6733499765396118, -0.27160924673080444, 0.47938281297683716], [1.8020100593566895, -0.16825449466705322, 0.0], [1.8020100593566895, 0.16825449466705322, 0.47938281297683716], [1.6733499765396118, 0.27160924673080444, 0.0], [1.3266370296478271, 0.195068359375, -0.4674732983112335]]}}, {"id": "261ef7f7-c1e0-4245-a070-8cef2e8916ef", "name": "RegisterGeometry", "data": {"name": "main_1", "bbox": [2, 4, 2]}}, {"id": "fc06ea10-acbd-4257-89d7-e4a6d2627664", "name": "SetMaterial", "data": {"material": [3]}}, {"id": "ae8da295-566b-48f9-ae24-27f44cf9d284", "name": "Difference", "data": {}}, {"id": "17ff40ae-b01a-45b6-a903-4da87a2c7b86", "name": "LinkedHeightField3D", "data": {}}, {"id": "7d300cd2-ceb2-4d76-82f1-bc6bf60ee6ef", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "a3d0c941-2e59-49da-8cf1-bda0ce3343eb", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "f990bb69-48fa-46ff-afa6-0c799b6d3dc8", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "21737d2e-b8ef-4279-941d-f852d21e05a7", "name": "LinkedHeightField3D", "data": {}}, {"id": "901fffd9-64ca-44d7-9075-49a5f84ac287", "name": "Plane3D", "data": {"origin": [-0.501, 0.0, 0.0], "normal": [1.0, 0.0, 0.0]}}, {"id": "27a996ec-5a9c-41ea-a23c-ed29b29239c4", "name": "ApplyHeight", "data": {"height": [1.0019999999999998]}}, {"id": "f9fdb9c1-092a-4bc2-9654-999635a3ff8a", "name": "Dilate2D", "data": {"k": [0.0]}}, {"id": "1ea42a64-72c5-4b2b-85de-57985525730c", "name": "PolyLine2D", "data": {"points": [[1.801990032196045, 0.17031419277191162, 0.0], [1.801990032196045, -0.17031261324882507, -0.4674825668334961], [1.675363302230835, -0.2720332443714142, 0.0], [1.3286501169204712, -0.19549229741096497, 0.47938281297683716], [1.1999900341033936, -0.2988470494747162, 0.0], [1.1999900341033936, -0.6941666603088379, 0.4142135679721832], [1.305833339691162, -0.8000100255012512, 0.0], [2.0941667556762695, -0.8000100255012512, 0.4142135679721832], [2.200010061264038, -0.6941666603088379, 0.0], [2.200010061264038, 0.6941666603088379, 0.4142135679721832], [2.0941667556762695, 0.8000100255012512, 0.0], [1.305833339691162, 0.8000100255012512, 0.4142135679721832], [1.1999900341033936, 0.6941666603088379, 0.0], [1.1999900341033936, 0.2988470494747162, 0.47938281297683716], [1.3286501169204712, 0.19549229741096497, 0.0], [1.6753629446029663, 0.272033154964447, -0.46747887134552]]}}, {"id": "2ac9881ecebe0fc8", "name": "RegisterState", "data": {"state": [1]}}, {"id": "0a1b015b8ced6c5d", "name": "Union", "data": {}}, {"id": "e7f17c098b160729", "name": "NamedGeometry", "data": {"name": "main_2"}}, {"id": "237351b2f1beb25e", "name": "NamedGeometry", "data": {"name": "main_1"}}, {"id": "a0ffbb5e22071ef4", "name": "RegisterState", "data": {"state": [0]}}, {"id": "7d6603a83ab6a8a2", "name": "Union", "data": {}}, {"id": "5362f2c0eb57882d", "name": "Translate3D", "data": {"param": [1, 0, 0]}}], "connections": [{"source": "4259cc84-5c63-4825-b1f9-90b672056bbc", "sourceOutput": "expr", "target": "d502b6c4-0ffa-4d9d-8eba-c72c36e3c926", "targetInput": "expr"}, {"source": "a756c518-aaa2-4715-b598-964edd3b88ab", "sourceOutput": "expr", "target": "4259cc84-5c63-4825-b1f9-90b672056bbc", "targetInput": "expr"}, {"source": "75b03193-241f-4733-a150-d94c06069755", "sourceOutput": "expr", "target": "a756c518-aaa2-4715-b598-964edd3b88ab", "targetInput": "expr1"}, {"source": "33545280-5b63-4812-bbed-5278fe2ef80c", "sourceOutput": "expr", "target": "75b03193-241f-4733-a150-d94c06069755", "targetInput": "plane"}, {"source": "601e0e07-224a-4b90-bce2-cae3ff5dfc54", "sourceOutput": "expr", "target": "75b03193-241f-4733-a150-d94c06069755", "targetInput": "apply_height"}, {"source": "6bbeedf3-ff81-4462-a589-f20f5b5ac802", "sourceOutput": "expr", "target": "601e0e07-224a-4b90-bce2-cae3ff5dfc54", "targetInput": "expr"}, {"source": "c5b77d4d-4d40-4883-8ff3-aa986a49e5af", "sourceOutput": "expr", "target": "a756c518-aaa2-4715-b598-964edd3b88ab", "targetInput": "expr2"}, {"source": "50896c26-81b7-45e6-a720-344af78d6946", "sourceOutput": "expr", "target": "c5b77d4d-4d40-4883-8ff3-aa986a49e5af", "targetInput": "plane"}, {"source": "9dd0dc3e-e441-4873-9633-391c9b05f50e", "sourceOutput": "expr", "target": "c5b77d4d-4d40-4883-8ff3-aa986a49e5af", "targetInput": "apply_height"}, {"source": "52367b8c-b962-4aeb-a99a-9dab3b91b07c", "sourceOutput": "expr", "target": "9dd0dc3e-e441-4873-9633-391c9b05f50e", "targetInput": "expr"}, {"source": "57ebe0a9-53ad-49c2-8a83-41300b1f6855", "sourceOutput": "expr", "target": "52367b8c-b962-4aeb-a99a-9dab3b91b07c", "targetInput": "expr"}, {"source": "fc06ea10-acbd-4257-89d7-e4a6d2627664", "sourceOutput": "expr", "target": "261ef7f7-c1e0-4245-a070-8cef2e8916ef", "targetInput": "expr"}, {"source": "ae8da295-566b-48f9-ae24-27f44cf9d284", "sourceOutput": "expr", "target": "fc06ea10-acbd-4257-89d7-e4a6d2627664", "targetInput": "expr"}, {"source": "17ff40ae-b01a-45b6-a903-4da87a2c7b86", "sourceOutput": "expr", "target": "ae8da295-566b-48f9-ae24-27f44cf9d284", "targetInput": "expr1"}, {"source": "7d300cd2-ceb2-4d76-82f1-bc6bf60ee6ef", "sourceOutput": "expr", "target": "17ff40ae-b01a-45b6-a903-4da87a2c7b86", "targetInput": "plane"}, {"source": "a3d0c941-2e59-49da-8cf1-bda0ce3343eb", "sourceOutput": "expr", "target": "17ff40ae-b01a-45b6-a903-4da87a2c7b86", "targetInput": "apply_height"}, {"source": "f990bb69-48fa-46ff-afa6-0c799b6d3dc8", "sourceOutput": "expr", "target": "a3d0c941-2e59-49da-8cf1-bda0ce3343eb", "targetInput": "expr"}, {"source": "21737d2e-b8ef-4279-941d-f852d21e05a7", "sourceOutput": "expr", "target": "ae8da295-566b-48f9-ae24-27f44cf9d284", "targetInput": "expr2"}, {"source": "901fffd9-64ca-44d7-9075-49a5f84ac287", "sourceOutput": "expr", "target": "21737d2e-b8ef-4279-941d-f852d21e05a7", "targetInput": "plane"}, {"source": "27a996ec-5a9c-41ea-a23c-ed29b29239c4", "sourceOutput": "expr", "target": "21737d2e-b8ef-4279-941d-f852d21e05a7", "targetInput": "apply_height"}, {"source": "f9fdb9c1-092a-4bc2-9654-999635a3ff8a", "sourceOutput": "expr", "target": "27a996ec-5a9c-41ea-a23c-ed29b29239c4", "targetInput": "expr"}, {"source": "1ea42a64-72c5-4b2b-85de-57985525730c", "sourceOutput": "expr", "target": "f9fdb9c1-092a-4bc2-9654-999635a3ff8a", "targetInput": "expr"}, {"source": "0a1b015b8ced6c5d", "sourceOutput": "expr", "target": "2ac9881ecebe0fc8", "targetInput": "expr"}, {"source": "e7f17c098b160729", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "e7f17c098b160729", "sourceOutput": "expr", "target": "5362f2c0eb57882d", "targetInput": "expr"}, {"source": "237351b2f1beb25e", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "237351b2f1beb25e", "sourceOutput": "expr", "target": "7d6603a83ab6a8a2", "targetInput": "expr"}, {"source": "7d6603a83ab6a8a2", "sourceOutput": "expr", "target": "a0ffbb5e22071ef4", "targetInput": "expr"}, {"source": "5362f2c0eb57882d", "sourceOutput": "expr", "target": "7d6603a83ab6a8a2", "targetInput": "expr"}], "positions": {"d502b6c4-0ffa-4d9d-8eba-c72c36e3c926": {"x": 0, "y": 0}, "4259cc84-5c63-4825-b1f9-90b672056bbc": {"x": 0, "y": 0}, "a756c518-aaa2-4715-b598-964edd3b88ab": {"x": 0, "y": 0}, "75b03193-241f-4733-a150-d94c06069755": {"x": 0, "y": 0}, "33545280-5b63-4812-bbed-5278fe2ef80c": {"x": 0, "y": 0}, "601e0e07-224a-4b90-bce2-cae3ff5dfc54": {"x": 0, "y": 0}, "6bbeedf3-ff81-4462-a589-f20f5b5ac802": {"x": 0, "y": 0}, "c5b77d4d-4d40-4883-8ff3-aa986a49e5af": {"x": 0, "y": 0}, "50896c26-81b7-45e6-a720-344af78d6946": {"x": 0, "y": 0}, "9dd0dc3e-e441-4873-9633-391c9b05f50e": {"x": 0, "y": 0}, "52367b8c-b962-4aeb-a99a-9dab3b91b07c": {"x": 0, "y": 0}, "57ebe0a9-53ad-49c2-8a83-41300b1f6855": {"x": 0, "y": 0}, "261ef7f7-c1e0-4245-a070-8cef2e8916ef": {"x": 0, "y": 0}, "fc06ea10-acbd-4257-89d7-e4a6d2627664": {"x": 0, "y": 0}, "ae8da295-566b-48f9-ae24-27f44cf9d284": {"x": 0, "y": 0}, "17ff40ae-b01a-45b6-a903-4da87a2c7b86": {"x": 0, "y": 0}, "7d300cd2-ceb2-4d76-82f1-bc6bf60ee6ef": {"x": 0, "y": 0}, "a3d0c941-2e59-49da-8cf1-bda0ce3343eb": {"x": 0, "y": 0}, "f990bb69-48fa-46ff-afa6-0c799b6d3dc8": {"x": 0, "y": 0}, "21737d2e-b8ef-4279-941d-f852d21e05a7": {"x": 0, "y": 0}, "901fffd9-64ca-44d7-9075-49a5f84ac287": {"x": 0, "y": 0}, "27a996ec-5a9c-41ea-a23c-ed29b29239c4": {"x": 0, "y": 0}, "f9fdb9c1-092a-4bc2-9654-999635a3ff8a": {"x": 0, "y": 0}, "1ea42a64-72c5-4b2b-85de-57985525730c": {"x": 0, "y": 0}, "2ac9881ecebe0fc8": {"x": 0, "y": 0}, "0a1b015b8ced6c5d": {"x": 0, "y": 0}, "e7f17c098b160729": {"x": 0, "y": 0}, "237351b2f1beb25e": {"x": 0, "y": 0}, "a0ffbb5e22071ef4": {"x": 0, "y": 0}, "7d6603a83ab6a8a2": {"x": 0, "y": 0}, "5362f2c0eb57882d": {"x": 0, "y": 0}}}}}
joints/CJ_AT/polyline_files/ours.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"moduleList": {"base": {"nodes": [{"id": "ce00c08b-4e40-48e6-8ca2-401053747a07", "name": "RegisterGeometry", "data": {"name": "main_2", "bbox": [2, 4, 2]}}, {"id": "613bd573-0eed-4626-8d86-0c9f2077f44d", "name": "SetMaterial", "data": {"material": [2]}}, {"id": "39835aa6-2bd5-48d7-87a0-c0ebdfd80278", "name": "Difference", "data": {}}, {"id": "dd414b0b-093c-478f-9d0f-42d994574d65", "name": "LinkedHeightField3D", "data": {}}, {"id": "25fc4f14-3495-4c19-93fa-e1bf1a02d9f9", "name": "Plane3D", "data": {"origin": [0.0, 1.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "298db663-ba52-47d6-a4e0-ea9a73489ea0", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "d4b7dc11-ae50-432c-babc-4b8e20d9a30c", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "3a1e865d-24c7-4920-9c96-a44b9c0487d2", "name": "LinkedHeightField3D", "data": {}}, {"id": "8bcce77b-1cca-49ff-93ab-f96574463c6a", "name": "Plane3D", "data": {"origin": [-0.501, 0.0, 0.0], "normal": [1.0, 0.0, 0.0]}}, {"id": "39f3b7bc-9888-401e-93bd-97c696a062da", "name": "ApplyHeight", "data": {"height": [1.0019999999999998]}}, {"id": "a741ffb7-8a4f-4ba6-8bba-a883dfdd9116", "name": "Dilate2D", "data": {"k": [0.10502960694922206]}}, {"id": "23166a06-fecc-4bb8-8658-5c000140e1b0", "name": "PolyLine2D", "data": {"points": [[1.0942373275756836, 0.2600882053375244, 0.0], [1.095372200012207, 0.7024860978126526, 0.42095947265625], [1.0913348197937012, 0.6930891871452332, 0.0], [0.8978939652442932, 0.6974842548370361, 0.4147146940231323], [0.9052316546440125, 0.6953674554824829, 0.0], [0.9050371646881104, -0.6956580877304077, 0.41958552598953247], [0.8980773687362671, -0.6973875761032104, 0.0], [1.0921040773391724, -0.6930453777313232, 0.4224157929420471], [1.0963720083236694, -0.7026525139808655, 0.0], [1.0928252935409546, -0.26572421193122864, -0.4489872455596924], [1.3467576503753662, -0.08250077068805695, 0.0], [1.6999311447143555, -0.17772553861141205, 0.40448829531669617], [1.7015873193740845, -0.1797468662261963, 0.0], [1.7013795375823975, 0.17875216901302338, 0.3701604902744293], [1.7043993473052979, 0.17875686287879944, 0.0], [1.3555858135223389, 0.08660384267568588, -0.45655152201652527]]}}, {"id": "0e63bd27-4b7b-450a-a6be-cb150813a132", "name": "RegisterGeometry", "data": {"name": "main_1", "bbox": [2, 4, 2]}}, {"id": "c494dafd-54f8-4409-8138-f262c699561d", "name": "SetMaterial", "data": {"material": [3]}}, {"id": "8eeb092e-ba30-4a38-8476-718d3c9f5be1", "name": "Difference", "data": {}}, {"id": "8845dbc7-8b64-47dd-ab74-6ba2e0a8da33", "name": "LinkedHeightField3D", "data": {}}, {"id": "75193c04-aa6f-4eaf-9abc-c4a9210ad999", "name": "Plane3D", "data": {"origin": [0.0, 0.0, 0.0], "normal": [0.0, 1.0, 0.0]}}, {"id": "aaedc7b4-41d9-4a4a-83db-3458c72f4a6f", "name": "ApplyHeight", "data": {"height": [2]}}, {"id": "3a75fa34-1042-4299-9efa-d8c39ce72bb2", "name": "PolyLine2D", "data": {"points": [[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0]]}}, {"id": "4a363642-43d9-442a-919f-0303161164e5", "name": "LinkedHeightField3D", "data": {}}, {"id": "ae3c3f6d-b4ee-46ad-a2f0-f9d2415348cf", "name": "Plane3D", "data": {"origin": [-0.501, 0.0, 0.0], "normal": [1.0, 0.0, 0.0]}}, {"id": "143eef79-c0e5-47d7-9847-874d72760fd1", "name": "ApplyHeight", "data": {"height": [1.0019999999999998]}}, {"id": "c9648715-5c94-4867-bfb8-4215ff93b377", "name": "Dilate2D", "data": {"k": [0.10502960694922206]}}, {"id": "011335ac-be45-4f46-a2ee-a28696af9816", "name": "PolyLine2D", "data": {"points": [[1.9120022058486938, 0.21064788103103638, 0.0], [1.9124228954315186, -0.19880113005638123, -0.4733342230319977], [1.6433794498443604, -0.38004598021507263, 0.0], [1.3002983331680298, -0.2888883054256439, 0.38537701964378357], [1.3033262491226196, -0.2870357632637024, 0.0], [1.3057762384414673, -0.6883695125579834, 0.4144866466522217], [1.2975900173187256, -0.6959614157676697, 0.0], [2.1030828952789307, -0.69427490234375, 0.4203401207923889], [2.0953662395477295, -0.6965552568435669, 0.0], [2.095266103744507, 0.691482663154602, 0.4214405417442322], [2.1020877361297607, 0.6946527361869812, 0.0], [1.3067264556884766, 0.694330632686615, 0.4207940399646759], [1.3045240640640259, 0.702236533164978, 0.0], [1.3047174215316772, 0.29107969999313354, 0.35495179891586304], [1.3015217781066895, 0.2875860631465912, 0.0], [1.640343427658081, 0.37936899065971375, -0.4665866196155548]]}}, {"id": "2ac9881ecebe0fc8", "name": "RegisterState", "data": {"state": [1]}}, {"id": "0a1b015b8ced6c5d", "name": "Union", "data": {}}, {"id": "e7f17c098b160729", "name": "NamedGeometry", "data": {"name": "main_2"}}, {"id": "237351b2f1beb25e", "name": "NamedGeometry", "data": {"name": "main_1"}}, {"id": "a0ffbb5e22071ef4", "name": "RegisterState", "data": {"state": [0]}}, {"id": "7d6603a83ab6a8a2", "name": "Union", "data": {}}, {"id": "5362f2c0eb57882d", "name": "Translate3D", "data": {"param": [1, 0, 0]}}], "connections": [{"source": "613bd573-0eed-4626-8d86-0c9f2077f44d", "sourceOutput": "expr", "target": "ce00c08b-4e40-48e6-8ca2-401053747a07", "targetInput": "expr"}, {"source": "39835aa6-2bd5-48d7-87a0-c0ebdfd80278", "sourceOutput": "expr", "target": "613bd573-0eed-4626-8d86-0c9f2077f44d", "targetInput": "expr"}, {"source": "dd414b0b-093c-478f-9d0f-42d994574d65", "sourceOutput": "expr", "target": "39835aa6-2bd5-48d7-87a0-c0ebdfd80278", "targetInput": "expr1"}, {"source": "25fc4f14-3495-4c19-93fa-e1bf1a02d9f9", "sourceOutput": "expr", "target": "dd414b0b-093c-478f-9d0f-42d994574d65", "targetInput": "plane"}, {"source": "298db663-ba52-47d6-a4e0-ea9a73489ea0", "sourceOutput": "expr", "target": "dd414b0b-093c-478f-9d0f-42d994574d65", "targetInput": "apply_height"}, {"source": "d4b7dc11-ae50-432c-babc-4b8e20d9a30c", "sourceOutput": "expr", "target": "298db663-ba52-47d6-a4e0-ea9a73489ea0", "targetInput": "expr"}, {"source": "3a1e865d-24c7-4920-9c96-a44b9c0487d2", "sourceOutput": "expr", "target": "39835aa6-2bd5-48d7-87a0-c0ebdfd80278", "targetInput": "expr2"}, {"source": "8bcce77b-1cca-49ff-93ab-f96574463c6a", "sourceOutput": "expr", "target": "3a1e865d-24c7-4920-9c96-a44b9c0487d2", "targetInput": "plane"}, {"source": "39f3b7bc-9888-401e-93bd-97c696a062da", "sourceOutput": "expr", "target": "3a1e865d-24c7-4920-9c96-a44b9c0487d2", "targetInput": "apply_height"}, {"source": "a741ffb7-8a4f-4ba6-8bba-a883dfdd9116", "sourceOutput": "expr", "target": "39f3b7bc-9888-401e-93bd-97c696a062da", "targetInput": "expr"}, {"source": "23166a06-fecc-4bb8-8658-5c000140e1b0", "sourceOutput": "expr", "target": "a741ffb7-8a4f-4ba6-8bba-a883dfdd9116", "targetInput": "expr"}, {"source": "c494dafd-54f8-4409-8138-f262c699561d", "sourceOutput": "expr", "target": "0e63bd27-4b7b-450a-a6be-cb150813a132", "targetInput": "expr"}, {"source": "8eeb092e-ba30-4a38-8476-718d3c9f5be1", "sourceOutput": "expr", "target": "c494dafd-54f8-4409-8138-f262c699561d", "targetInput": "expr"}, {"source": "8845dbc7-8b64-47dd-ab74-6ba2e0a8da33", "sourceOutput": "expr", "target": "8eeb092e-ba30-4a38-8476-718d3c9f5be1", "targetInput": "expr1"}, {"source": "75193c04-aa6f-4eaf-9abc-c4a9210ad999", "sourceOutput": "expr", "target": "8845dbc7-8b64-47dd-ab74-6ba2e0a8da33", "targetInput": "plane"}, {"source": "aaedc7b4-41d9-4a4a-83db-3458c72f4a6f", "sourceOutput": "expr", "target": "8845dbc7-8b64-47dd-ab74-6ba2e0a8da33", "targetInput": "apply_height"}, {"source": "3a75fa34-1042-4299-9efa-d8c39ce72bb2", "sourceOutput": "expr", "target": "aaedc7b4-41d9-4a4a-83db-3458c72f4a6f", "targetInput": "expr"}, {"source": "4a363642-43d9-442a-919f-0303161164e5", "sourceOutput": "expr", "target": "8eeb092e-ba30-4a38-8476-718d3c9f5be1", "targetInput": "expr2"}, {"source": "ae3c3f6d-b4ee-46ad-a2f0-f9d2415348cf", "sourceOutput": "expr", "target": "4a363642-43d9-442a-919f-0303161164e5", "targetInput": "plane"}, {"source": "143eef79-c0e5-47d7-9847-874d72760fd1", "sourceOutput": "expr", "target": "4a363642-43d9-442a-919f-0303161164e5", "targetInput": "apply_height"}, {"source": "c9648715-5c94-4867-bfb8-4215ff93b377", "sourceOutput": "expr", "target": "143eef79-c0e5-47d7-9847-874d72760fd1", "targetInput": "expr"}, {"source": "011335ac-be45-4f46-a2ee-a28696af9816", "sourceOutput": "expr", "target": "c9648715-5c94-4867-bfb8-4215ff93b377", "targetInput": "expr"}, {"source": "0a1b015b8ced6c5d", "sourceOutput": "expr", "target": "2ac9881ecebe0fc8", "targetInput": "expr"}, {"source": "e7f17c098b160729", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "e7f17c098b160729", "sourceOutput": "expr", "target": "5362f2c0eb57882d", "targetInput": "expr"}, {"source": "237351b2f1beb25e", "sourceOutput": "expr", "target": "0a1b015b8ced6c5d", "targetInput": "expr"}, {"source": "237351b2f1beb25e", "sourceOutput": "expr", "target": "7d6603a83ab6a8a2", "targetInput": "expr"}, {"source": "7d6603a83ab6a8a2", "sourceOutput": "expr", "target": "a0ffbb5e22071ef4", "targetInput": "expr"}, {"source": "5362f2c0eb57882d", "sourceOutput": "expr", "target": "7d6603a83ab6a8a2", "targetInput": "expr"}], "positions": {"ce00c08b-4e40-48e6-8ca2-401053747a07": {"x": 0, "y": 0}, "613bd573-0eed-4626-8d86-0c9f2077f44d": {"x": 0, "y": 0}, "39835aa6-2bd5-48d7-87a0-c0ebdfd80278": {"x": 0, "y": 0}, "dd414b0b-093c-478f-9d0f-42d994574d65": {"x": 0, "y": 0}, "25fc4f14-3495-4c19-93fa-e1bf1a02d9f9": {"x": 0, "y": 0}, "298db663-ba52-47d6-a4e0-ea9a73489ea0": {"x": 0, "y": 0}, "d4b7dc11-ae50-432c-babc-4b8e20d9a30c": {"x": 0, "y": 0}, "3a1e865d-24c7-4920-9c96-a44b9c0487d2": {"x": 0, "y": 0}, "8bcce77b-1cca-49ff-93ab-f96574463c6a": {"x": 0, "y": 0}, "39f3b7bc-9888-401e-93bd-97c696a062da": {"x": 0, "y": 0}, "a741ffb7-8a4f-4ba6-8bba-a883dfdd9116": {"x": 0, "y": 0}, "23166a06-fecc-4bb8-8658-5c000140e1b0": {"x": 0, "y": 0}, "0e63bd27-4b7b-450a-a6be-cb150813a132": {"x": 0, "y": 0}, "c494dafd-54f8-4409-8138-f262c699561d": {"x": 0, "y": 0}, "8eeb092e-ba30-4a38-8476-718d3c9f5be1": {"x": 0, "y": 0}, "8845dbc7-8b64-47dd-ab74-6ba2e0a8da33": {"x": 0, "y": 0}, "75193c04-aa6f-4eaf-9abc-c4a9210ad999": {"x": 0, "y": 0}, "aaedc7b4-41d9-4a4a-83db-3458c72f4a6f": {"x": 0, "y": 0}, "3a75fa34-1042-4299-9efa-d8c39ce72bb2": {"x": 0, "y": 0}, "4a363642-43d9-442a-919f-0303161164e5": {"x": 0, "y": 0}, "ae3c3f6d-b4ee-46ad-a2f0-f9d2415348cf": {"x": 0, "y": 0}, "143eef79-c0e5-47d7-9847-874d72760fd1": {"x": 0, "y": 0}, "c9648715-5c94-4867-bfb8-4215ff93b377": {"x": 0, "y": 0}, "011335ac-be45-4f46-a2ee-a28696af9816": {"x": 0, "y": 0}, "2ac9881ecebe0fc8": {"x": 0, "y": 0}, "0a1b015b8ced6c5d": {"x": 0, "y": 0}, "e7f17c098b160729": {"x": 0, "y": 0}, "237351b2f1beb25e": {"x": 0, "y": 0}, "a0ffbb5e22071ef4": {"x": 0, "y": 0}, "7d6603a83ab6a8a2": {"x": 0, "y": 0}, "5362f2c0eb57882d": {"x": 0, "y": 0}}}}}
joints/CJ_AT/vis_files/base_jwood.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"parts": [{"name": "main_1", "expression": "Difference(lhf_0, lhf_1)", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 0.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [1.0, 0.0, 0.0], "plane_origin": [-0.5009999871253967, 0.0, 0.0], "amount": [1.0019999999999998], "polysets": [[[1.2000000476837158, 0.800000011920929, 0.0], [1.2000000476837158, 0.16710154712200165, 0.0], [1.8020000457763672, 0.30000001192092896, 0.0], [1.8020000457763672, -0.30000001192092896, 0.0], [1.2000000476837158, -0.16710153222084045, 0.0], [1.2000000476837158, -0.800000011920929, 0.0], [2.200000047683716, -0.800000011920929, 0.0], [2.200000047683716, 0.800000011920929, 0.0], [1.2000000476837158, 0.800000011920929, 0.0]]], "poly_signs": [1]}}}, {"name": "main_2", "expression": "Difference(lhf_0, lhf_1)", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 1.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [1.0, 0.0, 0.0], "plane_origin": [-0.5009999871253967, 0.0, 0.0], "amount": [1.0019999999999998], "polysets": [[[1.2000000476837158, 0.16710154712200165, 0.0], [1.2000000476837158, 0.800000011920929, 0.0], [0.800000011920929, 0.800000011920929, 0.0], [0.800000011920929, -0.800000011920929, 0.0], [1.2000000476837158, -0.800000011920929, 0.0], [1.2000000476837158, -0.16710153222084045, 0.0], [1.8020000457763672, -0.30000001192092896, 0.0], [1.8020000457763672, 0.30000001192092896, 0.0], [1.2000000476837158, 0.16710154712200165, 0.0]]], "poly_signs": [1]}}}], "state_map": {"main_1": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}, "main_2": {"0": [[1.0, 0.0, 0.0, -1.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}}}
joints/CJ_AT/vis_files/mill_jwood.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"parts": [{"name": "main_1", "expression": "Difference(lhf_0, lhf_1)", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 0.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [1.0, 0.0, 0.0], "plane_origin": [-0.5009999871253967, 0.0, 0.0], "amount": [1.0019999999999998], "polysets": [[[1.801990032196045, 0.2999875545501709, 0.0], [1.801990032196045, -0.2999875545501709, 0.0], [1.3286501169204712, -0.19549229741096497, 0.0], [1.3201837539672852, -0.19398106634616852, 0.0], [1.3116227388381958, -0.19316217303276062, 0.0], [1.303023338317871, -0.19304102659225464, 0.0], [1.2944426536560059, -0.19361843168735504, 0.0], [1.2859370708465576, -0.1948905736207962, 0.0], [1.2775628566741943, -0.196849063038826, 0.0], [1.2693753242492676, -0.19948095083236694, 0.0], [1.2614284753799438, -0.20276886224746704, 0.0], [1.253774881362915, -0.20669110119342804, 0.0], [1.2464648485183716, -0.21122176945209503, 0.0], [1.239546775817871, -0.21633096039295197, 0.0], [1.233066439628601, -0.22198492288589478, 0.0], [1.2270665168762207, -0.22814635932445526, 0.0], [1.2215865850448608, -0.23477455973625183, 0.0], [1.216662883758545, -0.24182577431201935, 0.0], [1.2123278379440308, -0.24925345182418823, 0.0], [1.2086101770401, -0.25700855255126953, 0.0], [1.2055343389511108, -0.2650398910045624, 0.0], [1.2031208276748657, -0.2732944190502167, 0.0], [1.201385259628296, -0.2817176580429077, 0.0], [1.200339436531067, -0.29025399684906006, 0.0], [1.1999900341033936, -0.2988470494747162, 0.0], [1.1999900341033936, -0.6941666603088379, 0.0], [1.200351595878601, -0.702907145023346, 0.0], [1.201433539390564, -0.7115879058837891, 0.0], [1.2032288312911987, -0.7201496362686157, 0.0], [1.2057249546051025, -0.728533923625946, 0.0], [1.2089048624038696, -0.7366834282875061, 0.0], [1.2127469778060913, -0.7445425391197205, 0.0], [1.2172248363494873, -0.7520574927330017, 0.0], [1.2223080396652222, -0.7591769695281982, 0.0], [1.2279618978500366, -0.7658523917198181, 0.0], [1.234147548675537, -0.7720381617546082, 0.0], [1.2408230304718018, -0.7776919603347778, 0.0], [1.247942566871643, -0.7827751636505127, 0.0], [1.2554575204849243, -0.7872530817985535, 0.0], [1.2633165121078491, -0.7910951972007751, 0.0], [1.2714660167694092, -0.7942751049995422, 0.0], [1.2798503637313843, -0.796771228313446, 0.0], [1.288412094116211, -0.798566460609436, 0.0], [1.2970929145812988, -0.7996485233306885, 0.0], [1.305833339691162, -0.8000100255012512, 0.0], [2.0941667556762695, -0.8000100255012512, 0.0], [2.102907180786133, -0.7996485233306885, 0.0], [2.1115880012512207, -0.798566460609436, 0.0], [2.120149850845337, -0.796771228313446, 0.0], [2.1285340785980225, -0.7942751049995422, 0.0], [2.136683464050293, -0.7910951972007751, 0.0], [2.144542694091797, -0.7872530817985535, 0.0], [2.152057647705078, -0.7827751636505127, 0.0], [2.15917706489563, -0.7776919603347778, 0.0], [2.1658525466918945, -0.7720381617546082, 0.0], [2.1720383167266846, -0.7658523917198181, 0.0], [2.17769193649292, -0.7591769695281982, 0.0], [2.1827752590179443, -0.7520574927330017, 0.0], [2.18725323677063, -0.7445425391197205, 0.0], [2.1910953521728516, -0.7366834282875061, 0.0], [2.194275140762329, -0.728533923625946, 0.0], [2.1967713832855225, -0.7201496362686157, 0.0], [2.198566436767578, -0.7115879058837891, 0.0], [2.19964861869812, -0.702907145023346, 0.0], [2.200010061264038, -0.6941666603088379, 0.0], [2.200010061264038, 0.6941666603088379, 0.0], [2.19964861869812, 0.702907145023346, 0.0], [2.198566436767578, 0.7115879058837891, 0.0], [2.1967713832855225, 0.7201496362686157, 0.0], [2.194275140762329, 0.728533923625946, 0.0], [2.1910953521728516, 0.7366834282875061, 0.0], [2.18725323677063, 0.7445425391197205, 0.0], [2.1827752590179443, 0.7520574927330017, 0.0], [2.17769193649292, 0.7591769695281982, 0.0], [2.1720383167266846, 0.7658523917198181, 0.0], [2.1658525466918945, 0.7720381617546082, 0.0], [2.15917706489563, 0.7776919603347778, 0.0], [2.152057647705078, 0.7827751636505127, 0.0], [2.144542694091797, 0.7872530817985535, 0.0], [2.136683464050293, 0.7910951972007751, 0.0], [2.1285340785980225, 0.7942751049995422, 0.0], [2.120149850845337, 0.796771228313446, 0.0], [2.1115880012512207, 0.798566460609436, 0.0], [2.102907180786133, 0.7996485233306885, 0.0], [2.0941667556762695, 0.8000100255012512, 0.0], [1.305833339691162, 0.8000100255012512, 0.0], [1.2970929145812988, 0.7996485233306885, 0.0], [1.288412094116211, 0.798566460609436, 0.0], [1.2798503637313843, 0.796771228313446, 0.0], [1.2714660167694092, 0.7942751049995422, 0.0], [1.2633165121078491, 0.7910951972007751, 0.0], [1.2554575204849243, 0.7872530817985535, 0.0], [1.247942566871643, 0.7827751636505127, 0.0], [1.2408230304718018, 0.7776919603347778, 0.0], [1.234147548675537, 0.7720381617546082, 0.0], [1.2279618978500366, 0.7658523917198181, 0.0], [1.2223080396652222, 0.7591769695281982, 0.0], [1.2172248363494873, 0.7520574927330017, 0.0], [1.2127469778060913, 0.7445425391197205, 0.0], [1.2089048624038696, 0.7366834282875061, 0.0], [1.2057249546051025, 0.728533923625946, 0.0], [1.2032288312911987, 0.7201496362686157, 0.0], [1.201433539390564, 0.7115879058837891, 0.0], [1.200351595878601, 0.702907145023346, 0.0], [1.1999900341033936, 0.6941666603088379, 0.0], [1.1999900341033936, 0.2988470494747162, 0.0], [1.200339436531067, 0.29025399684906006, 0.0], [1.201385259628296, 0.2817176580429077, 0.0], [1.2031208276748657, 0.2732944190502167, 0.0], [1.2055343389511108, 0.2650398910045624, 0.0], [1.2086101770401, 0.25700855255126953, 0.0], [1.2123278379440308, 0.24925345182418823, 0.0], [1.216662883758545, 0.24182577431201935, 0.0], [1.2215865850448608, 0.23477455973625183, 0.0], [1.2270665168762207, 0.22814635932445526, 0.0], [1.233066439628601, 0.22198492288589478, 0.0], [1.239546775817871, 0.21633096039295197, 0.0], [1.2464648485183716, 0.21122176945209503, 0.0], [1.253774881362915, 0.20669110119342804, 0.0], [1.2614284753799438, 0.20276886224746704, 0.0], [1.2693753242492676, 0.19948095083236694, 0.0], [1.2775628566741943, 0.196849063038826, 0.0], [1.2859370708465576, 0.1948905736207962, 0.0], [1.2944426536560059, 0.19361843168735504, 0.0], [1.303023338317871, 0.19304102659225464, 0.0], [1.3116227388381958, 0.19316217303276062, 0.0], [1.3201837539672852, 0.19398106634616852, 0.0], [1.3286501169204712, 0.19549229741096497, 0.0], [1.801990032196045, 0.2999875545501709, 0.0]]], "poly_signs": [1]}}}, {"name": "main_2", "expression": "Difference(lhf_0, lhf_1)", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 1.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [1.0, 0.0, 0.0], "plane_origin": [-0.5009999871253967, 0.0, 0.0], "amount": [1.0019999999999998], "polysets": [[[1.200010061264038, -0.6941666603088379, 0.0], [1.200010061264038, -0.16711397469043732, 0.0], [1.6733499765396118, -0.27160924673080444, 0.0], [1.6818163394927979, -0.2731204926967621, 0.0], [1.6903773546218872, -0.2739393711090088, 0.0], [1.698976755142212, -0.27406051754951477, 0.0], [1.7075574398040771, -0.2734830975532532, 0.0], [1.7160630226135254, -0.272210955619812, 0.0], [1.7244372367858887, -0.2702524960041046, 0.0], [1.7326247692108154, -0.26762059330940247, 0.0], [1.7405716180801392, -0.26433268189430237, 0.0], [1.748225212097168, -0.2604104280471802, 0.0], [1.7555352449417114, -0.2558797597885132, 0.0], [1.762453317642212, -0.25077059864997864, 0.0], [1.768933653831482, -0.24511662125587463, 0.0], [1.7749335765838623, -0.23895518481731415, 0.0], [1.7804135084152222, -0.23232698440551758, 0.0], [1.785337209701538, -0.22527576982975006, 0.0], [1.7896722555160522, -0.21784809231758118, 0.0], [1.793389916419983, -0.21009297668933868, 0.0], [1.7964657545089722, -0.20206165313720703, 0.0], [1.7988792657852173, -0.19380711019039154, 0.0], [1.800614833831787, -0.1853838860988617, 0.0], [1.8016606569290161, -0.17684754729270935, 0.0], [1.8020100593566895, -0.16825449466705322, 0.0], [1.8020100593566895, 0.16825449466705322, 0.0], [1.8016606569290161, 0.17684754729270935, 0.0], [1.800614833831787, 0.1853838860988617, 0.0], [1.7988792657852173, 0.19380711019039154, 0.0], [1.7964657545089722, 0.20206165313720703, 0.0], [1.793389916419983, 0.21009297668933868, 0.0], [1.7896722555160522, 0.21784809231758118, 0.0], [1.785337209701538, 0.22527576982975006, 0.0], [1.7804135084152222, 0.23232698440551758, 0.0], [1.7749335765838623, 0.23895518481731415, 0.0], [1.768933653831482, 0.24511662125587463, 0.0], [1.762453317642212, 0.25077059864997864, 0.0], [1.7555352449417114, 0.2558797597885132, 0.0], [1.748225212097168, 0.2604104280471802, 0.0], [1.7405716180801392, 0.26433268189430237, 0.0], [1.7326247692108154, 0.26762059330940247, 0.0], [1.7244372367858887, 0.2702524960041046, 0.0], [1.7160630226135254, 0.272210955619812, 0.0], [1.7075574398040771, 0.2734830975532532, 0.0], [1.698976755142212, 0.27406051754951477, 0.0], [1.6903773546218872, 0.2739393711090088, 0.0], [1.6818163394927979, 0.2731204926967621, 0.0], [1.6733499765396118, 0.27160924673080444, 0.0], [1.200010061264038, 0.1671139895915985, 0.0], [1.200010061264038, 0.6941666603088379, 0.0], [1.1996484994888306, 0.702907145023346, 0.0], [1.1985665559768677, 0.7115879058837891, 0.0], [1.196771264076233, 0.7201496362686157, 0.0], [1.194275140762329, 0.728533923625946, 0.0], [1.191095232963562, 0.7366834282875061, 0.0], [1.1872531175613403, 0.7445425391197205, 0.0], [1.1827752590179443, 0.7520574927330017, 0.0], [1.1776920557022095, 0.7591769695281982, 0.0], [1.172038197517395, 0.7658523917198181, 0.0], [1.1658525466918945, 0.7720381617546082, 0.0], [1.1591770648956299, 0.7776919603347778, 0.0], [1.1520575284957886, 0.7827751636505127, 0.0], [1.1445425748825073, 0.7872530817985535, 0.0], [1.1366835832595825, 0.7910951972007751, 0.0], [1.1285340785980225, 0.7942751049995422, 0.0], [1.1201497316360474, 0.796771228313446, 0.0], [1.1115880012512207, 0.798566460609436, 0.0], [1.1029071807861328, 0.7996485233306885, 0.0], [1.0941667556762695, 0.8000100255012512, 0.0], [0.90583336353302, 0.8000100255012512, 0.0], [0.897092878818512, 0.7996485233306885, 0.0], [0.8884121179580688, 0.798566460609436, 0.0], [0.8798503279685974, 0.796771228313446, 0.0], [0.8714661002159119, 0.794275164604187, 0.0], [0.8633165955543518, 0.7910951972007751, 0.0], [0.8554574847221375, 0.7872531414031982, 0.0], [0.8479425311088562, 0.7827751636505127, 0.0], [0.8408229947090149, 0.7776919603347778, 0.0], [0.8341476321220398, 0.7720381617546082, 0.0], [0.8279618620872498, 0.7658523917198181, 0.0], [0.8223080635070801, 0.759177029132843, 0.0], [0.8172248601913452, 0.7520574927330017, 0.0], [0.8127468824386597, 0.7445425391197205, 0.0], [0.8089048266410828, 0.7366834282875061, 0.0], [0.8057248592376709, 0.728533923625946, 0.0], [0.8032287955284119, 0.7201496958732605, 0.0], [0.8014335632324219, 0.7115879058837891, 0.0], [0.8003515005111694, 0.702907145023346, 0.0], [0.7999899983406067, 0.6941666603088379, 0.0], [0.7999899983406067, -0.6941666603088379, 0.0], [0.8003515005111694, -0.702907145023346, 0.0], [0.8014335632324219, -0.7115879058837891, 0.0], [0.8032287955284119, -0.7201496958732605, 0.0], [0.8057248592376709, -0.728533923625946, 0.0], [0.8089048266410828, -0.7366834282875061, 0.0], [0.8127468824386597, -0.7445425391197205, 0.0], [0.8172248601913452, -0.7520574927330017, 0.0], [0.8223080635070801, -0.759177029132843, 0.0], [0.8279618620872498, -0.7658523917198181, 0.0], [0.8341476321220398, -0.7720381617546082, 0.0], [0.8408229947090149, -0.7776919603347778, 0.0], [0.8479425311088562, -0.7827751636505127, 0.0], [0.8554574847221375, -0.7872531414031982, 0.0], [0.8633165955543518, -0.7910951972007751, 0.0], [0.8714661002159119, -0.794275164604187, 0.0], [0.8798503279685974, -0.796771228313446, 0.0], [0.8884121179580688, -0.798566460609436, 0.0], [0.897092878818512, -0.7996485233306885, 0.0], [0.90583336353302, -0.8000100255012512, 0.0], [1.0941667556762695, -0.8000100255012512, 0.0], [1.1029071807861328, -0.7996485233306885, 0.0], [1.1115880012512207, -0.798566460609436, 0.0], [1.1201497316360474, -0.796771228313446, 0.0], [1.1285340785980225, -0.7942751049995422, 0.0], [1.1366835832595825, -0.7910951972007751, 0.0], [1.1445425748825073, -0.7872530817985535, 0.0], [1.1520575284957886, -0.7827751636505127, 0.0], [1.1591770648956299, -0.7776919603347778, 0.0], [1.1658525466918945, -0.7720381617546082, 0.0], [1.172038197517395, -0.7658523917198181, 0.0], [1.1776920557022095, -0.7591769695281982, 0.0], [1.1827752590179443, -0.7520574927330017, 0.0], [1.1872531175613403, -0.7445425391197205, 0.0], [1.191095232963562, -0.7366834282875061, 0.0], [1.194275140762329, -0.728533923625946, 0.0], [1.196771264076233, -0.7201496362686157, 0.0], [1.1985665559768677, -0.7115879058837891, 0.0], [1.1996484994888306, -0.702907145023346, 0.0], [1.200010061264038, -0.6941666603088379, 0.0]]], "poly_signs": [1]}}}], "state_map": {"main_1": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}, "main_2": {"0": [[1.0, 0.0, 0.0, -1.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}}}
joints/CJ_AT/vis_files/odf_jwood.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"parts": [{"name": "main_1", "expression": "Difference(lhf_0, lhf_1)", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 0.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [1.0, 0.0, 0.0], "plane_origin": [-0.5009999871253967, 0.0, 0.0], "amount": [1.0019999999999998], "polysets": [[[1.6753629446029663, 0.272033154964447, 0.0], [1.684069275856018, 0.27340418100357056, 0.0], [1.692859411239624, 0.2740461230278015, 0.0], [1.7016725540161133, 0.27395451068878174, 0.0], [1.7104474306106567, 0.27312999963760376, 0.0], [1.719123363494873, 0.27157828211784363, 0.0], [1.7276400327682495, 0.2693101167678833, 0.0], [1.735938549041748, 0.2663412392139435, 0.0], [1.743961215019226, 0.26269227266311646, 0.0], [1.7516525983810425, 0.2583884596824646, 0.0], [1.758959174156189, 0.2534596621990204, 0.0], [1.7658302783966064, 0.2479400634765625, 0.0], [1.7722184658050537, 0.24186794459819794, 0.0], [1.7780792713165283, 0.23528538644313812, 0.0], [1.783372163772583, 0.2282380610704422, 0.0], [1.7880603075027466, 0.2207747995853424, 0.0], [1.7921112775802612, 0.21294736862182617, 0.0], [1.7954970598220825, 0.20481005311012268, 0.0], [1.7981939315795898, 0.19641925394535065, 0.0], [1.8001835346221924, 0.18783316016197205, 0.0], [1.8014518022537231, 0.1791113168001175, 0.0], [1.801990032196045, 0.17031419277191162, 0.0], [1.801990032196045, -0.17031261324882507, 0.0], [1.8014519214630127, -0.17910979688167572, 0.0], [1.8001837730407715, -0.18783172965049744, 0.0], [1.7981942892074585, -0.196417897939682, 0.0], [1.7954974174499512, -0.2048087865114212, 0.0], [1.792111873626709, -0.21294620633125305, 0.0], [1.7880609035491943, -0.22077374160289764, 0.0], [1.7833727598190308, -0.2282370924949646, 0.0], [1.7780799865722656, -0.23528453707695007, 0.0], [1.772219181060791, -0.24186719954013824, 0.0], [1.7658311128616333, -0.24793942272663116, 0.0], [1.7589598894119263, -0.2534591257572174, 0.0], [1.7516533136367798, -0.2583880126476288, 0.0], [1.743962049484253, -0.2626919150352478, 0.0], [1.7359392642974854, -0.266340970993042, 0.0], [1.7276407480239868, -0.2693099081516266, 0.0], [1.7191239595413208, -0.2715781629085541, 0.0], [1.7104480266571045, -0.273129940032959, 0.0], [1.7016730308532715, -0.27395451068878174, 0.0], [1.6928598880767822, -0.2740461528301239, 0.0], [1.6840696334838867, -0.2734042704105377, 0.0], [1.675363302230835, -0.2720332443714142, 0.0], [1.3286501169204712, -0.19549229741096497, 0.0], [1.3201837539672852, -0.19398106634616852, 0.0], [1.3116227388381958, -0.19316217303276062, 0.0], [1.303023338317871, -0.19304102659225464, 0.0], [1.2944426536560059, -0.19361843168735504, 0.0], [1.2859370708465576, -0.1948905736207962, 0.0], [1.2775628566741943, -0.196849063038826, 0.0], [1.2693753242492676, -0.19948095083236694, 0.0], [1.2614284753799438, -0.20276886224746704, 0.0], [1.253774881362915, -0.20669110119342804, 0.0], [1.2464648485183716, -0.21122176945209503, 0.0], [1.239546775817871, -0.21633096039295197, 0.0], [1.233066439628601, -0.22198492288589478, 0.0], [1.2270665168762207, -0.22814635932445526, 0.0], [1.2215865850448608, -0.23477455973625183, 0.0], [1.216662883758545, -0.24182577431201935, 0.0], [1.2123278379440308, -0.24925345182418823, 0.0], [1.2086101770401, -0.25700855255126953, 0.0], [1.2055343389511108, -0.2650398910045624, 0.0], [1.2031208276748657, -0.2732944190502167, 0.0], [1.201385259628296, -0.2817176580429077, 0.0], [1.200339436531067, -0.29025399684906006, 0.0], [1.1999900341033936, -0.2988470494747162, 0.0], [1.1999900341033936, -0.6941666603088379, 0.0], [1.200351595878601, -0.702907145023346, 0.0], [1.201433539390564, -0.7115879058837891, 0.0], [1.2032288312911987, -0.7201496362686157, 0.0], [1.2057249546051025, -0.728533923625946, 0.0], [1.2089048624038696, -0.7366834282875061, 0.0], [1.2127469778060913, -0.7445425391197205, 0.0], [1.2172248363494873, -0.7520574927330017, 0.0], [1.2223080396652222, -0.7591769695281982, 0.0], [1.2279618978500366, -0.7658523917198181, 0.0], [1.234147548675537, -0.7720381617546082, 0.0], [1.2408230304718018, -0.7776919603347778, 0.0], [1.247942566871643, -0.7827751636505127, 0.0], [1.2554575204849243, -0.7872530817985535, 0.0], [1.2633165121078491, -0.7910951972007751, 0.0], [1.2714660167694092, -0.7942751049995422, 0.0], [1.2798503637313843, -0.796771228313446, 0.0], [1.288412094116211, -0.798566460609436, 0.0], [1.2970929145812988, -0.7996485233306885, 0.0], [1.305833339691162, -0.8000100255012512, 0.0], [2.0941667556762695, -0.8000100255012512, 0.0], [2.102907180786133, -0.7996485233306885, 0.0], [2.1115880012512207, -0.798566460609436, 0.0], [2.120149850845337, -0.796771228313446, 0.0], [2.1285340785980225, -0.7942751049995422, 0.0], [2.136683464050293, -0.7910951972007751, 0.0], [2.144542694091797, -0.7872530817985535, 0.0], [2.152057647705078, -0.7827751636505127, 0.0], [2.15917706489563, -0.7776919603347778, 0.0], [2.1658525466918945, -0.7720381617546082, 0.0], [2.1720383167266846, -0.7658523917198181, 0.0], [2.17769193649292, -0.7591769695281982, 0.0], [2.1827752590179443, -0.7520574927330017, 0.0], [2.18725323677063, -0.7445425391197205, 0.0], [2.1910953521728516, -0.7366834282875061, 0.0], [2.194275140762329, -0.728533923625946, 0.0], [2.1967713832855225, -0.7201496362686157, 0.0], [2.198566436767578, -0.7115879058837891, 0.0], [2.19964861869812, -0.702907145023346, 0.0], [2.200010061264038, -0.6941666603088379, 0.0], [2.200010061264038, 0.6941666603088379, 0.0], [2.19964861869812, 0.702907145023346, 0.0], [2.198566436767578, 0.7115879058837891, 0.0], [2.1967713832855225, 0.7201496362686157, 0.0], [2.194275140762329, 0.728533923625946, 0.0], [2.1910953521728516, 0.7366834282875061, 0.0], [2.18725323677063, 0.7445425391197205, 0.0], [2.1827752590179443, 0.7520574927330017, 0.0], [2.17769193649292, 0.7591769695281982, 0.0], [2.1720383167266846, 0.7658523917198181, 0.0], [2.1658525466918945, 0.7720381617546082, 0.0], [2.15917706489563, 0.7776919603347778, 0.0], [2.152057647705078, 0.7827751636505127, 0.0], [2.144542694091797, 0.7872530817985535, 0.0], [2.136683464050293, 0.7910951972007751, 0.0], [2.1285340785980225, 0.7942751049995422, 0.0], [2.120149850845337, 0.796771228313446, 0.0], [2.1115880012512207, 0.798566460609436, 0.0], [2.102907180786133, 0.7996485233306885, 0.0], [2.0941667556762695, 0.8000100255012512, 0.0], [1.305833339691162, 0.8000100255012512, 0.0], [1.2970929145812988, 0.7996485233306885, 0.0], [1.288412094116211, 0.798566460609436, 0.0], [1.2798503637313843, 0.796771228313446, 0.0], [1.2714660167694092, 0.7942751049995422, 0.0], [1.2633165121078491, 0.7910951972007751, 0.0], [1.2554575204849243, 0.7872530817985535, 0.0], [1.247942566871643, 0.7827751636505127, 0.0], [1.2408230304718018, 0.7776919603347778, 0.0], [1.234147548675537, 0.7720381617546082, 0.0], [1.2279618978500366, 0.7658523917198181, 0.0], [1.2223080396652222, 0.7591769695281982, 0.0], [1.2172248363494873, 0.7520574927330017, 0.0], [1.2127469778060913, 0.7445425391197205, 0.0], [1.2089048624038696, 0.7366834282875061, 0.0], [1.2057249546051025, 0.728533923625946, 0.0], [1.2032288312911987, 0.7201496362686157, 0.0], [1.201433539390564, 0.7115879058837891, 0.0], [1.200351595878601, 0.702907145023346, 0.0], [1.1999900341033936, 0.6941666603088379, 0.0], [1.1999900341033936, 0.2988470494747162, 0.0], [1.200339436531067, 0.29025399684906006, 0.0], [1.201385259628296, 0.2817176580429077, 0.0], [1.2031208276748657, 0.2732944190502167, 0.0], [1.2055343389511108, 0.2650398910045624, 0.0], [1.2086101770401, 0.25700855255126953, 0.0], [1.2123278379440308, 0.24925345182418823, 0.0], [1.216662883758545, 0.24182577431201935, 0.0], [1.2215865850448608, 0.23477455973625183, 0.0], [1.2270665168762207, 0.22814635932445526, 0.0], [1.233066439628601, 0.22198492288589478, 0.0], [1.239546775817871, 0.21633096039295197, 0.0], [1.2464648485183716, 0.21122176945209503, 0.0], [1.253774881362915, 0.20669110119342804, 0.0], [1.2614284753799438, 0.20276886224746704, 0.0], [1.2693753242492676, 0.19948095083236694, 0.0], [1.2775628566741943, 0.196849063038826, 0.0], [1.2859370708465576, 0.1948905736207962, 0.0], [1.2944426536560059, 0.19361843168735504, 0.0], [1.303023338317871, 0.19304102659225464, 0.0], [1.3116227388381958, 0.19316217303276062, 0.0], [1.3201837539672852, 0.19398106634616852, 0.0], [1.3286501169204712, 0.19549229741096497, 0.0], [1.6753629446029663, 0.272033154964447, 0.0]]], "poly_signs": [1]}}}, {"name": "main_2", "expression": "Difference(lhf_0, lhf_1)", "lhfs": {"lhf_0": {"plane_normal": [0.0, 1.0, 0.0], "plane_origin": [0.0, 1.0, 0.0], "amount": [2.0], "polysets": [[[-0.5, -0.5, 0.0], [0.5, -0.5, 0.0], [0.5, 0.5, 0.0], [-0.5, 0.5, 0.0], [-0.5, -0.5, 0.0]]], "poly_signs": [1]}, "lhf_1": {"plane_normal": [1.0, 0.0, 0.0], "plane_origin": [-0.5009999871253967, 0.0, 0.0], "amount": [1.0019999999999998], "polysets": [[[1.3266370296478271, 0.195068359375, 0.0], [1.317930817604065, 0.19369734823703766, 0.0], [1.3091408014297485, 0.1930554062128067, 0.0], [1.3003277778625488, 0.19314700365066528, 0.0], [1.2915529012680054, 0.19397149980068207, 0.0], [1.2828770875930786, 0.19552317261695862, 0.0], [1.2743604183197021, 0.19779127836227417, 0.0], [1.2660620212554932, 0.20076006650924683, 0.0], [1.2580393552780151, 0.20440897345542908, 0.0], [1.2503480911254883, 0.20871268212795258, 0.0], [1.2430416345596313, 0.21364136040210724, 0.0], [1.2361704111099243, 0.21916083991527557, 0.0], [1.2297823429107666, 0.22523283958435059, 0.0], [1.2239214181900024, 0.23181526362895966, 0.0], [1.2186286449432373, 0.23886246979236603, 0.0], [1.2139403820037842, 0.24632559716701508, 0.0], [1.2098894119262695, 0.25415289402008057, 0.0], [1.2065035104751587, 0.2622900903224945, 0.0], [1.2038065195083618, 0.2706807553768158, 0.0], [1.2018169164657593, 0.27926671504974365, 0.0], [1.2005484104156494, 0.28798845410346985, 0.0], [1.200010061264038, 0.29678547382354736, 0.0], [1.200010061264038, 0.6941666603088379, 0.0], [1.1996484994888306, 0.702907145023346, 0.0], [1.1985665559768677, 0.7115879058837891, 0.0], [1.196771264076233, 0.7201496362686157, 0.0], [1.194275140762329, 0.728533923625946, 0.0], [1.191095232963562, 0.7366834282875061, 0.0], [1.1872531175613403, 0.7445425391197205, 0.0], [1.1827752590179443, 0.7520574927330017, 0.0], [1.1776920557022095, 0.7591769695281982, 0.0], [1.172038197517395, 0.7658523917198181, 0.0], [1.1658525466918945, 0.7720381617546082, 0.0], [1.1591770648956299, 0.7776919603347778, 0.0], [1.1520575284957886, 0.7827751636505127, 0.0], [1.1445425748825073, 0.7872530817985535, 0.0], [1.1366835832595825, 0.7910951972007751, 0.0], [1.1285340785980225, 0.7942751049995422, 0.0], [1.1201497316360474, 0.796771228313446, 0.0], [1.1115880012512207, 0.798566460609436, 0.0], [1.1029071807861328, 0.7996485233306885, 0.0], [1.0941667556762695, 0.8000100255012512, 0.0], [0.90583336353302, 0.8000100255012512, 0.0], [0.897092878818512, 0.7996485233306885, 0.0], [0.8884121179580688, 0.798566460609436, 0.0], [0.8798503279685974, 0.796771228313446, 0.0], [0.8714661002159119, 0.794275164604187, 0.0], [0.8633165955543518, 0.7910951972007751, 0.0], [0.8554574847221375, 0.7872531414031982, 0.0], [0.8479425311088562, 0.7827751636505127, 0.0], [0.8408229947090149, 0.7776919603347778, 0.0], [0.8341476321220398, 0.7720381617546082, 0.0], [0.8279618620872498, 0.7658523917198181, 0.0], [0.8223080635070801, 0.759177029132843, 0.0], [0.8172248601913452, 0.7520574927330017, 0.0], [0.8127468824386597, 0.7445425391197205, 0.0], [0.8089048266410828, 0.7366834282875061, 0.0], [0.8057248592376709, 0.728533923625946, 0.0], [0.8032287955284119, 0.7201496958732605, 0.0], [0.8014335632324219, 0.7115879058837891, 0.0], [0.8003515005111694, 0.702907145023346, 0.0], [0.7999899983406067, 0.6941666603088379, 0.0], [0.7999899983406067, -0.6941666603088379, 0.0], [0.8003515005111694, -0.702907145023346, 0.0], [0.8014335632324219, -0.7115879058837891, 0.0], [0.8032287955284119, -0.7201496958732605, 0.0], [0.8057248592376709, -0.728533923625946, 0.0], [0.8089048266410828, -0.7366834282875061, 0.0], [0.8127468824386597, -0.7445425391197205, 0.0], [0.8172248601913452, -0.7520574927330017, 0.0], [0.8223080635070801, -0.759177029132843, 0.0], [0.8279618620872498, -0.7658523917198181, 0.0], [0.8341476321220398, -0.7720381617546082, 0.0], [0.8408229947090149, -0.7776919603347778, 0.0], [0.8479425311088562, -0.7827751636505127, 0.0], [0.8554574847221375, -0.7872531414031982, 0.0], [0.8633165955543518, -0.7910951972007751, 0.0], [0.8714661002159119, -0.794275164604187, 0.0], [0.8798503279685974, -0.796771228313446, 0.0], [0.8884121179580688, -0.798566460609436, 0.0], [0.897092878818512, -0.7996485233306885, 0.0], [0.90583336353302, -0.8000100255012512, 0.0], [1.0941667556762695, -0.8000100255012512, 0.0], [1.1029071807861328, -0.7996485233306885, 0.0], [1.1115880012512207, -0.798566460609436, 0.0], [1.1201497316360474, -0.796771228313446, 0.0], [1.1285340785980225, -0.7942751049995422, 0.0], [1.1366835832595825, -0.7910951972007751, 0.0], [1.1445425748825073, -0.7872530817985535, 0.0], [1.1520575284957886, -0.7827751636505127, 0.0], [1.1591770648956299, -0.7776919603347778, 0.0], [1.1658525466918945, -0.7720381617546082, 0.0], [1.172038197517395, -0.7658523917198181, 0.0], [1.1776920557022095, -0.7591769695281982, 0.0], [1.1827752590179443, -0.7520574927330017, 0.0], [1.1872531175613403, -0.7445425391197205, 0.0], [1.191095232963562, -0.7366834282875061, 0.0], [1.194275140762329, -0.728533923625946, 0.0], [1.196771264076233, -0.7201496362686157, 0.0], [1.1985665559768677, -0.7115879058837891, 0.0], [1.1996484994888306, -0.702907145023346, 0.0], [1.200010061264038, -0.6941666603088379, 0.0], [1.200010061264038, -0.29679080843925476, 0.0], [1.2005480527877808, -0.287993460893631, 0.0], [1.2018160820007324, -0.27927133440971375, 0.0], [1.2038054466247559, -0.27068498730659485, 0.0], [1.2065021991729736, -0.26229390501976013, 0.0], [1.2098878622055054, -0.25415629148483276, 0.0], [1.21393883228302, -0.24632859230041504, 0.0], [1.218626856803894, -0.23886506259441376, 0.0], [1.2239197492599487, -0.23181745409965515, 0.0], [1.229780673980713, -0.22523465752601624, 0.0], [1.2361688613891602, -0.21916228532791138, 0.0], [1.2430402040481567, -0.21364249289035797, 0.0], [1.2503468990325928, -0.20871351659297943, 0.0], [1.2580384016036987, -0.20440953969955444, 0.0], [1.2660613059997559, -0.20076042413711548, 0.0], [1.274359941482544, -0.1977914720773697, 0.0], [1.2828768491744995, -0.19552326202392578, 0.0], [1.291553020477295, -0.19397151470184326, 0.0], [1.3003281354904175, -0.19314701855182648, 0.0], [1.3091415166854858, -0.19305545091629028, 0.0], [1.317931890487671, -0.1936974823474884, 0.0], [1.3266383409500122, -0.19506864249706268, 0.0], [1.6733499765396118, -0.27160924673080444, 0.0], [1.6818163394927979, -0.2731204926967621, 0.0], [1.6903773546218872, -0.2739393711090088, 0.0], [1.698976755142212, -0.27406051754951477, 0.0], [1.7075574398040771, -0.2734830975532532, 0.0], [1.7160630226135254, -0.272210955619812, 0.0], [1.7244372367858887, -0.2702524960041046, 0.0], [1.7326247692108154, -0.26762059330940247, 0.0], [1.7405716180801392, -0.26433268189430237, 0.0], [1.748225212097168, -0.2604104280471802, 0.0], [1.7555352449417114, -0.2558797597885132, 0.0], [1.762453317642212, -0.25077059864997864, 0.0], [1.768933653831482, -0.24511662125587463, 0.0], [1.7749335765838623, -0.23895518481731415, 0.0], [1.7804135084152222, -0.23232698440551758, 0.0], [1.785337209701538, -0.22527576982975006, 0.0], [1.7896722555160522, -0.21784809231758118, 0.0], [1.793389916419983, -0.21009297668933868, 0.0], [1.7964657545089722, -0.20206165313720703, 0.0], [1.7988792657852173, -0.19380711019039154, 0.0], [1.800614833831787, -0.1853838860988617, 0.0], [1.8016606569290161, -0.17684754729270935, 0.0], [1.8020100593566895, -0.16825449466705322, 0.0], [1.8020100593566895, 0.16825449466705322, 0.0], [1.8016606569290161, 0.17684754729270935, 0.0], [1.800614833831787, 0.1853838860988617, 0.0], [1.7988792657852173, 0.19380711019039154, 0.0], [1.7964657545089722, 0.20206165313720703, 0.0], [1.793389916419983, 0.21009297668933868, 0.0], [1.7896722555160522, 0.21784809231758118, 0.0], [1.785337209701538, 0.22527576982975006, 0.0], [1.7804135084152222, 0.23232698440551758, 0.0], [1.7749335765838623, 0.23895518481731415, 0.0], [1.768933653831482, 0.24511662125587463, 0.0], [1.762453317642212, 0.25077059864997864, 0.0], [1.7555352449417114, 0.2558797597885132, 0.0], [1.748225212097168, 0.2604104280471802, 0.0], [1.7405716180801392, 0.26433268189430237, 0.0], [1.7326247692108154, 0.26762059330940247, 0.0], [1.7244372367858887, 0.2702524960041046, 0.0], [1.7160630226135254, 0.272210955619812, 0.0], [1.7075574398040771, 0.2734830975532532, 0.0], [1.698976755142212, 0.27406051754951477, 0.0], [1.6903773546218872, 0.2739393711090088, 0.0], [1.6818163394927979, 0.2731204926967621, 0.0], [1.6733499765396118, 0.27160924673080444, 0.0], [1.3266370296478271, 0.195068359375, 0.0]]], "poly_signs": [1]}}}], "state_map": {"main_1": {"0": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}, "main_2": {"0": [[1.0, 0.0, 0.0, -1.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]], "1": [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]}}}
joints/CJ_AT/vis_files/ours_jwood.json ADDED
The diff for this file is too large to render. See raw diff
 
joints/CJ_DT/base.json ADDED
@@ -0,0 +1,3305 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "moduleList": {
3
+ "base": {
4
+ "nodes": [
5
+ {
6
+ "id": "3f30e8ca17567973",
7
+ "name": "Rectangle2D",
8
+ "data": {
9
+ "size": [
10
+ 1,
11
+ 1
12
+ ]
13
+ }
14
+ },
15
+ {
16
+ "id": "7c845b46a0a70a11",
17
+ "name": "Plane3D",
18
+ "data": {
19
+ "origin": [
20
+ 0,
21
+ 0,
22
+ 0
23
+ ],
24
+ "normal": [
25
+ 0,
26
+ 1,
27
+ 0
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "id": "e90d26d51552d8e5",
33
+ "name": "RegisterGeometry",
34
+ "data": {
35
+ "name": "mat_1",
36
+ "bbox": [
37
+ 2,
38
+ 4,
39
+ 2
40
+ ]
41
+ }
42
+ },
43
+ {
44
+ "id": "64177fd65b3fc888",
45
+ "name": "SetMaterial",
46
+ "data": {
47
+ "material": [
48
+ 2
49
+ ]
50
+ }
51
+ },
52
+ {
53
+ "id": "c36ed24763b8618e",
54
+ "name": "ApplyHeight",
55
+ "data": {
56
+ "height": [
57
+ 3
58
+ ]
59
+ }
60
+ },
61
+ {
62
+ "id": "5e12d0a82b6d9aa2",
63
+ "name": "LinkedHeightField3D",
64
+ "data": {}
65
+ },
66
+ {
67
+ "id": "027a10b8b3f448c5",
68
+ "name": "Plane3D",
69
+ "data": {
70
+ "origin": [
71
+ 0,
72
+ 0,
73
+ 0
74
+ ],
75
+ "normal": [
76
+ 0,
77
+ 1,
78
+ 0
79
+ ]
80
+ }
81
+ },
82
+ {
83
+ "id": "f17f09c4cb70ed5f",
84
+ "name": "Rectangle2D",
85
+ "data": {
86
+ "size": [
87
+ 1,
88
+ 1
89
+ ]
90
+ }
91
+ },
92
+ {
93
+ "id": "d9616fa1d35680c8",
94
+ "name": "SetMaterial",
95
+ "data": {
96
+ "material": [
97
+ 3
98
+ ]
99
+ }
100
+ },
101
+ {
102
+ "id": "a4aa59430518c791",
103
+ "name": "ApplyHeight",
104
+ "data": {
105
+ "height": [
106
+ 3
107
+ ]
108
+ }
109
+ },
110
+ {
111
+ "id": "8c388bb952a786f6",
112
+ "name": "LinkedHeightField3D",
113
+ "data": {}
114
+ },
115
+ {
116
+ "id": "522481602aa797e4",
117
+ "name": "RegisterGeometry",
118
+ "data": {
119
+ "name": "mat_2",
120
+ "bbox": [
121
+ 2,
122
+ 4,
123
+ 2
124
+ ]
125
+ }
126
+ },
127
+ {
128
+ "id": "94a0d6690afcb3e6",
129
+ "name": "NamedGeometry",
130
+ "data": {
131
+ "name": "mat_1"
132
+ }
133
+ },
134
+ {
135
+ "id": "f1ec02305db0090a",
136
+ "name": "NamedGeometry",
137
+ "data": {
138
+ "name": "mat_2"
139
+ }
140
+ },
141
+ {
142
+ "id": "91144b8b29569c3e",
143
+ "name": "Union",
144
+ "data": {}
145
+ },
146
+ {
147
+ "id": "76261b6215007111",
148
+ "name": "PolyLine2D",
149
+ "data": {
150
+ "points": [
151
+ [
152
+ 0.5,
153
+ 0.7,
154
+ 0
155
+ ],
156
+ [
157
+ 0.5,
158
+ 0.25,
159
+ 0
160
+ ],
161
+ [
162
+ 1.3,
163
+ -0.05,
164
+ 0
165
+ ],
166
+ [
167
+ 1.4,
168
+ 0.05,
169
+ 0
170
+ ],
171
+ [
172
+ 2.5,
173
+ -0.25,
174
+ 0
175
+ ],
176
+ [
177
+ 2.65,
178
+ -0.25,
179
+ 0
180
+ ],
181
+ [
182
+ 2.65,
183
+ -0.7,
184
+ 0
185
+ ],
186
+ [
187
+ 3.1,
188
+ -0.7,
189
+ 0
190
+ ],
191
+ [
192
+ 3.1,
193
+ 0.7,
194
+ 0
195
+ ]
196
+ ]
197
+ }
198
+ },
199
+ {
200
+ "id": "03b1e65d9fabf087",
201
+ "name": "Plane3D",
202
+ "data": {
203
+ "origin": [
204
+ 0,
205
+ 0,
206
+ 0.6
207
+ ],
208
+ "normal": [
209
+ 0,
210
+ 0,
211
+ -1
212
+ ]
213
+ }
214
+ },
215
+ {
216
+ "id": "d50f40f0eec99997",
217
+ "name": "SetMaterial",
218
+ "data": {
219
+ "material": [
220
+ 4
221
+ ]
222
+ }
223
+ },
224
+ {
225
+ "id": "2c165ace5f701127",
226
+ "name": "LinkedHeightField3D",
227
+ "data": {}
228
+ },
229
+ {
230
+ "id": "f931281490af8dab",
231
+ "name": "ApplyHeight",
232
+ "data": {
233
+ "height": [
234
+ 1.2
235
+ ]
236
+ }
237
+ },
238
+ {
239
+ "id": "12e41ad52d79753c",
240
+ "name": "RegisterGeometry",
241
+ "data": {
242
+ "name": "subtr_1_1",
243
+ "bbox": [
244
+ 2,
245
+ 4,
246
+ 2
247
+ ]
248
+ }
249
+ },
250
+ {
251
+ "id": "a1f207201034c356",
252
+ "name": "NamedGeometry",
253
+ "data": {
254
+ "name": "subtr_1_1"
255
+ }
256
+ },
257
+ {
258
+ "id": "56a299f46aaea6a8",
259
+ "name": "PolyLine2D",
260
+ "data": {
261
+ "points": [
262
+ [
263
+ 0.35,
264
+ 0.7,
265
+ 0
266
+ ],
267
+ [
268
+ 0.35,
269
+ 0.25,
270
+ 0
271
+ ],
272
+ [
273
+ 0.5,
274
+ 0.25,
275
+ 0
276
+ ],
277
+ [
278
+ 1.3,
279
+ -0.05,
280
+ 0
281
+ ],
282
+ [
283
+ 1.4,
284
+ 0.05,
285
+ 0
286
+ ],
287
+ [
288
+ 2.5,
289
+ -0.25,
290
+ 0
291
+ ],
292
+ [
293
+ 2.5,
294
+ -0.7,
295
+ 0
296
+ ],
297
+ [
298
+ -0.1,
299
+ -0.7,
300
+ 0
301
+ ],
302
+ [
303
+ -0.1,
304
+ 0.7,
305
+ 0
306
+ ]
307
+ ]
308
+ }
309
+ },
310
+ {
311
+ "id": "5f474e6a44b02010",
312
+ "name": "Plane3D",
313
+ "data": {
314
+ "origin": [
315
+ 0,
316
+ 0,
317
+ 0.6
318
+ ],
319
+ "normal": [
320
+ 0,
321
+ 0,
322
+ -1
323
+ ]
324
+ }
325
+ },
326
+ {
327
+ "id": "ad748269f56ec0d0",
328
+ "name": "ApplyHeight",
329
+ "data": {
330
+ "height": [
331
+ 1.2
332
+ ]
333
+ }
334
+ },
335
+ {
336
+ "id": "dccf8d482acab84e",
337
+ "name": "LinkedHeightField3D",
338
+ "data": {}
339
+ },
340
+ {
341
+ "id": "e67e84c448cb7b4e",
342
+ "name": "SetMaterial",
343
+ "data": {
344
+ "material": [
345
+ 4
346
+ ]
347
+ }
348
+ },
349
+ {
350
+ "id": "ff7027ff61be58b7",
351
+ "name": "RegisterGeometry",
352
+ "data": {
353
+ "name": "subtr_2_1",
354
+ "bbox": [
355
+ 2,
356
+ 4,
357
+ 2
358
+ ]
359
+ }
360
+ },
361
+ {
362
+ "id": "e21600622d1cf0f1",
363
+ "name": "NamedGeometry",
364
+ "data": {
365
+ "name": "subtr_1_2"
366
+ }
367
+ },
368
+ {
369
+ "id": "6780d88b1f429a07",
370
+ "name": "RegisterGeometry",
371
+ "data": {
372
+ "name": "main_1",
373
+ "bbox": [
374
+ 2,
375
+ 4,
376
+ 2
377
+ ]
378
+ }
379
+ },
380
+ {
381
+ "id": "13e59574b4763025",
382
+ "name": "SetMaterial",
383
+ "data": {
384
+ "material": [
385
+ 2
386
+ ]
387
+ }
388
+ },
389
+ {
390
+ "id": "88080828b4ffde0d",
391
+ "name": "Difference",
392
+ "data": {}
393
+ },
394
+ {
395
+ "id": "1e6fbc2c464a2aa5",
396
+ "name": "RegisterGeometry",
397
+ "data": {
398
+ "name": "main_2",
399
+ "bbox": [
400
+ 2,
401
+ 4,
402
+ 2
403
+ ]
404
+ }
405
+ },
406
+ {
407
+ "id": "c7428d0fd0708f99",
408
+ "name": "Difference",
409
+ "data": {}
410
+ },
411
+ {
412
+ "id": "14459d9e3dd8fc06",
413
+ "name": "NamedGeometry",
414
+ "data": {
415
+ "name": "main_1"
416
+ }
417
+ },
418
+ {
419
+ "id": "2ff68d61c85401af",
420
+ "name": "Union",
421
+ "data": {}
422
+ },
423
+ {
424
+ "id": "8a5fc48ee0e156ca",
425
+ "name": "NamedGeometry",
426
+ "data": {
427
+ "name": "main_2"
428
+ }
429
+ },
430
+ {
431
+ "id": "87ebc29863a8583b",
432
+ "name": "SetMaterial",
433
+ "data": {
434
+ "material": [
435
+ 3
436
+ ]
437
+ }
438
+ },
439
+ {
440
+ "id": "74b6ff8680044062",
441
+ "name": "Plane3D",
442
+ "data": {
443
+ "origin": [
444
+ 0.6,
445
+ 0,
446
+ 0
447
+ ],
448
+ "normal": [
449
+ -1,
450
+ 0,
451
+ 0
452
+ ]
453
+ }
454
+ },
455
+ {
456
+ "id": "6e35ed7ed13ee364",
457
+ "name": "ApplyHeight",
458
+ "data": {
459
+ "height": [
460
+ 0.3515
461
+ ]
462
+ }
463
+ },
464
+ {
465
+ "id": "2f12c6824923f74c",
466
+ "name": "LinkedHeightField3D",
467
+ "data": {}
468
+ },
469
+ {
470
+ "id": "4ffb0f6471c637b8",
471
+ "name": "SetMaterial",
472
+ "data": {
473
+ "material": [
474
+ 4
475
+ ]
476
+ }
477
+ },
478
+ {
479
+ "id": "1c7dbc91d8185c8c",
480
+ "name": "RegisterGeometry",
481
+ "data": {
482
+ "name": "subtr_1_2",
483
+ "bbox": [
484
+ 2,
485
+ 4,
486
+ 2
487
+ ]
488
+ }
489
+ },
490
+ {
491
+ "id": "d22fdfd79defcf29",
492
+ "name": "PolyLine2D",
493
+ "data": {
494
+ "points": [
495
+ [
496
+ -0.35,
497
+ 0.2,
498
+ 0
499
+ ],
500
+ [
501
+ -0.6,
502
+ 0.2,
503
+ 0
504
+ ],
505
+ [
506
+ -0.6,
507
+ -0.2,
508
+ 0
509
+ ],
510
+ [
511
+ -0.35,
512
+ -0.2,
513
+ 0
514
+ ]
515
+ ]
516
+ }
517
+ },
518
+ {
519
+ "id": "55f91fe5f981a58c",
520
+ "name": "PolyLine2D",
521
+ "data": {
522
+ "points": [
523
+ [
524
+ 0.35,
525
+ 0.8,
526
+ 0
527
+ ],
528
+ [
529
+ 0.6,
530
+ 0.8,
531
+ 0
532
+ ],
533
+ [
534
+ 0.6,
535
+ 0.2,
536
+ 0
537
+ ],
538
+ [
539
+ 0.35,
540
+ 0.2,
541
+ 0
542
+ ]
543
+ ]
544
+ }
545
+ },
546
+ {
547
+ "id": "bd55a55c7a50d9d6",
548
+ "name": "PolyLine2D",
549
+ "data": {
550
+ "points": [
551
+ [
552
+ 0.35,
553
+ -0.8,
554
+ 0
555
+ ],
556
+ [
557
+ 0.6,
558
+ -0.8,
559
+ 0
560
+ ],
561
+ [
562
+ 0.6,
563
+ -0.2,
564
+ 0
565
+ ],
566
+ [
567
+ 0.35,
568
+ -0.2,
569
+ 0
570
+ ]
571
+ ]
572
+ }
573
+ },
574
+ {
575
+ "id": "29de5fb099d3dd02",
576
+ "name": "RegisterGeometry",
577
+ "data": {
578
+ "name": "subtr_1_3",
579
+ "bbox": [
580
+ 2,
581
+ 4,
582
+ 2
583
+ ]
584
+ }
585
+ },
586
+ {
587
+ "id": "fbc2e665d98b8866",
588
+ "name": "SetMaterial",
589
+ "data": {
590
+ "material": [
591
+ 5
592
+ ]
593
+ }
594
+ },
595
+ {
596
+ "id": "5ed3eab3f7b41e18",
597
+ "name": "Union",
598
+ "data": {}
599
+ },
600
+ {
601
+ "id": "759bc2144a146811",
602
+ "name": "ApplyHeight",
603
+ "data": {
604
+ "height": [
605
+ 0.3515
606
+ ]
607
+ }
608
+ },
609
+ {
610
+ "id": "b17b0b8c36c1bbff",
611
+ "name": "LinkedHeightField3D",
612
+ "data": {}
613
+ },
614
+ {
615
+ "id": "c519bb9fcd0d8cca",
616
+ "name": "NamedGeometry",
617
+ "data": {
618
+ "name": "subtr_1_3"
619
+ }
620
+ },
621
+ {
622
+ "id": "8c7ac71813d89d77",
623
+ "name": "Translate2D",
624
+ "data": {
625
+ "param": [
626
+ 2.15,
627
+ 0
628
+ ]
629
+ }
630
+ },
631
+ {
632
+ "id": "a32adec5446a0612",
633
+ "name": "Union",
634
+ "data": {}
635
+ },
636
+ {
637
+ "id": "681faaa75627f458",
638
+ "name": "Translate3D",
639
+ "data": {
640
+ "param": [
641
+ -1,
642
+ 0,
643
+ 0
644
+ ]
645
+ }
646
+ },
647
+ {
648
+ "id": "5f00d6c5641e5580",
649
+ "name": "RegisterGeometry",
650
+ "data": {
651
+ "name": "subtr_2_2",
652
+ "bbox": [
653
+ 2,
654
+ 4,
655
+ 2
656
+ ]
657
+ }
658
+ },
659
+ {
660
+ "id": "aaf327bd051c2b36",
661
+ "name": "SetMaterial",
662
+ "data": {
663
+ "material": [
664
+ 5
665
+ ]
666
+ }
667
+ },
668
+ {
669
+ "id": "954fee0df8ad404c",
670
+ "name": "ApplyHeight",
671
+ "data": {
672
+ "height": [
673
+ 0.3515
674
+ ]
675
+ }
676
+ },
677
+ {
678
+ "id": "96fdd241b04f4656",
679
+ "name": "LinkedHeightField3D",
680
+ "data": {}
681
+ },
682
+ {
683
+ "id": "612e691da72ce6cb",
684
+ "name": "NamedGeometry",
685
+ "data": {
686
+ "name": "subtr_2_2"
687
+ }
688
+ },
689
+ {
690
+ "id": "5ad74f9c21f29105",
691
+ "name": "RegisterGeometry",
692
+ "data": {
693
+ "name": "subtr_2_3",
694
+ "bbox": [
695
+ 2,
696
+ 4,
697
+ 2
698
+ ]
699
+ }
700
+ },
701
+ {
702
+ "id": "96ccdcb11b443ca6",
703
+ "name": "SetMaterial",
704
+ "data": {
705
+ "material": [
706
+ 4
707
+ ]
708
+ }
709
+ },
710
+ {
711
+ "id": "0b35d72950260f64",
712
+ "name": "LinkedHeightField3D",
713
+ "data": {}
714
+ },
715
+ {
716
+ "id": "40c8f776be4a3718",
717
+ "name": "ApplyHeight",
718
+ "data": {
719
+ "height": [
720
+ 0.3515
721
+ ]
722
+ }
723
+ },
724
+ {
725
+ "id": "bfb90d1fcca722b5",
726
+ "name": "Plane3D",
727
+ "data": {
728
+ "origin": [
729
+ -0.6,
730
+ 0,
731
+ 0
732
+ ],
733
+ "normal": [
734
+ 1,
735
+ 0,
736
+ 0
737
+ ]
738
+ }
739
+ },
740
+ {
741
+ "id": "965dd2195ac1e060",
742
+ "name": "Translate2D",
743
+ "data": {
744
+ "param": [
745
+ 3,
746
+ 0
747
+ ]
748
+ }
749
+ },
750
+ {
751
+ "id": "0555bd135ddbfe61",
752
+ "name": "NamedGeometry",
753
+ "data": {
754
+ "name": "subtr_2_3"
755
+ }
756
+ },
757
+ {
758
+ "id": "a12c8c11a5c80530",
759
+ "name": "Union",
760
+ "data": {}
761
+ },
762
+ {
763
+ "id": "2b70cd636e9af6bc",
764
+ "name": "Translate2D",
765
+ "data": {
766
+ "param": [
767
+ -3,
768
+ 0
769
+ ]
770
+ }
771
+ },
772
+ {
773
+ "id": "ba46f535994f548e",
774
+ "name": "RegisterState",
775
+ "data": {
776
+ "state": [
777
+ 1
778
+ ]
779
+ }
780
+ },
781
+ {
782
+ "id": "8ddc0f30a28f09af",
783
+ "name": "Union",
784
+ "data": {}
785
+ },
786
+ {
787
+ "id": "d20d577b66adf1d1",
788
+ "name": "MarkerNode",
789
+ "data": {}
790
+ },
791
+ {
792
+ "id": "67a5ec4e226cbe82",
793
+ "name": "MarkerNode",
794
+ "data": {}
795
+ },
796
+ {
797
+ "id": "839d21a28ab1e169",
798
+ "name": "Rectangle2D",
799
+ "data": {
800
+ "size": [
801
+ 0.5,
802
+ 1.6
803
+ ]
804
+ }
805
+ },
806
+ {
807
+ "id": "b553400e26e3cf13",
808
+ "name": "Translate2D",
809
+ "data": {
810
+ "param": [
811
+ -0.75,
812
+ 0
813
+ ]
814
+ }
815
+ },
816
+ {
817
+ "id": "f7080a3d7686b25c",
818
+ "name": "Union",
819
+ "data": {}
820
+ },
821
+ {
822
+ "id": "87c23092a55fde31",
823
+ "name": "Plane3D",
824
+ "data": {
825
+ "origin": [
826
+ -0.6,
827
+ 0,
828
+ 0
829
+ ],
830
+ "normal": [
831
+ 1,
832
+ 0,
833
+ 0
834
+ ]
835
+ }
836
+ },
837
+ {
838
+ "id": "e96f0486d0e7e715",
839
+ "name": "Rectangle2D",
840
+ "data": {
841
+ "size": [
842
+ 0.6,
843
+ 1.6
844
+ ]
845
+ }
846
+ },
847
+ {
848
+ "id": "cae582631fe47c7d",
849
+ "name": "Translate2D",
850
+ "data": {
851
+ "param": [
852
+ 2.95,
853
+ 0
854
+ ]
855
+ }
856
+ },
857
+ {
858
+ "id": "a8d2502572297777",
859
+ "name": "Union",
860
+ "data": {}
861
+ },
862
+ {
863
+ "id": "4314189c5afe38c7",
864
+ "name": "RegisterState",
865
+ "data": {
866
+ "state": [
867
+ 0
868
+ ]
869
+ }
870
+ }
871
+ ],
872
+ "connections": [
873
+ {
874
+ "source": "64177fd65b3fc888",
875
+ "sourceOutput": "expr",
876
+ "target": "e90d26d51552d8e5",
877
+ "targetInput": "expr"
878
+ },
879
+ {
880
+ "source": "c36ed24763b8618e",
881
+ "sourceOutput": "expr",
882
+ "target": "5e12d0a82b6d9aa2",
883
+ "targetInput": "apply_height"
884
+ },
885
+ {
886
+ "source": "5e12d0a82b6d9aa2",
887
+ "sourceOutput": "expr",
888
+ "target": "64177fd65b3fc888",
889
+ "targetInput": "expr"
890
+ },
891
+ {
892
+ "source": "7c845b46a0a70a11",
893
+ "sourceOutput": "expr",
894
+ "target": "5e12d0a82b6d9aa2",
895
+ "targetInput": "plane"
896
+ },
897
+ {
898
+ "source": "d9616fa1d35680c8",
899
+ "sourceOutput": "expr",
900
+ "target": "522481602aa797e4",
901
+ "targetInput": "expr"
902
+ },
903
+ {
904
+ "source": "8c388bb952a786f6",
905
+ "sourceOutput": "expr",
906
+ "target": "d9616fa1d35680c8",
907
+ "targetInput": "expr"
908
+ },
909
+ {
910
+ "source": "a4aa59430518c791",
911
+ "sourceOutput": "expr",
912
+ "target": "8c388bb952a786f6",
913
+ "targetInput": "apply_height"
914
+ },
915
+ {
916
+ "source": "027a10b8b3f448c5",
917
+ "sourceOutput": "expr",
918
+ "target": "8c388bb952a786f6",
919
+ "targetInput": "plane"
920
+ },
921
+ {
922
+ "source": "f931281490af8dab",
923
+ "sourceOutput": "expr",
924
+ "target": "2c165ace5f701127",
925
+ "targetInput": "apply_height"
926
+ },
927
+ {
928
+ "source": "03b1e65d9fabf087",
929
+ "sourceOutput": "expr",
930
+ "target": "2c165ace5f701127",
931
+ "targetInput": "plane"
932
+ },
933
+ {
934
+ "source": "2c165ace5f701127",
935
+ "sourceOutput": "expr",
936
+ "target": "d50f40f0eec99997",
937
+ "targetInput": "expr"
938
+ },
939
+ {
940
+ "source": "d50f40f0eec99997",
941
+ "sourceOutput": "expr",
942
+ "target": "12e41ad52d79753c",
943
+ "targetInput": "expr"
944
+ },
945
+ {
946
+ "source": "5f474e6a44b02010",
947
+ "sourceOutput": "expr",
948
+ "target": "dccf8d482acab84e",
949
+ "targetInput": "plane"
950
+ },
951
+ {
952
+ "source": "ad748269f56ec0d0",
953
+ "sourceOutput": "expr",
954
+ "target": "dccf8d482acab84e",
955
+ "targetInput": "apply_height"
956
+ },
957
+ {
958
+ "source": "dccf8d482acab84e",
959
+ "sourceOutput": "expr",
960
+ "target": "e67e84c448cb7b4e",
961
+ "targetInput": "expr"
962
+ },
963
+ {
964
+ "source": "e67e84c448cb7b4e",
965
+ "sourceOutput": "expr",
966
+ "target": "ff7027ff61be58b7",
967
+ "targetInput": "expr"
968
+ },
969
+ {
970
+ "source": "13e59574b4763025",
971
+ "sourceOutput": "expr",
972
+ "target": "6780d88b1f429a07",
973
+ "targetInput": "expr"
974
+ },
975
+ {
976
+ "source": "5e12d0a82b6d9aa2",
977
+ "sourceOutput": "expr",
978
+ "target": "88080828b4ffde0d",
979
+ "targetInput": "expr1"
980
+ },
981
+ {
982
+ "source": "88080828b4ffde0d",
983
+ "sourceOutput": "expr",
984
+ "target": "13e59574b4763025",
985
+ "targetInput": "expr"
986
+ },
987
+ {
988
+ "source": "8c388bb952a786f6",
989
+ "sourceOutput": "expr",
990
+ "target": "c7428d0fd0708f99",
991
+ "targetInput": "expr1"
992
+ },
993
+ {
994
+ "source": "87ebc29863a8583b",
995
+ "sourceOutput": "expr",
996
+ "target": "1e6fbc2c464a2aa5",
997
+ "targetInput": "expr"
998
+ },
999
+ {
1000
+ "source": "4ffb0f6471c637b8",
1001
+ "sourceOutput": "expr",
1002
+ "target": "1c7dbc91d8185c8c",
1003
+ "targetInput": "expr"
1004
+ },
1005
+ {
1006
+ "source": "74b6ff8680044062",
1007
+ "sourceOutput": "expr",
1008
+ "target": "2f12c6824923f74c",
1009
+ "targetInput": "plane"
1010
+ },
1011
+ {
1012
+ "source": "6e35ed7ed13ee364",
1013
+ "sourceOutput": "expr",
1014
+ "target": "2f12c6824923f74c",
1015
+ "targetInput": "apply_height"
1016
+ },
1017
+ {
1018
+ "source": "2f12c6824923f74c",
1019
+ "sourceOutput": "expr",
1020
+ "target": "4ffb0f6471c637b8",
1021
+ "targetInput": "expr"
1022
+ },
1023
+ {
1024
+ "source": "759bc2144a146811",
1025
+ "sourceOutput": "expr",
1026
+ "target": "b17b0b8c36c1bbff",
1027
+ "targetInput": "apply_height"
1028
+ },
1029
+ {
1030
+ "source": "55f91fe5f981a58c",
1031
+ "sourceOutput": "expr",
1032
+ "target": "5ed3eab3f7b41e18",
1033
+ "targetInput": "expr"
1034
+ },
1035
+ {
1036
+ "source": "bd55a55c7a50d9d6",
1037
+ "sourceOutput": "expr",
1038
+ "target": "5ed3eab3f7b41e18",
1039
+ "targetInput": "expr"
1040
+ },
1041
+ {
1042
+ "source": "b17b0b8c36c1bbff",
1043
+ "sourceOutput": "expr",
1044
+ "target": "fbc2e665d98b8866",
1045
+ "targetInput": "expr"
1046
+ },
1047
+ {
1048
+ "source": "fbc2e665d98b8866",
1049
+ "sourceOutput": "expr",
1050
+ "target": "29de5fb099d3dd02",
1051
+ "targetInput": "expr"
1052
+ },
1053
+ {
1054
+ "source": "5ed3eab3f7b41e18",
1055
+ "sourceOutput": "expr",
1056
+ "target": "8c7ac71813d89d77",
1057
+ "targetInput": "expr"
1058
+ },
1059
+ {
1060
+ "source": "2c165ace5f701127",
1061
+ "sourceOutput": "expr",
1062
+ "target": "a32adec5446a0612",
1063
+ "targetInput": "expr"
1064
+ },
1065
+ {
1066
+ "source": "a32adec5446a0612",
1067
+ "sourceOutput": "expr",
1068
+ "target": "88080828b4ffde0d",
1069
+ "targetInput": "expr2"
1070
+ },
1071
+ {
1072
+ "source": "2f12c6824923f74c",
1073
+ "sourceOutput": "expr",
1074
+ "target": "a32adec5446a0612",
1075
+ "targetInput": "expr"
1076
+ },
1077
+ {
1078
+ "source": "b17b0b8c36c1bbff",
1079
+ "sourceOutput": "expr",
1080
+ "target": "a32adec5446a0612",
1081
+ "targetInput": "expr"
1082
+ },
1083
+ {
1084
+ "source": "8a5fc48ee0e156ca",
1085
+ "sourceOutput": "expr",
1086
+ "target": "681faaa75627f458",
1087
+ "targetInput": "expr"
1088
+ },
1089
+ {
1090
+ "source": "aaf327bd051c2b36",
1091
+ "sourceOutput": "expr",
1092
+ "target": "5f00d6c5641e5580",
1093
+ "targetInput": "expr"
1094
+ },
1095
+ {
1096
+ "source": "74b6ff8680044062",
1097
+ "sourceOutput": "expr",
1098
+ "target": "96fdd241b04f4656",
1099
+ "targetInput": "plane"
1100
+ },
1101
+ {
1102
+ "source": "954fee0df8ad404c",
1103
+ "sourceOutput": "expr",
1104
+ "target": "96fdd241b04f4656",
1105
+ "targetInput": "apply_height"
1106
+ },
1107
+ {
1108
+ "source": "96fdd241b04f4656",
1109
+ "sourceOutput": "expr",
1110
+ "target": "aaf327bd051c2b36",
1111
+ "targetInput": "expr"
1112
+ },
1113
+ {
1114
+ "source": "96ccdcb11b443ca6",
1115
+ "sourceOutput": "expr",
1116
+ "target": "5ad74f9c21f29105",
1117
+ "targetInput": "expr"
1118
+ },
1119
+ {
1120
+ "source": "40c8f776be4a3718",
1121
+ "sourceOutput": "expr",
1122
+ "target": "0b35d72950260f64",
1123
+ "targetInput": "apply_height"
1124
+ },
1125
+ {
1126
+ "source": "bfb90d1fcca722b5",
1127
+ "sourceOutput": "expr",
1128
+ "target": "0b35d72950260f64",
1129
+ "targetInput": "plane"
1130
+ },
1131
+ {
1132
+ "source": "0b35d72950260f64",
1133
+ "sourceOutput": "expr",
1134
+ "target": "96ccdcb11b443ca6",
1135
+ "targetInput": "expr"
1136
+ },
1137
+ {
1138
+ "source": "dccf8d482acab84e",
1139
+ "sourceOutput": "expr",
1140
+ "target": "a12c8c11a5c80530",
1141
+ "targetInput": "expr"
1142
+ },
1143
+ {
1144
+ "source": "a12c8c11a5c80530",
1145
+ "sourceOutput": "expr",
1146
+ "target": "c7428d0fd0708f99",
1147
+ "targetInput": "expr2"
1148
+ },
1149
+ {
1150
+ "source": "96fdd241b04f4656",
1151
+ "sourceOutput": "expr",
1152
+ "target": "a12c8c11a5c80530",
1153
+ "targetInput": "expr"
1154
+ },
1155
+ {
1156
+ "source": "0b35d72950260f64",
1157
+ "sourceOutput": "expr",
1158
+ "target": "a12c8c11a5c80530",
1159
+ "targetInput": "expr"
1160
+ },
1161
+ {
1162
+ "source": "681faaa75627f458",
1163
+ "sourceOutput": "expr",
1164
+ "target": "2ff68d61c85401af",
1165
+ "targetInput": "expr"
1166
+ },
1167
+ {
1168
+ "source": "14459d9e3dd8fc06",
1169
+ "sourceOutput": "expr",
1170
+ "target": "2ff68d61c85401af",
1171
+ "targetInput": "expr"
1172
+ },
1173
+ {
1174
+ "source": "8a5fc48ee0e156ca",
1175
+ "sourceOutput": "expr",
1176
+ "target": "8ddc0f30a28f09af",
1177
+ "targetInput": "expr"
1178
+ },
1179
+ {
1180
+ "source": "14459d9e3dd8fc06",
1181
+ "sourceOutput": "expr",
1182
+ "target": "8ddc0f30a28f09af",
1183
+ "targetInput": "expr"
1184
+ },
1185
+ {
1186
+ "source": "d20d577b66adf1d1",
1187
+ "sourceOutput": "expr",
1188
+ "target": "c36ed24763b8618e",
1189
+ "targetInput": "expr"
1190
+ },
1191
+ {
1192
+ "source": "3f30e8ca17567973",
1193
+ "sourceOutput": "expr",
1194
+ "target": "d20d577b66adf1d1",
1195
+ "targetInput": "expr"
1196
+ },
1197
+ {
1198
+ "source": "67a5ec4e226cbe82",
1199
+ "sourceOutput": "expr",
1200
+ "target": "a4aa59430518c791",
1201
+ "targetInput": "expr"
1202
+ },
1203
+ {
1204
+ "source": "f17f09c4cb70ed5f",
1205
+ "sourceOutput": "expr",
1206
+ "target": "67a5ec4e226cbe82",
1207
+ "targetInput": "expr"
1208
+ },
1209
+ {
1210
+ "source": "56a299f46aaea6a8",
1211
+ "sourceOutput": "expr",
1212
+ "target": "ad748269f56ec0d0",
1213
+ "targetInput": "expr"
1214
+ },
1215
+ {
1216
+ "source": "76261b6215007111",
1217
+ "sourceOutput": "expr",
1218
+ "target": "f931281490af8dab",
1219
+ "targetInput": "expr"
1220
+ },
1221
+ {
1222
+ "source": "965dd2195ac1e060",
1223
+ "sourceOutput": "expr",
1224
+ "target": "40c8f776be4a3718",
1225
+ "targetInput": "expr"
1226
+ },
1227
+ {
1228
+ "source": "2b70cd636e9af6bc",
1229
+ "sourceOutput": "expr",
1230
+ "target": "954fee0df8ad404c",
1231
+ "targetInput": "expr"
1232
+ },
1233
+ {
1234
+ "source": "d22fdfd79defcf29",
1235
+ "sourceOutput": "expr",
1236
+ "target": "f7080a3d7686b25c",
1237
+ "targetInput": "expr"
1238
+ },
1239
+ {
1240
+ "source": "f7080a3d7686b25c",
1241
+ "sourceOutput": "expr",
1242
+ "target": "6e35ed7ed13ee364",
1243
+ "targetInput": "expr"
1244
+ },
1245
+ {
1246
+ "source": "839d21a28ab1e169",
1247
+ "sourceOutput": "expr",
1248
+ "target": "b553400e26e3cf13",
1249
+ "targetInput": "expr"
1250
+ },
1251
+ {
1252
+ "source": "b553400e26e3cf13",
1253
+ "sourceOutput": "expr",
1254
+ "target": "f7080a3d7686b25c",
1255
+ "targetInput": "expr"
1256
+ },
1257
+ {
1258
+ "source": "87c23092a55fde31",
1259
+ "sourceOutput": "expr",
1260
+ "target": "b17b0b8c36c1bbff",
1261
+ "targetInput": "plane"
1262
+ },
1263
+ {
1264
+ "source": "8c7ac71813d89d77",
1265
+ "sourceOutput": "expr",
1266
+ "target": "a8d2502572297777",
1267
+ "targetInput": "expr"
1268
+ },
1269
+ {
1270
+ "source": "a8d2502572297777",
1271
+ "sourceOutput": "expr",
1272
+ "target": "759bc2144a146811",
1273
+ "targetInput": "expr"
1274
+ },
1275
+ {
1276
+ "source": "e96f0486d0e7e715",
1277
+ "sourceOutput": "expr",
1278
+ "target": "cae582631fe47c7d",
1279
+ "targetInput": "expr"
1280
+ },
1281
+ {
1282
+ "source": "cae582631fe47c7d",
1283
+ "sourceOutput": "expr",
1284
+ "target": "a8d2502572297777",
1285
+ "targetInput": "expr"
1286
+ },
1287
+ {
1288
+ "source": "c7428d0fd0708f99",
1289
+ "sourceOutput": "expr",
1290
+ "target": "87ebc29863a8583b",
1291
+ "targetInput": "expr"
1292
+ },
1293
+ {
1294
+ "source": "a8d2502572297777",
1295
+ "sourceOutput": "expr",
1296
+ "target": "2b70cd636e9af6bc",
1297
+ "targetInput": "expr"
1298
+ },
1299
+ {
1300
+ "source": "c519bb9fcd0d8cca",
1301
+ "sourceOutput": "expr",
1302
+ "target": "91144b8b29569c3e",
1303
+ "targetInput": "expr"
1304
+ },
1305
+ {
1306
+ "source": "0555bd135ddbfe61",
1307
+ "sourceOutput": "expr",
1308
+ "target": "91144b8b29569c3e",
1309
+ "targetInput": "expr"
1310
+ },
1311
+ {
1312
+ "source": "f7080a3d7686b25c",
1313
+ "sourceOutput": "expr",
1314
+ "target": "965dd2195ac1e060",
1315
+ "targetInput": "expr"
1316
+ },
1317
+ {
1318
+ "source": "2ff68d61c85401af",
1319
+ "sourceOutput": "expr",
1320
+ "target": "4314189c5afe38c7",
1321
+ "targetInput": "expr"
1322
+ },
1323
+ {
1324
+ "source": "8ddc0f30a28f09af",
1325
+ "sourceOutput": "expr",
1326
+ "target": "ba46f535994f548e",
1327
+ "targetInput": "expr"
1328
+ }
1329
+ ],
1330
+ "positions": {
1331
+ "3f30e8ca17567973": {
1332
+ "x": -160,
1333
+ "y": 0
1334
+ },
1335
+ "7c845b46a0a70a11": {
1336
+ "x": -160,
1337
+ "y": -400
1338
+ },
1339
+ "e90d26d51552d8e5": {
1340
+ "x": 360,
1341
+ "y": -400
1342
+ },
1343
+ "64177fd65b3fc888": {
1344
+ "x": 360,
1345
+ "y": -20
1346
+ },
1347
+ "c36ed24763b8618e": {
1348
+ "x": 120,
1349
+ "y": -180
1350
+ },
1351
+ "5e12d0a82b6d9aa2": {
1352
+ "x": 120,
1353
+ "y": -400
1354
+ },
1355
+ "027a10b8b3f448c5": {
1356
+ "x": 780,
1357
+ "y": -400
1358
+ },
1359
+ "f17f09c4cb70ed5f": {
1360
+ "x": 780,
1361
+ "y": 0
1362
+ },
1363
+ "d9616fa1d35680c8": {
1364
+ "x": 1280,
1365
+ "y": -20
1366
+ },
1367
+ "a4aa59430518c791": {
1368
+ "x": 1020,
1369
+ "y": -200
1370
+ },
1371
+ "8c388bb952a786f6": {
1372
+ "x": 1020,
1373
+ "y": -400
1374
+ },
1375
+ "522481602aa797e4": {
1376
+ "x": 1280,
1377
+ "y": -400
1378
+ },
1379
+ "94a0d6690afcb3e6": {
1380
+ "x": -1140,
1381
+ "y": -860
1382
+ },
1383
+ "f1ec02305db0090a": {
1384
+ "x": -900,
1385
+ "y": -860
1386
+ },
1387
+ "91144b8b29569c3e": {
1388
+ "x": -540,
1389
+ "y": -760
1390
+ },
1391
+ "76261b6215007111": {
1392
+ "x": -340,
1393
+ "y": 760
1394
+ },
1395
+ "03b1e65d9fabf087": {
1396
+ "x": -180,
1397
+ "y": 360
1398
+ },
1399
+ "d50f40f0eec99997": {
1400
+ "x": 460,
1401
+ "y": 400
1402
+ },
1403
+ "2c165ace5f701127": {
1404
+ "x": 60,
1405
+ "y": 360
1406
+ },
1407
+ "f931281490af8dab": {
1408
+ "x": 300,
1409
+ "y": 700
1410
+ },
1411
+ "12e41ad52d79753c": {
1412
+ "x": 740,
1413
+ "y": 280
1414
+ },
1415
+ "a1f207201034c356": {
1416
+ "x": -1160,
1417
+ "y": -620
1418
+ },
1419
+ "56a299f46aaea6a8": {
1420
+ "x": 920,
1421
+ "y": 680
1422
+ },
1423
+ "5f474e6a44b02010": {
1424
+ "x": 1080,
1425
+ "y": 280
1426
+ },
1427
+ "ad748269f56ec0d0": {
1428
+ "x": 1560,
1429
+ "y": 660
1430
+ },
1431
+ "dccf8d482acab84e": {
1432
+ "x": 1340,
1433
+ "y": 300
1434
+ },
1435
+ "e67e84c448cb7b4e": {
1436
+ "x": 1600,
1437
+ "y": 380
1438
+ },
1439
+ "ff7027ff61be58b7": {
1440
+ "x": 1820,
1441
+ "y": 300
1442
+ },
1443
+ "e21600622d1cf0f1": {
1444
+ "x": -900,
1445
+ "y": -620
1446
+ },
1447
+ "6780d88b1f429a07": {
1448
+ "x": 660,
1449
+ "y": 1120
1450
+ },
1451
+ "13e59574b4763025": {
1452
+ "x": 660,
1453
+ "y": 1500
1454
+ },
1455
+ "88080828b4ffde0d": {
1456
+ "x": 300,
1457
+ "y": 1420
1458
+ },
1459
+ "1e6fbc2c464a2aa5": {
1460
+ "x": 2040,
1461
+ "y": 880
1462
+ },
1463
+ "c7428d0fd0708f99": {
1464
+ "x": 1420,
1465
+ "y": 1420
1466
+ },
1467
+ "14459d9e3dd8fc06": {
1468
+ "x": -1180,
1469
+ "y": 100
1470
+ },
1471
+ "2ff68d61c85401af": {
1472
+ "x": -580,
1473
+ "y": -60
1474
+ },
1475
+ "8a5fc48ee0e156ca": {
1476
+ "x": -1160,
1477
+ "y": 320
1478
+ },
1479
+ "87ebc29863a8583b": {
1480
+ "x": 1780,
1481
+ "y": 1500
1482
+ },
1483
+ "74b6ff8680044062": {
1484
+ "x": -20,
1485
+ "y": 1660
1486
+ },
1487
+ "6e35ed7ed13ee364": {
1488
+ "x": -20,
1489
+ "y": 2060
1490
+ },
1491
+ "2f12c6824923f74c": {
1492
+ "x": 260,
1493
+ "y": 1740
1494
+ },
1495
+ "4ffb0f6471c637b8": {
1496
+ "x": 500,
1497
+ "y": 2140
1498
+ },
1499
+ "1c7dbc91d8185c8c": {
1500
+ "x": 820,
1501
+ "y": 1880
1502
+ },
1503
+ "d22fdfd79defcf29": {
1504
+ "x": -880,
1505
+ "y": 2160
1506
+ },
1507
+ "55f91fe5f981a58c": {
1508
+ "x": -920,
1509
+ "y": 2460
1510
+ },
1511
+ "bd55a55c7a50d9d6": {
1512
+ "x": -920,
1513
+ "y": 2760
1514
+ },
1515
+ "29de5fb099d3dd02": {
1516
+ "x": 820,
1517
+ "y": 2440
1518
+ },
1519
+ "fbc2e665d98b8866": {
1520
+ "x": 500,
1521
+ "y": 2680
1522
+ },
1523
+ "5ed3eab3f7b41e18": {
1524
+ "x": -220,
1525
+ "y": 2700
1526
+ },
1527
+ "759bc2144a146811": {
1528
+ "x": 440,
1529
+ "y": 3060
1530
+ },
1531
+ "b17b0b8c36c1bbff": {
1532
+ "x": 340,
1533
+ "y": 2560
1534
+ },
1535
+ "c519bb9fcd0d8cca": {
1536
+ "x": -1160,
1537
+ "y": -380
1538
+ },
1539
+ "8c7ac71813d89d77": {
1540
+ "x": 100,
1541
+ "y": 2960
1542
+ },
1543
+ "a32adec5446a0612": {
1544
+ "x": 40,
1545
+ "y": 1480
1546
+ },
1547
+ "681faaa75627f458": {
1548
+ "x": -820,
1549
+ "y": 300
1550
+ },
1551
+ "5f00d6c5641e5580": {
1552
+ "x": 1880,
1553
+ "y": 1820
1554
+ },
1555
+ "aaf327bd051c2b36": {
1556
+ "x": 1620,
1557
+ "y": 2020
1558
+ },
1559
+ "954fee0df8ad404c": {
1560
+ "x": 1400,
1561
+ "y": 2180
1562
+ },
1563
+ "96fdd241b04f4656": {
1564
+ "x": 1400,
1565
+ "y": 1960
1566
+ },
1567
+ "612e691da72ce6cb": {
1568
+ "x": -900,
1569
+ "y": -360
1570
+ },
1571
+ "5ad74f9c21f29105": {
1572
+ "x": 1900,
1573
+ "y": 2400
1574
+ },
1575
+ "96ccdcb11b443ca6": {
1576
+ "x": 1640,
1577
+ "y": 2580
1578
+ },
1579
+ "0b35d72950260f64": {
1580
+ "x": 1360,
1581
+ "y": 2500
1582
+ },
1583
+ "40c8f776be4a3718": {
1584
+ "x": 1380,
1585
+ "y": 2740
1586
+ },
1587
+ "bfb90d1fcca722b5": {
1588
+ "x": 1100,
1589
+ "y": 2420
1590
+ },
1591
+ "965dd2195ac1e060": {
1592
+ "x": 820,
1593
+ "y": 3040
1594
+ },
1595
+ "0555bd135ddbfe61": {
1596
+ "x": -900,
1597
+ "y": -120
1598
+ },
1599
+ "a12c8c11a5c80530": {
1600
+ "x": 1220,
1601
+ "y": 1600
1602
+ },
1603
+ "2b70cd636e9af6bc": {
1604
+ "x": 900,
1605
+ "y": 2240
1606
+ },
1607
+ "ba46f535994f548e": {
1608
+ "x": -240,
1609
+ "y": -880
1610
+ },
1611
+ "8ddc0f30a28f09af": {
1612
+ "x": -440,
1613
+ "y": 160
1614
+ },
1615
+ "d20d577b66adf1d1": {
1616
+ "x": 120,
1617
+ "y": 40
1618
+ },
1619
+ "67a5ec4e226cbe82": {
1620
+ "x": 1020,
1621
+ "y": 20
1622
+ },
1623
+ "839d21a28ab1e169": {
1624
+ "x": -1320,
1625
+ "y": 1860
1626
+ },
1627
+ "b553400e26e3cf13": {
1628
+ "x": -900,
1629
+ "y": 1780
1630
+ },
1631
+ "f7080a3d7686b25c": {
1632
+ "x": -360,
1633
+ "y": 1920
1634
+ },
1635
+ "87c23092a55fde31": {
1636
+ "x": -140,
1637
+ "y": 2340
1638
+ },
1639
+ "e96f0486d0e7e715": {
1640
+ "x": -480,
1641
+ "y": 3300
1642
+ },
1643
+ "cae582631fe47c7d": {
1644
+ "x": -200,
1645
+ "y": 3280
1646
+ },
1647
+ "a8d2502572297777": {
1648
+ "x": 140,
1649
+ "y": 3260
1650
+ },
1651
+ "4314189c5afe38c7": {
1652
+ "x": -480,
1653
+ "y": -380
1654
+ }
1655
+ }
1656
+ },
1657
+ "base_bboxed": {
1658
+ "nodes": [
1659
+ {
1660
+ "id": "e90d26d51552d8e5",
1661
+ "name": "RegisterGeometry",
1662
+ "data": {
1663
+ "name": "mat_1",
1664
+ "bbox": [
1665
+ 2,
1666
+ 4,
1667
+ 2
1668
+ ]
1669
+ }
1670
+ },
1671
+ {
1672
+ "id": "64177fd65b3fc888",
1673
+ "name": "SetMaterial",
1674
+ "data": {
1675
+ "material": [
1676
+ 2
1677
+ ]
1678
+ }
1679
+ },
1680
+ {
1681
+ "id": "5e12d0a82b6d9aa2",
1682
+ "name": "LinkedHeightField3D",
1683
+ "data": {}
1684
+ },
1685
+ {
1686
+ "id": "7c845b46a0a70a11",
1687
+ "name": "Plane3D",
1688
+ "data": {
1689
+ "origin": [
1690
+ 0,
1691
+ 0,
1692
+ 0
1693
+ ],
1694
+ "normal": [
1695
+ 0,
1696
+ 1,
1697
+ 0
1698
+ ]
1699
+ }
1700
+ },
1701
+ {
1702
+ "id": "c36ed24763b8618e",
1703
+ "name": "ApplyHeight",
1704
+ "data": {
1705
+ "height": [
1706
+ 3
1707
+ ]
1708
+ }
1709
+ },
1710
+ {
1711
+ "id": "13de8fd0-4e41-4aa2-a72e-79f199edfe5c",
1712
+ "name": "MarkerNode",
1713
+ "data": {}
1714
+ },
1715
+ {
1716
+ "id": "1ece7a8f-31a7-4e2c-b6b3-7fcc558d8f86",
1717
+ "name": "PolyLine2D",
1718
+ "data": {
1719
+ "points": [
1720
+ [
1721
+ -0.5,
1722
+ -0.5,
1723
+ 0
1724
+ ],
1725
+ [
1726
+ 0.5,
1727
+ -0.5,
1728
+ 0
1729
+ ],
1730
+ [
1731
+ 0.5,
1732
+ 0.5,
1733
+ 0
1734
+ ],
1735
+ [
1736
+ -0.5,
1737
+ 0.5,
1738
+ 0
1739
+ ]
1740
+ ]
1741
+ }
1742
+ },
1743
+ {
1744
+ "id": "522481602aa797e4",
1745
+ "name": "RegisterGeometry",
1746
+ "data": {
1747
+ "name": "mat_2",
1748
+ "bbox": [
1749
+ 2,
1750
+ 4,
1751
+ 2
1752
+ ]
1753
+ }
1754
+ },
1755
+ {
1756
+ "id": "d9616fa1d35680c8",
1757
+ "name": "SetMaterial",
1758
+ "data": {
1759
+ "material": [
1760
+ 3
1761
+ ]
1762
+ }
1763
+ },
1764
+ {
1765
+ "id": "8c388bb952a786f6",
1766
+ "name": "LinkedHeightField3D",
1767
+ "data": {}
1768
+ },
1769
+ {
1770
+ "id": "027a10b8b3f448c5",
1771
+ "name": "Plane3D",
1772
+ "data": {
1773
+ "origin": [
1774
+ 0,
1775
+ 0,
1776
+ 0
1777
+ ],
1778
+ "normal": [
1779
+ 0,
1780
+ 1,
1781
+ 0
1782
+ ]
1783
+ }
1784
+ },
1785
+ {
1786
+ "id": "a4aa59430518c791",
1787
+ "name": "ApplyHeight",
1788
+ "data": {
1789
+ "height": [
1790
+ 3
1791
+ ]
1792
+ }
1793
+ },
1794
+ {
1795
+ "id": "804654f1-3361-4e87-a297-e01c3f30780e",
1796
+ "name": "MarkerNode",
1797
+ "data": {}
1798
+ },
1799
+ {
1800
+ "id": "5b75279a-e3c7-448f-9b59-4c5b89e5dc1b",
1801
+ "name": "PolyLine2D",
1802
+ "data": {
1803
+ "points": [
1804
+ [
1805
+ -0.5,
1806
+ -0.5,
1807
+ 0
1808
+ ],
1809
+ [
1810
+ 0.5,
1811
+ -0.5,
1812
+ 0
1813
+ ],
1814
+ [
1815
+ 0.5,
1816
+ 0.5,
1817
+ 0
1818
+ ],
1819
+ [
1820
+ -0.5,
1821
+ 0.5,
1822
+ 0
1823
+ ]
1824
+ ]
1825
+ }
1826
+ },
1827
+ {
1828
+ "id": "94a0d6690afcb3e6",
1829
+ "name": "NamedGeometry",
1830
+ "data": {
1831
+ "name": "mat_1"
1832
+ }
1833
+ },
1834
+ {
1835
+ "id": "91144b8b29569c3e",
1836
+ "name": "Union",
1837
+ "data": {}
1838
+ },
1839
+ {
1840
+ "id": "f1ec02305db0090a",
1841
+ "name": "NamedGeometry",
1842
+ "data": {
1843
+ "name": "mat_2"
1844
+ }
1845
+ },
1846
+ {
1847
+ "id": "54c15c9972848964",
1848
+ "name": "RegisterState",
1849
+ "data": {
1850
+ "state": [
1851
+ 0
1852
+ ]
1853
+ }
1854
+ },
1855
+ {
1856
+ "id": "2ff68d61c85401af",
1857
+ "name": "Union",
1858
+ "data": {}
1859
+ },
1860
+ {
1861
+ "id": "681faaa75627f458",
1862
+ "name": "Translate3D",
1863
+ "data": {}
1864
+ },
1865
+ {
1866
+ "id": "8a5fc48ee0e156ca",
1867
+ "name": "NamedGeometry",
1868
+ "data": {
1869
+ "name": "main_2"
1870
+ }
1871
+ },
1872
+ {
1873
+ "id": "377c141276236bd8",
1874
+ "name": "UniformVec3",
1875
+ "data": {
1876
+ "min": [
1877
+ -1,
1878
+ -1,
1879
+ -1
1880
+ ],
1881
+ "max": [
1882
+ 0,
1883
+ 0,
1884
+ 0
1885
+ ],
1886
+ "value": [
1887
+ -1,
1888
+ 0,
1889
+ 0
1890
+ ],
1891
+ "name": "uni"
1892
+ }
1893
+ },
1894
+ {
1895
+ "id": "14459d9e3dd8fc06",
1896
+ "name": "NamedGeometry",
1897
+ "data": {
1898
+ "name": "main_1"
1899
+ }
1900
+ },
1901
+ {
1902
+ "id": "12e41ad52d79753c",
1903
+ "name": "RegisterGeometry",
1904
+ "data": {
1905
+ "name": "subtr_1_1",
1906
+ "bbox": [
1907
+ 2,
1908
+ 4,
1909
+ 2
1910
+ ]
1911
+ }
1912
+ },
1913
+ {
1914
+ "id": "d50f40f0eec99997",
1915
+ "name": "SetMaterial",
1916
+ "data": {
1917
+ "material": [
1918
+ 4
1919
+ ]
1920
+ }
1921
+ },
1922
+ {
1923
+ "id": "2c165ace5f701127",
1924
+ "name": "LinkedHeightField3D",
1925
+ "data": {}
1926
+ },
1927
+ {
1928
+ "id": "03b1e65d9fabf087",
1929
+ "name": "Plane3D",
1930
+ "data": {
1931
+ "origin": [
1932
+ 0,
1933
+ 0,
1934
+ 0.6
1935
+ ],
1936
+ "normal": [
1937
+ 0,
1938
+ 0,
1939
+ -1
1940
+ ]
1941
+ }
1942
+ },
1943
+ {
1944
+ "id": "f931281490af8dab",
1945
+ "name": "ApplyHeight",
1946
+ "data": {
1947
+ "height": [
1948
+ 1.2
1949
+ ]
1950
+ }
1951
+ },
1952
+ {
1953
+ "id": "b74dd5b9-a459-4482-814b-347ab122713f",
1954
+ "name": "PolyLine2D",
1955
+ "data": {
1956
+ "points": [
1957
+ [
1958
+ 0.5,
1959
+ 0.699999988079071,
1960
+ 0
1961
+ ],
1962
+ [
1963
+ 0.5,
1964
+ 0.25,
1965
+ 0
1966
+ ],
1967
+ [
1968
+ 1.2999999523162842,
1969
+ -0.05000000074505806,
1970
+ 0
1971
+ ],
1972
+ [
1973
+ 1.399999976158142,
1974
+ 0.05000000074505806,
1975
+ 0
1976
+ ],
1977
+ [
1978
+ 2.5,
1979
+ -0.25,
1980
+ 0
1981
+ ],
1982
+ [
1983
+ 2.6500000953674316,
1984
+ -0.25,
1985
+ 0
1986
+ ],
1987
+ [
1988
+ 2.6500000953674316,
1989
+ -0.699999988079071,
1990
+ 0
1991
+ ],
1992
+ [
1993
+ 3.0999999046325684,
1994
+ -0.699999988079071,
1995
+ 0
1996
+ ],
1997
+ [
1998
+ 3.0999999046325684,
1999
+ 0.699999988079071,
2000
+ 0
2001
+ ]
2002
+ ]
2003
+ }
2004
+ },
2005
+ {
2006
+ "id": "a1f207201034c356",
2007
+ "name": "NamedGeometry",
2008
+ "data": {
2009
+ "name": "subtr_1_2"
2010
+ }
2011
+ },
2012
+ {
2013
+ "id": "ff7027ff61be58b7",
2014
+ "name": "RegisterGeometry",
2015
+ "data": {
2016
+ "name": "subtr_2_1",
2017
+ "bbox": [
2018
+ 2,
2019
+ 4,
2020
+ 2
2021
+ ]
2022
+ }
2023
+ },
2024
+ {
2025
+ "id": "e67e84c448cb7b4e",
2026
+ "name": "SetMaterial",
2027
+ "data": {
2028
+ "material": [
2029
+ 4
2030
+ ]
2031
+ }
2032
+ },
2033
+ {
2034
+ "id": "dccf8d482acab84e",
2035
+ "name": "LinkedHeightField3D",
2036
+ "data": {}
2037
+ },
2038
+ {
2039
+ "id": "5f474e6a44b02010",
2040
+ "name": "Plane3D",
2041
+ "data": {
2042
+ "origin": [
2043
+ 0,
2044
+ 0,
2045
+ 0.6
2046
+ ],
2047
+ "normal": [
2048
+ 0,
2049
+ 0,
2050
+ -1
2051
+ ]
2052
+ }
2053
+ },
2054
+ {
2055
+ "id": "ad748269f56ec0d0",
2056
+ "name": "ApplyHeight",
2057
+ "data": {
2058
+ "height": [
2059
+ 1.2
2060
+ ]
2061
+ }
2062
+ },
2063
+ {
2064
+ "id": "0802d936-2d8c-4e64-bf44-9b851915a1ae",
2065
+ "name": "PolyLine2D",
2066
+ "data": {
2067
+ "points": [
2068
+ [
2069
+ 0.3499999940395355,
2070
+ 0.699999988079071,
2071
+ 0
2072
+ ],
2073
+ [
2074
+ 0.3499999940395355,
2075
+ 0.25,
2076
+ 0
2077
+ ],
2078
+ [
2079
+ 0.5,
2080
+ 0.25,
2081
+ 0
2082
+ ],
2083
+ [
2084
+ 1.2999999523162842,
2085
+ -0.05000000074505806,
2086
+ 0
2087
+ ],
2088
+ [
2089
+ 1.399999976158142,
2090
+ 0.05000000074505806,
2091
+ 0
2092
+ ],
2093
+ [
2094
+ 2.5,
2095
+ -0.25,
2096
+ 0
2097
+ ],
2098
+ [
2099
+ 2.5,
2100
+ -0.699999988079071,
2101
+ 0
2102
+ ],
2103
+ [
2104
+ -0.10000000149011612,
2105
+ -0.699999988079071,
2106
+ 0
2107
+ ],
2108
+ [
2109
+ -0.10000000149011612,
2110
+ 0.699999988079071,
2111
+ 0
2112
+ ]
2113
+ ]
2114
+ }
2115
+ },
2116
+ {
2117
+ "id": "e21600622d1cf0f1",
2118
+ "name": "NamedGeometry",
2119
+ "data": {
2120
+ "name": "subtr_2_1"
2121
+ }
2122
+ },
2123
+ {
2124
+ "id": "42329819-8caa-4930-b4bb-cc69440b1404",
2125
+ "name": "RegisterGeometryBeta",
2126
+ "data": {
2127
+ "name": "main_1",
2128
+ "bbox_scale": [
2129
+ 0.5,
2130
+ 1.3250000476837158,
2131
+ 0.5
2132
+ ],
2133
+ "bbox_origin": [
2134
+ 0,
2135
+ 1.3250000476837158,
2136
+ 0
2137
+ ]
2138
+ }
2139
+ },
2140
+ {
2141
+ "id": "13e59574b4763025",
2142
+ "name": "SetMaterial",
2143
+ "data": {
2144
+ "material": [
2145
+ 2
2146
+ ]
2147
+ }
2148
+ },
2149
+ {
2150
+ "id": "88080828b4ffde0d",
2151
+ "name": "Difference",
2152
+ "data": {}
2153
+ },
2154
+ {
2155
+ "id": "a32adec5446a0612",
2156
+ "name": "Union",
2157
+ "data": {}
2158
+ },
2159
+ {
2160
+ "id": "2f12c6824923f74c",
2161
+ "name": "LinkedHeightField3D",
2162
+ "data": {}
2163
+ },
2164
+ {
2165
+ "id": "74b6ff8680044062",
2166
+ "name": "Plane3D",
2167
+ "data": {
2168
+ "origin": [
2169
+ 0.6,
2170
+ 0,
2171
+ 0
2172
+ ],
2173
+ "normal": [
2174
+ -1,
2175
+ 0,
2176
+ 0
2177
+ ]
2178
+ }
2179
+ },
2180
+ {
2181
+ "id": "6e35ed7ed13ee364",
2182
+ "name": "ApplyHeight",
2183
+ "data": {
2184
+ "height": [
2185
+ 0.35
2186
+ ]
2187
+ }
2188
+ },
2189
+ {
2190
+ "id": "5060b4a2-b6bf-4839-8819-2db91e980cc9",
2191
+ "name": "PolyLine2D",
2192
+ "data": {
2193
+ "points": [
2194
+ [
2195
+ -0.3499999940395355,
2196
+ 0.125,
2197
+ 0
2198
+ ],
2199
+ [
2200
+ -0.6000000238418579,
2201
+ 0.125,
2202
+ 0
2203
+ ],
2204
+ [
2205
+ -0.6000000238418579,
2206
+ -0.125,
2207
+ 0
2208
+ ],
2209
+ [
2210
+ -0.3499999940395355,
2211
+ -0.125,
2212
+ 0
2213
+ ]
2214
+ ]
2215
+ }
2216
+ },
2217
+ {
2218
+ "id": "b17b0b8c36c1bbff",
2219
+ "name": "LinkedHeightField3D",
2220
+ "data": {}
2221
+ },
2222
+ {
2223
+ "id": "759bc2144a146811",
2224
+ "name": "ApplyHeight",
2225
+ "data": {
2226
+ "height": [
2227
+ 1.2
2228
+ ]
2229
+ }
2230
+ },
2231
+ {
2232
+ "id": "cb417719-091e-490a-9923-8a6885faac86",
2233
+ "name": "Union",
2234
+ "data": {}
2235
+ },
2236
+ {
2237
+ "id": "1f8a73ba-72f9-42df-91d9-9097334fe1e9",
2238
+ "name": "PolyLine2D",
2239
+ "data": {
2240
+ "points": [
2241
+ [
2242
+ -2.5,
2243
+ 0.6000000238418579,
2244
+ 0
2245
+ ],
2246
+ [
2247
+ -2.75,
2248
+ 0.6000000238418579,
2249
+ 0
2250
+ ],
2251
+ [
2252
+ -2.75,
2253
+ 0.125,
2254
+ 0
2255
+ ],
2256
+ [
2257
+ -2.5,
2258
+ 0.125,
2259
+ 0
2260
+ ]
2261
+ ]
2262
+ }
2263
+ },
2264
+ {
2265
+ "id": "d229fa4f-e998-4b36-bbb9-e5af38a433e9",
2266
+ "name": "PolyLine2D",
2267
+ "data": {
2268
+ "points": [
2269
+ [
2270
+ -2.5,
2271
+ -0.6000000238418579,
2272
+ 0
2273
+ ],
2274
+ [
2275
+ -2.75,
2276
+ -0.6000000238418579,
2277
+ 0
2278
+ ],
2279
+ [
2280
+ -2.75,
2281
+ -0.125,
2282
+ 0
2283
+ ],
2284
+ [
2285
+ -2.5,
2286
+ -0.125,
2287
+ 0
2288
+ ]
2289
+ ]
2290
+ }
2291
+ },
2292
+ {
2293
+ "id": "3b1bbf7e-719f-477c-b9f4-a31b53d905d0",
2294
+ "name": "RegisterGeometryBeta",
2295
+ "data": {
2296
+ "name": "main_2",
2297
+ "bbox_scale": [
2298
+ 0.5,
2299
+ 1.3250000029802322,
2300
+ 0.5
2301
+ ],
2302
+ "bbox_origin": [
2303
+ 0,
2304
+ 1.6749999970197678,
2305
+ 0
2306
+ ]
2307
+ }
2308
+ },
2309
+ {
2310
+ "id": "87ebc29863a8583b",
2311
+ "name": "SetMaterial",
2312
+ "data": {
2313
+ "material": [
2314
+ 3
2315
+ ]
2316
+ }
2317
+ },
2318
+ {
2319
+ "id": "c7428d0fd0708f99",
2320
+ "name": "Difference",
2321
+ "data": {}
2322
+ },
2323
+ {
2324
+ "id": "a12c8c11a5c80530",
2325
+ "name": "Union",
2326
+ "data": {}
2327
+ },
2328
+ {
2329
+ "id": "96fdd241b04f4656",
2330
+ "name": "LinkedHeightField3D",
2331
+ "data": {}
2332
+ },
2333
+ {
2334
+ "id": "954fee0df8ad404c",
2335
+ "name": "ApplyHeight",
2336
+ "data": {
2337
+ "height": [
2338
+ 1.2
2339
+ ]
2340
+ }
2341
+ },
2342
+ {
2343
+ "id": "d70daad1-8c45-4549-b5e2-f46eb6d0f6ec",
2344
+ "name": "Union",
2345
+ "data": {}
2346
+ },
2347
+ {
2348
+ "id": "22cfdec9-1f8f-45e7-a5c8-40fb15959bc2",
2349
+ "name": "PolyLine2D",
2350
+ "data": {
2351
+ "points": [
2352
+ [
2353
+ -0.25,
2354
+ 0.6000000238418579,
2355
+ 0
2356
+ ],
2357
+ [
2358
+ -0.5,
2359
+ 0.6000000238418579,
2360
+ 0
2361
+ ],
2362
+ [
2363
+ -0.5,
2364
+ 0.125,
2365
+ 0
2366
+ ],
2367
+ [
2368
+ -0.25,
2369
+ 0.125,
2370
+ 0
2371
+ ]
2372
+ ]
2373
+ }
2374
+ },
2375
+ {
2376
+ "id": "0bf11c36-9cdf-47e7-b683-4354e2337f3a",
2377
+ "name": "PolyLine2D",
2378
+ "data": {
2379
+ "points": [
2380
+ [
2381
+ -0.25,
2382
+ -0.6000000238418579,
2383
+ 0
2384
+ ],
2385
+ [
2386
+ -0.5,
2387
+ -0.6000000238418579,
2388
+ 0
2389
+ ],
2390
+ [
2391
+ -0.5,
2392
+ -0.125,
2393
+ 0
2394
+ ],
2395
+ [
2396
+ -0.25,
2397
+ -0.125,
2398
+ 0
2399
+ ]
2400
+ ]
2401
+ }
2402
+ },
2403
+ {
2404
+ "id": "0b35d72950260f64",
2405
+ "name": "LinkedHeightField3D",
2406
+ "data": {}
2407
+ },
2408
+ {
2409
+ "id": "bfb90d1fcca722b5",
2410
+ "name": "Plane3D",
2411
+ "data": {
2412
+ "origin": [
2413
+ -0.6,
2414
+ 0,
2415
+ 0
2416
+ ],
2417
+ "normal": [
2418
+ 1,
2419
+ 0,
2420
+ 0
2421
+ ]
2422
+ }
2423
+ },
2424
+ {
2425
+ "id": "40c8f776be4a3718",
2426
+ "name": "ApplyHeight",
2427
+ "data": {
2428
+ "height": [
2429
+ 0.35
2430
+ ]
2431
+ }
2432
+ },
2433
+ {
2434
+ "id": "20d56ca6-5d52-4c47-9d15-bd6206d7c5b1",
2435
+ "name": "PolyLine2D",
2436
+ "data": {
2437
+ "points": [
2438
+ [
2439
+ 2.6500000953674316,
2440
+ 0.125,
2441
+ 0
2442
+ ],
2443
+ [
2444
+ 2.4000000953674316,
2445
+ 0.125,
2446
+ 0
2447
+ ],
2448
+ [
2449
+ 2.4000000953674316,
2450
+ -0.125,
2451
+ 0
2452
+ ],
2453
+ [
2454
+ 2.6500000953674316,
2455
+ -0.125,
2456
+ 0
2457
+ ]
2458
+ ]
2459
+ }
2460
+ },
2461
+ {
2462
+ "id": "1c7dbc91d8185c8c",
2463
+ "name": "RegisterGeometry",
2464
+ "data": {
2465
+ "name": "subtr_1_2",
2466
+ "bbox": [
2467
+ 2,
2468
+ 4,
2469
+ 2
2470
+ ]
2471
+ }
2472
+ },
2473
+ {
2474
+ "id": "4ffb0f6471c637b8",
2475
+ "name": "SetMaterial",
2476
+ "data": {
2477
+ "material": [
2478
+ 4
2479
+ ]
2480
+ }
2481
+ },
2482
+ {
2483
+ "id": "29de5fb099d3dd02",
2484
+ "name": "RegisterGeometry",
2485
+ "data": {
2486
+ "name": "subtr_1_3",
2487
+ "bbox": [
2488
+ 2,
2489
+ 4,
2490
+ 2
2491
+ ]
2492
+ }
2493
+ },
2494
+ {
2495
+ "id": "fbc2e665d98b8866",
2496
+ "name": "SetMaterial",
2497
+ "data": {
2498
+ "material": [
2499
+ 5
2500
+ ]
2501
+ }
2502
+ },
2503
+ {
2504
+ "id": "c519bb9fcd0d8cca",
2505
+ "name": "NamedGeometry",
2506
+ "data": {
2507
+ "name": "subtr_1_3"
2508
+ }
2509
+ },
2510
+ {
2511
+ "id": "5f00d6c5641e5580",
2512
+ "name": "RegisterGeometry",
2513
+ "data": {
2514
+ "name": "subtr_2_2",
2515
+ "bbox": [
2516
+ 2,
2517
+ 4,
2518
+ 2
2519
+ ]
2520
+ }
2521
+ },
2522
+ {
2523
+ "id": "aaf327bd051c2b36",
2524
+ "name": "SetMaterial",
2525
+ "data": {
2526
+ "material": [
2527
+ 4
2528
+ ]
2529
+ }
2530
+ },
2531
+ {
2532
+ "id": "612e691da72ce6cb",
2533
+ "name": "NamedGeometry",
2534
+ "data": {
2535
+ "name": "subtr_2_2"
2536
+ }
2537
+ },
2538
+ {
2539
+ "id": "5ad74f9c21f29105",
2540
+ "name": "RegisterGeometry",
2541
+ "data": {
2542
+ "name": "subtr_2_3",
2543
+ "bbox": [
2544
+ 2,
2545
+ 4,
2546
+ 2
2547
+ ]
2548
+ }
2549
+ },
2550
+ {
2551
+ "id": "96ccdcb11b443ca6",
2552
+ "name": "SetMaterial",
2553
+ "data": {
2554
+ "material": [
2555
+ 4
2556
+ ]
2557
+ }
2558
+ },
2559
+ {
2560
+ "id": "0555bd135ddbfe61",
2561
+ "name": "NamedGeometry",
2562
+ "data": {
2563
+ "name": "subtr_2_3"
2564
+ }
2565
+ },
2566
+ {
2567
+ "id": "ba46f535994f548e",
2568
+ "name": "RegisterState",
2569
+ "data": {
2570
+ "state": [
2571
+ 1
2572
+ ]
2573
+ }
2574
+ },
2575
+ {
2576
+ "id": "8ddc0f30a28f09af",
2577
+ "name": "Union",
2578
+ "data": {}
2579
+ }
2580
+ ],
2581
+ "connections": [
2582
+ {
2583
+ "source": "64177fd65b3fc888",
2584
+ "sourceOutput": "expr",
2585
+ "target": "e90d26d51552d8e5",
2586
+ "targetInput": "expr"
2587
+ },
2588
+ {
2589
+ "source": "5e12d0a82b6d9aa2",
2590
+ "sourceOutput": "expr",
2591
+ "target": "64177fd65b3fc888",
2592
+ "targetInput": "expr"
2593
+ },
2594
+ {
2595
+ "source": "5e12d0a82b6d9aa2",
2596
+ "sourceOutput": "expr",
2597
+ "target": "88080828b4ffde0d",
2598
+ "targetInput": "expr1"
2599
+ },
2600
+ {
2601
+ "source": "7c845b46a0a70a11",
2602
+ "sourceOutput": "expr",
2603
+ "target": "5e12d0a82b6d9aa2",
2604
+ "targetInput": "plane"
2605
+ },
2606
+ {
2607
+ "source": "c36ed24763b8618e",
2608
+ "sourceOutput": "expr",
2609
+ "target": "5e12d0a82b6d9aa2",
2610
+ "targetInput": "apply_height"
2611
+ },
2612
+ {
2613
+ "source": "13de8fd0-4e41-4aa2-a72e-79f199edfe5c",
2614
+ "sourceOutput": "expr",
2615
+ "target": "c36ed24763b8618e",
2616
+ "targetInput": "expr"
2617
+ },
2618
+ {
2619
+ "source": "1ece7a8f-31a7-4e2c-b6b3-7fcc558d8f86",
2620
+ "sourceOutput": "expr",
2621
+ "target": "13de8fd0-4e41-4aa2-a72e-79f199edfe5c",
2622
+ "targetInput": "expr"
2623
+ },
2624
+ {
2625
+ "source": "d9616fa1d35680c8",
2626
+ "sourceOutput": "expr",
2627
+ "target": "522481602aa797e4",
2628
+ "targetInput": "expr"
2629
+ },
2630
+ {
2631
+ "source": "8c388bb952a786f6",
2632
+ "sourceOutput": "expr",
2633
+ "target": "d9616fa1d35680c8",
2634
+ "targetInput": "expr"
2635
+ },
2636
+ {
2637
+ "source": "8c388bb952a786f6",
2638
+ "sourceOutput": "expr",
2639
+ "target": "c7428d0fd0708f99",
2640
+ "targetInput": "expr1"
2641
+ },
2642
+ {
2643
+ "source": "027a10b8b3f448c5",
2644
+ "sourceOutput": "expr",
2645
+ "target": "8c388bb952a786f6",
2646
+ "targetInput": "plane"
2647
+ },
2648
+ {
2649
+ "source": "a4aa59430518c791",
2650
+ "sourceOutput": "expr",
2651
+ "target": "8c388bb952a786f6",
2652
+ "targetInput": "apply_height"
2653
+ },
2654
+ {
2655
+ "source": "804654f1-3361-4e87-a297-e01c3f30780e",
2656
+ "sourceOutput": "expr",
2657
+ "target": "a4aa59430518c791",
2658
+ "targetInput": "expr"
2659
+ },
2660
+ {
2661
+ "source": "5b75279a-e3c7-448f-9b59-4c5b89e5dc1b",
2662
+ "sourceOutput": "expr",
2663
+ "target": "804654f1-3361-4e87-a297-e01c3f30780e",
2664
+ "targetInput": "expr"
2665
+ },
2666
+ {
2667
+ "source": "f1ec02305db0090a",
2668
+ "sourceOutput": "expr",
2669
+ "target": "91144b8b29569c3e",
2670
+ "targetInput": "expr"
2671
+ },
2672
+ {
2673
+ "source": "2ff68d61c85401af",
2674
+ "sourceOutput": "expr",
2675
+ "target": "54c15c9972848964",
2676
+ "targetInput": "expr"
2677
+ },
2678
+ {
2679
+ "source": "681faaa75627f458",
2680
+ "sourceOutput": "expr",
2681
+ "target": "2ff68d61c85401af",
2682
+ "targetInput": "expr"
2683
+ },
2684
+ {
2685
+ "source": "8a5fc48ee0e156ca",
2686
+ "sourceOutput": "expr",
2687
+ "target": "681faaa75627f458",
2688
+ "targetInput": "expr"
2689
+ },
2690
+ {
2691
+ "source": "8a5fc48ee0e156ca",
2692
+ "sourceOutput": "expr",
2693
+ "target": "8ddc0f30a28f09af",
2694
+ "targetInput": "expr"
2695
+ },
2696
+ {
2697
+ "source": "377c141276236bd8",
2698
+ "sourceOutput": "expr",
2699
+ "target": "681faaa75627f458",
2700
+ "targetInput": "param"
2701
+ },
2702
+ {
2703
+ "source": "14459d9e3dd8fc06",
2704
+ "sourceOutput": "expr",
2705
+ "target": "2ff68d61c85401af",
2706
+ "targetInput": "expr"
2707
+ },
2708
+ {
2709
+ "source": "14459d9e3dd8fc06",
2710
+ "sourceOutput": "expr",
2711
+ "target": "8ddc0f30a28f09af",
2712
+ "targetInput": "expr"
2713
+ },
2714
+ {
2715
+ "source": "d50f40f0eec99997",
2716
+ "sourceOutput": "expr",
2717
+ "target": "12e41ad52d79753c",
2718
+ "targetInput": "expr"
2719
+ },
2720
+ {
2721
+ "source": "2c165ace5f701127",
2722
+ "sourceOutput": "expr",
2723
+ "target": "d50f40f0eec99997",
2724
+ "targetInput": "expr"
2725
+ },
2726
+ {
2727
+ "source": "2c165ace5f701127",
2728
+ "sourceOutput": "expr",
2729
+ "target": "a32adec5446a0612",
2730
+ "targetInput": "expr"
2731
+ },
2732
+ {
2733
+ "source": "03b1e65d9fabf087",
2734
+ "sourceOutput": "expr",
2735
+ "target": "2c165ace5f701127",
2736
+ "targetInput": "plane"
2737
+ },
2738
+ {
2739
+ "source": "f931281490af8dab",
2740
+ "sourceOutput": "expr",
2741
+ "target": "2c165ace5f701127",
2742
+ "targetInput": "apply_height"
2743
+ },
2744
+ {
2745
+ "source": "b74dd5b9-a459-4482-814b-347ab122713f",
2746
+ "sourceOutput": "expr",
2747
+ "target": "f931281490af8dab",
2748
+ "targetInput": "expr"
2749
+ },
2750
+ {
2751
+ "source": "e67e84c448cb7b4e",
2752
+ "sourceOutput": "expr",
2753
+ "target": "ff7027ff61be58b7",
2754
+ "targetInput": "expr"
2755
+ },
2756
+ {
2757
+ "source": "dccf8d482acab84e",
2758
+ "sourceOutput": "expr",
2759
+ "target": "e67e84c448cb7b4e",
2760
+ "targetInput": "expr"
2761
+ },
2762
+ {
2763
+ "source": "dccf8d482acab84e",
2764
+ "sourceOutput": "expr",
2765
+ "target": "a12c8c11a5c80530",
2766
+ "targetInput": "expr"
2767
+ },
2768
+ {
2769
+ "source": "5f474e6a44b02010",
2770
+ "sourceOutput": "expr",
2771
+ "target": "dccf8d482acab84e",
2772
+ "targetInput": "plane"
2773
+ },
2774
+ {
2775
+ "source": "ad748269f56ec0d0",
2776
+ "sourceOutput": "expr",
2777
+ "target": "dccf8d482acab84e",
2778
+ "targetInput": "apply_height"
2779
+ },
2780
+ {
2781
+ "source": "0802d936-2d8c-4e64-bf44-9b851915a1ae",
2782
+ "sourceOutput": "expr",
2783
+ "target": "ad748269f56ec0d0",
2784
+ "targetInput": "expr"
2785
+ },
2786
+ {
2787
+ "source": "13e59574b4763025",
2788
+ "sourceOutput": "expr",
2789
+ "target": "42329819-8caa-4930-b4bb-cc69440b1404",
2790
+ "targetInput": "expr"
2791
+ },
2792
+ {
2793
+ "source": "88080828b4ffde0d",
2794
+ "sourceOutput": "expr",
2795
+ "target": "13e59574b4763025",
2796
+ "targetInput": "expr"
2797
+ },
2798
+ {
2799
+ "source": "a32adec5446a0612",
2800
+ "sourceOutput": "expr",
2801
+ "target": "88080828b4ffde0d",
2802
+ "targetInput": "expr2"
2803
+ },
2804
+ {
2805
+ "source": "2f12c6824923f74c",
2806
+ "sourceOutput": "expr",
2807
+ "target": "4ffb0f6471c637b8",
2808
+ "targetInput": "expr"
2809
+ },
2810
+ {
2811
+ "source": "2f12c6824923f74c",
2812
+ "sourceOutput": "expr",
2813
+ "target": "a32adec5446a0612",
2814
+ "targetInput": "expr"
2815
+ },
2816
+ {
2817
+ "source": "74b6ff8680044062",
2818
+ "sourceOutput": "expr",
2819
+ "target": "2f12c6824923f74c",
2820
+ "targetInput": "plane"
2821
+ },
2822
+ {
2823
+ "source": "74b6ff8680044062",
2824
+ "sourceOutput": "expr",
2825
+ "target": "b17b0b8c36c1bbff",
2826
+ "targetInput": "plane"
2827
+ },
2828
+ {
2829
+ "source": "74b6ff8680044062",
2830
+ "sourceOutput": "expr",
2831
+ "target": "96fdd241b04f4656",
2832
+ "targetInput": "plane"
2833
+ },
2834
+ {
2835
+ "source": "6e35ed7ed13ee364",
2836
+ "sourceOutput": "expr",
2837
+ "target": "2f12c6824923f74c",
2838
+ "targetInput": "apply_height"
2839
+ },
2840
+ {
2841
+ "source": "5060b4a2-b6bf-4839-8819-2db91e980cc9",
2842
+ "sourceOutput": "expr",
2843
+ "target": "6e35ed7ed13ee364",
2844
+ "targetInput": "expr"
2845
+ },
2846
+ {
2847
+ "source": "b17b0b8c36c1bbff",
2848
+ "sourceOutput": "expr",
2849
+ "target": "fbc2e665d98b8866",
2850
+ "targetInput": "expr"
2851
+ },
2852
+ {
2853
+ "source": "b17b0b8c36c1bbff",
2854
+ "sourceOutput": "expr",
2855
+ "target": "a32adec5446a0612",
2856
+ "targetInput": "expr"
2857
+ },
2858
+ {
2859
+ "source": "759bc2144a146811",
2860
+ "sourceOutput": "expr",
2861
+ "target": "b17b0b8c36c1bbff",
2862
+ "targetInput": "apply_height"
2863
+ },
2864
+ {
2865
+ "source": "cb417719-091e-490a-9923-8a6885faac86",
2866
+ "sourceOutput": "expr",
2867
+ "target": "759bc2144a146811",
2868
+ "targetInput": "expr"
2869
+ },
2870
+ {
2871
+ "source": "1f8a73ba-72f9-42df-91d9-9097334fe1e9",
2872
+ "sourceOutput": "expr",
2873
+ "target": "cb417719-091e-490a-9923-8a6885faac86",
2874
+ "targetInput": "expr"
2875
+ },
2876
+ {
2877
+ "source": "d229fa4f-e998-4b36-bbb9-e5af38a433e9",
2878
+ "sourceOutput": "expr",
2879
+ "target": "cb417719-091e-490a-9923-8a6885faac86",
2880
+ "targetInput": "expr"
2881
+ },
2882
+ {
2883
+ "source": "87ebc29863a8583b",
2884
+ "sourceOutput": "expr",
2885
+ "target": "3b1bbf7e-719f-477c-b9f4-a31b53d905d0",
2886
+ "targetInput": "expr"
2887
+ },
2888
+ {
2889
+ "source": "c7428d0fd0708f99",
2890
+ "sourceOutput": "expr",
2891
+ "target": "87ebc29863a8583b",
2892
+ "targetInput": "expr"
2893
+ },
2894
+ {
2895
+ "source": "a12c8c11a5c80530",
2896
+ "sourceOutput": "expr",
2897
+ "target": "c7428d0fd0708f99",
2898
+ "targetInput": "expr2"
2899
+ },
2900
+ {
2901
+ "source": "96fdd241b04f4656",
2902
+ "sourceOutput": "expr",
2903
+ "target": "aaf327bd051c2b36",
2904
+ "targetInput": "expr"
2905
+ },
2906
+ {
2907
+ "source": "96fdd241b04f4656",
2908
+ "sourceOutput": "expr",
2909
+ "target": "a12c8c11a5c80530",
2910
+ "targetInput": "expr"
2911
+ },
2912
+ {
2913
+ "source": "954fee0df8ad404c",
2914
+ "sourceOutput": "expr",
2915
+ "target": "96fdd241b04f4656",
2916
+ "targetInput": "apply_height"
2917
+ },
2918
+ {
2919
+ "source": "d70daad1-8c45-4549-b5e2-f46eb6d0f6ec",
2920
+ "sourceOutput": "expr",
2921
+ "target": "954fee0df8ad404c",
2922
+ "targetInput": "expr"
2923
+ },
2924
+ {
2925
+ "source": "22cfdec9-1f8f-45e7-a5c8-40fb15959bc2",
2926
+ "sourceOutput": "expr",
2927
+ "target": "d70daad1-8c45-4549-b5e2-f46eb6d0f6ec",
2928
+ "targetInput": "expr"
2929
+ },
2930
+ {
2931
+ "source": "0bf11c36-9cdf-47e7-b683-4354e2337f3a",
2932
+ "sourceOutput": "expr",
2933
+ "target": "d70daad1-8c45-4549-b5e2-f46eb6d0f6ec",
2934
+ "targetInput": "expr"
2935
+ },
2936
+ {
2937
+ "source": "0b35d72950260f64",
2938
+ "sourceOutput": "expr",
2939
+ "target": "96ccdcb11b443ca6",
2940
+ "targetInput": "expr"
2941
+ },
2942
+ {
2943
+ "source": "0b35d72950260f64",
2944
+ "sourceOutput": "expr",
2945
+ "target": "a12c8c11a5c80530",
2946
+ "targetInput": "expr"
2947
+ },
2948
+ {
2949
+ "source": "bfb90d1fcca722b5",
2950
+ "sourceOutput": "expr",
2951
+ "target": "0b35d72950260f64",
2952
+ "targetInput": "plane"
2953
+ },
2954
+ {
2955
+ "source": "40c8f776be4a3718",
2956
+ "sourceOutput": "expr",
2957
+ "target": "0b35d72950260f64",
2958
+ "targetInput": "apply_height"
2959
+ },
2960
+ {
2961
+ "source": "20d56ca6-5d52-4c47-9d15-bd6206d7c5b1",
2962
+ "sourceOutput": "expr",
2963
+ "target": "40c8f776be4a3718",
2964
+ "targetInput": "expr"
2965
+ },
2966
+ {
2967
+ "source": "4ffb0f6471c637b8",
2968
+ "sourceOutput": "expr",
2969
+ "target": "1c7dbc91d8185c8c",
2970
+ "targetInput": "expr"
2971
+ },
2972
+ {
2973
+ "source": "fbc2e665d98b8866",
2974
+ "sourceOutput": "expr",
2975
+ "target": "29de5fb099d3dd02",
2976
+ "targetInput": "expr"
2977
+ },
2978
+ {
2979
+ "source": "aaf327bd051c2b36",
2980
+ "sourceOutput": "expr",
2981
+ "target": "5f00d6c5641e5580",
2982
+ "targetInput": "expr"
2983
+ },
2984
+ {
2985
+ "source": "96ccdcb11b443ca6",
2986
+ "sourceOutput": "expr",
2987
+ "target": "5ad74f9c21f29105",
2988
+ "targetInput": "expr"
2989
+ },
2990
+ {
2991
+ "source": "8ddc0f30a28f09af",
2992
+ "sourceOutput": "expr",
2993
+ "target": "ba46f535994f548e",
2994
+ "targetInput": "expr"
2995
+ }
2996
+ ],
2997
+ "positions": {
2998
+ "e90d26d51552d8e5": {
2999
+ "x": 2780,
3000
+ "y": 20
3001
+ },
3002
+ "64177fd65b3fc888": {
3003
+ "x": 2540,
3004
+ "y": 280
3005
+ },
3006
+ "5e12d0a82b6d9aa2": {
3007
+ "x": 2140,
3008
+ "y": 380
3009
+ },
3010
+ "7c845b46a0a70a11": {
3011
+ "x": 1520,
3012
+ "y": 440
3013
+ },
3014
+ "c36ed24763b8618e": {
3015
+ "x": 1520,
3016
+ "y": 860
3017
+ },
3018
+ "13de8fd0-4e41-4aa2-a72e-79f199edfe5c": {
3019
+ "x": 1120,
3020
+ "y": 940
3021
+ },
3022
+ "1ece7a8f-31a7-4e2c-b6b3-7fcc558d8f86": {
3023
+ "x": 700,
3024
+ "y": 980
3025
+ },
3026
+ "522481602aa797e4": {
3027
+ "x": 2780,
3028
+ "y": 2820
3029
+ },
3030
+ "d9616fa1d35680c8": {
3031
+ "x": 2540,
3032
+ "y": 3100
3033
+ },
3034
+ "8c388bb952a786f6": {
3035
+ "x": 2140,
3036
+ "y": 3180
3037
+ },
3038
+ "027a10b8b3f448c5": {
3039
+ "x": 1520,
3040
+ "y": 3060
3041
+ },
3042
+ "a4aa59430518c791": {
3043
+ "x": 1520,
3044
+ "y": 3740
3045
+ },
3046
+ "804654f1-3361-4e87-a297-e01c3f30780e": {
3047
+ "x": 1120,
3048
+ "y": 3820
3049
+ },
3050
+ "5b75279a-e3c7-448f-9b59-4c5b89e5dc1b": {
3051
+ "x": 700,
3052
+ "y": 3860
3053
+ },
3054
+ "94a0d6690afcb3e6": {
3055
+ "x": 100,
3056
+ "y": 4480
3057
+ },
3058
+ "91144b8b29569c3e": {
3059
+ "x": 700,
3060
+ "y": 3200
3061
+ },
3062
+ "f1ec02305db0090a": {
3063
+ "x": 180,
3064
+ "y": 3240
3065
+ },
3066
+ "54c15c9972848964": {
3067
+ "x": 1520,
3068
+ "y": 5240
3069
+ },
3070
+ "2ff68d61c85401af": {
3071
+ "x": 1120,
3072
+ "y": 5340
3073
+ },
3074
+ "681faaa75627f458": {
3075
+ "x": 760,
3076
+ "y": 5580
3077
+ },
3078
+ "8a5fc48ee0e156ca": {
3079
+ "x": 180,
3080
+ "y": 4220
3081
+ },
3082
+ "377c141276236bd8": {
3083
+ "x": 180,
3084
+ "y": 5660
3085
+ },
3086
+ "14459d9e3dd8fc06": {
3087
+ "x": 180,
3088
+ "y": 5200
3089
+ },
3090
+ "12e41ad52d79753c": {
3091
+ "x": 2540,
3092
+ "y": 2480
3093
+ },
3094
+ "d50f40f0eec99997": {
3095
+ "x": 2140,
3096
+ "y": 2760
3097
+ },
3098
+ "2c165ace5f701127": {
3099
+ "x": 1520,
3100
+ "y": 2860
3101
+ },
3102
+ "03b1e65d9fabf087": {
3103
+ "x": 1120,
3104
+ "y": 2740
3105
+ },
3106
+ "f931281490af8dab": {
3107
+ "x": 1120,
3108
+ "y": 3260
3109
+ },
3110
+ "b74dd5b9-a459-4482-814b-347ab122713f": {
3111
+ "x": 700,
3112
+ "y": 3360
3113
+ },
3114
+ "a1f207201034c356": {
3115
+ "x": 100,
3116
+ "y": 4700
3117
+ },
3118
+ "ff7027ff61be58b7": {
3119
+ "x": 2540,
3120
+ "y": 4260
3121
+ },
3122
+ "e67e84c448cb7b4e": {
3123
+ "x": 2140,
3124
+ "y": 4520
3125
+ },
3126
+ "dccf8d482acab84e": {
3127
+ "x": 1520,
3128
+ "y": 4400
3129
+ },
3130
+ "5f474e6a44b02010": {
3131
+ "x": 1120,
3132
+ "y": 4280
3133
+ },
3134
+ "ad748269f56ec0d0": {
3135
+ "x": 1120,
3136
+ "y": 4700
3137
+ },
3138
+ "0802d936-2d8c-4e64-bf44-9b851915a1ae": {
3139
+ "x": 700,
3140
+ "y": 4780
3141
+ },
3142
+ "e21600622d1cf0f1": {
3143
+ "x": 100,
3144
+ "y": 1960
3145
+ },
3146
+ "42329819-8caa-4930-b4bb-cc69440b1404": {
3147
+ "x": 3000,
3148
+ "y": 720
3149
+ },
3150
+ "13e59574b4763025": {
3151
+ "x": 2780,
3152
+ "y": 1140
3153
+ },
3154
+ "88080828b4ffde0d": {
3155
+ "x": 2540,
3156
+ "y": 1240
3157
+ },
3158
+ "a32adec5446a0612": {
3159
+ "x": 2140,
3160
+ "y": 1660
3161
+ },
3162
+ "2f12c6824923f74c": {
3163
+ "x": 1520,
3164
+ "y": 1560
3165
+ },
3166
+ "74b6ff8680044062": {
3167
+ "x": 1120,
3168
+ "y": 1540
3169
+ },
3170
+ "6e35ed7ed13ee364": {
3171
+ "x": 1120,
3172
+ "y": 1960
3173
+ },
3174
+ "5060b4a2-b6bf-4839-8819-2db91e980cc9": {
3175
+ "x": 700,
3176
+ "y": 2040
3177
+ },
3178
+ "b17b0b8c36c1bbff": {
3179
+ "x": 1520,
3180
+ "y": 1100
3181
+ },
3182
+ "759bc2144a146811": {
3183
+ "x": 1120,
3184
+ "y": 1220
3185
+ },
3186
+ "cb417719-091e-490a-9923-8a6885faac86": {
3187
+ "x": 780,
3188
+ "y": 1300
3189
+ },
3190
+ "1f8a73ba-72f9-42df-91d9-9097334fe1e9": {
3191
+ "x": 20,
3192
+ "y": 1280
3193
+ },
3194
+ "d229fa4f-e998-4b36-bbb9-e5af38a433e9": {
3195
+ "x": 20,
3196
+ "y": 1580
3197
+ },
3198
+ "3b1bbf7e-719f-477c-b9f4-a31b53d905d0": {
3199
+ "x": 3000,
3200
+ "y": 3560
3201
+ },
3202
+ "87ebc29863a8583b": {
3203
+ "x": 2780,
3204
+ "y": 3980
3205
+ },
3206
+ "c7428d0fd0708f99": {
3207
+ "x": 2540,
3208
+ "y": 4080
3209
+ },
3210
+ "a12c8c11a5c80530": {
3211
+ "x": 2140,
3212
+ "y": 4140
3213
+ },
3214
+ "96fdd241b04f4656": {
3215
+ "x": 1520,
3216
+ "y": 2320
3217
+ },
3218
+ "954fee0df8ad404c": {
3219
+ "x": 1120,
3220
+ "y": 2420
3221
+ },
3222
+ "d70daad1-8c45-4549-b5e2-f46eb6d0f6ec": {
3223
+ "x": 780,
3224
+ "y": 2500
3225
+ },
3226
+ "22cfdec9-1f8f-45e7-a5c8-40fb15959bc2": {
3227
+ "x": 20,
3228
+ "y": 2700
3229
+ },
3230
+ "0bf11c36-9cdf-47e7-b683-4354e2337f3a": {
3231
+ "x": 20,
3232
+ "y": 2400
3233
+ },
3234
+ "0b35d72950260f64": {
3235
+ "x": 1520,
3236
+ "y": 5620
3237
+ },
3238
+ "bfb90d1fcca722b5": {
3239
+ "x": 1120,
3240
+ "y": 5500
3241
+ },
3242
+ "40c8f776be4a3718": {
3243
+ "x": 1120,
3244
+ "y": 5920
3245
+ },
3246
+ "20d56ca6-5d52-4c47-9d15-bd6206d7c5b1": {
3247
+ "x": 700,
3248
+ "y": 6000
3249
+ },
3250
+ "1c7dbc91d8185c8c": {
3251
+ "x": 2540,
3252
+ "y": 1480
3253
+ },
3254
+ "4ffb0f6471c637b8": {
3255
+ "x": 2140,
3256
+ "y": 1440
3257
+ },
3258
+ "29de5fb099d3dd02": {
3259
+ "x": 2540,
3260
+ "y": 620
3261
+ },
3262
+ "fbc2e665d98b8866": {
3263
+ "x": 2140,
3264
+ "y": 1020
3265
+ },
3266
+ "c519bb9fcd0d8cca": {
3267
+ "x": 100,
3268
+ "y": 5420
3269
+ },
3270
+ "5f00d6c5641e5580": {
3271
+ "x": 2540,
3272
+ "y": 1960
3273
+ },
3274
+ "aaf327bd051c2b36": {
3275
+ "x": 2140,
3276
+ "y": 2220
3277
+ },
3278
+ "612e691da72ce6cb": {
3279
+ "x": 100,
3280
+ "y": 4940
3281
+ },
3282
+ "5ad74f9c21f29105": {
3283
+ "x": 2540,
3284
+ "y": 5260
3285
+ },
3286
+ "96ccdcb11b443ca6": {
3287
+ "x": 2140,
3288
+ "y": 5540
3289
+ },
3290
+ "0555bd135ddbfe61": {
3291
+ "x": 100,
3292
+ "y": 3020
3293
+ },
3294
+ "ba46f535994f548e": {
3295
+ "x": 1120,
3296
+ "y": 4080
3297
+ },
3298
+ "8ddc0f30a28f09af": {
3299
+ "x": 780,
3300
+ "y": 4180
3301
+ }
3302
+ }
3303
+ }
3304
+ }
3305
+ }
joints/CJ_DT/info.json ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Daimochi Tsugi",
3
+ "type": "Connection Joint",
4
+ "n_parts": 2,
5
+ "assembly_steps": 1
6
+ }
joints/CJ_DT/meshes/base/0.stl ADDED
Binary file (3.28 kB). View file
 
joints/CJ_DT/meshes/base/1.stl ADDED
Binary file (4.38 kB). View file
 
joints/CJ_DT/meshes/mill/0.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11df92f235919ff0de00ba53d7e3eb1da1dea607cffbcf173ec4e35cd64fffc7
3
+ size 209184
joints/CJ_DT/meshes/mill/1.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed3913a5e3d15286937eebe23eacf3f0a2be7b8a16b537644eb5acdcb2ec3faa
3
+ size 207284
joints/CJ_DT/meshes/odf/0.stl ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29c8f164c1ef3800458291fb2aa32d2eac7f4bb62d4db319f38783bfc3acca6c
3
+ size 585084