diff --git a/text-to-cad/models/cad-router-v1/.connecting_rod.step.glb b/text-to-cad/models/cad-router-v1/.connecting_rod.step.glb index b8df57e..842e3cd 100644 --- a/text-to-cad/models/cad-router-v1/.connecting_rod.step.glb +++ b/text-to-cad/models/cad-router-v1/.connecting_rod.step.glb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f6d40602e8bb5b7271e2c2138ab60ab42452cafc89296039d1b7c4eae57ea837 -size 272516 +oid sha256:c700334a2ce498d4d00629721cdba2292fc7bb556d12f3c7eb1db5e4b3d20f2b +size 620196 diff --git a/text-to-cad/models/cad-router-v1/cad-task.json b/text-to-cad/models/cad-router-v1/cad-task.json index 33f40b9..41217c8 100644 --- a/text-to-cad/models/cad-router-v1/cad-task.json +++ b/text-to-cad/models/cad-router-v1/cad-task.json @@ -1,14 +1,17 @@ { "schema_version": "1.0", - "request": "生成中心距120mm、大头孔36mm、小头孔20mm、厚14mm的发动机连杆,导出STEP和STL,后续可以修改参数", + "request": "Modify the existing build123d connecting rod from the CAD Viewer selection: add a 2 mm wide blind slot along the selected segment on face f18, regenerate STEP, STL, and CAD Viewer mesh/topology assets.", "route": { "selected_backend": "build123d", "runner_skill": "cad", + "project": "text-to-cad", "confidence": "high", "fallback_order": [ "simplecadapi", "cadam" ], + "operation": "modify", + "modification_strategy": "native_parameter_editing", "decision_path": "route-decision.json" }, "source": { @@ -26,7 +29,11 @@ "role": "secondary" }, { - "path": "connecting_rod_20260722T071141Z.png", + "path": ".connecting_rod.step.glb", + "role": "viewer_mesh_topology" + }, + { + "path": "connecting_rod_slot_review_20260723T100007Z.png", "role": "verification_snapshot" } ], @@ -38,57 +45,74 @@ "small_end_outer_diameter_mm": 36.0, "small_end_bore_diameter_mm": 20.0, "web_width_mm": 24.0, - "pocket_depth_each_side_mm": 3.0 + "pocket_depth_each_side_mm": 3.0, + "viewer_slot_start_mm": [ + -28.73179347578467, + -0.3844822039559189 + ], + "viewer_slot_end_mm": [ + 24.36043904920138, + -0.24367243243227724 + ], + "viewer_slot_surface_z_mm": 11.0, + "viewer_slot_width_mm": 2.0, + "viewer_slot_blind_depth_mm": 2.0, + "viewer_slot_bottom_z_mm": 9.0 + }, + "experience": { + "library": "../../../cad-experience-library/library.json", + "context_kind": "generalized_cad_experience_query", + "methods_applied": [] }, "assumptions": [ + "The selected face f18 is the existing top-pocket floor at z=11 mm, so the blind slot cuts inward into the material from z=11 mm down to z=9 mm.", + "The CAD edit intent marks depth as blind but does not provide a numeric depth, so a conservative 2 mm blind depth was used.", "This V1 sample demonstrates routing and editability rather than a production-rated engine component.", "Material, fatigue loads, bearing fits, lubrication, fasteners, tolerances, and split big-end construction are intentionally out of scope." ], "validation": [ { - "check": "closed solid count", - "result": 1, + "check": "STEP generation from editable source", + "result": "scripts/cad step regenerated connecting_rod.step, connecting_rod.stl, and hidden CAD Viewer GLB/topology assets from connecting_rod.py.", "status": "pass" }, { - "check": "bounding box millimeters", - "result": [ - 166.0, - 56.0, - 14.0 - ], - "status": "pass" - }, - { - "check": "volume cubic millimeters", - "result": 50729.813, - "status": "pass" - }, - { - "check": "bore radii millimeters", - "result": [ - 10.0, - 18.0 - ], - "status": "pass" - }, - { - "check": "STEP topology", + "check": "closed solid topology", "result": { + "kind": "part", "shape_count": 1, - "face_count": 18, - "edge_count": 42, - "warnings": [] + "face_count": 23, + "edge_count": 54, + "bounds_mm": [ + 165.978199, + 55.977382, + 14.0 + ] }, "status": "pass" }, { - "check": "isometric snapshot review", - "result": "Both bores, the connected web, and the top pocket are visibly present; no disconnected body is visible.", + "check": "selected-face slot placement", + "result": "Original selected face f18 remains the top-pocket floor at z=11 mm; new slot bottom face f23 is centered at [-2.185677, -0.314077, 9.0].", + "status": "pass" + }, + { + "check": "blind slot depth", + "result": "Slot side faces span z=9.0 mm to z=11.0 mm.", + "status": "pass" + }, + { + "check": "slot width", + "result": "Slot end faces are cylinders with radius 1.0 mm, matching the requested 2.0 mm slot width.", + "status": "pass" + }, + { + "check": "snapshot review", + "result": "Isometric snapshot shows the connecting rod, existing top pocket, and the new narrow blind slot without visible breakage or disconnected geometry.", "status": "pass" } ], "viewer_links": [ - "http://127.0.0.1:4178/?dir=%2FUsers%2Fjerry%2Flinkhand%2FCadSet%2Ftext-to-cad%2Fmodels%2Fcad-router-v1&file=connecting_rod.step" + "http://127.0.0.1:5175/?dir=%2FUsers%2Flk%2FProjects%2FcadSet%2Ftext-to-cad%2Fmodels%2Fcad-router-v1&file=connecting_rod.step" ] } diff --git a/text-to-cad/models/cad-router-v1/connecting_rod.py b/text-to-cad/models/cad-router-v1/connecting_rod.py index 203fde8..965a74f 100644 --- a/text-to-cad/models/cad-router-v1/connecting_rod.py +++ b/text-to-cad/models/cad-router-v1/connecting_rod.py @@ -1,6 +1,21 @@ """Parametric V1 connecting-rod sample routed to the build123d backend.""" -from build123d import Align, Box, BuildPart, BuildSketch, Cylinder, Location, Locations, Mode, Plane, SlotOverall, extrude +from math import atan2, degrees, hypot + +from build123d import ( + Align, + Box, + BuildPart, + BuildSketch, + Cylinder, + Location, + Locations, + Mode, + Plane, + SlotOverall, + extrude, + fillet, +) CENTER_DISTANCE = 120.0 @@ -16,6 +31,61 @@ POCKET_LENGTH = 72.0 POCKET_WIDTH = 12.0 POCKET_DEPTH = 3.0 +VIEWER_SLOT_START = (-28.73179347578467, -0.3844822039559189) +VIEWER_SLOT_END = (24.36043904920138, -0.24367243243227724) +VIEWER_SLOT_SURFACE_Z = THICKNESS - POCKET_DEPTH +VIEWER_SLOT_WIDTH = 2.0 +VIEWER_SLOT_BLIND_DEPTH = 2.0 +VIEWER_EDGE_E14_FILLET_RADIUS = 1.0 +VIEWER_HOLE_CENTER = (-22.122781376227962, -9.435525387895417) +VIEWER_HOLE_DIAMETER = 6.0 +VIEWER_HOLE_BLIND_DEPTH = 6.0 +VIEWER_HOLE_SURFACE_Z = THICKNESS +VIEWER_HOLE_BOOLEAN_OVERTRAVEL = 0.2 + +VIEWER_SLOT_CENTER = ( + (VIEWER_SLOT_START[0] + VIEWER_SLOT_END[0]) / 2.0, + (VIEWER_SLOT_START[1] + VIEWER_SLOT_END[1]) / 2.0, +) +VIEWER_SLOT_LENGTH = hypot( + VIEWER_SLOT_END[0] - VIEWER_SLOT_START[0], + VIEWER_SLOT_END[1] - VIEWER_SLOT_START[1], +) +VIEWER_SLOT_ROTATION = degrees( + atan2( + VIEWER_SLOT_END[1] - VIEWER_SLOT_START[1], + VIEWER_SLOT_END[0] - VIEWER_SLOT_START[0], + ) +) + + +def _viewer_edge_e14(part): + """Select the big-end top outer edge selected in CAD Viewer as e14.""" + selected_edges = [] + for edge in part.edges(): + try: + edge_radius = edge.radius + edge_center = edge.arc_center + edge_normal = edge.normal() + except Exception: + continue + + if abs(edge_radius - BIG_END_OUTER_DIAMETER / 2.0) > 0.05: + continue + if abs(edge_center.X + CENTER_DISTANCE / 2.0) > 0.05: + continue + if abs(edge_center.Y) > 0.05: + continue + if abs(edge_center.Z - THICKNESS) > 0.05: + continue + if abs(edge_normal.Z) < 1.0 - 1e-4: + continue + selected_edges.append(edge) + + if len(selected_edges) != 1: + raise RuntimeError(f"Expected one viewer-selected e14 edge, found {len(selected_edges)}") + return selected_edges + def gen_step(): """Return a closed, STEP-ready connecting-rod solid in millimeters.""" @@ -67,6 +137,32 @@ def gen_step(): SlotOverall(width=POCKET_LENGTH, height=POCKET_WIDTH) extrude(amount=POCKET_DEPTH, mode=Mode.SUBTRACT) + with BuildSketch(Plane.XY.offset(VIEWER_SLOT_SURFACE_Z - VIEWER_SLOT_BLIND_DEPTH)): + with Locations(Location((VIEWER_SLOT_CENTER[0], VIEWER_SLOT_CENTER[1], 0.0))): + SlotOverall( + width=VIEWER_SLOT_LENGTH, + height=VIEWER_SLOT_WIDTH, + rotation=VIEWER_SLOT_ROTATION, + ) + extrude(amount=VIEWER_SLOT_BLIND_DEPTH, mode=Mode.SUBTRACT) + + with Locations( + Location( + ( + VIEWER_HOLE_CENTER[0], + VIEWER_HOLE_CENTER[1], + VIEWER_HOLE_SURFACE_Z - VIEWER_HOLE_BLIND_DEPTH, + ) + ) + ): + Cylinder( + radius=VIEWER_HOLE_DIAMETER / 2.0, + height=VIEWER_HOLE_BLIND_DEPTH + VIEWER_HOLE_BOOLEAN_OVERTRAVEL, + align=(Align.CENTER, Align.CENTER, Align.MIN), + mode=Mode.SUBTRACT, + ) + result = rod.part + result = fillet(_viewer_edge_e14(result), radius=VIEWER_EDGE_E14_FILLET_RADIUS) result.label = "cad_router_v1_connecting_rod" return result diff --git a/text-to-cad/models/cad-router-v1/connecting_rod.step b/text-to-cad/models/cad-router-v1/connecting_rod.step index 8059800..5cf3cef 100644 --- a/text-to-cad/models/cad-router-v1/connecting_rod.step +++ b/text-to-cad/models/cad-router-v1/connecting_rod.step @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:dd2f9e2b68a1532355ee9dfa3beeed68a45a7f80a7ee8cde337bf98f2a862e39 -size 59424 +oid sha256:f6e173c83544840d033051a94c0bb36ab2b022739fb77f6974efb044bc1c355f +size 100940 diff --git a/text-to-cad/models/cad-router-v1/connecting_rod.stl b/text-to-cad/models/cad-router-v1/connecting_rod.stl index 6a40a8d..f432102 100644 --- a/text-to-cad/models/cad-router-v1/connecting_rod.stl +++ b/text-to-cad/models/cad-router-v1/connecting_rod.stl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:ebd98280ce7315da81702632aa76ca81c2d65dcaf57d02feaee718743a0665bc -size 72884 +oid sha256:b27ccfdc60cec8c1a1311dfc5e180991abce7c9d35da5dbfa063398afb595d77 +size 193784 diff --git a/text-to-cad/models/cad-router-v1/flange_8x_m3/.flange_8x_m3.step.glb b/text-to-cad/models/cad-router-v1/flange_8x_m3/.flange_8x_m3.step.glb index a336692..1b25410 100644 --- a/text-to-cad/models/cad-router-v1/flange_8x_m3/.flange_8x_m3.step.glb +++ b/text-to-cad/models/cad-router-v1/flange_8x_m3/.flange_8x_m3.step.glb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d2cfd804123b3ec890cec1516cd83dd0b41afd6d9164ce58bfd0d9a7295423d7 -size 452344 +oid sha256:6b6d7b53e4b4a5541b193872341a3dbfebe1c3573f6cb9de80baf51fda282246 +size 764920 diff --git a/text-to-cad/models/cad-router-v1/flange_8x_m3/cad-task.json b/text-to-cad/models/cad-router-v1/flange_8x_m3/cad-task.json index 0cf271e..c742834 100644 --- a/text-to-cad/models/cad-router-v1/flange_8x_m3/cad-task.json +++ b/text-to-cad/models/cad-router-v1/flange_8x_m3/cad-task.json @@ -1,21 +1,13 @@ { "schema_version": "1.0", - "request": "参考图片生成一个8孔圆法兰,中心孔直径20毫米,外径50毫米,厚度4毫米,螺丝孔使用M3", + "request": "参考图片生成一个8孔圆法兰,中心孔直径20毫米,外径50毫米,厚度4毫米,螺丝孔使用M3;根据 viewer 选中的几何位置添加2x2、直径2毫米、8毫米间距的贯穿孔阵列、一个3毫米贯穿沉头孔,以及一个10x6x1毫米矩形口袋", "route": { "selected_backend": "build123d", "runner_skill": "cad", "project": "text-to-cad", - "fallback_order": [ - "simplecadapi", - "cadam" - ], - "workflow_profiles": [ - "requirement_refinement", - "visual_repair" - ], - "downstream_skills": [ - "cad-viewer" - ] + "fallback_order": ["simplecadapi", "cadam"], + "workflow_profiles": ["requirement_refinement", "visual_repair", "source_modification"], + "downstream_skills": ["cad-viewer"] }, "source": { "path": "flange_8x_m3.py", @@ -30,6 +22,10 @@ { "path": "flange_8x_m3.stl", "role": "secondary" + }, + { + "path": ".flange_8x_m3.step.glb", + "role": "viewer_mesh_topology" } ], "parameters": { @@ -39,12 +35,37 @@ "bolt_hole_count": 8, "bolt_hole_diameter_mm": 3.4, "bolt_circle_diameter_mm": 40.0, - "angular_spacing_deg": 45.0 + "angular_spacing_deg": 45.0, + "viewer_pattern_center_mm": [8.077088362294017, 15.744119598589815], + "viewer_pattern_hole_diameter_mm": 2.0, + "viewer_pattern_rows": 2, + "viewer_pattern_columns": 2, + "viewer_pattern_pitch_x_mm": 8.0, + "viewer_pattern_pitch_y_mm": 8.0, + "viewer_pattern_depth": "through", + "viewer_pattern_hole_centers_mm": [ + [4.077088362294017, 11.744119598589815], + [12.077088362294017, 11.744119598589815], + [4.077088362294017, 19.744119598589815], + [12.077088362294017, 19.744119598589815] + ], + "viewer_countersink_center_mm": [-14.6034432889167, -4.110394299469192], + "viewer_countersink_hole_diameter_mm": 3.0, + "viewer_countersink_diameter_mm": 6.0, + "viewer_countersink_angle_deg": 90.0, + "viewer_countersink_depth": "through", + "viewer_pocket_center_mm": [6.197199513379157, -14.374353062530322], + "viewer_pocket_shape": "rectangle", + "viewer_pocket_width_mm": 10.0, + "viewer_pocket_height_mm": 6.0, + "viewer_pocket_depth_mm": 1.0, + "viewer_pocket_bottom_z_mm": 3.0 }, "assumptions": [ "M3螺丝孔按普通间隙通孔处理,孔径采用3.4毫米,不是M3攻丝底孔。", "未指定分度圆,采用40毫米分度圆,以保持孔到外圆约3.3毫米的最小径向边距。", - "参考图中的车削纹理作为外观参考,不生成削弱4毫米薄法兰的深槽。" + "参考图中的车削纹理作为外观参考,不生成削弱4毫米薄法兰的深槽。", + "矩形口袋按 surface_xy 对齐全局 XY,沿选中面法向进入材料,深度1毫米。" ], "validation": [ { @@ -54,15 +75,32 @@ "step_valid": true, "solid_count": 1, "exact_size_mm": [50.0, 50.0, 4.0], + "topology_faces": 24, + "topology_edges": 62, "m3_clearance_hole_count": 8, "m3_clearance_hole_diameter_mm": 3.4, - "bolt_circle_diameter_mm": 40.0, - "angular_spacing_deg": 45.0, - "visual_review": "passed_iso_opposite_top_front" + "viewer_pattern_hole_count": 4, + "viewer_pattern_hole_diameter_mm": 2.0, + "viewer_countersink_hole_diameter_mm": 3.0, + "viewer_countersink_diameter_mm": 6.0, + "viewer_countersink_angle_deg": 90.0, + "viewer_pocket_bottom_center_mm": [6.197199513379157, -14.374353062530322, 3.0], + "viewer_pocket_bottom_size_mm": [10.0, 6.0], + "viewer_pocket_depth_mm": 1.0, + "viewer_mesh_topology": ".flange_8x_m3.step.glb", + "visual_review": "passed_viewer_pocket_top" + } + }, + { + "path": "review/viewer_pocket_top_20260724T031341Z.png", + "status": "passed", + "checks": { + "snapshot_camera": "top", + "pocket_visible": true } } ], "viewer_links": [ - "http://127.0.0.1:4178/?dir=%2FUsers%2Fjerry%2Flinkhand%2FCadSet%2Ftext-to-cad%2Fmodels%2Fcad-router-v1%2Fflange_8x_m3&file=flange_8x_m3.step" + "http://127.0.0.1:5174/?dir=%2FUsers%2Flk%2FProjects%2FcadSet%2Ftext-to-cad%2Fmodels%2Fcad-router-v1%2Fflange_8x_m3&file=flange_8x_m3.step" ] } diff --git a/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.py b/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.py index 2f71b1a..4dc358c 100644 --- a/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.py +++ b/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.py @@ -1,8 +1,8 @@ """Parametric eight-hole circular flange generated with build123d.""" -from math import cos, radians, sin +from math import cos, radians, sin, tan -from build123d import Align, BuildPart, Cylinder, Location, Locations, Mode +from build123d import Align, Box, BuildPart, Cone, Cylinder, Location, Locations, Mode OUTER_DIAMETER_MM = 50.0 @@ -11,6 +11,32 @@ THICKNESS_MM = 4.0 BOLT_HOLE_COUNT = 8 M3_CLEARANCE_DIAMETER_MM = 3.4 BOLT_CIRCLE_DIAMETER_MM = 40.0 +M4_THREAD_SPEC = "M4" +M4_TAP_DRILL_DIAMETER_MM = 3.3 +M4_THREAD_DEPTH_MM = 6.0 +M4_THREAD_HOLE_CENTER_MM = (-6.104359972902419, -13.137483558259564) +M4_THREAD_HOLE_FACE_Z_MM = THICKNESS_MM +M4_THREAD_HOLE_DIRECTION = (0.0, 0.0, -1.0) +VIEWER_PATTERN_CENTER_MM = (8.077088362294017, 15.744119598589815) +VIEWER_PATTERN_HOLE_DIAMETER_MM = 2.0 +VIEWER_PATTERN_ROWS = 2 +VIEWER_PATTERN_COLUMNS = 2 +VIEWER_PATTERN_PITCH_X_MM = 8.0 +VIEWER_PATTERN_PITCH_Y_MM = 8.0 +VIEWER_PATTERN_FACE_Z_MM = THICKNESS_MM +VIEWER_PATTERN_DIRECTION = (0.0, 0.0, -1.0) +VIEWER_COUNTERSINK_CENTER_MM = (-14.6034432889167, -4.110394299469192) +VIEWER_COUNTERSINK_HOLE_DIAMETER_MM = 3.0 +VIEWER_COUNTERSINK_DIAMETER_MM = 6.0 +VIEWER_COUNTERSINK_ANGLE_DEG = 90.0 +VIEWER_COUNTERSINK_FACE_Z_MM = THICKNESS_MM +VIEWER_COUNTERSINK_DIRECTION = (0.0, 0.0, -1.0) +VIEWER_POCKET_CENTER_MM = (6.197199513379157, -14.374353062530322) +VIEWER_POCKET_WIDTH_MM = 10.0 +VIEWER_POCKET_HEIGHT_MM = 6.0 +VIEWER_POCKET_DEPTH_MM = 1.0 +VIEWER_POCKET_FACE_Z_MM = THICKNESS_MM +VIEWER_POCKET_DIRECTION = (0.0, 0.0, -1.0) def polar_point(radius: float, angle_degrees: float) -> tuple[float, float]: @@ -46,6 +72,65 @@ def gen_step(): mode=Mode.SUBTRACT, ) + m4_x_pos, m4_y_pos = M4_THREAD_HOLE_CENTER_MM + m4_cut_depth = min(M4_THREAD_DEPTH_MM, THICKNESS_MM) + with Locations(Location((m4_x_pos, m4_y_pos, M4_THREAD_HOLE_FACE_Z_MM - m4_cut_depth))): + Cylinder( + radius=M4_TAP_DRILL_DIAMETER_MM / 2.0, + height=m4_cut_depth + 1.0, + align=(Align.CENTER, Align.CENTER, Align.MIN), + mode=Mode.SUBTRACT, + ) + + pattern_center_x, pattern_center_y = VIEWER_PATTERN_CENTER_MM + pattern_start_x = pattern_center_x - (VIEWER_PATTERN_COLUMNS - 1) * VIEWER_PATTERN_PITCH_X_MM / 2.0 + pattern_start_y = pattern_center_y - (VIEWER_PATTERN_ROWS - 1) * VIEWER_PATTERN_PITCH_Y_MM / 2.0 + for row_index in range(VIEWER_PATTERN_ROWS): + for column_index in range(VIEWER_PATTERN_COLUMNS): + hole_x = pattern_start_x + column_index * VIEWER_PATTERN_PITCH_X_MM + hole_y = pattern_start_y + row_index * VIEWER_PATTERN_PITCH_Y_MM + with Locations(Location((hole_x, hole_y, -1.0))): + Cylinder( + radius=VIEWER_PATTERN_HOLE_DIAMETER_MM / 2.0, + height=THICKNESS_MM + 2.0, + align=(Align.CENTER, Align.CENTER, Align.MIN), + mode=Mode.SUBTRACT, + ) + + countersink_x, countersink_y = VIEWER_COUNTERSINK_CENTER_MM + countersink_radius = VIEWER_COUNTERSINK_DIAMETER_MM / 2.0 + countersink_through_radius = VIEWER_COUNTERSINK_HOLE_DIAMETER_MM / 2.0 + countersink_depth = ( + countersink_radius - countersink_through_radius + ) / tan(radians(VIEWER_COUNTERSINK_ANGLE_DEG / 2.0)) + with Locations(Location((countersink_x, countersink_y, -1.0))): + Cylinder( + radius=countersink_through_radius, + height=THICKNESS_MM + 2.0, + align=(Align.CENTER, Align.CENTER, Align.MIN), + mode=Mode.SUBTRACT, + ) + with Locations( + Location((countersink_x, countersink_y, VIEWER_COUNTERSINK_FACE_Z_MM - countersink_depth)) + ): + Cone( + countersink_through_radius, + countersink_radius, + countersink_depth + 0.05, + align=(Align.CENTER, Align.CENTER, Align.MIN), + mode=Mode.SUBTRACT, + ) + + pocket_x, pocket_y = VIEWER_POCKET_CENTER_MM + with Locations(Location((pocket_x, pocket_y, VIEWER_POCKET_FACE_Z_MM - VIEWER_POCKET_DEPTH_MM))): + Box( + VIEWER_POCKET_WIDTH_MM, + VIEWER_POCKET_HEIGHT_MM, + VIEWER_POCKET_DEPTH_MM + 0.05, + align=(Align.CENTER, Align.CENTER, Align.MIN), + mode=Mode.SUBTRACT, + ) + part = flange.part - part.label = "flange_8x_m3_clearance" + part.label = "flange_8x_m3_clearance_with_m4_tapped_hole_viewer_pattern_countersink_and_pocket" return part diff --git a/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.step b/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.step index f09da23..ecb66c5 100644 --- a/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.step +++ b/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.step @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:a068efb8225efaca7ee471945c6a28c69e719c97a19a8bedb546d4e83f869b99 -size 40331 +oid sha256:61149949a1a0c05016ed89c9437c29836955a75fc068bc399a8414a698a355ee +size 82511 diff --git a/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.stl b/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.stl index f1f6e84..5294ceb 100644 --- a/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.stl +++ b/text-to-cad/models/cad-router-v1/flange_8x_m3/flange_8x_m3.stl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:426036f9f3cb24a61c2da40cc127f37f0592354ee84191635db08bddeeb84606 -size 127684 +oid sha256:c7b4d2bec243cd2f276228f24b8293aef1563fcf4af685c848b943477c159559 +size 217984 diff --git a/text-to-cad/models/cad-router-v1/flange_8x_m3/validation.json b/text-to-cad/models/cad-router-v1/flange_8x_m3/validation.json index ea79473..dc4a2d3 100644 --- a/text-to-cad/models/cad-router-v1/flange_8x_m3/validation.json +++ b/text-to-cad/models/cad-router-v1/flange_8x_m3/validation.json @@ -2,11 +2,67 @@ "step_valid": true, "solid_count": 1, "exact_size_mm": [50.0, 50.0, 4.0], + "topology_counts": { + "faces": 24, + "edges": 62 + }, "outer_radius_mm": 25.0, "inner_radius_mm": 10.0, "m3_clearance_hole_radius_mm": 1.7, "m3_clearance_hole_count": 8, "bolt_circle_radius_mm": 20.0, "angular_spacing_deg": [45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0, 45.0], - "visual_review": "passed_iso_opposite_top_front" + "viewer_edits": { + "hole_pattern": { + "operation": "add_hole_pattern", + "selection_point_model_mm": [8.077088362294017, 15.744119598589815, 4.0], + "hole_diameter_mm": 2.0, + "rows": 2, + "columns": 2, + "pitch_x_mm": 8.0, + "pitch_y_mm": 8.0, + "depth": "through", + "hole_centers_mm": [ + [4.077088362294017, 11.744119598589815, 2.0], + [12.077088362294017, 11.744119598589815, 2.0], + [4.077088362294017, 19.744119598589815, 2.0], + [12.077088362294017, 19.744119598589815, 2.0] + ], + "verified_hole_count": 4, + "verified_hole_diameter_mm": 2.0, + "verified_through_height_mm": 4.0, + "max_center_error_mm": 0.0 + }, + "countersink": { + "operation": "add_countersink", + "selection_point_model_mm": [-14.6034432889167, -4.110394299469192, 4.0], + "hole_diameter_mm": 3.0, + "countersink_diameter_mm": 6.0, + "countersink_angle_deg": 90.0, + "countersink_depth_mm": 1.5, + "depth": "through" + }, + "pocket": { + "operation": "add_pocket", + "selection_point_model_mm": [6.197199513379157, -14.374353062530322, 4.0], + "shape": "rectangle", + "width_mm": 10.0, + "height_mm": 6.0, + "depth_mm": 1.0, + "bottom_z_mm": 3.0, + "verified_bottom_center_mm": [6.197199513379157, -14.374353062530322, 3.0], + "verified_bottom_size_mm": [10.0, 6.0], + "verified_bottom_face_count": 1 + } + }, + "viewer_mesh_topology": { + "path": ".flange_8x_m3.step.glb", + "regenerated": true + }, + "snapshot_review": { + "status": "passed", + "path": "review/viewer_pocket_top_20260724T031341Z.png", + "camera": "top" + }, + "visual_review": "passed_viewer_pocket_top" } diff --git a/text-to-cad/models/cad-router-v1/gear_28t_4mm/.gear_28t_4mm.step.glb b/text-to-cad/models/cad-router-v1/gear_28t_4mm/.gear_28t_4mm.step.glb index 837effb..acb6408 100644 --- a/text-to-cad/models/cad-router-v1/gear_28t_4mm/.gear_28t_4mm.step.glb +++ b/text-to-cad/models/cad-router-v1/gear_28t_4mm/.gear_28t_4mm.step.glb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d810083592c28c83b8a43366e1c56051ebfde7d14fcf76c8f3ac2e7e50b442d -size 8705432 +oid sha256:7b908f9bcee18adec90159850f699a9ad422f02d4b5144540cae8d5963bd4147 +size 3491016 diff --git a/text-to-cad/models/cad-router-v1/gear_28t_4mm/cad-task.json b/text-to-cad/models/cad-router-v1/gear_28t_4mm/cad-task.json index 12a6abe..8567039 100644 --- a/text-to-cad/models/cad-router-v1/gear_28t_4mm/cad-task.json +++ b/text-to-cad/models/cad-router-v1/gear_28t_4mm/cad-task.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "request": "生成一个28齿、厚度4毫米的齿轮", + "request": "生成一个28齿、厚度4毫米的齿轮,并在 viewer 选中的两个面点位置各添加一个2.0毫米贯穿孔;随后根据 viewer 选中的顶面点 f5 添加一个10x6x1毫米矩形口袋", "route": { "selected_backend": "simplecadapi", "runner_skill": "simplecadapi", @@ -31,6 +31,10 @@ { "path": "gear_28t_4mm.stl", "role": "secondary" + }, + { + "path": ".gear_28t_4mm.step.glb", + "role": "viewer_mesh_topology" } ], "parameters": { @@ -41,13 +45,65 @@ "bore_diameter_mm": 5.0, "addendum_factor": 1.0, "clearance_factor": 0.25, - "backlash_mm": 0.0 + "backlash_mm": 0.0, + "edit_holes": [ + { + "diameter_mm": 2.0, + "center_mm": [ + -2.9189440262073063, + 5.47686606164935, + 4.0 + ] + }, + { + "diameter_mm": 2.0, + "center_mm": [ + 7.5974463825483305, + -0.8433357012066764, + 4.0 + ] + } + ], + "edit_hole_count": 2, + "edit_hole_axis": [ + 0.0, + 0.0, + 1.0 + ], + "edit_pockets": [ + { + "shape": "rectangle", + "width_mm": 10.0, + "height_mm": 6.0, + "depth_mm": 1.0, + "center_mm": [ + -8.717129036056448, + -0.9462437095981322, + 4.0 + ], + "direction": "face_normal", + "orientation": "surface_xy", + "selected_face": { + "reference_id": "f5", + "selector": "f5", + "face_index": 5428, + "row_index": 4, + "normal": [ + 0.0, + 0.0, + 1.0 + ] + } + } + ], + "edit_pocket_count": 1 }, "assumptions": [ "未指定模数,V1采用1.0毫米。", "未指定压力角,采用标准20度。", "未指定中心孔,采用5.0毫米通孔。", - "未指定齿轮类型,采用直齿渐开线外齿轮。" + "未指定齿轮类型,采用直齿渐开线外齿轮。", + "viewer 编辑请求未指定孔径,采用2.0毫米贯穿孔作为可编辑默认值。" ], "validation": [ { @@ -62,12 +118,55 @@ 4.0 ], "pitch_diameter_mm": 28.0, + "edit_holes": [ + { + "diameter_mm": 2.0, + "center_mm": [ + -2.9189440262073063, + 5.47686606164935, + 4.0 + ] + }, + { + "diameter_mm": 2.0, + "center_mm": [ + 7.5974463825483305, + -0.8433357012066764, + 4.0 + ] + } + ], + "edit_hole_count": 2, + "edit_pockets": [ + { + "shape": "rectangle", + "width_mm": 10.0, + "height_mm": 6.0, + "depth_mm": 1.0, + "center_mm": [ + -8.717129036056448, + -0.9462437095981322, + 4.0 + ] + } + ], + "edit_pocket_count": 1, + "faces": 182, + "edges": 545, "outside_diameter_mm": 30.0, - "visual_review": "passed_iso_top_front" + "volume_mm3": 2167.600632, + "viewer_mesh_topology": { + "path": ".gear_28t_4mm.step.glb", + "status": "regenerated", + "face_count": 182, + "edge_count": 545, + "step_hash": "d07ba4428ce372d7dc65ea31c2c8bf636399f38e40e2bd705029789832825267" + }, + "visual_review": "not_run" } } ], "viewer_links": [ - "http://127.0.0.1:4178/?dir=%2FUsers%2Fjerry%2Flinkhand%2FCadSet%2Ftext-to-cad%2Fmodels%2Fcad-router-v1%2Fgear_28t_4mm&file=gear_28t_4mm.step" + "http://127.0.0.1:5174/?dir=%2FUsers%2Flk%2FProjects%2FcadSet%2Ftext-to-cad%2Fmodels%2Fcad-router-v1%2Fgear_28t_4mm&file=gear_28t_4mm.step" ] } diff --git a/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.model.json b/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.model.json index cab2fb9..009f727 100644 --- a/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.model.json +++ b/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.model.json @@ -132,7 +132,7 @@ }, "graph": { "schema_version": "2.0", - "producer_version": "2.0.1b1", + "producer_version": "0+unknown", "capabilities": { "selection_ref_strategies": true, "geo_select_nodes": true, @@ -146,15 +146,15 @@ "scalar_field_graph": false, "expression_graph": true }, - "graph_id": "graph_707cc752", + "graph_id": "graph_ff292a54", "nodes": [ { - "node_id": "node_073237c0", + "node_id": "node_1cfbd7a6", "op": "make_sketch_rsketch", "params": { "name": "gear_28t_m1.0", "plane": "XY", - "sketch_id": "sketch_65c83b20" + "sketch_id": "sketch_153e882b" }, "inputs": [], "output_count": 1, @@ -164,7 +164,7 @@ "display": { "label": "Sketch Rsketch", "category": "primitive", - "summary": "name=gear_28t_m1.0, plane=XY, sketch_id=sketch_65c83b20" + "summary": "name=gear_28t_m1.0, plane=XY, sketch_id=sketch_153e882b" }, "context": { "origin": [ @@ -191,8 +191,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_073237c0", + "graph_id": "graph_ff292a54", + "node_id": "node_1cfbd7a6", "entity_type": "Sketch", "entity_id": "make_sketch_rsketch:0" } @@ -205,7 +205,7 @@ } }, { - "node_id": "node_c9f368b3", + "node_id": "node_3d8e6e39", "op": "make_cylinder_rsolid", "params": { "radius": 2.5, @@ -257,8 +257,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9f368b3", + "graph_id": "graph_ff292a54", + "node_id": "node_3d8e6e39", "entity_type": "Body", "entity_id": "make_cylinder_rsolid:0" } @@ -271,26 +271,33 @@ } }, { - "node_id": "node_b369469c", - "op": "make_add_point_rsketch", + "node_id": "node_a5e16537", + "op": "make_cone_rsolid", "params": { - "sketch_id": "sketch_65c83b20", - "point_id": "center", - "x": 0.0, - "y": 0.0 + "bottom_radius": 2.5, + "top_radius": 5.5, + "height": 3.0, + "bottom_face_center": [ + 0.0, + 0.0, + 1.0 + ], + "axis": [ + 0.0, + 0.0, + 1.0 + ] }, - "inputs": [ - "node_073237c0" - ], + "inputs": [], "output_count": 1, "tags": [ - "point", - "sketch" + "primitive", + "solid" ], "display": { - "label": "Add Point Rsketch", - "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=center, x=0" + "label": "Cone Rsolid", + "category": "primitive", + "summary": "bottom_radius=2.5, top_radius=5.5, height=3" }, "context": { "origin": [ @@ -317,8 +324,526 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b369469c", + "graph_id": "graph_ff292a54", + "node_id": "node_a5e16537", + "entity_type": "Body", + "entity_id": "make_cone_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cone_rsolid" + } + } + }, + { + "node_id": "node_cf18edc3", + "op": "make_cylinder_rsolid", + "params": { + "radius": 1.0, + "height": 6.0, + "bottom_face_center": [ + -2.9189440262073063, + 5.47686606164935, + -1.0 + ], + "axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "inputs": [], + "output_count": 1, + "tags": [ + "primitive", + "solid" + ], + "display": { + "label": "Cylinder Rsolid", + "category": "primitive", + "summary": "radius=1, height=6, bottom_face_center=(-2.9189440262073063, 5.47686606164935, -1.0)" + }, + "context": { + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "semantic_delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_cf18edc3", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_d9537c9c", + "op": "make_cylinder_rsolid", + "params": { + "radius": 1.0, + "height": 6.0, + "bottom_face_center": [ + 7.5974463825483305, + -0.8433357012066764, + -1.0 + ], + "axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "inputs": [], + "output_count": 1, + "tags": [ + "primitive", + "solid" + ], + "display": { + "label": "Cylinder Rsolid", + "category": "primitive", + "summary": "radius=1, height=6, bottom_face_center=(7.5974463825483305, -0.8433357012066764, -1.0)" + }, + "context": { + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "semantic_delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_d9537c9c", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_ec33a825", + "op": "make_cylinder_rsolid", + "params": { + "radius": 1.0, + "height": 6.0, + "bottom_face_center": [ + -3.7531123399332103, + -12.367405492677905, + -1.0 + ], + "axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "inputs": [], + "output_count": 1, + "tags": [ + "primitive", + "solid" + ], + "display": { + "label": "Cylinder Rsolid", + "category": "primitive", + "summary": "radius=1, height=6, bottom_face_center=(-3.7531123399332103, -12.367405492677905, -1.0)" + }, + "context": { + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "semantic_delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_ec33a825", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_4e3cc73e", + "op": "make_cylinder_rsolid", + "params": { + "radius": 1.0, + "height": 6.0, + "bottom_face_center": [ + 4.24688766006679, + -12.367405492677905, + -1.0 + ], + "axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "inputs": [], + "output_count": 1, + "tags": [ + "primitive", + "solid" + ], + "display": { + "label": "Cylinder Rsolid", + "category": "primitive", + "summary": "radius=1, height=6, bottom_face_center=(4.24688766006679, -12.367405492677905, -1.0)" + }, + "context": { + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "semantic_delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_4e3cc73e", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_33c8aee0", + "op": "make_cylinder_rsolid", + "params": { + "radius": 1.0, + "height": 6.0, + "bottom_face_center": [ + -3.7531123399332103, + -4.367405492677905, + -1.0 + ], + "axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "inputs": [], + "output_count": 1, + "tags": [ + "primitive", + "solid" + ], + "display": { + "label": "Cylinder Rsolid", + "category": "primitive", + "summary": "radius=1, height=6, bottom_face_center=(-3.7531123399332103, -4.367405492677905, -1.0)" + }, + "context": { + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "semantic_delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_33c8aee0", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_731b6d5c", + "op": "make_cylinder_rsolid", + "params": { + "radius": 1.0, + "height": 6.0, + "bottom_face_center": [ + 4.24688766006679, + -4.367405492677905, + -1.0 + ], + "axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "inputs": [], + "output_count": 1, + "tags": [ + "primitive", + "solid" + ], + "display": { + "label": "Cylinder Rsolid", + "category": "primitive", + "summary": "radius=1, height=6, bottom_face_center=(4.24688766006679, -4.367405492677905, -1.0)" + }, + "context": { + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "semantic_delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_731b6d5c", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_b154936b", + "op": "make_box_rsolid", + "params": { + "width": 10.0, + "height": 6.0, + "depth": 1.02, + "bottom_face_center": [ + -8.717129036056448, + -0.9462437095981322, + 3.0 + ] + }, + "inputs": [], + "output_count": 1, + "tags": [ + "primitive", + "solid" + ], + "display": { + "label": "Box Rsolid", + "category": "primitive", + "summary": "width=10, height=6, depth=1.02" + }, + "context": { + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "semantic_delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_b154936b", + "entity_type": "Body", + "entity_id": "make_box_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_box_rsolid" + } + } + }, + { + "node_id": "node_2bf76cb4", + "op": "make_add_point_rsketch", + "params": { + "sketch_id": "sketch_153e882b", + "point_id": "center", + "x": 0.0, + "y": 0.0 + }, + "inputs": [ + "node_1cfbd7a6" + ], + "output_count": 1, + "tags": [ + "point", + "sketch" + ], + "display": { + "label": "Add Point Rsketch", + "category": "profile", + "summary": "sketch_id=sketch_153e882b, point_id=center, x=0" + }, + "context": { + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ] + }, + "semantic_delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_2bf76cb4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -331,10 +856,10 @@ } }, { - "node_id": "node_8b33cef6", + "node_id": "node_8d4c5a3a", "op": "make_constrain_fix_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "kind": "fix", "targets": [ "center" @@ -345,7 +870,7 @@ "metadata": {} }, "inputs": [ - "node_b369469c" + "node_2bf76cb4" ], "output_count": 1, "tags": [ @@ -355,7 +880,7 @@ "display": { "label": "Constrain Fix Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, kind=fix, targets=['center']" + "summary": "sketch_id=sketch_153e882b, kind=fix, targets=['center']" }, "context": { "origin": [ @@ -382,8 +907,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8b33cef6", + "graph_id": "graph_ff292a54", + "node_id": "node_8d4c5a3a", "entity_type": "Sketch", "entity_id": "make_constrain_fix_rsketch:0" } @@ -396,17 +921,17 @@ } }, { - "node_id": "node_0b92df99", + "node_id": "node_1d5d7ccd", "op": "make_add_circle_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "root_circle", "center": "center", "radius": 12.75, "construction": true }, "inputs": [ - "node_8b33cef6" + "node_8d4c5a3a" ], "output_count": 1, "tags": [ @@ -416,7 +941,7 @@ "display": { "label": "Add Circle Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=root_circle, center=center" + "summary": "sketch_id=sketch_153e882b, entity_id=root_circle, center=center" }, "context": { "origin": [ @@ -443,8 +968,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0b92df99", + "graph_id": "graph_ff292a54", + "node_id": "node_1d5d7ccd", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0" } @@ -457,17 +982,17 @@ } }, { - "node_id": "node_ed922650", + "node_id": "node_4bab5c2f", "op": "make_add_circle_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "pitch_circle", "center": "center", "radius": 14.0, "construction": true }, "inputs": [ - "node_0b92df99" + "node_1d5d7ccd" ], "output_count": 1, "tags": [ @@ -477,7 +1002,7 @@ "display": { "label": "Add Circle Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=pitch_circle, center=center" + "summary": "sketch_id=sketch_153e882b, entity_id=pitch_circle, center=center" }, "context": { "origin": [ @@ -504,8 +1029,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ed922650", + "graph_id": "graph_ff292a54", + "node_id": "node_4bab5c2f", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0" } @@ -518,17 +1043,17 @@ } }, { - "node_id": "node_4d966503", + "node_id": "node_e9ca5e28", "op": "make_add_circle_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "tip_circle", "center": "center", "radius": 15.0, "construction": true }, "inputs": [ - "node_ed922650" + "node_4bab5c2f" ], "output_count": 1, "tags": [ @@ -538,7 +1063,7 @@ "display": { "label": "Add Circle Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=tip_circle, center=center" + "summary": "sketch_id=sketch_153e882b, entity_id=tip_circle, center=center" }, "context": { "origin": [ @@ -565,8 +1090,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4d966503", + "graph_id": "graph_ff292a54", + "node_id": "node_e9ca5e28", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0" } @@ -579,10 +1104,10 @@ } }, { - "node_id": "node_56ea5cec", + "node_id": "node_013669ab", "op": "make_constrain_radius_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "kind": "radius", "targets": [ "root_circle" @@ -593,7 +1118,7 @@ "metadata": {} }, "inputs": [ - "node_4d966503" + "node_e9ca5e28" ], "output_count": 1, "tags": [ @@ -603,7 +1128,7 @@ "display": { "label": "Constrain Radius Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, kind=radius, targets=['root_circle']" + "summary": "sketch_id=sketch_153e882b, kind=radius, targets=['root_circle']" }, "context": { "origin": [ @@ -630,8 +1155,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_56ea5cec", + "graph_id": "graph_ff292a54", + "node_id": "node_013669ab", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0" } @@ -644,10 +1169,10 @@ } }, { - "node_id": "node_fbe7fde3", + "node_id": "node_1209e4ae", "op": "make_constrain_radius_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "kind": "radius", "targets": [ "pitch_circle" @@ -658,7 +1183,7 @@ "metadata": {} }, "inputs": [ - "node_56ea5cec" + "node_013669ab" ], "output_count": 1, "tags": [ @@ -668,7 +1193,7 @@ "display": { "label": "Constrain Radius Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, kind=radius, targets=['pitch_circle']" + "summary": "sketch_id=sketch_153e882b, kind=radius, targets=['pitch_circle']" }, "context": { "origin": [ @@ -695,8 +1220,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fbe7fde3", + "graph_id": "graph_ff292a54", + "node_id": "node_1209e4ae", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0" } @@ -709,10 +1234,10 @@ } }, { - "node_id": "node_b971e4a6", + "node_id": "node_decc77d3", "op": "make_constrain_radius_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "kind": "radius", "targets": [ "tip_circle" @@ -723,7 +1248,7 @@ "metadata": {} }, "inputs": [ - "node_fbe7fde3" + "node_1209e4ae" ], "output_count": 1, "tags": [ @@ -733,7 +1258,7 @@ "display": { "label": "Constrain Radius Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, kind=radius, targets=['tip_circle']" + "summary": "sketch_id=sketch_153e882b, kind=radius, targets=['tip_circle']" }, "context": { "origin": [ @@ -760,8 +1285,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b971e4a6", + "graph_id": "graph_ff292a54", + "node_id": "node_decc77d3", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0" } @@ -774,10 +1299,10 @@ } }, { - "node_id": "node_90bbb001", + "node_id": "node_10ee74ee", "op": "make_constrain_concentric_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "kind": "concentric", "targets": [ "root_circle", @@ -789,7 +1314,7 @@ "metadata": {} }, "inputs": [ - "node_b971e4a6" + "node_decc77d3" ], "output_count": 1, "tags": [ @@ -799,7 +1324,7 @@ "display": { "label": "Constrain Concentric Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, kind=concentric, targets=['root_circle', 'pitch_circle']" + "summary": "sketch_id=sketch_153e882b, kind=concentric, targets=['root_circle', 'pitch_circle']" }, "context": { "origin": [ @@ -826,8 +1351,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_90bbb001", + "graph_id": "graph_ff292a54", + "node_id": "node_10ee74ee", "entity_type": "Sketch", "entity_id": "make_constrain_concentric_rsketch:0" } @@ -840,10 +1365,10 @@ } }, { - "node_id": "node_ac4f7841", + "node_id": "node_285b3e80", "op": "make_constrain_concentric_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "kind": "concentric", "targets": [ "tip_circle", @@ -855,7 +1380,7 @@ "metadata": {} }, "inputs": [ - "node_90bbb001" + "node_10ee74ee" ], "output_count": 1, "tags": [ @@ -865,7 +1390,7 @@ "display": { "label": "Constrain Concentric Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, kind=concentric, targets=['tip_circle', 'pitch_circle']" + "summary": "sketch_id=sketch_153e882b, kind=concentric, targets=['tip_circle', 'pitch_circle']" }, "context": { "origin": [ @@ -892,8 +1417,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ac4f7841", + "graph_id": "graph_ff292a54", + "node_id": "node_285b3e80", "entity_type": "Sketch", "entity_id": "make_constrain_concentric_rsketch:0" } @@ -906,16 +1431,16 @@ } }, { - "node_id": "node_97d35a8d", + "node_id": "node_e11edc3a", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t0_rs", "x": 12.600289552888473, "y": -1.9481281229348386 }, "inputs": [ - "node_ac4f7841" + "node_285b3e80" ], "output_count": 1, "tags": [ @@ -925,7 +1450,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t0_rs, x=12.6" + "summary": "sketch_id=sketch_153e882b, point_id=t0_rs, x=12.6" }, "context": { "origin": [ @@ -952,8 +1477,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_97d35a8d", + "graph_id": "graph_ff292a54", + "node_id": "node_e11edc3a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -966,16 +1491,16 @@ } }, { - "node_id": "node_08917a0b", + "node_id": "node_d9149610", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t0_re", "x": 12.717873276066024, "y": -0.9045437158731771 }, "inputs": [ - "node_97d35a8d" + "node_e11edc3a" ], "output_count": 1, "tags": [ @@ -985,7 +1510,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t0_re, x=12.72" + "summary": "sketch_id=sketch_153e882b, point_id=t0_re, x=12.72" }, "context": { "origin": [ @@ -1012,8 +1537,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_08917a0b", + "graph_id": "graph_ff292a54", + "node_id": "node_d9149610", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1026,16 +1551,16 @@ } }, { - "node_id": "node_e055b0c5", + "node_id": "node_4afdb7c6", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t0_bs", "x": 13.1225477156497, "y": -0.93332570743373 }, "inputs": [ - "node_08917a0b" + "node_d9149610" ], "output_count": 1, "tags": [ @@ -1045,7 +1570,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t0_bs, x=13.12" + "summary": "sketch_id=sketch_153e882b, point_id=t0_bs, x=13.12" }, "context": { "origin": [ @@ -1072,8 +1597,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e055b0c5", + "graph_id": "graph_ff292a54", + "node_id": "node_4afdb7c6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1086,16 +1611,16 @@ } }, { - "node_id": "node_0a33fb50", + "node_id": "node_804967f4", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t0_be", "x": 13.1225477156497, "y": 0.93332570743373 }, "inputs": [ - "node_e055b0c5" + "node_4afdb7c6" ], "output_count": 1, "tags": [ @@ -1105,7 +1630,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t0_be, x=13.12" + "summary": "sketch_id=sketch_153e882b, point_id=t0_be, x=13.12" }, "context": { "origin": [ @@ -1132,8 +1657,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0a33fb50", + "graph_id": "graph_ff292a54", + "node_id": "node_804967f4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1146,16 +1671,16 @@ } }, { - "node_id": "node_22874959", + "node_id": "node_d91df3c1", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t0_ts", "x": 14.995546914482551, "y": -0.3654760396425971 }, "inputs": [ - "node_0a33fb50" + "node_804967f4" ], "output_count": 1, "tags": [ @@ -1165,7 +1690,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t0_ts, x=15" + "summary": "sketch_id=sketch_153e882b, point_id=t0_ts, x=15" }, "context": { "origin": [ @@ -1192,8 +1717,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_22874959", + "graph_id": "graph_ff292a54", + "node_id": "node_d91df3c1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1206,16 +1731,16 @@ } }, { - "node_id": "node_716f895e", + "node_id": "node_c07da602", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t0_te", "x": 14.995546914482551, "y": 0.3654760396425971 }, "inputs": [ - "node_22874959" + "node_d91df3c1" ], "output_count": 1, "tags": [ @@ -1225,7 +1750,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t0_te, x=15" + "summary": "sketch_id=sketch_153e882b, point_id=t0_te, x=15" }, "context": { "origin": [ @@ -1252,8 +1777,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_716f895e", + "graph_id": "graph_ff292a54", + "node_id": "node_c07da602", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1266,16 +1791,16 @@ } }, { - "node_id": "node_da720774", + "node_id": "node_1d4814c6", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t1_rs", "x": 12.717873276066024, "y": 0.9045437158731771 }, "inputs": [ - "node_716f895e" + "node_c07da602" ], "output_count": 1, "tags": [ @@ -1285,7 +1810,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t1_rs, x=12.72" + "summary": "sketch_id=sketch_153e882b, point_id=t1_rs, x=12.72" }, "context": { "origin": [ @@ -1312,8 +1837,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_da720774", + "graph_id": "graph_ff292a54", + "node_id": "node_1d4814c6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1326,16 +1851,16 @@ } }, { - "node_id": "node_a2af2ce0", + "node_id": "node_6df5389e", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t1_re", "x": 12.600289552888473, "y": 1.9481281229348386 }, "inputs": [ - "node_da720774" + "node_1d4814c6" ], "output_count": 1, "tags": [ @@ -1345,7 +1870,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t1_re, x=12.6" + "summary": "sketch_id=sketch_153e882b, point_id=t1_re, x=12.6" }, "context": { "origin": [ @@ -1372,8 +1897,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a2af2ce0", + "graph_id": "graph_ff292a54", + "node_id": "node_6df5389e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1386,16 +1911,16 @@ } }, { - "node_id": "node_75676d8a", + "node_id": "node_57ec8bf7", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t1_bs", "x": 13.001222555028312, "y": 2.0101162902386815 }, "inputs": [ - "node_a2af2ce0" + "node_6df5389e" ], "output_count": 1, "tags": [ @@ -1405,7 +1930,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t1_bs, x=13" + "summary": "sketch_id=sketch_153e882b, point_id=t1_bs, x=13" }, "context": { "origin": [ @@ -1432,8 +1957,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_75676d8a", + "graph_id": "graph_ff292a54", + "node_id": "node_57ec8bf7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1446,16 +1971,16 @@ } }, { - "node_id": "node_3a843e10", + "node_id": "node_3ebe5205", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t1_be", "x": 12.585853538821128, "y": 3.8299668569066614 }, "inputs": [ - "node_75676d8a" + "node_57ec8bf7" ], "output_count": 1, "tags": [ @@ -1465,7 +1990,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t1_be, x=12.59" + "summary": "sketch_id=sketch_153e882b, point_id=t1_be, x=12.59" }, "context": { "origin": [ @@ -1492,8 +2017,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3a843e10", + "graph_id": "graph_ff292a54", + "node_id": "node_3ebe5205", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1506,16 +2031,16 @@ } }, { - "node_id": "node_e5501e4e", + "node_id": "node_a490dac8", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t1_ts", "x": 14.700903315040986, "y": 2.9805103123151473 }, "inputs": [ - "node_3a843e10" + "node_3ebe5205" ], "output_count": 1, "tags": [ @@ -1525,7 +2050,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t1_ts, x=14.7" + "summary": "sketch_id=sketch_153e882b, point_id=t1_ts, x=14.7" }, "context": { "origin": [ @@ -1552,8 +2077,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e5501e4e", + "graph_id": "graph_ff292a54", + "node_id": "node_a490dac8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1566,16 +2091,16 @@ } }, { - "node_id": "node_90571c07", + "node_id": "node_915e3763", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t1_te", "x": 14.538251175681134, "y": 3.6931358968776244 }, "inputs": [ - "node_e5501e4e" + "node_a490dac8" ], "output_count": 1, "tags": [ @@ -1585,7 +2110,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t1_te, x=14.54" + "summary": "sketch_id=sketch_153e882b, point_id=t1_te, x=14.54" }, "context": { "origin": [ @@ -1612,8 +2137,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_90571c07", + "graph_id": "graph_ff292a54", + "node_id": "node_915e3763", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1626,16 +2151,16 @@ } }, { - "node_id": "node_fe7b1596", + "node_id": "node_1e5a77dd", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t2_rs", "x": 12.197729727967642, "y": 3.7118579557216886 }, "inputs": [ - "node_90571c07" + "node_915e3763" ], "output_count": 1, "tags": [ @@ -1645,7 +2170,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t2_rs, x=12.2" + "summary": "sketch_id=sketch_153e882b, point_id=t2_rs, x=12.2" }, "context": { "origin": [ @@ -1672,8 +2197,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fe7b1596", + "graph_id": "graph_ff292a54", + "node_id": "node_1e5a77dd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1686,16 +2211,16 @@ } }, { - "node_id": "node_cbd42eff", + "node_id": "node_a225f6d8", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t2_re", "x": 11.85087469730198, "y": 4.70311268298429 }, "inputs": [ - "node_fe7b1596" + "node_1e5a77dd" ], "output_count": 1, "tags": [ @@ -1705,7 +2230,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t2_re, x=11.85" + "summary": "sketch_id=sketch_153e882b, point_id=t2_re, x=11.85" }, "context": { "origin": [ @@ -1732,8 +2257,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cbd42eff", + "graph_id": "graph_ff292a54", + "node_id": "node_a225f6d8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1746,16 +2271,16 @@ } }, { - "node_id": "node_378b5248", + "node_id": "node_860c857f", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t2_bs", "x": 12.227961807120273, "y": 4.85276266360387 }, "inputs": [ - "node_cbd42eff" + "node_a225f6d8" ], "output_count": 1, "tags": [ @@ -1765,7 +2290,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t2_bs, x=12.23" + "summary": "sketch_id=sketch_153e882b, point_id=t2_bs, x=12.23" }, "context": { "origin": [ @@ -1792,8 +2317,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_378b5248", + "graph_id": "graph_ff292a54", + "node_id": "node_860c857f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1806,16 +2331,16 @@ } }, { - "node_id": "node_9286c0fd", + "node_id": "node_0f29984c", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t2_be", "x": 11.4180521116085, "y": 6.534557475625454 }, "inputs": [ - "node_378b5248" + "node_860c857f" ], "output_count": 1, "tags": [ @@ -1825,7 +2350,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t2_be, x=11.42" + "summary": "sketch_id=sketch_153e882b, point_id=t2_be, x=11.42" }, "context": { "origin": [ @@ -1852,8 +2377,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9286c0fd", + "graph_id": "graph_ff292a54", + "node_id": "node_0f29984c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1866,16 +2391,16 @@ } }, { - "node_id": "node_d196b036", + "node_id": "node_bab6503b", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t2_ts", "x": 13.669095037756966, "y": 6.177041431686201 }, "inputs": [ - "node_9286c0fd" + "node_0f29984c" ], "output_count": 1, "tags": [ @@ -1885,7 +2410,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t2_ts, x=13.67" + "summary": "sketch_id=sketch_153e882b, point_id=t2_ts, x=13.67" }, "context": { "origin": [ @@ -1912,8 +2437,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d196b036", + "graph_id": "graph_ff292a54", + "node_id": "node_bab6503b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1926,16 +2451,16 @@ } }, { - "node_id": "node_814b4fc5", + "node_id": "node_3c66884e", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t2_te", "x": 13.351946816480952, "y": 6.8356064990507015 }, "inputs": [ - "node_d196b036" + "node_bab6503b" ], "output_count": 1, "tags": [ @@ -1945,7 +2470,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t2_te, x=13.35" + "summary": "sketch_id=sketch_153e882b, point_id=t2_te, x=13.35" }, "context": { "origin": [ @@ -1972,8 +2497,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_814b4fc5", + "graph_id": "graph_ff292a54", + "node_id": "node_3c66884e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -1986,16 +2511,16 @@ } }, { - "node_id": "node_7d711f2a", + "node_id": "node_8b049c56", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t3_rs", "x": 11.065941078025292, "y": 6.333044138301298 }, "inputs": [ - "node_814b4fc5" + "node_3c66884e" ], "output_count": 1, "tags": [ @@ -2005,7 +2530,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t3_rs, x=11.07" + "summary": "sketch_id=sketch_153e882b, point_id=t3_rs, x=11.07" }, "context": { "origin": [ @@ -2032,8 +2557,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7d711f2a", + "graph_id": "graph_ff292a54", + "node_id": "node_8b049c56", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2046,16 +2571,16 @@ } }, { - "node_id": "node_ade6ad44", + "node_id": "node_899d5ed4", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t3_re", "x": 10.507207499449569, "y": 7.222263534620621 }, "inputs": [ - "node_7d711f2a" + "node_8b049c56" ], "output_count": 1, "tags": [ @@ -2065,7 +2590,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t3_re, x=10.51" + "summary": "sketch_id=sketch_153e882b, point_id=t3_re, x=10.51" }, "context": { "origin": [ @@ -2092,8 +2617,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ade6ad44", + "graph_id": "graph_ff292a54", + "node_id": "node_899d5ed4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2106,16 +2631,16 @@ } }, { - "node_id": "node_934099f8", + "node_id": "node_4cbd40c5", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t3_bs", "x": 10.841539994681382, "y": 7.452071253643773 }, "inputs": [ - "node_ade6ad44" + "node_899d5ed4" ], "output_count": 1, "tags": [ @@ -2125,7 +2650,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t3_bs, x=10.84" + "summary": "sketch_id=sketch_153e882b, point_id=t3_bs, x=10.84" }, "context": { "origin": [ @@ -2152,8 +2677,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_934099f8", + "graph_id": "graph_ff292a54", + "node_id": "node_4cbd40c5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2166,16 +2691,16 @@ } }, { - "node_id": "node_b92873a0", + "node_id": "node_0b5ca1b2", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t3_be", "x": 9.677701873886345, "y": 8.911478096580643 }, "inputs": [ - "node_934099f8" + "node_4cbd40c5" ], "output_count": 1, "tags": [ @@ -2185,7 +2710,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t3_be, x=9.678" + "summary": "sketch_id=sketch_153e882b, point_id=t3_be, x=9.678" }, "context": { "origin": [ @@ -2212,8 +2737,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b92873a0", + "graph_id": "graph_ff292a54", + "node_id": "node_0b5ca1b2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2226,16 +2751,16 @@ } }, { - "node_id": "node_a34074cf", + "node_id": "node_2845444e", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t3_ts", "x": 11.95186125810966, "y": 9.063829900593753 }, "inputs": [ - "node_b92873a0" + "node_0b5ca1b2" ], "output_count": 1, "tags": [ @@ -2245,7 +2770,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t3_ts, x=11.95" + "summary": "sketch_id=sketch_153e882b, point_id=t3_ts, x=11.95" }, "context": { "origin": [ @@ -2272,8 +2797,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a34074cf", + "graph_id": "graph_ff292a54", + "node_id": "node_2845444e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2286,16 +2811,16 @@ } }, { - "node_id": "node_d71c6f62", + "node_id": "node_b8a24329", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t3_te", "x": 11.496120091027906, "y": 9.635311248354384 }, "inputs": [ - "node_a34074cf" + "node_2845444e" ], "output_count": 1, "tags": [ @@ -2305,7 +2830,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t3_te, x=11.5" + "summary": "sketch_id=sketch_153e882b, point_id=t3_te, x=11.5" }, "context": { "origin": [ @@ -2332,8 +2857,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d71c6f62", + "graph_id": "graph_ff292a54", + "node_id": "node_b8a24329", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2346,16 +2871,16 @@ } }, { - "node_id": "node_6a9a144b", + "node_id": "node_f9da067a", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t4_rs", "x": 9.37925993508491, "y": 8.636665043297153 }, "inputs": [ - "node_d71c6f62" + "node_b8a24329" ], "output_count": 1, "tags": [ @@ -2365,7 +2890,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t4_rs, x=9.379" + "summary": "sketch_id=sketch_153e882b, point_id=t4_rs, x=9.379" }, "context": { "origin": [ @@ -2392,8 +2917,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6a9a144b", + "graph_id": "graph_ff292a54", + "node_id": "node_f9da067a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2406,16 +2931,16 @@ } }, { - "node_id": "node_ad4e2099", + "node_id": "node_8d6ee2bb", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t4_re", "x": 8.636665043297155, "y": 9.379259935084908 }, "inputs": [ - "node_6a9a144b" + "node_f9da067a" ], "output_count": 1, "tags": [ @@ -2425,7 +2950,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t4_re, x=8.637" + "summary": "sketch_id=sketch_153e882b, point_id=t4_re, x=8.637" }, "context": { "origin": [ @@ -2452,8 +2977,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ad4e2099", + "graph_id": "graph_ff292a54", + "node_id": "node_8d6ee2bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2466,16 +2991,16 @@ } }, { - "node_id": "node_e088d228", + "node_id": "node_32f0f563", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t4_bs", "x": 8.911478096580645, "y": 9.677701873886344 }, "inputs": [ - "node_ad4e2099" + "node_8d6ee2bb" ], "output_count": 1, "tags": [ @@ -2485,7 +3010,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t4_bs, x=8.911" + "summary": "sketch_id=sketch_153e882b, point_id=t4_bs, x=8.911" }, "context": { "origin": [ @@ -2512,8 +3037,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e088d228", + "graph_id": "graph_ff292a54", + "node_id": "node_32f0f563", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2526,16 +3051,16 @@ } }, { - "node_id": "node_28ec8bc3", + "node_id": "node_d6841ef1", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t4_be", "x": 7.452071253643773, "y": 10.841539994681382 }, "inputs": [ - "node_e088d228" + "node_32f0f563" ], "output_count": 1, "tags": [ @@ -2545,7 +3070,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t4_be, x=7.452" + "summary": "sketch_id=sketch_153e882b, point_id=t4_be, x=7.452" }, "context": { "origin": [ @@ -2572,8 +3097,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_28ec8bc3", + "graph_id": "graph_ff292a54", + "node_id": "node_d6841ef1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2586,16 +3111,16 @@ } }, { - "node_id": "node_335182e9", + "node_id": "node_b403f325", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t4_ts", "x": 9.635311248354384, "y": 11.496120091027905 }, "inputs": [ - "node_28ec8bc3" + "node_d6841ef1" ], "output_count": 1, "tags": [ @@ -2605,7 +3130,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t4_ts, x=9.635" + "summary": "sketch_id=sketch_153e882b, point_id=t4_ts, x=9.635" }, "context": { "origin": [ @@ -2632,8 +3157,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_335182e9", + "graph_id": "graph_ff292a54", + "node_id": "node_b403f325", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2646,16 +3171,16 @@ } }, { - "node_id": "node_70712040", + "node_id": "node_84d560ff", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t4_te", "x": 9.063829900593754, "y": 11.951861258109659 }, "inputs": [ - "node_335182e9" + "node_b403f325" ], "output_count": 1, "tags": [ @@ -2665,7 +3190,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t4_te, x=9.064" + "summary": "sketch_id=sketch_153e882b, point_id=t4_te, x=9.064" }, "context": { "origin": [ @@ -2692,8 +3217,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_70712040", + "graph_id": "graph_ff292a54", + "node_id": "node_84d560ff", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2706,16 +3231,16 @@ } }, { - "node_id": "node_d7f21eb5", + "node_id": "node_11e09abe", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t5_rs", "x": 7.222263534620621, "y": 10.507207499449567 }, "inputs": [ - "node_70712040" + "node_84d560ff" ], "output_count": 1, "tags": [ @@ -2725,7 +3250,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t5_rs, x=7.222" + "summary": "sketch_id=sketch_153e882b, point_id=t5_rs, x=7.222" }, "context": { "origin": [ @@ -2752,8 +3277,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d7f21eb5", + "graph_id": "graph_ff292a54", + "node_id": "node_11e09abe", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2766,16 +3291,16 @@ } }, { - "node_id": "node_6f653acd", + "node_id": "node_cdc748ba", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t5_re", "x": 6.3330441383012985, "y": 11.065941078025292 }, "inputs": [ - "node_d7f21eb5" + "node_11e09abe" ], "output_count": 1, "tags": [ @@ -2785,7 +3310,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t5_re, x=6.333" + "summary": "sketch_id=sketch_153e882b, point_id=t5_re, x=6.333" }, "context": { "origin": [ @@ -2812,8 +3337,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6f653acd", + "graph_id": "graph_ff292a54", + "node_id": "node_cdc748ba", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2826,16 +3351,16 @@ } }, { - "node_id": "node_372ed6fe", + "node_id": "node_f5fe38d2", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t5_bs", "x": 6.534557475625455, "y": 11.4180521116085 }, "inputs": [ - "node_6f653acd" + "node_cdc748ba" ], "output_count": 1, "tags": [ @@ -2845,7 +3370,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t5_bs, x=6.535" + "summary": "sketch_id=sketch_153e882b, point_id=t5_bs, x=6.535" }, "context": { "origin": [ @@ -2872,8 +3397,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_372ed6fe", + "graph_id": "graph_ff292a54", + "node_id": "node_f5fe38d2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2886,16 +3411,16 @@ } }, { - "node_id": "node_eac0df97", + "node_id": "node_68c1b9b1", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t5_be", "x": 4.852762663603872, "y": 12.227961807120273 }, "inputs": [ - "node_372ed6fe" + "node_f5fe38d2" ], "output_count": 1, "tags": [ @@ -2905,7 +3430,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t5_be, x=4.853" + "summary": "sketch_id=sketch_153e882b, point_id=t5_be, x=4.853" }, "context": { "origin": [ @@ -2932,8 +3457,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_eac0df97", + "graph_id": "graph_ff292a54", + "node_id": "node_68c1b9b1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -2946,16 +3471,16 @@ } }, { - "node_id": "node_dcc6664e", + "node_id": "node_430a9cbb", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t5_ts", "x": 6.8356064990507015, "y": 13.351946816480952 }, "inputs": [ - "node_eac0df97" + "node_68c1b9b1" ], "output_count": 1, "tags": [ @@ -2965,7 +3490,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t5_ts, x=6.836" + "summary": "sketch_id=sketch_153e882b, point_id=t5_ts, x=6.836" }, "context": { "origin": [ @@ -2992,8 +3517,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dcc6664e", + "graph_id": "graph_ff292a54", + "node_id": "node_430a9cbb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3006,16 +3531,16 @@ } }, { - "node_id": "node_b6d020e4", + "node_id": "node_fb72cc6f", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t5_te", "x": 6.1770414316862015, "y": 13.669095037756964 }, "inputs": [ - "node_dcc6664e" + "node_430a9cbb" ], "output_count": 1, "tags": [ @@ -3025,7 +3550,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t5_te, x=6.177" + "summary": "sketch_id=sketch_153e882b, point_id=t5_te, x=6.177" }, "context": { "origin": [ @@ -3052,8 +3577,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b6d020e4", + "graph_id": "graph_ff292a54", + "node_id": "node_fb72cc6f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3066,16 +3591,16 @@ } }, { - "node_id": "node_1108b8ef", + "node_id": "node_70806504", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t6_rs", "x": 4.703112682984292, "y": 11.85087469730198 }, "inputs": [ - "node_b6d020e4" + "node_fb72cc6f" ], "output_count": 1, "tags": [ @@ -3085,7 +3610,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t6_rs, x=4.703" + "summary": "sketch_id=sketch_153e882b, point_id=t6_rs, x=4.703" }, "context": { "origin": [ @@ -3112,8 +3637,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1108b8ef", + "graph_id": "graph_ff292a54", + "node_id": "node_70806504", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3126,16 +3651,16 @@ } }, { - "node_id": "node_f33c7093", + "node_id": "node_863d5150", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t6_re", "x": 3.7118579557216886, "y": 12.197729727967642 }, "inputs": [ - "node_1108b8ef" + "node_70806504" ], "output_count": 1, "tags": [ @@ -3145,7 +3670,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t6_re, x=3.712" + "summary": "sketch_id=sketch_153e882b, point_id=t6_re, x=3.712" }, "context": { "origin": [ @@ -3172,8 +3697,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f33c7093", + "graph_id": "graph_ff292a54", + "node_id": "node_863d5150", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3186,16 +3711,16 @@ } }, { - "node_id": "node_b467d054", + "node_id": "node_02ec5d37", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t6_bs", "x": 3.8299668569066614, "y": 12.585853538821128 }, "inputs": [ - "node_f33c7093" + "node_863d5150" ], "output_count": 1, "tags": [ @@ -3205,7 +3730,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t6_bs, x=3.83" + "summary": "sketch_id=sketch_153e882b, point_id=t6_bs, x=3.83" }, "context": { "origin": [ @@ -3232,8 +3757,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b467d054", + "graph_id": "graph_ff292a54", + "node_id": "node_02ec5d37", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3246,16 +3771,16 @@ } }, { - "node_id": "node_add70a73", + "node_id": "node_cb76c79d", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t6_be", "x": 2.010116290238683, "y": 13.001222555028312 }, "inputs": [ - "node_b467d054" + "node_02ec5d37" ], "output_count": 1, "tags": [ @@ -3265,7 +3790,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t6_be, x=2.01" + "summary": "sketch_id=sketch_153e882b, point_id=t6_be, x=2.01" }, "context": { "origin": [ @@ -3292,8 +3817,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_add70a73", + "graph_id": "graph_ff292a54", + "node_id": "node_cb76c79d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3306,16 +3831,16 @@ } }, { - "node_id": "node_5edceb20", + "node_id": "node_2f70c2b2", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t6_ts", "x": 3.6931358968776244, "y": 14.538251175681134 }, "inputs": [ - "node_add70a73" + "node_cb76c79d" ], "output_count": 1, "tags": [ @@ -3325,7 +3850,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t6_ts, x=3.693" + "summary": "sketch_id=sketch_153e882b, point_id=t6_ts, x=3.693" }, "context": { "origin": [ @@ -3352,8 +3877,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5edceb20", + "graph_id": "graph_ff292a54", + "node_id": "node_2f70c2b2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3366,16 +3891,16 @@ } }, { - "node_id": "node_6d05c7cb", + "node_id": "node_d5c2fe5c", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t6_te", "x": 2.980510312315149, "y": 14.700903315040986 }, "inputs": [ - "node_5edceb20" + "node_2f70c2b2" ], "output_count": 1, "tags": [ @@ -3385,7 +3910,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t6_te, x=2.981" + "summary": "sketch_id=sketch_153e882b, point_id=t6_te, x=2.981" }, "context": { "origin": [ @@ -3412,8 +3937,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6d05c7cb", + "graph_id": "graph_ff292a54", + "node_id": "node_d5c2fe5c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3426,16 +3951,16 @@ } }, { - "node_id": "node_c09b3820", + "node_id": "node_0d222b9c", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t7_rs", "x": 1.94812812293484, "y": 12.600289552888473 }, "inputs": [ - "node_6d05c7cb" + "node_d5c2fe5c" ], "output_count": 1, "tags": [ @@ -3445,7 +3970,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t7_rs, x=1.948" + "summary": "sketch_id=sketch_153e882b, point_id=t7_rs, x=1.948" }, "context": { "origin": [ @@ -3472,8 +3997,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c09b3820", + "graph_id": "graph_ff292a54", + "node_id": "node_0d222b9c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3486,16 +4011,16 @@ } }, { - "node_id": "node_22ba1ad6", + "node_id": "node_32e158c2", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t7_re", "x": 0.9045437158731771, "y": 12.717873276066024 }, "inputs": [ - "node_c09b3820" + "node_0d222b9c" ], "output_count": 1, "tags": [ @@ -3505,7 +4030,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t7_re, x=0.9045" + "summary": "sketch_id=sketch_153e882b, point_id=t7_re, x=0.9045" }, "context": { "origin": [ @@ -3532,8 +4057,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_22ba1ad6", + "graph_id": "graph_ff292a54", + "node_id": "node_32e158c2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3546,16 +4071,16 @@ } }, { - "node_id": "node_c9cc91bf", + "node_id": "node_e15bfba8", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t7_bs", "x": 0.93332570743373, "y": 13.1225477156497 }, "inputs": [ - "node_22ba1ad6" + "node_32e158c2" ], "output_count": 1, "tags": [ @@ -3565,7 +4090,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t7_bs, x=0.9333" + "summary": "sketch_id=sketch_153e882b, point_id=t7_bs, x=0.9333" }, "context": { "origin": [ @@ -3592,8 +4117,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9cc91bf", + "graph_id": "graph_ff292a54", + "node_id": "node_e15bfba8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3606,16 +4131,16 @@ } }, { - "node_id": "node_a1c383ce", + "node_id": "node_261b4ca9", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t7_be", "x": -0.9333257074337283, "y": 13.1225477156497 }, "inputs": [ - "node_c9cc91bf" + "node_e15bfba8" ], "output_count": 1, "tags": [ @@ -3625,7 +4150,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t7_be, x=-0.9333" + "summary": "sketch_id=sketch_153e882b, point_id=t7_be, x=-0.9333" }, "context": { "origin": [ @@ -3652,8 +4177,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a1c383ce", + "graph_id": "graph_ff292a54", + "node_id": "node_261b4ca9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3666,16 +4191,16 @@ } }, { - "node_id": "node_53612d91", + "node_id": "node_75856c7f", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t7_ts", "x": 0.3654760396425972, "y": 14.995546914482551 }, "inputs": [ - "node_a1c383ce" + "node_261b4ca9" ], "output_count": 1, "tags": [ @@ -3685,7 +4210,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t7_ts, x=0.3655" + "summary": "sketch_id=sketch_153e882b, point_id=t7_ts, x=0.3655" }, "context": { "origin": [ @@ -3712,8 +4237,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_53612d91", + "graph_id": "graph_ff292a54", + "node_id": "node_75856c7f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3726,16 +4251,16 @@ } }, { - "node_id": "node_6af157ab", + "node_id": "node_58b7bd9b", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t7_te", "x": -0.36547603964259534, "y": 14.995546914482551 }, "inputs": [ - "node_53612d91" + "node_75856c7f" ], "output_count": 1, "tags": [ @@ -3745,7 +4270,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t7_te, x=-0.3655" + "summary": "sketch_id=sketch_153e882b, point_id=t7_te, x=-0.3655" }, "context": { "origin": [ @@ -3772,8 +4297,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6af157ab", + "graph_id": "graph_ff292a54", + "node_id": "node_58b7bd9b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3786,16 +4311,16 @@ } }, { - "node_id": "node_34d90bc9", + "node_id": "node_334d5315", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t8_rs", "x": -0.9045437158731755, "y": 12.717873276066024 }, "inputs": [ - "node_6af157ab" + "node_58b7bd9b" ], "output_count": 1, "tags": [ @@ -3805,7 +4330,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t8_rs, x=-0.9045" + "summary": "sketch_id=sketch_153e882b, point_id=t8_rs, x=-0.9045" }, "context": { "origin": [ @@ -3832,8 +4357,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_34d90bc9", + "graph_id": "graph_ff292a54", + "node_id": "node_334d5315", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3846,16 +4371,16 @@ } }, { - "node_id": "node_fd271d8f", + "node_id": "node_6d9e9c46", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t8_re", "x": -1.9481281229348382, "y": 12.600289552888473 }, "inputs": [ - "node_34d90bc9" + "node_334d5315" ], "output_count": 1, "tags": [ @@ -3865,7 +4390,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t8_re, x=-1.948" + "summary": "sketch_id=sketch_153e882b, point_id=t8_re, x=-1.948" }, "context": { "origin": [ @@ -3892,8 +4417,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fd271d8f", + "graph_id": "graph_ff292a54", + "node_id": "node_6d9e9c46", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3906,16 +4431,16 @@ } }, { - "node_id": "node_0f1e9b54", + "node_id": "node_50646193", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t8_bs", "x": -2.010116290238681, "y": 13.001222555028312 }, "inputs": [ - "node_fd271d8f" + "node_6d9e9c46" ], "output_count": 1, "tags": [ @@ -3925,7 +4450,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t8_bs, x=-2.01" + "summary": "sketch_id=sketch_153e882b, point_id=t8_bs, x=-2.01" }, "context": { "origin": [ @@ -3952,8 +4477,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0f1e9b54", + "graph_id": "graph_ff292a54", + "node_id": "node_50646193", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -3966,16 +4491,16 @@ } }, { - "node_id": "node_521deffe", + "node_id": "node_fdaf5a5b", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t8_be", "x": -3.82996685690666, "y": 12.58585353882113 }, "inputs": [ - "node_0f1e9b54" + "node_50646193" ], "output_count": 1, "tags": [ @@ -3985,7 +4510,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t8_be, x=-3.83" + "summary": "sketch_id=sketch_153e882b, point_id=t8_be, x=-3.83" }, "context": { "origin": [ @@ -4012,8 +4537,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_521deffe", + "graph_id": "graph_ff292a54", + "node_id": "node_fdaf5a5b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4026,16 +4551,16 @@ } }, { - "node_id": "node_136fd754", + "node_id": "node_84ca9449", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t8_ts", "x": -2.980510312315147, "y": 14.700903315040986 }, "inputs": [ - "node_521deffe" + "node_fdaf5a5b" ], "output_count": 1, "tags": [ @@ -4045,7 +4570,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t8_ts, x=-2.981" + "summary": "sketch_id=sketch_153e882b, point_id=t8_ts, x=-2.981" }, "context": { "origin": [ @@ -4072,8 +4597,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_136fd754", + "graph_id": "graph_ff292a54", + "node_id": "node_84ca9449", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4086,16 +4611,16 @@ } }, { - "node_id": "node_e4624888", + "node_id": "node_1529869b", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t8_te", "x": -3.6931358968776227, "y": 14.538251175681134 }, "inputs": [ - "node_136fd754" + "node_84ca9449" ], "output_count": 1, "tags": [ @@ -4105,7 +4630,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t8_te, x=-3.693" + "summary": "sketch_id=sketch_153e882b, point_id=t8_te, x=-3.693" }, "context": { "origin": [ @@ -4132,8 +4657,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e4624888", + "graph_id": "graph_ff292a54", + "node_id": "node_1529869b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4146,16 +4671,16 @@ } }, { - "node_id": "node_4a8aabe1", + "node_id": "node_469a67dc", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t9_rs", "x": -3.7118579557216873, "y": 12.197729727967644 }, "inputs": [ - "node_e4624888" + "node_1529869b" ], "output_count": 1, "tags": [ @@ -4165,7 +4690,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t9_rs, x=-3.712" + "summary": "sketch_id=sketch_153e882b, point_id=t9_rs, x=-3.712" }, "context": { "origin": [ @@ -4192,8 +4717,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4a8aabe1", + "graph_id": "graph_ff292a54", + "node_id": "node_469a67dc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4206,16 +4731,16 @@ } }, { - "node_id": "node_f9f3732b", + "node_id": "node_849ad8d8", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t9_re", "x": -4.70311268298429, "y": 11.85087469730198 }, "inputs": [ - "node_4a8aabe1" + "node_469a67dc" ], "output_count": 1, "tags": [ @@ -4225,7 +4750,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t9_re, x=-4.703" + "summary": "sketch_id=sketch_153e882b, point_id=t9_re, x=-4.703" }, "context": { "origin": [ @@ -4252,8 +4777,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f9f3732b", + "graph_id": "graph_ff292a54", + "node_id": "node_849ad8d8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4266,16 +4791,16 @@ } }, { - "node_id": "node_213f0c88", + "node_id": "node_c5f1dec0", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t9_bs", "x": -4.85276266360387, "y": 12.227961807120273 }, "inputs": [ - "node_f9f3732b" + "node_849ad8d8" ], "output_count": 1, "tags": [ @@ -4285,7 +4810,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t9_bs, x=-4.853" + "summary": "sketch_id=sketch_153e882b, point_id=t9_bs, x=-4.853" }, "context": { "origin": [ @@ -4312,8 +4837,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_213f0c88", + "graph_id": "graph_ff292a54", + "node_id": "node_c5f1dec0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4326,16 +4851,16 @@ } }, { - "node_id": "node_a94004bd", + "node_id": "node_fa10dfb0", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t9_be", "x": -6.534557475625456, "y": 11.4180521116085 }, "inputs": [ - "node_213f0c88" + "node_c5f1dec0" ], "output_count": 1, "tags": [ @@ -4345,7 +4870,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t9_be, x=-6.535" + "summary": "sketch_id=sketch_153e882b, point_id=t9_be, x=-6.535" }, "context": { "origin": [ @@ -4372,8 +4897,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a94004bd", + "graph_id": "graph_ff292a54", + "node_id": "node_fa10dfb0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4386,16 +4911,16 @@ } }, { - "node_id": "node_48493c5f", + "node_id": "node_c1fde5ce", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t9_ts", "x": -6.177041431686201, "y": 13.669095037756966 }, "inputs": [ - "node_a94004bd" + "node_fa10dfb0" ], "output_count": 1, "tags": [ @@ -4405,7 +4930,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t9_ts, x=-6.177" + "summary": "sketch_id=sketch_153e882b, point_id=t9_ts, x=-6.177" }, "context": { "origin": [ @@ -4432,8 +4957,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_48493c5f", + "graph_id": "graph_ff292a54", + "node_id": "node_c1fde5ce", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4446,16 +4971,16 @@ } }, { - "node_id": "node_3330cebb", + "node_id": "node_cd459a37", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t9_te", "x": -6.835606499050702, "y": 13.351946816480952 }, "inputs": [ - "node_48493c5f" + "node_c1fde5ce" ], "output_count": 1, "tags": [ @@ -4465,7 +4990,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t9_te, x=-6.836" + "summary": "sketch_id=sketch_153e882b, point_id=t9_te, x=-6.836" }, "context": { "origin": [ @@ -4492,8 +5017,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3330cebb", + "graph_id": "graph_ff292a54", + "node_id": "node_cd459a37", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4506,16 +5031,16 @@ } }, { - "node_id": "node_3c285dc6", + "node_id": "node_18e653cc", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t10_rs", "x": -6.3330441383013, "y": 11.065941078025292 }, "inputs": [ - "node_3330cebb" + "node_cd459a37" ], "output_count": 1, "tags": [ @@ -4525,7 +5050,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t10_rs, x=-6.333" + "summary": "sketch_id=sketch_153e882b, point_id=t10_rs, x=-6.333" }, "context": { "origin": [ @@ -4552,8 +5077,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3c285dc6", + "graph_id": "graph_ff292a54", + "node_id": "node_18e653cc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4566,16 +5091,16 @@ } }, { - "node_id": "node_3ca2fe6a", + "node_id": "node_da8ba90a", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t10_re", "x": -7.222263534620619, "y": 10.50720749944957 }, "inputs": [ - "node_3c285dc6" + "node_18e653cc" ], "output_count": 1, "tags": [ @@ -4585,7 +5110,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t10_re, x=-7.222" + "summary": "sketch_id=sketch_153e882b, point_id=t10_re, x=-7.222" }, "context": { "origin": [ @@ -4612,8 +5137,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3ca2fe6a", + "graph_id": "graph_ff292a54", + "node_id": "node_da8ba90a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4626,16 +5151,16 @@ } }, { - "node_id": "node_6ee19d55", + "node_id": "node_5a99ec60", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t10_bs", "x": -7.45207125364377, "y": 10.841539994681384 }, "inputs": [ - "node_3ca2fe6a" + "node_da8ba90a" ], "output_count": 1, "tags": [ @@ -4645,7 +5170,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t10_bs, x=-7.452" + "summary": "sketch_id=sketch_153e882b, point_id=t10_bs, x=-7.452" }, "context": { "origin": [ @@ -4672,8 +5197,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6ee19d55", + "graph_id": "graph_ff292a54", + "node_id": "node_5a99ec60", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4686,16 +5211,16 @@ } }, { - "node_id": "node_5b96ab10", + "node_id": "node_32a62a3b", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t10_be", "x": -8.911478096580645, "y": 9.677701873886344 }, "inputs": [ - "node_6ee19d55" + "node_5a99ec60" ], "output_count": 1, "tags": [ @@ -4705,7 +5230,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t10_be, x=-8.911" + "summary": "sketch_id=sketch_153e882b, point_id=t10_be, x=-8.911" }, "context": { "origin": [ @@ -4732,8 +5257,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5b96ab10", + "graph_id": "graph_ff292a54", + "node_id": "node_32a62a3b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4746,16 +5271,16 @@ } }, { - "node_id": "node_784ed6db", + "node_id": "node_b66bc565", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t10_ts", "x": -9.06382990059375, "y": 11.951861258109663 }, "inputs": [ - "node_5b96ab10" + "node_32a62a3b" ], "output_count": 1, "tags": [ @@ -4765,7 +5290,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t10_ts, x=-9.064" + "summary": "sketch_id=sketch_153e882b, point_id=t10_ts, x=-9.064" }, "context": { "origin": [ @@ -4792,8 +5317,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_784ed6db", + "graph_id": "graph_ff292a54", + "node_id": "node_b66bc565", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4806,16 +5331,16 @@ } }, { - "node_id": "node_8d8c8ea0", + "node_id": "node_c74dbac5", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t10_te", "x": -9.635311248354386, "y": 11.496120091027905 }, "inputs": [ - "node_784ed6db" + "node_b66bc565" ], "output_count": 1, "tags": [ @@ -4825,7 +5350,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t10_te, x=-9.635" + "summary": "sketch_id=sketch_153e882b, point_id=t10_te, x=-9.635" }, "context": { "origin": [ @@ -4852,8 +5377,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8d8c8ea0", + "graph_id": "graph_ff292a54", + "node_id": "node_c74dbac5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4866,16 +5391,16 @@ } }, { - "node_id": "node_da40cfef", + "node_id": "node_548bcde8", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t11_rs", "x": -8.636665043297155, "y": 9.379259935084908 }, "inputs": [ - "node_8d8c8ea0" + "node_c74dbac5" ], "output_count": 1, "tags": [ @@ -4885,7 +5410,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t11_rs, x=-8.637" + "summary": "sketch_id=sketch_153e882b, point_id=t11_rs, x=-8.637" }, "context": { "origin": [ @@ -4912,8 +5437,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_da40cfef", + "graph_id": "graph_ff292a54", + "node_id": "node_548bcde8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4926,16 +5451,16 @@ } }, { - "node_id": "node_fefb7603", + "node_id": "node_a8b7ce08", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t11_re", "x": -9.379259935084907, "y": 8.636665043297157 }, "inputs": [ - "node_da40cfef" + "node_548bcde8" ], "output_count": 1, "tags": [ @@ -4945,7 +5470,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t11_re, x=-9.379" + "summary": "sketch_id=sketch_153e882b, point_id=t11_re, x=-9.379" }, "context": { "origin": [ @@ -4972,8 +5497,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fefb7603", + "graph_id": "graph_ff292a54", + "node_id": "node_a8b7ce08", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -4986,16 +5511,16 @@ } }, { - "node_id": "node_62ef13ba", + "node_id": "node_87805a5e", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t11_bs", "x": -9.677701873886344, "y": 8.911478096580646 }, "inputs": [ - "node_fefb7603" + "node_a8b7ce08" ], "output_count": 1, "tags": [ @@ -5005,7 +5530,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t11_bs, x=-9.678" + "summary": "sketch_id=sketch_153e882b, point_id=t11_bs, x=-9.678" }, "context": { "origin": [ @@ -5032,8 +5557,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_62ef13ba", + "graph_id": "graph_ff292a54", + "node_id": "node_87805a5e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5046,16 +5571,16 @@ } }, { - "node_id": "node_4086bae8", + "node_id": "node_dab2ee02", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t11_be", "x": -10.841539994681382, "y": 7.452071253643771 }, "inputs": [ - "node_62ef13ba" + "node_87805a5e" ], "output_count": 1, "tags": [ @@ -5065,7 +5590,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t11_be, x=-10.84" + "summary": "sketch_id=sketch_153e882b, point_id=t11_be, x=-10.84" }, "context": { "origin": [ @@ -5092,8 +5617,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4086bae8", + "graph_id": "graph_ff292a54", + "node_id": "node_dab2ee02", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5106,16 +5631,16 @@ } }, { - "node_id": "node_7a42ce6a", + "node_id": "node_88a1b61b", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t11_ts", "x": -11.496120091027903, "y": 9.635311248354387 }, "inputs": [ - "node_4086bae8" + "node_dab2ee02" ], "output_count": 1, "tags": [ @@ -5125,7 +5650,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t11_ts, x=-11.5" + "summary": "sketch_id=sketch_153e882b, point_id=t11_ts, x=-11.5" }, "context": { "origin": [ @@ -5152,8 +5677,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a42ce6a", + "graph_id": "graph_ff292a54", + "node_id": "node_88a1b61b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5166,16 +5691,16 @@ } }, { - "node_id": "node_853e42a2", + "node_id": "node_c900c690", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t11_te", "x": -11.95186125810966, "y": 9.063829900593753 }, "inputs": [ - "node_7a42ce6a" + "node_88a1b61b" ], "output_count": 1, "tags": [ @@ -5185,7 +5710,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t11_te, x=-11.95" + "summary": "sketch_id=sketch_153e882b, point_id=t11_te, x=-11.95" }, "context": { "origin": [ @@ -5212,8 +5737,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_853e42a2", + "graph_id": "graph_ff292a54", + "node_id": "node_c900c690", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5226,16 +5751,16 @@ } }, { - "node_id": "node_eba3cf84", + "node_id": "node_8ef31335", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t12_rs", "x": -10.507207499449569, "y": 7.2222635346206205 }, "inputs": [ - "node_853e42a2" + "node_c900c690" ], "output_count": 1, "tags": [ @@ -5245,7 +5770,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t12_rs, x=-10.51" + "summary": "sketch_id=sketch_153e882b, point_id=t12_rs, x=-10.51" }, "context": { "origin": [ @@ -5272,8 +5797,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_eba3cf84", + "graph_id": "graph_ff292a54", + "node_id": "node_8ef31335", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5286,16 +5811,16 @@ } }, { - "node_id": "node_989380ca", + "node_id": "node_6b8acd77", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t12_re", "x": -11.06594107802529, "y": 6.333044138301302 }, "inputs": [ - "node_eba3cf84" + "node_8ef31335" ], "output_count": 1, "tags": [ @@ -5305,7 +5830,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t12_re, x=-11.07" + "summary": "sketch_id=sketch_153e882b, point_id=t12_re, x=-11.07" }, "context": { "origin": [ @@ -5332,8 +5857,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_989380ca", + "graph_id": "graph_ff292a54", + "node_id": "node_6b8acd77", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5346,16 +5871,16 @@ } }, { - "node_id": "node_e3daeca6", + "node_id": "node_debfd526", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t12_bs", "x": -11.418052111608498, "y": 6.5345574756254585 }, "inputs": [ - "node_989380ca" + "node_6b8acd77" ], "output_count": 1, "tags": [ @@ -5365,7 +5890,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t12_bs, x=-11.42" + "summary": "sketch_id=sketch_153e882b, point_id=t12_bs, x=-11.42" }, "context": { "origin": [ @@ -5392,8 +5917,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e3daeca6", + "graph_id": "graph_ff292a54", + "node_id": "node_debfd526", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5406,16 +5931,16 @@ } }, { - "node_id": "node_c0e4285c", + "node_id": "node_c51046d0", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t12_be", "x": -12.227961807120273, "y": 4.85276266360387 }, "inputs": [ - "node_e3daeca6" + "node_debfd526" ], "output_count": 1, "tags": [ @@ -5425,7 +5950,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t12_be, x=-12.23" + "summary": "sketch_id=sketch_153e882b, point_id=t12_be, x=-12.23" }, "context": { "origin": [ @@ -5452,8 +5977,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c0e4285c", + "graph_id": "graph_ff292a54", + "node_id": "node_c51046d0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5466,16 +5991,16 @@ } }, { - "node_id": "node_60ba72e7", + "node_id": "node_d39930bc", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t12_ts", "x": -13.35194681648095, "y": 6.835606499050705 }, "inputs": [ - "node_c0e4285c" + "node_c51046d0" ], "output_count": 1, "tags": [ @@ -5485,7 +6010,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t12_ts, x=-13.35" + "summary": "sketch_id=sketch_153e882b, point_id=t12_ts, x=-13.35" }, "context": { "origin": [ @@ -5512,8 +6037,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_60ba72e7", + "graph_id": "graph_ff292a54", + "node_id": "node_d39930bc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5526,16 +6051,16 @@ } }, { - "node_id": "node_11056f1f", + "node_id": "node_6812f6e4", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t12_te", "x": -13.669095037756966, "y": 6.1770414316862 }, "inputs": [ - "node_60ba72e7" + "node_d39930bc" ], "output_count": 1, "tags": [ @@ -5545,7 +6070,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t12_te, x=-13.67" + "summary": "sketch_id=sketch_153e882b, point_id=t12_te, x=-13.67" }, "context": { "origin": [ @@ -5572,8 +6097,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_11056f1f", + "graph_id": "graph_ff292a54", + "node_id": "node_6812f6e4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5586,16 +6111,16 @@ } }, { - "node_id": "node_eb9a2b58", + "node_id": "node_a0069614", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t13_rs", "x": -11.85087469730198, "y": 4.70311268298429 }, "inputs": [ - "node_11056f1f" + "node_6812f6e4" ], "output_count": 1, "tags": [ @@ -5605,7 +6130,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t13_rs, x=-11.85" + "summary": "sketch_id=sketch_153e882b, point_id=t13_rs, x=-11.85" }, "context": { "origin": [ @@ -5632,8 +6157,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_eb9a2b58", + "graph_id": "graph_ff292a54", + "node_id": "node_a0069614", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5646,16 +6171,16 @@ } }, { - "node_id": "node_540e9b6a", + "node_id": "node_fc4b55c1", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t13_re", "x": -12.197729727967642, "y": 3.711857955721692 }, "inputs": [ - "node_eb9a2b58" + "node_a0069614" ], "output_count": 1, "tags": [ @@ -5665,7 +6190,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t13_re, x=-12.2" + "summary": "sketch_id=sketch_153e882b, point_id=t13_re, x=-12.2" }, "context": { "origin": [ @@ -5692,8 +6217,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_540e9b6a", + "graph_id": "graph_ff292a54", + "node_id": "node_fc4b55c1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5706,16 +6231,16 @@ } }, { - "node_id": "node_900d37c9", + "node_id": "node_354a8fe2", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t13_bs", "x": -12.585853538821128, "y": 3.829966856906665 }, "inputs": [ - "node_540e9b6a" + "node_fc4b55c1" ], "output_count": 1, "tags": [ @@ -5725,7 +6250,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t13_bs, x=-12.59" + "summary": "sketch_id=sketch_153e882b, point_id=t13_bs, x=-12.59" }, "context": { "origin": [ @@ -5752,8 +6277,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_900d37c9", + "graph_id": "graph_ff292a54", + "node_id": "node_354a8fe2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5766,16 +6291,16 @@ } }, { - "node_id": "node_77bdb904", + "node_id": "node_32960901", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t13_be", "x": -13.001222555028312, "y": 2.0101162902386807 }, "inputs": [ - "node_900d37c9" + "node_354a8fe2" ], "output_count": 1, "tags": [ @@ -5785,7 +6310,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t13_be, x=-13" + "summary": "sketch_id=sketch_153e882b, point_id=t13_be, x=-13" }, "context": { "origin": [ @@ -5812,8 +6337,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_77bdb904", + "graph_id": "graph_ff292a54", + "node_id": "node_32960901", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5826,16 +6351,16 @@ } }, { - "node_id": "node_423a85db", + "node_id": "node_eb3686e5", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t13_ts", "x": -14.538251175681133, "y": 3.6931358968776284 }, "inputs": [ - "node_77bdb904" + "node_32960901" ], "output_count": 1, "tags": [ @@ -5845,7 +6370,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t13_ts, x=-14.54" + "summary": "sketch_id=sketch_153e882b, point_id=t13_ts, x=-14.54" }, "context": { "origin": [ @@ -5872,8 +6397,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_423a85db", + "graph_id": "graph_ff292a54", + "node_id": "node_eb3686e5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5886,16 +6411,16 @@ } }, { - "node_id": "node_28e51914", + "node_id": "node_b17632eb", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t13_te", "x": -14.700903315040986, "y": 2.980510312315147 }, "inputs": [ - "node_423a85db" + "node_eb3686e5" ], "output_count": 1, "tags": [ @@ -5905,7 +6430,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t13_te, x=-14.7" + "summary": "sketch_id=sketch_153e882b, point_id=t13_te, x=-14.7" }, "context": { "origin": [ @@ -5932,8 +6457,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_28e51914", + "graph_id": "graph_ff292a54", + "node_id": "node_b17632eb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -5946,16 +6471,16 @@ } }, { - "node_id": "node_67f2af9d", + "node_id": "node_81240212", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t14_rs", "x": -12.600289552888473, "y": 1.948128122934838 }, "inputs": [ - "node_28e51914" + "node_b17632eb" ], "output_count": 1, "tags": [ @@ -5965,7 +6490,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t14_rs, x=-12.6" + "summary": "sketch_id=sketch_153e882b, point_id=t14_rs, x=-12.6" }, "context": { "origin": [ @@ -5992,8 +6517,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_67f2af9d", + "graph_id": "graph_ff292a54", + "node_id": "node_81240212", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6006,16 +6531,16 @@ } }, { - "node_id": "node_93af8a40", + "node_id": "node_cea031bb", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t14_re", "x": -12.717873276066024, "y": 0.9045437158731808 }, "inputs": [ - "node_67f2af9d" + "node_81240212" ], "output_count": 1, "tags": [ @@ -6025,7 +6550,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t14_re, x=-12.72" + "summary": "sketch_id=sketch_153e882b, point_id=t14_re, x=-12.72" }, "context": { "origin": [ @@ -6052,8 +6577,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_93af8a40", + "graph_id": "graph_ff292a54", + "node_id": "node_cea031bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6066,16 +6591,16 @@ } }, { - "node_id": "node_20e268b8", + "node_id": "node_0737e081", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t14_bs", "x": -13.1225477156497, "y": 0.9333257074337338 }, "inputs": [ - "node_93af8a40" + "node_cea031bb" ], "output_count": 1, "tags": [ @@ -6085,7 +6610,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t14_bs, x=-13.12" + "summary": "sketch_id=sketch_153e882b, point_id=t14_bs, x=-13.12" }, "context": { "origin": [ @@ -6112,8 +6637,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_20e268b8", + "graph_id": "graph_ff292a54", + "node_id": "node_0737e081", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6126,16 +6651,16 @@ } }, { - "node_id": "node_20ce57e2", + "node_id": "node_e9556b7a", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t14_be", "x": -13.1225477156497, "y": -0.9333257074337306 }, "inputs": [ - "node_20e268b8" + "node_0737e081" ], "output_count": 1, "tags": [ @@ -6145,7 +6670,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t14_be, x=-13.12" + "summary": "sketch_id=sketch_153e882b, point_id=t14_be, x=-13.12" }, "context": { "origin": [ @@ -6172,8 +6697,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_20ce57e2", + "graph_id": "graph_ff292a54", + "node_id": "node_e9556b7a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6186,16 +6711,16 @@ } }, { - "node_id": "node_57d0c161", + "node_id": "node_646378ec", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t14_ts", "x": -14.995546914482551, "y": 0.36547603964260145 }, "inputs": [ - "node_20ce57e2" + "node_e9556b7a" ], "output_count": 1, "tags": [ @@ -6205,7 +6730,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t14_ts, x=-15" + "summary": "sketch_id=sketch_153e882b, point_id=t14_ts, x=-15" }, "context": { "origin": [ @@ -6232,8 +6757,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_57d0c161", + "graph_id": "graph_ff292a54", + "node_id": "node_646378ec", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6246,16 +6771,16 @@ } }, { - "node_id": "node_5a3646be", + "node_id": "node_4e80916c", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t14_te", "x": -14.995546914482551, "y": -0.3654760396425978 }, "inputs": [ - "node_57d0c161" + "node_646378ec" ], "output_count": 1, "tags": [ @@ -6265,7 +6790,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t14_te, x=-15" + "summary": "sketch_id=sketch_153e882b, point_id=t14_te, x=-15" }, "context": { "origin": [ @@ -6292,8 +6817,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5a3646be", + "graph_id": "graph_ff292a54", + "node_id": "node_4e80916c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6306,16 +6831,16 @@ } }, { - "node_id": "node_a440a6a3", + "node_id": "node_0fb58925", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t15_rs", "x": -12.717873276066024, "y": -0.9045437158731776 }, "inputs": [ - "node_5a3646be" + "node_4e80916c" ], "output_count": 1, "tags": [ @@ -6325,7 +6850,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t15_rs, x=-12.72" + "summary": "sketch_id=sketch_153e882b, point_id=t15_rs, x=-12.72" }, "context": { "origin": [ @@ -6352,8 +6877,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a440a6a3", + "graph_id": "graph_ff292a54", + "node_id": "node_0fb58925", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6366,16 +6891,16 @@ } }, { - "node_id": "node_769087d8", + "node_id": "node_a6f5bedd", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t15_re", "x": -12.600289552888473, "y": -1.9481281229348346 }, "inputs": [ - "node_a440a6a3" + "node_0fb58925" ], "output_count": 1, "tags": [ @@ -6385,7 +6910,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t15_re, x=-12.6" + "summary": "sketch_id=sketch_153e882b, point_id=t15_re, x=-12.6" }, "context": { "origin": [ @@ -6412,8 +6937,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_769087d8", + "graph_id": "graph_ff292a54", + "node_id": "node_a6f5bedd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6426,16 +6951,16 @@ } }, { - "node_id": "node_bcb317ec", + "node_id": "node_04ff78eb", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t15_bs", "x": -13.001222555028312, "y": -2.0101162902386775 }, "inputs": [ - "node_769087d8" + "node_a6f5bedd" ], "output_count": 1, "tags": [ @@ -6445,7 +6970,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t15_bs, x=-13" + "summary": "sketch_id=sketch_153e882b, point_id=t15_bs, x=-13" }, "context": { "origin": [ @@ -6472,8 +6997,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bcb317ec", + "graph_id": "graph_ff292a54", + "node_id": "node_04ff78eb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6486,16 +7011,16 @@ } }, { - "node_id": "node_0279c15f", + "node_id": "node_656320b6", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t15_be", "x": -12.585853538821128, "y": -3.8299668569066623 }, "inputs": [ - "node_bcb317ec" + "node_04ff78eb" ], "output_count": 1, "tags": [ @@ -6505,7 +7030,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t15_be, x=-12.59" + "summary": "sketch_id=sketch_153e882b, point_id=t15_be, x=-12.59" }, "context": { "origin": [ @@ -6532,8 +7057,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0279c15f", + "graph_id": "graph_ff292a54", + "node_id": "node_656320b6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6546,16 +7071,16 @@ } }, { - "node_id": "node_8a052f11", + "node_id": "node_660b36f2", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t15_ts", "x": -14.700903315040987, "y": -2.980510312315143 }, "inputs": [ - "node_0279c15f" + "node_656320b6" ], "output_count": 1, "tags": [ @@ -6565,7 +7090,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t15_ts, x=-14.7" + "summary": "sketch_id=sketch_153e882b, point_id=t15_ts, x=-14.7" }, "context": { "origin": [ @@ -6592,8 +7117,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8a052f11", + "graph_id": "graph_ff292a54", + "node_id": "node_660b36f2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6606,16 +7131,16 @@ } }, { - "node_id": "node_58cf083f", + "node_id": "node_764fc58f", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t15_te", "x": -14.538251175681134, "y": -3.6931358968776253 }, "inputs": [ - "node_8a052f11" + "node_660b36f2" ], "output_count": 1, "tags": [ @@ -6625,7 +7150,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t15_te, x=-14.54" + "summary": "sketch_id=sketch_153e882b, point_id=t15_te, x=-14.54" }, "context": { "origin": [ @@ -6652,8 +7177,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_58cf083f", + "graph_id": "graph_ff292a54", + "node_id": "node_764fc58f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6666,16 +7191,16 @@ } }, { - "node_id": "node_fa1150c0", + "node_id": "node_cb66e775", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t16_rs", "x": -12.197729727967642, "y": -3.7118579557216895 }, "inputs": [ - "node_58cf083f" + "node_764fc58f" ], "output_count": 1, "tags": [ @@ -6685,7 +7210,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t16_rs, x=-12.2" + "summary": "sketch_id=sketch_153e882b, point_id=t16_rs, x=-12.2" }, "context": { "origin": [ @@ -6712,8 +7237,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fa1150c0", + "graph_id": "graph_ff292a54", + "node_id": "node_cb66e775", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6726,16 +7251,16 @@ } }, { - "node_id": "node_63955866", + "node_id": "node_a0d9cb02", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t16_re", "x": -11.850874697301983, "y": -4.703112682984288 }, "inputs": [ - "node_fa1150c0" + "node_cb66e775" ], "output_count": 1, "tags": [ @@ -6745,7 +7270,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t16_re, x=-11.85" + "summary": "sketch_id=sketch_153e882b, point_id=t16_re, x=-11.85" }, "context": { "origin": [ @@ -6772,8 +7297,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_63955866", + "graph_id": "graph_ff292a54", + "node_id": "node_a0d9cb02", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6786,16 +7311,16 @@ } }, { - "node_id": "node_2d08012d", + "node_id": "node_356ff6b6", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t16_bs", "x": -12.227961807120275, "y": -4.852762663603867 }, "inputs": [ - "node_63955866" + "node_a0d9cb02" ], "output_count": 1, "tags": [ @@ -6805,7 +7330,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t16_bs, x=-12.23" + "summary": "sketch_id=sketch_153e882b, point_id=t16_bs, x=-12.23" }, "context": { "origin": [ @@ -6832,8 +7357,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2d08012d", + "graph_id": "graph_ff292a54", + "node_id": "node_356ff6b6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6846,16 +7371,16 @@ } }, { - "node_id": "node_fe3a182c", + "node_id": "node_aec9f8fd", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t16_be", "x": -11.4180521116085, "y": -6.534557475625456 }, "inputs": [ - "node_2d08012d" + "node_356ff6b6" ], "output_count": 1, "tags": [ @@ -6865,7 +7390,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t16_be, x=-11.42" + "summary": "sketch_id=sketch_153e882b, point_id=t16_be, x=-11.42" }, "context": { "origin": [ @@ -6892,8 +7417,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fe3a182c", + "graph_id": "graph_ff292a54", + "node_id": "node_aec9f8fd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6906,16 +7431,16 @@ } }, { - "node_id": "node_57c1ab31", + "node_id": "node_95460fed", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t16_ts", "x": -13.669095037756968, "y": -6.177041431686196 }, "inputs": [ - "node_fe3a182c" + "node_aec9f8fd" ], "output_count": 1, "tags": [ @@ -6925,7 +7450,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t16_ts, x=-13.67" + "summary": "sketch_id=sketch_153e882b, point_id=t16_ts, x=-13.67" }, "context": { "origin": [ @@ -6952,8 +7477,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_57c1ab31", + "graph_id": "graph_ff292a54", + "node_id": "node_95460fed", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -6966,16 +7491,16 @@ } }, { - "node_id": "node_dfe34b34", + "node_id": "node_39434116", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t16_te", "x": -13.351946816480952, "y": -6.8356064990507015 }, "inputs": [ - "node_57c1ab31" + "node_95460fed" ], "output_count": 1, "tags": [ @@ -6985,7 +7510,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t16_te, x=-13.35" + "summary": "sketch_id=sketch_153e882b, point_id=t16_te, x=-13.35" }, "context": { "origin": [ @@ -7012,8 +7537,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dfe34b34", + "graph_id": "graph_ff292a54", + "node_id": "node_39434116", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7026,16 +7551,16 @@ } }, { - "node_id": "node_14851233", + "node_id": "node_c57b660e", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t17_rs", "x": -11.065941078025292, "y": -6.333044138301299 }, "inputs": [ - "node_dfe34b34" + "node_39434116" ], "output_count": 1, "tags": [ @@ -7045,7 +7570,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t17_rs, x=-11.07" + "summary": "sketch_id=sketch_153e882b, point_id=t17_rs, x=-11.07" }, "context": { "origin": [ @@ -7072,8 +7597,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_14851233", + "graph_id": "graph_ff292a54", + "node_id": "node_c57b660e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7086,16 +7611,16 @@ } }, { - "node_id": "node_146048ab", + "node_id": "node_b8e36de9", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t17_re", "x": -10.50720749944957, "y": -7.222263534620618 }, "inputs": [ - "node_14851233" + "node_c57b660e" ], "output_count": 1, "tags": [ @@ -7105,7 +7630,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t17_re, x=-10.51" + "summary": "sketch_id=sketch_153e882b, point_id=t17_re, x=-10.51" }, "context": { "origin": [ @@ -7132,8 +7657,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_146048ab", + "graph_id": "graph_ff292a54", + "node_id": "node_b8e36de9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7146,16 +7671,16 @@ } }, { - "node_id": "node_2a8a5a95", + "node_id": "node_1ea539ab", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t17_bs", "x": -10.841539994681384, "y": -7.452071253643768 }, "inputs": [ - "node_146048ab" + "node_b8e36de9" ], "output_count": 1, "tags": [ @@ -7165,7 +7690,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t17_bs, x=-10.84" + "summary": "sketch_id=sketch_153e882b, point_id=t17_bs, x=-10.84" }, "context": { "origin": [ @@ -7192,8 +7717,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2a8a5a95", + "graph_id": "graph_ff292a54", + "node_id": "node_1ea539ab", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7206,16 +7731,16 @@ } }, { - "node_id": "node_04cf58aa", + "node_id": "node_84ef6494", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t17_be", "x": -9.677701873886344, "y": -8.911478096580645 }, "inputs": [ - "node_2a8a5a95" + "node_1ea539ab" ], "output_count": 1, "tags": [ @@ -7225,7 +7750,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t17_be, x=-9.678" + "summary": "sketch_id=sketch_153e882b, point_id=t17_be, x=-9.678" }, "context": { "origin": [ @@ -7252,8 +7777,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_04cf58aa", + "graph_id": "graph_ff292a54", + "node_id": "node_84ef6494", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7266,16 +7791,16 @@ } }, { - "node_id": "node_8e8ae74f", + "node_id": "node_88d4d887", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t17_ts", "x": -11.951861258109664, "y": -9.063829900593749 }, "inputs": [ - "node_04cf58aa" + "node_84ef6494" ], "output_count": 1, "tags": [ @@ -7285,7 +7810,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t17_ts, x=-11.95" + "summary": "sketch_id=sketch_153e882b, point_id=t17_ts, x=-11.95" }, "context": { "origin": [ @@ -7312,8 +7837,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8e8ae74f", + "graph_id": "graph_ff292a54", + "node_id": "node_88d4d887", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7326,16 +7851,16 @@ } }, { - "node_id": "node_81e1bb6c", + "node_id": "node_67156abb", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t17_te", "x": -11.496120091027905, "y": -9.635311248354384 }, "inputs": [ - "node_8e8ae74f" + "node_88d4d887" ], "output_count": 1, "tags": [ @@ -7345,7 +7870,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t17_te, x=-11.5" + "summary": "sketch_id=sketch_153e882b, point_id=t17_te, x=-11.5" }, "context": { "origin": [ @@ -7372,8 +7897,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_81e1bb6c", + "graph_id": "graph_ff292a54", + "node_id": "node_67156abb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7386,16 +7911,16 @@ } }, { - "node_id": "node_7bd0955c", + "node_id": "node_c23a8cdd", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t18_rs", "x": -9.379259935084908, "y": -8.636665043297155 }, "inputs": [ - "node_81e1bb6c" + "node_67156abb" ], "output_count": 1, "tags": [ @@ -7405,7 +7930,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t18_rs, x=-9.379" + "summary": "sketch_id=sketch_153e882b, point_id=t18_rs, x=-9.379" }, "context": { "origin": [ @@ -7432,8 +7957,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7bd0955c", + "graph_id": "graph_ff292a54", + "node_id": "node_c23a8cdd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7446,16 +7971,16 @@ } }, { - "node_id": "node_336d1e97", + "node_id": "node_a0f89b18", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t18_re", "x": -8.636665043297157, "y": -9.379259935084907 }, "inputs": [ - "node_7bd0955c" + "node_c23a8cdd" ], "output_count": 1, "tags": [ @@ -7465,7 +7990,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t18_re, x=-8.637" + "summary": "sketch_id=sketch_153e882b, point_id=t18_re, x=-8.637" }, "context": { "origin": [ @@ -7492,8 +8017,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_336d1e97", + "graph_id": "graph_ff292a54", + "node_id": "node_a0f89b18", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7506,16 +8031,16 @@ } }, { - "node_id": "node_18572383", + "node_id": "node_4f474152", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t18_bs", "x": -8.911478096580646, "y": -9.677701873886342 }, "inputs": [ - "node_336d1e97" + "node_a0f89b18" ], "output_count": 1, "tags": [ @@ -7525,7 +8050,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t18_bs, x=-8.911" + "summary": "sketch_id=sketch_153e882b, point_id=t18_bs, x=-8.911" }, "context": { "origin": [ @@ -7552,8 +8077,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_18572383", + "graph_id": "graph_ff292a54", + "node_id": "node_4f474152", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7566,16 +8091,16 @@ } }, { - "node_id": "node_c8609c67", + "node_id": "node_4bf147f4", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t18_be", "x": -7.452071253643777, "y": -10.841539994681378 }, "inputs": [ - "node_18572383" + "node_4f474152" ], "output_count": 1, "tags": [ @@ -7585,7 +8110,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t18_be, x=-7.452" + "summary": "sketch_id=sketch_153e882b, point_id=t18_be, x=-7.452" }, "context": { "origin": [ @@ -7612,8 +8137,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c8609c67", + "graph_id": "graph_ff292a54", + "node_id": "node_4bf147f4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7626,16 +8151,16 @@ } }, { - "node_id": "node_6cc7f6cc", + "node_id": "node_434e5cb3", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t18_ts", "x": -9.635311248354387, "y": -11.496120091027903 }, "inputs": [ - "node_c8609c67" + "node_4bf147f4" ], "output_count": 1, "tags": [ @@ -7645,7 +8170,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t18_ts, x=-9.635" + "summary": "sketch_id=sketch_153e882b, point_id=t18_ts, x=-9.635" }, "context": { "origin": [ @@ -7672,8 +8197,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6cc7f6cc", + "graph_id": "graph_ff292a54", + "node_id": "node_434e5cb3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7686,16 +8211,16 @@ } }, { - "node_id": "node_b2ca1a85", + "node_id": "node_a8a66710", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t18_te", "x": -9.063829900593753, "y": -11.95186125810966 }, "inputs": [ - "node_6cc7f6cc" + "node_434e5cb3" ], "output_count": 1, "tags": [ @@ -7705,7 +8230,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t18_te, x=-9.064" + "summary": "sketch_id=sketch_153e882b, point_id=t18_te, x=-9.064" }, "context": { "origin": [ @@ -7732,8 +8257,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b2ca1a85", + "graph_id": "graph_ff292a54", + "node_id": "node_a8a66710", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7746,16 +8271,16 @@ } }, { - "node_id": "node_71e90583", + "node_id": "node_5ff50fd7", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t19_rs", "x": -7.222263534620626, "y": -10.507207499449565 }, "inputs": [ - "node_b2ca1a85" + "node_a8a66710" ], "output_count": 1, "tags": [ @@ -7765,7 +8290,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t19_rs, x=-7.222" + "summary": "sketch_id=sketch_153e882b, point_id=t19_rs, x=-7.222" }, "context": { "origin": [ @@ -7792,8 +8317,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_71e90583", + "graph_id": "graph_ff292a54", + "node_id": "node_5ff50fd7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7806,16 +8331,16 @@ } }, { - "node_id": "node_dc5a6a30", + "node_id": "node_1521314f", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t19_re", "x": -6.333044138301298, "y": -11.065941078025292 }, "inputs": [ - "node_71e90583" + "node_5ff50fd7" ], "output_count": 1, "tags": [ @@ -7825,7 +8350,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t19_re, x=-6.333" + "summary": "sketch_id=sketch_153e882b, point_id=t19_re, x=-6.333" }, "context": { "origin": [ @@ -7852,8 +8377,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dc5a6a30", + "graph_id": "graph_ff292a54", + "node_id": "node_1521314f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7866,16 +8391,16 @@ } }, { - "node_id": "node_5db6cd4c", + "node_id": "node_4d60c160", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t19_bs", "x": -6.534557475625454, "y": -11.4180521116085 }, "inputs": [ - "node_dc5a6a30" + "node_1521314f" ], "output_count": 1, "tags": [ @@ -7885,7 +8410,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t19_bs, x=-6.535" + "summary": "sketch_id=sketch_153e882b, point_id=t19_bs, x=-6.535" }, "context": { "origin": [ @@ -7912,8 +8437,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5db6cd4c", + "graph_id": "graph_ff292a54", + "node_id": "node_4d60c160", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7926,16 +8451,16 @@ } }, { - "node_id": "node_10ebe476", + "node_id": "node_cb6774bb", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t19_be", "x": -4.852762663603876, "y": -12.227961807120272 }, "inputs": [ - "node_5db6cd4c" + "node_4d60c160" ], "output_count": 1, "tags": [ @@ -7945,7 +8470,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t19_be, x=-4.853" + "summary": "sketch_id=sketch_153e882b, point_id=t19_be, x=-4.853" }, "context": { "origin": [ @@ -7972,8 +8497,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_10ebe476", + "graph_id": "graph_ff292a54", + "node_id": "node_cb6774bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -7986,16 +8511,16 @@ } }, { - "node_id": "node_2d08d7eb", + "node_id": "node_d2457873", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t19_ts", "x": -6.835606499050706, "y": -13.35194681648095 }, "inputs": [ - "node_10ebe476" + "node_cb6774bb" ], "output_count": 1, "tags": [ @@ -8005,7 +8530,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t19_ts, x=-6.836" + "summary": "sketch_id=sketch_153e882b, point_id=t19_ts, x=-6.836" }, "context": { "origin": [ @@ -8032,8 +8557,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2d08d7eb", + "graph_id": "graph_ff292a54", + "node_id": "node_d2457873", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8046,16 +8571,16 @@ } }, { - "node_id": "node_4c1db029", + "node_id": "node_5f876d03", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t19_te", "x": -6.177041431686201, "y": -13.669095037756966 }, "inputs": [ - "node_2d08d7eb" + "node_d2457873" ], "output_count": 1, "tags": [ @@ -8065,7 +8590,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t19_te, x=-6.177" + "summary": "sketch_id=sketch_153e882b, point_id=t19_te, x=-6.177" }, "context": { "origin": [ @@ -8092,8 +8617,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4c1db029", + "graph_id": "graph_ff292a54", + "node_id": "node_5f876d03", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8106,16 +8631,16 @@ } }, { - "node_id": "node_64cf0390", + "node_id": "node_ba23c871", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t20_rs", "x": -4.703112682984297, "y": -11.850874697301979 }, "inputs": [ - "node_4c1db029" + "node_5f876d03" ], "output_count": 1, "tags": [ @@ -8125,7 +8650,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t20_rs, x=-4.703" + "summary": "sketch_id=sketch_153e882b, point_id=t20_rs, x=-4.703" }, "context": { "origin": [ @@ -8152,8 +8677,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_64cf0390", + "graph_id": "graph_ff292a54", + "node_id": "node_ba23c871", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8166,16 +8691,16 @@ } }, { - "node_id": "node_78d7a661", + "node_id": "node_deedfbff", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t20_re", "x": -3.7118579557216873, "y": -12.197729727967644 }, "inputs": [ - "node_64cf0390" + "node_ba23c871" ], "output_count": 1, "tags": [ @@ -8185,7 +8710,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t20_re, x=-3.712" + "summary": "sketch_id=sketch_153e882b, point_id=t20_re, x=-3.712" }, "context": { "origin": [ @@ -8212,8 +8737,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_78d7a661", + "graph_id": "graph_ff292a54", + "node_id": "node_deedfbff", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8226,16 +8751,16 @@ } }, { - "node_id": "node_48a396e9", + "node_id": "node_9d5be4aa", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t20_bs", "x": -3.82996685690666, "y": -12.58585353882113 }, "inputs": [ - "node_78d7a661" + "node_deedfbff" ], "output_count": 1, "tags": [ @@ -8245,7 +8770,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t20_bs, x=-3.83" + "summary": "sketch_id=sketch_153e882b, point_id=t20_bs, x=-3.83" }, "context": { "origin": [ @@ -8272,8 +8797,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_48a396e9", + "graph_id": "graph_ff292a54", + "node_id": "node_9d5be4aa", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8286,16 +8811,16 @@ } }, { - "node_id": "node_bf906172", + "node_id": "node_ade44e8d", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t20_be", "x": -2.0101162902386873, "y": -13.001222555028312 }, "inputs": [ - "node_48a396e9" + "node_9d5be4aa" ], "output_count": 1, "tags": [ @@ -8305,7 +8830,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t20_be, x=-2.01" + "summary": "sketch_id=sketch_153e882b, point_id=t20_be, x=-2.01" }, "context": { "origin": [ @@ -8332,8 +8857,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bf906172", + "graph_id": "graph_ff292a54", + "node_id": "node_ade44e8d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8346,16 +8871,16 @@ } }, { - "node_id": "node_30070adb", + "node_id": "node_5b6b6f59", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t20_ts", "x": -3.6931358968776293, "y": -14.538251175681133 }, "inputs": [ - "node_bf906172" + "node_ade44e8d" ], "output_count": 1, "tags": [ @@ -8365,7 +8890,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t20_ts, x=-3.693" + "summary": "sketch_id=sketch_153e882b, point_id=t20_ts, x=-3.693" }, "context": { "origin": [ @@ -8392,8 +8917,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_30070adb", + "graph_id": "graph_ff292a54", + "node_id": "node_5b6b6f59", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8406,16 +8931,16 @@ } }, { - "node_id": "node_2ad2d61a", + "node_id": "node_439e003c", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t20_te", "x": -2.9805103123151473, "y": -14.700903315040986 }, "inputs": [ - "node_30070adb" + "node_5b6b6f59" ], "output_count": 1, "tags": [ @@ -8425,7 +8950,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t20_te, x=-2.981" + "summary": "sketch_id=sketch_153e882b, point_id=t20_te, x=-2.981" }, "context": { "origin": [ @@ -8452,8 +8977,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2ad2d61a", + "graph_id": "graph_ff292a54", + "node_id": "node_439e003c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8466,16 +8991,16 @@ } }, { - "node_id": "node_657b58ec", + "node_id": "node_d5720f16", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t21_rs", "x": -1.9481281229348442, "y": -12.600289552888471 }, "inputs": [ - "node_2ad2d61a" + "node_439e003c" ], "output_count": 1, "tags": [ @@ -8485,7 +9010,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t21_rs, x=-1.948" + "summary": "sketch_id=sketch_153e882b, point_id=t21_rs, x=-1.948" }, "context": { "origin": [ @@ -8512,8 +9037,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_657b58ec", + "graph_id": "graph_ff292a54", + "node_id": "node_d5720f16", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8526,16 +9051,16 @@ } }, { - "node_id": "node_4cace70d", + "node_id": "node_f3764052", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t21_re", "x": -0.9045437158731758, "y": -12.717873276066024 }, "inputs": [ - "node_657b58ec" + "node_d5720f16" ], "output_count": 1, "tags": [ @@ -8545,7 +9070,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t21_re, x=-0.9045" + "summary": "sketch_id=sketch_153e882b, point_id=t21_re, x=-0.9045" }, "context": { "origin": [ @@ -8572,8 +9097,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4cace70d", + "graph_id": "graph_ff292a54", + "node_id": "node_f3764052", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8586,16 +9111,16 @@ } }, { - "node_id": "node_9797c672", + "node_id": "node_35d4c3da", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t21_bs", "x": -0.9333257074337287, "y": -13.1225477156497 }, "inputs": [ - "node_4cace70d" + "node_f3764052" ], "output_count": 1, "tags": [ @@ -8605,7 +9130,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t21_bs, x=-0.9333" + "summary": "sketch_id=sketch_153e882b, point_id=t21_bs, x=-0.9333" }, "context": { "origin": [ @@ -8632,8 +9157,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9797c672", + "graph_id": "graph_ff292a54", + "node_id": "node_35d4c3da", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8646,16 +9171,16 @@ } }, { - "node_id": "node_f07ea3a3", + "node_id": "node_9a3db6f5", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t21_be", "x": 0.933325707433724, "y": -13.1225477156497 }, "inputs": [ - "node_9797c672" + "node_35d4c3da" ], "output_count": 1, "tags": [ @@ -8665,7 +9190,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t21_be, x=0.9333" + "summary": "sketch_id=sketch_153e882b, point_id=t21_be, x=0.9333" }, "context": { "origin": [ @@ -8692,8 +9217,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f07ea3a3", + "graph_id": "graph_ff292a54", + "node_id": "node_9a3db6f5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8706,16 +9231,16 @@ } }, { - "node_id": "node_dd3e9ecb", + "node_id": "node_25a20ee1", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t21_ts", "x": -0.3654760396426024, "y": -14.995546914482551 }, "inputs": [ - "node_f07ea3a3" + "node_9a3db6f5" ], "output_count": 1, "tags": [ @@ -8725,7 +9250,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t21_ts, x=-0.3655" + "summary": "sketch_id=sketch_153e882b, point_id=t21_ts, x=-0.3655" }, "context": { "origin": [ @@ -8752,8 +9277,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dd3e9ecb", + "graph_id": "graph_ff292a54", + "node_id": "node_25a20ee1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8766,16 +9291,16 @@ } }, { - "node_id": "node_f534e0e7", + "node_id": "node_376a563b", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t21_te", "x": 0.3654760396425969, "y": -14.995546914482551 }, "inputs": [ - "node_dd3e9ecb" + "node_25a20ee1" ], "output_count": 1, "tags": [ @@ -8785,7 +9310,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t21_te, x=0.3655" + "summary": "sketch_id=sketch_153e882b, point_id=t21_te, x=0.3655" }, "context": { "origin": [ @@ -8812,8 +9337,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f534e0e7", + "graph_id": "graph_ff292a54", + "node_id": "node_376a563b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8826,16 +9351,16 @@ } }, { - "node_id": "node_7a2c4f48", + "node_id": "node_96f58474", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t22_rs", "x": 0.9045437158731713, "y": -12.717873276066024 }, "inputs": [ - "node_f534e0e7" + "node_376a563b" ], "output_count": 1, "tags": [ @@ -8845,7 +9370,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t22_rs, x=0.9045" + "summary": "sketch_id=sketch_153e882b, point_id=t22_rs, x=0.9045" }, "context": { "origin": [ @@ -8872,8 +9397,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a2c4f48", + "graph_id": "graph_ff292a54", + "node_id": "node_96f58474", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8886,16 +9411,16 @@ } }, { - "node_id": "node_b176800b", + "node_id": "node_b2580172", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t22_re", "x": 1.9481281229348397, "y": -12.600289552888473 }, "inputs": [ - "node_7a2c4f48" + "node_96f58474" ], "output_count": 1, "tags": [ @@ -8905,7 +9430,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t22_re, x=1.948" + "summary": "sketch_id=sketch_153e882b, point_id=t22_re, x=1.948" }, "context": { "origin": [ @@ -8932,8 +9457,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b176800b", + "graph_id": "graph_ff292a54", + "node_id": "node_b2580172", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -8946,16 +9471,16 @@ } }, { - "node_id": "node_592e81ea", + "node_id": "node_c1242cc4", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t22_bs", "x": 2.010116290238683, "y": -13.001222555028312 }, "inputs": [ - "node_b176800b" + "node_b2580172" ], "output_count": 1, "tags": [ @@ -8965,7 +9490,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t22_bs, x=2.01" + "summary": "sketch_id=sketch_153e882b, point_id=t22_bs, x=2.01" }, "context": { "origin": [ @@ -8992,8 +9517,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_592e81ea", + "graph_id": "graph_ff292a54", + "node_id": "node_c1242cc4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9006,16 +9531,16 @@ } }, { - "node_id": "node_69360618", + "node_id": "node_3d9fdaba", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t22_be", "x": 3.8299668569066556, "y": -12.585853538821132 }, "inputs": [ - "node_592e81ea" + "node_c1242cc4" ], "output_count": 1, "tags": [ @@ -9025,7 +9550,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t22_be, x=3.83" + "summary": "sketch_id=sketch_153e882b, point_id=t22_be, x=3.83" }, "context": { "origin": [ @@ -9052,8 +9577,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_69360618", + "graph_id": "graph_ff292a54", + "node_id": "node_3d9fdaba", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9066,16 +9591,16 @@ } }, { - "node_id": "node_198d1a31", + "node_id": "node_a3006ae8", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t22_ts", "x": 2.980510312315142, "y": -14.700903315040987 }, "inputs": [ - "node_69360618" + "node_3d9fdaba" ], "output_count": 1, "tags": [ @@ -9085,7 +9610,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t22_ts, x=2.981" + "summary": "sketch_id=sketch_153e882b, point_id=t22_ts, x=2.981" }, "context": { "origin": [ @@ -9112,8 +9637,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_198d1a31", + "graph_id": "graph_ff292a54", + "node_id": "node_a3006ae8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9126,16 +9651,16 @@ } }, { - "node_id": "node_cd41ba47", + "node_id": "node_67173afd", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t22_te", "x": 3.6931358968776244, "y": -14.538251175681134 }, "inputs": [ - "node_198d1a31" + "node_a3006ae8" ], "output_count": 1, "tags": [ @@ -9145,7 +9670,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t22_te, x=3.693" + "summary": "sketch_id=sketch_153e882b, point_id=t22_te, x=3.693" }, "context": { "origin": [ @@ -9172,8 +9697,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cd41ba47", + "graph_id": "graph_ff292a54", + "node_id": "node_67173afd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9186,16 +9711,16 @@ } }, { - "node_id": "node_8802ae1d", + "node_id": "node_b08e64a6", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t23_rs", "x": 3.7118579557216833, "y": -12.197729727967646 }, "inputs": [ - "node_cd41ba47" + "node_67173afd" ], "output_count": 1, "tags": [ @@ -9205,7 +9730,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t23_rs, x=3.712" + "summary": "sketch_id=sketch_153e882b, point_id=t23_rs, x=3.712" }, "context": { "origin": [ @@ -9232,8 +9757,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8802ae1d", + "graph_id": "graph_ff292a54", + "node_id": "node_b08e64a6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9246,16 +9771,16 @@ } }, { - "node_id": "node_ce594a19", + "node_id": "node_0ea3b0f6", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t23_re", "x": 4.703112682984292, "y": -11.85087469730198 }, "inputs": [ - "node_8802ae1d" + "node_b08e64a6" ], "output_count": 1, "tags": [ @@ -9265,7 +9790,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t23_re, x=4.703" + "summary": "sketch_id=sketch_153e882b, point_id=t23_re, x=4.703" }, "context": { "origin": [ @@ -9292,8 +9817,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ce594a19", + "graph_id": "graph_ff292a54", + "node_id": "node_0ea3b0f6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9306,16 +9831,16 @@ } }, { - "node_id": "node_d10aa60b", + "node_id": "node_779cad9a", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t23_bs", "x": 4.852762663603872, "y": -12.227961807120273 }, "inputs": [ - "node_ce594a19" + "node_0ea3b0f6" ], "output_count": 1, "tags": [ @@ -9325,7 +9850,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t23_bs, x=4.853" + "summary": "sketch_id=sketch_153e882b, point_id=t23_bs, x=4.853" }, "context": { "origin": [ @@ -9352,8 +9877,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d10aa60b", + "graph_id": "graph_ff292a54", + "node_id": "node_779cad9a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9366,16 +9891,16 @@ } }, { - "node_id": "node_e1daa7cd", + "node_id": "node_7d7af71d", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t23_be", "x": 6.53455747562545, "y": -11.418052111608503 }, "inputs": [ - "node_d10aa60b" + "node_779cad9a" ], "output_count": 1, "tags": [ @@ -9385,7 +9910,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t23_be, x=6.535" + "summary": "sketch_id=sketch_153e882b, point_id=t23_be, x=6.535" }, "context": { "origin": [ @@ -9412,8 +9937,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e1daa7cd", + "graph_id": "graph_ff292a54", + "node_id": "node_7d7af71d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9426,16 +9951,16 @@ } }, { - "node_id": "node_b64a2df6", + "node_id": "node_b6b0a381", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t23_ts", "x": 6.177041431686195, "y": -13.669095037756968 }, "inputs": [ - "node_e1daa7cd" + "node_7d7af71d" ], "output_count": 1, "tags": [ @@ -9445,7 +9970,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t23_ts, x=6.177" + "summary": "sketch_id=sketch_153e882b, point_id=t23_ts, x=6.177" }, "context": { "origin": [ @@ -9472,8 +9997,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b64a2df6", + "graph_id": "graph_ff292a54", + "node_id": "node_b6b0a381", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9486,16 +10011,16 @@ } }, { - "node_id": "node_0ba40960", + "node_id": "node_9e87d843", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t23_te", "x": 6.835606499050701, "y": -13.351946816480952 }, "inputs": [ - "node_b64a2df6" + "node_b6b0a381" ], "output_count": 1, "tags": [ @@ -9505,7 +10030,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t23_te, x=6.836" + "summary": "sketch_id=sketch_153e882b, point_id=t23_te, x=6.836" }, "context": { "origin": [ @@ -9532,8 +10057,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0ba40960", + "graph_id": "graph_ff292a54", + "node_id": "node_9e87d843", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9546,16 +10071,16 @@ } }, { - "node_id": "node_047c6edd", + "node_id": "node_a3f9ce5e", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t24_rs", "x": 6.333044138301293, "y": -11.065941078025295 }, "inputs": [ - "node_0ba40960" + "node_9e87d843" ], "output_count": 1, "tags": [ @@ -9565,7 +10090,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t24_rs, x=6.333" + "summary": "sketch_id=sketch_153e882b, point_id=t24_rs, x=6.333" }, "context": { "origin": [ @@ -9592,8 +10117,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_047c6edd", + "graph_id": "graph_ff292a54", + "node_id": "node_a3f9ce5e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9606,16 +10131,16 @@ } }, { - "node_id": "node_09c3a60b", + "node_id": "node_f22bb331", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t24_re", "x": 7.222263534620621, "y": -10.507207499449567 }, "inputs": [ - "node_047c6edd" + "node_a3f9ce5e" ], "output_count": 1, "tags": [ @@ -9625,7 +10150,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t24_re, x=7.222" + "summary": "sketch_id=sketch_153e882b, point_id=t24_re, x=7.222" }, "context": { "origin": [ @@ -9652,8 +10177,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_09c3a60b", + "graph_id": "graph_ff292a54", + "node_id": "node_f22bb331", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9666,16 +10191,16 @@ } }, { - "node_id": "node_f0bd7a61", + "node_id": "node_13de2af9", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t24_bs", "x": 7.452071253643773, "y": -10.841539994681382 }, "inputs": [ - "node_09c3a60b" + "node_f22bb331" ], "output_count": 1, "tags": [ @@ -9685,7 +10210,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t24_bs, x=7.452" + "summary": "sketch_id=sketch_153e882b, point_id=t24_bs, x=7.452" }, "context": { "origin": [ @@ -9712,8 +10237,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f0bd7a61", + "graph_id": "graph_ff292a54", + "node_id": "node_13de2af9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9726,16 +10251,16 @@ } }, { - "node_id": "node_c242934c", + "node_id": "node_3b50f3c3", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t24_be", "x": 8.91147809658064, "y": -9.677701873886349 }, "inputs": [ - "node_f0bd7a61" + "node_13de2af9" ], "output_count": 1, "tags": [ @@ -9745,7 +10270,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t24_be, x=8.911" + "summary": "sketch_id=sketch_153e882b, point_id=t24_be, x=8.911" }, "context": { "origin": [ @@ -9772,8 +10297,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c242934c", + "graph_id": "graph_ff292a54", + "node_id": "node_3b50f3c3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9786,16 +10311,16 @@ } }, { - "node_id": "node_328bf1c3", + "node_id": "node_356cc10c", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t24_ts", "x": 9.063829900593749, "y": -11.951861258109664 }, "inputs": [ - "node_c242934c" + "node_3b50f3c3" ], "output_count": 1, "tags": [ @@ -9805,7 +10330,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t24_ts, x=9.064" + "summary": "sketch_id=sketch_153e882b, point_id=t24_ts, x=9.064" }, "context": { "origin": [ @@ -9832,8 +10357,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_328bf1c3", + "graph_id": "graph_ff292a54", + "node_id": "node_356cc10c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9846,16 +10371,16 @@ } }, { - "node_id": "node_38c7113b", + "node_id": "node_f6a36044", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t24_te", "x": 9.635311248354384, "y": -11.496120091027906 }, "inputs": [ - "node_328bf1c3" + "node_356cc10c" ], "output_count": 1, "tags": [ @@ -9865,7 +10390,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t24_te, x=9.635" + "summary": "sketch_id=sketch_153e882b, point_id=t24_te, x=9.635" }, "context": { "origin": [ @@ -9892,8 +10417,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_38c7113b", + "graph_id": "graph_ff292a54", + "node_id": "node_f6a36044", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9906,16 +10431,16 @@ } }, { - "node_id": "node_7cc16d92", + "node_id": "node_4379335d", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t25_rs", "x": 8.63666504329715, "y": -9.379259935084914 }, "inputs": [ - "node_38c7113b" + "node_f6a36044" ], "output_count": 1, "tags": [ @@ -9925,7 +10450,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t25_rs, x=8.637" + "summary": "sketch_id=sketch_153e882b, point_id=t25_rs, x=8.637" }, "context": { "origin": [ @@ -9952,8 +10477,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7cc16d92", + "graph_id": "graph_ff292a54", + "node_id": "node_4379335d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -9966,16 +10491,16 @@ } }, { - "node_id": "node_a95f2a2d", + "node_id": "node_8fbdd855", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t25_re", "x": 9.37925993508491, "y": -8.636665043297153 }, "inputs": [ - "node_7cc16d92" + "node_4379335d" ], "output_count": 1, "tags": [ @@ -9985,7 +10510,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t25_re, x=9.379" + "summary": "sketch_id=sketch_153e882b, point_id=t25_re, x=9.379" }, "context": { "origin": [ @@ -10012,8 +10537,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a95f2a2d", + "graph_id": "graph_ff292a54", + "node_id": "node_8fbdd855", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10026,16 +10551,16 @@ } }, { - "node_id": "node_4e41b3c3", + "node_id": "node_7a117eaa", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t25_bs", "x": 9.677701873886345, "y": -8.911478096580643 }, "inputs": [ - "node_a95f2a2d" + "node_8fbdd855" ], "output_count": 1, "tags": [ @@ -10045,7 +10570,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t25_bs, x=9.678" + "summary": "sketch_id=sketch_153e882b, point_id=t25_bs, x=9.678" }, "context": { "origin": [ @@ -10072,8 +10597,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4e41b3c3", + "graph_id": "graph_ff292a54", + "node_id": "node_7a117eaa", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10086,16 +10611,16 @@ } }, { - "node_id": "node_d98ec33f", + "node_id": "node_46a10657", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t25_be", "x": 10.841539994681378, "y": -7.452071253643777 }, "inputs": [ - "node_4e41b3c3" + "node_7a117eaa" ], "output_count": 1, "tags": [ @@ -10105,7 +10630,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t25_be, x=10.84" + "summary": "sketch_id=sketch_153e882b, point_id=t25_be, x=10.84" }, "context": { "origin": [ @@ -10132,8 +10657,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d98ec33f", + "graph_id": "graph_ff292a54", + "node_id": "node_46a10657", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10146,16 +10671,16 @@ } }, { - "node_id": "node_ecc92697", + "node_id": "node_b3d34911", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t25_ts", "x": 11.496120091027901, "y": -9.63531124835439 }, "inputs": [ - "node_d98ec33f" + "node_46a10657" ], "output_count": 1, "tags": [ @@ -10165,7 +10690,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t25_ts, x=11.5" + "summary": "sketch_id=sketch_153e882b, point_id=t25_ts, x=11.5" }, "context": { "origin": [ @@ -10192,8 +10717,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ecc92697", + "graph_id": "graph_ff292a54", + "node_id": "node_b3d34911", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10206,16 +10731,16 @@ } }, { - "node_id": "node_c9bde914", + "node_id": "node_6d9cf425", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t25_te", "x": 11.95186125810966, "y": -9.063829900593754 }, "inputs": [ - "node_ecc92697" + "node_b3d34911" ], "output_count": 1, "tags": [ @@ -10225,7 +10750,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t25_te, x=11.95" + "summary": "sketch_id=sketch_153e882b, point_id=t25_te, x=11.95" }, "context": { "origin": [ @@ -10252,8 +10777,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9bde914", + "graph_id": "graph_ff292a54", + "node_id": "node_6d9cf425", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10266,16 +10791,16 @@ } }, { - "node_id": "node_844118fe", + "node_id": "node_500f4d86", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t26_rs", "x": 10.507207499449565, "y": -7.222263534620626 }, "inputs": [ - "node_c9bde914" + "node_6d9cf425" ], "output_count": 1, "tags": [ @@ -10285,7 +10810,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t26_rs, x=10.51" + "summary": "sketch_id=sketch_153e882b, point_id=t26_rs, x=10.51" }, "context": { "origin": [ @@ -10312,8 +10837,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_844118fe", + "graph_id": "graph_ff292a54", + "node_id": "node_500f4d86", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10326,16 +10851,16 @@ } }, { - "node_id": "node_cc9056b8", + "node_id": "node_f6610571", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t26_re", "x": 11.065941078025292, "y": -6.3330441383012985 }, "inputs": [ - "node_844118fe" + "node_500f4d86" ], "output_count": 1, "tags": [ @@ -10345,7 +10870,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t26_re, x=11.07" + "summary": "sketch_id=sketch_153e882b, point_id=t26_re, x=11.07" }, "context": { "origin": [ @@ -10372,8 +10897,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cc9056b8", + "graph_id": "graph_ff292a54", + "node_id": "node_f6610571", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10386,16 +10911,16 @@ } }, { - "node_id": "node_7df0d578", + "node_id": "node_2efd24b0", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t26_bs", "x": 11.4180521116085, "y": -6.534557475625455 }, "inputs": [ - "node_cc9056b8" + "node_f6610571" ], "output_count": 1, "tags": [ @@ -10405,7 +10930,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t26_bs, x=11.42" + "summary": "sketch_id=sketch_153e882b, point_id=t26_bs, x=11.42" }, "context": { "origin": [ @@ -10432,8 +10957,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7df0d578", + "graph_id": "graph_ff292a54", + "node_id": "node_2efd24b0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10446,16 +10971,16 @@ } }, { - "node_id": "node_a88229a4", + "node_id": "node_4a229bd4", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t26_be", "x": 12.22796180712027, "y": -4.852762663603877 }, "inputs": [ - "node_7df0d578" + "node_2efd24b0" ], "output_count": 1, "tags": [ @@ -10465,7 +10990,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t26_be, x=12.23" + "summary": "sketch_id=sketch_153e882b, point_id=t26_be, x=12.23" }, "context": { "origin": [ @@ -10492,8 +11017,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a88229a4", + "graph_id": "graph_ff292a54", + "node_id": "node_4a229bd4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10506,16 +11031,16 @@ } }, { - "node_id": "node_37a80b4a", + "node_id": "node_40f1784f", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t26_ts", "x": 13.351946816480948, "y": -6.835606499050707 }, "inputs": [ - "node_a88229a4" + "node_4a229bd4" ], "output_count": 1, "tags": [ @@ -10525,7 +11050,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t26_ts, x=13.35" + "summary": "sketch_id=sketch_153e882b, point_id=t26_ts, x=13.35" }, "context": { "origin": [ @@ -10552,8 +11077,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_37a80b4a", + "graph_id": "graph_ff292a54", + "node_id": "node_40f1784f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10566,16 +11091,16 @@ } }, { - "node_id": "node_5bad4d83", + "node_id": "node_e93e05f3", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t26_te", "x": 13.669095037756966, "y": -6.177041431686201 }, "inputs": [ - "node_37a80b4a" + "node_40f1784f" ], "output_count": 1, "tags": [ @@ -10585,7 +11110,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t26_te, x=13.67" + "summary": "sketch_id=sketch_153e882b, point_id=t26_te, x=13.67" }, "context": { "origin": [ @@ -10612,8 +11137,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5bad4d83", + "graph_id": "graph_ff292a54", + "node_id": "node_e93e05f3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10626,16 +11151,16 @@ } }, { - "node_id": "node_102ecd19", + "node_id": "node_8815d630", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t27_rs", "x": 11.850874697301977, "y": -4.7031126829842975 }, "inputs": [ - "node_5bad4d83" + "node_e93e05f3" ], "output_count": 1, "tags": [ @@ -10645,7 +11170,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t27_rs, x=11.85" + "summary": "sketch_id=sketch_153e882b, point_id=t27_rs, x=11.85" }, "context": { "origin": [ @@ -10672,8 +11197,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_102ecd19", + "graph_id": "graph_ff292a54", + "node_id": "node_8815d630", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10686,16 +11211,16 @@ } }, { - "node_id": "node_96569f34", + "node_id": "node_dd84dad1", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t27_re", "x": 12.197729727967644, "y": -3.711857955721688 }, "inputs": [ - "node_102ecd19" + "node_8815d630" ], "output_count": 1, "tags": [ @@ -10705,7 +11230,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t27_re, x=12.2" + "summary": "sketch_id=sketch_153e882b, point_id=t27_re, x=12.2" }, "context": { "origin": [ @@ -10732,8 +11257,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_96569f34", + "graph_id": "graph_ff292a54", + "node_id": "node_dd84dad1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10746,16 +11271,16 @@ } }, { - "node_id": "node_be5fdc56", + "node_id": "node_d3bd80a7", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t27_bs", "x": 12.58585353882113, "y": -3.8299668569066605 }, "inputs": [ - "node_96569f34" + "node_dd84dad1" ], "output_count": 1, "tags": [ @@ -10765,7 +11290,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t27_bs, x=12.59" + "summary": "sketch_id=sketch_153e882b, point_id=t27_bs, x=12.59" }, "context": { "origin": [ @@ -10792,8 +11317,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_be5fdc56", + "graph_id": "graph_ff292a54", + "node_id": "node_d3bd80a7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10806,16 +11331,16 @@ } }, { - "node_id": "node_10cc47a2", + "node_id": "node_74934ddd", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t27_be", "x": 13.001222555028312, "y": -2.010116290238688 }, "inputs": [ - "node_be5fdc56" + "node_d3bd80a7" ], "output_count": 1, "tags": [ @@ -10825,7 +11350,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t27_be, x=13" + "summary": "sketch_id=sketch_153e882b, point_id=t27_be, x=13" }, "context": { "origin": [ @@ -10852,8 +11377,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_10cc47a2", + "graph_id": "graph_ff292a54", + "node_id": "node_74934ddd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10866,16 +11391,16 @@ } }, { - "node_id": "node_207e1b4a", + "node_id": "node_5d2abc55", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t27_ts", "x": 14.538251175681133, "y": -3.6931358968776307 }, "inputs": [ - "node_10cc47a2" + "node_74934ddd" ], "output_count": 1, "tags": [ @@ -10885,7 +11410,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t27_ts, x=14.54" + "summary": "sketch_id=sketch_153e882b, point_id=t27_ts, x=14.54" }, "context": { "origin": [ @@ -10912,8 +11437,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_207e1b4a", + "graph_id": "graph_ff292a54", + "node_id": "node_5d2abc55", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10926,16 +11451,16 @@ } }, { - "node_id": "node_8d3f5116", + "node_id": "node_b9a151a0", "op": "make_add_point_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "point_id": "t27_te", "x": 14.700903315040986, "y": -2.980510312315148 }, "inputs": [ - "node_207e1b4a" + "node_5d2abc55" ], "output_count": 1, "tags": [ @@ -10945,7 +11470,7 @@ "display": { "label": "Add Point Rsketch", "category": "profile", - "summary": "sketch_id=sketch_65c83b20, point_id=t27_te, x=14.7" + "summary": "sketch_id=sketch_153e882b, point_id=t27_te, x=14.7" }, "context": { "origin": [ @@ -10972,8 +11497,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8d3f5116", + "graph_id": "graph_ff292a54", + "node_id": "node_b9a151a0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -10986,10 +11511,10 @@ } }, { - "node_id": "node_615aac01", + "node_id": "node_4e4b417d", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_0", "start": "t0_rs", "end": "t0_re", @@ -10997,7 +11522,7 @@ "construction": false }, "inputs": [ - "node_8d3f5116" + "node_b9a151a0" ], "output_count": 1, "tags": [ @@ -11007,7 +11532,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_0, start=t0_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_0, start=t0_rs" }, "context": { "origin": [ @@ -11034,8 +11559,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_615aac01", + "graph_id": "graph_ff292a54", + "node_id": "node_4e4b417d", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -11048,10 +11573,10 @@ } }, { - "node_id": "node_7a0816e6", + "node_id": "node_f15da6f2", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_0", "start": "t0_re", "end": "t0_bs", @@ -11087,7 +11612,7 @@ "construction": false }, "inputs": [ - "node_615aac01" + "node_4e4b417d" ], "output_count": 1, "tags": [ @@ -11097,7 +11622,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_0, start=t0_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_0, start=t0_re" }, "context": { "origin": [ @@ -11124,8 +11649,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a0816e6", + "graph_id": "graph_ff292a54", + "node_id": "node_f15da6f2", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -11138,10 +11663,10 @@ } }, { - "node_id": "node_ebbfd348", + "node_id": "node_1d17aacf", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_0", "start": "t0_bs", "end": "t0_ts", @@ -11213,7 +11738,7 @@ "construction": false }, "inputs": [ - "node_7a0816e6" + "node_f15da6f2" ], "output_count": 1, "tags": [ @@ -11223,7 +11748,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_0, start=t0_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_0, start=t0_bs" }, "context": { "origin": [ @@ -11250,8 +11775,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ebbfd348", + "graph_id": "graph_ff292a54", + "node_id": "node_1d17aacf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -11264,10 +11789,10 @@ } }, { - "node_id": "node_c44ff078", + "node_id": "node_1232a092", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_0", "start": "t0_ts", "end": "t0_te", @@ -11275,7 +11800,7 @@ "construction": false }, "inputs": [ - "node_ebbfd348" + "node_1d17aacf" ], "output_count": 1, "tags": [ @@ -11285,7 +11810,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_0, start=t0_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_0, start=t0_ts" }, "context": { "origin": [ @@ -11312,8 +11837,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c44ff078", + "graph_id": "graph_ff292a54", + "node_id": "node_1232a092", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -11326,10 +11851,10 @@ } }, { - "node_id": "node_020ab959", + "node_id": "node_1ab0fc52", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_0", "start": "t0_te", "end": "t0_be", @@ -11339,36 +11864,36 @@ 0.3654760396425971 ], [ - 14.924755343103614, - 0.4022011031437594 + 14.924755343103602, + 0.40220110314375984 ], [ 14.535897586638747, - 0.5942013799634297 + 0.594201379963431 ], [ - 14.100040212099938, - 0.7620316585898108 + 14.100040212099936, + 0.7620316585898124 ], [ - 13.697839272434011, - 0.8602243999207264 + 13.697839272434019, + 0.8602243999207276 ], [ - 13.526288940490844, - 0.8972478366053167 + 13.526288940490831, + 0.8972478366053168 ], [ - 13.33980796010496, - 0.9271212441313584 + 13.33980796010495, + 0.9271212441313583 ], [ 13.175361057543856, - 0.9349827405920185 + 0.9349827405920186 ], [ - 13.127103893935969, - 0.9336608196703169 + 13.127103893935976, + 0.9336608196703172 ], [ 13.1225477156497, @@ -11401,7 +11926,7 @@ "construction": false }, "inputs": [ - "node_c44ff078" + "node_1232a092" ], "output_count": 1, "tags": [ @@ -11411,7 +11936,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_0, start=t0_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_0, start=t0_te" }, "context": { "origin": [ @@ -11438,8 +11963,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_020ab959", + "graph_id": "graph_ff292a54", + "node_id": "node_1ab0fc52", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -11452,10 +11977,10 @@ } }, { - "node_id": "node_fde59382", + "node_id": "node_52c3917e", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_0", "start": "t0_be", "end": "t1_rs", @@ -11491,7 +12016,7 @@ "construction": false }, "inputs": [ - "node_020ab959" + "node_1ab0fc52" ], "output_count": 1, "tags": [ @@ -11501,7 +12026,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_0, start=t0_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_0, start=t0_be" }, "context": { "origin": [ @@ -11528,8 +12053,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fde59382", + "graph_id": "graph_ff292a54", + "node_id": "node_52c3917e", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -11542,10 +12067,10 @@ } }, { - "node_id": "node_c9e37c0e", + "node_id": "node_d26665c6", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_1", "start": "t1_rs", "end": "t1_re", @@ -11553,7 +12078,7 @@ "construction": false }, "inputs": [ - "node_fde59382" + "node_52c3917e" ], "output_count": 1, "tags": [ @@ -11563,7 +12088,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_1, start=t1_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_1, start=t1_rs" }, "context": { "origin": [ @@ -11590,8 +12115,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9e37c0e", + "graph_id": "graph_ff292a54", + "node_id": "node_d26665c6", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -11604,10 +12129,10 @@ } }, { - "node_id": "node_59c1e308", + "node_id": "node_6b6ec55a", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_1", "start": "t1_re", "end": "t1_bs", @@ -11643,7 +12168,7 @@ "construction": false }, "inputs": [ - "node_c9e37c0e" + "node_d26665c6" ], "output_count": 1, "tags": [ @@ -11653,7 +12178,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_1, start=t1_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_1, start=t1_re" }, "context": { "origin": [ @@ -11680,8 +12205,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_59c1e308", + "graph_id": "graph_ff292a54", + "node_id": "node_6b6ec55a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -11694,10 +12219,10 @@ } }, { - "node_id": "node_08f7af98", + "node_id": "node_d17dca54", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_1", "start": "t1_bs", "end": "t1_ts", @@ -11707,36 +12232,36 @@ 2.0101162902386815 ], [ - 13.005739069900331, + 13.005739069900322, 2.0108034250130515 ], [ - 13.053080480742539, - 2.0202528765249 + 13.053080480742526, + 2.0202528765248977 ], [ - 13.211655008586462, + 13.211655008586453, 2.0645101472000356 ], [ - 13.38681306291251, - 2.1351304879497057 + 13.38681306291253, + 2.1351304879497084 ], [ - 13.54582378015865, - 2.209399209862921 + 13.545823780158631, + 2.20939920986292 ], [ - 13.916090762036054, - 2.394628182892654 + 13.916090762036045, + 2.394628182892653 ], [ - 14.303674531858118, - 2.6552379960888834 + 14.303674531858116, + 2.655237996088884 ], [ - 14.640058731586306, - 2.928953416251733 + 14.640058731586302, + 2.9289534162517326 ], [ 14.700903315040987, @@ -11769,7 +12294,7 @@ "construction": false }, "inputs": [ - "node_59c1e308" + "node_6b6ec55a" ], "output_count": 1, "tags": [ @@ -11779,7 +12304,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_1, start=t1_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_1, start=t1_bs" }, "context": { "origin": [ @@ -11806,8 +12331,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_08f7af98", + "graph_id": "graph_ff292a54", + "node_id": "node_d17dca54", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -11820,10 +12345,10 @@ } }, { - "node_id": "node_84b93759", + "node_id": "node_88f06b56", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_1", "start": "t1_ts", "end": "t1_te", @@ -11831,7 +12356,7 @@ "construction": false }, "inputs": [ - "node_08f7af98" + "node_d17dca54" ], "output_count": 1, "tags": [ @@ -11841,7 +12366,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_1, start=t1_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_1, start=t1_ts" }, "context": { "origin": [ @@ -11868,8 +12393,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_84b93759", + "graph_id": "graph_ff292a54", + "node_id": "node_88f06b56", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -11882,10 +12407,10 @@ } }, { - "node_id": "node_c6fe1304", + "node_id": "node_fee10839", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_1", "start": "t1_te", "end": "t1_be", @@ -11895,36 +12420,36 @@ 3.693135896877625 ], [ - 14.461062401366705, - 3.7131875797820766 + 14.461062401366704, + 3.7131875797820775 ], [ - 14.039230039802895, - 3.813845017655484 + 14.039230039802884, + 3.813845017655482 ], [ - 13.57695476928869, - 3.880480050743494 + 13.576954769288703, + 3.8804800507434947 ], [ - 13.162987906393901, - 3.886712766308068 + 13.162987906393877, + 3.8867127663080616 ], [ - 12.98750020972913, - 3.884634408052272 + 12.987500209729127, + 3.8846344080522726 ], [ - 12.799047238316763, - 3.8722629049608353 + 12.799047238316756, + 3.872262904960832 ], [ - 12.636974015403359, - 3.843334418947726 + 12.636974015403366, + 3.8433344189477276 ], [ - 12.59022091471741, - 3.8313074122273525 + 12.59022091471742, + 3.831307412227355 ], [ 12.585853538821128, @@ -11957,7 +12482,7 @@ "construction": false }, "inputs": [ - "node_84b93759" + "node_88f06b56" ], "output_count": 1, "tags": [ @@ -11967,7 +12492,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_1, start=t1_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_1, start=t1_te" }, "context": { "origin": [ @@ -11994,8 +12519,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c6fe1304", + "graph_id": "graph_ff292a54", + "node_id": "node_fee10839", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -12008,10 +12533,10 @@ } }, { - "node_id": "node_98b0beec", + "node_id": "node_0e0f5e86", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_1", "start": "t1_be", "end": "t2_rs", @@ -12047,7 +12572,7 @@ "construction": false }, "inputs": [ - "node_c6fe1304" + "node_fee10839" ], "output_count": 1, "tags": [ @@ -12057,7 +12582,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_1, start=t1_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_1, start=t1_be" }, "context": { "origin": [ @@ -12084,8 +12609,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_98b0beec", + "graph_id": "graph_ff292a54", + "node_id": "node_0e0f5e86", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -12098,10 +12623,10 @@ } }, { - "node_id": "node_29f3f886", + "node_id": "node_b20ddbbc", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_2", "start": "t2_rs", "end": "t2_re", @@ -12109,7 +12634,7 @@ "construction": false }, "inputs": [ - "node_98b0beec" + "node_0e0f5e86" ], "output_count": 1, "tags": [ @@ -12119,7 +12644,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_2, start=t2_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_2, start=t2_rs" }, "context": { "origin": [ @@ -12146,8 +12671,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_29f3f886", + "graph_id": "graph_ff292a54", + "node_id": "node_b20ddbbc", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -12160,10 +12685,10 @@ } }, { - "node_id": "node_92d29500", + "node_id": "node_501d250d", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_2", "start": "t2_re", "end": "t2_bs", @@ -12199,7 +12724,7 @@ "construction": false }, "inputs": [ - "node_29f3f886" + "node_b20ddbbc" ], "output_count": 1, "tags": [ @@ -12209,7 +12734,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_2, start=t2_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_2, start=t2_re" }, "context": { "origin": [ @@ -12236,8 +12761,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_92d29500", + "graph_id": "graph_ff292a54", + "node_id": "node_501d250d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -12250,10 +12775,10 @@ } }, { - "node_id": "node_7e725cd1", + "node_id": "node_c1ad3d5d", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_2", "start": "t2_bs", "end": "t2_ts", @@ -12263,36 +12788,36 @@ 4.85276266360387 ], [ - 12.232212181663046, - 4.8544375895823855 + 12.232212181663023, + 4.8544375895823775 ], [ - 12.27626394371935, - 4.874184578571493 + 12.276263943719359, + 4.8741845785715014 ], [ - 12.42101450787049, - 4.952618379107203 + 12.42101450787048, + 4.9526183791071965 ], [ - 12.576066479896479, - 5.060444454310439 + 12.576066479896488, + 5.060444454310445 ], [ - 12.714564121111906, - 5.168234317616377 + 12.714564121111913, + 5.1682343176163785 ], [ - 13.034330412629192, - 5.431211368188385 + 13.034330412629181, + 5.431211368188381 ], [ 13.354205509106766, - 5.771532651709009 + 5.771532651709006 ], [ 13.62124844370584, - 6.113237981112001 + 6.113237981112 ], [ 13.669095037756966, @@ -12325,7 +12850,7 @@ "construction": false }, "inputs": [ - "node_92d29500" + "node_501d250d" ], "output_count": 1, "tags": [ @@ -12335,7 +12860,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_2, start=t2_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_2, start=t2_bs" }, "context": { "origin": [ @@ -12362,8 +12887,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7e725cd1", + "graph_id": "graph_ff292a54", + "node_id": "node_c1ad3d5d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -12376,10 +12901,10 @@ } }, { - "node_id": "node_874b341f", + "node_id": "node_ddd1fb05", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_2", "start": "t2_ts", "end": "t2_te", @@ -12387,7 +12912,7 @@ "construction": false }, "inputs": [ - "node_7e725cd1" + "node_c1ad3d5d" ], "output_count": 1, "tags": [ @@ -12397,7 +12922,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_2, start=t2_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_2, start=t2_ts" }, "context": { "origin": [ @@ -12424,8 +12949,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_874b341f", + "graph_id": "graph_ff292a54", + "node_id": "node_ddd1fb05", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -12438,10 +12963,10 @@ } }, { - "node_id": "node_cabea66b", + "node_id": "node_1dc4bf25", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_2", "start": "t2_te", "end": "t2_be", @@ -12451,36 +12976,36 @@ 6.835606499050701 ], [ - 13.272231406687414, + 13.272231406687405, 6.83797932624908 ], [ - 12.838576876052075, - 6.84224654093241 + 12.838576876052048, + 6.842246540932399 ], [ - 12.373064121919379, - 6.804344969679324 + 12.373064121919382, + 6.804344969679334 ], [ 11.968089362876391, - 6.718305125093609 + 6.718305125093614 ], [ - 11.7974639873736, - 6.677229189458832 + 11.79746398737357, + 6.677229189458817 ], [ - 11.616488843832425, - 6.623233134573826 + 11.61648884383241, + 6.623233134573822 ], [ - 11.464916328722461, - 6.558965261170486 + 11.464916328722447, + 6.5589652611704805 ], [ - 11.42201168665081, - 6.536836252988804 + 11.422011686650809, + 6.536836252988802 ], [ 11.4180521116085, @@ -12513,7 +13038,7 @@ "construction": false }, "inputs": [ - "node_874b341f" + "node_ddd1fb05" ], "output_count": 1, "tags": [ @@ -12523,7 +13048,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_2, start=t2_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_2, start=t2_te" }, "context": { "origin": [ @@ -12550,8 +13075,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cabea66b", + "graph_id": "graph_ff292a54", + "node_id": "node_1dc4bf25", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -12564,10 +13089,10 @@ } }, { - "node_id": "node_bc3f3271", + "node_id": "node_a5143065", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_2", "start": "t2_be", "end": "t3_rs", @@ -12603,7 +13128,7 @@ "construction": false }, "inputs": [ - "node_cabea66b" + "node_1dc4bf25" ], "output_count": 1, "tags": [ @@ -12613,7 +13138,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_2, start=t2_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_2, start=t2_be" }, "context": { "origin": [ @@ -12640,8 +13165,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bc3f3271", + "graph_id": "graph_ff292a54", + "node_id": "node_a5143065", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -12654,10 +13179,10 @@ } }, { - "node_id": "node_b751459d", + "node_id": "node_d5156e09", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_3", "start": "t3_rs", "end": "t3_re", @@ -12665,7 +13190,7 @@ "construction": false }, "inputs": [ - "node_bc3f3271" + "node_a5143065" ], "output_count": 1, "tags": [ @@ -12675,7 +13200,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_3, start=t3_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_3, start=t3_rs" }, "context": { "origin": [ @@ -12702,8 +13227,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b751459d", + "graph_id": "graph_ff292a54", + "node_id": "node_d5156e09", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -12716,10 +13241,10 @@ } }, { - "node_id": "node_b6019302", + "node_id": "node_95078b06", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_3", "start": "t3_re", "end": "t3_bs", @@ -12755,7 +13280,7 @@ "construction": false }, "inputs": [ - "node_b751459d" + "node_d5156e09" ], "output_count": 1, "tags": [ @@ -12765,7 +13290,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_3, start=t3_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_3, start=t3_re" }, "context": { "origin": [ @@ -12792,8 +13317,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b6019302", + "graph_id": "graph_ff292a54", + "node_id": "node_95078b06", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -12806,10 +13331,10 @@ } }, { - "node_id": "node_97cc8c46", + "node_id": "node_558ed9fd", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_3", "start": "t3_bs", "end": "t3_ts", @@ -12819,35 +13344,35 @@ 7.452071253643773 ], [ - 10.8453110973673, - 7.454649983043984 + 10.845311097367306, + 7.454649983043988 ], [ 10.883864271344118, - 7.483704313026215 + 7.483704313026224 ], [ - 11.007532474090166, - 7.592381645152578 + 11.007532474090162, + 7.592381645152577 ], [ - 11.13470341049807, - 7.732006605156235 + 11.134703410498085, + 7.732006605156241 ], [ - 11.245743125636485, - 7.867912576017452 + 11.2457431256365, + 7.867912576017462 ], [ - 11.498974309709178, - 8.195450936719523 + 11.49897430970918, + 8.195450936719528 ], [ - 11.73510085982281, - 8.598418560350872 + 11.735100859822822, + 8.598418560350877 ], [ - 11.91941188147779, + 11.919411881477789, 8.990979266940569 ], [ @@ -12881,7 +13406,7 @@ "construction": false }, "inputs": [ - "node_b6019302" + "node_95078b06" ], "output_count": 1, "tags": [ @@ -12891,7 +13416,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_3, start=t3_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_3, start=t3_bs" }, "context": { "origin": [ @@ -12918,8 +13443,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_97cc8c46", + "graph_id": "graph_ff292a54", + "node_id": "node_558ed9fd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -12932,10 +13457,10 @@ } }, { - "node_id": "node_3c922cf9", + "node_id": "node_3e59b822", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_3", "start": "t3_ts", "end": "t3_te", @@ -12943,7 +13468,7 @@ "construction": false }, "inputs": [ - "node_97cc8c46" + "node_558ed9fd" ], "output_count": 1, "tags": [ @@ -12953,7 +13478,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_3, start=t3_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_3, start=t3_ts" }, "context": { "origin": [ @@ -12980,8 +13505,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3c922cf9", + "graph_id": "graph_ff292a54", + "node_id": "node_3e59b822", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -12994,10 +13519,10 @@ } }, { - "node_id": "node_305ba5a2", + "node_id": "node_e576e8cc", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_3", "start": "t3_te", "end": "t3_be", @@ -13007,36 +13532,36 @@ 9.635311248354384 ], [ - 11.417875309264865, - 9.619886236382891 + 11.417875309264852, + 9.619886236382884 ], [ - 10.99414385850762, - 9.527549251913564 + 10.994143858507629, + 9.527549251913571 ], [ - 10.548736374060699, - 9.387011619365223 + 10.548736374060693, + 9.387011619365227 ], [ - 10.173060844315257, - 9.213013611707842 + 10.173060844315254, + 9.21301361170783 ], [ - 10.015853658771636, - 9.134999817624989 + 10.015853658771645, + 9.134999817624987 ], [ - 9.851431192485197, - 9.042086798606212 + 9.851431192485206, + 9.042086798606213 ], [ - 9.717959863998, + 9.717959863997997, 8.945702197344362 ], [ - 9.681055098448294, - 8.914580828574296 + 9.681055098448292, + 8.9145808285743 ], [ 9.677701873886345, @@ -13069,7 +13594,7 @@ "construction": false }, "inputs": [ - "node_3c922cf9" + "node_3e59b822" ], "output_count": 1, "tags": [ @@ -13079,7 +13604,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_3, start=t3_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_3, start=t3_te" }, "context": { "origin": [ @@ -13106,8 +13631,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_305ba5a2", + "graph_id": "graph_ff292a54", + "node_id": "node_e576e8cc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -13120,10 +13645,10 @@ } }, { - "node_id": "node_57e65375", + "node_id": "node_34194e15", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_3", "start": "t3_be", "end": "t4_rs", @@ -13159,7 +13684,7 @@ "construction": false }, "inputs": [ - "node_305ba5a2" + "node_e576e8cc" ], "output_count": 1, "tags": [ @@ -13169,7 +13694,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_3, start=t3_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_3, start=t3_be" }, "context": { "origin": [ @@ -13196,8 +13721,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_57e65375", + "graph_id": "graph_ff292a54", + "node_id": "node_34194e15", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -13210,10 +13735,10 @@ } }, { - "node_id": "node_ff8545bd", + "node_id": "node_602f91c7", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_4", "start": "t4_rs", "end": "t4_re", @@ -13221,7 +13746,7 @@ "construction": false }, "inputs": [ - "node_57e65375" + "node_34194e15" ], "output_count": 1, "tags": [ @@ -13231,7 +13756,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_4, start=t4_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_4, start=t4_rs" }, "context": { "origin": [ @@ -13258,8 +13783,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ff8545bd", + "graph_id": "graph_ff292a54", + "node_id": "node_602f91c7", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -13272,10 +13797,10 @@ } }, { - "node_id": "node_3cc8f757", + "node_id": "node_7ebba1d8", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_4", "start": "t4_re", "end": "t4_bs", @@ -13311,7 +13836,7 @@ "construction": false }, "inputs": [ - "node_ff8545bd" + "node_602f91c7" ], "output_count": 1, "tags": [ @@ -13321,7 +13846,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_4, start=t4_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_4, start=t4_re" }, "context": { "origin": [ @@ -13348,8 +13873,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3cc8f757", + "graph_id": "graph_ff292a54", + "node_id": "node_7ebba1d8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -13362,10 +13887,10 @@ } }, { - "node_id": "node_f16c9510", + "node_id": "node_4593eccc", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_4", "start": "t4_bs", "end": "t4_ts", @@ -13375,36 +13900,36 @@ 9.677701873886344 ], [ - 8.914580828574287, - 9.681055098448278 + 8.91458082857429, + 9.681055098448287 ], [ - 8.945702197344367, - 9.71795986399803 + 8.945702197344382, + 9.717959863998036 ], [ 9.04208679860624, - 9.85143119248519 + 9.8514311924852 ], [ - 9.13499981762497, - 10.01585365877164 + 9.13499981762496, + 10.015853658771633 ], [ - 9.213013611707842, - 10.173060844315247 + 9.213013611707837, + 10.17306084431525 ], [ - 9.387011619365222, - 10.548736374060697 + 9.387011619365223, + 10.5487363740607 ], [ - 9.527549251913596, - 10.994143858507643 + 9.5275492519136, + 10.994143858507645 ], [ - 9.61988623638289, - 11.417875309264858 + 9.619886236382888, + 11.417875309264856 ], [ 9.635311248354387, @@ -13437,7 +13962,7 @@ "construction": false }, "inputs": [ - "node_3cc8f757" + "node_7ebba1d8" ], "output_count": 1, "tags": [ @@ -13447,7 +13972,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_4, start=t4_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_4, start=t4_bs" }, "context": { "origin": [ @@ -13474,8 +13999,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f16c9510", + "graph_id": "graph_ff292a54", + "node_id": "node_4593eccc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -13488,10 +14013,10 @@ } }, { - "node_id": "node_6f54af66", + "node_id": "node_6b91fad3", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_4", "start": "t4_ts", "end": "t4_te", @@ -13499,7 +14024,7 @@ "construction": false }, "inputs": [ - "node_f16c9510" + "node_4593eccc" ], "output_count": 1, "tags": [ @@ -13509,7 +14034,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_4, start=t4_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_4, start=t4_ts" }, "context": { "origin": [ @@ -13536,8 +14061,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6f54af66", + "graph_id": "graph_ff292a54", + "node_id": "node_6b91fad3", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -13550,10 +14075,10 @@ } }, { - "node_id": "node_3f61d760", + "node_id": "node_57ed05bd", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_4", "start": "t4_te", "end": "t4_be", @@ -13564,35 +14089,35 @@ ], [ 8.99097926694058, - 11.919411881477807 + 11.919411881477801 ], [ - 8.59841856035088, - 11.735100859822824 + 8.598418560350892, + 11.73510085982283 ], [ - 8.19545093671954, - 11.498974309709181 + 8.195450936719531, + 11.498974309709176 ], [ - 7.867912576017456, - 11.24574312563649 + 7.867912576017469, + 11.245743125636507 ], [ - 7.732006605156256, - 11.134703410498108 + 7.732006605156241, + 11.134703410498096 ], [ - 7.592381645152568, - 11.00753247409016 + 7.592381645152561, + 11.007532474090153 ], [ - 7.483704313026216, - 10.883864271344116 + 7.483704313026209, + 10.883864271344104 ], [ 7.454649983043981, - 10.845311097367306 + 10.845311097367304 ], [ 7.452071253643773, @@ -13625,7 +14150,7 @@ "construction": false }, "inputs": [ - "node_6f54af66" + "node_6b91fad3" ], "output_count": 1, "tags": [ @@ -13635,7 +14160,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_4, start=t4_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_4, start=t4_te" }, "context": { "origin": [ @@ -13662,8 +14187,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3f61d760", + "graph_id": "graph_ff292a54", + "node_id": "node_57ed05bd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -13676,10 +14201,10 @@ } }, { - "node_id": "node_9aaba329", + "node_id": "node_fe8b6fbe", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_4", "start": "t4_be", "end": "t5_rs", @@ -13715,7 +14240,7 @@ "construction": false }, "inputs": [ - "node_3f61d760" + "node_57ed05bd" ], "output_count": 1, "tags": [ @@ -13725,7 +14250,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_4, start=t4_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_4, start=t4_be" }, "context": { "origin": [ @@ -13752,8 +14277,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9aaba329", + "graph_id": "graph_ff292a54", + "node_id": "node_fe8b6fbe", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -13766,10 +14291,10 @@ } }, { - "node_id": "node_74d98265", + "node_id": "node_b0d80607", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_5", "start": "t5_rs", "end": "t5_re", @@ -13777,7 +14302,7 @@ "construction": false }, "inputs": [ - "node_9aaba329" + "node_fe8b6fbe" ], "output_count": 1, "tags": [ @@ -13787,7 +14312,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_5, start=t5_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_5, start=t5_rs" }, "context": { "origin": [ @@ -13814,8 +14339,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_74d98265", + "graph_id": "graph_ff292a54", + "node_id": "node_b0d80607", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -13828,10 +14353,10 @@ } }, { - "node_id": "node_39240125", + "node_id": "node_3bbeaa29", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_5", "start": "t5_re", "end": "t5_bs", @@ -13867,7 +14392,7 @@ "construction": false }, "inputs": [ - "node_74d98265" + "node_b0d80607" ], "output_count": 1, "tags": [ @@ -13877,7 +14402,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_5, start=t5_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_5, start=t5_re" }, "context": { "origin": [ @@ -13904,8 +14429,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_39240125", + "graph_id": "graph_ff292a54", + "node_id": "node_3bbeaa29", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -13918,10 +14443,10 @@ } }, { - "node_id": "node_ef8d408e", + "node_id": "node_0220cd40", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_5", "start": "t5_bs", "end": "t5_ts", @@ -13931,36 +14456,36 @@ 11.4180521116085 ], [ - 6.536836252988788, - 11.42201168665079 + 6.536836252988786, + 11.422011686650787 ], [ - 6.558965261170502, - 11.464916328722467 + 6.5589652611705, + 11.464916328722476 ], [ - 6.623233134573805, - 11.6164888438324 + 6.623233134573811, + 11.616488843832416 ], [ - 6.67722918945882, - 11.797463987373572 + 6.677229189458823, + 11.797463987373577 ], [ - 6.718305125093603, - 11.968089362876396 + 6.718305125093593, + 11.968089362876386 ], [ - 6.804344969679326, - 12.373064121919375 + 6.804344969679327, + 12.373064121919386 ], [ - 6.84224654093241, - 12.838576876052066 + 6.842246540932408, + 12.838576876052059 ], [ 6.837979326249071, - 13.27223140668739 + 13.272231406687387 ], [ 6.8356064990507015, @@ -13993,7 +14518,7 @@ "construction": false }, "inputs": [ - "node_39240125" + "node_3bbeaa29" ], "output_count": 1, "tags": [ @@ -14003,7 +14528,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_5, start=t5_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_5, start=t5_bs" }, "context": { "origin": [ @@ -14030,8 +14555,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ef8d408e", + "graph_id": "graph_ff292a54", + "node_id": "node_0220cd40", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -14044,10 +14569,10 @@ } }, { - "node_id": "node_7b3eac4e", + "node_id": "node_728d5c1a", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_5", "start": "t5_ts", "end": "t5_te", @@ -14055,7 +14580,7 @@ "construction": false }, "inputs": [ - "node_ef8d408e" + "node_0220cd40" ], "output_count": 1, "tags": [ @@ -14065,7 +14590,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_5, start=t5_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_5, start=t5_ts" }, "context": { "origin": [ @@ -14092,8 +14617,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7b3eac4e", + "graph_id": "graph_ff292a54", + "node_id": "node_728d5c1a", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -14106,10 +14631,10 @@ } }, { - "node_id": "node_0cee41b2", + "node_id": "node_2f9b1d3b", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_5", "start": "t5_te", "end": "t5_be", @@ -14119,36 +14644,36 @@ 13.669095037756966 ], [ - 6.113237981112007, - 13.621248443705857 + 6.113237981112001, + 13.62124844370584 ], [ - 5.771532651709006, - 13.354205509106752 + 5.771532651709001, + 13.354205509106738 ], [ - 5.431211368188383, - 13.034330412629174 + 5.431211368188379, + 13.034330412629169 ], [ - 5.168234317616376, - 12.714564121111906 + 5.168234317616378, + 12.714564121111911 ], [ - 5.060444454310451, - 12.576066479896486 + 5.060444454310454, + 12.576066479896499 ], [ - 4.95261837910719, - 12.421014507870463 + 4.952618379107188, + 12.421014507870474 ], [ - 4.8741845785715, + 4.874184578571497, 12.27626394371935 ], [ - 4.854437589582383, - 12.232212181663039 + 4.854437589582382, + 12.232212181663037 ], [ 4.852762663603872, @@ -14181,7 +14706,7 @@ "construction": false }, "inputs": [ - "node_7b3eac4e" + "node_728d5c1a" ], "output_count": 1, "tags": [ @@ -14191,7 +14716,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_5, start=t5_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_5, start=t5_te" }, "context": { "origin": [ @@ -14218,8 +14743,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0cee41b2", + "graph_id": "graph_ff292a54", + "node_id": "node_2f9b1d3b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -14232,10 +14757,10 @@ } }, { - "node_id": "node_3162a7de", + "node_id": "node_806253ae", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_5", "start": "t5_be", "end": "t6_rs", @@ -14271,7 +14796,7 @@ "construction": false }, "inputs": [ - "node_0cee41b2" + "node_2f9b1d3b" ], "output_count": 1, "tags": [ @@ -14281,7 +14806,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_5, start=t5_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_5, start=t5_be" }, "context": { "origin": [ @@ -14308,8 +14833,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3162a7de", + "graph_id": "graph_ff292a54", + "node_id": "node_806253ae", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -14322,10 +14847,10 @@ } }, { - "node_id": "node_fe307f48", + "node_id": "node_bdc1e330", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_6", "start": "t6_rs", "end": "t6_re", @@ -14333,7 +14858,7 @@ "construction": false }, "inputs": [ - "node_3162a7de" + "node_806253ae" ], "output_count": 1, "tags": [ @@ -14343,7 +14868,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_6, start=t6_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_6, start=t6_rs" }, "context": { "origin": [ @@ -14370,8 +14895,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fe307f48", + "graph_id": "graph_ff292a54", + "node_id": "node_bdc1e330", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -14384,10 +14909,10 @@ } }, { - "node_id": "node_2b9f406b", + "node_id": "node_28f4a922", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_6", "start": "t6_re", "end": "t6_bs", @@ -14423,7 +14948,7 @@ "construction": false }, "inputs": [ - "node_fe307f48" + "node_bdc1e330" ], "output_count": 1, "tags": [ @@ -14433,7 +14958,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_6, start=t6_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_6, start=t6_re" }, "context": { "origin": [ @@ -14460,8 +14985,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2b9f406b", + "graph_id": "graph_ff292a54", + "node_id": "node_28f4a922", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -14474,10 +14999,10 @@ } }, { - "node_id": "node_2f868813", + "node_id": "node_9c7f3d21", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_6", "start": "t6_bs", "end": "t6_ts", @@ -14487,36 +15012,36 @@ 12.585853538821128 ], [ - 3.8313074122273445, - 12.590220914717385 + 3.8313074122273485, + 12.590220914717408 ], [ - 3.84333441894773, - 12.636974015403368 + 3.8433344189477263, + 12.636974015403359 ], [ - 3.8722629049608277, - 12.799047238316739 + 3.8722629049608304, + 12.799047238316733 ], [ - 3.8846344080522623, - 12.98750020972911 + 3.884634408052259, + 12.9875002097291 ], [ - 3.8867127663080723, - 13.162987906393903 + 3.886712766308062, + 13.16298790639388 ], [ - 3.8804800507434885, - 13.576954769288683 + 3.8804800507434924, + 13.576954769288687 ], [ - 3.8138450176554968, - 14.039230039802943 + 3.813845017655495, + 14.039230039802927 ], [ - 3.7131875797820726, - 14.461062401366691 + 3.713187579782073, + 14.461062401366686 ], [ 3.693135896877625, @@ -14549,7 +15074,7 @@ "construction": false }, "inputs": [ - "node_2b9f406b" + "node_28f4a922" ], "output_count": 1, "tags": [ @@ -14559,7 +15084,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_6, start=t6_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_6, start=t6_bs" }, "context": { "origin": [ @@ -14586,8 +15111,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2f868813", + "graph_id": "graph_ff292a54", + "node_id": "node_9c7f3d21", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -14600,10 +15125,10 @@ } }, { - "node_id": "node_8581150a", + "node_id": "node_523f1b13", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_6", "start": "t6_ts", "end": "t6_te", @@ -14611,7 +15136,7 @@ "construction": false }, "inputs": [ - "node_2f868813" + "node_9c7f3d21" ], "output_count": 1, "tags": [ @@ -14621,7 +15146,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_6, start=t6_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_6, start=t6_ts" }, "context": { "origin": [ @@ -14648,8 +15173,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8581150a", + "graph_id": "graph_ff292a54", + "node_id": "node_523f1b13", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -14662,10 +15187,10 @@ } }, { - "node_id": "node_8e547a08", + "node_id": "node_984c4fcf", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_6", "start": "t6_te", "end": "t6_be", @@ -14676,34 +15201,34 @@ ], [ 2.928953416251735, - 14.640058731586304 + 14.64005873158631 ], [ - 2.6552379960888874, - 14.303674531858096 + 2.6552379960888857, + 14.303674531858107 ], [ - 2.394628182892652, - 13.916090762036044 + 2.3946281828926534, + 13.916090762036049 ], [ - 2.2093992098629225, - 13.545823780158635 + 2.20939920986292, + 13.545823780158631 ], [ 2.135130487949707, - 13.386813062912532 + 13.38681306291253 ], [ - 2.064510147200038, + 2.0645101472000364, 13.211655008586447 ], [ - 2.0202528765248973, - 13.053080480742496 + 2.0202528765248964, + 13.0530804807425 ], [ - 2.010803425013053, + 2.0108034250130524, 13.005739069900335 ], [ @@ -14737,7 +15262,7 @@ "construction": false }, "inputs": [ - "node_8581150a" + "node_523f1b13" ], "output_count": 1, "tags": [ @@ -14747,7 +15272,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_6, start=t6_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_6, start=t6_te" }, "context": { "origin": [ @@ -14774,8 +15299,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8e547a08", + "graph_id": "graph_ff292a54", + "node_id": "node_984c4fcf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -14788,10 +15313,10 @@ } }, { - "node_id": "node_631f1473", + "node_id": "node_236afa91", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_6", "start": "t6_be", "end": "t7_rs", @@ -14827,7 +15352,7 @@ "construction": false }, "inputs": [ - "node_8e547a08" + "node_984c4fcf" ], "output_count": 1, "tags": [ @@ -14837,7 +15362,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_6, start=t6_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_6, start=t6_be" }, "context": { "origin": [ @@ -14864,8 +15389,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_631f1473", + "graph_id": "graph_ff292a54", + "node_id": "node_236afa91", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -14878,10 +15403,10 @@ } }, { - "node_id": "node_46dec030", + "node_id": "node_1cbbbf9e", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_7", "start": "t7_rs", "end": "t7_re", @@ -14889,7 +15414,7 @@ "construction": false }, "inputs": [ - "node_631f1473" + "node_236afa91" ], "output_count": 1, "tags": [ @@ -14899,7 +15424,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_7, start=t7_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_7, start=t7_rs" }, "context": { "origin": [ @@ -14926,8 +15451,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_46dec030", + "graph_id": "graph_ff292a54", + "node_id": "node_1cbbbf9e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -14940,10 +15465,10 @@ } }, { - "node_id": "node_a4daa7d1", + "node_id": "node_3f4a9a18", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_7", "start": "t7_re", "end": "t7_bs", @@ -14979,7 +15504,7 @@ "construction": false }, "inputs": [ - "node_46dec030" + "node_1cbbbf9e" ], "output_count": 1, "tags": [ @@ -14989,7 +15514,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_7, start=t7_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_7, start=t7_re" }, "context": { "origin": [ @@ -15016,8 +15541,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a4daa7d1", + "graph_id": "graph_ff292a54", + "node_id": "node_3f4a9a18", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -15030,10 +15555,10 @@ } }, { - "node_id": "node_548799bc", + "node_id": "node_83a2421f", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_7", "start": "t7_bs", "end": "t7_ts", @@ -15105,7 +15630,7 @@ "construction": false }, "inputs": [ - "node_a4daa7d1" + "node_3f4a9a18" ], "output_count": 1, "tags": [ @@ -15115,7 +15640,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_7, start=t7_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_7, start=t7_bs" }, "context": { "origin": [ @@ -15142,8 +15667,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_548799bc", + "graph_id": "graph_ff292a54", + "node_id": "node_83a2421f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -15156,10 +15681,10 @@ } }, { - "node_id": "node_492f00c4", + "node_id": "node_c1022888", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_7", "start": "t7_ts", "end": "t7_te", @@ -15167,7 +15692,7 @@ "construction": false }, "inputs": [ - "node_548799bc" + "node_83a2421f" ], "output_count": 1, "tags": [ @@ -15177,7 +15702,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_7, start=t7_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_7, start=t7_ts" }, "context": { "origin": [ @@ -15204,8 +15729,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_492f00c4", + "graph_id": "graph_ff292a54", + "node_id": "node_c1022888", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -15218,10 +15743,10 @@ } }, { - "node_id": "node_9dc4a3f2", + "node_id": "node_2d68a54b", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_7", "start": "t7_te", "end": "t7_be", @@ -15231,36 +15756,36 @@ 14.995546914482555 ], [ - -0.40220110314375696, - 14.924755343103573 + -0.4022011031437576, + 14.924755343103598 ], [ - -0.5942013799634277, - 14.535897586638738 + -0.5942013799634286, + 14.535897586638754 ], [ - -0.7620316585898117, - 14.100040212099964 + -0.7620316585898121, + 14.100040212099955 ], [ -0.8602243999207227, - 13.697839272433987 + 13.697839272433997 ], [ - -0.8972478366053184, - 13.526288940490863 + -0.8972478366053178, + 13.52628894049086 ], [ - -0.9271212441313557, - 13.33980796010495 + -0.9271212441313553, + 13.339807960104961 ], [ -0.9349827405920164, - 13.175361057543839 + 13.17536105754384 ], [ -0.9336608196703149, - 13.127103893935967 + 13.12710389393596 ], [ -0.9333257074337283, @@ -15293,7 +15818,7 @@ "construction": false }, "inputs": [ - "node_492f00c4" + "node_c1022888" ], "output_count": 1, "tags": [ @@ -15303,7 +15828,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_7, start=t7_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_7, start=t7_te" }, "context": { "origin": [ @@ -15330,8 +15855,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9dc4a3f2", + "graph_id": "graph_ff292a54", + "node_id": "node_2d68a54b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -15344,10 +15869,10 @@ } }, { - "node_id": "node_6042acb8", + "node_id": "node_c4c2b772", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_7", "start": "t7_be", "end": "t8_rs", @@ -15383,7 +15908,7 @@ "construction": false }, "inputs": [ - "node_9dc4a3f2" + "node_2d68a54b" ], "output_count": 1, "tags": [ @@ -15393,7 +15918,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_7, start=t7_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_7, start=t7_be" }, "context": { "origin": [ @@ -15420,8 +15945,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6042acb8", + "graph_id": "graph_ff292a54", + "node_id": "node_c4c2b772", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -15434,10 +15959,10 @@ } }, { - "node_id": "node_b69c870e", + "node_id": "node_a67fabf9", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_8", "start": "t8_rs", "end": "t8_re", @@ -15445,7 +15970,7 @@ "construction": false }, "inputs": [ - "node_6042acb8" + "node_c4c2b772" ], "output_count": 1, "tags": [ @@ -15455,7 +15980,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_8, start=t8_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_8, start=t8_rs" }, "context": { "origin": [ @@ -15482,8 +16007,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b69c870e", + "graph_id": "graph_ff292a54", + "node_id": "node_a67fabf9", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -15496,10 +16021,10 @@ } }, { - "node_id": "node_0dd0b556", + "node_id": "node_8ac0117c", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_8", "start": "t8_re", "end": "t8_bs", @@ -15535,7 +16060,7 @@ "construction": false }, "inputs": [ - "node_b69c870e" + "node_a67fabf9" ], "output_count": 1, "tags": [ @@ -15545,7 +16070,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_8, start=t8_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_8, start=t8_re" }, "context": { "origin": [ @@ -15572,8 +16097,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0dd0b556", + "graph_id": "graph_ff292a54", + "node_id": "node_8ac0117c", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -15586,10 +16111,10 @@ } }, { - "node_id": "node_5290175b", + "node_id": "node_a14a72c1", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_8", "start": "t8_bs", "end": "t8_ts", @@ -15599,36 +16124,36 @@ 13.001222555028312 ], [ - -2.0108034250130533, - 13.005739069900331 + -2.010803425013051, + 13.005739069900336 ], [ -2.020252876524896, - 13.053080480742505 + 13.053080480742516 ], [ - -2.064510147200038, - 13.211655008586453 + -2.0645101472000347, + 13.211655008586456 ], [ - -2.1351304879497084, - 13.386813062912536 + -2.1351304879497066, + 13.386813062912514 ], [ - -2.2093992098629194, - 13.545823780158617 + -2.2093992098629185, + 13.545823780158623 ], [ - -2.3946281828926534, - 13.916090762036054 + -2.394628182892652, + 13.91609076203605 ], [ -2.6552379960888834, - 14.303674531858098 + 14.303674531858105 ], [ - -2.928953416251733, - 14.64005873158631 + -2.928953416251732, + 14.640058731586306 ], [ -2.9805103123151477, @@ -15661,7 +16186,7 @@ "construction": false }, "inputs": [ - "node_0dd0b556" + "node_8ac0117c" ], "output_count": 1, "tags": [ @@ -15671,7 +16196,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_8, start=t8_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_8, start=t8_bs" }, "context": { "origin": [ @@ -15698,8 +16223,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5290175b", + "graph_id": "graph_ff292a54", + "node_id": "node_a14a72c1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -15712,10 +16237,10 @@ } }, { - "node_id": "node_7adeca97", + "node_id": "node_0737d924", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_8", "start": "t8_ts", "end": "t8_te", @@ -15723,7 +16248,7 @@ "construction": false }, "inputs": [ - "node_5290175b" + "node_a14a72c1" ], "output_count": 1, "tags": [ @@ -15733,7 +16258,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_8, start=t8_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_8, start=t8_ts" }, "context": { "origin": [ @@ -15760,8 +16285,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7adeca97", + "graph_id": "graph_ff292a54", + "node_id": "node_0737d924", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -15774,10 +16299,10 @@ } }, { - "node_id": "node_c61b3595", + "node_id": "node_ca29b398", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_8", "start": "t8_te", "end": "t8_be", @@ -15787,36 +16312,36 @@ 14.538251175681138 ], [ - -3.7131875797820726, - 14.461062401366693 + -3.7131875797820704, + 14.461062401366682 ], [ - -3.813845017655487, - 14.039230039802934 + -3.813845017655489, + 14.039230039802954 ], [ - -3.8804800507434827, - 13.576954769288651 + -3.8804800507434885, + 13.57695476928865 ], [ - -3.8867127663080647, - 13.162987906393893 + -3.886712766308062, + 13.162987906393885 ], [ - -3.8846344080522677, - 12.987500209729129 + -3.88463440805227, + 12.987500209729125 ], [ - -3.8722629049608277, - 12.799047238316755 + -3.872262904960829, + 12.799047238316751 ], [ -3.843334418947719, - 12.636974015403345 + 12.63697401540334 ], [ - -3.8313074122273516, - 12.590220914717419 + -3.83130741222735, + 12.590220914717412 ], [ -3.82996685690666, @@ -15849,7 +16374,7 @@ "construction": false }, "inputs": [ - "node_7adeca97" + "node_0737d924" ], "output_count": 1, "tags": [ @@ -15859,7 +16384,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_8, start=t8_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_8, start=t8_te" }, "context": { "origin": [ @@ -15886,8 +16411,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c61b3595", + "graph_id": "graph_ff292a54", + "node_id": "node_ca29b398", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -15900,10 +16425,10 @@ } }, { - "node_id": "node_3cc0985a", + "node_id": "node_40cb5332", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_8", "start": "t8_be", "end": "t9_rs", @@ -15939,7 +16464,7 @@ "construction": false }, "inputs": [ - "node_c61b3595" + "node_ca29b398" ], "output_count": 1, "tags": [ @@ -15949,7 +16474,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_8, start=t8_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_8, start=t8_be" }, "context": { "origin": [ @@ -15976,8 +16501,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3cc0985a", + "graph_id": "graph_ff292a54", + "node_id": "node_40cb5332", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -15990,10 +16515,10 @@ } }, { - "node_id": "node_1d70674f", + "node_id": "node_c7c0aece", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_9", "start": "t9_rs", "end": "t9_re", @@ -16001,7 +16526,7 @@ "construction": false }, "inputs": [ - "node_3cc0985a" + "node_40cb5332" ], "output_count": 1, "tags": [ @@ -16011,7 +16536,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_9, start=t9_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_9, start=t9_rs" }, "context": { "origin": [ @@ -16038,8 +16563,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1d70674f", + "graph_id": "graph_ff292a54", + "node_id": "node_c7c0aece", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -16052,10 +16577,10 @@ } }, { - "node_id": "node_c8622c0a", + "node_id": "node_e9bfb65b", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_9", "start": "t9_re", "end": "t9_bs", @@ -16091,7 +16616,7 @@ "construction": false }, "inputs": [ - "node_1d70674f" + "node_c7c0aece" ], "output_count": 1, "tags": [ @@ -16101,7 +16626,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_9, start=t9_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_9, start=t9_re" }, "context": { "origin": [ @@ -16128,8 +16653,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c8622c0a", + "graph_id": "graph_ff292a54", + "node_id": "node_e9bfb65b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -16142,10 +16667,10 @@ } }, { - "node_id": "node_95780715", + "node_id": "node_bf4be09a", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_9", "start": "t9_bs", "end": "t9_ts", @@ -16155,35 +16680,35 @@ 12.227961807120273 ], [ - -4.8544375895823855, - 12.232212181663046 + -4.8544375895823775, + 12.232212181663023 ], [ - -4.874184578571493, - 12.27626394371935 + -4.8741845785715014, + 12.276263943719359 ], [ - -4.952618379107203, - 12.42101450787049 + -4.9526183791071965, + 12.42101450787048 ], [ - -5.060444454310439, - 12.576066479896479 + -5.060444454310445, + 12.576066479896488 ], [ - -5.168234317616377, - 12.714564121111906 + -5.1682343176163785, + 12.714564121111913 ], [ - -5.431211368188385, - 13.034330412629192 + -5.431211368188381, + 13.034330412629181 ], [ - -5.771532651709009, + -5.771532651709006, 13.354205509106766 ], [ - -6.113237981112001, + -6.113237981112, 13.62124844370584 ], [ @@ -16217,7 +16742,7 @@ "construction": false }, "inputs": [ - "node_c8622c0a" + "node_e9bfb65b" ], "output_count": 1, "tags": [ @@ -16227,7 +16752,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_9, start=t9_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_9, start=t9_bs" }, "context": { "origin": [ @@ -16254,8 +16779,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_95780715", + "graph_id": "graph_ff292a54", + "node_id": "node_bf4be09a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -16268,10 +16793,10 @@ } }, { - "node_id": "node_2b19507a", + "node_id": "node_d8dcdb77", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_9", "start": "t9_ts", "end": "t9_te", @@ -16279,7 +16804,7 @@ "construction": false }, "inputs": [ - "node_95780715" + "node_bf4be09a" ], "output_count": 1, "tags": [ @@ -16289,7 +16814,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_9, start=t9_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_9, start=t9_ts" }, "context": { "origin": [ @@ -16316,8 +16841,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2b19507a", + "graph_id": "graph_ff292a54", + "node_id": "node_d8dcdb77", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -16330,10 +16855,10 @@ } }, { - "node_id": "node_b535ebd0", + "node_id": "node_c5bda38f", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_9", "start": "t9_te", "end": "t9_be", @@ -16343,36 +16868,36 @@ 13.351946816480952 ], [ - -6.837979326249088, - 13.272231406687421 + -6.837979326249089, + 13.27223140668742 ], [ - -6.8422465409324085, - 12.838576876052079 + -6.842246540932408, + 12.838576876052072 ], [ - -6.80434496967934, - 12.373064121919404 + -6.804344969679323, + 12.373064121919388 ], [ - -6.718305125093607, + -6.7183051250936066, 11.968089362876386 ], [ - -6.677229189458832, - 11.797463987373595 + -6.677229189458822, + 11.7974639873736 ], [ - -6.623233134573821, - 11.616488843832409 + -6.623233134573824, + 11.61648884383241 ], [ - -6.558965261170485, + -6.558965261170486, 11.464916328722461 ], [ - -6.536836252988807, - 11.422011686650812 + -6.536836252988802, + 11.422011686650807 ], [ -6.534557475625456, @@ -16405,7 +16930,7 @@ "construction": false }, "inputs": [ - "node_2b19507a" + "node_d8dcdb77" ], "output_count": 1, "tags": [ @@ -16415,7 +16940,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_9, start=t9_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_9, start=t9_te" }, "context": { "origin": [ @@ -16442,8 +16967,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b535ebd0", + "graph_id": "graph_ff292a54", + "node_id": "node_c5bda38f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -16456,10 +16981,10 @@ } }, { - "node_id": "node_6431dff0", + "node_id": "node_121bfacd", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_9", "start": "t9_be", "end": "t10_rs", @@ -16495,7 +17020,7 @@ "construction": false }, "inputs": [ - "node_b535ebd0" + "node_c5bda38f" ], "output_count": 1, "tags": [ @@ -16505,7 +17030,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_9, start=t9_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_9, start=t9_be" }, "context": { "origin": [ @@ -16532,8 +17057,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6431dff0", + "graph_id": "graph_ff292a54", + "node_id": "node_121bfacd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -16546,10 +17071,10 @@ } }, { - "node_id": "node_4afda1f6", + "node_id": "node_d367cd71", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_10", "start": "t10_rs", "end": "t10_re", @@ -16557,7 +17082,7 @@ "construction": false }, "inputs": [ - "node_6431dff0" + "node_121bfacd" ], "output_count": 1, "tags": [ @@ -16567,7 +17092,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_10, start=t10_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_10, start=t10_rs" }, "context": { "origin": [ @@ -16594,8 +17119,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4afda1f6", + "graph_id": "graph_ff292a54", + "node_id": "node_d367cd71", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -16608,10 +17133,10 @@ } }, { - "node_id": "node_144f2614", + "node_id": "node_c3b8a45a", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_10", "start": "t10_re", "end": "t10_bs", @@ -16647,7 +17172,7 @@ "construction": false }, "inputs": [ - "node_4afda1f6" + "node_d367cd71" ], "output_count": 1, "tags": [ @@ -16657,7 +17182,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_10, start=t10_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_10, start=t10_re" }, "context": { "origin": [ @@ -16684,8 +17209,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_144f2614", + "graph_id": "graph_ff292a54", + "node_id": "node_c3b8a45a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -16698,10 +17223,10 @@ } }, { - "node_id": "node_e7644e9e", + "node_id": "node_1194ff5b", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_10", "start": "t10_bs", "end": "t10_ts", @@ -16712,35 +17237,35 @@ ], [ -7.45464998304398, - 10.845311097367297 + 10.845311097367302 ], [ - -7.483704313026208, - 10.883864271344121 + -7.483704313026215, + 10.883864271344136 ], [ - -7.592381645152566, - 11.007532474090151 + -7.592381645152559, + 11.007532474090143 ], [ - -7.732006605156226, - 11.134703410498089 + -7.73200660515623, + 11.134703410498096 ], [ - -7.867912576017452, - 11.245743125636483 + -7.867912576017444, + 11.24574312563648 ], [ - -8.195450936719519, - 11.49897430970917 + -8.19545093671952, + 11.498974309709178 ], [ - -8.59841856035088, - 11.735100859822822 + -8.598418560350883, + 11.735100859822827 ], [ - -8.990979266940561, - 11.919411881477789 + -8.990979266940567, + 11.9194118814778 ], [ -9.06382990059375, @@ -16773,7 +17298,7 @@ "construction": false }, "inputs": [ - "node_144f2614" + "node_c3b8a45a" ], "output_count": 1, "tags": [ @@ -16783,7 +17308,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_10, start=t10_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_10, start=t10_bs" }, "context": { "origin": [ @@ -16810,8 +17335,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e7644e9e", + "graph_id": "graph_ff292a54", + "node_id": "node_1194ff5b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -16824,10 +17349,10 @@ } }, { - "node_id": "node_cd6d86d6", + "node_id": "node_4a359d41", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_10", "start": "t10_ts", "end": "t10_te", @@ -16835,7 +17360,7 @@ "construction": false }, "inputs": [ - "node_e7644e9e" + "node_1194ff5b" ], "output_count": 1, "tags": [ @@ -16845,7 +17370,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_10, start=t10_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_10, start=t10_ts" }, "context": { "origin": [ @@ -16872,8 +17397,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cd6d86d6", + "graph_id": "graph_ff292a54", + "node_id": "node_4a359d41", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -16886,10 +17411,10 @@ } }, { - "node_id": "node_2a852892", + "node_id": "node_8c6c68c6", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_10", "start": "t10_te", "end": "t10_be", @@ -16899,36 +17424,36 @@ 11.496120091027906 ], [ - -9.619886236382895, - 11.417875309264872 + -9.619886236382913, + 11.417875309264868 ], [ - -9.527549251913578, - 10.994143858507622 + -9.527549251913566, + 10.994143858507607 ], [ - -9.387011619365225, - 10.54873637406071 + -9.387011619365223, + 10.54873637406069 ], [ - -9.21301361170784, - 10.173060844315241 + -9.213013611707837, + 10.173060844315245 ], [ - -9.134999817624996, - 10.01585365877165 + -9.134999817624989, + 10.015853658771649 ], [ - -9.042086798606219, + -9.042086798606222, 9.851431192485194 ], [ - -8.945702197344367, - 9.717959863997995 + -8.945702197344373, + 9.717959863998002 ], [ - -8.914580828574294, - 9.681055098448288 + -8.914580828574296, + 9.681055098448292 ], [ -8.911478096580645, @@ -16961,7 +17486,7 @@ "construction": false }, "inputs": [ - "node_cd6d86d6" + "node_4a359d41" ], "output_count": 1, "tags": [ @@ -16971,7 +17496,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_10, start=t10_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_10, start=t10_te" }, "context": { "origin": [ @@ -16998,8 +17523,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2a852892", + "graph_id": "graph_ff292a54", + "node_id": "node_8c6c68c6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -17012,10 +17537,10 @@ } }, { - "node_id": "node_2ab00950", + "node_id": "node_78c9f36a", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_10", "start": "t10_be", "end": "t11_rs", @@ -17051,7 +17576,7 @@ "construction": false }, "inputs": [ - "node_2a852892" + "node_8c6c68c6" ], "output_count": 1, "tags": [ @@ -17061,7 +17586,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_10, start=t10_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_10, start=t10_be" }, "context": { "origin": [ @@ -17088,8 +17613,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2ab00950", + "graph_id": "graph_ff292a54", + "node_id": "node_78c9f36a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -17102,10 +17627,10 @@ } }, { - "node_id": "node_edfb07cb", + "node_id": "node_a42bdfba", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_11", "start": "t11_rs", "end": "t11_re", @@ -17113,7 +17638,7 @@ "construction": false }, "inputs": [ - "node_2ab00950" + "node_78c9f36a" ], "output_count": 1, "tags": [ @@ -17123,7 +17648,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_11, start=t11_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_11, start=t11_rs" }, "context": { "origin": [ @@ -17150,8 +17675,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_edfb07cb", + "graph_id": "graph_ff292a54", + "node_id": "node_a42bdfba", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -17164,10 +17689,10 @@ } }, { - "node_id": "node_cafdd587", + "node_id": "node_29a129d4", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_11", "start": "t11_re", "end": "t11_bs", @@ -17203,7 +17728,7 @@ "construction": false }, "inputs": [ - "node_edfb07cb" + "node_a42bdfba" ], "output_count": 1, "tags": [ @@ -17213,7 +17738,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_11, start=t11_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_11, start=t11_re" }, "context": { "origin": [ @@ -17240,8 +17765,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cafdd587", + "graph_id": "graph_ff292a54", + "node_id": "node_29a129d4", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -17254,10 +17779,10 @@ } }, { - "node_id": "node_a58ddc04", + "node_id": "node_9b7e8b3a", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_11", "start": "t11_bs", "end": "t11_ts", @@ -17267,36 +17792,36 @@ 8.911478096580646 ], [ - -9.681055098448281, - 8.914580828574293 + -9.68105509844827, + 8.914580828574287 ], [ - -9.717959863997994, - 8.945702197344366 + -9.717959863997999, + 8.94570219734437 ], [ - -9.851431192485173, - 9.042086798606212 + -9.85143119248519, + 9.042086798606231 ], [ - -10.015853658771627, - 9.134999817624966 + -10.01585365877163, + 9.134999817624957 ], [ - -10.173060844315234, - 9.213013611707842 + -10.173060844315225, + 9.213013611707817 ], [ - -10.548736374060692, - 9.387011619365222 + -10.5487363740607, + 9.387011619365225 ], [ - -10.994143858507629, - 9.527549251913591 + -10.994143858507638, + 9.527549251913596 ], [ - -11.417875309264849, - 9.619886236382886 + -11.417875309264854, + 9.61988623638289 ], [ -11.496120091027905, @@ -17329,7 +17854,7 @@ "construction": false }, "inputs": [ - "node_cafdd587" + "node_29a129d4" ], "output_count": 1, "tags": [ @@ -17339,7 +17864,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_11, start=t11_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_11, start=t11_bs" }, "context": { "origin": [ @@ -17366,8 +17891,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a58ddc04", + "graph_id": "graph_ff292a54", + "node_id": "node_9b7e8b3a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -17380,10 +17905,10 @@ } }, { - "node_id": "node_52de6b5a", + "node_id": "node_52b68b91", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_11", "start": "t11_ts", "end": "t11_te", @@ -17391,7 +17916,7 @@ "construction": false }, "inputs": [ - "node_a58ddc04" + "node_9b7e8b3a" ], "output_count": 1, "tags": [ @@ -17401,7 +17926,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_11, start=t11_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_11, start=t11_ts" }, "context": { "origin": [ @@ -17428,8 +17953,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_52de6b5a", + "graph_id": "graph_ff292a54", + "node_id": "node_52b68b91", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -17442,10 +17967,10 @@ } }, { - "node_id": "node_62d5f379", + "node_id": "node_7a0df353", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_11", "start": "t11_te", "end": "t11_be", @@ -17455,36 +17980,36 @@ 9.063829900593753 ], [ - -11.919411881477808, - 8.990979266940577 + -11.919411881477792, + 8.990979266940572 ], [ - -11.735100859822806, - 8.598418560350853 + -11.73510085982281, + 8.598418560350861 ], [ - -11.498974309709176, - 8.19545093671953 + -11.498974309709185, + 8.195450936719537 ], [ - -11.245743125636487, - 7.867912576017456 + -11.245743125636489, + 7.867912576017463 ], [ - -11.134703410498096, - 7.732006605156244 + -11.134703410498094, + 7.732006605156241 ], [ - -11.00753247409016, - 7.592381645152565 + -11.007532474090166, + 7.592381645152571 ], [ - -10.883864271344107, - 7.483704313026206 + -10.883864271344114, + 7.483704313026211 ], [ - -10.845311097367304, - 7.4546499830439785 + -10.845311097367308, + 7.454649983043985 ], [ -10.841539994681382, @@ -17517,7 +18042,7 @@ "construction": false }, "inputs": [ - "node_52de6b5a" + "node_52b68b91" ], "output_count": 1, "tags": [ @@ -17527,7 +18052,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_11, start=t11_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_11, start=t11_te" }, "context": { "origin": [ @@ -17554,8 +18079,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_62d5f379", + "graph_id": "graph_ff292a54", + "node_id": "node_7a0df353", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -17568,10 +18093,10 @@ } }, { - "node_id": "node_0a34c904", + "node_id": "node_e1e069ee", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_11", "start": "t11_be", "end": "t12_rs", @@ -17607,7 +18132,7 @@ "construction": false }, "inputs": [ - "node_62d5f379" + "node_7a0df353" ], "output_count": 1, "tags": [ @@ -17617,7 +18142,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_11, start=t11_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_11, start=t11_be" }, "context": { "origin": [ @@ -17644,8 +18169,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0a34c904", + "graph_id": "graph_ff292a54", + "node_id": "node_e1e069ee", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -17658,10 +18183,10 @@ } }, { - "node_id": "node_94976843", + "node_id": "node_3c9d3828", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_12", "start": "t12_rs", "end": "t12_re", @@ -17669,7 +18194,7 @@ "construction": false }, "inputs": [ - "node_0a34c904" + "node_e1e069ee" ], "output_count": 1, "tags": [ @@ -17679,7 +18204,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_12, start=t12_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_12, start=t12_rs" }, "context": { "origin": [ @@ -17706,8 +18231,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_94976843", + "graph_id": "graph_ff292a54", + "node_id": "node_3c9d3828", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -17720,10 +18245,10 @@ } }, { - "node_id": "node_3aefe9d1", + "node_id": "node_f2055c09", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_12", "start": "t12_re", "end": "t12_bs", @@ -17759,7 +18284,7 @@ "construction": false }, "inputs": [ - "node_94976843" + "node_3c9d3828" ], "output_count": 1, "tags": [ @@ -17769,7 +18294,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_12, start=t12_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_12, start=t12_re" }, "context": { "origin": [ @@ -17796,8 +18321,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3aefe9d1", + "graph_id": "graph_ff292a54", + "node_id": "node_f2055c09", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -17810,10 +18335,10 @@ } }, { - "node_id": "node_cbfd2ec4", + "node_id": "node_70b8aca6", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_12", "start": "t12_bs", "end": "t12_ts", @@ -17823,36 +18348,36 @@ 6.5345574756254585 ], [ - -11.422011686650809, - 6.536836252988807 + -11.422011686650805, + 6.536836252988808 ], [ - -11.464916328722458, - 6.558965261170485 + -11.464916328722465, + 6.558965261170491 ], [ -11.616488843832396, - 6.623233134573817 + 6.62323313457382 ], [ - -11.797463987373575, - 6.677229189458819 + -11.797463987373584, + 6.6772291894588225 ], [ - -11.968089362876382, - 6.71830512509361 + -11.968089362876396, + 6.718305125093607 ], [ -12.373064121919374, - 6.80434496967933 + 6.804344969679327 ], [ - -12.838576876052063, - 6.842246540932419 + -12.83857687605207, + 6.842246540932421 ], [ - -13.272231406687387, - 6.837979326249078 + -13.272231406687382, + 6.837979326249075 ], [ -13.35194681648095, @@ -17885,7 +18410,7 @@ "construction": false }, "inputs": [ - "node_3aefe9d1" + "node_f2055c09" ], "output_count": 1, "tags": [ @@ -17895,7 +18420,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_12, start=t12_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_12, start=t12_bs" }, "context": { "origin": [ @@ -17922,8 +18447,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cbfd2ec4", + "graph_id": "graph_ff292a54", + "node_id": "node_70b8aca6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -17936,10 +18461,10 @@ } }, { - "node_id": "node_dcd24899", + "node_id": "node_04e25304", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_12", "start": "t12_ts", "end": "t12_te", @@ -17947,7 +18472,7 @@ "construction": false }, "inputs": [ - "node_cbfd2ec4" + "node_70b8aca6" ], "output_count": 1, "tags": [ @@ -17957,7 +18482,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_12, start=t12_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_12, start=t12_ts" }, "context": { "origin": [ @@ -17984,8 +18509,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dcd24899", + "graph_id": "graph_ff292a54", + "node_id": "node_04e25304", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -17998,10 +18523,10 @@ } }, { - "node_id": "node_7ae2b40d", + "node_id": "node_8ac2f86c", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_12", "start": "t12_te", "end": "t12_be", @@ -18011,36 +18536,36 @@ 6.177041431686201 ], [ - -13.621248443705841, - 6.113237981112001 + -13.621248443705854, + 6.113237981112004 ], [ - -13.354205509106738, - 5.771532651708996 + -13.354205509106754, + 5.771532651709003 ], [ - -13.034330412629181, - 5.431211368188388 + -13.034330412629165, + 5.431211368188385 ], [ - -12.714564121111884, - 5.168234317616378 + -12.714564121111888, + 5.168234317616373 ], [ - -12.576066479896506, - 5.060444454310452 + -12.576066479896495, + 5.060444454310449 ], [ - -12.421014507870472, - 4.952618379107192 + -12.421014507870463, + 4.9526183791071885 ], [ -12.276263943719346, - 4.874184578571499 + 4.874184578571498 ], [ - -12.232212181663039, - 4.854437589582383 + -12.232212181663046, + 4.854437589582386 ], [ -12.227961807120273, @@ -18073,7 +18598,7 @@ "construction": false }, "inputs": [ - "node_dcd24899" + "node_04e25304" ], "output_count": 1, "tags": [ @@ -18083,7 +18608,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_12, start=t12_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_12, start=t12_te" }, "context": { "origin": [ @@ -18110,8 +18635,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7ae2b40d", + "graph_id": "graph_ff292a54", + "node_id": "node_8ac2f86c", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -18124,10 +18649,10 @@ } }, { - "node_id": "node_b5572e53", + "node_id": "node_5d3642af", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_12", "start": "t12_be", "end": "t13_rs", @@ -18163,7 +18688,7 @@ "construction": false }, "inputs": [ - "node_7ae2b40d" + "node_8ac2f86c" ], "output_count": 1, "tags": [ @@ -18173,7 +18698,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_12, start=t12_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_12, start=t12_be" }, "context": { "origin": [ @@ -18200,8 +18725,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b5572e53", + "graph_id": "graph_ff292a54", + "node_id": "node_5d3642af", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -18214,10 +18739,10 @@ } }, { - "node_id": "node_a0f59522", + "node_id": "node_9215c0a4", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_13", "start": "t13_rs", "end": "t13_re", @@ -18225,7 +18750,7 @@ "construction": false }, "inputs": [ - "node_b5572e53" + "node_5d3642af" ], "output_count": 1, "tags": [ @@ -18235,7 +18760,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_13, start=t13_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_13, start=t13_rs" }, "context": { "origin": [ @@ -18262,8 +18787,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a0f59522", + "graph_id": "graph_ff292a54", + "node_id": "node_9215c0a4", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -18276,10 +18801,10 @@ } }, { - "node_id": "node_c64e84c4", + "node_id": "node_b4055de7", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_13", "start": "t13_re", "end": "t13_bs", @@ -18315,7 +18840,7 @@ "construction": false }, "inputs": [ - "node_a0f59522" + "node_9215c0a4" ], "output_count": 1, "tags": [ @@ -18325,7 +18850,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_13, start=t13_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_13, start=t13_re" }, "context": { "origin": [ @@ -18352,8 +18877,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c64e84c4", + "graph_id": "graph_ff292a54", + "node_id": "node_b4055de7", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -18366,10 +18891,10 @@ } }, { - "node_id": "node_80c4ce4c", + "node_id": "node_d2bdbd65", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_13", "start": "t13_bs", "end": "t13_ts", @@ -18379,36 +18904,36 @@ 3.829966856906665 ], [ - -12.590220914717401, - 3.83130741222735 + -12.590220914717408, + 3.8313074122273503 ], [ - -12.636974015403343, - 3.84333441894773 + -12.636974015403357, + 3.8433344189477343 ], [ - -12.79904723831676, - 3.872262904960828 + -12.79904723831678, + 3.872262904960833 ], [ - -12.987500209729108, - 3.88463440805227 + -12.9875002097291, + 3.884634408052267 ], [ - -13.162987906393878, - 3.8867127663080705 + -13.162987906393893, + 3.886712766308072 ], [ - -13.57695476928867, - 3.8804800507434916 + -13.57695476928868, + 3.880480050743492 ], [ - -14.039230039802929, - 3.813845017655501 + -14.039230039802938, + 3.813845017655502 ], [ - -14.461062401366691, - 3.7131875797820797 + -14.461062401366688, + 3.713187579782078 ], [ -14.538251175681136, @@ -18441,7 +18966,7 @@ "construction": false }, "inputs": [ - "node_c64e84c4" + "node_b4055de7" ], "output_count": 1, "tags": [ @@ -18451,7 +18976,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_13, start=t13_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_13, start=t13_bs" }, "context": { "origin": [ @@ -18478,8 +19003,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_80c4ce4c", + "graph_id": "graph_ff292a54", + "node_id": "node_d2bdbd65", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -18492,10 +19017,10 @@ } }, { - "node_id": "node_c9ff0f7a", + "node_id": "node_95785e06", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_13", "start": "t13_ts", "end": "t13_te", @@ -18503,7 +19028,7 @@ "construction": false }, "inputs": [ - "node_80c4ce4c" + "node_d2bdbd65" ], "output_count": 1, "tags": [ @@ -18513,7 +19038,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_13, start=t13_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_13, start=t13_ts" }, "context": { "origin": [ @@ -18540,8 +19065,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9ff0f7a", + "graph_id": "graph_ff292a54", + "node_id": "node_95785e06", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -18554,10 +19079,10 @@ } }, { - "node_id": "node_bdcb972c", + "node_id": "node_10aa8e86", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_13", "start": "t13_te", "end": "t13_be", @@ -18567,36 +19092,36 @@ 2.980510312315147 ], [ - -14.640058731586318, - 2.928953416251729 + -14.640058731586288, + 2.928953416251724 ], [ - -14.303674531858137, - 2.6552379960888843 + -14.303674531858098, + 2.6552379960888857 ], [ - -13.916090762036047, - 2.394628182892651 + -13.916090762036017, + 2.3946281828926472 ], [ - -13.545823780158647, + -13.545823780158635, 2.2093992098629194 ], [ - -13.38681306291252, - 2.135130487949703 + -13.386813062912536, + 2.135130487949704 ], [ - -13.21165500858645, - 2.0645101472000325 + -13.211655008586463, + 2.0645101472000342 ], [ - -13.053080480742489, - 2.020252876524891 + -13.053080480742496, + 2.020252876524893 ], [ - -13.005739069900331, - 2.0108034250130484 + -13.00573906990032, + 2.010803425013047 ], [ -13.001222555028312, @@ -18629,7 +19154,7 @@ "construction": false }, "inputs": [ - "node_c9ff0f7a" + "node_95785e06" ], "output_count": 1, "tags": [ @@ -18639,7 +19164,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_13, start=t13_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_13, start=t13_te" }, "context": { "origin": [ @@ -18666,8 +19191,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bdcb972c", + "graph_id": "graph_ff292a54", + "node_id": "node_10aa8e86", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -18680,10 +19205,10 @@ } }, { - "node_id": "node_615d01b0", + "node_id": "node_7f9371dc", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_13", "start": "t13_be", "end": "t14_rs", @@ -18719,7 +19244,7 @@ "construction": false }, "inputs": [ - "node_bdcb972c" + "node_10aa8e86" ], "output_count": 1, "tags": [ @@ -18729,7 +19254,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_13, start=t13_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_13, start=t13_be" }, "context": { "origin": [ @@ -18756,8 +19281,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_615d01b0", + "graph_id": "graph_ff292a54", + "node_id": "node_7f9371dc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -18770,10 +19295,10 @@ } }, { - "node_id": "node_a2f83973", + "node_id": "node_d1b8b74e", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_14", "start": "t14_rs", "end": "t14_re", @@ -18781,7 +19306,7 @@ "construction": false }, "inputs": [ - "node_615d01b0" + "node_7f9371dc" ], "output_count": 1, "tags": [ @@ -18791,7 +19316,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_14, start=t14_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_14, start=t14_rs" }, "context": { "origin": [ @@ -18818,8 +19343,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a2f83973", + "graph_id": "graph_ff292a54", + "node_id": "node_d1b8b74e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -18832,10 +19357,10 @@ } }, { - "node_id": "node_a8a49422", + "node_id": "node_e6db1bb2", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_14", "start": "t14_re", "end": "t14_bs", @@ -18871,7 +19396,7 @@ "construction": false }, "inputs": [ - "node_a2f83973" + "node_d1b8b74e" ], "output_count": 1, "tags": [ @@ -18881,7 +19406,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_14, start=t14_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_14, start=t14_re" }, "context": { "origin": [ @@ -18908,8 +19433,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a8a49422", + "graph_id": "graph_ff292a54", + "node_id": "node_e6db1bb2", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -18922,10 +19447,10 @@ } }, { - "node_id": "node_c50366ae", + "node_id": "node_8857ee49", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_14", "start": "t14_bs", "end": "t14_ts", @@ -18935,36 +19460,36 @@ 0.9333257074337338 ], [ - -13.127103893935956, + -13.127103893935955, 0.9336608196703203 ], [ - -13.175361057543848, - 0.9349827405920217 + -13.175361057543842, + 0.9349827405920212 ], [ - -13.339807960104986, + -13.339807960104975, 0.9271212441313638 ], [ - -13.526288940490813, - 0.8972478366053195 + -13.5262889404908, + 0.8972478366053191 ], [ - -13.697839272434017, - 0.8602243999207306 + -13.697839272434004, + 0.8602243999207305 ], [ - -14.100040212099952, - 0.7620316585898186 + -14.100040212099945, + 0.7620316585898181 ], [ - -14.53589758663874, + -14.535897586638745, 0.5942013799634347 ], [ - -14.92475534310357, - 0.40220110314376223 + -14.924755343103573, + 0.4022011031437624 ], [ -14.995546914482553, @@ -18997,7 +19522,7 @@ "construction": false }, "inputs": [ - "node_a8a49422" + "node_e6db1bb2" ], "output_count": 1, "tags": [ @@ -19007,7 +19532,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_14, start=t14_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_14, start=t14_bs" }, "context": { "origin": [ @@ -19034,8 +19559,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c50366ae", + "graph_id": "graph_ff292a54", + "node_id": "node_8857ee49", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -19048,10 +19573,10 @@ } }, { - "node_id": "node_41b29340", + "node_id": "node_a33b9e43", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_14", "start": "t14_ts", "end": "t14_te", @@ -19059,7 +19584,7 @@ "construction": false }, "inputs": [ - "node_c50366ae" + "node_8857ee49" ], "output_count": 1, "tags": [ @@ -19069,7 +19594,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_14, start=t14_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_14, start=t14_ts" }, "context": { "origin": [ @@ -19096,8 +19621,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_41b29340", + "graph_id": "graph_ff292a54", + "node_id": "node_a33b9e43", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -19110,10 +19635,10 @@ } }, { - "node_id": "node_05ba8dad", + "node_id": "node_5f5151af", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_14", "start": "t14_te", "end": "t14_be", @@ -19123,36 +19648,36 @@ -0.3654760396425978 ], [ - -14.92475534310361, - -0.4022011031437612 + -14.924755343103595, + -0.4022011031437608 ], [ - -14.535897586638717, - -0.5942013799634297 + -14.535897586638734, + -0.5942013799634308 ], [ - -14.1000402121, - -0.7620316585898151 + -14.10004021209994, + -0.7620316585898128 ], [ - -13.697839272434, - -0.8602243999207265 + -13.697839272434003, + -0.8602243999207273 ], [ - -13.526288940490863, - -0.8972478366053198 + -13.526288940490842, + -0.8972478366053178 ], [ - -13.339807960104972, - -0.9271212441313597 + -13.339807960104952, + -0.9271212441313582 ], [ - -13.17536105754386, - -0.9349827405920194 + -13.175361057543833, + -0.9349827405920174 ], [ - -13.127103893935972, - -0.9336608196703177 + -13.127103893935965, + -0.9336608196703169 ], [ -13.1225477156497, @@ -19185,7 +19710,7 @@ "construction": false }, "inputs": [ - "node_41b29340" + "node_a33b9e43" ], "output_count": 1, "tags": [ @@ -19195,7 +19720,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_14, start=t14_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_14, start=t14_te" }, "context": { "origin": [ @@ -19222,8 +19747,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_05ba8dad", + "graph_id": "graph_ff292a54", + "node_id": "node_5f5151af", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -19236,10 +19761,10 @@ } }, { - "node_id": "node_d7f54e64", + "node_id": "node_2b32dddb", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_14", "start": "t14_be", "end": "t15_rs", @@ -19275,7 +19800,7 @@ "construction": false }, "inputs": [ - "node_05ba8dad" + "node_5f5151af" ], "output_count": 1, "tags": [ @@ -19285,7 +19810,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_14, start=t14_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_14, start=t14_be" }, "context": { "origin": [ @@ -19312,8 +19837,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d7f54e64", + "graph_id": "graph_ff292a54", + "node_id": "node_2b32dddb", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -19326,10 +19851,10 @@ } }, { - "node_id": "node_50ccf7be", + "node_id": "node_dedb0b9d", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_15", "start": "t15_rs", "end": "t15_re", @@ -19337,7 +19862,7 @@ "construction": false }, "inputs": [ - "node_d7f54e64" + "node_2b32dddb" ], "output_count": 1, "tags": [ @@ -19347,7 +19872,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_15, start=t15_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_15, start=t15_rs" }, "context": { "origin": [ @@ -19374,8 +19899,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_50ccf7be", + "graph_id": "graph_ff292a54", + "node_id": "node_dedb0b9d", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -19388,10 +19913,10 @@ } }, { - "node_id": "node_3b11ca93", + "node_id": "node_9f47d8c9", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_15", "start": "t15_re", "end": "t15_bs", @@ -19427,7 +19952,7 @@ "construction": false }, "inputs": [ - "node_50ccf7be" + "node_dedb0b9d" ], "output_count": 1, "tags": [ @@ -19437,7 +19962,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_15, start=t15_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_15, start=t15_re" }, "context": { "origin": [ @@ -19464,8 +19989,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3b11ca93", + "graph_id": "graph_ff292a54", + "node_id": "node_9f47d8c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -19478,10 +20003,10 @@ } }, { - "node_id": "node_bbd57be1", + "node_id": "node_c9671c99", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_15", "start": "t15_bs", "end": "t15_ts", @@ -19491,36 +20016,36 @@ -2.0101162902386775 ], [ - -13.005739069900322, - -2.0108034250130444 + -13.005739069900324, + -2.010803425013043 ], [ - -13.053080480742512, - -2.020252876524895 + -13.053080480742496, + -2.0202528765248933 ], [ - -13.211655008586462, - -2.0645101472000325 + -13.211655008586453, + -2.064510147200031 ], [ - -13.386813062912529, - -2.1351304879497057 + -13.386813062912502, + -2.135130487949701 ], [ - -13.545823780158646, - -2.2093992098629163 + -13.545823780158624, + -2.2093992098629154 ], [ - -13.91609076203606, - -2.394628182892647 + -13.916090762036053, + -2.3946281828926486 ], [ - -14.303674531858116, - -2.655237996088882 + -14.303674531858112, + -2.655237996088881 ], [ - -14.640058731586311, - -2.9289534162517277 + -14.640058731586304, + -2.928953416251727 ], [ -14.700903315040987, @@ -19553,7 +20078,7 @@ "construction": false }, "inputs": [ - "node_3b11ca93" + "node_9f47d8c9" ], "output_count": 1, "tags": [ @@ -19563,7 +20088,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_15, start=t15_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_15, start=t15_bs" }, "context": { "origin": [ @@ -19590,8 +20115,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bbd57be1", + "graph_id": "graph_ff292a54", + "node_id": "node_c9671c99", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -19604,10 +20129,10 @@ } }, { - "node_id": "node_9036290c", + "node_id": "node_50db208b", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_15", "start": "t15_ts", "end": "t15_te", @@ -19615,7 +20140,7 @@ "construction": false }, "inputs": [ - "node_bbd57be1" + "node_c9671c99" ], "output_count": 1, "tags": [ @@ -19625,7 +20150,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_15, start=t15_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_15, start=t15_ts" }, "context": { "origin": [ @@ -19652,8 +20177,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9036290c", + "graph_id": "graph_ff292a54", + "node_id": "node_50db208b", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -19666,10 +20191,10 @@ } }, { - "node_id": "node_dea6702b", + "node_id": "node_2206ed4d", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_15", "start": "t15_te", "end": "t15_be", @@ -19679,36 +20204,36 @@ -3.693135896877626 ], [ - -14.461062401366704, + -14.461062401366707, -3.7131875797820766 ], [ -14.039230039802902, - -3.8138450176555017 + -3.8138450176554977 ], [ -13.576954769288669, - -3.8804800507434827 + -3.880480050743488 ], [ - -13.162987906393889, - -3.886712766308074 + -13.162987906393894, + -3.8867127663080736 ], [ - -12.987500209729127, - -3.884634408052264 + -12.987500209729129, + -3.884634408052267 ], [ - -12.799047238316756, - -3.8722629049608335 + -12.799047238316755, + -3.872262904960837 ], [ - -12.636974015403355, - -3.843334418947725 + -12.63697401540335, + -3.8433344189477268 ], [ - -12.590220914717415, - -3.831307412227353 + -12.590220914717419, + -3.8313074122273543 ], [ -12.585853538821128, @@ -19741,7 +20266,7 @@ "construction": false }, "inputs": [ - "node_9036290c" + "node_50db208b" ], "output_count": 1, "tags": [ @@ -19751,7 +20276,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_15, start=t15_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_15, start=t15_te" }, "context": { "origin": [ @@ -19778,8 +20303,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dea6702b", + "graph_id": "graph_ff292a54", + "node_id": "node_2206ed4d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -19792,10 +20317,10 @@ } }, { - "node_id": "node_2d58e58d", + "node_id": "node_f4b050da", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_15", "start": "t15_be", "end": "t16_rs", @@ -19831,7 +20356,7 @@ "construction": false }, "inputs": [ - "node_dea6702b" + "node_2206ed4d" ], "output_count": 1, "tags": [ @@ -19841,7 +20366,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_15, start=t15_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_15, start=t15_be" }, "context": { "origin": [ @@ -19868,8 +20393,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2d58e58d", + "graph_id": "graph_ff292a54", + "node_id": "node_f4b050da", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -19882,10 +20407,10 @@ } }, { - "node_id": "node_4ce49743", + "node_id": "node_026767e7", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_16", "start": "t16_rs", "end": "t16_re", @@ -19893,7 +20418,7 @@ "construction": false }, "inputs": [ - "node_2d58e58d" + "node_f4b050da" ], "output_count": 1, "tags": [ @@ -19903,7 +20428,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_16, start=t16_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_16, start=t16_rs" }, "context": { "origin": [ @@ -19930,8 +20455,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4ce49743", + "graph_id": "graph_ff292a54", + "node_id": "node_026767e7", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -19944,10 +20469,10 @@ } }, { - "node_id": "node_c05ea948", + "node_id": "node_620507b9", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_16", "start": "t16_re", "end": "t16_bs", @@ -19983,7 +20508,7 @@ "construction": false }, "inputs": [ - "node_4ce49743" + "node_026767e7" ], "output_count": 1, "tags": [ @@ -19993,7 +20518,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_16, start=t16_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_16, start=t16_re" }, "context": { "origin": [ @@ -20020,8 +20545,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c05ea948", + "graph_id": "graph_ff292a54", + "node_id": "node_620507b9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -20034,10 +20559,10 @@ } }, { - "node_id": "node_20d9bdfe", + "node_id": "node_b6aa3ec1", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_16", "start": "t16_bs", "end": "t16_ts", @@ -20047,36 +20572,36 @@ -4.852762663603867 ], [ - -12.232212181663002, - -4.854437589582367 + -12.232212181663034, + -4.8544375895823775 ], [ - -12.276263943719364, - -4.874184578571502 + -12.27626394371938, + -4.87418457857151 ], [ - -12.42101450787047, - -4.952618379107185 + -12.421014507870487, + -4.952618379107188 ], [ - -12.57606647989648, - -5.060444454310449 + -12.576066479896468, + -5.060444454310444 ], [ - -12.714564121111911, - -5.168234317616372 + -12.714564121111922, + -5.168234317616371 ], [ - -13.03433041262917, - -5.431211368188387 + -13.034330412629187, + -5.4312113681883885 ], [ - -13.354205509106752, - -5.771532651708995 + -13.354205509106759, + -5.771532651708996 ], [ - -13.621248443705827, - -6.113237981111993 + -13.621248443705838, + -6.113237981111997 ], [ -13.669095037756968, @@ -20109,7 +20634,7 @@ "construction": false }, "inputs": [ - "node_c05ea948" + "node_620507b9" ], "output_count": 1, "tags": [ @@ -20119,7 +20644,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_16, start=t16_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_16, start=t16_bs" }, "context": { "origin": [ @@ -20146,8 +20671,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_20d9bdfe", + "graph_id": "graph_ff292a54", + "node_id": "node_b6aa3ec1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -20160,10 +20685,10 @@ } }, { - "node_id": "node_32221aa7", + "node_id": "node_1f86ee2c", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_16", "start": "t16_ts", "end": "t16_te", @@ -20171,7 +20696,7 @@ "construction": false }, "inputs": [ - "node_20d9bdfe" + "node_b6aa3ec1" ], "output_count": 1, "tags": [ @@ -20181,7 +20706,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_16, start=t16_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_16, start=t16_ts" }, "context": { "origin": [ @@ -20208,8 +20733,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_32221aa7", + "graph_id": "graph_ff292a54", + "node_id": "node_1f86ee2c", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -20222,10 +20747,10 @@ } }, { - "node_id": "node_93c9081b", + "node_id": "node_591470c9", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_16", "start": "t16_te", "end": "t16_be", @@ -20235,36 +20760,36 @@ -6.8356064990507015 ], [ - -13.272231406687393, - -6.837979326249079 + -13.272231406687395, + -6.8379793262490765 ], [ - -12.838576876052073, - -6.842246540932404 + -12.838576876052056, + -6.8422465409323925 ], [ - -12.37306412191935, - -6.804344969679305 + -12.373064121919352, + -6.804344969679309 ], [ - -11.968089362876407, - -6.718305125093617 + -11.968089362876384, + -6.718305125093608 ], [ - -11.79746398737361, - -6.677229189458832 + -11.797463987373595, + -6.67722918945883 ], [ - -11.616488843832396, - -6.62323313457381 + -11.6164888438324, + -6.623233134573818 ], [ - -11.464916328722444, - -6.558965261170473 + -11.464916328722454, + -6.558965261170486 ], [ - -11.4220116866508, - -6.536836252988798 + -11.422011686650801, + -6.5368362529888016 ], [ -11.4180521116085, @@ -20297,7 +20822,7 @@ "construction": false }, "inputs": [ - "node_32221aa7" + "node_1f86ee2c" ], "output_count": 1, "tags": [ @@ -20307,7 +20832,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_16, start=t16_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_16, start=t16_te" }, "context": { "origin": [ @@ -20334,8 +20859,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_93c9081b", + "graph_id": "graph_ff292a54", + "node_id": "node_591470c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -20348,10 +20873,10 @@ } }, { - "node_id": "node_4586f06e", + "node_id": "node_ec8ff1c1", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_16", "start": "t16_be", "end": "t17_rs", @@ -20387,7 +20912,7 @@ "construction": false }, "inputs": [ - "node_93c9081b" + "node_591470c9" ], "output_count": 1, "tags": [ @@ -20397,7 +20922,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_16, start=t16_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_16, start=t16_be" }, "context": { "origin": [ @@ -20424,8 +20949,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4586f06e", + "graph_id": "graph_ff292a54", + "node_id": "node_ec8ff1c1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -20438,10 +20963,10 @@ } }, { - "node_id": "node_db0ad6ed", + "node_id": "node_0f385447", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_17", "start": "t17_rs", "end": "t17_re", @@ -20449,7 +20974,7 @@ "construction": false }, "inputs": [ - "node_4586f06e" + "node_ec8ff1c1" ], "output_count": 1, "tags": [ @@ -20459,7 +20984,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_17, start=t17_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_17, start=t17_rs" }, "context": { "origin": [ @@ -20486,8 +21011,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_db0ad6ed", + "graph_id": "graph_ff292a54", + "node_id": "node_0f385447", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -20500,10 +21025,10 @@ } }, { - "node_id": "node_acf8506f", + "node_id": "node_029da34b", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_17", "start": "t17_re", "end": "t17_bs", @@ -20539,7 +21064,7 @@ "construction": false }, "inputs": [ - "node_db0ad6ed" + "node_0f385447" ], "output_count": 1, "tags": [ @@ -20549,7 +21074,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_17, start=t17_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_17, start=t17_re" }, "context": { "origin": [ @@ -20576,8 +21101,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_acf8506f", + "graph_id": "graph_ff292a54", + "node_id": "node_029da34b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -20590,10 +21115,10 @@ } }, { - "node_id": "node_7a338bb9", + "node_id": "node_611b1bb8", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_17", "start": "t17_bs", "end": "t17_ts", @@ -20603,36 +21128,36 @@ -7.452071253643768 ], [ - -10.845311097367292, - -7.454649983043962 + -10.845311097367288, + -7.454649983043969 ], [ - -10.88386427134413, - -7.483704313026215 + -10.883864271344127, + -7.48370431302621 ], [ - -11.007532474090164, - -7.592381645152578 + -11.007532474090167, + -7.592381645152573 ], [ - -11.1347034104981, - -7.732006605156232 + -11.134703410498101, + -7.732006605156234 ], [ - -11.24574312563649, - -7.867912576017452 + -11.245743125636498, + -7.867912576017457 ], [ - -11.498974309709181, + -11.498974309709178, -8.195450936719515 ], [ - -11.735100859822806, - -8.59841856035087 + -11.735100859822815, + -8.598418560350872 ], [ - -11.91941188147779, - -8.990979266940556 + -11.919411881477794, + -8.990979266940554 ], [ -11.951861258109664, @@ -20665,7 +21190,7 @@ "construction": false }, "inputs": [ - "node_acf8506f" + "node_029da34b" ], "output_count": 1, "tags": [ @@ -20675,7 +21200,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_17, start=t17_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_17, start=t17_bs" }, "context": { "origin": [ @@ -20702,8 +21227,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a338bb9", + "graph_id": "graph_ff292a54", + "node_id": "node_611b1bb8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -20716,10 +21241,10 @@ } }, { - "node_id": "node_15636f8a", + "node_id": "node_f8720595", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_17", "start": "t17_ts", "end": "t17_te", @@ -20727,7 +21252,7 @@ "construction": false }, "inputs": [ - "node_7a338bb9" + "node_611b1bb8" ], "output_count": 1, "tags": [ @@ -20737,7 +21262,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_17, start=t17_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_17, start=t17_ts" }, "context": { "origin": [ @@ -20764,8 +21289,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_15636f8a", + "graph_id": "graph_ff292a54", + "node_id": "node_f8720595", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -20778,10 +21303,10 @@ } }, { - "node_id": "node_d7717e4f", + "node_id": "node_938d8abe", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_17", "start": "t17_te", "end": "t17_be", @@ -20791,36 +21316,36 @@ -9.635311248354387 ], [ - -11.417875309264872, - -9.619886236382895 + -11.417875309264868, + -9.619886236382913 ], [ - -10.994143858507622, - -9.527549251913578 + -10.994143858507607, + -9.527549251913566 ], [ - -10.54873637406071, - -9.387011619365225 + -10.54873637406069, + -9.387011619365223 ], [ - -10.173060844315241, - -9.21301361170784 + -10.173060844315245, + -9.213013611707837 ], [ - -10.01585365877165, - -9.134999817624996 + -10.015853658771649, + -9.134999817624989 ], [ -9.851431192485194, - -9.042086798606219 + -9.042086798606222 ], [ - -9.717959863997995, - -8.945702197344367 + -9.717959863998002, + -8.945702197344373 ], [ - -9.681055098448288, - -8.914580828574294 + -9.681055098448292, + -8.914580828574296 ], [ -9.677701873886344, @@ -20853,7 +21378,7 @@ "construction": false }, "inputs": [ - "node_15636f8a" + "node_f8720595" ], "output_count": 1, "tags": [ @@ -20863,7 +21388,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_17, start=t17_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_17, start=t17_te" }, "context": { "origin": [ @@ -20890,8 +21415,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d7717e4f", + "graph_id": "graph_ff292a54", + "node_id": "node_938d8abe", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -20904,10 +21429,10 @@ } }, { - "node_id": "node_c5615053", + "node_id": "node_6b75116f", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_17", "start": "t17_be", "end": "t18_rs", @@ -20943,7 +21468,7 @@ "construction": false }, "inputs": [ - "node_d7717e4f" + "node_938d8abe" ], "output_count": 1, "tags": [ @@ -20953,7 +21478,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_17, start=t17_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_17, start=t17_be" }, "context": { "origin": [ @@ -20980,8 +21505,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c5615053", + "graph_id": "graph_ff292a54", + "node_id": "node_6b75116f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -20994,10 +21519,10 @@ } }, { - "node_id": "node_fd2ce0a7", + "node_id": "node_f2a4c841", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_18", "start": "t18_rs", "end": "t18_re", @@ -21005,7 +21530,7 @@ "construction": false }, "inputs": [ - "node_c5615053" + "node_6b75116f" ], "output_count": 1, "tags": [ @@ -21015,7 +21540,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_18, start=t18_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_18, start=t18_rs" }, "context": { "origin": [ @@ -21042,8 +21567,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fd2ce0a7", + "graph_id": "graph_ff292a54", + "node_id": "node_f2a4c841", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -21056,10 +21581,10 @@ } }, { - "node_id": "node_7a83bd1a", + "node_id": "node_0b96dcc3", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_18", "start": "t18_re", "end": "t18_bs", @@ -21095,7 +21620,7 @@ "construction": false }, "inputs": [ - "node_fd2ce0a7" + "node_f2a4c841" ], "output_count": 1, "tags": [ @@ -21105,7 +21630,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_18, start=t18_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_18, start=t18_re" }, "context": { "origin": [ @@ -21132,8 +21657,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a83bd1a", + "graph_id": "graph_ff292a54", + "node_id": "node_0b96dcc3", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -21146,10 +21671,10 @@ } }, { - "node_id": "node_f7b49737", + "node_id": "node_afa6b912", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_18", "start": "t18_bs", "end": "t18_ts", @@ -21160,22 +21685,22 @@ ], [ -8.914580828574286, - -9.681055098448272 + -9.681055098448269 ], [ - -8.945702197344376, - -9.717959863998017 + -8.945702197344383, + -9.717959863998024 ], [ - -9.04208679860623, - -9.8514311924852 + -9.042086798606224, + -9.85143119248519 ], [ - -9.134999817624964, - -10.015853658771611 + -9.134999817624966, + -10.015853658771633 ], [ - -9.213013611707837, + -9.21301361170784, -10.173060844315234 ], [ @@ -21183,12 +21708,12 @@ -10.548736374060681 ], [ - -9.527549251913602, - -10.994143858507641 + -9.5275492519136, + -10.994143858507636 ], [ - -9.619886236382886, - -11.417875309264844 + -9.619886236382888, + -11.41787530926484 ], [ -9.635311248354391, @@ -21221,7 +21746,7 @@ "construction": false }, "inputs": [ - "node_7a83bd1a" + "node_0b96dcc3" ], "output_count": 1, "tags": [ @@ -21231,7 +21756,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_18, start=t18_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_18, start=t18_bs" }, "context": { "origin": [ @@ -21258,8 +21783,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f7b49737", + "graph_id": "graph_ff292a54", + "node_id": "node_afa6b912", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -21272,10 +21797,10 @@ } }, { - "node_id": "node_26cf2db5", + "node_id": "node_65c28481", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_18", "start": "t18_ts", "end": "t18_te", @@ -21283,7 +21808,7 @@ "construction": false }, "inputs": [ - "node_f7b49737" + "node_afa6b912" ], "output_count": 1, "tags": [ @@ -21293,7 +21818,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_18, start=t18_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_18, start=t18_ts" }, "context": { "origin": [ @@ -21320,8 +21845,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_26cf2db5", + "graph_id": "graph_ff292a54", + "node_id": "node_65c28481", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -21334,10 +21859,10 @@ } }, { - "node_id": "node_688dda93", + "node_id": "node_598f4368", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_18", "start": "t18_te", "end": "t18_be", @@ -21347,36 +21872,36 @@ -11.951861258109657 ], [ - -8.990979266940569, - -11.919411881477792 + -8.990979266940572, + -11.919411881477794 ], [ - -8.59841856035087, - -11.73510085982278 + -8.598418560350881, + -11.735100859822788 ], [ - -8.195450936719523, - -11.498974309709173 + -8.19545093671953, + -11.498974309709183 ], [ - -7.8679125760174555, - -11.24574312563647 + -7.867912576017476, + -11.24574312563649 ], [ - -7.7320066051562515, - -11.134703410498101 + -7.732006605156242, + -11.134703410498087 ], [ - -7.592381645152576, - -11.00753247409017 + -7.592381645152572, + -11.007532474090159 ], [ - -7.483704313026215, - -10.883864271344107 + -7.483704313026213, + -10.8838642713441 ], [ - -7.454649983043984, - -10.845311097367297 + -7.4546499830439865, + -10.845311097367299 ], [ -7.452071253643777, @@ -21409,7 +21934,7 @@ "construction": false }, "inputs": [ - "node_26cf2db5" + "node_65c28481" ], "output_count": 1, "tags": [ @@ -21419,7 +21944,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_18, start=t18_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_18, start=t18_te" }, "context": { "origin": [ @@ -21446,8 +21971,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_688dda93", + "graph_id": "graph_ff292a54", + "node_id": "node_598f4368", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -21460,10 +21985,10 @@ } }, { - "node_id": "node_3fa36e55", + "node_id": "node_2b621ab1", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_18", "start": "t18_be", "end": "t19_rs", @@ -21499,7 +22024,7 @@ "construction": false }, "inputs": [ - "node_688dda93" + "node_598f4368" ], "output_count": 1, "tags": [ @@ -21509,7 +22034,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_18, start=t18_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_18, start=t18_be" }, "context": { "origin": [ @@ -21536,8 +22061,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3fa36e55", + "graph_id": "graph_ff292a54", + "node_id": "node_2b621ab1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -21550,10 +22075,10 @@ } }, { - "node_id": "node_0d5046d5", + "node_id": "node_7485420e", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_19", "start": "t19_rs", "end": "t19_re", @@ -21561,7 +22086,7 @@ "construction": false }, "inputs": [ - "node_3fa36e55" + "node_2b621ab1" ], "output_count": 1, "tags": [ @@ -21571,7 +22096,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_19, start=t19_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_19, start=t19_rs" }, "context": { "origin": [ @@ -21598,8 +22123,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0d5046d5", + "graph_id": "graph_ff292a54", + "node_id": "node_7485420e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -21612,10 +22137,10 @@ } }, { - "node_id": "node_bac6c6f8", + "node_id": "node_7226d986", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_19", "start": "t19_re", "end": "t19_bs", @@ -21651,7 +22176,7 @@ "construction": false }, "inputs": [ - "node_0d5046d5" + "node_7485420e" ], "output_count": 1, "tags": [ @@ -21661,7 +22186,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_19, start=t19_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_19, start=t19_re" }, "context": { "origin": [ @@ -21688,8 +22213,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bac6c6f8", + "graph_id": "graph_ff292a54", + "node_id": "node_7226d986", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -21702,10 +22227,10 @@ } }, { - "node_id": "node_30f29097", + "node_id": "node_b713be03", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_19", "start": "t19_bs", "end": "t19_ts", @@ -21715,36 +22240,36 @@ -11.4180521116085 ], [ - -6.536836252988794, - -11.422011686650785 + -6.536836252988789, + -11.422011686650784 ], [ - -6.558965261170492, - -11.46491632872247 + -6.558965261170487, + -11.464916328722456 ], [ - -6.62323313457381, - -11.6164888438324 + -6.623233134573807, + -11.616488843832398 ], [ - -6.677229189458828, - -11.797463987373586 + -6.677229189458816, + -11.797463987373568 ], [ - -6.718305125093598, - -11.968089362876396 + -6.71830512509359, + -11.968089362876372 ], [ - -6.804344969679316, - -12.373064121919366 + -6.804344969679322, + -12.373064121919363 ], [ - -6.842246540932411, - -12.838576876052079 + -6.842246540932417, + -12.838576876052082 ], [ - -6.837979326249073, - -13.272231406687398 + -6.837979326249079, + -13.272231406687407 ], [ -6.835606499050701, @@ -21777,7 +22302,7 @@ "construction": false }, "inputs": [ - "node_bac6c6f8" + "node_7226d986" ], "output_count": 1, "tags": [ @@ -21787,7 +22312,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_19, start=t19_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_19, start=t19_bs" }, "context": { "origin": [ @@ -21814,8 +22339,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_30f29097", + "graph_id": "graph_ff292a54", + "node_id": "node_b713be03", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -21828,10 +22353,10 @@ } }, { - "node_id": "node_a4e789fe", + "node_id": "node_6e584984", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_19", "start": "t19_ts", "end": "t19_te", @@ -21839,7 +22364,7 @@ "construction": false }, "inputs": [ - "node_30f29097" + "node_b713be03" ], "output_count": 1, "tags": [ @@ -21849,7 +22374,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_19, start=t19_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_19, start=t19_ts" }, "context": { "origin": [ @@ -21876,8 +22401,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a4e789fe", + "graph_id": "graph_ff292a54", + "node_id": "node_6e584984", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -21890,10 +22415,10 @@ } }, { - "node_id": "node_0cfe6e06", + "node_id": "node_0d9fad17", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_19", "start": "t19_te", "end": "t19_be", @@ -21903,36 +22428,36 @@ -13.669095037756964 ], [ - -6.113237981112017, - -13.621248443705868 + -6.11323798111201, + -13.621248443705857 ], [ - -5.771532651709001, - -13.354205509106745 + -5.771532651709007, + -13.354205509106738 ], [ - -5.431211368188393, - -13.034330412629183 + -5.431211368188381, + -13.034330412629167 ], [ - -5.168234317616389, - -12.714564121111932 + -5.168234317616385, + -12.714564121111918 ], [ - -5.060444454310454, - -12.576066479896493 + -5.060444454310455, + -12.576066479896491 ], [ - -4.952618379107202, - -12.421014507870481 + -4.952618379107203, + -12.421014507870483 ], [ - -4.874184578571494, - -12.276263943719329 + -4.874184578571503, + -12.276263943719345 ], [ - -4.854437589582386, - -12.23221218166304 + -4.85443758958239, + -12.232212181663044 ], [ -4.852762663603876, @@ -21965,7 +22490,7 @@ "construction": false }, "inputs": [ - "node_a4e789fe" + "node_6e584984" ], "output_count": 1, "tags": [ @@ -21975,7 +22500,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_19, start=t19_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_19, start=t19_te" }, "context": { "origin": [ @@ -22002,8 +22527,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0cfe6e06", + "graph_id": "graph_ff292a54", + "node_id": "node_0d9fad17", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -22016,10 +22541,10 @@ } }, { - "node_id": "node_5a78fe7f", + "node_id": "node_37d481df", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_19", "start": "t19_be", "end": "t20_rs", @@ -22055,7 +22580,7 @@ "construction": false }, "inputs": [ - "node_0cfe6e06" + "node_0d9fad17" ], "output_count": 1, "tags": [ @@ -22065,7 +22590,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_19, start=t19_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_19, start=t19_be" }, "context": { "origin": [ @@ -22092,8 +22617,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5a78fe7f", + "graph_id": "graph_ff292a54", + "node_id": "node_37d481df", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -22106,10 +22631,10 @@ } }, { - "node_id": "node_d3c57984", + "node_id": "node_3bad272f", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_20", "start": "t20_rs", "end": "t20_re", @@ -22117,7 +22642,7 @@ "construction": false }, "inputs": [ - "node_5a78fe7f" + "node_37d481df" ], "output_count": 1, "tags": [ @@ -22127,7 +22652,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_20, start=t20_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_20, start=t20_rs" }, "context": { "origin": [ @@ -22154,8 +22679,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d3c57984", + "graph_id": "graph_ff292a54", + "node_id": "node_3bad272f", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -22168,10 +22693,10 @@ } }, { - "node_id": "node_20032c0d", + "node_id": "node_9e46baf4", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_20", "start": "t20_re", "end": "t20_bs", @@ -22207,7 +22732,7 @@ "construction": false }, "inputs": [ - "node_d3c57984" + "node_3bad272f" ], "output_count": 1, "tags": [ @@ -22217,7 +22742,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_20, start=t20_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_20, start=t20_re" }, "context": { "origin": [ @@ -22244,8 +22769,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_20032c0d", + "graph_id": "graph_ff292a54", + "node_id": "node_9e46baf4", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -22258,10 +22783,10 @@ } }, { - "node_id": "node_121d9b23", + "node_id": "node_b13a4eb1", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_20", "start": "t20_bs", "end": "t20_ts", @@ -22271,36 +22796,36 @@ -12.58585353882113 ], [ - -3.831307412227349, - -12.590220914717403 + -3.831307412227353, + -12.590220914717419 ], [ - -3.8433344189477254, - -12.636974015403348 + -3.843334418947727, + -12.636974015403347 ], [ -3.8722629049608295, - -12.799047238316753 + -12.799047238316762 ], [ - -3.8846344080522623, - -12.98750020972911 + -3.8846344080522632, + -12.987500209729111 ], [ - -3.8867127663080705, - -13.162987906393907 + -3.886712766308065, + -13.162987906393887 ], [ - -3.880480050743492, - -13.576954769288687 + -3.880480050743488, + -13.576954769288688 ], [ - -3.813845017655494, - -14.039230039802927 + -3.8138450176554892, + -14.03923003980292 ], [ - -3.7131875797820704, - -14.461062401366677 + -3.71318757978207, + -14.461062401366682 ], [ -3.693135896877623, @@ -22333,7 +22858,7 @@ "construction": false }, "inputs": [ - "node_20032c0d" + "node_9e46baf4" ], "output_count": 1, "tags": [ @@ -22343,7 +22868,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_20, start=t20_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_20, start=t20_bs" }, "context": { "origin": [ @@ -22370,8 +22895,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_121d9b23", + "graph_id": "graph_ff292a54", + "node_id": "node_b13a4eb1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -22384,10 +22909,10 @@ } }, { - "node_id": "node_71739e10", + "node_id": "node_f9c6fc47", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_20", "start": "t20_ts", "end": "t20_te", @@ -22395,7 +22920,7 @@ "construction": false }, "inputs": [ - "node_121d9b23" + "node_b13a4eb1" ], "output_count": 1, "tags": [ @@ -22405,7 +22930,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_20, start=t20_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_20, start=t20_ts" }, "context": { "origin": [ @@ -22432,8 +22957,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_71739e10", + "graph_id": "graph_ff292a54", + "node_id": "node_f9c6fc47", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -22446,10 +22971,10 @@ } }, { - "node_id": "node_9f3da82d", + "node_id": "node_a3ba711b", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_20", "start": "t20_te", "end": "t20_be", @@ -22460,35 +22985,35 @@ ], [ -2.9289534162517397, - -14.640058731586313 + -14.640058731586306 ], [ - -2.655237996088892, - -14.303674531858121 + -2.6552379960888914, + -14.303674531858125 ], [ - -2.39462818289266, - -13.916090762036054 + -2.3946281828926557, + -13.916090762036035 ], [ - -2.2093992098629296, - -13.545823780158651 + -2.2093992098629243, + -13.545823780158628 ], [ - -2.1351304879497137, - -13.386813062912513 + -2.135130487949715, + -13.386813062912527 ], [ - -2.0645101472000404, - -13.21165500858645 + -2.064510147200041, + -13.211655008586456 ], [ - -2.0202528765249013, - -13.053080480742492 + -2.0202528765249035, + -13.053080480742512 ], [ -2.0108034250130573, - -13.005739069900335 + -13.005739069900336 ], [ -2.0101162902386873, @@ -22521,7 +23046,7 @@ "construction": false }, "inputs": [ - "node_71739e10" + "node_f9c6fc47" ], "output_count": 1, "tags": [ @@ -22531,7 +23056,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_20, start=t20_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_20, start=t20_te" }, "context": { "origin": [ @@ -22558,8 +23083,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9f3da82d", + "graph_id": "graph_ff292a54", + "node_id": "node_a3ba711b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -22572,10 +23097,10 @@ } }, { - "node_id": "node_518844f0", + "node_id": "node_91662211", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_20", "start": "t20_be", "end": "t21_rs", @@ -22611,7 +23136,7 @@ "construction": false }, "inputs": [ - "node_9f3da82d" + "node_a3ba711b" ], "output_count": 1, "tags": [ @@ -22621,7 +23146,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_20, start=t20_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_20, start=t20_be" }, "context": { "origin": [ @@ -22648,8 +23173,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_518844f0", + "graph_id": "graph_ff292a54", + "node_id": "node_91662211", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -22662,10 +23187,10 @@ } }, { - "node_id": "node_97068d03", + "node_id": "node_57966271", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_21", "start": "t21_rs", "end": "t21_re", @@ -22673,7 +23198,7 @@ "construction": false }, "inputs": [ - "node_518844f0" + "node_91662211" ], "output_count": 1, "tags": [ @@ -22683,7 +23208,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_21, start=t21_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_21, start=t21_rs" }, "context": { "origin": [ @@ -22710,8 +23235,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_97068d03", + "graph_id": "graph_ff292a54", + "node_id": "node_57966271", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -22724,10 +23249,10 @@ } }, { - "node_id": "node_ba83a0e5", + "node_id": "node_f4368f56", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_21", "start": "t21_re", "end": "t21_bs", @@ -22763,7 +23288,7 @@ "construction": false }, "inputs": [ - "node_97068d03" + "node_57966271" ], "output_count": 1, "tags": [ @@ -22773,7 +23298,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_21, start=t21_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_21, start=t21_re" }, "context": { "origin": [ @@ -22800,8 +23325,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ba83a0e5", + "graph_id": "graph_ff292a54", + "node_id": "node_f4368f56", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -22814,10 +23339,10 @@ } }, { - "node_id": "node_2261027a", + "node_id": "node_2058f573", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_21", "start": "t21_bs", "end": "t21_ts", @@ -22827,36 +23352,36 @@ -13.1225477156497 ], [ - -0.9336608196703137, - -13.127103893935944 + -0.9336608196703131, + -13.127103893935939 ], [ - -0.9349827405920181, - -13.175361057543851 + -0.9349827405920172, + -13.175361057543864 ], [ - -0.9271212441313562, - -13.339807960104958 + -0.9271212441313547, + -13.339807960104947 ], [ - -0.8972478366053155, - -13.526288940490828 + -0.8972478366053154, + -13.526288940490808 ], [ - -0.860224399920723, - -13.697839272433978 + -0.8602243999207217, + -13.697839272433967 ], [ - -0.7620316585898128, - -14.100040212099962 + -0.7620316585898119, + -14.10004021209994 ], [ - -0.5942013799634293, - -14.535897586638749 + -0.5942013799634288, + -14.535897586638736 ], [ - -0.40220110314375707, - -14.924755343103586 + -0.40220110314375673, + -14.924755343103577 ], [ -0.36547603964259545, @@ -22889,7 +23414,7 @@ "construction": false }, "inputs": [ - "node_ba83a0e5" + "node_f4368f56" ], "output_count": 1, "tags": [ @@ -22899,7 +23424,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_21, start=t21_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_21, start=t21_bs" }, "context": { "origin": [ @@ -22926,8 +23451,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2261027a", + "graph_id": "graph_ff292a54", + "node_id": "node_2058f573", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -22940,10 +23465,10 @@ } }, { - "node_id": "node_0f8962fb", + "node_id": "node_adb10b49", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_21", "start": "t21_ts", "end": "t21_te", @@ -22951,7 +23476,7 @@ "construction": false }, "inputs": [ - "node_2261027a" + "node_2058f573" ], "output_count": 1, "tags": [ @@ -22961,7 +23486,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_21, start=t21_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_21, start=t21_ts" }, "context": { "origin": [ @@ -22988,8 +23513,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0f8962fb", + "graph_id": "graph_ff292a54", + "node_id": "node_adb10b49", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -23002,10 +23527,10 @@ } }, { - "node_id": "node_e1f7b30e", + "node_id": "node_c7835675", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_21", "start": "t21_te", "end": "t21_be", @@ -23015,36 +23540,36 @@ -14.995546914482555 ], [ - 0.40220110314375335, - -14.924755343103598 + 0.40220110314375374, + -14.924755343103595 ], [ - 0.5942013799634231, - -14.53589758663874 + 0.5942013799634223, + -14.53589758663873 ], [ - 0.762031658589806, - -14.100040212099962 + 0.7620316585898067, + -14.100040212099941 ], [ - 0.8602243999207188, - -13.697839272433992 + 0.8602243999207183, + -13.697839272433983 ], [ - 0.8972478366053112, - -13.526288940490852 + 0.8972478366053123, + -13.526288940490861 ], [ - 0.9271212441313533, - -13.339807960104967 + 0.9271212441313511, + -13.339807960104949 ], [ - 0.9349827405920118, - -13.175361057543851 + 0.934982740592011, + -13.175361057543848 ], [ - 0.9336608196703106, - -13.127103893935963 + 0.9336608196703101, + -13.12710389393596 ], [ 0.933325707433724, @@ -23077,7 +23602,7 @@ "construction": false }, "inputs": [ - "node_0f8962fb" + "node_adb10b49" ], "output_count": 1, "tags": [ @@ -23087,7 +23612,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_21, start=t21_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_21, start=t21_te" }, "context": { "origin": [ @@ -23114,8 +23639,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e1f7b30e", + "graph_id": "graph_ff292a54", + "node_id": "node_c7835675", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -23128,10 +23653,10 @@ } }, { - "node_id": "node_276935e4", + "node_id": "node_0984ee34", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_21", "start": "t21_be", "end": "t22_rs", @@ -23167,7 +23692,7 @@ "construction": false }, "inputs": [ - "node_e1f7b30e" + "node_c7835675" ], "output_count": 1, "tags": [ @@ -23177,7 +23702,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_21, start=t21_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_21, start=t21_be" }, "context": { "origin": [ @@ -23204,8 +23729,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_276935e4", + "graph_id": "graph_ff292a54", + "node_id": "node_0984ee34", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -23218,10 +23743,10 @@ } }, { - "node_id": "node_06444546", + "node_id": "node_df8a1634", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_22", "start": "t22_rs", "end": "t22_re", @@ -23229,7 +23754,7 @@ "construction": false }, "inputs": [ - "node_276935e4" + "node_0984ee34" ], "output_count": 1, "tags": [ @@ -23239,7 +23764,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_22, start=t22_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_22, start=t22_rs" }, "context": { "origin": [ @@ -23266,8 +23791,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_06444546", + "graph_id": "graph_ff292a54", + "node_id": "node_df8a1634", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -23280,10 +23805,10 @@ } }, { - "node_id": "node_2d69784b", + "node_id": "node_949c61f7", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_22", "start": "t22_re", "end": "t22_bs", @@ -23319,7 +23844,7 @@ "construction": false }, "inputs": [ - "node_06444546" + "node_df8a1634" ], "output_count": 1, "tags": [ @@ -23329,7 +23854,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_22, start=t22_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_22, start=t22_re" }, "context": { "origin": [ @@ -23356,8 +23881,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2d69784b", + "graph_id": "graph_ff292a54", + "node_id": "node_949c61f7", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -23370,10 +23895,10 @@ } }, { - "node_id": "node_83d14862", + "node_id": "node_ce19a354", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_22", "start": "t22_bs", "end": "t22_ts", @@ -23383,36 +23908,36 @@ -13.001222555028312 ], [ - 2.0108034250130493, - -13.005739069900315 + 2.01080342501305, + -13.005739069900324 ], [ - 2.0202528765249013, - -13.053080480742521 + 2.0202528765248995, + -13.053080480742516 ], [ - 2.0645101472000307, - -13.211655008586435 + 2.064510147200034, + -13.211655008586433 ], [ - 2.135130487949708, - -13.386813062912518 + 2.1351304879497097, + -13.386813062912525 ], [ - 2.2093992098629145, - -13.545823780158607 + 2.209399209862919, + -13.545823780158637 ], [ - 2.394628182892654, - -13.916090762036049 + 2.3946281828926534, + -13.916090762036038 ], [ - 2.655237996088886, - -14.303674531858116 + 2.655237996088885, + -14.30367453185811 ], [ - 2.9289534162517334, - -14.6400587315863 + 2.9289534162517343, + -14.640058731586306 ], [ 2.9805103123151495, @@ -23445,7 +23970,7 @@ "construction": false }, "inputs": [ - "node_2d69784b" + "node_949c61f7" ], "output_count": 1, "tags": [ @@ -23455,7 +23980,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_22, start=t22_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_22, start=t22_bs" }, "context": { "origin": [ @@ -23482,8 +24007,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_83d14862", + "graph_id": "graph_ff292a54", + "node_id": "node_ce19a354", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -23496,10 +24021,10 @@ } }, { - "node_id": "node_08be0a43", + "node_id": "node_39231256", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_22", "start": "t22_ts", "end": "t22_te", @@ -23507,7 +24032,7 @@ "construction": false }, "inputs": [ - "node_83d14862" + "node_ce19a354" ], "output_count": 1, "tags": [ @@ -23517,7 +24042,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_22, start=t22_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_22, start=t22_ts" }, "context": { "origin": [ @@ -23544,8 +24069,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_08be0a43", + "graph_id": "graph_ff292a54", + "node_id": "node_39231256", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -23558,10 +24083,10 @@ } }, { - "node_id": "node_76907630", + "node_id": "node_4e9699cb", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_22", "start": "t22_te", "end": "t22_be", @@ -23571,35 +24096,35 @@ -14.53825117568114 ], [ - 3.713187579782071, - -14.4610624013667 + 3.7131875797820735, + -14.461062401366696 ], [ 3.8138450176554852, - -14.039230039802906 + -14.039230039802929 ], [ - 3.88048005074348, - -13.576954769288688 + 3.880480050743491, + -13.576954769288683 ], [ 3.8867127663080625, - -13.162987906393903 + -13.162987906393882 ], [ - 3.884634408052259, - -12.987500209729127 + 3.884634408052258, + -12.987500209729125 ], [ - 3.872262904960828, - -12.799047238316763 + 3.872262904960832, + -12.799047238316772 ], [ - 3.8433344189477125, - -12.636974015403341 + 3.843334418947717, + -12.636974015403345 ], [ - 3.8313074122273476, + 3.831307412227348, -12.590220914717419 ], [ @@ -23633,7 +24158,7 @@ "construction": false }, "inputs": [ - "node_08be0a43" + "node_39231256" ], "output_count": 1, "tags": [ @@ -23643,7 +24168,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_22, start=t22_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_22, start=t22_te" }, "context": { "origin": [ @@ -23670,8 +24195,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_76907630", + "graph_id": "graph_ff292a54", + "node_id": "node_4e9699cb", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -23684,10 +24209,10 @@ } }, { - "node_id": "node_1d4ed50a", + "node_id": "node_08acc6fc", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_22", "start": "t22_be", "end": "t23_rs", @@ -23723,7 +24248,7 @@ "construction": false }, "inputs": [ - "node_76907630" + "node_4e9699cb" ], "output_count": 1, "tags": [ @@ -23733,7 +24258,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_22, start=t22_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_22, start=t22_be" }, "context": { "origin": [ @@ -23760,8 +24285,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1d4ed50a", + "graph_id": "graph_ff292a54", + "node_id": "node_08acc6fc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -23774,10 +24299,10 @@ } }, { - "node_id": "node_eadabfb5", + "node_id": "node_d4f8ccc5", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_23", "start": "t23_rs", "end": "t23_re", @@ -23785,7 +24310,7 @@ "construction": false }, "inputs": [ - "node_1d4ed50a" + "node_08acc6fc" ], "output_count": 1, "tags": [ @@ -23795,7 +24320,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_23, start=t23_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_23, start=t23_rs" }, "context": { "origin": [ @@ -23822,8 +24347,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_eadabfb5", + "graph_id": "graph_ff292a54", + "node_id": "node_d4f8ccc5", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -23836,10 +24361,10 @@ } }, { - "node_id": "node_3c3db5f7", + "node_id": "node_4ffb80a5", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_23", "start": "t23_re", "end": "t23_bs", @@ -23875,7 +24400,7 @@ "construction": false }, "inputs": [ - "node_eadabfb5" + "node_d4f8ccc5" ], "output_count": 1, "tags": [ @@ -23885,7 +24410,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_23, start=t23_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_23, start=t23_re" }, "context": { "origin": [ @@ -23912,8 +24437,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3c3db5f7", + "graph_id": "graph_ff292a54", + "node_id": "node_4ffb80a5", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -23926,10 +24451,10 @@ } }, { - "node_id": "node_53846b2e", + "node_id": "node_457483ea", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_23", "start": "t23_bs", "end": "t23_ts", @@ -23939,36 +24464,36 @@ -12.227961807120273 ], [ - 4.854437589582384, - -12.232212181663046 + 4.854437589582377, + -12.232212181663023 ], [ - 4.874184578571504, - -12.27626394371936 + 4.8741845785715014, + -12.276263943719357 ], [ - 4.952618379107194, - -12.421014507870485 + 4.952618379107193, + -12.421014507870462 ], [ - 5.060444454310449, - -12.576066479896493 + 5.060444454310443, + -12.576066479896488 ], [ - 5.168234317616386, - -12.714564121111916 + 5.168234317616383, + -12.71456412111191 ], [ - 5.431211368188382, - -13.034330412629176 + 5.431211368188375, + -13.03433041262918 ], [ - 5.7715326517090055, - -13.354205509106762 + 5.771532651708999, + -13.354205509106757 ], [ - 6.113237981112, - -13.621248443705841 + 6.113237981111997, + -13.621248443705833 ], [ 6.177041431686202, @@ -24001,7 +24526,7 @@ "construction": false }, "inputs": [ - "node_3c3db5f7" + "node_4ffb80a5" ], "output_count": 1, "tags": [ @@ -24011,7 +24536,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_23, start=t23_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_23, start=t23_bs" }, "context": { "origin": [ @@ -24038,8 +24563,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_53846b2e", + "graph_id": "graph_ff292a54", + "node_id": "node_457483ea", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -24052,10 +24577,10 @@ } }, { - "node_id": "node_350a36dd", + "node_id": "node_6d79650b", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_23", "start": "t23_ts", "end": "t23_te", @@ -24063,7 +24588,7 @@ "construction": false }, "inputs": [ - "node_53846b2e" + "node_457483ea" ], "output_count": 1, "tags": [ @@ -24073,7 +24598,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_23, start=t23_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_23, start=t23_ts" }, "context": { "origin": [ @@ -24100,8 +24625,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_350a36dd", + "graph_id": "graph_ff292a54", + "node_id": "node_6d79650b", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -24114,10 +24639,10 @@ } }, { - "node_id": "node_479d7507", + "node_id": "node_633eb1c8", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_23", "start": "t23_te", "end": "t23_be", @@ -24127,36 +24652,36 @@ -13.351946816480957 ], [ - 6.8379793262490685, - -13.272231406687405 + 6.837979326249067, + -13.2722314066874 ], [ - 6.842246540932402, + 6.842246540932416, -12.838576876052068 ], [ - 6.804344969679319, - -12.37306412191938 + 6.80434496967931, + -12.373064121919384 ], [ - 6.718305125093599, - -11.968089362876375 + 6.718305125093605, + -11.96808936287638 ], [ - 6.677229189458821, - -11.797463987373588 + 6.677229189458813, + -11.797463987373593 ], [ - 6.6232331345738125, - -11.616488843832418 + 6.623233134573815, + -11.616488843832416 ], [ - 6.558965261170474, - -11.464916328722465 + 6.558965261170482, + -11.464916328722461 ], [ 6.536836252988797, - -11.42201168665081 + -11.422011686650809 ], [ 6.53455747562545, @@ -24189,7 +24714,7 @@ "construction": false }, "inputs": [ - "node_350a36dd" + "node_6d79650b" ], "output_count": 1, "tags": [ @@ -24199,7 +24724,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_23, start=t23_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_23, start=t23_te" }, "context": { "origin": [ @@ -24226,8 +24751,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_479d7507", + "graph_id": "graph_ff292a54", + "node_id": "node_633eb1c8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -24240,10 +24765,10 @@ } }, { - "node_id": "node_18168288", + "node_id": "node_5207095f", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_23", "start": "t23_be", "end": "t24_rs", @@ -24279,7 +24804,7 @@ "construction": false }, "inputs": [ - "node_479d7507" + "node_633eb1c8" ], "output_count": 1, "tags": [ @@ -24289,7 +24814,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_23, start=t23_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_23, start=t23_be" }, "context": { "origin": [ @@ -24316,8 +24841,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_18168288", + "graph_id": "graph_ff292a54", + "node_id": "node_5207095f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -24330,10 +24855,10 @@ } }, { - "node_id": "node_c13d5fc2", + "node_id": "node_59113b8c", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_24", "start": "t24_rs", "end": "t24_re", @@ -24341,7 +24866,7 @@ "construction": false }, "inputs": [ - "node_18168288" + "node_5207095f" ], "output_count": 1, "tags": [ @@ -24351,7 +24876,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_24, start=t24_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_24, start=t24_rs" }, "context": { "origin": [ @@ -24378,8 +24903,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c13d5fc2", + "graph_id": "graph_ff292a54", + "node_id": "node_59113b8c", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -24392,10 +24917,10 @@ } }, { - "node_id": "node_0beeb657", + "node_id": "node_5ed6f237", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_24", "start": "t24_re", "end": "t24_bs", @@ -24431,7 +24956,7 @@ "construction": false }, "inputs": [ - "node_c13d5fc2" + "node_59113b8c" ], "output_count": 1, "tags": [ @@ -24441,7 +24966,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_24, start=t24_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_24, start=t24_re" }, "context": { "origin": [ @@ -24468,8 +24993,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0beeb657", + "graph_id": "graph_ff292a54", + "node_id": "node_5ed6f237", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -24482,10 +25007,10 @@ } }, { - "node_id": "node_2cc77dea", + "node_id": "node_6366a9c0", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_24", "start": "t24_bs", "end": "t24_ts", @@ -24496,35 +25021,35 @@ ], [ 7.454649983043977, - -10.84531109736729 + -10.845311097367293 ], [ - 7.48370431302621, - -10.88386427134411 + 7.483704313026217, + -10.883864271344116 ], [ - 7.59238164515257, - -11.00753247409015 + 7.592381645152575, + -11.00753247409017 ], [ - 7.732006605156243, - -11.134703410498087 + 7.732006605156245, + -11.134703410498089 ], [ - 7.867912576017452, - -11.245743125636464 + 7.8679125760174555, + -11.24574312563649 ], [ 8.19545093671953, - -11.498974309709187 + -11.498974309709189 ], [ - 8.598418560350883, - -11.73510085982281 + 8.598418560350884, + -11.735100859822818 ], [ - 8.990979266940563, - -11.919411881477792 + 8.990979266940561, + -11.919411881477794 ], [ 9.063829900593754, @@ -24557,7 +25082,7 @@ "construction": false }, "inputs": [ - "node_0beeb657" + "node_5ed6f237" ], "output_count": 1, "tags": [ @@ -24567,7 +25092,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_24, start=t24_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_24, start=t24_bs" }, "context": { "origin": [ @@ -24594,8 +25119,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2cc77dea", + "graph_id": "graph_ff292a54", + "node_id": "node_6366a9c0", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -24608,10 +25133,10 @@ } }, { - "node_id": "node_ad2f64e4", + "node_id": "node_a09400fa", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_24", "start": "t24_ts", "end": "t24_te", @@ -24619,7 +25144,7 @@ "construction": false }, "inputs": [ - "node_2cc77dea" + "node_6366a9c0" ], "output_count": 1, "tags": [ @@ -24629,7 +25154,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_24, start=t24_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_24, start=t24_ts" }, "context": { "origin": [ @@ -24656,8 +25181,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ad2f64e4", + "graph_id": "graph_ff292a54", + "node_id": "node_a09400fa", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -24670,10 +25195,10 @@ } }, { - "node_id": "node_7000609a", + "node_id": "node_36b6a726", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_24", "start": "t24_te", "end": "t24_be", @@ -24683,36 +25208,36 @@ -11.496120091027912 ], [ - 9.619886236382888, - -11.417875309264856 + 9.61988623638289, + -11.41787530926486 ], [ - 9.527549251913571, - -10.994143858507647 + 9.527549251913593, + -10.994143858507659 ], [ - 9.387011619365223, - -10.548736374060693 + 9.387011619365214, + -10.54873637406069 ], [ - 9.213013611707849, - -10.173060844315273 + 9.213013611707844, + -10.173060844315264 ], [ - 9.13499981762498, - -10.01585365877165 + 9.134999817624987, + -10.015853658771645 ], [ - 9.04208679860622, - -9.85143119248522 + 9.042086798606222, + -9.851431192485215 ], [ 8.94570219734436, - -9.717959863998004 + -9.717959863998006 ], [ 8.914580828574298, - -9.6810550984483 + -9.681055098448299 ], [ 8.91147809658064, @@ -24745,7 +25270,7 @@ "construction": false }, "inputs": [ - "node_ad2f64e4" + "node_a09400fa" ], "output_count": 1, "tags": [ @@ -24755,7 +25280,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_24, start=t24_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_24, start=t24_te" }, "context": { "origin": [ @@ -24782,8 +25307,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7000609a", + "graph_id": "graph_ff292a54", + "node_id": "node_36b6a726", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -24796,10 +25321,10 @@ } }, { - "node_id": "node_7c744af2", + "node_id": "node_24d29608", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_24", "start": "t24_be", "end": "t25_rs", @@ -24835,7 +25360,7 @@ "construction": false }, "inputs": [ - "node_7000609a" + "node_36b6a726" ], "output_count": 1, "tags": [ @@ -24845,7 +25370,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_24, start=t24_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_24, start=t24_be" }, "context": { "origin": [ @@ -24872,8 +25397,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7c744af2", + "graph_id": "graph_ff292a54", + "node_id": "node_24d29608", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -24886,10 +25411,10 @@ } }, { - "node_id": "node_3157a73a", + "node_id": "node_a602b60a", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_25", "start": "t25_rs", "end": "t25_re", @@ -24897,7 +25422,7 @@ "construction": false }, "inputs": [ - "node_7c744af2" + "node_24d29608" ], "output_count": 1, "tags": [ @@ -24907,7 +25432,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_25, start=t25_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_25, start=t25_rs" }, "context": { "origin": [ @@ -24934,8 +25459,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3157a73a", + "graph_id": "graph_ff292a54", + "node_id": "node_a602b60a", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -24948,10 +25473,10 @@ } }, { - "node_id": "node_2b03a9bd", + "node_id": "node_54afac49", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_25", "start": "t25_re", "end": "t25_bs", @@ -24987,7 +25512,7 @@ "construction": false }, "inputs": [ - "node_3157a73a" + "node_a602b60a" ], "output_count": 1, "tags": [ @@ -24997,7 +25522,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_25, start=t25_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_25, start=t25_re" }, "context": { "origin": [ @@ -25024,8 +25549,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2b03a9bd", + "graph_id": "graph_ff292a54", + "node_id": "node_54afac49", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -25038,10 +25563,10 @@ } }, { - "node_id": "node_66e66b80", + "node_id": "node_f463c34a", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_25", "start": "t25_bs", "end": "t25_ts", @@ -25051,36 +25576,36 @@ -8.911478096580643 ], [ - 9.681055098448285, - -8.914580828574296 + 9.681055098448303, + -8.914580828574309 ], [ - 9.71795986399801, - -8.94570219734438 + 9.717959863998, + -8.94570219734437 ], [ - 9.851431192485206, - -9.042086798606237 + 9.85143119248521, + -9.04208679860623 ], [ - 10.015853658771634, - -9.134999817624955 + 10.015853658771626, + -9.134999817624967 ], [ - 10.173060844315252, - -9.21301361170784 + 10.173060844315247, + -9.213013611707831 ], [ - 10.54873637406069, + 10.548736374060695, -9.387011619365218 ], [ - 10.99414385850763, + 10.994143858507638, -9.527549251913586 ], [ - 11.417875309264852, - -9.619886236382884 + 11.417875309264858, + -9.619886236382888 ], [ 11.496120091027908, @@ -25113,7 +25638,7 @@ "construction": false }, "inputs": [ - "node_2b03a9bd" + "node_54afac49" ], "output_count": 1, "tags": [ @@ -25123,7 +25648,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_25, start=t25_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_25, start=t25_bs" }, "context": { "origin": [ @@ -25150,8 +25675,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_66e66b80", + "graph_id": "graph_ff292a54", + "node_id": "node_f463c34a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -25164,10 +25689,10 @@ } }, { - "node_id": "node_f83b08f8", + "node_id": "node_23349883", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_25", "start": "t25_ts", "end": "t25_te", @@ -25175,7 +25700,7 @@ "construction": false }, "inputs": [ - "node_66e66b80" + "node_f463c34a" ], "output_count": 1, "tags": [ @@ -25185,7 +25710,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_25, start=t25_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_25, start=t25_ts" }, "context": { "origin": [ @@ -25212,8 +25737,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f83b08f8", + "graph_id": "graph_ff292a54", + "node_id": "node_23349883", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -25226,10 +25751,10 @@ } }, { - "node_id": "node_963bf469", + "node_id": "node_f64ce4e9", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_25", "start": "t25_te", "end": "t25_be", @@ -25239,36 +25764,36 @@ -9.06382990059376 ], [ - 11.919411881477792, - -8.990979266940569 + 11.919411881477794, + -8.990979266940572 ], [ - 11.73510085982278, - -8.59841856035087 + 11.735100859822788, + -8.598418560350881 ], [ - 11.498974309709173, - -8.195450936719523 + 11.498974309709183, + -8.19545093671953 ], [ - 11.24574312563647, - -7.8679125760174555 + 11.24574312563649, + -7.867912576017476 ], [ - 11.134703410498101, - -7.7320066051562515 + 11.134703410498087, + -7.732006605156242 ], [ - 11.00753247409017, - -7.592381645152576 + 11.007532474090159, + -7.592381645152572 ], [ - 10.883864271344107, - -7.483704313026215 + 10.8838642713441, + -7.483704313026213 ], [ - 10.845311097367297, - -7.454649983043984 + 10.845311097367299, + -7.4546499830439865 ], [ 10.841539994681378, @@ -25301,7 +25826,7 @@ "construction": false }, "inputs": [ - "node_f83b08f8" + "node_23349883" ], "output_count": 1, "tags": [ @@ -25311,7 +25836,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_25, start=t25_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_25, start=t25_te" }, "context": { "origin": [ @@ -25338,8 +25863,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_963bf469", + "graph_id": "graph_ff292a54", + "node_id": "node_f64ce4e9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -25352,10 +25877,10 @@ } }, { - "node_id": "node_740b7ecd", + "node_id": "node_ee6e5080", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_25", "start": "t25_be", "end": "t26_rs", @@ -25391,7 +25916,7 @@ "construction": false }, "inputs": [ - "node_963bf469" + "node_f64ce4e9" ], "output_count": 1, "tags": [ @@ -25401,7 +25926,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_25, start=t25_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_25, start=t25_be" }, "context": { "origin": [ @@ -25428,8 +25953,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_740b7ecd", + "graph_id": "graph_ff292a54", + "node_id": "node_ee6e5080", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -25442,10 +25967,10 @@ } }, { - "node_id": "node_0278fa1e", + "node_id": "node_d2748983", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_26", "start": "t26_rs", "end": "t26_re", @@ -25453,7 +25978,7 @@ "construction": false }, "inputs": [ - "node_740b7ecd" + "node_ee6e5080" ], "output_count": 1, "tags": [ @@ -25463,7 +25988,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_26, start=t26_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_26, start=t26_rs" }, "context": { "origin": [ @@ -25490,8 +26015,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0278fa1e", + "graph_id": "graph_ff292a54", + "node_id": "node_d2748983", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -25504,10 +26029,10 @@ } }, { - "node_id": "node_bf95910c", + "node_id": "node_33c85caa", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_26", "start": "t26_re", "end": "t26_bs", @@ -25543,7 +26068,7 @@ "construction": false }, "inputs": [ - "node_0278fa1e" + "node_d2748983" ], "output_count": 1, "tags": [ @@ -25553,7 +26078,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_26, start=t26_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_26, start=t26_re" }, "context": { "origin": [ @@ -25580,8 +26105,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bf95910c", + "graph_id": "graph_ff292a54", + "node_id": "node_33c85caa", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -25594,10 +26119,10 @@ } }, { - "node_id": "node_23f76200", + "node_id": "node_e3d0cec6", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_26", "start": "t26_bs", "end": "t26_ts", @@ -25607,35 +26132,35 @@ -6.534557475625455 ], [ - 11.42201168665079, - -6.536836252988788 + 11.422011686650787, + -6.536836252988786 ], [ - 11.464916328722467, - -6.558965261170502 + 11.464916328722476, + -6.5589652611705 ], [ - 11.6164888438324, - -6.623233134573805 + 11.616488843832416, + -6.623233134573811 ], [ - 11.797463987373572, - -6.67722918945882 + 11.797463987373577, + -6.677229189458823 ], [ - 11.968089362876396, - -6.718305125093603 + 11.968089362876386, + -6.718305125093593 ], [ - 12.373064121919375, - -6.804344969679326 + 12.373064121919386, + -6.804344969679327 ], [ - 12.838576876052066, - -6.84224654093241 + 12.838576876052059, + -6.842246540932408 ], [ - 13.27223140668739, + 13.272231406687387, -6.837979326249071 ], [ @@ -25669,7 +26194,7 @@ "construction": false }, "inputs": [ - "node_bf95910c" + "node_33c85caa" ], "output_count": 1, "tags": [ @@ -25679,7 +26204,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_26, start=t26_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_26, start=t26_bs" }, "context": { "origin": [ @@ -25706,8 +26231,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_23f76200", + "graph_id": "graph_ff292a54", + "node_id": "node_e3d0cec6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -25720,10 +26245,10 @@ } }, { - "node_id": "node_98824ab5", + "node_id": "node_5cbd057f", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_26", "start": "t26_ts", "end": "t26_te", @@ -25731,7 +26256,7 @@ "construction": false }, "inputs": [ - "node_23f76200" + "node_e3d0cec6" ], "output_count": 1, "tags": [ @@ -25741,7 +26266,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_26, start=t26_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_26, start=t26_ts" }, "context": { "origin": [ @@ -25768,8 +26293,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_98824ab5", + "graph_id": "graph_ff292a54", + "node_id": "node_5cbd057f", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -25782,10 +26307,10 @@ } }, { - "node_id": "node_84b0df30", + "node_id": "node_d490b654", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_26", "start": "t26_te", "end": "t26_be", @@ -25795,36 +26320,36 @@ -6.177041431686208 ], [ - 13.62124844370587, - -6.1132379811120146 + 13.621248443705861, + -6.113237981112012 ], [ - 13.354205509106718, - -5.7715326517090055 + 13.354205509106707, + -5.771532651709007 ], [ - 13.034330412629213, - -5.431211368188398 + 13.034330412629188, + -5.431211368188393 ], [ - 12.714564121111932, - -5.168234317616402 + 12.714564121111904, + -5.16823431761639 ], [ - 12.576066479896514, - -5.060444454310462 + 12.576066479896497, + -5.0604444543104545 ], [ - 12.421014507870469, - -4.952618379107204 + 12.421014507870481, + -4.952618379107207 ], [ - 12.276263943719353, - -4.874184578571505 + 12.276263943719357, + -4.874184578571503 ], [ - 12.23221218166304, - -4.854437589582391 + 12.232212181663044, + -4.854437589582389 ], [ 12.22796180712027, @@ -25857,7 +26382,7 @@ "construction": false }, "inputs": [ - "node_98824ab5" + "node_5cbd057f" ], "output_count": 1, "tags": [ @@ -25867,7 +26392,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_26, start=t26_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_26, start=t26_te" }, "context": { "origin": [ @@ -25894,8 +26419,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_84b0df30", + "graph_id": "graph_ff292a54", + "node_id": "node_d490b654", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -25908,10 +26433,10 @@ } }, { - "node_id": "node_a82b30df", + "node_id": "node_c982ecdf", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_26", "start": "t26_be", "end": "t27_rs", @@ -25947,7 +26472,7 @@ "construction": false }, "inputs": [ - "node_84b0df30" + "node_d490b654" ], "output_count": 1, "tags": [ @@ -25957,7 +26482,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_26, start=t26_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_26, start=t26_be" }, "context": { "origin": [ @@ -25984,8 +26509,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a82b30df", + "graph_id": "graph_ff292a54", + "node_id": "node_c982ecdf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -25998,10 +26523,10 @@ } }, { - "node_id": "node_5d93ca5a", + "node_id": "node_cf9b5099", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_root_27", "start": "t27_rs", "end": "t27_re", @@ -26009,7 +26534,7 @@ "construction": false }, "inputs": [ - "node_a82b30df" + "node_c982ecdf" ], "output_count": 1, "tags": [ @@ -26019,7 +26544,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_root_27, start=t27_rs" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_root_27, start=t27_rs" }, "context": { "origin": [ @@ -26046,8 +26571,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5d93ca5a", + "graph_id": "graph_ff292a54", + "node_id": "node_cf9b5099", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -26060,10 +26585,10 @@ } }, { - "node_id": "node_a69ee2c3", + "node_id": "node_7bfab96b", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_left_27", "start": "t27_re", "end": "t27_bs", @@ -26099,7 +26624,7 @@ "construction": false }, "inputs": [ - "node_5d93ca5a" + "node_cf9b5099" ], "output_count": 1, "tags": [ @@ -26109,7 +26634,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_left_27, start=t27_re" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_left_27, start=t27_re" }, "context": { "origin": [ @@ -26136,8 +26661,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a69ee2c3", + "graph_id": "graph_ff292a54", + "node_id": "node_7bfab96b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -26150,10 +26675,10 @@ } }, { - "node_id": "node_45851f92", + "node_id": "node_543137c9", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_left_27", "start": "t27_bs", "end": "t27_ts", @@ -26225,7 +26750,7 @@ "construction": false }, "inputs": [ - "node_a69ee2c3" + "node_7bfab96b" ], "output_count": 1, "tags": [ @@ -26235,7 +26760,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_left_27, start=t27_bs" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_left_27, start=t27_bs" }, "context": { "origin": [ @@ -26262,8 +26787,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_45851f92", + "graph_id": "graph_ff292a54", + "node_id": "node_543137c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -26276,10 +26801,10 @@ } }, { - "node_id": "node_022b5bb7", + "node_id": "node_f28e74a6", "op": "make_add_arc_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "arc_tip_27", "start": "t27_ts", "end": "t27_te", @@ -26287,7 +26812,7 @@ "construction": false }, "inputs": [ - "node_45851f92" + "node_543137c9" ], "output_count": 1, "tags": [ @@ -26297,7 +26822,7 @@ "display": { "label": "Add Arc Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=arc_tip_27, start=t27_ts" + "summary": "sketch_id=sketch_153e882b, entity_id=arc_tip_27, start=t27_ts" }, "context": { "origin": [ @@ -26324,8 +26849,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_022b5bb7", + "graph_id": "graph_ff292a54", + "node_id": "node_f28e74a6", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -26338,10 +26863,10 @@ } }, { - "node_id": "node_82fdcc0f", + "node_id": "node_1a23b530", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "bspline_right_27", "start": "t27_te", "end": "t27_be", @@ -26351,36 +26876,36 @@ -2.9805103123151553 ], [ - 14.640058731586304, - -2.928953416251739 + 14.640058731586295, + -2.9289534162517388 ], [ - 14.303674531858121, - -2.65523799608889 + 14.303674531858125, + -2.6552379960888923 ], [ - 13.91609076203602, - -2.394628182892655 + 13.91609076203604, + -2.3946281828926566 ], [ - 13.545823780158639, - -2.2093992098629265 + 13.545823780158658, + -2.20939920986293 ], [ - 13.386813062912536, - -2.1351304879497146 + 13.386813062912521, + -2.135130487949714 ], [ - 13.211655008586442, + 13.211655008586439, -2.06451014720004 ], [ - 13.053080480742503, + 13.053080480742484, -2.0202528765249017 ], [ - 13.005739069900336, - -2.010803425013057 + 13.005739069900333, + -2.0108034250130578 ], [ 13.001222555028312, @@ -26413,7 +26938,7 @@ "construction": false }, "inputs": [ - "node_022b5bb7" + "node_f28e74a6" ], "output_count": 1, "tags": [ @@ -26423,7 +26948,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=bspline_right_27, start=t27_te" + "summary": "sketch_id=sketch_153e882b, entity_id=bspline_right_27, start=t27_te" }, "context": { "origin": [ @@ -26450,8 +26975,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_82fdcc0f", + "graph_id": "graph_ff292a54", + "node_id": "node_1a23b530", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -26464,10 +26989,10 @@ } }, { - "node_id": "node_7505b3f4", + "node_id": "node_8a277e02", "op": "make_add_bspline_rsketch", "params": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "fillet_right_27", "start": "t27_be", "end": "t0_rs", @@ -26503,7 +27028,7 @@ "construction": false }, "inputs": [ - "node_82fdcc0f" + "node_1a23b530" ], "output_count": 1, "tags": [ @@ -26513,7 +27038,7 @@ "display": { "label": "Add Bspline Rsketch", "category": "primitive", - "summary": "sketch_id=sketch_65c83b20, entity_id=fillet_right_27, start=t27_be" + "summary": "sketch_id=sketch_153e882b, entity_id=fillet_right_27, start=t27_be" }, "context": { "origin": [ @@ -26540,8 +27065,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7505b3f4", + "graph_id": "graph_ff292a54", + "node_id": "node_8a277e02", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -26554,12 +27079,12 @@ } }, { - "node_id": "node_179fdf84", + "node_id": "node_d9630b3f", "op": "make_face_from_sketch_rface", "params": { "profile": 0, "sketch": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "name": "gear_28t_m1.0", "plane": "XY", "entities": [ @@ -27903,36 +28428,36 @@ 0.3654760396425971 ], [ - 14.924755343103614, - 0.4022011031437594 + 14.924755343103602, + 0.40220110314375984 ], [ 14.535897586638747, - 0.5942013799634297 + 0.594201379963431 ], [ - 14.100040212099938, - 0.7620316585898108 + 14.100040212099936, + 0.7620316585898124 ], [ - 13.697839272434011, - 0.8602243999207264 + 13.697839272434019, + 0.8602243999207276 ], [ - 13.526288940490844, - 0.8972478366053167 + 13.526288940490831, + 0.8972478366053168 ], [ - 13.33980796010496, - 0.9271212441313584 + 13.33980796010495, + 0.9271212441313583 ], [ 13.175361057543856, - 0.9349827405920185 + 0.9349827405920186 ], [ - 13.127103893935969, - 0.9336608196703169 + 13.127103893935976, + 0.9336608196703172 ], [ 13.1225477156497, @@ -28055,36 +28580,36 @@ 2.0101162902386815 ], [ - 13.005739069900331, + 13.005739069900322, 2.0108034250130515 ], [ - 13.053080480742539, - 2.0202528765249 + 13.053080480742526, + 2.0202528765248977 ], [ - 13.211655008586462, + 13.211655008586453, 2.0645101472000356 ], [ - 13.38681306291251, - 2.1351304879497057 + 13.38681306291253, + 2.1351304879497084 ], [ - 13.54582378015865, - 2.209399209862921 + 13.545823780158631, + 2.20939920986292 ], [ - 13.916090762036054, - 2.394628182892654 + 13.916090762036045, + 2.394628182892653 ], [ - 14.303674531858118, - 2.6552379960888834 + 14.303674531858116, + 2.655237996088884 ], [ - 14.640058731586306, - 2.928953416251733 + 14.640058731586302, + 2.9289534162517326 ], [ 14.700903315040987, @@ -28135,36 +28660,36 @@ 3.693135896877625 ], [ - 14.461062401366705, - 3.7131875797820766 + 14.461062401366704, + 3.7131875797820775 ], [ - 14.039230039802895, - 3.813845017655484 + 14.039230039802884, + 3.813845017655482 ], [ - 13.57695476928869, - 3.880480050743494 + 13.576954769288703, + 3.8804800507434947 ], [ - 13.162987906393901, - 3.886712766308068 + 13.162987906393877, + 3.8867127663080616 ], [ - 12.98750020972913, - 3.884634408052272 + 12.987500209729127, + 3.8846344080522726 ], [ - 12.799047238316763, - 3.8722629049608353 + 12.799047238316756, + 3.872262904960832 ], [ - 12.636974015403359, - 3.843334418947726 + 12.636974015403366, + 3.8433344189477276 ], [ - 12.59022091471741, - 3.8313074122273525 + 12.59022091471742, + 3.831307412227355 ], [ 12.585853538821128, @@ -28287,36 +28812,36 @@ 4.85276266360387 ], [ - 12.232212181663046, - 4.8544375895823855 + 12.232212181663023, + 4.8544375895823775 ], [ - 12.27626394371935, - 4.874184578571493 + 12.276263943719359, + 4.8741845785715014 ], [ - 12.42101450787049, - 4.952618379107203 + 12.42101450787048, + 4.9526183791071965 ], [ - 12.576066479896479, - 5.060444454310439 + 12.576066479896488, + 5.060444454310445 ], [ - 12.714564121111906, - 5.168234317616377 + 12.714564121111913, + 5.1682343176163785 ], [ - 13.034330412629192, - 5.431211368188385 + 13.034330412629181, + 5.431211368188381 ], [ 13.354205509106766, - 5.771532651709009 + 5.771532651709006 ], [ 13.62124844370584, - 6.113237981112001 + 6.113237981112 ], [ 13.669095037756966, @@ -28367,36 +28892,36 @@ 6.835606499050701 ], [ - 13.272231406687414, + 13.272231406687405, 6.83797932624908 ], [ - 12.838576876052075, - 6.84224654093241 + 12.838576876052048, + 6.842246540932399 ], [ - 12.373064121919379, - 6.804344969679324 + 12.373064121919382, + 6.804344969679334 ], [ 11.968089362876391, - 6.718305125093609 + 6.718305125093614 ], [ - 11.7974639873736, - 6.677229189458832 + 11.79746398737357, + 6.677229189458817 ], [ - 11.616488843832425, - 6.623233134573826 + 11.61648884383241, + 6.623233134573822 ], [ - 11.464916328722461, - 6.558965261170486 + 11.464916328722447, + 6.5589652611704805 ], [ - 11.42201168665081, - 6.536836252988804 + 11.422011686650809, + 6.536836252988802 ], [ 11.4180521116085, @@ -28519,35 +29044,35 @@ 7.452071253643773 ], [ - 10.8453110973673, - 7.454649983043984 + 10.845311097367306, + 7.454649983043988 ], [ 10.883864271344118, - 7.483704313026215 + 7.483704313026224 ], [ - 11.007532474090166, - 7.592381645152578 + 11.007532474090162, + 7.592381645152577 ], [ - 11.13470341049807, - 7.732006605156235 + 11.134703410498085, + 7.732006605156241 ], [ - 11.245743125636485, - 7.867912576017452 + 11.2457431256365, + 7.867912576017462 ], [ - 11.498974309709178, - 8.195450936719523 + 11.49897430970918, + 8.195450936719528 ], [ - 11.73510085982281, - 8.598418560350872 + 11.735100859822822, + 8.598418560350877 ], [ - 11.91941188147779, + 11.919411881477789, 8.990979266940569 ], [ @@ -28599,36 +29124,36 @@ 9.635311248354384 ], [ - 11.417875309264865, - 9.619886236382891 + 11.417875309264852, + 9.619886236382884 ], [ - 10.99414385850762, - 9.527549251913564 + 10.994143858507629, + 9.527549251913571 ], [ - 10.548736374060699, - 9.387011619365223 + 10.548736374060693, + 9.387011619365227 ], [ - 10.173060844315257, - 9.213013611707842 + 10.173060844315254, + 9.21301361170783 ], [ - 10.015853658771636, - 9.134999817624989 + 10.015853658771645, + 9.134999817624987 ], [ - 9.851431192485197, - 9.042086798606212 + 9.851431192485206, + 9.042086798606213 ], [ - 9.717959863998, + 9.717959863997997, 8.945702197344362 ], [ - 9.681055098448294, - 8.914580828574296 + 9.681055098448292, + 8.9145808285743 ], [ 9.677701873886345, @@ -28751,36 +29276,36 @@ 9.677701873886344 ], [ - 8.914580828574287, - 9.681055098448278 + 8.91458082857429, + 9.681055098448287 ], [ - 8.945702197344367, - 9.71795986399803 + 8.945702197344382, + 9.717959863998036 ], [ 9.04208679860624, - 9.85143119248519 + 9.8514311924852 ], [ - 9.13499981762497, - 10.01585365877164 + 9.13499981762496, + 10.015853658771633 ], [ - 9.213013611707842, - 10.173060844315247 + 9.213013611707837, + 10.17306084431525 ], [ - 9.387011619365222, - 10.548736374060697 + 9.387011619365223, + 10.5487363740607 ], [ - 9.527549251913596, - 10.994143858507643 + 9.5275492519136, + 10.994143858507645 ], [ - 9.61988623638289, - 11.417875309264858 + 9.619886236382888, + 11.417875309264856 ], [ 9.635311248354387, @@ -28832,35 +29357,35 @@ ], [ 8.99097926694058, - 11.919411881477807 + 11.919411881477801 ], [ - 8.59841856035088, - 11.735100859822824 + 8.598418560350892, + 11.73510085982283 ], [ - 8.19545093671954, - 11.498974309709181 + 8.195450936719531, + 11.498974309709176 ], [ - 7.867912576017456, - 11.24574312563649 + 7.867912576017469, + 11.245743125636507 ], [ - 7.732006605156256, - 11.134703410498108 + 7.732006605156241, + 11.134703410498096 ], [ - 7.592381645152568, - 11.00753247409016 + 7.592381645152561, + 11.007532474090153 ], [ - 7.483704313026216, - 10.883864271344116 + 7.483704313026209, + 10.883864271344104 ], [ 7.454649983043981, - 10.845311097367306 + 10.845311097367304 ], [ 7.452071253643773, @@ -28983,36 +29508,36 @@ 11.4180521116085 ], [ - 6.536836252988788, - 11.42201168665079 + 6.536836252988786, + 11.422011686650787 ], [ - 6.558965261170502, - 11.464916328722467 + 6.5589652611705, + 11.464916328722476 ], [ - 6.623233134573805, - 11.6164888438324 + 6.623233134573811, + 11.616488843832416 ], [ - 6.67722918945882, - 11.797463987373572 + 6.677229189458823, + 11.797463987373577 ], [ - 6.718305125093603, - 11.968089362876396 + 6.718305125093593, + 11.968089362876386 ], [ - 6.804344969679326, - 12.373064121919375 + 6.804344969679327, + 12.373064121919386 ], [ - 6.84224654093241, - 12.838576876052066 + 6.842246540932408, + 12.838576876052059 ], [ 6.837979326249071, - 13.27223140668739 + 13.272231406687387 ], [ 6.8356064990507015, @@ -29063,36 +29588,36 @@ 13.669095037756966 ], [ - 6.113237981112007, - 13.621248443705857 + 6.113237981112001, + 13.62124844370584 ], [ - 5.771532651709006, - 13.354205509106752 + 5.771532651709001, + 13.354205509106738 ], [ - 5.431211368188383, - 13.034330412629174 + 5.431211368188379, + 13.034330412629169 ], [ - 5.168234317616376, - 12.714564121111906 + 5.168234317616378, + 12.714564121111911 ], [ - 5.060444454310451, - 12.576066479896486 + 5.060444454310454, + 12.576066479896499 ], [ - 4.95261837910719, - 12.421014507870463 + 4.952618379107188, + 12.421014507870474 ], [ - 4.8741845785715, + 4.874184578571497, 12.27626394371935 ], [ - 4.854437589582383, - 12.232212181663039 + 4.854437589582382, + 12.232212181663037 ], [ 4.852762663603872, @@ -29215,36 +29740,36 @@ 12.585853538821128 ], [ - 3.8313074122273445, - 12.590220914717385 + 3.8313074122273485, + 12.590220914717408 ], [ - 3.84333441894773, - 12.636974015403368 + 3.8433344189477263, + 12.636974015403359 ], [ - 3.8722629049608277, - 12.799047238316739 + 3.8722629049608304, + 12.799047238316733 ], [ - 3.8846344080522623, - 12.98750020972911 + 3.884634408052259, + 12.9875002097291 ], [ - 3.8867127663080723, - 13.162987906393903 + 3.886712766308062, + 13.16298790639388 ], [ - 3.8804800507434885, - 13.576954769288683 + 3.8804800507434924, + 13.576954769288687 ], [ - 3.8138450176554968, - 14.039230039802943 + 3.813845017655495, + 14.039230039802927 ], [ - 3.7131875797820726, - 14.461062401366691 + 3.713187579782073, + 14.461062401366686 ], [ 3.693135896877625, @@ -29296,34 +29821,34 @@ ], [ 2.928953416251735, - 14.640058731586304 + 14.64005873158631 ], [ - 2.6552379960888874, - 14.303674531858096 + 2.6552379960888857, + 14.303674531858107 ], [ - 2.394628182892652, - 13.916090762036044 + 2.3946281828926534, + 13.916090762036049 ], [ - 2.2093992098629225, - 13.545823780158635 + 2.20939920986292, + 13.545823780158631 ], [ 2.135130487949707, - 13.386813062912532 + 13.38681306291253 ], [ - 2.064510147200038, + 2.0645101472000364, 13.211655008586447 ], [ - 2.0202528765248973, - 13.053080480742496 + 2.0202528765248964, + 13.0530804807425 ], [ - 2.010803425013053, + 2.0108034250130524, 13.005739069900335 ], [ @@ -29527,36 +30052,36 @@ 14.995546914482555 ], [ - -0.40220110314375696, - 14.924755343103573 + -0.4022011031437576, + 14.924755343103598 ], [ - -0.5942013799634277, - 14.535897586638738 + -0.5942013799634286, + 14.535897586638754 ], [ - -0.7620316585898117, - 14.100040212099964 + -0.7620316585898121, + 14.100040212099955 ], [ -0.8602243999207227, - 13.697839272433987 + 13.697839272433997 ], [ - -0.8972478366053184, - 13.526288940490863 + -0.8972478366053178, + 13.52628894049086 ], [ - -0.9271212441313557, - 13.33980796010495 + -0.9271212441313553, + 13.339807960104961 ], [ -0.9349827405920164, - 13.175361057543839 + 13.17536105754384 ], [ -0.9336608196703149, - 13.127103893935967 + 13.12710389393596 ], [ -0.9333257074337283, @@ -29679,36 +30204,36 @@ 13.001222555028312 ], [ - -2.0108034250130533, - 13.005739069900331 + -2.010803425013051, + 13.005739069900336 ], [ -2.020252876524896, - 13.053080480742505 + 13.053080480742516 ], [ - -2.064510147200038, - 13.211655008586453 + -2.0645101472000347, + 13.211655008586456 ], [ - -2.1351304879497084, - 13.386813062912536 + -2.1351304879497066, + 13.386813062912514 ], [ - -2.2093992098629194, - 13.545823780158617 + -2.2093992098629185, + 13.545823780158623 ], [ - -2.3946281828926534, - 13.916090762036054 + -2.394628182892652, + 13.91609076203605 ], [ -2.6552379960888834, - 14.303674531858098 + 14.303674531858105 ], [ - -2.928953416251733, - 14.64005873158631 + -2.928953416251732, + 14.640058731586306 ], [ -2.9805103123151477, @@ -29759,36 +30284,36 @@ 14.538251175681138 ], [ - -3.7131875797820726, - 14.461062401366693 + -3.7131875797820704, + 14.461062401366682 ], [ - -3.813845017655487, - 14.039230039802934 + -3.813845017655489, + 14.039230039802954 ], [ - -3.8804800507434827, - 13.576954769288651 + -3.8804800507434885, + 13.57695476928865 ], [ - -3.8867127663080647, - 13.162987906393893 + -3.886712766308062, + 13.162987906393885 ], [ - -3.8846344080522677, - 12.987500209729129 + -3.88463440805227, + 12.987500209729125 ], [ - -3.8722629049608277, - 12.799047238316755 + -3.872262904960829, + 12.799047238316751 ], [ -3.843334418947719, - 12.636974015403345 + 12.63697401540334 ], [ - -3.8313074122273516, - 12.590220914717419 + -3.83130741222735, + 12.590220914717412 ], [ -3.82996685690666, @@ -29911,35 +30436,35 @@ 12.227961807120273 ], [ - -4.8544375895823855, - 12.232212181663046 + -4.8544375895823775, + 12.232212181663023 ], [ - -4.874184578571493, - 12.27626394371935 + -4.8741845785715014, + 12.276263943719359 ], [ - -4.952618379107203, - 12.42101450787049 + -4.9526183791071965, + 12.42101450787048 ], [ - -5.060444454310439, - 12.576066479896479 + -5.060444454310445, + 12.576066479896488 ], [ - -5.168234317616377, - 12.714564121111906 + -5.1682343176163785, + 12.714564121111913 ], [ - -5.431211368188385, - 13.034330412629192 + -5.431211368188381, + 13.034330412629181 ], [ - -5.771532651709009, + -5.771532651709006, 13.354205509106766 ], [ - -6.113237981112001, + -6.113237981112, 13.62124844370584 ], [ @@ -29991,36 +30516,36 @@ 13.351946816480952 ], [ - -6.837979326249088, - 13.272231406687421 + -6.837979326249089, + 13.27223140668742 ], [ - -6.8422465409324085, - 12.838576876052079 + -6.842246540932408, + 12.838576876052072 ], [ - -6.80434496967934, - 12.373064121919404 + -6.804344969679323, + 12.373064121919388 ], [ - -6.718305125093607, + -6.7183051250936066, 11.968089362876386 ], [ - -6.677229189458832, - 11.797463987373595 + -6.677229189458822, + 11.7974639873736 ], [ - -6.623233134573821, - 11.616488843832409 + -6.623233134573824, + 11.61648884383241 ], [ - -6.558965261170485, + -6.558965261170486, 11.464916328722461 ], [ - -6.536836252988807, - 11.422011686650812 + -6.536836252988802, + 11.422011686650807 ], [ -6.534557475625456, @@ -30144,35 +30669,35 @@ ], [ -7.45464998304398, - 10.845311097367297 + 10.845311097367302 ], [ - -7.483704313026208, - 10.883864271344121 + -7.483704313026215, + 10.883864271344136 ], [ - -7.592381645152566, - 11.007532474090151 + -7.592381645152559, + 11.007532474090143 ], [ - -7.732006605156226, - 11.134703410498089 + -7.73200660515623, + 11.134703410498096 ], [ - -7.867912576017452, - 11.245743125636483 + -7.867912576017444, + 11.24574312563648 ], [ - -8.195450936719519, - 11.49897430970917 + -8.19545093671952, + 11.498974309709178 ], [ - -8.59841856035088, - 11.735100859822822 + -8.598418560350883, + 11.735100859822827 ], [ - -8.990979266940561, - 11.919411881477789 + -8.990979266940567, + 11.9194118814778 ], [ -9.06382990059375, @@ -30223,36 +30748,36 @@ 11.496120091027906 ], [ - -9.619886236382895, - 11.417875309264872 + -9.619886236382913, + 11.417875309264868 ], [ - -9.527549251913578, - 10.994143858507622 + -9.527549251913566, + 10.994143858507607 ], [ - -9.387011619365225, - 10.54873637406071 + -9.387011619365223, + 10.54873637406069 ], [ - -9.21301361170784, - 10.173060844315241 + -9.213013611707837, + 10.173060844315245 ], [ - -9.134999817624996, - 10.01585365877165 + -9.134999817624989, + 10.015853658771649 ], [ - -9.042086798606219, + -9.042086798606222, 9.851431192485194 ], [ - -8.945702197344367, - 9.717959863997995 + -8.945702197344373, + 9.717959863998002 ], [ - -8.914580828574294, - 9.681055098448288 + -8.914580828574296, + 9.681055098448292 ], [ -8.911478096580645, @@ -30375,36 +30900,36 @@ 8.911478096580646 ], [ - -9.681055098448281, - 8.914580828574293 + -9.68105509844827, + 8.914580828574287 ], [ - -9.717959863997994, - 8.945702197344366 + -9.717959863997999, + 8.94570219734437 ], [ - -9.851431192485173, - 9.042086798606212 + -9.85143119248519, + 9.042086798606231 ], [ - -10.015853658771627, - 9.134999817624966 + -10.01585365877163, + 9.134999817624957 ], [ - -10.173060844315234, - 9.213013611707842 + -10.173060844315225, + 9.213013611707817 ], [ - -10.548736374060692, - 9.387011619365222 + -10.5487363740607, + 9.387011619365225 ], [ - -10.994143858507629, - 9.527549251913591 + -10.994143858507638, + 9.527549251913596 ], [ - -11.417875309264849, - 9.619886236382886 + -11.417875309264854, + 9.61988623638289 ], [ -11.496120091027905, @@ -30455,36 +30980,36 @@ 9.063829900593753 ], [ - -11.919411881477808, - 8.990979266940577 + -11.919411881477792, + 8.990979266940572 ], [ - -11.735100859822806, - 8.598418560350853 + -11.73510085982281, + 8.598418560350861 ], [ - -11.498974309709176, - 8.19545093671953 + -11.498974309709185, + 8.195450936719537 ], [ - -11.245743125636487, - 7.867912576017456 + -11.245743125636489, + 7.867912576017463 ], [ - -11.134703410498096, - 7.732006605156244 + -11.134703410498094, + 7.732006605156241 ], [ - -11.00753247409016, - 7.592381645152565 + -11.007532474090166, + 7.592381645152571 ], [ - -10.883864271344107, - 7.483704313026206 + -10.883864271344114, + 7.483704313026211 ], [ - -10.845311097367304, - 7.4546499830439785 + -10.845311097367308, + 7.454649983043985 ], [ -10.841539994681382, @@ -30607,36 +31132,36 @@ 6.5345574756254585 ], [ - -11.422011686650809, - 6.536836252988807 + -11.422011686650805, + 6.536836252988808 ], [ - -11.464916328722458, - 6.558965261170485 + -11.464916328722465, + 6.558965261170491 ], [ -11.616488843832396, - 6.623233134573817 + 6.62323313457382 ], [ - -11.797463987373575, - 6.677229189458819 + -11.797463987373584, + 6.6772291894588225 ], [ - -11.968089362876382, - 6.71830512509361 + -11.968089362876396, + 6.718305125093607 ], [ -12.373064121919374, - 6.80434496967933 + 6.804344969679327 ], [ - -12.838576876052063, - 6.842246540932419 + -12.83857687605207, + 6.842246540932421 ], [ - -13.272231406687387, - 6.837979326249078 + -13.272231406687382, + 6.837979326249075 ], [ -13.35194681648095, @@ -30687,36 +31212,36 @@ 6.177041431686201 ], [ - -13.621248443705841, - 6.113237981112001 + -13.621248443705854, + 6.113237981112004 ], [ - -13.354205509106738, - 5.771532651708996 + -13.354205509106754, + 5.771532651709003 ], [ - -13.034330412629181, - 5.431211368188388 + -13.034330412629165, + 5.431211368188385 ], [ - -12.714564121111884, - 5.168234317616378 + -12.714564121111888, + 5.168234317616373 ], [ - -12.576066479896506, - 5.060444454310452 + -12.576066479896495, + 5.060444454310449 ], [ - -12.421014507870472, - 4.952618379107192 + -12.421014507870463, + 4.9526183791071885 ], [ -12.276263943719346, - 4.874184578571499 + 4.874184578571498 ], [ - -12.232212181663039, - 4.854437589582383 + -12.232212181663046, + 4.854437589582386 ], [ -12.227961807120273, @@ -30839,36 +31364,36 @@ 3.829966856906665 ], [ - -12.590220914717401, - 3.83130741222735 + -12.590220914717408, + 3.8313074122273503 ], [ - -12.636974015403343, - 3.84333441894773 + -12.636974015403357, + 3.8433344189477343 ], [ - -12.79904723831676, - 3.872262904960828 + -12.79904723831678, + 3.872262904960833 ], [ - -12.987500209729108, - 3.88463440805227 + -12.9875002097291, + 3.884634408052267 ], [ - -13.162987906393878, - 3.8867127663080705 + -13.162987906393893, + 3.886712766308072 ], [ - -13.57695476928867, - 3.8804800507434916 + -13.57695476928868, + 3.880480050743492 ], [ - -14.039230039802929, - 3.813845017655501 + -14.039230039802938, + 3.813845017655502 ], [ - -14.461062401366691, - 3.7131875797820797 + -14.461062401366688, + 3.713187579782078 ], [ -14.538251175681136, @@ -30919,36 +31444,36 @@ 2.980510312315147 ], [ - -14.640058731586318, - 2.928953416251729 + -14.640058731586288, + 2.928953416251724 ], [ - -14.303674531858137, - 2.6552379960888843 + -14.303674531858098, + 2.6552379960888857 ], [ - -13.916090762036047, - 2.394628182892651 + -13.916090762036017, + 2.3946281828926472 ], [ - -13.545823780158647, + -13.545823780158635, 2.2093992098629194 ], [ - -13.38681306291252, - 2.135130487949703 + -13.386813062912536, + 2.135130487949704 ], [ - -13.21165500858645, - 2.0645101472000325 + -13.211655008586463, + 2.0645101472000342 ], [ - -13.053080480742489, - 2.020252876524891 + -13.053080480742496, + 2.020252876524893 ], [ - -13.005739069900331, - 2.0108034250130484 + -13.00573906990032, + 2.010803425013047 ], [ -13.001222555028312, @@ -31071,36 +31596,36 @@ 0.9333257074337338 ], [ - -13.127103893935956, + -13.127103893935955, 0.9336608196703203 ], [ - -13.175361057543848, - 0.9349827405920217 + -13.175361057543842, + 0.9349827405920212 ], [ - -13.339807960104986, + -13.339807960104975, 0.9271212441313638 ], [ - -13.526288940490813, - 0.8972478366053195 + -13.5262889404908, + 0.8972478366053191 ], [ - -13.697839272434017, - 0.8602243999207306 + -13.697839272434004, + 0.8602243999207305 ], [ - -14.100040212099952, - 0.7620316585898186 + -14.100040212099945, + 0.7620316585898181 ], [ - -14.53589758663874, + -14.535897586638745, 0.5942013799634347 ], [ - -14.92475534310357, - 0.40220110314376223 + -14.924755343103573, + 0.4022011031437624 ], [ -14.995546914482553, @@ -31151,36 +31676,36 @@ -0.3654760396425978 ], [ - -14.92475534310361, - -0.4022011031437612 + -14.924755343103595, + -0.4022011031437608 ], [ - -14.535897586638717, - -0.5942013799634297 + -14.535897586638734, + -0.5942013799634308 ], [ - -14.1000402121, - -0.7620316585898151 + -14.10004021209994, + -0.7620316585898128 ], [ - -13.697839272434, - -0.8602243999207265 + -13.697839272434003, + -0.8602243999207273 ], [ - -13.526288940490863, - -0.8972478366053198 + -13.526288940490842, + -0.8972478366053178 ], [ - -13.339807960104972, - -0.9271212441313597 + -13.339807960104952, + -0.9271212441313582 ], [ - -13.17536105754386, - -0.9349827405920194 + -13.175361057543833, + -0.9349827405920174 ], [ - -13.127103893935972, - -0.9336608196703177 + -13.127103893935965, + -0.9336608196703169 ], [ -13.1225477156497, @@ -31303,36 +31828,36 @@ -2.0101162902386775 ], [ - -13.005739069900322, - -2.0108034250130444 + -13.005739069900324, + -2.010803425013043 ], [ - -13.053080480742512, - -2.020252876524895 + -13.053080480742496, + -2.0202528765248933 ], [ - -13.211655008586462, - -2.0645101472000325 + -13.211655008586453, + -2.064510147200031 ], [ - -13.386813062912529, - -2.1351304879497057 + -13.386813062912502, + -2.135130487949701 ], [ - -13.545823780158646, - -2.2093992098629163 + -13.545823780158624, + -2.2093992098629154 ], [ - -13.91609076203606, - -2.394628182892647 + -13.916090762036053, + -2.3946281828926486 ], [ - -14.303674531858116, - -2.655237996088882 + -14.303674531858112, + -2.655237996088881 ], [ - -14.640058731586311, - -2.9289534162517277 + -14.640058731586304, + -2.928953416251727 ], [ -14.700903315040987, @@ -31383,36 +31908,36 @@ -3.693135896877626 ], [ - -14.461062401366704, + -14.461062401366707, -3.7131875797820766 ], [ -14.039230039802902, - -3.8138450176555017 + -3.8138450176554977 ], [ -13.576954769288669, - -3.8804800507434827 + -3.880480050743488 ], [ - -13.162987906393889, - -3.886712766308074 + -13.162987906393894, + -3.8867127663080736 ], [ - -12.987500209729127, - -3.884634408052264 + -12.987500209729129, + -3.884634408052267 ], [ - -12.799047238316756, - -3.8722629049608335 + -12.799047238316755, + -3.872262904960837 ], [ - -12.636974015403355, - -3.843334418947725 + -12.63697401540335, + -3.8433344189477268 ], [ - -12.590220914717415, - -3.831307412227353 + -12.590220914717419, + -3.8313074122273543 ], [ -12.585853538821128, @@ -31535,36 +32060,36 @@ -4.852762663603867 ], [ - -12.232212181663002, - -4.854437589582367 + -12.232212181663034, + -4.8544375895823775 ], [ - -12.276263943719364, - -4.874184578571502 + -12.27626394371938, + -4.87418457857151 ], [ - -12.42101450787047, - -4.952618379107185 + -12.421014507870487, + -4.952618379107188 ], [ - -12.57606647989648, - -5.060444454310449 + -12.576066479896468, + -5.060444454310444 ], [ - -12.714564121111911, - -5.168234317616372 + -12.714564121111922, + -5.168234317616371 ], [ - -13.03433041262917, - -5.431211368188387 + -13.034330412629187, + -5.4312113681883885 ], [ - -13.354205509106752, - -5.771532651708995 + -13.354205509106759, + -5.771532651708996 ], [ - -13.621248443705827, - -6.113237981111993 + -13.621248443705838, + -6.113237981111997 ], [ -13.669095037756968, @@ -31615,36 +32140,36 @@ -6.8356064990507015 ], [ - -13.272231406687393, - -6.837979326249079 + -13.272231406687395, + -6.8379793262490765 ], [ - -12.838576876052073, - -6.842246540932404 + -12.838576876052056, + -6.8422465409323925 ], [ - -12.37306412191935, - -6.804344969679305 + -12.373064121919352, + -6.804344969679309 ], [ - -11.968089362876407, - -6.718305125093617 + -11.968089362876384, + -6.718305125093608 ], [ - -11.79746398737361, - -6.677229189458832 + -11.797463987373595, + -6.67722918945883 ], [ - -11.616488843832396, - -6.62323313457381 + -11.6164888438324, + -6.623233134573818 ], [ - -11.464916328722444, - -6.558965261170473 + -11.464916328722454, + -6.558965261170486 ], [ - -11.4220116866508, - -6.536836252988798 + -11.422011686650801, + -6.5368362529888016 ], [ -11.4180521116085, @@ -31767,36 +32292,36 @@ -7.452071253643768 ], [ - -10.845311097367292, - -7.454649983043962 + -10.845311097367288, + -7.454649983043969 ], [ - -10.88386427134413, - -7.483704313026215 + -10.883864271344127, + -7.48370431302621 ], [ - -11.007532474090164, - -7.592381645152578 + -11.007532474090167, + -7.592381645152573 ], [ - -11.1347034104981, - -7.732006605156232 + -11.134703410498101, + -7.732006605156234 ], [ - -11.24574312563649, - -7.867912576017452 + -11.245743125636498, + -7.867912576017457 ], [ - -11.498974309709181, + -11.498974309709178, -8.195450936719515 ], [ - -11.735100859822806, - -8.59841856035087 + -11.735100859822815, + -8.598418560350872 ], [ - -11.91941188147779, - -8.990979266940556 + -11.919411881477794, + -8.990979266940554 ], [ -11.951861258109664, @@ -31847,36 +32372,36 @@ -9.635311248354387 ], [ - -11.417875309264872, - -9.619886236382895 + -11.417875309264868, + -9.619886236382913 ], [ - -10.994143858507622, - -9.527549251913578 + -10.994143858507607, + -9.527549251913566 ], [ - -10.54873637406071, - -9.387011619365225 + -10.54873637406069, + -9.387011619365223 ], [ - -10.173060844315241, - -9.21301361170784 + -10.173060844315245, + -9.213013611707837 ], [ - -10.01585365877165, - -9.134999817624996 + -10.015853658771649, + -9.134999817624989 ], [ -9.851431192485194, - -9.042086798606219 + -9.042086798606222 ], [ - -9.717959863997995, - -8.945702197344367 + -9.717959863998002, + -8.945702197344373 ], [ - -9.681055098448288, - -8.914580828574294 + -9.681055098448292, + -8.914580828574296 ], [ -9.677701873886344, @@ -32000,22 +32525,22 @@ ], [ -8.914580828574286, - -9.681055098448272 + -9.681055098448269 ], [ - -8.945702197344376, - -9.717959863998017 + -8.945702197344383, + -9.717959863998024 ], [ - -9.04208679860623, - -9.8514311924852 + -9.042086798606224, + -9.85143119248519 ], [ - -9.134999817624964, - -10.015853658771611 + -9.134999817624966, + -10.015853658771633 ], [ - -9.213013611707837, + -9.21301361170784, -10.173060844315234 ], [ @@ -32023,12 +32548,12 @@ -10.548736374060681 ], [ - -9.527549251913602, - -10.994143858507641 + -9.5275492519136, + -10.994143858507636 ], [ - -9.619886236382886, - -11.417875309264844 + -9.619886236382888, + -11.41787530926484 ], [ -9.635311248354391, @@ -32079,36 +32604,36 @@ -11.951861258109657 ], [ - -8.990979266940569, - -11.919411881477792 + -8.990979266940572, + -11.919411881477794 ], [ - -8.59841856035087, - -11.73510085982278 + -8.598418560350881, + -11.735100859822788 ], [ - -8.195450936719523, - -11.498974309709173 + -8.19545093671953, + -11.498974309709183 ], [ - -7.8679125760174555, - -11.24574312563647 + -7.867912576017476, + -11.24574312563649 ], [ - -7.7320066051562515, - -11.134703410498101 + -7.732006605156242, + -11.134703410498087 ], [ - -7.592381645152576, - -11.00753247409017 + -7.592381645152572, + -11.007532474090159 ], [ - -7.483704313026215, - -10.883864271344107 + -7.483704313026213, + -10.8838642713441 ], [ - -7.454649983043984, - -10.845311097367297 + -7.4546499830439865, + -10.845311097367299 ], [ -7.452071253643777, @@ -32231,36 +32756,36 @@ -11.4180521116085 ], [ - -6.536836252988794, - -11.422011686650785 + -6.536836252988789, + -11.422011686650784 ], [ - -6.558965261170492, - -11.46491632872247 + -6.558965261170487, + -11.464916328722456 ], [ - -6.62323313457381, - -11.6164888438324 + -6.623233134573807, + -11.616488843832398 ], [ - -6.677229189458828, - -11.797463987373586 + -6.677229189458816, + -11.797463987373568 ], [ - -6.718305125093598, - -11.968089362876396 + -6.71830512509359, + -11.968089362876372 ], [ - -6.804344969679316, - -12.373064121919366 + -6.804344969679322, + -12.373064121919363 ], [ - -6.842246540932411, - -12.838576876052079 + -6.842246540932417, + -12.838576876052082 ], [ - -6.837979326249073, - -13.272231406687398 + -6.837979326249079, + -13.272231406687407 ], [ -6.835606499050701, @@ -32311,36 +32836,36 @@ -13.669095037756964 ], [ - -6.113237981112017, - -13.621248443705868 + -6.11323798111201, + -13.621248443705857 ], [ - -5.771532651709001, - -13.354205509106745 + -5.771532651709007, + -13.354205509106738 ], [ - -5.431211368188393, - -13.034330412629183 + -5.431211368188381, + -13.034330412629167 ], [ - -5.168234317616389, - -12.714564121111932 + -5.168234317616385, + -12.714564121111918 ], [ - -5.060444454310454, - -12.576066479896493 + -5.060444454310455, + -12.576066479896491 ], [ - -4.952618379107202, - -12.421014507870481 + -4.952618379107203, + -12.421014507870483 ], [ - -4.874184578571494, - -12.276263943719329 + -4.874184578571503, + -12.276263943719345 ], [ - -4.854437589582386, - -12.23221218166304 + -4.85443758958239, + -12.232212181663044 ], [ -4.852762663603876, @@ -32463,36 +32988,36 @@ -12.58585353882113 ], [ - -3.831307412227349, - -12.590220914717403 + -3.831307412227353, + -12.590220914717419 ], [ - -3.8433344189477254, - -12.636974015403348 + -3.843334418947727, + -12.636974015403347 ], [ -3.8722629049608295, - -12.799047238316753 + -12.799047238316762 ], [ - -3.8846344080522623, - -12.98750020972911 + -3.8846344080522632, + -12.987500209729111 ], [ - -3.8867127663080705, - -13.162987906393907 + -3.886712766308065, + -13.162987906393887 ], [ - -3.880480050743492, - -13.576954769288687 + -3.880480050743488, + -13.576954769288688 ], [ - -3.813845017655494, - -14.039230039802927 + -3.8138450176554892, + -14.03923003980292 ], [ - -3.7131875797820704, - -14.461062401366677 + -3.71318757978207, + -14.461062401366682 ], [ -3.693135896877623, @@ -32544,35 +33069,35 @@ ], [ -2.9289534162517397, - -14.640058731586313 + -14.640058731586306 ], [ - -2.655237996088892, - -14.303674531858121 + -2.6552379960888914, + -14.303674531858125 ], [ - -2.39462818289266, - -13.916090762036054 + -2.3946281828926557, + -13.916090762036035 ], [ - -2.2093992098629296, - -13.545823780158651 + -2.2093992098629243, + -13.545823780158628 ], [ - -2.1351304879497137, - -13.386813062912513 + -2.135130487949715, + -13.386813062912527 ], [ - -2.0645101472000404, - -13.21165500858645 + -2.064510147200041, + -13.211655008586456 ], [ - -2.0202528765249013, - -13.053080480742492 + -2.0202528765249035, + -13.053080480742512 ], [ -2.0108034250130573, - -13.005739069900335 + -13.005739069900336 ], [ -2.0101162902386873, @@ -32695,36 +33220,36 @@ -13.1225477156497 ], [ - -0.9336608196703137, - -13.127103893935944 + -0.9336608196703131, + -13.127103893935939 ], [ - -0.9349827405920181, - -13.175361057543851 + -0.9349827405920172, + -13.175361057543864 ], [ - -0.9271212441313562, - -13.339807960104958 + -0.9271212441313547, + -13.339807960104947 ], [ - -0.8972478366053155, - -13.526288940490828 + -0.8972478366053154, + -13.526288940490808 ], [ - -0.860224399920723, - -13.697839272433978 + -0.8602243999207217, + -13.697839272433967 ], [ - -0.7620316585898128, - -14.100040212099962 + -0.7620316585898119, + -14.10004021209994 ], [ - -0.5942013799634293, - -14.535897586638749 + -0.5942013799634288, + -14.535897586638736 ], [ - -0.40220110314375707, - -14.924755343103586 + -0.40220110314375673, + -14.924755343103577 ], [ -0.36547603964259545, @@ -32775,36 +33300,36 @@ -14.995546914482555 ], [ - 0.40220110314375335, - -14.924755343103598 + 0.40220110314375374, + -14.924755343103595 ], [ - 0.5942013799634231, - -14.53589758663874 + 0.5942013799634223, + -14.53589758663873 ], [ - 0.762031658589806, - -14.100040212099962 + 0.7620316585898067, + -14.100040212099941 ], [ - 0.8602243999207188, - -13.697839272433992 + 0.8602243999207183, + -13.697839272433983 ], [ - 0.8972478366053112, - -13.526288940490852 + 0.8972478366053123, + -13.526288940490861 ], [ - 0.9271212441313533, - -13.339807960104967 + 0.9271212441313511, + -13.339807960104949 ], [ - 0.9349827405920118, - -13.175361057543851 + 0.934982740592011, + -13.175361057543848 ], [ - 0.9336608196703106, - -13.127103893935963 + 0.9336608196703101, + -13.12710389393596 ], [ 0.933325707433724, @@ -32927,36 +33452,36 @@ -13.001222555028312 ], [ - 2.0108034250130493, - -13.005739069900315 + 2.01080342501305, + -13.005739069900324 ], [ - 2.0202528765249013, - -13.053080480742521 + 2.0202528765248995, + -13.053080480742516 ], [ - 2.0645101472000307, - -13.211655008586435 + 2.064510147200034, + -13.211655008586433 ], [ - 2.135130487949708, - -13.386813062912518 + 2.1351304879497097, + -13.386813062912525 ], [ - 2.2093992098629145, - -13.545823780158607 + 2.209399209862919, + -13.545823780158637 ], [ - 2.394628182892654, - -13.916090762036049 + 2.3946281828926534, + -13.916090762036038 ], [ - 2.655237996088886, - -14.303674531858116 + 2.655237996088885, + -14.30367453185811 ], [ - 2.9289534162517334, - -14.6400587315863 + 2.9289534162517343, + -14.640058731586306 ], [ 2.9805103123151495, @@ -33007,35 +33532,35 @@ -14.53825117568114 ], [ - 3.713187579782071, - -14.4610624013667 + 3.7131875797820735, + -14.461062401366696 ], [ 3.8138450176554852, - -14.039230039802906 + -14.039230039802929 ], [ - 3.88048005074348, - -13.576954769288688 + 3.880480050743491, + -13.576954769288683 ], [ 3.8867127663080625, - -13.162987906393903 + -13.162987906393882 ], [ - 3.884634408052259, - -12.987500209729127 + 3.884634408052258, + -12.987500209729125 ], [ - 3.872262904960828, - -12.799047238316763 + 3.872262904960832, + -12.799047238316772 ], [ - 3.8433344189477125, - -12.636974015403341 + 3.843334418947717, + -12.636974015403345 ], [ - 3.8313074122273476, + 3.831307412227348, -12.590220914717419 ], [ @@ -33159,36 +33684,36 @@ -12.227961807120273 ], [ - 4.854437589582384, - -12.232212181663046 + 4.854437589582377, + -12.232212181663023 ], [ - 4.874184578571504, - -12.27626394371936 + 4.8741845785715014, + -12.276263943719357 ], [ - 4.952618379107194, - -12.421014507870485 + 4.952618379107193, + -12.421014507870462 ], [ - 5.060444454310449, - -12.576066479896493 + 5.060444454310443, + -12.576066479896488 ], [ - 5.168234317616386, - -12.714564121111916 + 5.168234317616383, + -12.71456412111191 ], [ - 5.431211368188382, - -13.034330412629176 + 5.431211368188375, + -13.03433041262918 ], [ - 5.7715326517090055, - -13.354205509106762 + 5.771532651708999, + -13.354205509106757 ], [ - 6.113237981112, - -13.621248443705841 + 6.113237981111997, + -13.621248443705833 ], [ 6.177041431686202, @@ -33239,36 +33764,36 @@ -13.351946816480957 ], [ - 6.8379793262490685, - -13.272231406687405 + 6.837979326249067, + -13.2722314066874 ], [ - 6.842246540932402, + 6.842246540932416, -12.838576876052068 ], [ - 6.804344969679319, - -12.37306412191938 + 6.80434496967931, + -12.373064121919384 ], [ - 6.718305125093599, - -11.968089362876375 + 6.718305125093605, + -11.96808936287638 ], [ - 6.677229189458821, - -11.797463987373588 + 6.677229189458813, + -11.797463987373593 ], [ - 6.6232331345738125, - -11.616488843832418 + 6.623233134573815, + -11.616488843832416 ], [ - 6.558965261170474, - -11.464916328722465 + 6.558965261170482, + -11.464916328722461 ], [ 6.536836252988797, - -11.42201168665081 + -11.422011686650809 ], [ 6.53455747562545, @@ -33392,35 +33917,35 @@ ], [ 7.454649983043977, - -10.84531109736729 + -10.845311097367293 ], [ - 7.48370431302621, - -10.88386427134411 + 7.483704313026217, + -10.883864271344116 ], [ - 7.59238164515257, - -11.00753247409015 + 7.592381645152575, + -11.00753247409017 ], [ - 7.732006605156243, - -11.134703410498087 + 7.732006605156245, + -11.134703410498089 ], [ - 7.867912576017452, - -11.245743125636464 + 7.8679125760174555, + -11.24574312563649 ], [ 8.19545093671953, - -11.498974309709187 + -11.498974309709189 ], [ - 8.598418560350883, - -11.73510085982281 + 8.598418560350884, + -11.735100859822818 ], [ - 8.990979266940563, - -11.919411881477792 + 8.990979266940561, + -11.919411881477794 ], [ 9.063829900593754, @@ -33471,36 +33996,36 @@ -11.496120091027912 ], [ - 9.619886236382888, - -11.417875309264856 + 9.61988623638289, + -11.41787530926486 ], [ - 9.527549251913571, - -10.994143858507647 + 9.527549251913593, + -10.994143858507659 ], [ - 9.387011619365223, - -10.548736374060693 + 9.387011619365214, + -10.54873637406069 ], [ - 9.213013611707849, - -10.173060844315273 + 9.213013611707844, + -10.173060844315264 ], [ - 9.13499981762498, - -10.01585365877165 + 9.134999817624987, + -10.015853658771645 ], [ - 9.04208679860622, - -9.85143119248522 + 9.042086798606222, + -9.851431192485215 ], [ 8.94570219734436, - -9.717959863998004 + -9.717959863998006 ], [ 8.914580828574298, - -9.6810550984483 + -9.681055098448299 ], [ 8.91147809658064, @@ -33623,36 +34148,36 @@ -8.911478096580643 ], [ - 9.681055098448285, - -8.914580828574296 + 9.681055098448303, + -8.914580828574309 ], [ - 9.71795986399801, - -8.94570219734438 + 9.717959863998, + -8.94570219734437 ], [ - 9.851431192485206, - -9.042086798606237 + 9.85143119248521, + -9.04208679860623 ], [ - 10.015853658771634, - -9.134999817624955 + 10.015853658771626, + -9.134999817624967 ], [ - 10.173060844315252, - -9.21301361170784 + 10.173060844315247, + -9.213013611707831 ], [ - 10.54873637406069, + 10.548736374060695, -9.387011619365218 ], [ - 10.99414385850763, + 10.994143858507638, -9.527549251913586 ], [ - 11.417875309264852, - -9.619886236382884 + 11.417875309264858, + -9.619886236382888 ], [ 11.496120091027908, @@ -33703,36 +34228,36 @@ -9.06382990059376 ], [ - 11.919411881477792, - -8.990979266940569 + 11.919411881477794, + -8.990979266940572 ], [ - 11.73510085982278, - -8.59841856035087 + 11.735100859822788, + -8.598418560350881 ], [ - 11.498974309709173, - -8.195450936719523 + 11.498974309709183, + -8.19545093671953 ], [ - 11.24574312563647, - -7.8679125760174555 + 11.24574312563649, + -7.867912576017476 ], [ - 11.134703410498101, - -7.7320066051562515 + 11.134703410498087, + -7.732006605156242 ], [ - 11.00753247409017, - -7.592381645152576 + 11.007532474090159, + -7.592381645152572 ], [ - 10.883864271344107, - -7.483704313026215 + 10.8838642713441, + -7.483704313026213 ], [ - 10.845311097367297, - -7.454649983043984 + 10.845311097367299, + -7.4546499830439865 ], [ 10.841539994681378, @@ -33855,35 +34380,35 @@ -6.534557475625455 ], [ - 11.42201168665079, - -6.536836252988788 + 11.422011686650787, + -6.536836252988786 ], [ - 11.464916328722467, - -6.558965261170502 + 11.464916328722476, + -6.5589652611705 ], [ - 11.6164888438324, - -6.623233134573805 + 11.616488843832416, + -6.623233134573811 ], [ - 11.797463987373572, - -6.67722918945882 + 11.797463987373577, + -6.677229189458823 ], [ - 11.968089362876396, - -6.718305125093603 + 11.968089362876386, + -6.718305125093593 ], [ - 12.373064121919375, - -6.804344969679326 + 12.373064121919386, + -6.804344969679327 ], [ - 12.838576876052066, - -6.84224654093241 + 12.838576876052059, + -6.842246540932408 ], [ - 13.27223140668739, + 13.272231406687387, -6.837979326249071 ], [ @@ -33935,36 +34460,36 @@ -6.177041431686208 ], [ - 13.62124844370587, - -6.1132379811120146 + 13.621248443705861, + -6.113237981112012 ], [ - 13.354205509106718, - -5.7715326517090055 + 13.354205509106707, + -5.771532651709007 ], [ - 13.034330412629213, - -5.431211368188398 + 13.034330412629188, + -5.431211368188393 ], [ - 12.714564121111932, - -5.168234317616402 + 12.714564121111904, + -5.16823431761639 ], [ - 12.576066479896514, - -5.060444454310462 + 12.576066479896497, + -5.0604444543104545 ], [ - 12.421014507870469, - -4.952618379107204 + 12.421014507870481, + -4.952618379107207 ], [ - 12.276263943719353, - -4.874184578571505 + 12.276263943719357, + -4.874184578571503 ], [ - 12.23221218166304, - -4.854437589582391 + 12.232212181663044, + -4.854437589582389 ], [ 12.22796180712027, @@ -34167,36 +34692,36 @@ -2.9805103123151553 ], [ - 14.640058731586304, - -2.928953416251739 + 14.640058731586295, + -2.9289534162517388 ], [ - 14.303674531858121, - -2.65523799608889 + 14.303674531858125, + -2.6552379960888923 ], [ - 13.91609076203602, - -2.394628182892655 + 13.91609076203604, + -2.3946281828926566 ], [ - 13.545823780158639, - -2.2093992098629265 + 13.545823780158658, + -2.20939920986293 ], [ - 13.386813062912536, - -2.1351304879497146 + 13.386813062912521, + -2.135130487949714 ], [ - 13.211655008586442, + 13.211655008586439, -2.06451014720004 ], [ - 13.053080480742503, + 13.053080480742484, -2.0202528765249017 ], [ - 13.005739069900336, - -2.010803425013057 + 13.005739069900333, + -2.0108034250130578 ], [ 13.001222555028312, @@ -34270,7 +34795,7 @@ "kind": "fix", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "center", "kind": "point", "subentity": "geometry" @@ -34283,7 +34808,7 @@ "kind": "radius", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "root_circle", "kind": "circle", "subentity": "geometry" @@ -34297,7 +34822,7 @@ "kind": "radius", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "pitch_circle", "kind": "circle", "subentity": "geometry" @@ -34311,7 +34836,7 @@ "kind": "radius", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "tip_circle", "kind": "circle", "subentity": "geometry" @@ -34325,13 +34850,13 @@ "kind": "concentric", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "root_circle", "kind": "circle", "subentity": "geometry" }, { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "pitch_circle", "kind": "circle", "subentity": "geometry" @@ -34344,13 +34869,13 @@ "kind": "concentric", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "tip_circle", "kind": "circle", "subentity": "geometry" }, { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "pitch_circle", "kind": "circle", "subentity": "geometry" @@ -34365,7 +34890,7 @@ "tolerance": 1e-07, "max_iterations": 80.0, "solve_snapshot": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "status": "underconstrained", "dof": 336.0, "residual_norm": 0.0, @@ -35089,7 +35614,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_0", "kind": "arc", @@ -35108,7 +35633,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_0", "kind": "bspline", @@ -35127,7 +35652,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_0", "kind": "bspline", @@ -35146,7 +35671,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_0", "kind": "arc", @@ -35165,7 +35690,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_0", "kind": "bspline", @@ -35184,7 +35709,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_0", "kind": "bspline", @@ -35203,7 +35728,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_1", "kind": "arc", @@ -35222,7 +35747,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_1", "kind": "bspline", @@ -35241,7 +35766,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_1", "kind": "bspline", @@ -35260,7 +35785,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_1", "kind": "arc", @@ -35279,7 +35804,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_1", "kind": "bspline", @@ -35298,7 +35823,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_1", "kind": "bspline", @@ -35317,7 +35842,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_2", "kind": "arc", @@ -35336,7 +35861,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_2", "kind": "bspline", @@ -35355,7 +35880,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_2", "kind": "bspline", @@ -35374,7 +35899,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_2", "kind": "arc", @@ -35393,7 +35918,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_2", "kind": "bspline", @@ -35412,7 +35937,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_2", "kind": "bspline", @@ -35431,7 +35956,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_3", "kind": "arc", @@ -35450,7 +35975,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_3", "kind": "bspline", @@ -35469,7 +35994,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_3", "kind": "bspline", @@ -35488,7 +36013,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_3", "kind": "arc", @@ -35507,7 +36032,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_3", "kind": "bspline", @@ -35526,7 +36051,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_3", "kind": "bspline", @@ -35545,7 +36070,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_4", "kind": "arc", @@ -35564,7 +36089,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_4", "kind": "bspline", @@ -35583,7 +36108,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_4", "kind": "bspline", @@ -35602,7 +36127,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_4", "kind": "arc", @@ -35621,7 +36146,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_4", "kind": "bspline", @@ -35640,7 +36165,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_4", "kind": "bspline", @@ -35659,7 +36184,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_5", "kind": "arc", @@ -35678,7 +36203,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_5", "kind": "bspline", @@ -35697,7 +36222,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_5", "kind": "bspline", @@ -35716,7 +36241,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_5", "kind": "arc", @@ -35735,7 +36260,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_5", "kind": "bspline", @@ -35754,7 +36279,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_5", "kind": "bspline", @@ -35773,7 +36298,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_6", "kind": "arc", @@ -35792,7 +36317,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_6", "kind": "bspline", @@ -35811,7 +36336,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_6", "kind": "bspline", @@ -35830,7 +36355,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_6", "kind": "arc", @@ -35849,7 +36374,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_6", "kind": "bspline", @@ -35868,7 +36393,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_6", "kind": "bspline", @@ -35887,7 +36412,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_7", "kind": "arc", @@ -35906,7 +36431,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_7", "kind": "bspline", @@ -35925,7 +36450,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_7", "kind": "bspline", @@ -35944,7 +36469,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_7", "kind": "arc", @@ -35963,7 +36488,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_7", "kind": "bspline", @@ -35982,7 +36507,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_7", "kind": "bspline", @@ -36001,7 +36526,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_8", "kind": "arc", @@ -36020,7 +36545,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_8", "kind": "bspline", @@ -36039,7 +36564,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_8", "kind": "bspline", @@ -36058,7 +36583,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_8", "kind": "arc", @@ -36077,7 +36602,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_8", "kind": "bspline", @@ -36096,7 +36621,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_8", "kind": "bspline", @@ -36115,7 +36640,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_9", "kind": "arc", @@ -36134,7 +36659,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_9", "kind": "bspline", @@ -36153,7 +36678,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_9", "kind": "bspline", @@ -36172,7 +36697,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_9", "kind": "arc", @@ -36191,7 +36716,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_9", "kind": "bspline", @@ -36210,7 +36735,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_9", "kind": "bspline", @@ -36229,7 +36754,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_10", "kind": "arc", @@ -36248,7 +36773,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_10", "kind": "bspline", @@ -36267,7 +36792,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_10", "kind": "bspline", @@ -36286,7 +36811,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_10", "kind": "arc", @@ -36305,7 +36830,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_10", "kind": "bspline", @@ -36324,7 +36849,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_10", "kind": "bspline", @@ -36343,7 +36868,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_11", "kind": "arc", @@ -36362,7 +36887,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_11", "kind": "bspline", @@ -36381,7 +36906,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_11", "kind": "bspline", @@ -36400,7 +36925,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_11", "kind": "arc", @@ -36419,7 +36944,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_11", "kind": "bspline", @@ -36438,7 +36963,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_11", "kind": "bspline", @@ -36457,7 +36982,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_12", "kind": "arc", @@ -36476,7 +37001,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_12", "kind": "bspline", @@ -36495,7 +37020,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_12", "kind": "bspline", @@ -36514,7 +37039,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_12", "kind": "arc", @@ -36533,7 +37058,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_12", "kind": "bspline", @@ -36552,7 +37077,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_12", "kind": "bspline", @@ -36571,7 +37096,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_13", "kind": "arc", @@ -36590,7 +37115,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_13", "kind": "bspline", @@ -36609,7 +37134,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_13", "kind": "bspline", @@ -36628,7 +37153,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_13", "kind": "arc", @@ -36647,7 +37172,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_13", "kind": "bspline", @@ -36666,7 +37191,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_13", "kind": "bspline", @@ -36685,7 +37210,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_14", "kind": "arc", @@ -36704,7 +37229,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_14", "kind": "bspline", @@ -36723,7 +37248,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_14", "kind": "bspline", @@ -36742,7 +37267,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_14", "kind": "arc", @@ -36761,7 +37286,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_14", "kind": "bspline", @@ -36780,7 +37305,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_14", "kind": "bspline", @@ -36799,7 +37324,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_15", "kind": "arc", @@ -36818,7 +37343,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_15", "kind": "bspline", @@ -36837,7 +37362,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_15", "kind": "bspline", @@ -36856,7 +37381,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_15", "kind": "arc", @@ -36875,7 +37400,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_15", "kind": "bspline", @@ -36894,7 +37419,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_15", "kind": "bspline", @@ -36913,7 +37438,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_16", "kind": "arc", @@ -36932,7 +37457,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_16", "kind": "bspline", @@ -36951,7 +37476,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_16", "kind": "bspline", @@ -36970,7 +37495,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_16", "kind": "arc", @@ -36989,7 +37514,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_16", "kind": "bspline", @@ -37008,7 +37533,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_16", "kind": "bspline", @@ -37027,7 +37552,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_17", "kind": "arc", @@ -37046,7 +37571,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_17", "kind": "bspline", @@ -37065,7 +37590,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_17", "kind": "bspline", @@ -37084,7 +37609,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_17", "kind": "arc", @@ -37103,7 +37628,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_17", "kind": "bspline", @@ -37122,7 +37647,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_17", "kind": "bspline", @@ -37141,7 +37666,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_18", "kind": "arc", @@ -37160,7 +37685,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_18", "kind": "bspline", @@ -37179,7 +37704,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_18", "kind": "bspline", @@ -37198,7 +37723,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_18", "kind": "arc", @@ -37217,7 +37742,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_18", "kind": "bspline", @@ -37236,7 +37761,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_18", "kind": "bspline", @@ -37255,7 +37780,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_19", "kind": "arc", @@ -37274,7 +37799,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_19", "kind": "bspline", @@ -37293,7 +37818,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_19", "kind": "bspline", @@ -37312,7 +37837,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_19", "kind": "arc", @@ -37331,7 +37856,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_19", "kind": "bspline", @@ -37350,7 +37875,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_19", "kind": "bspline", @@ -37369,7 +37894,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_20", "kind": "arc", @@ -37388,7 +37913,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_20", "kind": "bspline", @@ -37407,7 +37932,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_20", "kind": "bspline", @@ -37426,7 +37951,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_20", "kind": "arc", @@ -37445,7 +37970,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_20", "kind": "bspline", @@ -37464,7 +37989,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_20", "kind": "bspline", @@ -37483,7 +38008,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_21", "kind": "arc", @@ -37502,7 +38027,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_21", "kind": "bspline", @@ -37521,7 +38046,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_21", "kind": "bspline", @@ -37540,7 +38065,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_21", "kind": "arc", @@ -37559,7 +38084,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_21", "kind": "bspline", @@ -37578,7 +38103,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_21", "kind": "bspline", @@ -37597,7 +38122,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_22", "kind": "arc", @@ -37616,7 +38141,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_22", "kind": "bspline", @@ -37635,7 +38160,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_22", "kind": "bspline", @@ -37654,7 +38179,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_22", "kind": "arc", @@ -37673,7 +38198,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_22", "kind": "bspline", @@ -37692,7 +38217,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_22", "kind": "bspline", @@ -37711,7 +38236,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_23", "kind": "arc", @@ -37730,7 +38255,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_23", "kind": "bspline", @@ -37749,7 +38274,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_23", "kind": "bspline", @@ -37768,7 +38293,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_23", "kind": "arc", @@ -37787,7 +38312,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_23", "kind": "bspline", @@ -37806,7 +38331,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_23", "kind": "bspline", @@ -37825,7 +38350,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_24", "kind": "arc", @@ -37844,7 +38369,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_24", "kind": "bspline", @@ -37863,7 +38388,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_24", "kind": "bspline", @@ -37882,7 +38407,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_24", "kind": "arc", @@ -37901,7 +38426,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_24", "kind": "bspline", @@ -37920,7 +38445,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_24", "kind": "bspline", @@ -37939,7 +38464,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_25", "kind": "arc", @@ -37958,7 +38483,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_25", "kind": "bspline", @@ -37977,7 +38502,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_25", "kind": "bspline", @@ -37996,7 +38521,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_25", "kind": "arc", @@ -38015,7 +38540,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_25", "kind": "bspline", @@ -38034,7 +38559,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_25", "kind": "bspline", @@ -38053,7 +38578,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_26", "kind": "arc", @@ -38072,7 +38597,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_26", "kind": "bspline", @@ -38091,7 +38616,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_26", "kind": "bspline", @@ -38110,7 +38635,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_26", "kind": "arc", @@ -38129,7 +38654,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_26", "kind": "bspline", @@ -38148,7 +38673,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_26", "kind": "bspline", @@ -38167,7 +38692,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_27", "kind": "arc", @@ -38186,7 +38711,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_27", "kind": "bspline", @@ -38205,7 +38730,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_27", "kind": "bspline", @@ -38224,7 +38749,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_27", "kind": "arc", @@ -38243,7 +38768,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_27", "kind": "bspline", @@ -38262,7 +38787,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_27", "kind": "bspline", @@ -38275,7 +38800,7 @@ } }, "inputs": [ - "node_7505b3f4" + "node_8a277e02" ], "output_count": 1, "tags": [ @@ -38286,7 +38811,7 @@ "display": { "label": "Face From Sketch Rface", "category": "profile", - "summary": "profile=0, sketch={'sketch_id': 'sketch_65c83b20', 'name': 'gear_28t_m1.0', 'plane': 'XY', 'entities': [{'id': 'center', 'kind': 'point', 'construction': False, 'x': 0.0, 'y': 0.0}, {'id': 'root_circle', 'kind': 'circle', 'construction': True, 'center': 'center', 'radius': 12.75}, {'id': 'pitch_circle', 'kind': 'circle', 'construction': True, 'center': 'center', 'radius': 14.0}, {'id': 'tip_circle', 'kind': 'circle', 'construction': True, 'center': 'center', 'radius': 15.0}, {'id': 't0_rs', 'kind': 'point', 'construction': False, 'x': 12.600289552888473, 'y': -1.9481281229348386}, {'id': 't0_re', 'kind': 'point', 'construction': False, 'x': 12.717873276066024, 'y': -0.9045437158731771}, {'id': 't0_bs', 'kind': 'point', 'construction': False, 'x': 13.1225477156497, 'y': -0.93332570743373}, {'id': 't0_be', 'kind': 'point', 'construction': False, 'x': 13.1225477156497, 'y': 0.93332570743373}, {'id': 't0_ts', 'kind': 'point', 'construction': False, 'x': 14.995546914482551, 'y': -0.3654760396425971}, {'id': 't0_te', 'kind': 'point', 'construction': False, 'x': 14.995546914482551, 'y': 0.3654760396425971}, {'id': 't1_rs', 'kind': 'point', 'construction': False, 'x': 12.717873276066024, 'y': 0.9045437158731771}, {'id': 't1_re', 'kind': 'point', 'construction': False, 'x': 12.600289552888473, 'y': 1.9481281229348386}, {'id': 't1_bs', 'kind': 'point', 'construction': False, 'x': 13.001222555028312, 'y': 2.0101162902386815}, {'id': 't1_be', 'kind': 'point', 'construction': False, 'x': 12.585853538821128, 'y': 3.8299668569066614}, {'id': 't1_ts', 'kind': 'point', 'construction': False, 'x': 14.700903315040986, 'y': 2.9805103123151473}, {'id': 't1_te', 'kind': 'point', 'construction': False, 'x': 14.538251175681134, 'y': 3.6931358968776244}, {'id': 't2_rs', 'kind': 'point', 'construction': False, 'x': 12.197729727967642, 'y': 3.7118579557216886}, {'id': 't2_re', 'kind': 'point', 'construction': False, 'x': 11.85087469730198, 'y': 4.70311268298429}, {'id': 't2_bs', 'kind': 'point', 'construction': False, 'x': 12.227961807120273, 'y': 4.85276266360387}, {'id': 't2_be', 'kind': 'point', 'construction': False, 'x': 11.4180521116085, 'y': 6.534557475625454}, {'id': 't2_ts', 'kind': 'point', 'construction': False, 'x': 13.669095037756966, 'y': 6.177041431686201}, {'id': 't2_te', 'kind': 'point', 'construction': False, 'x': 13.351946816480952, 'y': 6.8356064990507015}, {'id': 't3_rs', 'kind': 'point', 'construction': False, 'x': 11.065941078025292, 'y': 6.333044138301298}, {'id': 't3_re', 'kind': 'point', 'construction': False, 'x': 10.507207499449569, 'y': 7.222263534620621}, {'id': 't3_bs', 'kind': 'point', 'construction': False, 'x': 10.841539994681382, 'y': 7.452071253643773}, {'id': 't3_be', 'kind': 'point', 'construction': False, 'x': 9.677701873886345, 'y': 8.911478096580643}, {'id': 't3_ts', 'kind': 'point', 'construction': False, 'x': 11.95186125810966, 'y': 9.063829900593753}, {'id': 't3_te', 'kind': 'point', 'construction': False, 'x': 11.496120091027906, 'y': 9.635311248354384}, {'id': 't4_rs', 'kind': 'point', 'construction': False, 'x': 9.37925993508491, 'y': 8.636665043297153}, {'id': 't4_re', 'kind': 'point', 'construction': False, 'x': 8.636665043297155, 'y': 9.379259935084908}, {'id': 't4_bs', 'kind': 'point', 'construction': False, 'x': 8.911478096580645, 'y': 9.677701873886344}, {'id': 't4_be', 'kind': 'point', 'construction': False, 'x': 7.452071253643773, 'y': 10.841539994681382}, {'id': 't4_ts', 'kind': 'point', 'construction': False, 'x': 9.635311248354384, 'y': 11.496120091027905}, {'id': 't4_te', 'kind': 'point', 'construction': False, 'x': 9.063829900593754, 'y': 11.951861258109659}, {'id': 't5_rs', 'kind': 'point', 'construction': False, 'x': 7.222263534620621, 'y': 10.507207499449567}, {'id': 't5_re', 'kind': 'point', 'construction': False, 'x': 6.3330441383012985, 'y': 11.065941078025292}, {'id': 't5_bs', 'kind': 'point', 'construction': False, 'x': 6.534557475625455, 'y': 11.4180521116085}, {'id': 't5_be', 'kind': 'point', 'construction': False, 'x': 4.852762663603872, 'y': 12.227961807120273}, {'id': 't5_ts', 'kind': 'point', 'construction': False, 'x': 6.8356064990507015, 'y': 13.351946816480952}, {'id': 't5_te', 'kind': 'point', 'construction': False, 'x': 6.1770414316862015, 'y': 13.669095037756964}, {'id': 't6_rs', 'kind': 'point', 'construction': False, 'x': 4.703112682984292, 'y': 11.85087469730198}, {'id': 't6_re', 'kind': 'point', 'construction': False, 'x': 3.7118579557216886, 'y': 12.197729727967642}, {'id': 't6_bs', 'kind': 'point', 'construction': False, 'x': 3.8299668569066614, 'y': 12.585853538821128}, {'id': 't6_be', 'kind': 'point', 'construction': False, 'x': 2.010116290238683, 'y': 13.001222555028312}, {'id': 't6_ts', 'kind': 'point', 'construction': False, 'x': 3.6931358968776244, 'y': 14.538251175681134}, {'id': 't6_te', 'kind': 'point', 'construction': False, 'x': 2.980510312315149, 'y': 14.700903315040986}, {'id': 't7_rs', 'kind': 'point', 'construction': False, 'x': 1.94812812293484, 'y': 12.600289552888473}, {'id': 't7_re', 'kind': 'point', 'construction': False, 'x': 0.9045437158731771, 'y': 12.717873276066024}, {'id': 't7_bs', 'kind': 'point', 'construction': False, 'x': 0.93332570743373, 'y': 13.1225477156497}, {'id': 't7_be', 'kind': 'point', 'construction': False, 'x': -0.9333257074337283, 'y': 13.1225477156497}, {'id': 't7_ts', 'kind': 'point', 'construction': False, 'x': 0.3654760396425972, 'y': 14.995546914482551}, {'id': 't7_te', 'kind': 'point', 'construction': False, 'x': -0.36547603964259534, 'y': 14.995546914482551}, {'id': 't8_rs', 'kind': 'point', 'construction': False, 'x': -0.9045437158731755, 'y': 12.717873276066024}, {'id': 't8_re', 'kind': 'point', 'construction': False, 'x': -1.9481281229348382, 'y': 12.600289552888473}, {'id': 't8_bs', 'kind': 'point', 'construction': False, 'x': -2.010116290238681, 'y': 13.001222555028312}, {'id': 't8_be', 'kind': 'point', 'construction': False, 'x': -3.82996685690666, 'y': 12.58585353882113}, {'id': 't8_ts', 'kind': 'point', 'construction': False, 'x': -2.980510312315147, 'y': 14.700903315040986}, {'id': 't8_te', 'kind': 'point', 'construction': False, 'x': -3.6931358968776227, 'y': 14.538251175681134}, {'id': 't9_rs', 'kind': 'point', 'construction': False, 'x': -3.7118579557216873, 'y': 12.197729727967644}, {'id': 't9_re', 'kind': 'point', 'construction': False, 'x': -4.70311268298429, 'y': 11.85087469730198}, {'id': 't9_bs', 'kind': 'point', 'construction': False, 'x': -4.85276266360387, 'y': 12.227961807120273}, {'id': 't9_be', 'kind': 'point', 'construction': False, 'x': -6.534557475625456, 'y': 11.4180521116085}, {'id': 't9_ts', 'kind': 'point', 'construction': False, 'x': -6.177041431686201, 'y': 13.669095037756966}, {'id': 't9_te', 'kind': 'point', 'construction': False, 'x': -6.835606499050702, 'y': 13.351946816480952}, {'id': 't10_rs', 'kind': 'point', 'construction': False, 'x': -6.3330441383013, 'y': 11.065941078025292}, {'id': 't10_re', 'kind': 'point', 'construction': False, 'x': -7.222263534620619, 'y': 10.50720749944957}, {'id': 't10_bs', 'kind': 'point', 'construction': False, 'x': -7.45207125364377, 'y': 10.841539994681384}, {'id': 't10_be', 'kind': 'point', 'construction': False, 'x': -8.911478096580645, 'y': 9.677701873886344}, {'id': 't10_ts', 'kind': 'point', 'construction': False, 'x': -9.06382990059375, 'y': 11.951861258109663}, {'id': 't10_te', 'kind': 'point', 'construction': False, 'x': -9.635311248354386, 'y': 11.496120091027905}, {'id': 't11_rs', 'kind': 'point', 'construction': False, 'x': -8.636665043297155, 'y': 9.379259935084908}, {'id': 't11_re', 'kind': 'point', 'construction': False, 'x': -9.379259935084907, 'y': 8.636665043297157}, {'id': 't11_bs', 'kind': 'point', 'construction': False, 'x': -9.677701873886344, 'y': 8.911478096580646}, {'id': 't11_be', 'kind': 'point', 'construction': False, 'x': -10.841539994681382, 'y': 7.452071253643771}, {'id': 't11_ts', 'kind': 'point', 'construction': False, 'x': -11.496120091027903, 'y': 9.635311248354387}, {'id': 't11_te', 'kind': 'point', 'construction': False, 'x': -11.95186125810966, 'y': 9.063829900593753}, {'id': 't12_rs', 'kind': 'point', 'construction': False, 'x': -10.507207499449569, 'y': 7.2222635346206205}, {'id': 't12_re', 'kind': 'point', 'construction': False, 'x': -11.06594107802529, 'y': 6.333044138301302}, {'id': 't12_bs', 'kind': 'point', 'construction': False, 'x': -11.418052111608498, 'y': 6.5345574756254585}, {'id': 't12_be', 'kind': 'point', 'construction': False, 'x': -12.227961807120273, 'y': 4.85276266360387}, {'id': 't12_ts', 'kind': 'point', 'construction': False, 'x': -13.35194681648095, 'y': 6.835606499050705}, {'id': 't12_te', 'kind': 'point', 'construction': False, 'x': -13.669095037756966, 'y': 6.1770414316862}, {'id': 't13_rs', 'kind': 'point', 'construction': False, 'x': -11.85087469730198, 'y': 4.70311268298429}, {'id': 't13_re', 'kind': 'point', 'construction': False, 'x': -12.197729727967642, 'y': 3.711857955721692}, {'id': 't13_bs', 'kind': 'point', 'construction': False, 'x': -12.585853538821128, 'y': 3.829966856906665}, {'id': 't13_be', 'kind': 'point', 'construction': False, 'x': -13.001222555028312, 'y': 2.0101162902386807}, {'id': 't13_ts', 'kind': 'point', 'construction': False, 'x': -14.538251175681133, 'y': 3.6931358968776284}, {'id': 't13_te', 'kind': 'point', 'construction': False, 'x': -14.700903315040986, 'y': 2.980510312315147}, {'id': 't14_rs', 'kind': 'point', 'construction': False, 'x': -12.600289552888473, 'y': 1.948128122934838}, {'id': 't14_re', 'kind': 'point', 'construction': False, 'x': -12.717873276066024, 'y': 0.9045437158731808}, {'id': 't14_bs', 'kind': 'point', 'construction': False, 'x': -13.1225477156497, 'y': 0.9333257074337338}, {'id': 't14_be', 'kind': 'point', 'construction': False, 'x': -13.1225477156497, 'y': -0.9333257074337306}, {'id': 't14_ts', 'kind': 'point', 'construction': False, 'x': -14.995546914482551, 'y': 0.36547603964260145}, {'id': 't14_te', 'kind': 'point', 'construction': False, 'x': -14.995546914482551, 'y': -0.3654760396425978}, {'id': 't15_rs', 'kind': 'point', 'construction': False, 'x': -12.717873276066024, 'y': -0.9045437158731776}, {'id': 't15_re', 'kind': 'point', 'construction': False, 'x': -12.600289552888473, 'y': -1.9481281229348346}, {'id': 't15_bs', 'kind': 'point', 'construction': False, 'x': -13.001222555028312, 'y': -2.0101162902386775}, {'id': 't15_be', 'kind': 'point', 'construction': False, 'x': -12.585853538821128, 'y': -3.8299668569066623}, {'id': 't15_ts', 'kind': 'point', 'construction': False, 'x': -14.700903315040987, 'y': -2.980510312315143}, {'id': 't15_te', 'kind': 'point', 'construction': False, 'x': -14.538251175681134, 'y': -3.6931358968776253}, {'id': 't16_rs', 'kind': 'point', 'construction': False, 'x': -12.197729727967642, 'y': -3.7118579557216895}, {'id': 't16_re', 'kind': 'point', 'construction': False, 'x': -11.850874697301983, 'y': -4.703112682984288}, {'id': 't16_bs', 'kind': 'point', 'construction': False, 'x': -12.227961807120275, 'y': -4.852762663603867}, {'id': 't16_be', 'kind': 'point', 'construction': False, 'x': -11.4180521116085, 'y': -6.534557475625456}, {'id': 't16_ts', 'kind': 'point', 'construction': False, 'x': -13.669095037756968, 'y': -6.177041431686196}, {'id': 't16_te', 'kind': 'point', 'construction': False, 'x': -13.351946816480952, 'y': -6.8356064990507015}, {'id': 't17_rs', 'kind': 'point', 'construction': False, 'x': -11.065941078025292, 'y': -6.333044138301299}, {'id': 't17_re', 'kind': 'point', 'construction': False, 'x': -10.50720749944957, 'y': -7.222263534620618}, {'id': 't17_bs', 'kind': 'point', 'construction': False, 'x': -10.841539994681384, 'y': -7.452071253643768}, {'id': 't17_be', 'kind': 'point', 'construction': False, 'x': -9.677701873886344, 'y': -8.911478096580645}, {'id': 't17_ts', 'kind': 'point', 'construction': False, 'x': -11.951861258109664, 'y': -9.063829900593749}, {'id': 't17_te', 'kind': 'point', 'construction': False, 'x': -11.496120091027905, 'y': -9.635311248354384}, {'id': 't18_rs', 'kind': 'point', 'construction': False, 'x': -9.379259935084908, 'y': -8.636665043297155}, {'id': 't18_re', 'kind': 'point', 'construction': False, 'x': -8.636665043297157, 'y': -9.379259935084907}, {'id': 't18_bs', 'kind': 'point', 'construction': False, 'x': -8.911478096580646, 'y': -9.677701873886342}, {'id': 't18_be', 'kind': 'point', 'construction': False, 'x': -7.452071253643777, 'y': -10.841539994681378}, {'id': 't18_ts', 'kind': 'point', 'construction': False, 'x': -9.635311248354387, 'y': -11.496120091027903}, {'id': 't18_te', 'kind': 'point', 'construction': False, 'x': -9.063829900593753, 'y': -11.95186125810966}, {'id': 't19_rs', 'kind': 'point', 'construction': False, 'x': -7.222263534620626, 'y': -10.507207499449565}, {'id': 't19_re', 'kind': 'point', 'construction': False, 'x': -6.333044138301298, 'y': -11.065941078025292}, {'id': 't19_bs', 'kind': 'point', 'construction': False, 'x': -6.534557475625454, 'y': -11.4180521116085}, {'id': 't19_be', 'kind': 'point', 'construction': False, 'x': -4.852762663603876, 'y': -12.227961807120272}, {'id': 't19_ts', 'kind': 'point', 'construction': False, 'x': -6.835606499050706, 'y': -13.35194681648095}, {'id': 't19_te', 'kind': 'point', 'construction': False, 'x': -6.177041431686201, 'y': -13.669095037756966}, {'id': 't20_rs', 'kind': 'point', 'construction': False, 'x': -4.703112682984297, 'y': -11.850874697301979}, {'id': 't20_re', 'kind': 'point', 'construction': False, 'x': -3.7118579557216873, 'y': -12.197729727967644}, {'id': 't20_bs', 'kind': 'point', 'construction': False, 'x': -3.82996685690666, 'y': -12.58585353882113}, {'id': 't20_be', 'kind': 'point', 'construction': False, 'x': -2.0101162902386873, 'y': -13.001222555028312}, {'id': 't20_ts', 'kind': 'point', 'construction': False, 'x': -3.6931358968776293, 'y': -14.538251175681133}, {'id': 't20_te', 'kind': 'point', 'construction': False, 'x': -2.9805103123151473, 'y': -14.700903315040986}, {'id': 't21_rs', 'kind': 'point', 'construction': False, 'x': -1.9481281229348442, 'y': -12.600289552888471}, {'id': 't21_re', 'kind': 'point', 'construction': False, 'x': -0.9045437158731758, 'y': -12.717873276066024}, {'id': 't21_bs', 'kind': 'point', 'construction': False, 'x': -0.9333257074337287, 'y': -13.1225477156497}, {'id': 't21_be', 'kind': 'point', 'construction': False, 'x': 0.933325707433724, 'y': -13.1225477156497}, {'id': 't21_ts', 'kind': 'point', 'construction': False, 'x': -0.3654760396426024, 'y': -14.995546914482551}, {'id': 't21_te', 'kind': 'point', 'construction': False, 'x': 0.3654760396425969, 'y': -14.995546914482551}, {'id': 't22_rs', 'kind': 'point', 'construction': False, 'x': 0.9045437158731713, 'y': -12.717873276066024}, {'id': 't22_re', 'kind': 'point', 'construction': False, 'x': 1.9481281229348397, 'y': -12.600289552888473}, {'id': 't22_bs', 'kind': 'point', 'construction': False, 'x': 2.010116290238683, 'y': -13.001222555028312}, {'id': 't22_be', 'kind': 'point', 'construction': False, 'x': 3.8299668569066556, 'y': -12.585853538821132}, {'id': 't22_ts', 'kind': 'point', 'construction': False, 'x': 2.980510312315142, 'y': -14.700903315040987}, {'id': 't22_te', 'kind': 'point', 'construction': False, 'x': 3.6931358968776244, 'y': -14.538251175681134}, {'id': 't23_rs', 'kind': 'point', 'construction': False, 'x': 3.7118579557216833, 'y': -12.197729727967646}, {'id': 't23_re', 'kind': 'point', 'construction': False, 'x': 4.703112682984292, 'y': -11.85087469730198}, {'id': 't23_bs', 'kind': 'point', 'construction': False, 'x': 4.852762663603872, 'y': -12.227961807120273}, {'id': 't23_be', 'kind': 'point', 'construction': False, 'x': 6.53455747562545, 'y': -11.418052111608503}, {'id': 't23_ts', 'kind': 'point', 'construction': False, 'x': 6.177041431686195, 'y': -13.669095037756968}, {'id': 't23_te', 'kind': 'point', 'construction': False, 'x': 6.835606499050701, 'y': -13.351946816480952}, {'id': 't24_rs', 'kind': 'point', 'construction': False, 'x': 6.333044138301293, 'y': -11.065941078025295}, {'id': 't24_re', 'kind': 'point', 'construction': False, 'x': 7.222263534620621, 'y': -10.507207499449567}, {'id': 't24_bs', 'kind': 'point', 'construction': False, 'x': 7.452071253643773, 'y': -10.841539994681382}, {'id': 't24_be', 'kind': 'point', 'construction': False, 'x': 8.91147809658064, 'y': -9.677701873886349}, {'id': 't24_ts', 'kind': 'point', 'construction': False, 'x': 9.063829900593749, 'y': -11.951861258109664}, {'id': 't24_te', 'kind': 'point', 'construction': False, 'x': 9.635311248354384, 'y': -11.496120091027906}, {'id': 't25_rs', 'kind': 'point', 'construction': False, 'x': 8.63666504329715, 'y': -9.379259935084914}, {'id': 't25_re', 'kind': 'point', 'construction': False, 'x': 9.37925993508491, 'y': -8.636665043297153}, {'id': 't25_bs', 'kind': 'point', 'construction': False, 'x': 9.677701873886345, 'y': -8.911478096580643}, {'id': 't25_be', 'kind': 'point', 'construction': False, 'x': 10.841539994681378, 'y': -7.452071253643777}, {'id': 't25_ts', 'kind': 'point', 'construction': False, 'x': 11.496120091027901, 'y': -9.63531124835439}, {'id': 't25_te', 'kind': 'point', 'construction': False, 'x': 11.95186125810966, 'y': -9.063829900593754}, {'id': 't26_rs', 'kind': 'point', 'construction': False, 'x': 10.507207499449565, 'y': -7.222263534620626}, {'id': 't26_re', 'kind': 'point', 'construction': False, 'x': 11.065941078025292, 'y': -6.3330441383012985}, {'id': 't26_bs', 'kind': 'point', 'construction': False, 'x': 11.4180521116085, 'y': -6.534557475625455}, {'id': 't26_be', 'kind': 'point', 'construction': False, 'x': 12.22796180712027, 'y': -4.852762663603877}, {'id': 't26_ts', 'kind': 'point', 'construction': False, 'x': 13.351946816480948, 'y': -6.835606499050707}, {'id': 't26_te', 'kind': 'point', 'construction': False, 'x': 13.669095037756966, 'y': -6.177041431686201}, {'id': 't27_rs', 'kind': 'point', 'construction': False, 'x': 11.850874697301977, 'y': -4.7031126829842975}, {'id': 't27_re', 'kind': 'point', 'construction': False, 'x': 12.197729727967644, 'y': -3.711857955721688}, {'id': 't27_bs', 'kind': 'point', 'construction': False, 'x': 12.58585353882113, 'y': -3.8299668569066605}, {'id': 't27_be', 'kind': 'point', 'construction': False, 'x': 13.001222555028312, 'y': -2.010116290238688}, {'id': 't27_ts', 'kind': 'point', 'construction': False, 'x': 14.538251175681133, 'y': -3.6931358968776307}, {'id': 't27_te', 'kind': 'point', 'construction': False, 'x': 14.700903315040986, 'y': -2.980510312315148}, {'id': 'arc_root_0', 'kind': 'arc', 'construction': False, 'start': 't0_rs', 'end': 't0_re', 'center': 'center'}, {'id': 'fillet_left_0', 'kind': 'bspline', 'construction': False, 'start': 't0_re', 'end': 't0_bs', 'control_points': [[12.717873276066024, -0.9045437158731771], [12.730825172268274, -0.7224402180605228], [12.940444217837046, -0.9203738112314812], [13.1225477156497, -0.93332570743373]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_0', 'kind': 'bspline', 'construction': False, 'start': 't0_bs', 'end': 't0_ts', 'control_points': [[13.1225477156497, -0.93332570743373], [13.127103893935937, -0.9336608196703147], [13.175361057543865, -0.9349827405920199], [13.339807960104965, -0.9271212441313575], [13.526288940490819, -0.8972478366053176], [13.697839272433992, -0.8602243999207243], [14.100040212099938, -0.7620316585898135], [14.535897586638745, -0.5942013799634308], [14.924755343103591, -0.40220110314375823], [14.995546914482553, -0.3654760396425971]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366282, 0.07335069605399887, 0.25000000144557755, 0.2934027791553689, 0.3402777790771006, 0.8789062502519925, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_0', 'kind': 'arc', 'construction': False, 'start': 't0_ts', 'end': 't0_te', 'center': 'center'}, {'id': 'bspline_right_0', 'kind': 'bspline', 'construction': False, 'start': 't0_te', 'end': 't0_be', 'control_points': [[14.995546914482553, 0.3654760396425971], [14.924755343103614, 0.4022011031437594], [14.535897586638747, 0.5942013799634297], [14.100040212099938, 0.7620316585898108], [13.697839272434011, 0.8602243999207264], [13.526288940490844, 0.8972478366053167], [13.33980796010496, 0.9271212441313584], [13.175361057543856, 0.9349827405920185], [13.127103893935969, 0.9336608196703169], [13.1225477156497, 0.93332570743373]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800732, 0.6597222209228994, 0.7065972208446313, 0.7499999985544226, 0.9266493039460013, 0.9930555542556341, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_0', 'kind': 'bspline', 'construction': False, 'start': 't0_be', 'end': 't1_rs', 'control_points': [[13.1225477156497, 0.93332570743373], [12.940444217837046, 0.9203738112314812], [12.730825172268274, 0.7224402180605228], [12.717873276066024, 0.9045437158731771]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_1', 'kind': 'arc', 'construction': False, 'start': 't1_rs', 'end': 't1_re', 'center': 'center'}, {'id': 'fillet_left_1', 'kind': 'bspline', 'construction': False, 'start': 't1_re', 'end': 't1_bs', 'control_points': [[12.600289552888473, 1.9481281229348386], [12.572394877601743, 2.128547973897766], [12.820802704065384, 1.9822216149519523], [13.001222555028312, 2.0101162902386815]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_1', 'kind': 'bspline', 'construction': False, 'start': 't1_bs', 'end': 't1_ts', 'control_points': [[13.001222555028312, 2.0101162902386815], [13.005739069900331, 2.0108034250130515], [13.053080480742539, 2.0202528765249], [13.211655008586462, 2.0645101472000356], [13.38681306291251, 2.1351304879497057], [13.54582378015865, 2.209399209862921], [13.916090762036054, 2.394628182892654], [14.303674531858118, 2.6552379960888834], [14.640058731586306, 2.928953416251733], [14.700903315040987, 2.9805103123151477]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366613, 0.07335069605399996, 0.25000000144557866, 0.2934027791553695, 0.34027777907710155, 0.8789062502519941, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_1', 'kind': 'arc', 'construction': False, 'start': 't1_ts', 'end': 't1_te', 'center': 'center'}, {'id': 'bspline_right_1', 'kind': 'bspline', 'construction': False, 'start': 't1_te', 'end': 't1_be', 'control_points': [[14.538251175681136, 3.693135896877625], [14.461062401366705, 3.7131875797820766], [14.039230039802895, 3.813845017655484], [13.57695476928869, 3.880480050743494], [13.162987906393901, 3.886712766308068], [12.98750020972913, 3.884634408052272], [12.799047238316763, 3.8722629049608353], [12.636974015403359, 3.843334418947726], [12.59022091471741, 3.8313074122273525], [12.585853538821128, 3.8299668569066614]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800606, 0.6597222209228983, 0.7065972208446305, 0.7499999985544216, 0.9266493039460004, 0.9930555542556332, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_1', 'kind': 'bspline', 'construction': False, 'start': 't1_be', 'end': 't2_rs', 'control_points': [[12.585853538821128, 3.8299668569066614], [12.41119782393706, 3.7768178513734236], [12.25087873350088, 3.53720224083762], [12.197729727967642, 3.7118579557216886]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_2', 'kind': 'arc', 'construction': False, 'start': 't2_rs', 'end': 't2_re', 'center': 'center'}, {'id': 'fillet_left_2', 'kind': 'bspline', 'construction': False, 'start': 't2_re', 'end': 't2_bs', 'control_points': [[11.85087469730198, 4.70311268298429], [11.78353220602317, 4.8728018824025225], [12.058272607702042, 4.785420172325059], [12.227961807120273, 4.85276266360387]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_2', 'kind': 'bspline', 'construction': False, 'start': 't2_bs', 'end': 't2_ts', 'control_points': [[12.227961807120273, 4.85276266360387], [12.232212181663046, 4.8544375895823855], [12.27626394371935, 4.874184578571493], [12.42101450787049, 4.952618379107203], [12.576066479896479, 5.060444454310439], [12.714564121111906, 5.168234317616377], [13.034330412629192, 5.431211368188385], [13.354205509106766, 5.771532651709009], [13.62124844370584, 6.113237981112001], [13.669095037756966, 6.177041431686201]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443660025, 0.0733506960540002, 0.25000000144557794, 0.2934027791553694, 0.3402777790771013, 0.8789062502519938, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_2', 'kind': 'arc', 'construction': False, 'start': 't2_ts', 'end': 't2_te', 'center': 'center'}, {'id': 'bspline_right_2', 'kind': 'bspline', 'construction': False, 'start': 't2_te', 'end': 't2_be', 'control_points': [[13.351946816480954, 6.835606499050701], [13.272231406687414, 6.83797932624908], [12.838576876052075, 6.84224654093241], [12.373064121919379, 6.804344969679324], [11.968089362876391, 6.718305125093609], [11.7974639873736, 6.677229189458832], [11.616488843832425, 6.623233134573826], [11.464916328722461, 6.558965261170486], [11.42201168665081, 6.536836252988804], [11.4180521116085, 6.534557475625454]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800663, 0.6597222209228983, 0.7065972208446306, 0.7499999985544223, 0.9266493039460002, 0.9930555542556331, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_2', 'kind': 'bspline', 'construction': False, 'start': 't2_be', 'end': 't3_rs', 'control_points': [[11.4180521116085, 6.534557475625454], [11.259602146496055, 6.443876473829584], [11.156622079821162, 6.174594173188854], [11.065941078025292, 6.333044138301298]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_3', 'kind': 'arc', 'construction': False, 'start': 't3_rs', 'end': 't3_re', 'center': 'center'}, {'id': 'fillet_left_3', 'kind': 'bspline', 'construction': False, 'start': 't3_re', 'end': 't3_bs', 'control_points': [[10.507207499449569, 7.222263534620621], [10.403794025889152, 7.372713157474937], [10.691090371827066, 7.348657780083355], [10.841539994681382, 7.452071253643773]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_3', 'kind': 'bspline', 'construction': False, 'start': 't3_bs', 'end': 't3_ts', 'control_points': [[10.841539994681382, 7.452071253643773], [10.8453110973673, 7.454649983043984], [10.883864271344118, 7.483704313026215], [11.007532474090166, 7.592381645152578], [11.13470341049807, 7.732006605156235], [11.245743125636485, 7.867912576017452], [11.498974309709178, 8.195450936719523], [11.73510085982281, 8.598418560350872], [11.91941188147779, 8.990979266940569], [11.951861258109663, 9.063829900593754]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366231, 0.07335069605400031, 0.2500000014455782, 0.29340277915536944, 0.34027777907710155, 0.8789062502519929, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_3', 'kind': 'arc', 'construction': False, 'start': 't3_ts', 'end': 't3_te', 'center': 'center'}, {'id': 'bspline_right_3', 'kind': 'bspline', 'construction': False, 'start': 't3_te', 'end': 't3_be', 'control_points': [[11.496120091027908, 9.635311248354384], [11.417875309264865, 9.619886236382891], [10.99414385850762, 9.527549251913564], [10.548736374060699, 9.387011619365223], [10.173060844315257, 9.213013611707842], [10.015853658771636, 9.134999817624989], [9.851431192485197, 9.042086798606212], [9.717959863998, 8.945702197344362], [9.681055098448294, 8.914580828574296], [9.677701873886345, 8.911478096580643]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800685, 0.6597222209228989, 0.7065972208446306, 0.749999998554422, 0.9266493039460005, 0.9930555542556341, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_3', 'kind': 'bspline', 'construction': False, 'start': 't3_be', 'end': 't4_rs', 'control_points': [[9.677701873886345, 8.911478096580643], [9.5434030014257, 8.787812222603073], [9.50292580906248, 8.502366170836508], [9.37925993508491, 8.636665043297153]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_4', 'kind': 'arc', 'construction': False, 'start': 't4_rs', 'end': 't4_re', 'center': 'center'}, {'id': 'fillet_left_4', 'kind': 'bspline', 'construction': False, 'start': 't4_re', 'end': 't4_bs', 'control_points': [[8.636665043297155, 9.379259935084908], [8.50236617083651, 9.502925809062479], [8.787812222603074, 9.543403001425698], [8.911478096580645, 9.677701873886344]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_4', 'kind': 'bspline', 'construction': False, 'start': 't4_bs', 'end': 't4_ts', 'control_points': [[8.911478096580645, 9.677701873886344], [8.914580828574287, 9.681055098448278], [8.945702197344367, 9.71795986399803], [9.04208679860624, 9.85143119248519], [9.13499981762497, 10.01585365877164], [9.213013611707842, 10.173060844315247], [9.387011619365222, 10.548736374060697], [9.527549251913596, 10.994143858507643], [9.61988623638289, 11.417875309264858], [9.635311248354387, 11.496120091027906]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366557, 0.07335069605399937, 0.25000000144557866, 0.2934027791553693, 0.340277779077101, 0.878906250251993, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_4', 'kind': 'arc', 'construction': False, 'start': 't4_ts', 'end': 't4_te', 'center': 'center'}, {'id': 'bspline_right_4', 'kind': 'bspline', 'construction': False, 'start': 't4_te', 'end': 't4_be', 'control_points': [[9.063829900593754, 11.95186125810966], [8.99097926694058, 11.919411881477807], [8.59841856035088, 11.735100859822824], [8.19545093671954, 11.498974309709181], [7.867912576017456, 11.24574312563649], [7.732006605156256, 11.134703410498108], [7.592381645152568, 11.00753247409016], [7.483704313026216, 10.883864271344116], [7.454649983043981, 10.845311097367306], [7.452071253643773, 10.841539994681382]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800703, 0.6597222209228991, 0.7065972208446313, 0.7499999985544225, 0.9266493039460002, 0.9930555542556343, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_4', 'kind': 'bspline', 'construction': False, 'start': 't4_be', 'end': 't5_rs', 'control_points': [[7.452071253643773, 10.841539994681382], [7.348657780083355, 10.691090371827066], [7.372713157474938, 10.403794025889148], [7.222263534620621, 10.507207499449567]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_5', 'kind': 'arc', 'construction': False, 'start': 't5_rs', 'end': 't5_re', 'center': 'center'}, {'id': 'fillet_left_5', 'kind': 'bspline', 'construction': False, 'start': 't5_re', 'end': 't5_bs', 'control_points': [[6.3330441383012985, 11.065941078025292], [6.174594173188855, 11.156622079821162], [6.443876473829585, 11.259602146496055], [6.534557475625455, 11.4180521116085]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_5', 'kind': 'bspline', 'construction': False, 'start': 't5_bs', 'end': 't5_ts', 'control_points': [[6.534557475625455, 11.4180521116085], [6.536836252988788, 11.42201168665079], [6.558965261170502, 11.464916328722467], [6.623233134573805, 11.6164888438324], [6.67722918945882, 11.797463987373572], [6.718305125093603, 11.968089362876396], [6.804344969679326, 12.373064121919375], [6.84224654093241, 12.838576876052066], [6.837979326249071, 13.27223140668739], [6.8356064990507015, 13.351946816480954]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366744, 0.07335069605399977, 0.25000000144557766, 0.29340277915536933, 0.34027777907710166, 0.8789062502519935, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_5', 'kind': 'arc', 'construction': False, 'start': 't5_ts', 'end': 't5_te', 'center': 'center'}, {'id': 'bspline_right_5', 'kind': 'bspline', 'construction': False, 'start': 't5_te', 'end': 't5_be', 'control_points': [[6.177041431686202, 13.669095037756966], [6.113237981112007, 13.621248443705857], [5.771532651709006, 13.354205509106752], [5.431211368188383, 13.034330412629174], [5.168234317616376, 12.714564121111906], [5.060444454310451, 12.576066479896486], [4.95261837910719, 12.421014507870463], [4.8741845785715, 12.27626394371935], [4.854437589582383, 12.232212181663039], [4.852762663603872, 12.227961807120273]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800625, 0.6597222209228985, 0.7065972208446304, 0.7499999985544217, 0.9266493039459995, 0.9930555542556336, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_5', 'kind': 'bspline', 'construction': False, 'start': 't5_be', 'end': 't6_rs', 'control_points': [[4.852762663603872, 12.227961807120273], [4.785420172325061, 12.058272607702042], [4.872801882402523, 11.78353220602317], [4.703112682984292, 11.85087469730198]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_6', 'kind': 'arc', 'construction': False, 'start': 't6_rs', 'end': 't6_re', 'center': 'center'}, {'id': 'fillet_left_6', 'kind': 'bspline', 'construction': False, 'start': 't6_re', 'end': 't6_bs', 'control_points': [[3.7118579557216886, 12.197729727967642], [3.53720224083762, 12.25087873350088], [3.7768178513734236, 12.41119782393706], [3.8299668569066614, 12.585853538821128]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_6', 'kind': 'bspline', 'construction': False, 'start': 't6_bs', 'end': 't6_ts', 'control_points': [[3.8299668569066614, 12.585853538821128], [3.8313074122273445, 12.590220914717385], [3.84333441894773, 12.636974015403368], [3.8722629049608277, 12.799047238316739], [3.8846344080522623, 12.98750020972911], [3.8867127663080723, 13.162987906393903], [3.8804800507434885, 13.576954769288683], [3.8138450176554968, 14.039230039802943], [3.7131875797820726, 14.461062401366691], [3.693135896877625, 14.538251175681136]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366919, 0.07335069605399973, 0.2500000014455784, 0.29340277915536955, 0.34027777907710177, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_6', 'kind': 'arc', 'construction': False, 'start': 't6_ts', 'end': 't6_te', 'center': 'center'}, {'id': 'bspline_right_6', 'kind': 'bspline', 'construction': False, 'start': 't6_te', 'end': 't6_be', 'control_points': [[2.9805103123151495, 14.700903315040987], [2.928953416251735, 14.640058731586304], [2.6552379960888874, 14.303674531858096], [2.394628182892652, 13.916090762036044], [2.2093992098629225, 13.545823780158635], [2.135130487949707, 13.386813062912532], [2.064510147200038, 13.211655008586447], [2.0202528765248973, 13.053080480742496], [2.010803425013053, 13.005739069900335], [2.010116290238683, 13.001222555028312]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800581, 0.6597222209228986, 0.7065972208446305, 0.7499999985544213, 0.9266493039460001, 0.9930555542556335, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_6', 'kind': 'bspline', 'construction': False, 'start': 't6_be', 'end': 't7_rs', 'control_points': [[2.010116290238683, 13.001222555028312], [1.9822216149519536, 12.820802704065384], [2.1285479738977675, 12.572394877601743], [1.94812812293484, 12.600289552888473]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_7', 'kind': 'arc', 'construction': False, 'start': 't7_rs', 'end': 't7_re', 'center': 'center'}, {'id': 'fillet_left_7', 'kind': 'bspline', 'construction': False, 'start': 't7_re', 'end': 't7_bs', 'control_points': [[0.9045437158731771, 12.717873276066024], [0.7224402180605228, 12.730825172268274], [0.9203738112314812, 12.940444217837046], [0.93332570743373, 13.1225477156497]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_7', 'kind': 'bspline', 'construction': False, 'start': 't7_bs', 'end': 't7_ts', 'control_points': [[0.93332570743373, 13.1225477156497], [0.9336608196703147, 13.127103893935937], [0.9349827405920199, 13.175361057543865], [0.9271212441313575, 13.339807960104965], [0.8972478366053176, 13.526288940490819], [0.8602243999207243, 13.697839272433992], [0.7620316585898135, 14.100040212099938], [0.5942013799634308, 14.535897586638745], [0.40220110314375823, 14.924755343103591], [0.3654760396425971, 14.995546914482553]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366282, 0.07335069605399887, 0.25000000144557755, 0.2934027791553689, 0.3402777790771006, 0.8789062502519925, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_7', 'kind': 'arc', 'construction': False, 'start': 't7_ts', 'end': 't7_te', 'center': 'center'}, {'id': 'bspline_right_7', 'kind': 'bspline', 'construction': False, 'start': 't7_te', 'end': 't7_be', 'control_points': [[-0.36547603964259523, 14.995546914482555], [-0.40220110314375696, 14.924755343103573], [-0.5942013799634277, 14.535897586638738], [-0.7620316585898117, 14.100040212099964], [-0.8602243999207227, 13.697839272433987], [-0.8972478366053184, 13.526288940490863], [-0.9271212441313557, 13.33980796010495], [-0.9349827405920164, 13.175361057543839], [-0.9336608196703149, 13.127103893935967], [-0.9333257074337283, 13.1225477156497]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800721, 0.6597222209228988, 0.7065972208446305, 0.7499999985544218, 0.9266493039460003, 0.993055554255634, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_7', 'kind': 'bspline', 'construction': False, 'start': 't7_be', 'end': 't8_rs', 'control_points': [[-0.9333257074337283, 13.1225477156497], [-0.9203738112314797, 12.940444217837046], [-0.7224402180605213, 12.730825172268274], [-0.9045437158731755, 12.717873276066024]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_8', 'kind': 'arc', 'construction': False, 'start': 't8_rs', 'end': 't8_re', 'center': 'center'}, {'id': 'fillet_left_8', 'kind': 'bspline', 'construction': False, 'start': 't8_re', 'end': 't8_bs', 'control_points': [[-1.9481281229348382, 12.600289552888473], [-2.1285479738977657, 12.572394877601743], [-1.9822216149519518, 12.820802704065384], [-2.010116290238681, 13.001222555028312]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_8', 'kind': 'bspline', 'construction': False, 'start': 't8_bs', 'end': 't8_ts', 'control_points': [[-2.010116290238681, 13.001222555028312], [-2.0108034250130533, 13.005739069900331], [-2.020252876524896, 13.053080480742505], [-2.064510147200038, 13.211655008586453], [-2.1351304879497084, 13.386813062912536], [-2.2093992098629194, 13.545823780158617], [-2.3946281828926534, 13.916090762036054], [-2.6552379960888834, 14.303674531858098], [-2.928953416251733, 14.64005873158631], [-2.9805103123151477, 14.700903315040987]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366612, 0.07335069605399995, 0.2500000014455786, 0.2934027791553695, 0.3402777790771015, 0.8789062502519941, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_8', 'kind': 'arc', 'construction': False, 'start': 't8_ts', 'end': 't8_te', 'center': 'center'}, {'id': 'bspline_right_8', 'kind': 'bspline', 'construction': False, 'start': 't8_te', 'end': 't8_be', 'control_points': [[-3.693135896877623, 14.538251175681138], [-3.7131875797820726, 14.461062401366693], [-3.813845017655487, 14.039230039802934], [-3.8804800507434827, 13.576954769288651], [-3.8867127663080647, 13.162987906393893], [-3.8846344080522677, 12.987500209729129], [-3.8722629049608277, 12.799047238316755], [-3.843334418947719, 12.636974015403345], [-3.8313074122273516, 12.590220914717419], [-3.82996685690666, 12.58585353882113]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800606, 0.6597222209228983, 0.7065972208446305, 0.7499999985544216, 0.9266493039460004, 0.9930555542556332, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_8', 'kind': 'bspline', 'construction': False, 'start': 't8_be', 'end': 't9_rs', 'control_points': [[-3.82996685690666, 12.58585353882113], [-3.7768178513734223, 12.411197823937062], [-3.5372022408376185, 12.250878733500882], [-3.7118579557216873, 12.197729727967644]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_9', 'kind': 'arc', 'construction': False, 'start': 't9_rs', 'end': 't9_re', 'center': 'center'}, {'id': 'fillet_left_9', 'kind': 'bspline', 'construction': False, 'start': 't9_re', 'end': 't9_bs', 'control_points': [[-4.70311268298429, 11.85087469730198], [-4.8728018824025225, 11.78353220602317], [-4.785420172325059, 12.058272607702042], [-4.85276266360387, 12.227961807120273]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_9', 'kind': 'bspline', 'construction': False, 'start': 't9_bs', 'end': 't9_ts', 'control_points': [[-4.85276266360387, 12.227961807120273], [-4.8544375895823855, 12.232212181663046], [-4.874184578571493, 12.27626394371935], [-4.952618379107203, 12.42101450787049], [-5.060444454310439, 12.576066479896479], [-5.168234317616377, 12.714564121111906], [-5.431211368188385, 13.034330412629192], [-5.771532651709009, 13.354205509106766], [-6.113237981112001, 13.62124844370584], [-6.177041431686201, 13.669095037756966]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443660025, 0.0733506960540002, 0.25000000144557794, 0.2934027791553694, 0.3402777790771013, 0.8789062502519938, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_9', 'kind': 'arc', 'construction': False, 'start': 't9_ts', 'end': 't9_te', 'center': 'center'}, {'id': 'bspline_right_9', 'kind': 'bspline', 'construction': False, 'start': 't9_te', 'end': 't9_be', 'control_points': [[-6.835606499050703, 13.351946816480952], [-6.837979326249088, 13.272231406687421], [-6.8422465409324085, 12.838576876052079], [-6.80434496967934, 12.373064121919404], [-6.718305125093607, 11.968089362876386], [-6.677229189458832, 11.797463987373595], [-6.623233134573821, 11.616488843832409], [-6.558965261170485, 11.464916328722461], [-6.536836252988807, 11.422011686650812], [-6.534557475625456, 11.4180521116085]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800671, 0.6597222209228988, 0.7065972208446311, 0.749999998554422, 0.926649303946, 0.9930555542556341, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_9', 'kind': 'bspline', 'construction': False, 'start': 't9_be', 'end': 't10_rs', 'control_points': [[-6.534557475625456, 11.4180521116085], [-6.443876473829586, 11.259602146496055], [-6.174594173188857, 11.156622079821162], [-6.3330441383013, 11.065941078025292]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_10', 'kind': 'arc', 'construction': False, 'start': 't10_rs', 'end': 't10_re', 'center': 'center'}, {'id': 'fillet_left_10', 'kind': 'bspline', 'construction': False, 'start': 't10_re', 'end': 't10_bs', 'control_points': [[-7.222263534620619, 10.50720749944957], [-7.3727131574749345, 10.403794025889153], [-7.348657780083352, 10.691090371827068], [-7.45207125364377, 10.841539994681384]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_10', 'kind': 'bspline', 'construction': False, 'start': 't10_bs', 'end': 't10_ts', 'control_points': [[-7.45207125364377, 10.841539994681384], [-7.45464998304398, 10.845311097367297], [-7.483704313026208, 10.883864271344121], [-7.592381645152566, 11.007532474090151], [-7.732006605156226, 11.134703410498089], [-7.867912576017452, 11.245743125636483], [-8.195450936719519, 11.49897430970917], [-8.59841856035088, 11.735100859822822], [-8.990979266940561, 11.919411881477789], [-9.06382990059375, 11.951861258109664]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366237, 0.07335069605400002, 0.25000000144557827, 0.29340277915536944, 0.3402777790771016, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_10', 'kind': 'arc', 'construction': False, 'start': 't10_ts', 'end': 't10_te', 'center': 'center'}, {'id': 'bspline_right_10', 'kind': 'bspline', 'construction': False, 'start': 't10_te', 'end': 't10_be', 'control_points': [[-9.635311248354387, 11.496120091027906], [-9.619886236382895, 11.417875309264872], [-9.527549251913578, 10.994143858507622], [-9.387011619365225, 10.54873637406071], [-9.21301361170784, 10.173060844315241], [-9.134999817624996, 10.01585365877165], [-9.042086798606219, 9.851431192485194], [-8.945702197344367, 9.717959863997995], [-8.914580828574294, 9.681055098448288], [-8.911478096580645, 9.677701873886344]], 'degree': 3.0, 'knots': [0.0, 0.121093749748007, 0.659722220922899, 0.7065972208446306, 0.7499999985544212, 0.9266493039460005, 0.9930555542556333, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_10', 'kind': 'bspline', 'construction': False, 'start': 't10_be', 'end': 't11_rs', 'control_points': [[-8.911478096580645, 9.677701873886344], [-8.787812222603074, 9.543403001425698], [-8.50236617083651, 9.502925809062479], [-8.636665043297155, 9.379259935084908]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_11', 'kind': 'arc', 'construction': False, 'start': 't11_rs', 'end': 't11_re', 'center': 'center'}, {'id': 'fillet_left_11', 'kind': 'bspline', 'construction': False, 'start': 't11_re', 'end': 't11_bs', 'control_points': [[-9.379259935084907, 8.636665043297157], [-9.502925809062477, 8.50236617083651], [-9.543403001425697, 8.787812222603076], [-9.677701873886344, 8.911478096580646]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_11', 'kind': 'bspline', 'construction': False, 'start': 't11_bs', 'end': 't11_ts', 'control_points': [[-9.677701873886344, 8.911478096580646], [-9.681055098448281, 8.914580828574293], [-9.717959863997994, 8.945702197344366], [-9.851431192485173, 9.042086798606212], [-10.015853658771627, 9.134999817624966], [-10.173060844315234, 9.213013611707842], [-10.548736374060692, 9.387011619365222], [-10.994143858507629, 9.527549251913591], [-11.417875309264849, 9.619886236382886], [-11.496120091027905, 9.635311248354391]], 'degree': 3.0, 'knots': [0.0, 0.006944445744365898, 0.073350696054, 0.2500000014455786, 0.29340277915536916, 0.3402777790771009, 0.8789062502519926, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_11', 'kind': 'arc', 'construction': False, 'start': 't11_ts', 'end': 't11_te', 'center': 'center'}, {'id': 'bspline_right_11', 'kind': 'bspline', 'construction': False, 'start': 't11_te', 'end': 't11_be', 'control_points': [[-11.951861258109663, 9.063829900593753], [-11.919411881477808, 8.990979266940577], [-11.735100859822806, 8.598418560350853], [-11.498974309709176, 8.19545093671953], [-11.245743125636487, 7.867912576017456], [-11.134703410498096, 7.732006605156244], [-11.00753247409016, 7.592381645152565], [-10.883864271344107, 7.483704313026206], [-10.845311097367304, 7.4546499830439785], [-10.841539994681382, 7.452071253643771]], 'degree': 3.0, 'knots': [0.0, 0.1210937497480061, 0.6597222209228985, 0.7065972208446303, 0.7499999985544213, 0.9266493039459996, 0.9930555542556337, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_11', 'kind': 'bspline', 'construction': False, 'start': 't11_be', 'end': 't12_rs', 'control_points': [[-10.841539994681382, 7.452071253643771], [-10.691090371827066, 7.348657780083354], [-10.403794025889152, 7.372713157474936], [-10.507207499449569, 7.2222635346206205]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_12', 'kind': 'arc', 'construction': False, 'start': 't12_rs', 'end': 't12_re', 'center': 'center'}, {'id': 'fillet_left_12', 'kind': 'bspline', 'construction': False, 'start': 't12_re', 'end': 't12_bs', 'control_points': [[-11.06594107802529, 6.333044138301302], [-11.15662207982116, 6.174594173188859], [-11.259602146496054, 6.443876473829588], [-11.418052111608498, 6.5345574756254585]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_12', 'kind': 'bspline', 'construction': False, 'start': 't12_bs', 'end': 't12_ts', 'control_points': [[-11.418052111608498, 6.5345574756254585], [-11.422011686650809, 6.536836252988807], [-11.464916328722458, 6.558965261170485], [-11.616488843832396, 6.623233134573817], [-11.797463987373575, 6.677229189458819], [-11.968089362876382, 6.71830512509361], [-12.373064121919374, 6.80434496967933], [-12.838576876052063, 6.842246540932419], [-13.272231406687387, 6.837979326249078], [-13.35194681648095, 6.835606499050706]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443661725, 0.07335069605399988, 0.250000001445578, 0.29340277915536883, 0.3402777790771012, 0.8789062502519935, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_12', 'kind': 'arc', 'construction': False, 'start': 't12_ts', 'end': 't12_te', 'center': 'center'}, {'id': 'bspline_right_12', 'kind': 'bspline', 'construction': False, 'start': 't12_te', 'end': 't12_be', 'control_points': [[-13.669095037756966, 6.177041431686201], [-13.621248443705841, 6.113237981112001], [-13.354205509106738, 5.771532651708996], [-13.034330412629181, 5.431211368188388], [-12.714564121111884, 5.168234317616378], [-12.576066479896506, 5.060444454310452], [-12.421014507870472, 4.952618379107192], [-12.276263943719346, 4.874184578571499], [-12.232212181663039, 4.854437589582383], [-12.227961807120273, 4.85276266360387]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800625, 0.6597222209228988, 0.7065972208446306, 0.7499999985544219, 0.9266493039459998, 0.9930555542556339, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_12', 'kind': 'bspline', 'construction': False, 'start': 't12_be', 'end': 't13_rs', 'control_points': [[-12.227961807120273, 4.85276266360387], [-12.058272607702042, 4.785420172325059], [-11.78353220602317, 4.8728018824025225], [-11.85087469730198, 4.70311268298429]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_13', 'kind': 'arc', 'construction': False, 'start': 't13_rs', 'end': 't13_re', 'center': 'center'}, {'id': 'fillet_left_13', 'kind': 'bspline', 'construction': False, 'start': 't13_re', 'end': 't13_bs', 'control_points': [[-12.197729727967642, 3.711857955721692], [-12.25087873350088, 3.5372022408376234], [-12.41119782393706, 3.776817851373427], [-12.585853538821128, 3.829966856906665]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_13', 'kind': 'bspline', 'construction': False, 'start': 't13_bs', 'end': 't13_ts', 'control_points': [[-12.585853538821128, 3.829966856906665], [-12.590220914717401, 3.83130741222735], [-12.636974015403343, 3.84333441894773], [-12.79904723831676, 3.872262904960828], [-12.987500209729108, 3.88463440805227], [-13.162987906393878, 3.8867127663080705], [-13.57695476928867, 3.8804800507434916], [-14.039230039802929, 3.813845017655501], [-14.461062401366691, 3.7131875797820797], [-14.538251175681136, 3.6931358968776293]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443669765, 0.07335069605399974, 0.2500000014455785, 0.29340277915536966, 0.34027777907710177, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_13', 'kind': 'arc', 'construction': False, 'start': 't13_ts', 'end': 't13_te', 'center': 'center'}, {'id': 'bspline_right_13', 'kind': 'bspline', 'construction': False, 'start': 't13_te', 'end': 't13_be', 'control_points': [[-14.700903315040987, 2.980510312315147], [-14.640058731586318, 2.928953416251729], [-14.303674531858137, 2.6552379960888843], [-13.916090762036047, 2.394628182892651], [-13.545823780158647, 2.2093992098629194], [-13.38681306291252, 2.135130487949703], [-13.21165500858645, 2.0645101472000325], [-13.053080480742489, 2.020252876524891], [-13.005739069900331, 2.0108034250130484], [-13.001222555028312, 2.0101162902386807]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800581, 0.6597222209228985, 0.7065972208446305, 0.7499999985544212, 0.926649303946, 0.9930555542556334, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_13', 'kind': 'bspline', 'construction': False, 'start': 't13_be', 'end': 't14_rs', 'control_points': [[-13.001222555028312, 2.0101162902386807], [-12.820802704065384, 1.9822216149519514], [-12.572394877601743, 2.1285479738977653], [-12.600289552888473, 1.948128122934838]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_14', 'kind': 'arc', 'construction': False, 'start': 't14_rs', 'end': 't14_re', 'center': 'center'}, {'id': 'fillet_left_14', 'kind': 'bspline', 'construction': False, 'start': 't14_re', 'end': 't14_bs', 'control_points': [[-12.717873276066024, 0.9045437158731808], [-12.730825172268274, 0.7224402180605266], [-12.940444217837046, 0.9203738112314849], [-13.1225477156497, 0.9333257074337338]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_14', 'kind': 'bspline', 'construction': False, 'start': 't14_bs', 'end': 't14_ts', 'control_points': [[-13.1225477156497, 0.9333257074337338], [-13.127103893935956, 0.9336608196703203], [-13.175361057543848, 0.9349827405920217], [-13.339807960104986, 0.9271212441313638], [-13.526288940490813, 0.8972478366053195], [-13.697839272434017, 0.8602243999207306], [-14.100040212099952, 0.7620316585898186], [-14.53589758663874, 0.5942013799634347], [-14.92475534310357, 0.40220110314376223], [-14.995546914482553, 0.36547603964260156]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366284, 0.0733506960539989, 0.2500000014455776, 0.29340277915536894, 0.3402777790771007, 0.8789062502519934, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_14', 'kind': 'arc', 'construction': False, 'start': 't14_ts', 'end': 't14_te', 'center': 'center'}, {'id': 'bspline_right_14', 'kind': 'bspline', 'construction': False, 'start': 't14_te', 'end': 't14_be', 'control_points': [[-14.995546914482553, -0.3654760396425978], [-14.92475534310361, -0.4022011031437612], [-14.535897586638717, -0.5942013799634297], [-14.1000402121, -0.7620316585898151], [-13.697839272434, -0.8602243999207265], [-13.526288940490863, -0.8972478366053198], [-13.339807960104972, -0.9271212441313597], [-13.17536105754386, -0.9349827405920194], [-13.127103893935972, -0.9336608196703177], [-13.1225477156497, -0.9333257074337306]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800652, 0.6597222209228994, 0.7065972208446313, 0.7499999985544226, 0.9266493039460013, 0.9930555542556341, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_14', 'kind': 'bspline', 'construction': False, 'start': 't14_be', 'end': 't15_rs', 'control_points': [[-13.1225477156497, -0.9333257074337306], [-12.940444217837046, -0.9203738112314817], [-12.730825172268274, -0.7224402180605234], [-12.717873276066024, -0.9045437158731776]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_15', 'kind': 'arc', 'construction': False, 'start': 't15_rs', 'end': 't15_re', 'center': 'center'}, {'id': 'fillet_left_15', 'kind': 'bspline', 'construction': False, 'start': 't15_re', 'end': 't15_bs', 'control_points': [[-12.600289552888473, -1.9481281229348346], [-12.572394877601743, -2.128547973897762], [-12.820802704065384, -1.9822216149519483], [-13.001222555028312, -2.0101162902386775]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_15', 'kind': 'bspline', 'construction': False, 'start': 't15_bs', 'end': 't15_ts', 'control_points': [[-13.001222555028312, -2.0101162902386775], [-13.005739069900322, -2.0108034250130444], [-13.053080480742512, -2.020252876524895], [-13.211655008586462, -2.0645101472000325], [-13.386813062912529, -2.1351304879497057], [-13.545823780158646, -2.2093992098629163], [-13.91609076203606, -2.394628182892647], [-14.303674531858116, -2.655237996088882], [-14.640058731586311, -2.9289534162517277], [-14.700903315040987, -2.9805103123151433]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366613, 0.0733506960539999, 0.2500000014455786, 0.29340277915536955, 0.3402777790771015, 0.8789062502519942, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_15', 'kind': 'arc', 'construction': False, 'start': 't15_ts', 'end': 't15_te', 'center': 'center'}, {'id': 'bspline_right_15', 'kind': 'bspline', 'construction': False, 'start': 't15_te', 'end': 't15_be', 'control_points': [[-14.538251175681136, -3.693135896877626], [-14.461062401366704, -3.7131875797820766], [-14.039230039802902, -3.8138450176555017], [-13.576954769288669, -3.8804800507434827], [-13.162987906393889, -3.886712766308074], [-12.987500209729127, -3.884634408052264], [-12.799047238316756, -3.8722629049608335], [-12.636974015403355, -3.843334418947725], [-12.590220914717415, -3.831307412227353], [-12.585853538821128, -3.8299668569066623]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800605, 0.6597222209228981, 0.7065972208446303, 0.7499999985544213, 0.9266493039460001, 0.993055554255633, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_15', 'kind': 'bspline', 'construction': False, 'start': 't15_be', 'end': 't16_rs', 'control_points': [[-12.585853538821128, -3.8299668569066623], [-12.41119782393706, -3.7768178513734245], [-12.25087873350088, -3.5372022408376207], [-12.197729727967642, -3.7118579557216895]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_16', 'kind': 'arc', 'construction': False, 'start': 't16_rs', 'end': 't16_re', 'center': 'center'}, {'id': 'fillet_left_16', 'kind': 'bspline', 'construction': False, 'start': 't16_re', 'end': 't16_bs', 'control_points': [[-11.850874697301983, -4.703112682984288], [-11.783532206023173, -4.87280188240252], [-12.058272607702044, -4.785420172325057], [-12.227961807120275, -4.852762663603867]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_16', 'kind': 'bspline', 'construction': False, 'start': 't16_bs', 'end': 't16_ts', 'control_points': [[-12.227961807120275, -4.852762663603867], [-12.232212181663002, -4.854437589582367], [-12.276263943719364, -4.874184578571502], [-12.42101450787047, -4.952618379107185], [-12.57606647989648, -5.060444454310449], [-12.714564121111911, -5.168234317616372], [-13.03433041262917, -5.431211368188387], [-13.354205509106752, -5.771532651708995], [-13.621248443705827, -6.113237981111993], [-13.669095037756968, -6.177041431686197]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366009, 0.073350696054, 0.25000000144557805, 0.29340277915536916, 0.34027777907710133, 0.8789062502519939, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_16', 'kind': 'arc', 'construction': False, 'start': 't16_ts', 'end': 't16_te', 'center': 'center'}, {'id': 'bspline_right_16', 'kind': 'bspline', 'construction': False, 'start': 't16_te', 'end': 't16_be', 'control_points': [[-13.351946816480954, -6.8356064990507015], [-13.272231406687393, -6.837979326249079], [-12.838576876052073, -6.842246540932404], [-12.37306412191935, -6.804344969679305], [-11.968089362876407, -6.718305125093617], [-11.79746398737361, -6.677229189458832], [-11.616488843832396, -6.62323313457381], [-11.464916328722444, -6.558965261170473], [-11.4220116866508, -6.536836252988798], [-11.4180521116085, -6.534557475625456]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800666, 0.6597222209228986, 0.7065972208446308, 0.7499999985544225, 0.9266493039460004, 0.9930555542556335, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_16', 'kind': 'bspline', 'construction': False, 'start': 't16_be', 'end': 't17_rs', 'control_points': [[-11.4180521116085, -6.534557475625456], [-11.259602146496055, -6.443876473829586], [-11.156622079821162, -6.174594173188856], [-11.065941078025292, -6.333044138301299]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_17', 'kind': 'arc', 'construction': False, 'start': 't17_rs', 'end': 't17_re', 'center': 'center'}, {'id': 'fillet_left_17', 'kind': 'bspline', 'construction': False, 'start': 't17_re', 'end': 't17_bs', 'control_points': [[-10.50720749944957, -7.222263534620618], [-10.403794025889153, -7.372713157474934], [-10.691090371827068, -7.348657780083351], [-10.841539994681384, -7.452071253643768]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_17', 'kind': 'bspline', 'construction': False, 'start': 't17_bs', 'end': 't17_ts', 'control_points': [[-10.841539994681384, -7.452071253643768], [-10.845311097367292, -7.454649983043962], [-10.88386427134413, -7.483704313026215], [-11.007532474090164, -7.592381645152578], [-11.1347034104981, -7.732006605156232], [-11.24574312563649, -7.867912576017452], [-11.498974309709181, -8.195450936719515], [-11.735100859822806, -8.59841856035087], [-11.91941188147779, -8.990979266940556], [-11.951861258109664, -9.063829900593749]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366233, 0.07335069605400031, 0.25000000144557827, 0.29340277915536944, 0.3402777790771016, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_17', 'kind': 'arc', 'construction': False, 'start': 't17_ts', 'end': 't17_te', 'center': 'center'}, {'id': 'bspline_right_17', 'kind': 'bspline', 'construction': False, 'start': 't17_te', 'end': 't17_be', 'control_points': [[-11.496120091027906, -9.635311248354387], [-11.417875309264872, -9.619886236382895], [-10.994143858507622, -9.527549251913578], [-10.54873637406071, -9.387011619365225], [-10.173060844315241, -9.21301361170784], [-10.01585365877165, -9.134999817624996], [-9.851431192485194, -9.042086798606219], [-9.717959863997995, -8.945702197344367], [-9.681055098448288, -8.914580828574294], [-9.677701873886344, -8.911478096580645]], 'degree': 3.0, 'knots': [0.0, 0.121093749748007, 0.659722220922899, 0.7065972208446306, 0.7499999985544212, 0.9266493039460005, 0.9930555542556333, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_17', 'kind': 'bspline', 'construction': False, 'start': 't17_be', 'end': 't18_rs', 'control_points': [[-9.677701873886344, -8.911478096580645], [-9.543403001425698, -8.787812222603074], [-9.502925809062479, -8.50236617083651], [-9.379259935084908, -8.636665043297155]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_18', 'kind': 'arc', 'construction': False, 'start': 't18_rs', 'end': 't18_re', 'center': 'center'}, {'id': 'fillet_left_18', 'kind': 'bspline', 'construction': False, 'start': 't18_re', 'end': 't18_bs', 'control_points': [[-8.636665043297157, -9.379259935084907], [-8.502366170836511, -9.502925809062477], [-8.787812222603076, -9.543403001425697], [-8.911478096580646, -9.677701873886342]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_18', 'kind': 'bspline', 'construction': False, 'start': 't18_bs', 'end': 't18_ts', 'control_points': [[-8.911478096580646, -9.677701873886342], [-8.914580828574286, -9.681055098448272], [-8.945702197344376, -9.717959863998017], [-9.04208679860623, -9.8514311924852], [-9.134999817624964, -10.015853658771611], [-9.213013611707837, -10.173060844315234], [-9.387011619365222, -10.548736374060681], [-9.527549251913602, -10.994143858507641], [-9.619886236382886, -11.417875309264844], [-9.635311248354391, -11.496120091027903]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443658915, 0.073350696054, 0.25000000144557855, 0.2934027791553691, 0.3402777790771016, 0.8789062502519925, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_18', 'kind': 'arc', 'construction': False, 'start': 't18_ts', 'end': 't18_te', 'center': 'center'}, {'id': 'bspline_right_18', 'kind': 'bspline', 'construction': False, 'start': 't18_te', 'end': 't18_be', 'control_points': [[-9.06382990059376, -11.951861258109657], [-8.990979266940569, -11.919411881477792], [-8.59841856035087, -11.73510085982278], [-8.195450936719523, -11.498974309709173], [-7.8679125760174555, -11.24574312563647], [-7.7320066051562515, -11.134703410498101], [-7.592381645152576, -11.00753247409017], [-7.483704313026215, -10.883864271344107], [-7.454649983043984, -10.845311097367297], [-7.452071253643777, -10.841539994681378]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800735, 0.659722220922899, 0.7065972208446307, 0.7499999985544217, 0.9266493039459995, 0.9930555542556342, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_18', 'kind': 'bspline', 'construction': False, 'start': 't18_be', 'end': 't19_rs', 'control_points': [[-7.452071253643777, -10.841539994681378], [-7.348657780083359, -10.691090371827062], [-7.372713157474942, -10.403794025889148], [-7.222263534620626, -10.507207499449565]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_19', 'kind': 'arc', 'construction': False, 'start': 't19_rs', 'end': 't19_re', 'center': 'center'}, {'id': 'fillet_left_19', 'kind': 'bspline', 'construction': False, 'start': 't19_re', 'end': 't19_bs', 'control_points': [[-6.333044138301298, -11.065941078025292], [-6.174594173188854, -11.156622079821162], [-6.443876473829584, -11.259602146496055], [-6.534557475625454, -11.4180521116085]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_19', 'kind': 'bspline', 'construction': False, 'start': 't19_bs', 'end': 't19_ts', 'control_points': [[-6.534557475625454, -11.4180521116085], [-6.536836252988794, -11.422011686650785], [-6.558965261170492, -11.46491632872247], [-6.62323313457381, -11.6164888438324], [-6.677229189458828, -11.797463987373586], [-6.718305125093598, -11.968089362876396], [-6.804344969679316, -12.373064121919366], [-6.842246540932411, -12.838576876052079], [-6.837979326249073, -13.272231406687398], [-6.835606499050701, -13.351946816480954]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366956, 0.07335069605399977, 0.2500000014455777, 0.29340277915536933, 0.3402777790771017, 0.8789062502519934, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_19', 'kind': 'arc', 'construction': False, 'start': 't19_ts', 'end': 't19_te', 'center': 'center'}, {'id': 'bspline_right_19', 'kind': 'bspline', 'construction': False, 'start': 't19_te', 'end': 't19_be', 'control_points': [[-6.177041431686207, -13.669095037756964], [-6.113237981112017, -13.621248443705868], [-5.771532651709001, -13.354205509106745], [-5.431211368188393, -13.034330412629183], [-5.168234317616389, -12.714564121111932], [-5.060444454310454, -12.576066479896493], [-4.952618379107202, -12.421014507870481], [-4.874184578571494, -12.276263943719329], [-4.854437589582386, -12.23221218166304], [-4.852762663603876, -12.227961807120272]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800592, 0.6597222209228989, 0.7065972208446307, 0.749999998554422, 0.9266493039459999, 0.9930555542556331, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_19', 'kind': 'bspline', 'construction': False, 'start': 't19_be', 'end': 't20_rs', 'control_points': [[-4.852762663603876, -12.227961807120272], [-4.785420172325066, -12.05827260770204], [-4.872801882402529, -11.783532206023168], [-4.703112682984297, -11.850874697301979]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_20', 'kind': 'arc', 'construction': False, 'start': 't20_rs', 'end': 't20_re', 'center': 'center'}, {'id': 'fillet_left_20', 'kind': 'bspline', 'construction': False, 'start': 't20_re', 'end': 't20_bs', 'control_points': [[-3.7118579557216873, -12.197729727967644], [-3.5372022408376185, -12.250878733500882], [-3.7768178513734223, -12.411197823937062], [-3.82996685690666, -12.58585353882113]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_20', 'kind': 'bspline', 'construction': False, 'start': 't20_bs', 'end': 't20_ts', 'control_points': [[-3.82996685690666, -12.58585353882113], [-3.831307412227349, -12.590220914717403], [-3.8433344189477254, -12.636974015403348], [-3.8722629049608295, -12.799047238316753], [-3.8846344080522623, -12.98750020972911], [-3.8867127663080705, -13.162987906393907], [-3.880480050743492, -13.576954769288687], [-3.813845017655494, -14.039230039802927], [-3.7131875797820704, -14.461062401366677], [-3.693135896877623, -14.538251175681138]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366917, 0.07335069605399974, 0.25000000144557843, 0.2934027791553696, 0.34027777907710177, 0.8789062502519941, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_20', 'kind': 'arc', 'construction': False, 'start': 't20_ts', 'end': 't20_te', 'center': 'center'}, {'id': 'bspline_right_20', 'kind': 'bspline', 'construction': False, 'start': 't20_te', 'end': 't20_be', 'control_points': [[-2.9805103123151544, -14.700903315040986], [-2.9289534162517397, -14.640058731586313], [-2.655237996088892, -14.303674531858121], [-2.39462818289266, -13.916090762036054], [-2.2093992098629296, -13.545823780158651], [-2.1351304879497137, -13.386813062912513], [-2.0645101472000404, -13.21165500858645], [-2.0202528765249013, -13.053080480742492], [-2.0108034250130573, -13.005739069900335], [-2.0101162902386873, -13.001222555028312]], 'degree': 3.0, 'knots': [0.0, 0.1210937497480059, 0.6597222209228991, 0.7065972208446311, 0.7499999985544219, 0.9266493039460006, 0.993055554255634, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_20', 'kind': 'bspline', 'construction': False, 'start': 't20_be', 'end': 't21_rs', 'control_points': [[-2.0101162902386873, -13.001222555028312], [-1.9822216149519578, -12.820802704065382], [-2.1285479738977724, -12.572394877601742], [-1.9481281229348442, -12.600289552888471]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_21', 'kind': 'arc', 'construction': False, 'start': 't21_rs', 'end': 't21_re', 'center': 'center'}, {'id': 'fillet_left_21', 'kind': 'bspline', 'construction': False, 'start': 't21_re', 'end': 't21_bs', 'control_points': [[-0.9045437158731758, -12.717873276066024], [-0.7224402180605216, -12.730825172268274], [-0.9203738112314799, -12.940444217837046], [-0.9333257074337287, -13.1225477156497]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_21', 'kind': 'bspline', 'construction': False, 'start': 't21_bs', 'end': 't21_ts', 'control_points': [[-0.9333257074337287, -13.1225477156497], [-0.9336608196703137, -13.127103893935944], [-0.9349827405920181, -13.175361057543851], [-0.9271212441313562, -13.339807960104958], [-0.8972478366053155, -13.526288940490828], [-0.860224399920723, -13.697839272433978], [-0.7620316585898128, -14.100040212099962], [-0.5942013799634293, -14.535897586638749], [-0.40220110314375707, -14.924755343103586], [-0.36547603964259545, -14.995546914482555]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366275, 0.07335069605399973, 0.2500000014455782, 0.2934027791553695, 0.3402777790771012, 0.8789062502519928, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_21', 'kind': 'arc', 'construction': False, 'start': 't21_ts', 'end': 't21_te', 'center': 'center'}, {'id': 'bspline_right_21', 'kind': 'bspline', 'construction': False, 'start': 't21_te', 'end': 't21_be', 'control_points': [[0.3654760396425901, -14.995546914482555], [0.40220110314375335, -14.924755343103598], [0.5942013799634231, -14.53589758663874], [0.762031658589806, -14.100040212099962], [0.8602243999207188, -13.697839272433992], [0.8972478366053112, -13.526288940490852], [0.9271212441313533, -13.339807960104967], [0.9349827405920118, -13.175361057543851], [0.9336608196703106, -13.127103893935963], [0.933325707433724, -13.1225477156497]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800725, 0.6597222209228987, 0.7065972208446304, 0.7499999985544218, 0.9266493039460002, 0.9930555542556339, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_21', 'kind': 'bspline', 'construction': False, 'start': 't21_be', 'end': 't22_rs', 'control_points': [[0.933325707433724, -13.1225477156497], [0.9203738112314753, -12.940444217837046], [0.7224402180605171, -12.730825172268274], [0.9045437158731713, -12.717873276066024]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_22', 'kind': 'arc', 'construction': False, 'start': 't22_rs', 'end': 't22_re', 'center': 'center'}, {'id': 'fillet_left_22', 'kind': 'bspline', 'construction': False, 'start': 't22_re', 'end': 't22_bs', 'control_points': [[1.9481281229348397, -12.600289552888473], [2.128547973897767, -12.572394877601743], [1.9822216149519536, -12.820802704065384], [2.010116290238683, -13.001222555028312]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_22', 'kind': 'bspline', 'construction': False, 'start': 't22_bs', 'end': 't22_ts', 'control_points': [[2.010116290238683, -13.001222555028312], [2.0108034250130493, -13.005739069900315], [2.0202528765249013, -13.053080480742521], [2.0645101472000307, -13.211655008586435], [2.135130487949708, -13.386813062912518], [2.2093992098629145, -13.545823780158607], [2.394628182892654, -13.916090762036049], [2.655237996088886, -14.303674531858116], [2.9289534162517334, -14.6400587315863], [2.9805103123151495, -14.700903315040987]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366574, 0.07335069605399991, 0.2500000014455786, 0.29340277915536955, 0.34027777907710144, 0.8789062502519941, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_22', 'kind': 'arc', 'construction': False, 'start': 't22_ts', 'end': 't22_te', 'center': 'center'}, {'id': 'bspline_right_22', 'kind': 'bspline', 'construction': False, 'start': 't22_te', 'end': 't22_be', 'control_points': [[3.693135896877618, -14.53825117568114], [3.713187579782071, -14.4610624013667], [3.8138450176554852, -14.039230039802906], [3.88048005074348, -13.576954769288688], [3.8867127663080625, -13.162987906393903], [3.884634408052259, -12.987500209729127], [3.872262904960828, -12.799047238316763], [3.8433344189477125, -12.636974015403341], [3.8313074122273476, -12.590220914717419], [3.8299668569066556, -12.585853538821132]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800616, 0.6597222209228981, 0.7065972208446303, 0.7499999985544215, 0.9266493039460001, 0.9930555542556329, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_22', 'kind': 'bspline', 'construction': False, 'start': 't22_be', 'end': 't23_rs', 'control_points': [[3.8299668569066556, -12.585853538821132], [3.776817851373418, -12.411197823937064], [3.5372022408376145, -12.250878733500883], [3.7118579557216833, -12.197729727967646]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_23', 'kind': 'arc', 'construction': False, 'start': 't23_rs', 'end': 't23_re', 'center': 'center'}, {'id': 'fillet_left_23', 'kind': 'bspline', 'construction': False, 'start': 't23_re', 'end': 't23_bs', 'control_points': [[4.703112682984292, -11.85087469730198], [4.872801882402524, -11.78353220602317], [4.785420172325061, -12.058272607702042], [4.852762663603872, -12.227961807120273]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_23', 'kind': 'bspline', 'construction': False, 'start': 't23_bs', 'end': 't23_ts', 'control_points': [[4.852762663603872, -12.227961807120273], [4.854437589582384, -12.232212181663046], [4.874184578571504, -12.27626394371936], [4.952618379107194, -12.421014507870485], [5.060444454310449, -12.576066479896493], [5.168234317616386, -12.714564121111916], [5.431211368188382, -13.034330412629176], [5.7715326517090055, -13.354205509106762], [6.113237981112, -13.621248443705841], [6.177041431686202, -13.669095037756966]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366006, 0.07335069605399999, 0.25000000144557794, 0.29340277915536933, 0.3402777790771012, 0.8789062502519936, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_23', 'kind': 'arc', 'construction': False, 'start': 't23_ts', 'end': 't23_te', 'center': 'center'}, {'id': 'bspline_right_23', 'kind': 'bspline', 'construction': False, 'start': 't23_te', 'end': 't23_be', 'control_points': [[6.835606499050695, -13.351946816480957], [6.8379793262490685, -13.272231406687405], [6.842246540932402, -12.838576876052068], [6.804344969679319, -12.37306412191938], [6.718305125093599, -11.968089362876375], [6.677229189458821, -11.797463987373588], [6.6232331345738125, -11.616488843832418], [6.558965261170474, -11.464916328722465], [6.536836252988797, -11.42201168665081], [6.53455747562545, -11.418052111608503]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800753, 0.6597222209228993, 0.7065972208446315, 0.7499999985544223, 0.9266493039460002, 0.9930555542556339, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_23', 'kind': 'bspline', 'construction': False, 'start': 't23_be', 'end': 't24_rs', 'control_points': [[6.53455747562545, -11.418052111608503], [6.4438764738295795, -11.259602146496059], [6.17459417318885, -11.156622079821165], [6.333044138301293, -11.065941078025295]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_24', 'kind': 'arc', 'construction': False, 'start': 't24_rs', 'end': 't24_re', 'center': 'center'}, {'id': 'fillet_left_24', 'kind': 'bspline', 'construction': False, 'start': 't24_re', 'end': 't24_bs', 'control_points': [[7.222263534620621, -10.507207499449567], [7.372713157474938, -10.40379402588915], [7.348657780083355, -10.691090371827066], [7.452071253643773, -10.841539994681382]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_24', 'kind': 'bspline', 'construction': False, 'start': 't24_bs', 'end': 't24_ts', 'control_points': [[7.452071253643773, -10.841539994681382], [7.454649983043977, -10.84531109736729], [7.48370431302621, -10.88386427134411], [7.59238164515257, -11.00753247409015], [7.732006605156243, -11.134703410498087], [7.867912576017452, -11.245743125636464], [8.19545093671953, -11.498974309709187], [8.598418560350883, -11.73510085982281], [8.990979266940563, -11.919411881477792], [9.063829900593754, -11.95186125810966]], 'degree': 3.0, 'knots': [0.0, 0.006944445744365503, 0.07335069605399964, 0.2500000014455776, 0.2934027791553689, 0.34027777907710105, 0.8789062502519931, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_24', 'kind': 'arc', 'construction': False, 'start': 't24_ts', 'end': 't24_te', 'center': 'center'}, {'id': 'bspline_right_24', 'kind': 'bspline', 'construction': False, 'start': 't24_te', 'end': 't24_be', 'control_points': [[9.63531124835438, -11.496120091027912], [9.619886236382888, -11.417875309264856], [9.527549251913571, -10.994143858507647], [9.387011619365223, -10.548736374060693], [9.213013611707849, -10.173060844315273], [9.13499981762498, -10.01585365877165], [9.04208679860622, -9.85143119248522], [8.94570219734436, -9.717959863998004], [8.914580828574298, -9.6810550984483], [8.91147809658064, -9.677701873886349]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800684, 0.6597222209228988, 0.7065972208446317, 0.7499999985544218, 0.9266493039460004, 0.9930555542556344, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_24', 'kind': 'bspline', 'construction': False, 'start': 't24_be', 'end': 't25_rs', 'control_points': [[8.91147809658064, -9.677701873886349], [8.787812222603069, -9.543403001425704], [8.502366170836504, -9.502925809062484], [8.63666504329715, -9.379259935084914]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_25', 'kind': 'arc', 'construction': False, 'start': 't25_rs', 'end': 't25_re', 'center': 'center'}, {'id': 'fillet_left_25', 'kind': 'bspline', 'construction': False, 'start': 't25_re', 'end': 't25_bs', 'control_points': [[9.37925993508491, -8.636665043297153], [9.50292580906248, -8.502366170836508], [9.5434030014257, -8.787812222603073], [9.677701873886345, -8.911478096580643]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_25', 'kind': 'bspline', 'construction': False, 'start': 't25_bs', 'end': 't25_ts', 'control_points': [[9.677701873886345, -8.911478096580643], [9.681055098448285, -8.914580828574296], [9.71795986399801, -8.94570219734438], [9.851431192485206, -9.042086798606237], [10.015853658771634, -9.134999817624955], [10.173060844315252, -9.21301361170784], [10.54873637406069, -9.387011619365218], [10.99414385850763, -9.527549251913586], [11.417875309264852, -9.619886236382884], [11.496120091027908, -9.635311248354384]], 'degree': 3.0, 'knots': [0.0, 0.006944445744365878, 0.07335069605399941, 0.2500000014455779, 0.2934027791553693, 0.340277779077101, 0.878906250251993, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_25', 'kind': 'arc', 'construction': False, 'start': 't25_ts', 'end': 't25_te', 'center': 'center'}, {'id': 'bspline_right_25', 'kind': 'bspline', 'construction': False, 'start': 't25_te', 'end': 't25_be', 'control_points': [[11.951861258109657, -9.06382990059376], [11.919411881477792, -8.990979266940569], [11.73510085982278, -8.59841856035087], [11.498974309709173, -8.195450936719523], [11.24574312563647, -7.8679125760174555], [11.134703410498101, -7.7320066051562515], [11.00753247409017, -7.592381645152576], [10.883864271344107, -7.483704313026215], [10.845311097367297, -7.454649983043984], [10.841539994681378, -7.452071253643777]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800735, 0.659722220922899, 0.7065972208446307, 0.7499999985544217, 0.9266493039459995, 0.9930555542556342, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_25', 'kind': 'bspline', 'construction': False, 'start': 't25_be', 'end': 't26_rs', 'control_points': [[10.841539994681378, -7.452071253643777], [10.691090371827062, -7.348657780083359], [10.403794025889148, -7.372713157474942], [10.507207499449565, -7.222263534620626]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_26', 'kind': 'arc', 'construction': False, 'start': 't26_rs', 'end': 't26_re', 'center': 'center'}, {'id': 'fillet_left_26', 'kind': 'bspline', 'construction': False, 'start': 't26_re', 'end': 't26_bs', 'control_points': [[11.065941078025292, -6.3330441383012985], [11.156622079821162, -6.174594173188855], [11.259602146496055, -6.443876473829585], [11.4180521116085, -6.534557475625455]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_26', 'kind': 'bspline', 'construction': False, 'start': 't26_bs', 'end': 't26_ts', 'control_points': [[11.4180521116085, -6.534557475625455], [11.42201168665079, -6.536836252988788], [11.464916328722467, -6.558965261170502], [11.6164888438324, -6.623233134573805], [11.797463987373572, -6.67722918945882], [11.968089362876396, -6.718305125093603], [12.373064121919375, -6.804344969679326], [12.838576876052066, -6.84224654093241], [13.27223140668739, -6.837979326249071], [13.351946816480954, -6.8356064990507015]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366744, 0.07335069605399977, 0.25000000144557766, 0.29340277915536933, 0.34027777907710166, 0.8789062502519935, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_26', 'kind': 'arc', 'construction': False, 'start': 't26_ts', 'end': 't26_te', 'center': 'center'}, {'id': 'bspline_right_26', 'kind': 'bspline', 'construction': False, 'start': 't26_te', 'end': 't26_be', 'control_points': [[13.669095037756964, -6.177041431686208], [13.62124844370587, -6.1132379811120146], [13.354205509106718, -5.7715326517090055], [13.034330412629213, -5.431211368188398], [12.714564121111932, -5.168234317616402], [12.576066479896514, -5.060444454310462], [12.421014507870469, -4.952618379107204], [12.276263943719353, -4.874184578571505], [12.23221218166304, -4.854437589582391], [12.22796180712027, -4.852762663603877]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800638, 0.659722220922899, 0.7065972208446308, 0.7499999985544222, 0.926649303946, 0.9930555542556331, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_26', 'kind': 'bspline', 'construction': False, 'start': 't26_be', 'end': 't27_rs', 'control_points': [[12.22796180712027, -4.852762663603877], [12.058272607702039, -4.7854201723250664], [11.783532206023166, -4.872801882402529], [11.850874697301977, -4.7031126829842975]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_27', 'kind': 'arc', 'construction': False, 'start': 't27_rs', 'end': 't27_re', 'center': 'center'}, {'id': 'fillet_left_27', 'kind': 'bspline', 'construction': False, 'start': 't27_re', 'end': 't27_bs', 'control_points': [[12.197729727967644, -3.711857955721688], [12.250878733500882, -3.5372022408376194], [12.411197823937062, -3.7768178513734227], [12.58585353882113, -3.8299668569066605]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_27', 'kind': 'bspline', 'construction': False, 'start': 't27_bs', 'end': 't27_ts', 'control_points': [[12.58585353882113, -3.8299668569066605], [12.590220914717392, -3.831307412227342], [12.636974015403384, -3.843334418947735], [12.799047238316755, -3.8722629049608255], [12.987500209729147, -3.884634408052274], [13.162987906393901, -3.886712766308067], [13.57695476928869, -3.88048005074349], [14.039230039802922, -3.813845017655494], [14.461062401366691, -3.7131875797820717], [14.538251175681138, -3.693135896877624]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366976, 0.07335069605399974, 0.25000000144557843, 0.2934027791553696, 0.34027777907710177, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_27', 'kind': 'arc', 'construction': False, 'start': 't27_ts', 'end': 't27_te', 'center': 'center'}, {'id': 'bspline_right_27', 'kind': 'bspline', 'construction': False, 'start': 't27_te', 'end': 't27_be', 'control_points': [[14.700903315040986, -2.9805103123151553], [14.640058731586304, -2.928953416251739], [14.303674531858121, -2.65523799608889], [13.91609076203602, -2.394628182892655], [13.545823780158639, -2.2093992098629265], [13.386813062912536, -2.1351304879497146], [13.211655008586442, -2.06451014720004], [13.053080480742503, -2.0202528765249017], [13.005739069900336, -2.010803425013057], [13.001222555028312, -2.010116290238688]], 'degree': 3.0, 'knots': [0.0, 0.1210937497480059, 0.6597222209228991, 0.7065972208446311, 0.749999998554422, 0.9266493039460009, 0.9930555542556342, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_27', 'kind': 'bspline', 'construction': False, 'start': 't27_be', 'end': 't0_rs', 'control_points': [[13.001222555028312, -2.010116290238688], [12.820802704065384, -1.9822216149519587], [12.572394877601743, -2.1285479738977666], [12.600289552888473, -1.9481281229348386]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}], 'constraints': [{'id': 'c_fix_0', 'kind': 'fix', 'targets': [{'sketch_id': 'sketch_65c83b20', 'entity_id': 'center', 'kind': 'point', 'subentity': 'geometry'}], 'driving': True}, {'id': 'c_radius_0', 'kind': 'radius', 'targets': [{'sketch_id': 'sketch_65c83b20', 'entity_id': 'root_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True, 'value': 12.75}, {'id': 'c_radius_1', 'kind': 'radius', 'targets': [{'sketch_id': 'sketch_65c83b20', 'entity_id': 'pitch_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True, 'value': 14.0}, {'id': 'c_radius_2', 'kind': 'radius', 'targets': [{'sketch_id': 'sketch_65c83b20', 'entity_id': 'tip_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True, 'value': 15.0}, {'id': 'c_concentric_0', 'kind': 'concentric', 'targets': [{'sketch_id': 'sketch_65c83b20', 'entity_id': 'root_circle', 'kind': 'circle', 'subentity': 'geometry'}, {'sketch_id': 'sketch_65c83b20', 'entity_id': 'pitch_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True}, {'id': 'c_concentric_1', 'kind': 'concentric', 'targets': [{'sketch_id': 'sketch_65c83b20', 'entity_id': 'tip_circle', 'kind': 'circle', 'subentity': 'geometry'}, {'sketch_id': 'sketch_65c83b20', 'entity_id': 'pitch_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True}]}, require_fully_constrained=False" + "summary": "profile=0, sketch={'sketch_id': 'sketch_153e882b', 'name': 'gear_28t_m1.0', 'plane': 'XY', 'entities': [{'id': 'center', 'kind': 'point', 'construction': False, 'x': 0.0, 'y': 0.0}, {'id': 'root_circle', 'kind': 'circle', 'construction': True, 'center': 'center', 'radius': 12.75}, {'id': 'pitch_circle', 'kind': 'circle', 'construction': True, 'center': 'center', 'radius': 14.0}, {'id': 'tip_circle', 'kind': 'circle', 'construction': True, 'center': 'center', 'radius': 15.0}, {'id': 't0_rs', 'kind': 'point', 'construction': False, 'x': 12.600289552888473, 'y': -1.9481281229348386}, {'id': 't0_re', 'kind': 'point', 'construction': False, 'x': 12.717873276066024, 'y': -0.9045437158731771}, {'id': 't0_bs', 'kind': 'point', 'construction': False, 'x': 13.1225477156497, 'y': -0.93332570743373}, {'id': 't0_be', 'kind': 'point', 'construction': False, 'x': 13.1225477156497, 'y': 0.93332570743373}, {'id': 't0_ts', 'kind': 'point', 'construction': False, 'x': 14.995546914482551, 'y': -0.3654760396425971}, {'id': 't0_te', 'kind': 'point', 'construction': False, 'x': 14.995546914482551, 'y': 0.3654760396425971}, {'id': 't1_rs', 'kind': 'point', 'construction': False, 'x': 12.717873276066024, 'y': 0.9045437158731771}, {'id': 't1_re', 'kind': 'point', 'construction': False, 'x': 12.600289552888473, 'y': 1.9481281229348386}, {'id': 't1_bs', 'kind': 'point', 'construction': False, 'x': 13.001222555028312, 'y': 2.0101162902386815}, {'id': 't1_be', 'kind': 'point', 'construction': False, 'x': 12.585853538821128, 'y': 3.8299668569066614}, {'id': 't1_ts', 'kind': 'point', 'construction': False, 'x': 14.700903315040986, 'y': 2.9805103123151473}, {'id': 't1_te', 'kind': 'point', 'construction': False, 'x': 14.538251175681134, 'y': 3.6931358968776244}, {'id': 't2_rs', 'kind': 'point', 'construction': False, 'x': 12.197729727967642, 'y': 3.7118579557216886}, {'id': 't2_re', 'kind': 'point', 'construction': False, 'x': 11.85087469730198, 'y': 4.70311268298429}, {'id': 't2_bs', 'kind': 'point', 'construction': False, 'x': 12.227961807120273, 'y': 4.85276266360387}, {'id': 't2_be', 'kind': 'point', 'construction': False, 'x': 11.4180521116085, 'y': 6.534557475625454}, {'id': 't2_ts', 'kind': 'point', 'construction': False, 'x': 13.669095037756966, 'y': 6.177041431686201}, {'id': 't2_te', 'kind': 'point', 'construction': False, 'x': 13.351946816480952, 'y': 6.8356064990507015}, {'id': 't3_rs', 'kind': 'point', 'construction': False, 'x': 11.065941078025292, 'y': 6.333044138301298}, {'id': 't3_re', 'kind': 'point', 'construction': False, 'x': 10.507207499449569, 'y': 7.222263534620621}, {'id': 't3_bs', 'kind': 'point', 'construction': False, 'x': 10.841539994681382, 'y': 7.452071253643773}, {'id': 't3_be', 'kind': 'point', 'construction': False, 'x': 9.677701873886345, 'y': 8.911478096580643}, {'id': 't3_ts', 'kind': 'point', 'construction': False, 'x': 11.95186125810966, 'y': 9.063829900593753}, {'id': 't3_te', 'kind': 'point', 'construction': False, 'x': 11.496120091027906, 'y': 9.635311248354384}, {'id': 't4_rs', 'kind': 'point', 'construction': False, 'x': 9.37925993508491, 'y': 8.636665043297153}, {'id': 't4_re', 'kind': 'point', 'construction': False, 'x': 8.636665043297155, 'y': 9.379259935084908}, {'id': 't4_bs', 'kind': 'point', 'construction': False, 'x': 8.911478096580645, 'y': 9.677701873886344}, {'id': 't4_be', 'kind': 'point', 'construction': False, 'x': 7.452071253643773, 'y': 10.841539994681382}, {'id': 't4_ts', 'kind': 'point', 'construction': False, 'x': 9.635311248354384, 'y': 11.496120091027905}, {'id': 't4_te', 'kind': 'point', 'construction': False, 'x': 9.063829900593754, 'y': 11.951861258109659}, {'id': 't5_rs', 'kind': 'point', 'construction': False, 'x': 7.222263534620621, 'y': 10.507207499449567}, {'id': 't5_re', 'kind': 'point', 'construction': False, 'x': 6.3330441383012985, 'y': 11.065941078025292}, {'id': 't5_bs', 'kind': 'point', 'construction': False, 'x': 6.534557475625455, 'y': 11.4180521116085}, {'id': 't5_be', 'kind': 'point', 'construction': False, 'x': 4.852762663603872, 'y': 12.227961807120273}, {'id': 't5_ts', 'kind': 'point', 'construction': False, 'x': 6.8356064990507015, 'y': 13.351946816480952}, {'id': 't5_te', 'kind': 'point', 'construction': False, 'x': 6.1770414316862015, 'y': 13.669095037756964}, {'id': 't6_rs', 'kind': 'point', 'construction': False, 'x': 4.703112682984292, 'y': 11.85087469730198}, {'id': 't6_re', 'kind': 'point', 'construction': False, 'x': 3.7118579557216886, 'y': 12.197729727967642}, {'id': 't6_bs', 'kind': 'point', 'construction': False, 'x': 3.8299668569066614, 'y': 12.585853538821128}, {'id': 't6_be', 'kind': 'point', 'construction': False, 'x': 2.010116290238683, 'y': 13.001222555028312}, {'id': 't6_ts', 'kind': 'point', 'construction': False, 'x': 3.6931358968776244, 'y': 14.538251175681134}, {'id': 't6_te', 'kind': 'point', 'construction': False, 'x': 2.980510312315149, 'y': 14.700903315040986}, {'id': 't7_rs', 'kind': 'point', 'construction': False, 'x': 1.94812812293484, 'y': 12.600289552888473}, {'id': 't7_re', 'kind': 'point', 'construction': False, 'x': 0.9045437158731771, 'y': 12.717873276066024}, {'id': 't7_bs', 'kind': 'point', 'construction': False, 'x': 0.93332570743373, 'y': 13.1225477156497}, {'id': 't7_be', 'kind': 'point', 'construction': False, 'x': -0.9333257074337283, 'y': 13.1225477156497}, {'id': 't7_ts', 'kind': 'point', 'construction': False, 'x': 0.3654760396425972, 'y': 14.995546914482551}, {'id': 't7_te', 'kind': 'point', 'construction': False, 'x': -0.36547603964259534, 'y': 14.995546914482551}, {'id': 't8_rs', 'kind': 'point', 'construction': False, 'x': -0.9045437158731755, 'y': 12.717873276066024}, {'id': 't8_re', 'kind': 'point', 'construction': False, 'x': -1.9481281229348382, 'y': 12.600289552888473}, {'id': 't8_bs', 'kind': 'point', 'construction': False, 'x': -2.010116290238681, 'y': 13.001222555028312}, {'id': 't8_be', 'kind': 'point', 'construction': False, 'x': -3.82996685690666, 'y': 12.58585353882113}, {'id': 't8_ts', 'kind': 'point', 'construction': False, 'x': -2.980510312315147, 'y': 14.700903315040986}, {'id': 't8_te', 'kind': 'point', 'construction': False, 'x': -3.6931358968776227, 'y': 14.538251175681134}, {'id': 't9_rs', 'kind': 'point', 'construction': False, 'x': -3.7118579557216873, 'y': 12.197729727967644}, {'id': 't9_re', 'kind': 'point', 'construction': False, 'x': -4.70311268298429, 'y': 11.85087469730198}, {'id': 't9_bs', 'kind': 'point', 'construction': False, 'x': -4.85276266360387, 'y': 12.227961807120273}, {'id': 't9_be', 'kind': 'point', 'construction': False, 'x': -6.534557475625456, 'y': 11.4180521116085}, {'id': 't9_ts', 'kind': 'point', 'construction': False, 'x': -6.177041431686201, 'y': 13.669095037756966}, {'id': 't9_te', 'kind': 'point', 'construction': False, 'x': -6.835606499050702, 'y': 13.351946816480952}, {'id': 't10_rs', 'kind': 'point', 'construction': False, 'x': -6.3330441383013, 'y': 11.065941078025292}, {'id': 't10_re', 'kind': 'point', 'construction': False, 'x': -7.222263534620619, 'y': 10.50720749944957}, {'id': 't10_bs', 'kind': 'point', 'construction': False, 'x': -7.45207125364377, 'y': 10.841539994681384}, {'id': 't10_be', 'kind': 'point', 'construction': False, 'x': -8.911478096580645, 'y': 9.677701873886344}, {'id': 't10_ts', 'kind': 'point', 'construction': False, 'x': -9.06382990059375, 'y': 11.951861258109663}, {'id': 't10_te', 'kind': 'point', 'construction': False, 'x': -9.635311248354386, 'y': 11.496120091027905}, {'id': 't11_rs', 'kind': 'point', 'construction': False, 'x': -8.636665043297155, 'y': 9.379259935084908}, {'id': 't11_re', 'kind': 'point', 'construction': False, 'x': -9.379259935084907, 'y': 8.636665043297157}, {'id': 't11_bs', 'kind': 'point', 'construction': False, 'x': -9.677701873886344, 'y': 8.911478096580646}, {'id': 't11_be', 'kind': 'point', 'construction': False, 'x': -10.841539994681382, 'y': 7.452071253643771}, {'id': 't11_ts', 'kind': 'point', 'construction': False, 'x': -11.496120091027903, 'y': 9.635311248354387}, {'id': 't11_te', 'kind': 'point', 'construction': False, 'x': -11.95186125810966, 'y': 9.063829900593753}, {'id': 't12_rs', 'kind': 'point', 'construction': False, 'x': -10.507207499449569, 'y': 7.2222635346206205}, {'id': 't12_re', 'kind': 'point', 'construction': False, 'x': -11.06594107802529, 'y': 6.333044138301302}, {'id': 't12_bs', 'kind': 'point', 'construction': False, 'x': -11.418052111608498, 'y': 6.5345574756254585}, {'id': 't12_be', 'kind': 'point', 'construction': False, 'x': -12.227961807120273, 'y': 4.85276266360387}, {'id': 't12_ts', 'kind': 'point', 'construction': False, 'x': -13.35194681648095, 'y': 6.835606499050705}, {'id': 't12_te', 'kind': 'point', 'construction': False, 'x': -13.669095037756966, 'y': 6.1770414316862}, {'id': 't13_rs', 'kind': 'point', 'construction': False, 'x': -11.85087469730198, 'y': 4.70311268298429}, {'id': 't13_re', 'kind': 'point', 'construction': False, 'x': -12.197729727967642, 'y': 3.711857955721692}, {'id': 't13_bs', 'kind': 'point', 'construction': False, 'x': -12.585853538821128, 'y': 3.829966856906665}, {'id': 't13_be', 'kind': 'point', 'construction': False, 'x': -13.001222555028312, 'y': 2.0101162902386807}, {'id': 't13_ts', 'kind': 'point', 'construction': False, 'x': -14.538251175681133, 'y': 3.6931358968776284}, {'id': 't13_te', 'kind': 'point', 'construction': False, 'x': -14.700903315040986, 'y': 2.980510312315147}, {'id': 't14_rs', 'kind': 'point', 'construction': False, 'x': -12.600289552888473, 'y': 1.948128122934838}, {'id': 't14_re', 'kind': 'point', 'construction': False, 'x': -12.717873276066024, 'y': 0.9045437158731808}, {'id': 't14_bs', 'kind': 'point', 'construction': False, 'x': -13.1225477156497, 'y': 0.9333257074337338}, {'id': 't14_be', 'kind': 'point', 'construction': False, 'x': -13.1225477156497, 'y': -0.9333257074337306}, {'id': 't14_ts', 'kind': 'point', 'construction': False, 'x': -14.995546914482551, 'y': 0.36547603964260145}, {'id': 't14_te', 'kind': 'point', 'construction': False, 'x': -14.995546914482551, 'y': -0.3654760396425978}, {'id': 't15_rs', 'kind': 'point', 'construction': False, 'x': -12.717873276066024, 'y': -0.9045437158731776}, {'id': 't15_re', 'kind': 'point', 'construction': False, 'x': -12.600289552888473, 'y': -1.9481281229348346}, {'id': 't15_bs', 'kind': 'point', 'construction': False, 'x': -13.001222555028312, 'y': -2.0101162902386775}, {'id': 't15_be', 'kind': 'point', 'construction': False, 'x': -12.585853538821128, 'y': -3.8299668569066623}, {'id': 't15_ts', 'kind': 'point', 'construction': False, 'x': -14.700903315040987, 'y': -2.980510312315143}, {'id': 't15_te', 'kind': 'point', 'construction': False, 'x': -14.538251175681134, 'y': -3.6931358968776253}, {'id': 't16_rs', 'kind': 'point', 'construction': False, 'x': -12.197729727967642, 'y': -3.7118579557216895}, {'id': 't16_re', 'kind': 'point', 'construction': False, 'x': -11.850874697301983, 'y': -4.703112682984288}, {'id': 't16_bs', 'kind': 'point', 'construction': False, 'x': -12.227961807120275, 'y': -4.852762663603867}, {'id': 't16_be', 'kind': 'point', 'construction': False, 'x': -11.4180521116085, 'y': -6.534557475625456}, {'id': 't16_ts', 'kind': 'point', 'construction': False, 'x': -13.669095037756968, 'y': -6.177041431686196}, {'id': 't16_te', 'kind': 'point', 'construction': False, 'x': -13.351946816480952, 'y': -6.8356064990507015}, {'id': 't17_rs', 'kind': 'point', 'construction': False, 'x': -11.065941078025292, 'y': -6.333044138301299}, {'id': 't17_re', 'kind': 'point', 'construction': False, 'x': -10.50720749944957, 'y': -7.222263534620618}, {'id': 't17_bs', 'kind': 'point', 'construction': False, 'x': -10.841539994681384, 'y': -7.452071253643768}, {'id': 't17_be', 'kind': 'point', 'construction': False, 'x': -9.677701873886344, 'y': -8.911478096580645}, {'id': 't17_ts', 'kind': 'point', 'construction': False, 'x': -11.951861258109664, 'y': -9.063829900593749}, {'id': 't17_te', 'kind': 'point', 'construction': False, 'x': -11.496120091027905, 'y': -9.635311248354384}, {'id': 't18_rs', 'kind': 'point', 'construction': False, 'x': -9.379259935084908, 'y': -8.636665043297155}, {'id': 't18_re', 'kind': 'point', 'construction': False, 'x': -8.636665043297157, 'y': -9.379259935084907}, {'id': 't18_bs', 'kind': 'point', 'construction': False, 'x': -8.911478096580646, 'y': -9.677701873886342}, {'id': 't18_be', 'kind': 'point', 'construction': False, 'x': -7.452071253643777, 'y': -10.841539994681378}, {'id': 't18_ts', 'kind': 'point', 'construction': False, 'x': -9.635311248354387, 'y': -11.496120091027903}, {'id': 't18_te', 'kind': 'point', 'construction': False, 'x': -9.063829900593753, 'y': -11.95186125810966}, {'id': 't19_rs', 'kind': 'point', 'construction': False, 'x': -7.222263534620626, 'y': -10.507207499449565}, {'id': 't19_re', 'kind': 'point', 'construction': False, 'x': -6.333044138301298, 'y': -11.065941078025292}, {'id': 't19_bs', 'kind': 'point', 'construction': False, 'x': -6.534557475625454, 'y': -11.4180521116085}, {'id': 't19_be', 'kind': 'point', 'construction': False, 'x': -4.852762663603876, 'y': -12.227961807120272}, {'id': 't19_ts', 'kind': 'point', 'construction': False, 'x': -6.835606499050706, 'y': -13.35194681648095}, {'id': 't19_te', 'kind': 'point', 'construction': False, 'x': -6.177041431686201, 'y': -13.669095037756966}, {'id': 't20_rs', 'kind': 'point', 'construction': False, 'x': -4.703112682984297, 'y': -11.850874697301979}, {'id': 't20_re', 'kind': 'point', 'construction': False, 'x': -3.7118579557216873, 'y': -12.197729727967644}, {'id': 't20_bs', 'kind': 'point', 'construction': False, 'x': -3.82996685690666, 'y': -12.58585353882113}, {'id': 't20_be', 'kind': 'point', 'construction': False, 'x': -2.0101162902386873, 'y': -13.001222555028312}, {'id': 't20_ts', 'kind': 'point', 'construction': False, 'x': -3.6931358968776293, 'y': -14.538251175681133}, {'id': 't20_te', 'kind': 'point', 'construction': False, 'x': -2.9805103123151473, 'y': -14.700903315040986}, {'id': 't21_rs', 'kind': 'point', 'construction': False, 'x': -1.9481281229348442, 'y': -12.600289552888471}, {'id': 't21_re', 'kind': 'point', 'construction': False, 'x': -0.9045437158731758, 'y': -12.717873276066024}, {'id': 't21_bs', 'kind': 'point', 'construction': False, 'x': -0.9333257074337287, 'y': -13.1225477156497}, {'id': 't21_be', 'kind': 'point', 'construction': False, 'x': 0.933325707433724, 'y': -13.1225477156497}, {'id': 't21_ts', 'kind': 'point', 'construction': False, 'x': -0.3654760396426024, 'y': -14.995546914482551}, {'id': 't21_te', 'kind': 'point', 'construction': False, 'x': 0.3654760396425969, 'y': -14.995546914482551}, {'id': 't22_rs', 'kind': 'point', 'construction': False, 'x': 0.9045437158731713, 'y': -12.717873276066024}, {'id': 't22_re', 'kind': 'point', 'construction': False, 'x': 1.9481281229348397, 'y': -12.600289552888473}, {'id': 't22_bs', 'kind': 'point', 'construction': False, 'x': 2.010116290238683, 'y': -13.001222555028312}, {'id': 't22_be', 'kind': 'point', 'construction': False, 'x': 3.8299668569066556, 'y': -12.585853538821132}, {'id': 't22_ts', 'kind': 'point', 'construction': False, 'x': 2.980510312315142, 'y': -14.700903315040987}, {'id': 't22_te', 'kind': 'point', 'construction': False, 'x': 3.6931358968776244, 'y': -14.538251175681134}, {'id': 't23_rs', 'kind': 'point', 'construction': False, 'x': 3.7118579557216833, 'y': -12.197729727967646}, {'id': 't23_re', 'kind': 'point', 'construction': False, 'x': 4.703112682984292, 'y': -11.85087469730198}, {'id': 't23_bs', 'kind': 'point', 'construction': False, 'x': 4.852762663603872, 'y': -12.227961807120273}, {'id': 't23_be', 'kind': 'point', 'construction': False, 'x': 6.53455747562545, 'y': -11.418052111608503}, {'id': 't23_ts', 'kind': 'point', 'construction': False, 'x': 6.177041431686195, 'y': -13.669095037756968}, {'id': 't23_te', 'kind': 'point', 'construction': False, 'x': 6.835606499050701, 'y': -13.351946816480952}, {'id': 't24_rs', 'kind': 'point', 'construction': False, 'x': 6.333044138301293, 'y': -11.065941078025295}, {'id': 't24_re', 'kind': 'point', 'construction': False, 'x': 7.222263534620621, 'y': -10.507207499449567}, {'id': 't24_bs', 'kind': 'point', 'construction': False, 'x': 7.452071253643773, 'y': -10.841539994681382}, {'id': 't24_be', 'kind': 'point', 'construction': False, 'x': 8.91147809658064, 'y': -9.677701873886349}, {'id': 't24_ts', 'kind': 'point', 'construction': False, 'x': 9.063829900593749, 'y': -11.951861258109664}, {'id': 't24_te', 'kind': 'point', 'construction': False, 'x': 9.635311248354384, 'y': -11.496120091027906}, {'id': 't25_rs', 'kind': 'point', 'construction': False, 'x': 8.63666504329715, 'y': -9.379259935084914}, {'id': 't25_re', 'kind': 'point', 'construction': False, 'x': 9.37925993508491, 'y': -8.636665043297153}, {'id': 't25_bs', 'kind': 'point', 'construction': False, 'x': 9.677701873886345, 'y': -8.911478096580643}, {'id': 't25_be', 'kind': 'point', 'construction': False, 'x': 10.841539994681378, 'y': -7.452071253643777}, {'id': 't25_ts', 'kind': 'point', 'construction': False, 'x': 11.496120091027901, 'y': -9.63531124835439}, {'id': 't25_te', 'kind': 'point', 'construction': False, 'x': 11.95186125810966, 'y': -9.063829900593754}, {'id': 't26_rs', 'kind': 'point', 'construction': False, 'x': 10.507207499449565, 'y': -7.222263534620626}, {'id': 't26_re', 'kind': 'point', 'construction': False, 'x': 11.065941078025292, 'y': -6.3330441383012985}, {'id': 't26_bs', 'kind': 'point', 'construction': False, 'x': 11.4180521116085, 'y': -6.534557475625455}, {'id': 't26_be', 'kind': 'point', 'construction': False, 'x': 12.22796180712027, 'y': -4.852762663603877}, {'id': 't26_ts', 'kind': 'point', 'construction': False, 'x': 13.351946816480948, 'y': -6.835606499050707}, {'id': 't26_te', 'kind': 'point', 'construction': False, 'x': 13.669095037756966, 'y': -6.177041431686201}, {'id': 't27_rs', 'kind': 'point', 'construction': False, 'x': 11.850874697301977, 'y': -4.7031126829842975}, {'id': 't27_re', 'kind': 'point', 'construction': False, 'x': 12.197729727967644, 'y': -3.711857955721688}, {'id': 't27_bs', 'kind': 'point', 'construction': False, 'x': 12.58585353882113, 'y': -3.8299668569066605}, {'id': 't27_be', 'kind': 'point', 'construction': False, 'x': 13.001222555028312, 'y': -2.010116290238688}, {'id': 't27_ts', 'kind': 'point', 'construction': False, 'x': 14.538251175681133, 'y': -3.6931358968776307}, {'id': 't27_te', 'kind': 'point', 'construction': False, 'x': 14.700903315040986, 'y': -2.980510312315148}, {'id': 'arc_root_0', 'kind': 'arc', 'construction': False, 'start': 't0_rs', 'end': 't0_re', 'center': 'center'}, {'id': 'fillet_left_0', 'kind': 'bspline', 'construction': False, 'start': 't0_re', 'end': 't0_bs', 'control_points': [[12.717873276066024, -0.9045437158731771], [12.730825172268274, -0.7224402180605228], [12.940444217837046, -0.9203738112314812], [13.1225477156497, -0.93332570743373]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_0', 'kind': 'bspline', 'construction': False, 'start': 't0_bs', 'end': 't0_ts', 'control_points': [[13.1225477156497, -0.93332570743373], [13.127103893935937, -0.9336608196703147], [13.175361057543865, -0.9349827405920199], [13.339807960104965, -0.9271212441313575], [13.526288940490819, -0.8972478366053176], [13.697839272433992, -0.8602243999207243], [14.100040212099938, -0.7620316585898135], [14.535897586638745, -0.5942013799634308], [14.924755343103591, -0.40220110314375823], [14.995546914482553, -0.3654760396425971]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366282, 0.07335069605399887, 0.25000000144557755, 0.2934027791553689, 0.3402777790771006, 0.8789062502519925, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_0', 'kind': 'arc', 'construction': False, 'start': 't0_ts', 'end': 't0_te', 'center': 'center'}, {'id': 'bspline_right_0', 'kind': 'bspline', 'construction': False, 'start': 't0_te', 'end': 't0_be', 'control_points': [[14.995546914482553, 0.3654760396425971], [14.924755343103602, 0.40220110314375984], [14.535897586638747, 0.594201379963431], [14.100040212099936, 0.7620316585898124], [13.697839272434019, 0.8602243999207276], [13.526288940490831, 0.8972478366053168], [13.33980796010495, 0.9271212441313583], [13.175361057543856, 0.9349827405920186], [13.127103893935976, 0.9336608196703172], [13.1225477156497, 0.93332570743373]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800732, 0.6597222209228994, 0.7065972208446313, 0.7499999985544226, 0.9266493039460013, 0.9930555542556341, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_0', 'kind': 'bspline', 'construction': False, 'start': 't0_be', 'end': 't1_rs', 'control_points': [[13.1225477156497, 0.93332570743373], [12.940444217837046, 0.9203738112314812], [12.730825172268274, 0.7224402180605228], [12.717873276066024, 0.9045437158731771]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_1', 'kind': 'arc', 'construction': False, 'start': 't1_rs', 'end': 't1_re', 'center': 'center'}, {'id': 'fillet_left_1', 'kind': 'bspline', 'construction': False, 'start': 't1_re', 'end': 't1_bs', 'control_points': [[12.600289552888473, 1.9481281229348386], [12.572394877601743, 2.128547973897766], [12.820802704065384, 1.9822216149519523], [13.001222555028312, 2.0101162902386815]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_1', 'kind': 'bspline', 'construction': False, 'start': 't1_bs', 'end': 't1_ts', 'control_points': [[13.001222555028312, 2.0101162902386815], [13.005739069900322, 2.0108034250130515], [13.053080480742526, 2.0202528765248977], [13.211655008586453, 2.0645101472000356], [13.38681306291253, 2.1351304879497084], [13.545823780158631, 2.20939920986292], [13.916090762036045, 2.394628182892653], [14.303674531858116, 2.655237996088884], [14.640058731586302, 2.9289534162517326], [14.700903315040987, 2.9805103123151477]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366613, 0.07335069605399996, 0.25000000144557866, 0.2934027791553695, 0.34027777907710155, 0.8789062502519941, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_1', 'kind': 'arc', 'construction': False, 'start': 't1_ts', 'end': 't1_te', 'center': 'center'}, {'id': 'bspline_right_1', 'kind': 'bspline', 'construction': False, 'start': 't1_te', 'end': 't1_be', 'control_points': [[14.538251175681136, 3.693135896877625], [14.461062401366704, 3.7131875797820775], [14.039230039802884, 3.813845017655482], [13.576954769288703, 3.8804800507434947], [13.162987906393877, 3.8867127663080616], [12.987500209729127, 3.8846344080522726], [12.799047238316756, 3.872262904960832], [12.636974015403366, 3.8433344189477276], [12.59022091471742, 3.831307412227355], [12.585853538821128, 3.8299668569066614]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800606, 0.6597222209228983, 0.7065972208446305, 0.7499999985544216, 0.9266493039460004, 0.9930555542556332, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_1', 'kind': 'bspline', 'construction': False, 'start': 't1_be', 'end': 't2_rs', 'control_points': [[12.585853538821128, 3.8299668569066614], [12.41119782393706, 3.7768178513734236], [12.25087873350088, 3.53720224083762], [12.197729727967642, 3.7118579557216886]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_2', 'kind': 'arc', 'construction': False, 'start': 't2_rs', 'end': 't2_re', 'center': 'center'}, {'id': 'fillet_left_2', 'kind': 'bspline', 'construction': False, 'start': 't2_re', 'end': 't2_bs', 'control_points': [[11.85087469730198, 4.70311268298429], [11.78353220602317, 4.8728018824025225], [12.058272607702042, 4.785420172325059], [12.227961807120273, 4.85276266360387]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_2', 'kind': 'bspline', 'construction': False, 'start': 't2_bs', 'end': 't2_ts', 'control_points': [[12.227961807120273, 4.85276266360387], [12.232212181663023, 4.8544375895823775], [12.276263943719359, 4.8741845785715014], [12.42101450787048, 4.9526183791071965], [12.576066479896488, 5.060444454310445], [12.714564121111913, 5.1682343176163785], [13.034330412629181, 5.431211368188381], [13.354205509106766, 5.771532651709006], [13.62124844370584, 6.113237981112], [13.669095037756966, 6.177041431686201]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443660025, 0.0733506960540002, 0.25000000144557794, 0.2934027791553694, 0.3402777790771013, 0.8789062502519938, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_2', 'kind': 'arc', 'construction': False, 'start': 't2_ts', 'end': 't2_te', 'center': 'center'}, {'id': 'bspline_right_2', 'kind': 'bspline', 'construction': False, 'start': 't2_te', 'end': 't2_be', 'control_points': [[13.351946816480954, 6.835606499050701], [13.272231406687405, 6.83797932624908], [12.838576876052048, 6.842246540932399], [12.373064121919382, 6.804344969679334], [11.968089362876391, 6.718305125093614], [11.79746398737357, 6.677229189458817], [11.61648884383241, 6.623233134573822], [11.464916328722447, 6.5589652611704805], [11.422011686650809, 6.536836252988802], [11.4180521116085, 6.534557475625454]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800663, 0.6597222209228983, 0.7065972208446306, 0.7499999985544223, 0.9266493039460002, 0.9930555542556331, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_2', 'kind': 'bspline', 'construction': False, 'start': 't2_be', 'end': 't3_rs', 'control_points': [[11.4180521116085, 6.534557475625454], [11.259602146496055, 6.443876473829584], [11.156622079821162, 6.174594173188854], [11.065941078025292, 6.333044138301298]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_3', 'kind': 'arc', 'construction': False, 'start': 't3_rs', 'end': 't3_re', 'center': 'center'}, {'id': 'fillet_left_3', 'kind': 'bspline', 'construction': False, 'start': 't3_re', 'end': 't3_bs', 'control_points': [[10.507207499449569, 7.222263534620621], [10.403794025889152, 7.372713157474937], [10.691090371827066, 7.348657780083355], [10.841539994681382, 7.452071253643773]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_3', 'kind': 'bspline', 'construction': False, 'start': 't3_bs', 'end': 't3_ts', 'control_points': [[10.841539994681382, 7.452071253643773], [10.845311097367306, 7.454649983043988], [10.883864271344118, 7.483704313026224], [11.007532474090162, 7.592381645152577], [11.134703410498085, 7.732006605156241], [11.2457431256365, 7.867912576017462], [11.49897430970918, 8.195450936719528], [11.735100859822822, 8.598418560350877], [11.919411881477789, 8.990979266940569], [11.951861258109663, 9.063829900593754]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366231, 0.07335069605400031, 0.2500000014455782, 0.29340277915536944, 0.34027777907710155, 0.8789062502519929, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_3', 'kind': 'arc', 'construction': False, 'start': 't3_ts', 'end': 't3_te', 'center': 'center'}, {'id': 'bspline_right_3', 'kind': 'bspline', 'construction': False, 'start': 't3_te', 'end': 't3_be', 'control_points': [[11.496120091027908, 9.635311248354384], [11.417875309264852, 9.619886236382884], [10.994143858507629, 9.527549251913571], [10.548736374060693, 9.387011619365227], [10.173060844315254, 9.21301361170783], [10.015853658771645, 9.134999817624987], [9.851431192485206, 9.042086798606213], [9.717959863997997, 8.945702197344362], [9.681055098448292, 8.9145808285743], [9.677701873886345, 8.911478096580643]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800685, 0.6597222209228989, 0.7065972208446306, 0.749999998554422, 0.9266493039460005, 0.9930555542556341, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_3', 'kind': 'bspline', 'construction': False, 'start': 't3_be', 'end': 't4_rs', 'control_points': [[9.677701873886345, 8.911478096580643], [9.5434030014257, 8.787812222603073], [9.50292580906248, 8.502366170836508], [9.37925993508491, 8.636665043297153]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_4', 'kind': 'arc', 'construction': False, 'start': 't4_rs', 'end': 't4_re', 'center': 'center'}, {'id': 'fillet_left_4', 'kind': 'bspline', 'construction': False, 'start': 't4_re', 'end': 't4_bs', 'control_points': [[8.636665043297155, 9.379259935084908], [8.50236617083651, 9.502925809062479], [8.787812222603074, 9.543403001425698], [8.911478096580645, 9.677701873886344]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_4', 'kind': 'bspline', 'construction': False, 'start': 't4_bs', 'end': 't4_ts', 'control_points': [[8.911478096580645, 9.677701873886344], [8.91458082857429, 9.681055098448287], [8.945702197344382, 9.717959863998036], [9.04208679860624, 9.8514311924852], [9.13499981762496, 10.015853658771633], [9.213013611707837, 10.17306084431525], [9.387011619365223, 10.5487363740607], [9.5275492519136, 10.994143858507645], [9.619886236382888, 11.417875309264856], [9.635311248354387, 11.496120091027906]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366557, 0.07335069605399937, 0.25000000144557866, 0.2934027791553693, 0.340277779077101, 0.878906250251993, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_4', 'kind': 'arc', 'construction': False, 'start': 't4_ts', 'end': 't4_te', 'center': 'center'}, {'id': 'bspline_right_4', 'kind': 'bspline', 'construction': False, 'start': 't4_te', 'end': 't4_be', 'control_points': [[9.063829900593754, 11.95186125810966], [8.99097926694058, 11.919411881477801], [8.598418560350892, 11.73510085982283], [8.195450936719531, 11.498974309709176], [7.867912576017469, 11.245743125636507], [7.732006605156241, 11.134703410498096], [7.592381645152561, 11.007532474090153], [7.483704313026209, 10.883864271344104], [7.454649983043981, 10.845311097367304], [7.452071253643773, 10.841539994681382]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800703, 0.6597222209228991, 0.7065972208446313, 0.7499999985544225, 0.9266493039460002, 0.9930555542556343, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_4', 'kind': 'bspline', 'construction': False, 'start': 't4_be', 'end': 't5_rs', 'control_points': [[7.452071253643773, 10.841539994681382], [7.348657780083355, 10.691090371827066], [7.372713157474938, 10.403794025889148], [7.222263534620621, 10.507207499449567]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_5', 'kind': 'arc', 'construction': False, 'start': 't5_rs', 'end': 't5_re', 'center': 'center'}, {'id': 'fillet_left_5', 'kind': 'bspline', 'construction': False, 'start': 't5_re', 'end': 't5_bs', 'control_points': [[6.3330441383012985, 11.065941078025292], [6.174594173188855, 11.156622079821162], [6.443876473829585, 11.259602146496055], [6.534557475625455, 11.4180521116085]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_5', 'kind': 'bspline', 'construction': False, 'start': 't5_bs', 'end': 't5_ts', 'control_points': [[6.534557475625455, 11.4180521116085], [6.536836252988786, 11.422011686650787], [6.5589652611705, 11.464916328722476], [6.623233134573811, 11.616488843832416], [6.677229189458823, 11.797463987373577], [6.718305125093593, 11.968089362876386], [6.804344969679327, 12.373064121919386], [6.842246540932408, 12.838576876052059], [6.837979326249071, 13.272231406687387], [6.8356064990507015, 13.351946816480954]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366744, 0.07335069605399977, 0.25000000144557766, 0.29340277915536933, 0.34027777907710166, 0.8789062502519935, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_5', 'kind': 'arc', 'construction': False, 'start': 't5_ts', 'end': 't5_te', 'center': 'center'}, {'id': 'bspline_right_5', 'kind': 'bspline', 'construction': False, 'start': 't5_te', 'end': 't5_be', 'control_points': [[6.177041431686202, 13.669095037756966], [6.113237981112001, 13.62124844370584], [5.771532651709001, 13.354205509106738], [5.431211368188379, 13.034330412629169], [5.168234317616378, 12.714564121111911], [5.060444454310454, 12.576066479896499], [4.952618379107188, 12.421014507870474], [4.874184578571497, 12.27626394371935], [4.854437589582382, 12.232212181663037], [4.852762663603872, 12.227961807120273]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800625, 0.6597222209228985, 0.7065972208446304, 0.7499999985544217, 0.9266493039459995, 0.9930555542556336, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_5', 'kind': 'bspline', 'construction': False, 'start': 't5_be', 'end': 't6_rs', 'control_points': [[4.852762663603872, 12.227961807120273], [4.785420172325061, 12.058272607702042], [4.872801882402523, 11.78353220602317], [4.703112682984292, 11.85087469730198]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_6', 'kind': 'arc', 'construction': False, 'start': 't6_rs', 'end': 't6_re', 'center': 'center'}, {'id': 'fillet_left_6', 'kind': 'bspline', 'construction': False, 'start': 't6_re', 'end': 't6_bs', 'control_points': [[3.7118579557216886, 12.197729727967642], [3.53720224083762, 12.25087873350088], [3.7768178513734236, 12.41119782393706], [3.8299668569066614, 12.585853538821128]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_6', 'kind': 'bspline', 'construction': False, 'start': 't6_bs', 'end': 't6_ts', 'control_points': [[3.8299668569066614, 12.585853538821128], [3.8313074122273485, 12.590220914717408], [3.8433344189477263, 12.636974015403359], [3.8722629049608304, 12.799047238316733], [3.884634408052259, 12.9875002097291], [3.886712766308062, 13.16298790639388], [3.8804800507434924, 13.576954769288687], [3.813845017655495, 14.039230039802927], [3.713187579782073, 14.461062401366686], [3.693135896877625, 14.538251175681136]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366919, 0.07335069605399973, 0.2500000014455784, 0.29340277915536955, 0.34027777907710177, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_6', 'kind': 'arc', 'construction': False, 'start': 't6_ts', 'end': 't6_te', 'center': 'center'}, {'id': 'bspline_right_6', 'kind': 'bspline', 'construction': False, 'start': 't6_te', 'end': 't6_be', 'control_points': [[2.9805103123151495, 14.700903315040987], [2.928953416251735, 14.64005873158631], [2.6552379960888857, 14.303674531858107], [2.3946281828926534, 13.916090762036049], [2.20939920986292, 13.545823780158631], [2.135130487949707, 13.38681306291253], [2.0645101472000364, 13.211655008586447], [2.0202528765248964, 13.0530804807425], [2.0108034250130524, 13.005739069900335], [2.010116290238683, 13.001222555028312]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800581, 0.6597222209228986, 0.7065972208446305, 0.7499999985544213, 0.9266493039460001, 0.9930555542556335, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_6', 'kind': 'bspline', 'construction': False, 'start': 't6_be', 'end': 't7_rs', 'control_points': [[2.010116290238683, 13.001222555028312], [1.9822216149519536, 12.820802704065384], [2.1285479738977675, 12.572394877601743], [1.94812812293484, 12.600289552888473]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_7', 'kind': 'arc', 'construction': False, 'start': 't7_rs', 'end': 't7_re', 'center': 'center'}, {'id': 'fillet_left_7', 'kind': 'bspline', 'construction': False, 'start': 't7_re', 'end': 't7_bs', 'control_points': [[0.9045437158731771, 12.717873276066024], [0.7224402180605228, 12.730825172268274], [0.9203738112314812, 12.940444217837046], [0.93332570743373, 13.1225477156497]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_7', 'kind': 'bspline', 'construction': False, 'start': 't7_bs', 'end': 't7_ts', 'control_points': [[0.93332570743373, 13.1225477156497], [0.9336608196703147, 13.127103893935937], [0.9349827405920199, 13.175361057543865], [0.9271212441313575, 13.339807960104965], [0.8972478366053176, 13.526288940490819], [0.8602243999207243, 13.697839272433992], [0.7620316585898135, 14.100040212099938], [0.5942013799634308, 14.535897586638745], [0.40220110314375823, 14.924755343103591], [0.3654760396425971, 14.995546914482553]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366282, 0.07335069605399887, 0.25000000144557755, 0.2934027791553689, 0.3402777790771006, 0.8789062502519925, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_7', 'kind': 'arc', 'construction': False, 'start': 't7_ts', 'end': 't7_te', 'center': 'center'}, {'id': 'bspline_right_7', 'kind': 'bspline', 'construction': False, 'start': 't7_te', 'end': 't7_be', 'control_points': [[-0.36547603964259523, 14.995546914482555], [-0.4022011031437576, 14.924755343103598], [-0.5942013799634286, 14.535897586638754], [-0.7620316585898121, 14.100040212099955], [-0.8602243999207227, 13.697839272433997], [-0.8972478366053178, 13.52628894049086], [-0.9271212441313553, 13.339807960104961], [-0.9349827405920164, 13.17536105754384], [-0.9336608196703149, 13.12710389393596], [-0.9333257074337283, 13.1225477156497]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800721, 0.6597222209228988, 0.7065972208446305, 0.7499999985544218, 0.9266493039460003, 0.993055554255634, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_7', 'kind': 'bspline', 'construction': False, 'start': 't7_be', 'end': 't8_rs', 'control_points': [[-0.9333257074337283, 13.1225477156497], [-0.9203738112314797, 12.940444217837046], [-0.7224402180605213, 12.730825172268274], [-0.9045437158731755, 12.717873276066024]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_8', 'kind': 'arc', 'construction': False, 'start': 't8_rs', 'end': 't8_re', 'center': 'center'}, {'id': 'fillet_left_8', 'kind': 'bspline', 'construction': False, 'start': 't8_re', 'end': 't8_bs', 'control_points': [[-1.9481281229348382, 12.600289552888473], [-2.1285479738977657, 12.572394877601743], [-1.9822216149519518, 12.820802704065384], [-2.010116290238681, 13.001222555028312]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_8', 'kind': 'bspline', 'construction': False, 'start': 't8_bs', 'end': 't8_ts', 'control_points': [[-2.010116290238681, 13.001222555028312], [-2.010803425013051, 13.005739069900336], [-2.020252876524896, 13.053080480742516], [-2.0645101472000347, 13.211655008586456], [-2.1351304879497066, 13.386813062912514], [-2.2093992098629185, 13.545823780158623], [-2.394628182892652, 13.91609076203605], [-2.6552379960888834, 14.303674531858105], [-2.928953416251732, 14.640058731586306], [-2.9805103123151477, 14.700903315040987]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366612, 0.07335069605399995, 0.2500000014455786, 0.2934027791553695, 0.3402777790771015, 0.8789062502519941, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_8', 'kind': 'arc', 'construction': False, 'start': 't8_ts', 'end': 't8_te', 'center': 'center'}, {'id': 'bspline_right_8', 'kind': 'bspline', 'construction': False, 'start': 't8_te', 'end': 't8_be', 'control_points': [[-3.693135896877623, 14.538251175681138], [-3.7131875797820704, 14.461062401366682], [-3.813845017655489, 14.039230039802954], [-3.8804800507434885, 13.57695476928865], [-3.886712766308062, 13.162987906393885], [-3.88463440805227, 12.987500209729125], [-3.872262904960829, 12.799047238316751], [-3.843334418947719, 12.63697401540334], [-3.83130741222735, 12.590220914717412], [-3.82996685690666, 12.58585353882113]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800606, 0.6597222209228983, 0.7065972208446305, 0.7499999985544216, 0.9266493039460004, 0.9930555542556332, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_8', 'kind': 'bspline', 'construction': False, 'start': 't8_be', 'end': 't9_rs', 'control_points': [[-3.82996685690666, 12.58585353882113], [-3.7768178513734223, 12.411197823937062], [-3.5372022408376185, 12.250878733500882], [-3.7118579557216873, 12.197729727967644]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_9', 'kind': 'arc', 'construction': False, 'start': 't9_rs', 'end': 't9_re', 'center': 'center'}, {'id': 'fillet_left_9', 'kind': 'bspline', 'construction': False, 'start': 't9_re', 'end': 't9_bs', 'control_points': [[-4.70311268298429, 11.85087469730198], [-4.8728018824025225, 11.78353220602317], [-4.785420172325059, 12.058272607702042], [-4.85276266360387, 12.227961807120273]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_9', 'kind': 'bspline', 'construction': False, 'start': 't9_bs', 'end': 't9_ts', 'control_points': [[-4.85276266360387, 12.227961807120273], [-4.8544375895823775, 12.232212181663023], [-4.8741845785715014, 12.276263943719359], [-4.9526183791071965, 12.42101450787048], [-5.060444454310445, 12.576066479896488], [-5.1682343176163785, 12.714564121111913], [-5.431211368188381, 13.034330412629181], [-5.771532651709006, 13.354205509106766], [-6.113237981112, 13.62124844370584], [-6.177041431686201, 13.669095037756966]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443660025, 0.0733506960540002, 0.25000000144557794, 0.2934027791553694, 0.3402777790771013, 0.8789062502519938, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_9', 'kind': 'arc', 'construction': False, 'start': 't9_ts', 'end': 't9_te', 'center': 'center'}, {'id': 'bspline_right_9', 'kind': 'bspline', 'construction': False, 'start': 't9_te', 'end': 't9_be', 'control_points': [[-6.835606499050703, 13.351946816480952], [-6.837979326249089, 13.27223140668742], [-6.842246540932408, 12.838576876052072], [-6.804344969679323, 12.373064121919388], [-6.7183051250936066, 11.968089362876386], [-6.677229189458822, 11.7974639873736], [-6.623233134573824, 11.61648884383241], [-6.558965261170486, 11.464916328722461], [-6.536836252988802, 11.422011686650807], [-6.534557475625456, 11.4180521116085]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800671, 0.6597222209228988, 0.7065972208446311, 0.749999998554422, 0.926649303946, 0.9930555542556341, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_9', 'kind': 'bspline', 'construction': False, 'start': 't9_be', 'end': 't10_rs', 'control_points': [[-6.534557475625456, 11.4180521116085], [-6.443876473829586, 11.259602146496055], [-6.174594173188857, 11.156622079821162], [-6.3330441383013, 11.065941078025292]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_10', 'kind': 'arc', 'construction': False, 'start': 't10_rs', 'end': 't10_re', 'center': 'center'}, {'id': 'fillet_left_10', 'kind': 'bspline', 'construction': False, 'start': 't10_re', 'end': 't10_bs', 'control_points': [[-7.222263534620619, 10.50720749944957], [-7.3727131574749345, 10.403794025889153], [-7.348657780083352, 10.691090371827068], [-7.45207125364377, 10.841539994681384]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_10', 'kind': 'bspline', 'construction': False, 'start': 't10_bs', 'end': 't10_ts', 'control_points': [[-7.45207125364377, 10.841539994681384], [-7.45464998304398, 10.845311097367302], [-7.483704313026215, 10.883864271344136], [-7.592381645152559, 11.007532474090143], [-7.73200660515623, 11.134703410498096], [-7.867912576017444, 11.24574312563648], [-8.19545093671952, 11.498974309709178], [-8.598418560350883, 11.735100859822827], [-8.990979266940567, 11.9194118814778], [-9.06382990059375, 11.951861258109664]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366237, 0.07335069605400002, 0.25000000144557827, 0.29340277915536944, 0.3402777790771016, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_10', 'kind': 'arc', 'construction': False, 'start': 't10_ts', 'end': 't10_te', 'center': 'center'}, {'id': 'bspline_right_10', 'kind': 'bspline', 'construction': False, 'start': 't10_te', 'end': 't10_be', 'control_points': [[-9.635311248354387, 11.496120091027906], [-9.619886236382913, 11.417875309264868], [-9.527549251913566, 10.994143858507607], [-9.387011619365223, 10.54873637406069], [-9.213013611707837, 10.173060844315245], [-9.134999817624989, 10.015853658771649], [-9.042086798606222, 9.851431192485194], [-8.945702197344373, 9.717959863998002], [-8.914580828574296, 9.681055098448292], [-8.911478096580645, 9.677701873886344]], 'degree': 3.0, 'knots': [0.0, 0.121093749748007, 0.659722220922899, 0.7065972208446306, 0.7499999985544212, 0.9266493039460005, 0.9930555542556333, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_10', 'kind': 'bspline', 'construction': False, 'start': 't10_be', 'end': 't11_rs', 'control_points': [[-8.911478096580645, 9.677701873886344], [-8.787812222603074, 9.543403001425698], [-8.50236617083651, 9.502925809062479], [-8.636665043297155, 9.379259935084908]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_11', 'kind': 'arc', 'construction': False, 'start': 't11_rs', 'end': 't11_re', 'center': 'center'}, {'id': 'fillet_left_11', 'kind': 'bspline', 'construction': False, 'start': 't11_re', 'end': 't11_bs', 'control_points': [[-9.379259935084907, 8.636665043297157], [-9.502925809062477, 8.50236617083651], [-9.543403001425697, 8.787812222603076], [-9.677701873886344, 8.911478096580646]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_11', 'kind': 'bspline', 'construction': False, 'start': 't11_bs', 'end': 't11_ts', 'control_points': [[-9.677701873886344, 8.911478096580646], [-9.68105509844827, 8.914580828574287], [-9.717959863997999, 8.94570219734437], [-9.85143119248519, 9.042086798606231], [-10.01585365877163, 9.134999817624957], [-10.173060844315225, 9.213013611707817], [-10.5487363740607, 9.387011619365225], [-10.994143858507638, 9.527549251913596], [-11.417875309264854, 9.61988623638289], [-11.496120091027905, 9.635311248354391]], 'degree': 3.0, 'knots': [0.0, 0.006944445744365898, 0.073350696054, 0.2500000014455786, 0.29340277915536916, 0.3402777790771009, 0.8789062502519926, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_11', 'kind': 'arc', 'construction': False, 'start': 't11_ts', 'end': 't11_te', 'center': 'center'}, {'id': 'bspline_right_11', 'kind': 'bspline', 'construction': False, 'start': 't11_te', 'end': 't11_be', 'control_points': [[-11.951861258109663, 9.063829900593753], [-11.919411881477792, 8.990979266940572], [-11.73510085982281, 8.598418560350861], [-11.498974309709185, 8.195450936719537], [-11.245743125636489, 7.867912576017463], [-11.134703410498094, 7.732006605156241], [-11.007532474090166, 7.592381645152571], [-10.883864271344114, 7.483704313026211], [-10.845311097367308, 7.454649983043985], [-10.841539994681382, 7.452071253643771]], 'degree': 3.0, 'knots': [0.0, 0.1210937497480061, 0.6597222209228985, 0.7065972208446303, 0.7499999985544213, 0.9266493039459996, 0.9930555542556337, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_11', 'kind': 'bspline', 'construction': False, 'start': 't11_be', 'end': 't12_rs', 'control_points': [[-10.841539994681382, 7.452071253643771], [-10.691090371827066, 7.348657780083354], [-10.403794025889152, 7.372713157474936], [-10.507207499449569, 7.2222635346206205]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_12', 'kind': 'arc', 'construction': False, 'start': 't12_rs', 'end': 't12_re', 'center': 'center'}, {'id': 'fillet_left_12', 'kind': 'bspline', 'construction': False, 'start': 't12_re', 'end': 't12_bs', 'control_points': [[-11.06594107802529, 6.333044138301302], [-11.15662207982116, 6.174594173188859], [-11.259602146496054, 6.443876473829588], [-11.418052111608498, 6.5345574756254585]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_12', 'kind': 'bspline', 'construction': False, 'start': 't12_bs', 'end': 't12_ts', 'control_points': [[-11.418052111608498, 6.5345574756254585], [-11.422011686650805, 6.536836252988808], [-11.464916328722465, 6.558965261170491], [-11.616488843832396, 6.62323313457382], [-11.797463987373584, 6.6772291894588225], [-11.968089362876396, 6.718305125093607], [-12.373064121919374, 6.804344969679327], [-12.83857687605207, 6.842246540932421], [-13.272231406687382, 6.837979326249075], [-13.35194681648095, 6.835606499050706]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443661725, 0.07335069605399988, 0.250000001445578, 0.29340277915536883, 0.3402777790771012, 0.8789062502519935, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_12', 'kind': 'arc', 'construction': False, 'start': 't12_ts', 'end': 't12_te', 'center': 'center'}, {'id': 'bspline_right_12', 'kind': 'bspline', 'construction': False, 'start': 't12_te', 'end': 't12_be', 'control_points': [[-13.669095037756966, 6.177041431686201], [-13.621248443705854, 6.113237981112004], [-13.354205509106754, 5.771532651709003], [-13.034330412629165, 5.431211368188385], [-12.714564121111888, 5.168234317616373], [-12.576066479896495, 5.060444454310449], [-12.421014507870463, 4.9526183791071885], [-12.276263943719346, 4.874184578571498], [-12.232212181663046, 4.854437589582386], [-12.227961807120273, 4.85276266360387]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800625, 0.6597222209228988, 0.7065972208446306, 0.7499999985544219, 0.9266493039459998, 0.9930555542556339, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_12', 'kind': 'bspline', 'construction': False, 'start': 't12_be', 'end': 't13_rs', 'control_points': [[-12.227961807120273, 4.85276266360387], [-12.058272607702042, 4.785420172325059], [-11.78353220602317, 4.8728018824025225], [-11.85087469730198, 4.70311268298429]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_13', 'kind': 'arc', 'construction': False, 'start': 't13_rs', 'end': 't13_re', 'center': 'center'}, {'id': 'fillet_left_13', 'kind': 'bspline', 'construction': False, 'start': 't13_re', 'end': 't13_bs', 'control_points': [[-12.197729727967642, 3.711857955721692], [-12.25087873350088, 3.5372022408376234], [-12.41119782393706, 3.776817851373427], [-12.585853538821128, 3.829966856906665]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_13', 'kind': 'bspline', 'construction': False, 'start': 't13_bs', 'end': 't13_ts', 'control_points': [[-12.585853538821128, 3.829966856906665], [-12.590220914717408, 3.8313074122273503], [-12.636974015403357, 3.8433344189477343], [-12.79904723831678, 3.872262904960833], [-12.9875002097291, 3.884634408052267], [-13.162987906393893, 3.886712766308072], [-13.57695476928868, 3.880480050743492], [-14.039230039802938, 3.813845017655502], [-14.461062401366688, 3.713187579782078], [-14.538251175681136, 3.6931358968776293]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443669765, 0.07335069605399974, 0.2500000014455785, 0.29340277915536966, 0.34027777907710177, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_13', 'kind': 'arc', 'construction': False, 'start': 't13_ts', 'end': 't13_te', 'center': 'center'}, {'id': 'bspline_right_13', 'kind': 'bspline', 'construction': False, 'start': 't13_te', 'end': 't13_be', 'control_points': [[-14.700903315040987, 2.980510312315147], [-14.640058731586288, 2.928953416251724], [-14.303674531858098, 2.6552379960888857], [-13.916090762036017, 2.3946281828926472], [-13.545823780158635, 2.2093992098629194], [-13.386813062912536, 2.135130487949704], [-13.211655008586463, 2.0645101472000342], [-13.053080480742496, 2.020252876524893], [-13.00573906990032, 2.010803425013047], [-13.001222555028312, 2.0101162902386807]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800581, 0.6597222209228985, 0.7065972208446305, 0.7499999985544212, 0.926649303946, 0.9930555542556334, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_13', 'kind': 'bspline', 'construction': False, 'start': 't13_be', 'end': 't14_rs', 'control_points': [[-13.001222555028312, 2.0101162902386807], [-12.820802704065384, 1.9822216149519514], [-12.572394877601743, 2.1285479738977653], [-12.600289552888473, 1.948128122934838]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_14', 'kind': 'arc', 'construction': False, 'start': 't14_rs', 'end': 't14_re', 'center': 'center'}, {'id': 'fillet_left_14', 'kind': 'bspline', 'construction': False, 'start': 't14_re', 'end': 't14_bs', 'control_points': [[-12.717873276066024, 0.9045437158731808], [-12.730825172268274, 0.7224402180605266], [-12.940444217837046, 0.9203738112314849], [-13.1225477156497, 0.9333257074337338]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_14', 'kind': 'bspline', 'construction': False, 'start': 't14_bs', 'end': 't14_ts', 'control_points': [[-13.1225477156497, 0.9333257074337338], [-13.127103893935955, 0.9336608196703203], [-13.175361057543842, 0.9349827405920212], [-13.339807960104975, 0.9271212441313638], [-13.5262889404908, 0.8972478366053191], [-13.697839272434004, 0.8602243999207305], [-14.100040212099945, 0.7620316585898181], [-14.535897586638745, 0.5942013799634347], [-14.924755343103573, 0.4022011031437624], [-14.995546914482553, 0.36547603964260156]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366284, 0.0733506960539989, 0.2500000014455776, 0.29340277915536894, 0.3402777790771007, 0.8789062502519934, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_14', 'kind': 'arc', 'construction': False, 'start': 't14_ts', 'end': 't14_te', 'center': 'center'}, {'id': 'bspline_right_14', 'kind': 'bspline', 'construction': False, 'start': 't14_te', 'end': 't14_be', 'control_points': [[-14.995546914482553, -0.3654760396425978], [-14.924755343103595, -0.4022011031437608], [-14.535897586638734, -0.5942013799634308], [-14.10004021209994, -0.7620316585898128], [-13.697839272434003, -0.8602243999207273], [-13.526288940490842, -0.8972478366053178], [-13.339807960104952, -0.9271212441313582], [-13.175361057543833, -0.9349827405920174], [-13.127103893935965, -0.9336608196703169], [-13.1225477156497, -0.9333257074337306]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800652, 0.6597222209228994, 0.7065972208446313, 0.7499999985544226, 0.9266493039460013, 0.9930555542556341, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_14', 'kind': 'bspline', 'construction': False, 'start': 't14_be', 'end': 't15_rs', 'control_points': [[-13.1225477156497, -0.9333257074337306], [-12.940444217837046, -0.9203738112314817], [-12.730825172268274, -0.7224402180605234], [-12.717873276066024, -0.9045437158731776]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_15', 'kind': 'arc', 'construction': False, 'start': 't15_rs', 'end': 't15_re', 'center': 'center'}, {'id': 'fillet_left_15', 'kind': 'bspline', 'construction': False, 'start': 't15_re', 'end': 't15_bs', 'control_points': [[-12.600289552888473, -1.9481281229348346], [-12.572394877601743, -2.128547973897762], [-12.820802704065384, -1.9822216149519483], [-13.001222555028312, -2.0101162902386775]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_15', 'kind': 'bspline', 'construction': False, 'start': 't15_bs', 'end': 't15_ts', 'control_points': [[-13.001222555028312, -2.0101162902386775], [-13.005739069900324, -2.010803425013043], [-13.053080480742496, -2.0202528765248933], [-13.211655008586453, -2.064510147200031], [-13.386813062912502, -2.135130487949701], [-13.545823780158624, -2.2093992098629154], [-13.916090762036053, -2.3946281828926486], [-14.303674531858112, -2.655237996088881], [-14.640058731586304, -2.928953416251727], [-14.700903315040987, -2.9805103123151433]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366613, 0.0733506960539999, 0.2500000014455786, 0.29340277915536955, 0.3402777790771015, 0.8789062502519942, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_15', 'kind': 'arc', 'construction': False, 'start': 't15_ts', 'end': 't15_te', 'center': 'center'}, {'id': 'bspline_right_15', 'kind': 'bspline', 'construction': False, 'start': 't15_te', 'end': 't15_be', 'control_points': [[-14.538251175681136, -3.693135896877626], [-14.461062401366707, -3.7131875797820766], [-14.039230039802902, -3.8138450176554977], [-13.576954769288669, -3.880480050743488], [-13.162987906393894, -3.8867127663080736], [-12.987500209729129, -3.884634408052267], [-12.799047238316755, -3.872262904960837], [-12.63697401540335, -3.8433344189477268], [-12.590220914717419, -3.8313074122273543], [-12.585853538821128, -3.8299668569066623]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800605, 0.6597222209228981, 0.7065972208446303, 0.7499999985544213, 0.9266493039460001, 0.993055554255633, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_15', 'kind': 'bspline', 'construction': False, 'start': 't15_be', 'end': 't16_rs', 'control_points': [[-12.585853538821128, -3.8299668569066623], [-12.41119782393706, -3.7768178513734245], [-12.25087873350088, -3.5372022408376207], [-12.197729727967642, -3.7118579557216895]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_16', 'kind': 'arc', 'construction': False, 'start': 't16_rs', 'end': 't16_re', 'center': 'center'}, {'id': 'fillet_left_16', 'kind': 'bspline', 'construction': False, 'start': 't16_re', 'end': 't16_bs', 'control_points': [[-11.850874697301983, -4.703112682984288], [-11.783532206023173, -4.87280188240252], [-12.058272607702044, -4.785420172325057], [-12.227961807120275, -4.852762663603867]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_16', 'kind': 'bspline', 'construction': False, 'start': 't16_bs', 'end': 't16_ts', 'control_points': [[-12.227961807120275, -4.852762663603867], [-12.232212181663034, -4.8544375895823775], [-12.27626394371938, -4.87418457857151], [-12.421014507870487, -4.952618379107188], [-12.576066479896468, -5.060444454310444], [-12.714564121111922, -5.168234317616371], [-13.034330412629187, -5.4312113681883885], [-13.354205509106759, -5.771532651708996], [-13.621248443705838, -6.113237981111997], [-13.669095037756968, -6.177041431686197]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366009, 0.073350696054, 0.25000000144557805, 0.29340277915536916, 0.34027777907710133, 0.8789062502519939, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_16', 'kind': 'arc', 'construction': False, 'start': 't16_ts', 'end': 't16_te', 'center': 'center'}, {'id': 'bspline_right_16', 'kind': 'bspline', 'construction': False, 'start': 't16_te', 'end': 't16_be', 'control_points': [[-13.351946816480954, -6.8356064990507015], [-13.272231406687395, -6.8379793262490765], [-12.838576876052056, -6.8422465409323925], [-12.373064121919352, -6.804344969679309], [-11.968089362876384, -6.718305125093608], [-11.797463987373595, -6.67722918945883], [-11.6164888438324, -6.623233134573818], [-11.464916328722454, -6.558965261170486], [-11.422011686650801, -6.5368362529888016], [-11.4180521116085, -6.534557475625456]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800666, 0.6597222209228986, 0.7065972208446308, 0.7499999985544225, 0.9266493039460004, 0.9930555542556335, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_16', 'kind': 'bspline', 'construction': False, 'start': 't16_be', 'end': 't17_rs', 'control_points': [[-11.4180521116085, -6.534557475625456], [-11.259602146496055, -6.443876473829586], [-11.156622079821162, -6.174594173188856], [-11.065941078025292, -6.333044138301299]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_17', 'kind': 'arc', 'construction': False, 'start': 't17_rs', 'end': 't17_re', 'center': 'center'}, {'id': 'fillet_left_17', 'kind': 'bspline', 'construction': False, 'start': 't17_re', 'end': 't17_bs', 'control_points': [[-10.50720749944957, -7.222263534620618], [-10.403794025889153, -7.372713157474934], [-10.691090371827068, -7.348657780083351], [-10.841539994681384, -7.452071253643768]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_17', 'kind': 'bspline', 'construction': False, 'start': 't17_bs', 'end': 't17_ts', 'control_points': [[-10.841539994681384, -7.452071253643768], [-10.845311097367288, -7.454649983043969], [-10.883864271344127, -7.48370431302621], [-11.007532474090167, -7.592381645152573], [-11.134703410498101, -7.732006605156234], [-11.245743125636498, -7.867912576017457], [-11.498974309709178, -8.195450936719515], [-11.735100859822815, -8.598418560350872], [-11.919411881477794, -8.990979266940554], [-11.951861258109664, -9.063829900593749]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366233, 0.07335069605400031, 0.25000000144557827, 0.29340277915536944, 0.3402777790771016, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_17', 'kind': 'arc', 'construction': False, 'start': 't17_ts', 'end': 't17_te', 'center': 'center'}, {'id': 'bspline_right_17', 'kind': 'bspline', 'construction': False, 'start': 't17_te', 'end': 't17_be', 'control_points': [[-11.496120091027906, -9.635311248354387], [-11.417875309264868, -9.619886236382913], [-10.994143858507607, -9.527549251913566], [-10.54873637406069, -9.387011619365223], [-10.173060844315245, -9.213013611707837], [-10.015853658771649, -9.134999817624989], [-9.851431192485194, -9.042086798606222], [-9.717959863998002, -8.945702197344373], [-9.681055098448292, -8.914580828574296], [-9.677701873886344, -8.911478096580645]], 'degree': 3.0, 'knots': [0.0, 0.121093749748007, 0.659722220922899, 0.7065972208446306, 0.7499999985544212, 0.9266493039460005, 0.9930555542556333, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_17', 'kind': 'bspline', 'construction': False, 'start': 't17_be', 'end': 't18_rs', 'control_points': [[-9.677701873886344, -8.911478096580645], [-9.543403001425698, -8.787812222603074], [-9.502925809062479, -8.50236617083651], [-9.379259935084908, -8.636665043297155]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_18', 'kind': 'arc', 'construction': False, 'start': 't18_rs', 'end': 't18_re', 'center': 'center'}, {'id': 'fillet_left_18', 'kind': 'bspline', 'construction': False, 'start': 't18_re', 'end': 't18_bs', 'control_points': [[-8.636665043297157, -9.379259935084907], [-8.502366170836511, -9.502925809062477], [-8.787812222603076, -9.543403001425697], [-8.911478096580646, -9.677701873886342]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_18', 'kind': 'bspline', 'construction': False, 'start': 't18_bs', 'end': 't18_ts', 'control_points': [[-8.911478096580646, -9.677701873886342], [-8.914580828574286, -9.681055098448269], [-8.945702197344383, -9.717959863998024], [-9.042086798606224, -9.85143119248519], [-9.134999817624966, -10.015853658771633], [-9.21301361170784, -10.173060844315234], [-9.387011619365222, -10.548736374060681], [-9.5275492519136, -10.994143858507636], [-9.619886236382888, -11.41787530926484], [-9.635311248354391, -11.496120091027903]], 'degree': 3.0, 'knots': [0.0, 0.0069444457443658915, 0.073350696054, 0.25000000144557855, 0.2934027791553691, 0.3402777790771016, 0.8789062502519925, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_18', 'kind': 'arc', 'construction': False, 'start': 't18_ts', 'end': 't18_te', 'center': 'center'}, {'id': 'bspline_right_18', 'kind': 'bspline', 'construction': False, 'start': 't18_te', 'end': 't18_be', 'control_points': [[-9.06382990059376, -11.951861258109657], [-8.990979266940572, -11.919411881477794], [-8.598418560350881, -11.735100859822788], [-8.19545093671953, -11.498974309709183], [-7.867912576017476, -11.24574312563649], [-7.732006605156242, -11.134703410498087], [-7.592381645152572, -11.007532474090159], [-7.483704313026213, -10.8838642713441], [-7.4546499830439865, -10.845311097367299], [-7.452071253643777, -10.841539994681378]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800735, 0.659722220922899, 0.7065972208446307, 0.7499999985544217, 0.9266493039459995, 0.9930555542556342, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_18', 'kind': 'bspline', 'construction': False, 'start': 't18_be', 'end': 't19_rs', 'control_points': [[-7.452071253643777, -10.841539994681378], [-7.348657780083359, -10.691090371827062], [-7.372713157474942, -10.403794025889148], [-7.222263534620626, -10.507207499449565]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_19', 'kind': 'arc', 'construction': False, 'start': 't19_rs', 'end': 't19_re', 'center': 'center'}, {'id': 'fillet_left_19', 'kind': 'bspline', 'construction': False, 'start': 't19_re', 'end': 't19_bs', 'control_points': [[-6.333044138301298, -11.065941078025292], [-6.174594173188854, -11.156622079821162], [-6.443876473829584, -11.259602146496055], [-6.534557475625454, -11.4180521116085]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_19', 'kind': 'bspline', 'construction': False, 'start': 't19_bs', 'end': 't19_ts', 'control_points': [[-6.534557475625454, -11.4180521116085], [-6.536836252988789, -11.422011686650784], [-6.558965261170487, -11.464916328722456], [-6.623233134573807, -11.616488843832398], [-6.677229189458816, -11.797463987373568], [-6.71830512509359, -11.968089362876372], [-6.804344969679322, -12.373064121919363], [-6.842246540932417, -12.838576876052082], [-6.837979326249079, -13.272231406687407], [-6.835606499050701, -13.351946816480954]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366956, 0.07335069605399977, 0.2500000014455777, 0.29340277915536933, 0.3402777790771017, 0.8789062502519934, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_19', 'kind': 'arc', 'construction': False, 'start': 't19_ts', 'end': 't19_te', 'center': 'center'}, {'id': 'bspline_right_19', 'kind': 'bspline', 'construction': False, 'start': 't19_te', 'end': 't19_be', 'control_points': [[-6.177041431686207, -13.669095037756964], [-6.11323798111201, -13.621248443705857], [-5.771532651709007, -13.354205509106738], [-5.431211368188381, -13.034330412629167], [-5.168234317616385, -12.714564121111918], [-5.060444454310455, -12.576066479896491], [-4.952618379107203, -12.421014507870483], [-4.874184578571503, -12.276263943719345], [-4.85443758958239, -12.232212181663044], [-4.852762663603876, -12.227961807120272]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800592, 0.6597222209228989, 0.7065972208446307, 0.749999998554422, 0.9266493039459999, 0.9930555542556331, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_19', 'kind': 'bspline', 'construction': False, 'start': 't19_be', 'end': 't20_rs', 'control_points': [[-4.852762663603876, -12.227961807120272], [-4.785420172325066, -12.05827260770204], [-4.872801882402529, -11.783532206023168], [-4.703112682984297, -11.850874697301979]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_20', 'kind': 'arc', 'construction': False, 'start': 't20_rs', 'end': 't20_re', 'center': 'center'}, {'id': 'fillet_left_20', 'kind': 'bspline', 'construction': False, 'start': 't20_re', 'end': 't20_bs', 'control_points': [[-3.7118579557216873, -12.197729727967644], [-3.5372022408376185, -12.250878733500882], [-3.7768178513734223, -12.411197823937062], [-3.82996685690666, -12.58585353882113]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_20', 'kind': 'bspline', 'construction': False, 'start': 't20_bs', 'end': 't20_ts', 'control_points': [[-3.82996685690666, -12.58585353882113], [-3.831307412227353, -12.590220914717419], [-3.843334418947727, -12.636974015403347], [-3.8722629049608295, -12.799047238316762], [-3.8846344080522632, -12.987500209729111], [-3.886712766308065, -13.162987906393887], [-3.880480050743488, -13.576954769288688], [-3.8138450176554892, -14.03923003980292], [-3.71318757978207, -14.461062401366682], [-3.693135896877623, -14.538251175681138]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366917, 0.07335069605399974, 0.25000000144557843, 0.2934027791553696, 0.34027777907710177, 0.8789062502519941, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_20', 'kind': 'arc', 'construction': False, 'start': 't20_ts', 'end': 't20_te', 'center': 'center'}, {'id': 'bspline_right_20', 'kind': 'bspline', 'construction': False, 'start': 't20_te', 'end': 't20_be', 'control_points': [[-2.9805103123151544, -14.700903315040986], [-2.9289534162517397, -14.640058731586306], [-2.6552379960888914, -14.303674531858125], [-2.3946281828926557, -13.916090762036035], [-2.2093992098629243, -13.545823780158628], [-2.135130487949715, -13.386813062912527], [-2.064510147200041, -13.211655008586456], [-2.0202528765249035, -13.053080480742512], [-2.0108034250130573, -13.005739069900336], [-2.0101162902386873, -13.001222555028312]], 'degree': 3.0, 'knots': [0.0, 0.1210937497480059, 0.6597222209228991, 0.7065972208446311, 0.7499999985544219, 0.9266493039460006, 0.993055554255634, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_20', 'kind': 'bspline', 'construction': False, 'start': 't20_be', 'end': 't21_rs', 'control_points': [[-2.0101162902386873, -13.001222555028312], [-1.9822216149519578, -12.820802704065382], [-2.1285479738977724, -12.572394877601742], [-1.9481281229348442, -12.600289552888471]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_21', 'kind': 'arc', 'construction': False, 'start': 't21_rs', 'end': 't21_re', 'center': 'center'}, {'id': 'fillet_left_21', 'kind': 'bspline', 'construction': False, 'start': 't21_re', 'end': 't21_bs', 'control_points': [[-0.9045437158731758, -12.717873276066024], [-0.7224402180605216, -12.730825172268274], [-0.9203738112314799, -12.940444217837046], [-0.9333257074337287, -13.1225477156497]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_21', 'kind': 'bspline', 'construction': False, 'start': 't21_bs', 'end': 't21_ts', 'control_points': [[-0.9333257074337287, -13.1225477156497], [-0.9336608196703131, -13.127103893935939], [-0.9349827405920172, -13.175361057543864], [-0.9271212441313547, -13.339807960104947], [-0.8972478366053154, -13.526288940490808], [-0.8602243999207217, -13.697839272433967], [-0.7620316585898119, -14.10004021209994], [-0.5942013799634288, -14.535897586638736], [-0.40220110314375673, -14.924755343103577], [-0.36547603964259545, -14.995546914482555]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366275, 0.07335069605399973, 0.2500000014455782, 0.2934027791553695, 0.3402777790771012, 0.8789062502519928, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_21', 'kind': 'arc', 'construction': False, 'start': 't21_ts', 'end': 't21_te', 'center': 'center'}, {'id': 'bspline_right_21', 'kind': 'bspline', 'construction': False, 'start': 't21_te', 'end': 't21_be', 'control_points': [[0.3654760396425901, -14.995546914482555], [0.40220110314375374, -14.924755343103595], [0.5942013799634223, -14.53589758663873], [0.7620316585898067, -14.100040212099941], [0.8602243999207183, -13.697839272433983], [0.8972478366053123, -13.526288940490861], [0.9271212441313511, -13.339807960104949], [0.934982740592011, -13.175361057543848], [0.9336608196703101, -13.12710389393596], [0.933325707433724, -13.1225477156497]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800725, 0.6597222209228987, 0.7065972208446304, 0.7499999985544218, 0.9266493039460002, 0.9930555542556339, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_21', 'kind': 'bspline', 'construction': False, 'start': 't21_be', 'end': 't22_rs', 'control_points': [[0.933325707433724, -13.1225477156497], [0.9203738112314753, -12.940444217837046], [0.7224402180605171, -12.730825172268274], [0.9045437158731713, -12.717873276066024]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_22', 'kind': 'arc', 'construction': False, 'start': 't22_rs', 'end': 't22_re', 'center': 'center'}, {'id': 'fillet_left_22', 'kind': 'bspline', 'construction': False, 'start': 't22_re', 'end': 't22_bs', 'control_points': [[1.9481281229348397, -12.600289552888473], [2.128547973897767, -12.572394877601743], [1.9822216149519536, -12.820802704065384], [2.010116290238683, -13.001222555028312]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_22', 'kind': 'bspline', 'construction': False, 'start': 't22_bs', 'end': 't22_ts', 'control_points': [[2.010116290238683, -13.001222555028312], [2.01080342501305, -13.005739069900324], [2.0202528765248995, -13.053080480742516], [2.064510147200034, -13.211655008586433], [2.1351304879497097, -13.386813062912525], [2.209399209862919, -13.545823780158637], [2.3946281828926534, -13.916090762036038], [2.655237996088885, -14.30367453185811], [2.9289534162517343, -14.640058731586306], [2.9805103123151495, -14.700903315040987]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366574, 0.07335069605399991, 0.2500000014455786, 0.29340277915536955, 0.34027777907710144, 0.8789062502519941, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_22', 'kind': 'arc', 'construction': False, 'start': 't22_ts', 'end': 't22_te', 'center': 'center'}, {'id': 'bspline_right_22', 'kind': 'bspline', 'construction': False, 'start': 't22_te', 'end': 't22_be', 'control_points': [[3.693135896877618, -14.53825117568114], [3.7131875797820735, -14.461062401366696], [3.8138450176554852, -14.039230039802929], [3.880480050743491, -13.576954769288683], [3.8867127663080625, -13.162987906393882], [3.884634408052258, -12.987500209729125], [3.872262904960832, -12.799047238316772], [3.843334418947717, -12.636974015403345], [3.831307412227348, -12.590220914717419], [3.8299668569066556, -12.585853538821132]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800616, 0.6597222209228981, 0.7065972208446303, 0.7499999985544215, 0.9266493039460001, 0.9930555542556329, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_22', 'kind': 'bspline', 'construction': False, 'start': 't22_be', 'end': 't23_rs', 'control_points': [[3.8299668569066556, -12.585853538821132], [3.776817851373418, -12.411197823937064], [3.5372022408376145, -12.250878733500883], [3.7118579557216833, -12.197729727967646]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_23', 'kind': 'arc', 'construction': False, 'start': 't23_rs', 'end': 't23_re', 'center': 'center'}, {'id': 'fillet_left_23', 'kind': 'bspline', 'construction': False, 'start': 't23_re', 'end': 't23_bs', 'control_points': [[4.703112682984292, -11.85087469730198], [4.872801882402524, -11.78353220602317], [4.785420172325061, -12.058272607702042], [4.852762663603872, -12.227961807120273]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_23', 'kind': 'bspline', 'construction': False, 'start': 't23_bs', 'end': 't23_ts', 'control_points': [[4.852762663603872, -12.227961807120273], [4.854437589582377, -12.232212181663023], [4.8741845785715014, -12.276263943719357], [4.952618379107193, -12.421014507870462], [5.060444454310443, -12.576066479896488], [5.168234317616383, -12.71456412111191], [5.431211368188375, -13.03433041262918], [5.771532651708999, -13.354205509106757], [6.113237981111997, -13.621248443705833], [6.177041431686202, -13.669095037756966]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366006, 0.07335069605399999, 0.25000000144557794, 0.29340277915536933, 0.3402777790771012, 0.8789062502519936, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_23', 'kind': 'arc', 'construction': False, 'start': 't23_ts', 'end': 't23_te', 'center': 'center'}, {'id': 'bspline_right_23', 'kind': 'bspline', 'construction': False, 'start': 't23_te', 'end': 't23_be', 'control_points': [[6.835606499050695, -13.351946816480957], [6.837979326249067, -13.2722314066874], [6.842246540932416, -12.838576876052068], [6.80434496967931, -12.373064121919384], [6.718305125093605, -11.96808936287638], [6.677229189458813, -11.797463987373593], [6.623233134573815, -11.616488843832416], [6.558965261170482, -11.464916328722461], [6.536836252988797, -11.422011686650809], [6.53455747562545, -11.418052111608503]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800753, 0.6597222209228993, 0.7065972208446315, 0.7499999985544223, 0.9266493039460002, 0.9930555542556339, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_23', 'kind': 'bspline', 'construction': False, 'start': 't23_be', 'end': 't24_rs', 'control_points': [[6.53455747562545, -11.418052111608503], [6.4438764738295795, -11.259602146496059], [6.17459417318885, -11.156622079821165], [6.333044138301293, -11.065941078025295]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_24', 'kind': 'arc', 'construction': False, 'start': 't24_rs', 'end': 't24_re', 'center': 'center'}, {'id': 'fillet_left_24', 'kind': 'bspline', 'construction': False, 'start': 't24_re', 'end': 't24_bs', 'control_points': [[7.222263534620621, -10.507207499449567], [7.372713157474938, -10.40379402588915], [7.348657780083355, -10.691090371827066], [7.452071253643773, -10.841539994681382]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_24', 'kind': 'bspline', 'construction': False, 'start': 't24_bs', 'end': 't24_ts', 'control_points': [[7.452071253643773, -10.841539994681382], [7.454649983043977, -10.845311097367293], [7.483704313026217, -10.883864271344116], [7.592381645152575, -11.00753247409017], [7.732006605156245, -11.134703410498089], [7.8679125760174555, -11.24574312563649], [8.19545093671953, -11.498974309709189], [8.598418560350884, -11.735100859822818], [8.990979266940561, -11.919411881477794], [9.063829900593754, -11.95186125810966]], 'degree': 3.0, 'knots': [0.0, 0.006944445744365503, 0.07335069605399964, 0.2500000014455776, 0.2934027791553689, 0.34027777907710105, 0.8789062502519931, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_24', 'kind': 'arc', 'construction': False, 'start': 't24_ts', 'end': 't24_te', 'center': 'center'}, {'id': 'bspline_right_24', 'kind': 'bspline', 'construction': False, 'start': 't24_te', 'end': 't24_be', 'control_points': [[9.63531124835438, -11.496120091027912], [9.61988623638289, -11.41787530926486], [9.527549251913593, -10.994143858507659], [9.387011619365214, -10.54873637406069], [9.213013611707844, -10.173060844315264], [9.134999817624987, -10.015853658771645], [9.042086798606222, -9.851431192485215], [8.94570219734436, -9.717959863998006], [8.914580828574298, -9.681055098448299], [8.91147809658064, -9.677701873886349]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800684, 0.6597222209228988, 0.7065972208446317, 0.7499999985544218, 0.9266493039460004, 0.9930555542556344, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_24', 'kind': 'bspline', 'construction': False, 'start': 't24_be', 'end': 't25_rs', 'control_points': [[8.91147809658064, -9.677701873886349], [8.787812222603069, -9.543403001425704], [8.502366170836504, -9.502925809062484], [8.63666504329715, -9.379259935084914]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_25', 'kind': 'arc', 'construction': False, 'start': 't25_rs', 'end': 't25_re', 'center': 'center'}, {'id': 'fillet_left_25', 'kind': 'bspline', 'construction': False, 'start': 't25_re', 'end': 't25_bs', 'control_points': [[9.37925993508491, -8.636665043297153], [9.50292580906248, -8.502366170836508], [9.5434030014257, -8.787812222603073], [9.677701873886345, -8.911478096580643]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_25', 'kind': 'bspline', 'construction': False, 'start': 't25_bs', 'end': 't25_ts', 'control_points': [[9.677701873886345, -8.911478096580643], [9.681055098448303, -8.914580828574309], [9.717959863998, -8.94570219734437], [9.85143119248521, -9.04208679860623], [10.015853658771626, -9.134999817624967], [10.173060844315247, -9.213013611707831], [10.548736374060695, -9.387011619365218], [10.994143858507638, -9.527549251913586], [11.417875309264858, -9.619886236382888], [11.496120091027908, -9.635311248354384]], 'degree': 3.0, 'knots': [0.0, 0.006944445744365878, 0.07335069605399941, 0.2500000014455779, 0.2934027791553693, 0.340277779077101, 0.878906250251993, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_25', 'kind': 'arc', 'construction': False, 'start': 't25_ts', 'end': 't25_te', 'center': 'center'}, {'id': 'bspline_right_25', 'kind': 'bspline', 'construction': False, 'start': 't25_te', 'end': 't25_be', 'control_points': [[11.951861258109657, -9.06382990059376], [11.919411881477794, -8.990979266940572], [11.735100859822788, -8.598418560350881], [11.498974309709183, -8.19545093671953], [11.24574312563649, -7.867912576017476], [11.134703410498087, -7.732006605156242], [11.007532474090159, -7.592381645152572], [10.8838642713441, -7.483704313026213], [10.845311097367299, -7.4546499830439865], [10.841539994681378, -7.452071253643777]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800735, 0.659722220922899, 0.7065972208446307, 0.7499999985544217, 0.9266493039459995, 0.9930555542556342, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_25', 'kind': 'bspline', 'construction': False, 'start': 't25_be', 'end': 't26_rs', 'control_points': [[10.841539994681378, -7.452071253643777], [10.691090371827062, -7.348657780083359], [10.403794025889148, -7.372713157474942], [10.507207499449565, -7.222263534620626]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_26', 'kind': 'arc', 'construction': False, 'start': 't26_rs', 'end': 't26_re', 'center': 'center'}, {'id': 'fillet_left_26', 'kind': 'bspline', 'construction': False, 'start': 't26_re', 'end': 't26_bs', 'control_points': [[11.065941078025292, -6.3330441383012985], [11.156622079821162, -6.174594173188855], [11.259602146496055, -6.443876473829585], [11.4180521116085, -6.534557475625455]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_26', 'kind': 'bspline', 'construction': False, 'start': 't26_bs', 'end': 't26_ts', 'control_points': [[11.4180521116085, -6.534557475625455], [11.422011686650787, -6.536836252988786], [11.464916328722476, -6.5589652611705], [11.616488843832416, -6.623233134573811], [11.797463987373577, -6.677229189458823], [11.968089362876386, -6.718305125093593], [12.373064121919386, -6.804344969679327], [12.838576876052059, -6.842246540932408], [13.272231406687387, -6.837979326249071], [13.351946816480954, -6.8356064990507015]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366744, 0.07335069605399977, 0.25000000144557766, 0.29340277915536933, 0.34027777907710166, 0.8789062502519935, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_26', 'kind': 'arc', 'construction': False, 'start': 't26_ts', 'end': 't26_te', 'center': 'center'}, {'id': 'bspline_right_26', 'kind': 'bspline', 'construction': False, 'start': 't26_te', 'end': 't26_be', 'control_points': [[13.669095037756964, -6.177041431686208], [13.621248443705861, -6.113237981112012], [13.354205509106707, -5.771532651709007], [13.034330412629188, -5.431211368188393], [12.714564121111904, -5.16823431761639], [12.576066479896497, -5.0604444543104545], [12.421014507870481, -4.952618379107207], [12.276263943719357, -4.874184578571503], [12.232212181663044, -4.854437589582389], [12.22796180712027, -4.852762663603877]], 'degree': 3.0, 'knots': [0.0, 0.12109374974800638, 0.659722220922899, 0.7065972208446308, 0.7499999985544222, 0.926649303946, 0.9930555542556331, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_26', 'kind': 'bspline', 'construction': False, 'start': 't26_be', 'end': 't27_rs', 'control_points': [[12.22796180712027, -4.852762663603877], [12.058272607702039, -4.7854201723250664], [11.783532206023166, -4.872801882402529], [11.850874697301977, -4.7031126829842975]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_root_27', 'kind': 'arc', 'construction': False, 'start': 't27_rs', 'end': 't27_re', 'center': 'center'}, {'id': 'fillet_left_27', 'kind': 'bspline', 'construction': False, 'start': 't27_re', 'end': 't27_bs', 'control_points': [[12.197729727967644, -3.711857955721688], [12.250878733500882, -3.5372022408376194], [12.411197823937062, -3.7768178513734227], [12.58585353882113, -3.8299668569066605]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'bspline_left_27', 'kind': 'bspline', 'construction': False, 'start': 't27_bs', 'end': 't27_ts', 'control_points': [[12.58585353882113, -3.8299668569066605], [12.590220914717392, -3.831307412227342], [12.636974015403384, -3.843334418947735], [12.799047238316755, -3.8722629049608255], [12.987500209729147, -3.884634408052274], [13.162987906393901, -3.886712766308067], [13.57695476928869, -3.88048005074349], [14.039230039802922, -3.813845017655494], [14.461062401366691, -3.7131875797820717], [14.538251175681138, -3.693135896877624]], 'degree': 3.0, 'knots': [0.0, 0.006944445744366976, 0.07335069605399974, 0.25000000144557843, 0.2934027791553696, 0.34027777907710177, 0.878906250251994, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'arc_tip_27', 'kind': 'arc', 'construction': False, 'start': 't27_ts', 'end': 't27_te', 'center': 'center'}, {'id': 'bspline_right_27', 'kind': 'bspline', 'construction': False, 'start': 't27_te', 'end': 't27_be', 'control_points': [[14.700903315040986, -2.9805103123151553], [14.640058731586295, -2.9289534162517388], [14.303674531858125, -2.6552379960888923], [13.91609076203604, -2.3946281828926566], [13.545823780158658, -2.20939920986293], [13.386813062912521, -2.135130487949714], [13.211655008586439, -2.06451014720004], [13.053080480742484, -2.0202528765249017], [13.005739069900333, -2.0108034250130578], [13.001222555028312, -2.010116290238688]], 'degree': 3.0, 'knots': [0.0, 0.1210937497480059, 0.6597222209228991, 0.7065972208446311, 0.749999998554422, 0.9266493039460009, 0.9930555542556342, 1.0], 'multiplicities': [4.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 4.0], 'weights': None, 'periodic': False}, {'id': 'fillet_right_27', 'kind': 'bspline', 'construction': False, 'start': 't27_be', 'end': 't0_rs', 'control_points': [[13.001222555028312, -2.010116290238688], [12.820802704065384, -1.9822216149519587], [12.572394877601743, -2.1285479738977666], [12.600289552888473, -1.9481281229348386]], 'degree': 3.0, 'knots': [0.0, 1.0], 'multiplicities': [4.0, 4.0], 'weights': None, 'periodic': False}], 'constraints': [{'id': 'c_fix_0', 'kind': 'fix', 'targets': [{'sketch_id': 'sketch_153e882b', 'entity_id': 'center', 'kind': 'point', 'subentity': 'geometry'}], 'driving': True}, {'id': 'c_radius_0', 'kind': 'radius', 'targets': [{'sketch_id': 'sketch_153e882b', 'entity_id': 'root_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True, 'value': 12.75}, {'id': 'c_radius_1', 'kind': 'radius', 'targets': [{'sketch_id': 'sketch_153e882b', 'entity_id': 'pitch_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True, 'value': 14.0}, {'id': 'c_radius_2', 'kind': 'radius', 'targets': [{'sketch_id': 'sketch_153e882b', 'entity_id': 'tip_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True, 'value': 15.0}, {'id': 'c_concentric_0', 'kind': 'concentric', 'targets': [{'sketch_id': 'sketch_153e882b', 'entity_id': 'root_circle', 'kind': 'circle', 'subentity': 'geometry'}, {'sketch_id': 'sketch_153e882b', 'entity_id': 'pitch_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True}, {'id': 'c_concentric_1', 'kind': 'concentric', 'targets': [{'sketch_id': 'sketch_153e882b', 'entity_id': 'tip_circle', 'kind': 'circle', 'subentity': 'geometry'}, {'sketch_id': 'sketch_153e882b', 'entity_id': 'pitch_circle', 'kind': 'circle', 'subentity': 'geometry'}], 'driving': True}]}, require_fully_constrained=False" }, "context": { "origin": [ @@ -38313,8 +38838,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_179fdf84", + "graph_id": "graph_ff292a54", + "node_id": "node_d9630b3f", "entity_type": "Sketch", "entity_id": "make_face_from_sketch_rface:0" } @@ -38327,7 +38852,7 @@ } }, { - "node_id": "node_8fea884f", + "node_id": "node_c48e5990", "op": "make_extrude_rsolid", "params": { "direction": [ @@ -38338,7 +38863,7 @@ "distance": 4.0 }, "inputs": [ - "node_179fdf84" + "node_d9630b3f" ], "output_count": 1, "tags": [], @@ -38372,8 +38897,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8fea884f", + "graph_id": "graph_ff292a54", + "node_id": "node_c48e5990", "entity_type": "Feature", "entity_id": "make_extrude_rsolid:0" } @@ -38389,11 +38914,11 @@ "modified": [], "generated": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8fea884f", + "graph_id": "graph_ff292a54", + "node_id": "node_c48e5990", "output_slot": 0, "kind": "FACE", - "topo_id": "1889415570870221748" + "topo_id": "7462645801648197852" } ], "deleted": [], @@ -38403,22 +38928,30 @@ } }, { - "node_id": "node_1744b92f", + "node_id": "node_f2b82caa", "op": "make_cut_rsolid", "params": { - "tool_count": 1.0, + "tool_count": 9.0, "skip_non_intersecting": false }, "inputs": [ - "node_8fea884f", - "node_c9f368b3" + "node_c48e5990", + "node_3d8e6e39", + "node_a5e16537", + "node_cf18edc3", + "node_d9537c9c", + "node_ec33a825", + "node_4e3cc73e", + "node_33c8aee0", + "node_731b6d5c", + "node_b154936b" ], "output_count": 1, "tags": [], "display": { "label": "Cut Rsolid", "category": "boolean", - "summary": "tool_count=1, skip_non_intersecting=False" + "summary": "tool_count=9, skip_non_intersecting=False" }, "context": { "origin": [ @@ -38445,8 +38978,8 @@ "semantic_delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "entity_type": "Feature", "entity_id": "make_cut_rsolid:0" } @@ -38460,1279 +38993,12773 @@ "topo_delta": { "preserved": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1495084864566067444" + "topo_id": "2225848317088223795" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2025017437896139024" + "topo_id": "4903845141340762260" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1250527023957064927" + "topo_id": "7246832834299265161" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "462989329755228402" + "topo_id": "1751036568272708300" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3018955301716470811" + "topo_id": "6750574462588490841" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1311432791581446992" + "topo_id": "2766432272628397020" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "603483056604442051" + "topo_id": "2363134534955968566" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7841441886749928513" + "topo_id": "1998442118362289325" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1298316702993296298" + "topo_id": "739493536761977042" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "960052558302116007" + "topo_id": "1103667473418088219" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "172778661983388282" + "topo_id": "7087153965093658096" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "936189835587706908" + "topo_id": "2223720976537332848" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1815968138441510827" + "topo_id": "5350943583734939343" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8725809393579447823" + "topo_id": "377767852394922764" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1339910868285165317" + "topo_id": "7375988323233341180" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2018989384560735525" + "topo_id": "1131443122785031922" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1794386686988309227" + "topo_id": "1626049293067463037" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1203794846640346065" + "topo_id": "241025129174118551" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6496701094910587025" + "topo_id": "1193475045457854981" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1767810689957242589" + "topo_id": "7347583451764859236" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3538899438670410278" + "topo_id": "2030344205342096602" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "177576615504479147" + "topo_id": "1477730213161749249" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "173234327362266378" + "topo_id": "1330084545849610380" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3638731513860103618" + "topo_id": "2112863658436516887" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2184358032505345866" + "topo_id": "1544737397628630898" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4241529265939086728" + "topo_id": "1382389024594339480" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4407087445697931723" + "topo_id": "1480926136739286432" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3426448715772735971" + "topo_id": "2360641634375562921" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1541919270972402237" + "topo_id": "647086125709296944" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1649719634324184318" + "topo_id": "471061604776108303" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1405668303225951043" + "topo_id": "2780884945088837954" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8185311058318267324" + "topo_id": "1614041168387896134" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5405902124877790660" + "topo_id": "1177877810029180573" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3503969570197097430" + "topo_id": "8744288143084691858" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1171348760292594717" + "topo_id": "297731615428968741" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1425469657264771461" + "topo_id": "1261755439040806204" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "739788964040324327" + "topo_id": "9190845904726706944" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8595791426563317424" + "topo_id": "2062045243939487366" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1157871395279604574" + "topo_id": "2061039217435346123" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "876243099579044020" + "topo_id": "5373940756356872214" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8939420922897189736" + "topo_id": "1092068267614063628" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1241772238776204268" + "topo_id": "7008440738495984505" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "13446607939482025" + "topo_id": "2290463099723776579" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1054910005836676782" + "topo_id": "4550576561806125005" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8264014273302165962" + "topo_id": "1784129415356065011" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6031726825516356875" + "topo_id": "5678334302342000647" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "467944133361694146" + "topo_id": "811333066212751218" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4195545433823468393" + "topo_id": "2652430176158954734" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3351375783336408961" + "topo_id": "1100993812187394273" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1503995384074066" + "topo_id": "4444525699257750659" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "845974758055370961" + "topo_id": "866994719427878145" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1350969891039380084" + "topo_id": "2075833530215333701" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1427504905651185531" + "topo_id": "7772514982764498309" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2105752110633670703" + "topo_id": "7602491954564661924" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6640449533673877030" + "topo_id": "802640744965387994" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "684557229983957510" + "topo_id": "1389978557151374492" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6431435575203993556" + "topo_id": "7833322140790189049" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6067137094140623431" + "topo_id": "686716754554911372" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2151127870620399320" + "topo_id": "2260940061423550112" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1044634828406014262" + "topo_id": "822778488378095244" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2971702395118941324" + "topo_id": "692807291058397225" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1529606194376419043" + "topo_id": "4928297128058462908" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2156409534100043437" + "topo_id": "2286836459710368237" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "844897703999572840" + "topo_id": "4577061020327218874" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "443137395847310982" + "topo_id": "2638772435792143327" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3603677921277751837" + "topo_id": "2914306756946241844" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "103137230026639888" + "topo_id": "8952166288615045175" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2293297898657884130" + "topo_id": "4859147781195670580" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3820102777440899067" + "topo_id": "1811632470708428318" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1638948321310166027" + "topo_id": "4767867856666011189" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "981430428765411240" + "topo_id": "1744956001686929794" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1820861157893490563" + "topo_id": "975577490717270608" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1850390985816378644" + "topo_id": "1410670632833915762" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "978726434904452622" + "topo_id": "8681113590543559766" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1357626433585731803" + "topo_id": "574724257237750258" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3789165494477782560" + "topo_id": "1213837111879045907" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2109559151790843758" + "topo_id": "1233197183913247707" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3729988402005097980" + "topo_id": "1311769104382170340" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "675384880487087975" + "topo_id": "754030680679088150" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1820872574289748353" + "topo_id": "983327222449205411" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "218927933438246237" + "topo_id": "4287443276973345506" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3243662587556597868" + "topo_id": "574687303748136565" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1521051125336124171" + "topo_id": "2038554558594244421" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3277576665374409262" + "topo_id": "1271246596163524172" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1060488558556440186" + "topo_id": "1178012562052852877" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1237940459826302495" + "topo_id": "3730214787487166898" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1600503282919241616" + "topo_id": "2216285198913132387" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "557316225908595211" + "topo_id": "4209138982260320751" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "893877765486168792" + "topo_id": "9161145022502944280" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2272456389345927878" + "topo_id": "1668930261233521670" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1007270707557151823" + "topo_id": "3066755898407865405" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2575889926450360299" + "topo_id": "4812762959009503425" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "792461074974938837" + "topo_id": "2279768727984118215" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4967857684497054651" + "topo_id": "752981812854641183" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4329785862419730881" + "topo_id": "479933697790071402" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2833084431154706505" + "topo_id": "1955934573425160180" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6147783126605202009" + "topo_id": "2308057680689706157" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6089430519706956036" + "topo_id": "1423253199075094003" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1460245351141750960" + "topo_id": "6252031517737164934" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "380026887411431187" + "topo_id": "1741306650826058940" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "407820186769640526" + "topo_id": "8760755147090182499" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "211047821420325459" + "topo_id": "7144482006871865411" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1241307266817492701" + "topo_id": "5955965582032884220" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5001443947739403656" + "topo_id": "1158685491022459569" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5817449043609765464" + "topo_id": "2008213571000638402" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1075666239364560339" + "topo_id": "2173019088337156708" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1933939372652745766" + "topo_id": "51573691637091042" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1910896006500355275" + "topo_id": "8005792910683782296" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2291506617152115396" + "topo_id": "3302923249210107847" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4132992171882227801" + "topo_id": "29997488447722873" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8711577298170609105" + "topo_id": "2112493603746858813" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8181745437699352114" + "topo_id": "706131000598753489" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "522921590993284755" + "topo_id": "3140217457988396492" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "474454671712624056" + "topo_id": "8738769712428375882" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2822350334989709950" + "topo_id": "201433766823725185" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2133897765756305028" + "topo_id": "3375303518351473057" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5231679544762837922" + "topo_id": "6760078926935854621" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1787342270640927339" + "topo_id": "2909862694412775370" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2093396314086644184" + "topo_id": "758493420243515869" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1332309362113829505" + "topo_id": "3858386088202460342" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1059456272603381492" + "topo_id": "1370574747495869901" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8421738320888315823" + "topo_id": "36156302053992809" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7320990168909249131" + "topo_id": "2487224819567671480" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1549057656511270344" + "topo_id": "254395750370315094" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "462089168665765523" + "topo_id": "2393906451624347185" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "291578673049846082" + "topo_id": "7477614187005085920" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2171164445909468948" + "topo_id": "5027020181132435775" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7705971067744520069" + "topo_id": "330537943351355483" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "602306154703337035" + "topo_id": "863231354411867851" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1822927303889293291" + "topo_id": "6983884591598913747" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1774167877458738385" + "topo_id": "1773566578572826505" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7122163789673488264" + "topo_id": "5161751843194801723" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1584565052627444537" + "topo_id": "26545789328997202" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1350865366252443254" + "topo_id": "466464288248192833" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5319747737487926816" + "topo_id": "7238016490051797943" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2059106415464864099" + "topo_id": "1318683445010734282" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1237218163462960103" + "topo_id": "929733099934307562" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5758178809549595750" + "topo_id": "4890713625593784084" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1719982991160360958" + "topo_id": "3741729634718589911" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1250588791579585741" + "topo_id": "2606366173518043694" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1303979782388314412" + "topo_id": "57239486294626272" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7422050904473339304" + "topo_id": "9214662932769823396" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1093254473710234089" + "topo_id": "1176924176968054147" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "9008260202513983028" + "topo_id": "5001036174541215332" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5167142126936958301" + "topo_id": "8714776207833672570" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1090542730312916360" + "topo_id": "869808472772715918" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6637837459552289477" + "topo_id": "976141358632923173" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1411807871353101773" + "topo_id": "1892324964282150621" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2170635152177369157" + "topo_id": "8670410307859944684" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3949471444226478825" + "topo_id": "1388193861416803667" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1818810352616581296" + "topo_id": "474224468499879494" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "964633499004593242" + "topo_id": "2263929831371077247" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4731079696028194090" + "topo_id": "1247150437631306262" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5171568423686258430" + "topo_id": "1759258031932037201" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1278527188997132799" + "topo_id": "1575964715719450601" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "218040626164760893" + "topo_id": "4936710923449494071" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4392052326842015177" + "topo_id": "6315173983599943473" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7979954952042406834" + "topo_id": "1360473259509438433" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3314982697157037690" + "topo_id": "67704828971613758" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3283594110611172129" + "topo_id": "1350537621883145335" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8852536101218082967" + "topo_id": "5812167567998334963" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2010849049255056501" + "topo_id": "1626087496708561409" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6887628387290422296" + "topo_id": "2275826691582302079" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "347248173269097011" + "topo_id": "6924957083159820100" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2159991416635445780" + "topo_id": "4391490245703693674" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "604020735571959240" + "topo_id": "6806422887601886743" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2120758308478921920" + "topo_id": "239532634456095419" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1203769937708723434" + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2107851257937935552" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "57239486294626272" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "929733099934307562" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2487224819567671480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "36156302053992809" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1370574747495869901" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "902493951468708558" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "57239486294626272" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "929733099934307562" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2487224819567671480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "36156302053992809" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1370574747495869901" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "57239486294626272" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "929733099934307562" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2487224819567671480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "36156302053992809" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1370574747495869901" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1981950199656041868" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "57239486294626272" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "929733099934307562" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1981950199656041868" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1981950199656041868" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1762218165426274468" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2924593612942081579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1971878083348679734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4165542049085203369" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1762218165426274468" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2924593612942081579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1971878083348679734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4165542049085203369" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "293644225294148420" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2088638666383897907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1762218165426274468" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2924593612942081579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1971878083348679734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4165542049085203369" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "643658114936932474" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" } ], "modified": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2127382393542139464" + "topo_id": "2107851257937935552" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8895018944467994035" + "topo_id": "481354503732134950" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3373733406843830055" + "topo_id": "2079010433622333268" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9179693836652258027" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2101663719382155092" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1671808297100046860" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1981950199656041868" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2146940540815182997" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1753978483824148184" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1531513083113754932" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8099162054007723986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "624479087505418741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5889031682207961001" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1762218165426274468" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4165542049085203369" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1971878083348679734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2924593612942081579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2024723517535435772" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2148367950143520856" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8685200428289522319" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "293644225294148420" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2088638666383897907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8878212345783855113" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "177123982217248190" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "643658114936932474" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "956072906306247094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5767571299540252350" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1036998363664629525" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9081575313598628105" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6880910541577707188" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2251472026797377574" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4524133658318250543" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "962952880597960949" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1280413933116676183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "801789379351756897" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "966205360820412276" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1107944654376882139" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2116333977190396230" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6955634311328946317" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7986896384717737905" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1608879278449926554" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8682891844607491117" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "602314610833235031" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1771745615304506394" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1868062695930819715" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "894003903365689139" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8392064464834242560" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1154156964392833248" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3948339492677831745" } ], "generated": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5548916529568088225" + "topo_id": "6507850846290516864" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6916561905773084239" + "topo_id": "5532775510822146896" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1236330499679390632" + "topo_id": "1406836256624468514" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1082150162046185245" + "topo_id": "142828312317330933" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6916561905773084239" + "topo_id": "5532775510822146896" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1082150162046185245" + "topo_id": "142828312317330933" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1262109917634436126" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1180079771224300823" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2041476680626990749" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1950088862086012269" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1112895296842357478" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6771191033936062586" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4470698392581398419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5326047001255414789" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1180079771224300823" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1950088862086012269" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1112895296842357478" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6771191033936062586" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1376728338855746347" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8026866060789891838" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "953501578457172643" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6389648291104148553" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8026866060789891838" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6389648291104148553" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7352391668136790599" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2215001285004532765" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3097044989825033881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "244150959910498843" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2716304435925181322" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1949982846017503361" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "816080137420639106" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2480909105327737364" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1307462251933439202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "49132541920231178" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1826270860068940730" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "386470284277123238" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2215001285004532765" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3097044989825033881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2716304435925181322" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1949982846017503361" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "816080137420639106" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2480909105327737364" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2272800013939996311" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "603123305948015777" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1127898047898542058" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8842046810112325959" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1441382586659649126" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1354013207719100656" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "493577844792705518" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1913928933414143150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1300943487247485098" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5153622131979573820" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3712214152320418607" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1376370326949220129" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "603123305948015777" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1127898047898542058" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1441382586659649126" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1354013207719100656" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "493577844792705518" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1913928933414143150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9198307334359094878" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "178444035387333880" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "559084203054356995" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410288542450096692" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1309691108918121677" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2288491217856051094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5702504458718316555" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1255870043675504719" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "178444035387333880" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "559084203054356995" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1309691108918121677" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2288491217856051094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "830001350114594406" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4204616728662275993" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6116749249704899986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8549199327010453342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1962240133459644943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "204696106387041388" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7928533690513781" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "399964446644637633" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4204616728662275993" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8549199327010453342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1962240133459644943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "204696106387041388" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "339036576578405893" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1493871719501866737" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1661810826026580217" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1385150536134470477" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "645916730753972987" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "547843200760400986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2395362167753591077" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5704167881452637973" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1774405889830399762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "649808034122149141" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1757685798572594033" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1088620978714506942" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1202532899914578887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "604160845067042467" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7125828348771707390" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "805041216144260224" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2212793477202963881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480135967961552834" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "830570327794485876" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "560771856558693744" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "80466448965704699" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1524080427163841186" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3700173834376501440" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1333276241396790401" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1979730915371748738" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4566630278004256287" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1325012165426196057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1874975733250918560" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2031416652784971832" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "930130841193998164" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6872612241639664280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "788915490086727200" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3163129919919560538" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7760085931481254080" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "815471305360142571" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "352955113874452999" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1355664709177448022" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1725329609135835519" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2114082637036307917" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "472138773063686190" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4728374170235775622" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1907694281236775970" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3526681937496966045" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "339036576578405893" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1493871719501866737" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "649808034122149141" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1202532899914578887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "830570327794485876" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1524080427163841186" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2165467738606125208" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "788915490086727200" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1355664709177448022" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "991750397866167790" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1912654695240443351" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1661810826026580217" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "547843200760400986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3163129919919560538" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7070286097073974075" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "48720626870789563" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1385150536134470477" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1874975733250918560" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1725329609135835519" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1096288433972448617" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5058333742025086238" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2304659462217052993" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "729609239395590255" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1901501549945512557" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "80585410209859129" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "557059868151942100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8053132237447379171" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1417635468736047942" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8418779381697998829" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2395362167753591077" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5704167881452637973" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1757685798572594033" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "604160845067042467" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7125828348771707390" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "805041216144260224" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2212793477202963881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "560771856558693744" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3700173834376501440" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1333276241396790401" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1979730915371748738" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4566630278004256287" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2031416652784971832" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7760085931481254080" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2114082637036307917" } ], "deleted": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2064420579174105465" + "topo_id": "8122577336593503133" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7920699569291043475" + "topo_id": "8271688531901838021" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "465789255506526117" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1989702716894281845" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1621765135430598653" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3458211661435580711" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1317531193911696191" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1205081471319790590" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "36156302053992809" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4780196677922957067" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1148704597766527225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8819457787246770977" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1537062835764124530" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7127101623610158401" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7798987352551479495" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "415166200862053572" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1149317789781699515" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802567163369910598" } ], "section_edges": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "EDGE", - "topo_id": "6916561905773084239" + "topo_id": "5532775510822146896" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "EDGE", - "topo_id": "1082150162046185245" + "topo_id": "142828312317330933" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1180079771224300823" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1950088862086012269" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1112895296842357478" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "6771191033936062586" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "8026866060789891838" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "6389648291104148553" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2215001285004532765" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "3097044989825033881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2716304435925181322" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1949982846017503361" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "816080137420639106" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2480909105327737364" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "603123305948015777" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1127898047898542058" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1441382586659649126" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1354013207719100656" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "493577844792705518" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1913928933414143150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "178444035387333880" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "559084203054356995" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1309691108918121677" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2288491217856051094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "4204616728662275993" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "8549199327010453342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1962240133459644943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "204696106387041388" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "339036576578405893" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1493871719501866737" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1661810826026580217" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1385150536134470477" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "547843200760400986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2395362167753591077" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "5704167881452637973" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "649808034122149141" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1757685798572594033" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1202532899914578887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "604160845067042467" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "7125828348771707390" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "805041216144260224" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2212793477202963881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "830570327794485876" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "560771856558693744" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1524080427163841186" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "3700173834376501440" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1333276241396790401" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1979730915371748738" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "4566630278004256287" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1874975733250918560" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2031416652784971832" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "788915490086727200" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "3163129919919560538" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "7760085931481254080" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1355664709177448022" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1725329609135835519" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2114082637036307917" } ], "entries": [], @@ -39745,6 +51772,70 @@ "generated": 6, "deleted": 2, "section_edges": 2 + }, + { + "index": 1, + "preserved": 170, + "modified": 2, + "generated": 0, + "deleted": 2, + "section_edges": 0 + }, + { + "index": 2, + "preserved": 169, + "modified": 4, + "generated": 12, + "deleted": 2, + "section_edges": 4 + }, + { + "index": 3, + "preserved": 171, + "modified": 3, + "generated": 6, + "deleted": 2, + "section_edges": 2 + }, + { + "index": 4, + "preserved": 169, + "modified": 6, + "generated": 18, + "deleted": 3, + "section_edges": 6 + }, + { + "index": 5, + "preserved": 168, + "modified": 6, + "generated": 18, + "deleted": 5, + "section_edges": 6 + }, + { + "index": 6, + "preserved": 171, + "modified": 4, + "generated": 12, + "deleted": 2, + "section_edges": 4 + }, + { + "index": 7, + "preserved": 172, + "modified": 4, + "generated": 12, + "deleted": 2, + "section_edges": 4 + }, + { + "index": 8, + "preserved": 160, + "modified": 24, + "generated": 87, + "deleted": 1, + "section_edges": 29 } ] } @@ -39753,1409 +51844,1441 @@ ], "edges": [ [ - "node_073237c0", - "node_b369469c" + "node_1cfbd7a6", + "node_2bf76cb4" ], [ - "node_b369469c", - "node_8b33cef6" + "node_2bf76cb4", + "node_8d4c5a3a" ], [ - "node_8b33cef6", - "node_0b92df99" + "node_8d4c5a3a", + "node_1d5d7ccd" ], [ - "node_0b92df99", - "node_ed922650" + "node_1d5d7ccd", + "node_4bab5c2f" ], [ - "node_ed922650", - "node_4d966503" + "node_4bab5c2f", + "node_e9ca5e28" ], [ - "node_4d966503", - "node_56ea5cec" + "node_e9ca5e28", + "node_013669ab" ], [ - "node_56ea5cec", - "node_fbe7fde3" + "node_013669ab", + "node_1209e4ae" ], [ - "node_fbe7fde3", - "node_b971e4a6" + "node_1209e4ae", + "node_decc77d3" ], [ - "node_b971e4a6", - "node_90bbb001" + "node_decc77d3", + "node_10ee74ee" ], [ - "node_90bbb001", - "node_ac4f7841" + "node_10ee74ee", + "node_285b3e80" ], [ - "node_ac4f7841", - "node_97d35a8d" + "node_285b3e80", + "node_e11edc3a" ], [ - "node_97d35a8d", - "node_08917a0b" + "node_e11edc3a", + "node_d9149610" ], [ - "node_08917a0b", - "node_e055b0c5" + "node_d9149610", + "node_4afdb7c6" ], [ - "node_e055b0c5", - "node_0a33fb50" + "node_4afdb7c6", + "node_804967f4" ], [ - "node_0a33fb50", - "node_22874959" + "node_804967f4", + "node_d91df3c1" ], [ - "node_22874959", - "node_716f895e" + "node_d91df3c1", + "node_c07da602" ], [ - "node_716f895e", - "node_da720774" + "node_c07da602", + "node_1d4814c6" ], [ - "node_da720774", - "node_a2af2ce0" + "node_1d4814c6", + "node_6df5389e" ], [ - "node_a2af2ce0", - "node_75676d8a" + "node_6df5389e", + "node_57ec8bf7" ], [ - "node_75676d8a", - "node_3a843e10" + "node_57ec8bf7", + "node_3ebe5205" ], [ - "node_3a843e10", - "node_e5501e4e" + "node_3ebe5205", + "node_a490dac8" ], [ - "node_e5501e4e", - "node_90571c07" + "node_a490dac8", + "node_915e3763" ], [ - "node_90571c07", - "node_fe7b1596" + "node_915e3763", + "node_1e5a77dd" ], [ - "node_fe7b1596", - "node_cbd42eff" + "node_1e5a77dd", + "node_a225f6d8" ], [ - "node_cbd42eff", - "node_378b5248" + "node_a225f6d8", + "node_860c857f" ], [ - "node_378b5248", - "node_9286c0fd" + "node_860c857f", + "node_0f29984c" ], [ - "node_9286c0fd", - "node_d196b036" + "node_0f29984c", + "node_bab6503b" ], [ - "node_d196b036", - "node_814b4fc5" + "node_bab6503b", + "node_3c66884e" ], [ - "node_814b4fc5", - "node_7d711f2a" + "node_3c66884e", + "node_8b049c56" ], [ - "node_7d711f2a", - "node_ade6ad44" + "node_8b049c56", + "node_899d5ed4" ], [ - "node_ade6ad44", - "node_934099f8" + "node_899d5ed4", + "node_4cbd40c5" ], [ - "node_934099f8", - "node_b92873a0" + "node_4cbd40c5", + "node_0b5ca1b2" ], [ - "node_b92873a0", - "node_a34074cf" + "node_0b5ca1b2", + "node_2845444e" ], [ - "node_a34074cf", - "node_d71c6f62" + "node_2845444e", + "node_b8a24329" ], [ - "node_d71c6f62", - "node_6a9a144b" + "node_b8a24329", + "node_f9da067a" ], [ - "node_6a9a144b", - "node_ad4e2099" + "node_f9da067a", + "node_8d6ee2bb" ], [ - "node_ad4e2099", - "node_e088d228" + "node_8d6ee2bb", + "node_32f0f563" ], [ - "node_e088d228", - "node_28ec8bc3" + "node_32f0f563", + "node_d6841ef1" ], [ - "node_28ec8bc3", - "node_335182e9" + "node_d6841ef1", + "node_b403f325" ], [ - "node_335182e9", - "node_70712040" + "node_b403f325", + "node_84d560ff" ], [ - "node_70712040", - "node_d7f21eb5" + "node_84d560ff", + "node_11e09abe" ], [ - "node_d7f21eb5", - "node_6f653acd" + "node_11e09abe", + "node_cdc748ba" ], [ - "node_6f653acd", - "node_372ed6fe" + "node_cdc748ba", + "node_f5fe38d2" ], [ - "node_372ed6fe", - "node_eac0df97" + "node_f5fe38d2", + "node_68c1b9b1" ], [ - "node_eac0df97", - "node_dcc6664e" + "node_68c1b9b1", + "node_430a9cbb" ], [ - "node_dcc6664e", - "node_b6d020e4" + "node_430a9cbb", + "node_fb72cc6f" ], [ - "node_b6d020e4", - "node_1108b8ef" + "node_fb72cc6f", + "node_70806504" ], [ - "node_1108b8ef", - "node_f33c7093" + "node_70806504", + "node_863d5150" ], [ - "node_f33c7093", - "node_b467d054" + "node_863d5150", + "node_02ec5d37" ], [ - "node_b467d054", - "node_add70a73" + "node_02ec5d37", + "node_cb76c79d" ], [ - "node_add70a73", - "node_5edceb20" + "node_cb76c79d", + "node_2f70c2b2" ], [ - "node_5edceb20", - "node_6d05c7cb" + "node_2f70c2b2", + "node_d5c2fe5c" ], [ - "node_6d05c7cb", - "node_c09b3820" + "node_d5c2fe5c", + "node_0d222b9c" ], [ - "node_c09b3820", - "node_22ba1ad6" + "node_0d222b9c", + "node_32e158c2" ], [ - "node_22ba1ad6", - "node_c9cc91bf" + "node_32e158c2", + "node_e15bfba8" ], [ - "node_c9cc91bf", - "node_a1c383ce" + "node_e15bfba8", + "node_261b4ca9" ], [ - "node_a1c383ce", - "node_53612d91" + "node_261b4ca9", + "node_75856c7f" ], [ - "node_53612d91", - "node_6af157ab" + "node_75856c7f", + "node_58b7bd9b" ], [ - "node_6af157ab", - "node_34d90bc9" + "node_58b7bd9b", + "node_334d5315" ], [ - "node_34d90bc9", - "node_fd271d8f" + "node_334d5315", + "node_6d9e9c46" ], [ - "node_fd271d8f", - "node_0f1e9b54" + "node_6d9e9c46", + "node_50646193" ], [ - "node_0f1e9b54", - "node_521deffe" + "node_50646193", + "node_fdaf5a5b" ], [ - "node_521deffe", - "node_136fd754" + "node_fdaf5a5b", + "node_84ca9449" ], [ - "node_136fd754", - "node_e4624888" + "node_84ca9449", + "node_1529869b" ], [ - "node_e4624888", - "node_4a8aabe1" + "node_1529869b", + "node_469a67dc" ], [ - "node_4a8aabe1", - "node_f9f3732b" + "node_469a67dc", + "node_849ad8d8" ], [ - "node_f9f3732b", - "node_213f0c88" + "node_849ad8d8", + "node_c5f1dec0" ], [ - "node_213f0c88", - "node_a94004bd" + "node_c5f1dec0", + "node_fa10dfb0" ], [ - "node_a94004bd", - "node_48493c5f" + "node_fa10dfb0", + "node_c1fde5ce" ], [ - "node_48493c5f", - "node_3330cebb" + "node_c1fde5ce", + "node_cd459a37" ], [ - "node_3330cebb", - "node_3c285dc6" + "node_cd459a37", + "node_18e653cc" ], [ - "node_3c285dc6", - "node_3ca2fe6a" + "node_18e653cc", + "node_da8ba90a" ], [ - "node_3ca2fe6a", - "node_6ee19d55" + "node_da8ba90a", + "node_5a99ec60" ], [ - "node_6ee19d55", - "node_5b96ab10" + "node_5a99ec60", + "node_32a62a3b" ], [ - "node_5b96ab10", - "node_784ed6db" + "node_32a62a3b", + "node_b66bc565" ], [ - "node_784ed6db", - "node_8d8c8ea0" + "node_b66bc565", + "node_c74dbac5" ], [ - "node_8d8c8ea0", - "node_da40cfef" + "node_c74dbac5", + "node_548bcde8" ], [ - "node_da40cfef", - "node_fefb7603" + "node_548bcde8", + "node_a8b7ce08" ], [ - "node_fefb7603", - "node_62ef13ba" + "node_a8b7ce08", + "node_87805a5e" ], [ - "node_62ef13ba", - "node_4086bae8" + "node_87805a5e", + "node_dab2ee02" ], [ - "node_4086bae8", - "node_7a42ce6a" + "node_dab2ee02", + "node_88a1b61b" ], [ - "node_7a42ce6a", - "node_853e42a2" + "node_88a1b61b", + "node_c900c690" ], [ - "node_853e42a2", - "node_eba3cf84" + "node_c900c690", + "node_8ef31335" ], [ - "node_eba3cf84", - "node_989380ca" + "node_8ef31335", + "node_6b8acd77" ], [ - "node_989380ca", - "node_e3daeca6" + "node_6b8acd77", + "node_debfd526" ], [ - "node_e3daeca6", - "node_c0e4285c" + "node_debfd526", + "node_c51046d0" ], [ - "node_c0e4285c", - "node_60ba72e7" + "node_c51046d0", + "node_d39930bc" ], [ - "node_60ba72e7", - "node_11056f1f" + "node_d39930bc", + "node_6812f6e4" ], [ - "node_11056f1f", - "node_eb9a2b58" + "node_6812f6e4", + "node_a0069614" ], [ - "node_eb9a2b58", - "node_540e9b6a" + "node_a0069614", + "node_fc4b55c1" ], [ - "node_540e9b6a", - "node_900d37c9" + "node_fc4b55c1", + "node_354a8fe2" ], [ - "node_900d37c9", - "node_77bdb904" + "node_354a8fe2", + "node_32960901" ], [ - "node_77bdb904", - "node_423a85db" + "node_32960901", + "node_eb3686e5" ], [ - "node_423a85db", - "node_28e51914" + "node_eb3686e5", + "node_b17632eb" ], [ - "node_28e51914", - "node_67f2af9d" + "node_b17632eb", + "node_81240212" ], [ - "node_67f2af9d", - "node_93af8a40" + "node_81240212", + "node_cea031bb" ], [ - "node_93af8a40", - "node_20e268b8" + "node_cea031bb", + "node_0737e081" ], [ - "node_20e268b8", - "node_20ce57e2" + "node_0737e081", + "node_e9556b7a" ], [ - "node_20ce57e2", - "node_57d0c161" + "node_e9556b7a", + "node_646378ec" ], [ - "node_57d0c161", - "node_5a3646be" + "node_646378ec", + "node_4e80916c" ], [ - "node_5a3646be", - "node_a440a6a3" + "node_4e80916c", + "node_0fb58925" ], [ - "node_a440a6a3", - "node_769087d8" + "node_0fb58925", + "node_a6f5bedd" ], [ - "node_769087d8", - "node_bcb317ec" + "node_a6f5bedd", + "node_04ff78eb" ], [ - "node_bcb317ec", - "node_0279c15f" + "node_04ff78eb", + "node_656320b6" ], [ - "node_0279c15f", - "node_8a052f11" + "node_656320b6", + "node_660b36f2" ], [ - "node_8a052f11", - "node_58cf083f" + "node_660b36f2", + "node_764fc58f" ], [ - "node_58cf083f", - "node_fa1150c0" + "node_764fc58f", + "node_cb66e775" ], [ - "node_fa1150c0", - "node_63955866" + "node_cb66e775", + "node_a0d9cb02" ], [ - "node_63955866", - "node_2d08012d" + "node_a0d9cb02", + "node_356ff6b6" ], [ - "node_2d08012d", - "node_fe3a182c" + "node_356ff6b6", + "node_aec9f8fd" ], [ - "node_fe3a182c", - "node_57c1ab31" + "node_aec9f8fd", + "node_95460fed" ], [ - "node_57c1ab31", - "node_dfe34b34" + "node_95460fed", + "node_39434116" ], [ - "node_dfe34b34", - "node_14851233" + "node_39434116", + "node_c57b660e" ], [ - "node_14851233", - "node_146048ab" + "node_c57b660e", + "node_b8e36de9" ], [ - "node_146048ab", - "node_2a8a5a95" + "node_b8e36de9", + "node_1ea539ab" ], [ - "node_2a8a5a95", - "node_04cf58aa" + "node_1ea539ab", + "node_84ef6494" ], [ - "node_04cf58aa", - "node_8e8ae74f" + "node_84ef6494", + "node_88d4d887" ], [ - "node_8e8ae74f", - "node_81e1bb6c" + "node_88d4d887", + "node_67156abb" ], [ - "node_81e1bb6c", - "node_7bd0955c" + "node_67156abb", + "node_c23a8cdd" ], [ - "node_7bd0955c", - "node_336d1e97" + "node_c23a8cdd", + "node_a0f89b18" ], [ - "node_336d1e97", - "node_18572383" + "node_a0f89b18", + "node_4f474152" ], [ - "node_18572383", - "node_c8609c67" + "node_4f474152", + "node_4bf147f4" ], [ - "node_c8609c67", - "node_6cc7f6cc" + "node_4bf147f4", + "node_434e5cb3" ], [ - "node_6cc7f6cc", - "node_b2ca1a85" + "node_434e5cb3", + "node_a8a66710" ], [ - "node_b2ca1a85", - "node_71e90583" + "node_a8a66710", + "node_5ff50fd7" ], [ - "node_71e90583", - "node_dc5a6a30" + "node_5ff50fd7", + "node_1521314f" ], [ - "node_dc5a6a30", - "node_5db6cd4c" + "node_1521314f", + "node_4d60c160" ], [ - "node_5db6cd4c", - "node_10ebe476" + "node_4d60c160", + "node_cb6774bb" ], [ - "node_10ebe476", - "node_2d08d7eb" + "node_cb6774bb", + "node_d2457873" ], [ - "node_2d08d7eb", - "node_4c1db029" + "node_d2457873", + "node_5f876d03" ], [ - "node_4c1db029", - "node_64cf0390" + "node_5f876d03", + "node_ba23c871" ], [ - "node_64cf0390", - "node_78d7a661" + "node_ba23c871", + "node_deedfbff" ], [ - "node_78d7a661", - "node_48a396e9" + "node_deedfbff", + "node_9d5be4aa" ], [ - "node_48a396e9", - "node_bf906172" + "node_9d5be4aa", + "node_ade44e8d" ], [ - "node_bf906172", - "node_30070adb" + "node_ade44e8d", + "node_5b6b6f59" ], [ - "node_30070adb", - "node_2ad2d61a" + "node_5b6b6f59", + "node_439e003c" ], [ - "node_2ad2d61a", - "node_657b58ec" + "node_439e003c", + "node_d5720f16" ], [ - "node_657b58ec", - "node_4cace70d" + "node_d5720f16", + "node_f3764052" ], [ - "node_4cace70d", - "node_9797c672" + "node_f3764052", + "node_35d4c3da" ], [ - "node_9797c672", - "node_f07ea3a3" + "node_35d4c3da", + "node_9a3db6f5" ], [ - "node_f07ea3a3", - "node_dd3e9ecb" + "node_9a3db6f5", + "node_25a20ee1" ], [ - "node_dd3e9ecb", - "node_f534e0e7" + "node_25a20ee1", + "node_376a563b" ], [ - "node_f534e0e7", - "node_7a2c4f48" + "node_376a563b", + "node_96f58474" ], [ - "node_7a2c4f48", - "node_b176800b" + "node_96f58474", + "node_b2580172" ], [ - "node_b176800b", - "node_592e81ea" + "node_b2580172", + "node_c1242cc4" ], [ - "node_592e81ea", - "node_69360618" + "node_c1242cc4", + "node_3d9fdaba" ], [ - "node_69360618", - "node_198d1a31" + "node_3d9fdaba", + "node_a3006ae8" ], [ - "node_198d1a31", - "node_cd41ba47" + "node_a3006ae8", + "node_67173afd" ], [ - "node_cd41ba47", - "node_8802ae1d" + "node_67173afd", + "node_b08e64a6" ], [ - "node_8802ae1d", - "node_ce594a19" + "node_b08e64a6", + "node_0ea3b0f6" ], [ - "node_ce594a19", - "node_d10aa60b" + "node_0ea3b0f6", + "node_779cad9a" ], [ - "node_d10aa60b", - "node_e1daa7cd" + "node_779cad9a", + "node_7d7af71d" ], [ - "node_e1daa7cd", - "node_b64a2df6" + "node_7d7af71d", + "node_b6b0a381" ], [ - "node_b64a2df6", - "node_0ba40960" + "node_b6b0a381", + "node_9e87d843" ], [ - "node_0ba40960", - "node_047c6edd" + "node_9e87d843", + "node_a3f9ce5e" ], [ - "node_047c6edd", - "node_09c3a60b" + "node_a3f9ce5e", + "node_f22bb331" ], [ - "node_09c3a60b", - "node_f0bd7a61" + "node_f22bb331", + "node_13de2af9" ], [ - "node_f0bd7a61", - "node_c242934c" + "node_13de2af9", + "node_3b50f3c3" ], [ - "node_c242934c", - "node_328bf1c3" + "node_3b50f3c3", + "node_356cc10c" ], [ - "node_328bf1c3", - "node_38c7113b" + "node_356cc10c", + "node_f6a36044" ], [ - "node_38c7113b", - "node_7cc16d92" + "node_f6a36044", + "node_4379335d" ], [ - "node_7cc16d92", - "node_a95f2a2d" + "node_4379335d", + "node_8fbdd855" ], [ - "node_a95f2a2d", - "node_4e41b3c3" + "node_8fbdd855", + "node_7a117eaa" ], [ - "node_4e41b3c3", - "node_d98ec33f" + "node_7a117eaa", + "node_46a10657" ], [ - "node_d98ec33f", - "node_ecc92697" + "node_46a10657", + "node_b3d34911" ], [ - "node_ecc92697", - "node_c9bde914" + "node_b3d34911", + "node_6d9cf425" ], [ - "node_c9bde914", - "node_844118fe" + "node_6d9cf425", + "node_500f4d86" ], [ - "node_844118fe", - "node_cc9056b8" + "node_500f4d86", + "node_f6610571" ], [ - "node_cc9056b8", - "node_7df0d578" + "node_f6610571", + "node_2efd24b0" ], [ - "node_7df0d578", - "node_a88229a4" + "node_2efd24b0", + "node_4a229bd4" ], [ - "node_a88229a4", - "node_37a80b4a" + "node_4a229bd4", + "node_40f1784f" ], [ - "node_37a80b4a", - "node_5bad4d83" + "node_40f1784f", + "node_e93e05f3" ], [ - "node_5bad4d83", - "node_102ecd19" + "node_e93e05f3", + "node_8815d630" ], [ - "node_102ecd19", - "node_96569f34" + "node_8815d630", + "node_dd84dad1" ], [ - "node_96569f34", - "node_be5fdc56" + "node_dd84dad1", + "node_d3bd80a7" ], [ - "node_be5fdc56", - "node_10cc47a2" + "node_d3bd80a7", + "node_74934ddd" ], [ - "node_10cc47a2", - "node_207e1b4a" + "node_74934ddd", + "node_5d2abc55" ], [ - "node_207e1b4a", - "node_8d3f5116" + "node_5d2abc55", + "node_b9a151a0" ], [ - "node_8d3f5116", - "node_615aac01" + "node_b9a151a0", + "node_4e4b417d" ], [ - "node_615aac01", - "node_7a0816e6" + "node_4e4b417d", + "node_f15da6f2" ], [ - "node_7a0816e6", - "node_ebbfd348" + "node_f15da6f2", + "node_1d17aacf" ], [ - "node_ebbfd348", - "node_c44ff078" + "node_1d17aacf", + "node_1232a092" ], [ - "node_c44ff078", - "node_020ab959" + "node_1232a092", + "node_1ab0fc52" ], [ - "node_020ab959", - "node_fde59382" + "node_1ab0fc52", + "node_52c3917e" ], [ - "node_fde59382", - "node_c9e37c0e" + "node_52c3917e", + "node_d26665c6" ], [ - "node_c9e37c0e", - "node_59c1e308" + "node_d26665c6", + "node_6b6ec55a" ], [ - "node_59c1e308", - "node_08f7af98" + "node_6b6ec55a", + "node_d17dca54" ], [ - "node_08f7af98", - "node_84b93759" + "node_d17dca54", + "node_88f06b56" ], [ - "node_84b93759", - "node_c6fe1304" + "node_88f06b56", + "node_fee10839" ], [ - "node_c6fe1304", - "node_98b0beec" + "node_fee10839", + "node_0e0f5e86" ], [ - "node_98b0beec", - "node_29f3f886" + "node_0e0f5e86", + "node_b20ddbbc" ], [ - "node_29f3f886", - "node_92d29500" + "node_b20ddbbc", + "node_501d250d" ], [ - "node_92d29500", - "node_7e725cd1" + "node_501d250d", + "node_c1ad3d5d" ], [ - "node_7e725cd1", - "node_874b341f" + "node_c1ad3d5d", + "node_ddd1fb05" ], [ - "node_874b341f", - "node_cabea66b" + "node_ddd1fb05", + "node_1dc4bf25" ], [ - "node_cabea66b", - "node_bc3f3271" + "node_1dc4bf25", + "node_a5143065" ], [ - "node_bc3f3271", - "node_b751459d" + "node_a5143065", + "node_d5156e09" ], [ - "node_b751459d", - "node_b6019302" + "node_d5156e09", + "node_95078b06" ], [ - "node_b6019302", - "node_97cc8c46" + "node_95078b06", + "node_558ed9fd" ], [ - "node_97cc8c46", - "node_3c922cf9" + "node_558ed9fd", + "node_3e59b822" ], [ - "node_3c922cf9", - "node_305ba5a2" + "node_3e59b822", + "node_e576e8cc" ], [ - "node_305ba5a2", - "node_57e65375" + "node_e576e8cc", + "node_34194e15" ], [ - "node_57e65375", - "node_ff8545bd" + "node_34194e15", + "node_602f91c7" ], [ - "node_ff8545bd", - "node_3cc8f757" + "node_602f91c7", + "node_7ebba1d8" ], [ - "node_3cc8f757", - "node_f16c9510" + "node_7ebba1d8", + "node_4593eccc" ], [ - "node_f16c9510", - "node_6f54af66" + "node_4593eccc", + "node_6b91fad3" ], [ - "node_6f54af66", - "node_3f61d760" + "node_6b91fad3", + "node_57ed05bd" ], [ - "node_3f61d760", - "node_9aaba329" + "node_57ed05bd", + "node_fe8b6fbe" ], [ - "node_9aaba329", - "node_74d98265" + "node_fe8b6fbe", + "node_b0d80607" ], [ - "node_74d98265", - "node_39240125" + "node_b0d80607", + "node_3bbeaa29" ], [ - "node_39240125", - "node_ef8d408e" + "node_3bbeaa29", + "node_0220cd40" ], [ - "node_ef8d408e", - "node_7b3eac4e" + "node_0220cd40", + "node_728d5c1a" ], [ - "node_7b3eac4e", - "node_0cee41b2" + "node_728d5c1a", + "node_2f9b1d3b" ], [ - "node_0cee41b2", - "node_3162a7de" + "node_2f9b1d3b", + "node_806253ae" ], [ - "node_3162a7de", - "node_fe307f48" + "node_806253ae", + "node_bdc1e330" ], [ - "node_fe307f48", - "node_2b9f406b" + "node_bdc1e330", + "node_28f4a922" ], [ - "node_2b9f406b", - "node_2f868813" + "node_28f4a922", + "node_9c7f3d21" ], [ - "node_2f868813", - "node_8581150a" + "node_9c7f3d21", + "node_523f1b13" ], [ - "node_8581150a", - "node_8e547a08" + "node_523f1b13", + "node_984c4fcf" ], [ - "node_8e547a08", - "node_631f1473" + "node_984c4fcf", + "node_236afa91" ], [ - "node_631f1473", - "node_46dec030" + "node_236afa91", + "node_1cbbbf9e" ], [ - "node_46dec030", - "node_a4daa7d1" + "node_1cbbbf9e", + "node_3f4a9a18" ], [ - "node_a4daa7d1", - "node_548799bc" + "node_3f4a9a18", + "node_83a2421f" ], [ - "node_548799bc", - "node_492f00c4" + "node_83a2421f", + "node_c1022888" ], [ - "node_492f00c4", - "node_9dc4a3f2" + "node_c1022888", + "node_2d68a54b" ], [ - "node_9dc4a3f2", - "node_6042acb8" + "node_2d68a54b", + "node_c4c2b772" ], [ - "node_6042acb8", - "node_b69c870e" + "node_c4c2b772", + "node_a67fabf9" ], [ - "node_b69c870e", - "node_0dd0b556" + "node_a67fabf9", + "node_8ac0117c" ], [ - "node_0dd0b556", - "node_5290175b" + "node_8ac0117c", + "node_a14a72c1" ], [ - "node_5290175b", - "node_7adeca97" + "node_a14a72c1", + "node_0737d924" ], [ - "node_7adeca97", - "node_c61b3595" + "node_0737d924", + "node_ca29b398" ], [ - "node_c61b3595", - "node_3cc0985a" + "node_ca29b398", + "node_40cb5332" ], [ - "node_3cc0985a", - "node_1d70674f" + "node_40cb5332", + "node_c7c0aece" ], [ - "node_1d70674f", - "node_c8622c0a" + "node_c7c0aece", + "node_e9bfb65b" ], [ - "node_c8622c0a", - "node_95780715" + "node_e9bfb65b", + "node_bf4be09a" ], [ - "node_95780715", - "node_2b19507a" + "node_bf4be09a", + "node_d8dcdb77" ], [ - "node_2b19507a", - "node_b535ebd0" + "node_d8dcdb77", + "node_c5bda38f" ], [ - "node_b535ebd0", - "node_6431dff0" + "node_c5bda38f", + "node_121bfacd" ], [ - "node_6431dff0", - "node_4afda1f6" + "node_121bfacd", + "node_d367cd71" ], [ - "node_4afda1f6", - "node_144f2614" + "node_d367cd71", + "node_c3b8a45a" ], [ - "node_144f2614", - "node_e7644e9e" + "node_c3b8a45a", + "node_1194ff5b" ], [ - "node_e7644e9e", - "node_cd6d86d6" + "node_1194ff5b", + "node_4a359d41" ], [ - "node_cd6d86d6", - "node_2a852892" + "node_4a359d41", + "node_8c6c68c6" ], [ - "node_2a852892", - "node_2ab00950" + "node_8c6c68c6", + "node_78c9f36a" ], [ - "node_2ab00950", - "node_edfb07cb" + "node_78c9f36a", + "node_a42bdfba" ], [ - "node_edfb07cb", - "node_cafdd587" + "node_a42bdfba", + "node_29a129d4" ], [ - "node_cafdd587", - "node_a58ddc04" + "node_29a129d4", + "node_9b7e8b3a" ], [ - "node_a58ddc04", - "node_52de6b5a" + "node_9b7e8b3a", + "node_52b68b91" ], [ - "node_52de6b5a", - "node_62d5f379" + "node_52b68b91", + "node_7a0df353" ], [ - "node_62d5f379", - "node_0a34c904" + "node_7a0df353", + "node_e1e069ee" ], [ - "node_0a34c904", - "node_94976843" + "node_e1e069ee", + "node_3c9d3828" ], [ - "node_94976843", - "node_3aefe9d1" + "node_3c9d3828", + "node_f2055c09" ], [ - "node_3aefe9d1", - "node_cbfd2ec4" + "node_f2055c09", + "node_70b8aca6" ], [ - "node_cbfd2ec4", - "node_dcd24899" + "node_70b8aca6", + "node_04e25304" ], [ - "node_dcd24899", - "node_7ae2b40d" + "node_04e25304", + "node_8ac2f86c" ], [ - "node_7ae2b40d", - "node_b5572e53" + "node_8ac2f86c", + "node_5d3642af" ], [ - "node_b5572e53", - "node_a0f59522" + "node_5d3642af", + "node_9215c0a4" ], [ - "node_a0f59522", - "node_c64e84c4" + "node_9215c0a4", + "node_b4055de7" ], [ - "node_c64e84c4", - "node_80c4ce4c" + "node_b4055de7", + "node_d2bdbd65" ], [ - "node_80c4ce4c", - "node_c9ff0f7a" + "node_d2bdbd65", + "node_95785e06" ], [ - "node_c9ff0f7a", - "node_bdcb972c" + "node_95785e06", + "node_10aa8e86" ], [ - "node_bdcb972c", - "node_615d01b0" + "node_10aa8e86", + "node_7f9371dc" ], [ - "node_615d01b0", - "node_a2f83973" + "node_7f9371dc", + "node_d1b8b74e" ], [ - "node_a2f83973", - "node_a8a49422" + "node_d1b8b74e", + "node_e6db1bb2" ], [ - "node_a8a49422", - "node_c50366ae" + "node_e6db1bb2", + "node_8857ee49" ], [ - "node_c50366ae", - "node_41b29340" + "node_8857ee49", + "node_a33b9e43" ], [ - "node_41b29340", - "node_05ba8dad" + "node_a33b9e43", + "node_5f5151af" ], [ - "node_05ba8dad", - "node_d7f54e64" + "node_5f5151af", + "node_2b32dddb" ], [ - "node_d7f54e64", - "node_50ccf7be" + "node_2b32dddb", + "node_dedb0b9d" ], [ - "node_50ccf7be", - "node_3b11ca93" + "node_dedb0b9d", + "node_9f47d8c9" ], [ - "node_3b11ca93", - "node_bbd57be1" + "node_9f47d8c9", + "node_c9671c99" ], [ - "node_bbd57be1", - "node_9036290c" + "node_c9671c99", + "node_50db208b" ], [ - "node_9036290c", - "node_dea6702b" + "node_50db208b", + "node_2206ed4d" ], [ - "node_dea6702b", - "node_2d58e58d" + "node_2206ed4d", + "node_f4b050da" ], [ - "node_2d58e58d", - "node_4ce49743" + "node_f4b050da", + "node_026767e7" ], [ - "node_4ce49743", - "node_c05ea948" + "node_026767e7", + "node_620507b9" ], [ - "node_c05ea948", - "node_20d9bdfe" + "node_620507b9", + "node_b6aa3ec1" ], [ - "node_20d9bdfe", - "node_32221aa7" + "node_b6aa3ec1", + "node_1f86ee2c" ], [ - "node_32221aa7", - "node_93c9081b" + "node_1f86ee2c", + "node_591470c9" ], [ - "node_93c9081b", - "node_4586f06e" + "node_591470c9", + "node_ec8ff1c1" ], [ - "node_4586f06e", - "node_db0ad6ed" + "node_ec8ff1c1", + "node_0f385447" ], [ - "node_db0ad6ed", - "node_acf8506f" + "node_0f385447", + "node_029da34b" ], [ - "node_acf8506f", - "node_7a338bb9" + "node_029da34b", + "node_611b1bb8" ], [ - "node_7a338bb9", - "node_15636f8a" + "node_611b1bb8", + "node_f8720595" ], [ - "node_15636f8a", - "node_d7717e4f" + "node_f8720595", + "node_938d8abe" ], [ - "node_d7717e4f", - "node_c5615053" + "node_938d8abe", + "node_6b75116f" ], [ - "node_c5615053", - "node_fd2ce0a7" + "node_6b75116f", + "node_f2a4c841" ], [ - "node_fd2ce0a7", - "node_7a83bd1a" + "node_f2a4c841", + "node_0b96dcc3" ], [ - "node_7a83bd1a", - "node_f7b49737" + "node_0b96dcc3", + "node_afa6b912" ], [ - "node_f7b49737", - "node_26cf2db5" + "node_afa6b912", + "node_65c28481" ], [ - "node_26cf2db5", - "node_688dda93" + "node_65c28481", + "node_598f4368" ], [ - "node_688dda93", - "node_3fa36e55" + "node_598f4368", + "node_2b621ab1" ], [ - "node_3fa36e55", - "node_0d5046d5" + "node_2b621ab1", + "node_7485420e" ], [ - "node_0d5046d5", - "node_bac6c6f8" + "node_7485420e", + "node_7226d986" ], [ - "node_bac6c6f8", - "node_30f29097" + "node_7226d986", + "node_b713be03" ], [ - "node_30f29097", - "node_a4e789fe" + "node_b713be03", + "node_6e584984" ], [ - "node_a4e789fe", - "node_0cfe6e06" + "node_6e584984", + "node_0d9fad17" ], [ - "node_0cfe6e06", - "node_5a78fe7f" + "node_0d9fad17", + "node_37d481df" ], [ - "node_5a78fe7f", - "node_d3c57984" + "node_37d481df", + "node_3bad272f" ], [ - "node_d3c57984", - "node_20032c0d" + "node_3bad272f", + "node_9e46baf4" ], [ - "node_20032c0d", - "node_121d9b23" + "node_9e46baf4", + "node_b13a4eb1" ], [ - "node_121d9b23", - "node_71739e10" + "node_b13a4eb1", + "node_f9c6fc47" ], [ - "node_71739e10", - "node_9f3da82d" + "node_f9c6fc47", + "node_a3ba711b" ], [ - "node_9f3da82d", - "node_518844f0" + "node_a3ba711b", + "node_91662211" ], [ - "node_518844f0", - "node_97068d03" + "node_91662211", + "node_57966271" ], [ - "node_97068d03", - "node_ba83a0e5" + "node_57966271", + "node_f4368f56" ], [ - "node_ba83a0e5", - "node_2261027a" + "node_f4368f56", + "node_2058f573" ], [ - "node_2261027a", - "node_0f8962fb" + "node_2058f573", + "node_adb10b49" ], [ - "node_0f8962fb", - "node_e1f7b30e" + "node_adb10b49", + "node_c7835675" ], [ - "node_e1f7b30e", - "node_276935e4" + "node_c7835675", + "node_0984ee34" ], [ - "node_276935e4", - "node_06444546" + "node_0984ee34", + "node_df8a1634" ], [ - "node_06444546", - "node_2d69784b" + "node_df8a1634", + "node_949c61f7" ], [ - "node_2d69784b", - "node_83d14862" + "node_949c61f7", + "node_ce19a354" ], [ - "node_83d14862", - "node_08be0a43" + "node_ce19a354", + "node_39231256" ], [ - "node_08be0a43", - "node_76907630" + "node_39231256", + "node_4e9699cb" ], [ - "node_76907630", - "node_1d4ed50a" + "node_4e9699cb", + "node_08acc6fc" ], [ - "node_1d4ed50a", - "node_eadabfb5" + "node_08acc6fc", + "node_d4f8ccc5" ], [ - "node_eadabfb5", - "node_3c3db5f7" + "node_d4f8ccc5", + "node_4ffb80a5" ], [ - "node_3c3db5f7", - "node_53846b2e" + "node_4ffb80a5", + "node_457483ea" ], [ - "node_53846b2e", - "node_350a36dd" + "node_457483ea", + "node_6d79650b" ], [ - "node_350a36dd", - "node_479d7507" + "node_6d79650b", + "node_633eb1c8" ], [ - "node_479d7507", - "node_18168288" + "node_633eb1c8", + "node_5207095f" ], [ - "node_18168288", - "node_c13d5fc2" + "node_5207095f", + "node_59113b8c" ], [ - "node_c13d5fc2", - "node_0beeb657" + "node_59113b8c", + "node_5ed6f237" ], [ - "node_0beeb657", - "node_2cc77dea" + "node_5ed6f237", + "node_6366a9c0" ], [ - "node_2cc77dea", - "node_ad2f64e4" + "node_6366a9c0", + "node_a09400fa" ], [ - "node_ad2f64e4", - "node_7000609a" + "node_a09400fa", + "node_36b6a726" ], [ - "node_7000609a", - "node_7c744af2" + "node_36b6a726", + "node_24d29608" ], [ - "node_7c744af2", - "node_3157a73a" + "node_24d29608", + "node_a602b60a" ], [ - "node_3157a73a", - "node_2b03a9bd" + "node_a602b60a", + "node_54afac49" ], [ - "node_2b03a9bd", - "node_66e66b80" + "node_54afac49", + "node_f463c34a" ], [ - "node_66e66b80", - "node_f83b08f8" + "node_f463c34a", + "node_23349883" ], [ - "node_f83b08f8", - "node_963bf469" + "node_23349883", + "node_f64ce4e9" ], [ - "node_963bf469", - "node_740b7ecd" + "node_f64ce4e9", + "node_ee6e5080" ], [ - "node_740b7ecd", - "node_0278fa1e" + "node_ee6e5080", + "node_d2748983" ], [ - "node_0278fa1e", - "node_bf95910c" + "node_d2748983", + "node_33c85caa" ], [ - "node_bf95910c", - "node_23f76200" + "node_33c85caa", + "node_e3d0cec6" ], [ - "node_23f76200", - "node_98824ab5" + "node_e3d0cec6", + "node_5cbd057f" ], [ - "node_98824ab5", - "node_84b0df30" + "node_5cbd057f", + "node_d490b654" ], [ - "node_84b0df30", - "node_a82b30df" + "node_d490b654", + "node_c982ecdf" ], [ - "node_a82b30df", - "node_5d93ca5a" + "node_c982ecdf", + "node_cf9b5099" ], [ - "node_5d93ca5a", - "node_a69ee2c3" + "node_cf9b5099", + "node_7bfab96b" ], [ - "node_a69ee2c3", - "node_45851f92" + "node_7bfab96b", + "node_543137c9" ], [ - "node_45851f92", - "node_022b5bb7" + "node_543137c9", + "node_f28e74a6" ], [ - "node_022b5bb7", - "node_82fdcc0f" + "node_f28e74a6", + "node_1a23b530" ], [ - "node_82fdcc0f", - "node_7505b3f4" + "node_1a23b530", + "node_8a277e02" ], [ - "node_7505b3f4", - "node_179fdf84" + "node_8a277e02", + "node_d9630b3f" ], [ - "node_179fdf84", - "node_8fea884f" + "node_d9630b3f", + "node_c48e5990" ], [ - "node_8fea884f", - "node_1744b92f" + "node_c48e5990", + "node_f2b82caa" ], [ - "node_c9f368b3", - "node_1744b92f" + "node_3d8e6e39", + "node_f2b82caa" + ], + [ + "node_a5e16537", + "node_f2b82caa" + ], + [ + "node_cf18edc3", + "node_f2b82caa" + ], + [ + "node_d9537c9c", + "node_f2b82caa" + ], + [ + "node_ec33a825", + "node_f2b82caa" + ], + [ + "node_4e3cc73e", + "node_f2b82caa" + ], + [ + "node_33c8aee0", + "node_f2b82caa" + ], + [ + "node_731b6d5c", + "node_f2b82caa" + ], + [ + "node_b154936b", + "node_f2b82caa" ] ] }, "leaf_ids": [ - "node_1744b92f" + "node_f2b82caa" ], "expression_graph": { "nodes": [] @@ -41163,7 +53286,7 @@ "frame_graph": { "nodes": [ { - "frame_id": "frame:node_073237c0", + "frame_id": "frame:node_1cfbd7a6", "origin": [ 0.0, 0.0, @@ -41186,11 +53309,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_073237c0" + "node_id": "node_1cfbd7a6" } }, { - "frame_id": "frame:node_b369469c", + "frame_id": "frame:node_2bf76cb4", "origin": [ 0.0, 0.0, @@ -41213,11 +53336,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b369469c" + "node_id": "node_2bf76cb4" } }, { - "frame_id": "frame:node_8b33cef6", + "frame_id": "frame:node_8d4c5a3a", "origin": [ 0.0, 0.0, @@ -41240,11 +53363,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_8b33cef6" + "node_id": "node_8d4c5a3a" } }, { - "frame_id": "frame:node_0b92df99", + "frame_id": "frame:node_1d5d7ccd", "origin": [ 0.0, 0.0, @@ -41267,11 +53390,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0b92df99" + "node_id": "node_1d5d7ccd" } }, { - "frame_id": "frame:node_ed922650", + "frame_id": "frame:node_4bab5c2f", "origin": [ 0.0, 0.0, @@ -41294,11 +53417,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ed922650" + "node_id": "node_4bab5c2f" } }, { - "frame_id": "frame:node_4d966503", + "frame_id": "frame:node_e9ca5e28", "origin": [ 0.0, 0.0, @@ -41321,11 +53444,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_4d966503" + "node_id": "node_e9ca5e28" } }, { - "frame_id": "frame:node_56ea5cec", + "frame_id": "frame:node_013669ab", "origin": [ 0.0, 0.0, @@ -41348,11 +53471,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_56ea5cec" + "node_id": "node_013669ab" } }, { - "frame_id": "frame:node_fbe7fde3", + "frame_id": "frame:node_1209e4ae", "origin": [ 0.0, 0.0, @@ -41375,11 +53498,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_fbe7fde3" + "node_id": "node_1209e4ae" } }, { - "frame_id": "frame:node_b971e4a6", + "frame_id": "frame:node_decc77d3", "origin": [ 0.0, 0.0, @@ -41402,11 +53525,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b971e4a6" + "node_id": "node_decc77d3" } }, { - "frame_id": "frame:node_90bbb001", + "frame_id": "frame:node_10ee74ee", "origin": [ 0.0, 0.0, @@ -41429,11 +53552,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_90bbb001" + "node_id": "node_10ee74ee" } }, { - "frame_id": "frame:node_ac4f7841", + "frame_id": "frame:node_285b3e80", "origin": [ 0.0, 0.0, @@ -41456,11 +53579,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ac4f7841" + "node_id": "node_285b3e80" } }, { - "frame_id": "frame:node_97d35a8d", + "frame_id": "frame:node_e11edc3a", "origin": [ 0.0, 0.0, @@ -41483,11 +53606,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_97d35a8d" + "node_id": "node_e11edc3a" } }, { - "frame_id": "frame:node_08917a0b", + "frame_id": "frame:node_d9149610", "origin": [ 0.0, 0.0, @@ -41510,11 +53633,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_08917a0b" + "node_id": "node_d9149610" } }, { - "frame_id": "frame:node_e055b0c5", + "frame_id": "frame:node_4afdb7c6", "origin": [ 0.0, 0.0, @@ -41537,11 +53660,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_e055b0c5" + "node_id": "node_4afdb7c6" } }, { - "frame_id": "frame:node_0a33fb50", + "frame_id": "frame:node_804967f4", "origin": [ 0.0, 0.0, @@ -41564,11 +53687,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0a33fb50" + "node_id": "node_804967f4" } }, { - "frame_id": "frame:node_22874959", + "frame_id": "frame:node_d91df3c1", "origin": [ 0.0, 0.0, @@ -41591,11 +53714,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_22874959" + "node_id": "node_d91df3c1" } }, { - "frame_id": "frame:node_716f895e", + "frame_id": "frame:node_c07da602", "origin": [ 0.0, 0.0, @@ -41618,11 +53741,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_716f895e" + "node_id": "node_c07da602" } }, { - "frame_id": "frame:node_da720774", + "frame_id": "frame:node_1d4814c6", "origin": [ 0.0, 0.0, @@ -41645,11 +53768,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_da720774" + "node_id": "node_1d4814c6" } }, { - "frame_id": "frame:node_a2af2ce0", + "frame_id": "frame:node_6df5389e", "origin": [ 0.0, 0.0, @@ -41672,11 +53795,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a2af2ce0" + "node_id": "node_6df5389e" } }, { - "frame_id": "frame:node_75676d8a", + "frame_id": "frame:node_57ec8bf7", "origin": [ 0.0, 0.0, @@ -41699,11 +53822,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_75676d8a" + "node_id": "node_57ec8bf7" } }, { - "frame_id": "frame:node_3a843e10", + "frame_id": "frame:node_3ebe5205", "origin": [ 0.0, 0.0, @@ -41726,11 +53849,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3a843e10" + "node_id": "node_3ebe5205" } }, { - "frame_id": "frame:node_e5501e4e", + "frame_id": "frame:node_a490dac8", "origin": [ 0.0, 0.0, @@ -41753,11 +53876,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_e5501e4e" + "node_id": "node_a490dac8" } }, { - "frame_id": "frame:node_90571c07", + "frame_id": "frame:node_915e3763", "origin": [ 0.0, 0.0, @@ -41780,11 +53903,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_90571c07" + "node_id": "node_915e3763" } }, { - "frame_id": "frame:node_fe7b1596", + "frame_id": "frame:node_1e5a77dd", "origin": [ 0.0, 0.0, @@ -41807,11 +53930,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_fe7b1596" + "node_id": "node_1e5a77dd" } }, { - "frame_id": "frame:node_cbd42eff", + "frame_id": "frame:node_a225f6d8", "origin": [ 0.0, 0.0, @@ -41834,11 +53957,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_cbd42eff" + "node_id": "node_a225f6d8" } }, { - "frame_id": "frame:node_378b5248", + "frame_id": "frame:node_860c857f", "origin": [ 0.0, 0.0, @@ -41861,11 +53984,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_378b5248" + "node_id": "node_860c857f" } }, { - "frame_id": "frame:node_9286c0fd", + "frame_id": "frame:node_0f29984c", "origin": [ 0.0, 0.0, @@ -41888,11 +54011,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_9286c0fd" + "node_id": "node_0f29984c" } }, { - "frame_id": "frame:node_d196b036", + "frame_id": "frame:node_bab6503b", "origin": [ 0.0, 0.0, @@ -41915,11 +54038,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_d196b036" + "node_id": "node_bab6503b" } }, { - "frame_id": "frame:node_814b4fc5", + "frame_id": "frame:node_3c66884e", "origin": [ 0.0, 0.0, @@ -41942,11 +54065,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_814b4fc5" + "node_id": "node_3c66884e" } }, { - "frame_id": "frame:node_7d711f2a", + "frame_id": "frame:node_8b049c56", "origin": [ 0.0, 0.0, @@ -41969,11 +54092,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7d711f2a" + "node_id": "node_8b049c56" } }, { - "frame_id": "frame:node_ade6ad44", + "frame_id": "frame:node_899d5ed4", "origin": [ 0.0, 0.0, @@ -41996,11 +54119,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ade6ad44" + "node_id": "node_899d5ed4" } }, { - "frame_id": "frame:node_934099f8", + "frame_id": "frame:node_4cbd40c5", "origin": [ 0.0, 0.0, @@ -42023,11 +54146,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_934099f8" + "node_id": "node_4cbd40c5" } }, { - "frame_id": "frame:node_b92873a0", + "frame_id": "frame:node_0b5ca1b2", "origin": [ 0.0, 0.0, @@ -42050,11 +54173,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b92873a0" + "node_id": "node_0b5ca1b2" } }, { - "frame_id": "frame:node_a34074cf", + "frame_id": "frame:node_2845444e", "origin": [ 0.0, 0.0, @@ -42077,11 +54200,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a34074cf" + "node_id": "node_2845444e" } }, { - "frame_id": "frame:node_d71c6f62", + "frame_id": "frame:node_b8a24329", "origin": [ 0.0, 0.0, @@ -42104,11 +54227,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_d71c6f62" + "node_id": "node_b8a24329" } }, { - "frame_id": "frame:node_6a9a144b", + "frame_id": "frame:node_f9da067a", "origin": [ 0.0, 0.0, @@ -42131,11 +54254,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_6a9a144b" + "node_id": "node_f9da067a" } }, { - "frame_id": "frame:node_ad4e2099", + "frame_id": "frame:node_8d6ee2bb", "origin": [ 0.0, 0.0, @@ -42158,11 +54281,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ad4e2099" + "node_id": "node_8d6ee2bb" } }, { - "frame_id": "frame:node_e088d228", + "frame_id": "frame:node_32f0f563", "origin": [ 0.0, 0.0, @@ -42185,11 +54308,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_e088d228" + "node_id": "node_32f0f563" } }, { - "frame_id": "frame:node_28ec8bc3", + "frame_id": "frame:node_d6841ef1", "origin": [ 0.0, 0.0, @@ -42212,11 +54335,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_28ec8bc3" + "node_id": "node_d6841ef1" } }, { - "frame_id": "frame:node_335182e9", + "frame_id": "frame:node_b403f325", "origin": [ 0.0, 0.0, @@ -42239,11 +54362,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_335182e9" + "node_id": "node_b403f325" } }, { - "frame_id": "frame:node_70712040", + "frame_id": "frame:node_84d560ff", "origin": [ 0.0, 0.0, @@ -42266,11 +54389,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_70712040" + "node_id": "node_84d560ff" } }, { - "frame_id": "frame:node_d7f21eb5", + "frame_id": "frame:node_11e09abe", "origin": [ 0.0, 0.0, @@ -42293,11 +54416,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_d7f21eb5" + "node_id": "node_11e09abe" } }, { - "frame_id": "frame:node_6f653acd", + "frame_id": "frame:node_cdc748ba", "origin": [ 0.0, 0.0, @@ -42320,11 +54443,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_6f653acd" + "node_id": "node_cdc748ba" } }, { - "frame_id": "frame:node_372ed6fe", + "frame_id": "frame:node_f5fe38d2", "origin": [ 0.0, 0.0, @@ -42347,11 +54470,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_372ed6fe" + "node_id": "node_f5fe38d2" } }, { - "frame_id": "frame:node_eac0df97", + "frame_id": "frame:node_68c1b9b1", "origin": [ 0.0, 0.0, @@ -42374,11 +54497,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_eac0df97" + "node_id": "node_68c1b9b1" } }, { - "frame_id": "frame:node_dcc6664e", + "frame_id": "frame:node_430a9cbb", "origin": [ 0.0, 0.0, @@ -42401,11 +54524,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_dcc6664e" + "node_id": "node_430a9cbb" } }, { - "frame_id": "frame:node_b6d020e4", + "frame_id": "frame:node_fb72cc6f", "origin": [ 0.0, 0.0, @@ -42428,11 +54551,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b6d020e4" + "node_id": "node_fb72cc6f" } }, { - "frame_id": "frame:node_1108b8ef", + "frame_id": "frame:node_70806504", "origin": [ 0.0, 0.0, @@ -42455,11 +54578,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_1108b8ef" + "node_id": "node_70806504" } }, { - "frame_id": "frame:node_f33c7093", + "frame_id": "frame:node_863d5150", "origin": [ 0.0, 0.0, @@ -42482,11 +54605,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_f33c7093" + "node_id": "node_863d5150" } }, { - "frame_id": "frame:node_b467d054", + "frame_id": "frame:node_02ec5d37", "origin": [ 0.0, 0.0, @@ -42509,11 +54632,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b467d054" + "node_id": "node_02ec5d37" } }, { - "frame_id": "frame:node_add70a73", + "frame_id": "frame:node_cb76c79d", "origin": [ 0.0, 0.0, @@ -42536,11 +54659,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_add70a73" + "node_id": "node_cb76c79d" } }, { - "frame_id": "frame:node_5edceb20", + "frame_id": "frame:node_2f70c2b2", "origin": [ 0.0, 0.0, @@ -42563,11 +54686,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_5edceb20" + "node_id": "node_2f70c2b2" } }, { - "frame_id": "frame:node_6d05c7cb", + "frame_id": "frame:node_d5c2fe5c", "origin": [ 0.0, 0.0, @@ -42590,11 +54713,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_6d05c7cb" + "node_id": "node_d5c2fe5c" } }, { - "frame_id": "frame:node_c09b3820", + "frame_id": "frame:node_0d222b9c", "origin": [ 0.0, 0.0, @@ -42617,11 +54740,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c09b3820" + "node_id": "node_0d222b9c" } }, { - "frame_id": "frame:node_22ba1ad6", + "frame_id": "frame:node_32e158c2", "origin": [ 0.0, 0.0, @@ -42644,11 +54767,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_22ba1ad6" + "node_id": "node_32e158c2" } }, { - "frame_id": "frame:node_c9cc91bf", + "frame_id": "frame:node_e15bfba8", "origin": [ 0.0, 0.0, @@ -42671,11 +54794,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c9cc91bf" + "node_id": "node_e15bfba8" } }, { - "frame_id": "frame:node_a1c383ce", + "frame_id": "frame:node_261b4ca9", "origin": [ 0.0, 0.0, @@ -42698,11 +54821,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a1c383ce" + "node_id": "node_261b4ca9" } }, { - "frame_id": "frame:node_53612d91", + "frame_id": "frame:node_75856c7f", "origin": [ 0.0, 0.0, @@ -42725,11 +54848,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_53612d91" + "node_id": "node_75856c7f" } }, { - "frame_id": "frame:node_6af157ab", + "frame_id": "frame:node_58b7bd9b", "origin": [ 0.0, 0.0, @@ -42752,11 +54875,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_6af157ab" + "node_id": "node_58b7bd9b" } }, { - "frame_id": "frame:node_34d90bc9", + "frame_id": "frame:node_334d5315", "origin": [ 0.0, 0.0, @@ -42779,11 +54902,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_34d90bc9" + "node_id": "node_334d5315" } }, { - "frame_id": "frame:node_fd271d8f", + "frame_id": "frame:node_6d9e9c46", "origin": [ 0.0, 0.0, @@ -42806,11 +54929,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_fd271d8f" + "node_id": "node_6d9e9c46" } }, { - "frame_id": "frame:node_0f1e9b54", + "frame_id": "frame:node_50646193", "origin": [ 0.0, 0.0, @@ -42833,11 +54956,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0f1e9b54" + "node_id": "node_50646193" } }, { - "frame_id": "frame:node_521deffe", + "frame_id": "frame:node_fdaf5a5b", "origin": [ 0.0, 0.0, @@ -42860,11 +54983,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_521deffe" + "node_id": "node_fdaf5a5b" } }, { - "frame_id": "frame:node_136fd754", + "frame_id": "frame:node_84ca9449", "origin": [ 0.0, 0.0, @@ -42887,11 +55010,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_136fd754" + "node_id": "node_84ca9449" } }, { - "frame_id": "frame:node_e4624888", + "frame_id": "frame:node_1529869b", "origin": [ 0.0, 0.0, @@ -42914,11 +55037,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_e4624888" + "node_id": "node_1529869b" } }, { - "frame_id": "frame:node_4a8aabe1", + "frame_id": "frame:node_469a67dc", "origin": [ 0.0, 0.0, @@ -42941,11 +55064,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_4a8aabe1" + "node_id": "node_469a67dc" } }, { - "frame_id": "frame:node_f9f3732b", + "frame_id": "frame:node_849ad8d8", "origin": [ 0.0, 0.0, @@ -42968,11 +55091,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_f9f3732b" + "node_id": "node_849ad8d8" } }, { - "frame_id": "frame:node_213f0c88", + "frame_id": "frame:node_c5f1dec0", "origin": [ 0.0, 0.0, @@ -42995,11 +55118,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_213f0c88" + "node_id": "node_c5f1dec0" } }, { - "frame_id": "frame:node_a94004bd", + "frame_id": "frame:node_fa10dfb0", "origin": [ 0.0, 0.0, @@ -43022,11 +55145,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a94004bd" + "node_id": "node_fa10dfb0" } }, { - "frame_id": "frame:node_48493c5f", + "frame_id": "frame:node_c1fde5ce", "origin": [ 0.0, 0.0, @@ -43049,11 +55172,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_48493c5f" + "node_id": "node_c1fde5ce" } }, { - "frame_id": "frame:node_3330cebb", + "frame_id": "frame:node_cd459a37", "origin": [ 0.0, 0.0, @@ -43076,11 +55199,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3330cebb" + "node_id": "node_cd459a37" } }, { - "frame_id": "frame:node_3c285dc6", + "frame_id": "frame:node_18e653cc", "origin": [ 0.0, 0.0, @@ -43103,11 +55226,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3c285dc6" + "node_id": "node_18e653cc" } }, { - "frame_id": "frame:node_3ca2fe6a", + "frame_id": "frame:node_da8ba90a", "origin": [ 0.0, 0.0, @@ -43130,11 +55253,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3ca2fe6a" + "node_id": "node_da8ba90a" } }, { - "frame_id": "frame:node_6ee19d55", + "frame_id": "frame:node_5a99ec60", "origin": [ 0.0, 0.0, @@ -43157,11 +55280,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_6ee19d55" + "node_id": "node_5a99ec60" } }, { - "frame_id": "frame:node_5b96ab10", + "frame_id": "frame:node_32a62a3b", "origin": [ 0.0, 0.0, @@ -43184,11 +55307,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_5b96ab10" + "node_id": "node_32a62a3b" } }, { - "frame_id": "frame:node_784ed6db", + "frame_id": "frame:node_b66bc565", "origin": [ 0.0, 0.0, @@ -43211,11 +55334,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_784ed6db" + "node_id": "node_b66bc565" } }, { - "frame_id": "frame:node_8d8c8ea0", + "frame_id": "frame:node_c74dbac5", "origin": [ 0.0, 0.0, @@ -43238,11 +55361,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_8d8c8ea0" + "node_id": "node_c74dbac5" } }, { - "frame_id": "frame:node_da40cfef", + "frame_id": "frame:node_548bcde8", "origin": [ 0.0, 0.0, @@ -43265,11 +55388,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_da40cfef" + "node_id": "node_548bcde8" } }, { - "frame_id": "frame:node_fefb7603", + "frame_id": "frame:node_a8b7ce08", "origin": [ 0.0, 0.0, @@ -43292,11 +55415,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_fefb7603" + "node_id": "node_a8b7ce08" } }, { - "frame_id": "frame:node_62ef13ba", + "frame_id": "frame:node_87805a5e", "origin": [ 0.0, 0.0, @@ -43319,11 +55442,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_62ef13ba" + "node_id": "node_87805a5e" } }, { - "frame_id": "frame:node_4086bae8", + "frame_id": "frame:node_dab2ee02", "origin": [ 0.0, 0.0, @@ -43346,11 +55469,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_4086bae8" + "node_id": "node_dab2ee02" } }, { - "frame_id": "frame:node_7a42ce6a", + "frame_id": "frame:node_88a1b61b", "origin": [ 0.0, 0.0, @@ -43373,11 +55496,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7a42ce6a" + "node_id": "node_88a1b61b" } }, { - "frame_id": "frame:node_853e42a2", + "frame_id": "frame:node_c900c690", "origin": [ 0.0, 0.0, @@ -43400,11 +55523,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_853e42a2" + "node_id": "node_c900c690" } }, { - "frame_id": "frame:node_eba3cf84", + "frame_id": "frame:node_8ef31335", "origin": [ 0.0, 0.0, @@ -43427,11 +55550,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_eba3cf84" + "node_id": "node_8ef31335" } }, { - "frame_id": "frame:node_989380ca", + "frame_id": "frame:node_6b8acd77", "origin": [ 0.0, 0.0, @@ -43454,11 +55577,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_989380ca" + "node_id": "node_6b8acd77" } }, { - "frame_id": "frame:node_e3daeca6", + "frame_id": "frame:node_debfd526", "origin": [ 0.0, 0.0, @@ -43481,11 +55604,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_e3daeca6" + "node_id": "node_debfd526" } }, { - "frame_id": "frame:node_c0e4285c", + "frame_id": "frame:node_c51046d0", "origin": [ 0.0, 0.0, @@ -43508,11 +55631,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c0e4285c" + "node_id": "node_c51046d0" } }, { - "frame_id": "frame:node_60ba72e7", + "frame_id": "frame:node_d39930bc", "origin": [ 0.0, 0.0, @@ -43535,11 +55658,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_60ba72e7" + "node_id": "node_d39930bc" } }, { - "frame_id": "frame:node_11056f1f", + "frame_id": "frame:node_6812f6e4", "origin": [ 0.0, 0.0, @@ -43562,11 +55685,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_11056f1f" + "node_id": "node_6812f6e4" } }, { - "frame_id": "frame:node_eb9a2b58", + "frame_id": "frame:node_a0069614", "origin": [ 0.0, 0.0, @@ -43589,11 +55712,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_eb9a2b58" + "node_id": "node_a0069614" } }, { - "frame_id": "frame:node_540e9b6a", + "frame_id": "frame:node_fc4b55c1", "origin": [ 0.0, 0.0, @@ -43616,11 +55739,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_540e9b6a" + "node_id": "node_fc4b55c1" } }, { - "frame_id": "frame:node_900d37c9", + "frame_id": "frame:node_354a8fe2", "origin": [ 0.0, 0.0, @@ -43643,11 +55766,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_900d37c9" + "node_id": "node_354a8fe2" } }, { - "frame_id": "frame:node_77bdb904", + "frame_id": "frame:node_32960901", "origin": [ 0.0, 0.0, @@ -43670,11 +55793,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_77bdb904" + "node_id": "node_32960901" } }, { - "frame_id": "frame:node_423a85db", + "frame_id": "frame:node_eb3686e5", "origin": [ 0.0, 0.0, @@ -43697,11 +55820,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_423a85db" + "node_id": "node_eb3686e5" } }, { - "frame_id": "frame:node_28e51914", + "frame_id": "frame:node_b17632eb", "origin": [ 0.0, 0.0, @@ -43724,11 +55847,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_28e51914" + "node_id": "node_b17632eb" } }, { - "frame_id": "frame:node_67f2af9d", + "frame_id": "frame:node_81240212", "origin": [ 0.0, 0.0, @@ -43751,11 +55874,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_67f2af9d" + "node_id": "node_81240212" } }, { - "frame_id": "frame:node_93af8a40", + "frame_id": "frame:node_cea031bb", "origin": [ 0.0, 0.0, @@ -43778,11 +55901,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_93af8a40" + "node_id": "node_cea031bb" } }, { - "frame_id": "frame:node_20e268b8", + "frame_id": "frame:node_0737e081", "origin": [ 0.0, 0.0, @@ -43805,11 +55928,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_20e268b8" + "node_id": "node_0737e081" } }, { - "frame_id": "frame:node_20ce57e2", + "frame_id": "frame:node_e9556b7a", "origin": [ 0.0, 0.0, @@ -43832,11 +55955,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_20ce57e2" + "node_id": "node_e9556b7a" } }, { - "frame_id": "frame:node_57d0c161", + "frame_id": "frame:node_646378ec", "origin": [ 0.0, 0.0, @@ -43859,11 +55982,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_57d0c161" + "node_id": "node_646378ec" } }, { - "frame_id": "frame:node_5a3646be", + "frame_id": "frame:node_4e80916c", "origin": [ 0.0, 0.0, @@ -43886,11 +56009,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_5a3646be" + "node_id": "node_4e80916c" } }, { - "frame_id": "frame:node_a440a6a3", + "frame_id": "frame:node_0fb58925", "origin": [ 0.0, 0.0, @@ -43913,11 +56036,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a440a6a3" + "node_id": "node_0fb58925" } }, { - "frame_id": "frame:node_769087d8", + "frame_id": "frame:node_a6f5bedd", "origin": [ 0.0, 0.0, @@ -43940,11 +56063,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_769087d8" + "node_id": "node_a6f5bedd" } }, { - "frame_id": "frame:node_bcb317ec", + "frame_id": "frame:node_04ff78eb", "origin": [ 0.0, 0.0, @@ -43967,11 +56090,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_bcb317ec" + "node_id": "node_04ff78eb" } }, { - "frame_id": "frame:node_0279c15f", + "frame_id": "frame:node_656320b6", "origin": [ 0.0, 0.0, @@ -43994,11 +56117,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0279c15f" + "node_id": "node_656320b6" } }, { - "frame_id": "frame:node_8a052f11", + "frame_id": "frame:node_660b36f2", "origin": [ 0.0, 0.0, @@ -44021,11 +56144,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_8a052f11" + "node_id": "node_660b36f2" } }, { - "frame_id": "frame:node_58cf083f", + "frame_id": "frame:node_764fc58f", "origin": [ 0.0, 0.0, @@ -44048,11 +56171,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_58cf083f" + "node_id": "node_764fc58f" } }, { - "frame_id": "frame:node_fa1150c0", + "frame_id": "frame:node_cb66e775", "origin": [ 0.0, 0.0, @@ -44075,11 +56198,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_fa1150c0" + "node_id": "node_cb66e775" } }, { - "frame_id": "frame:node_63955866", + "frame_id": "frame:node_a0d9cb02", "origin": [ 0.0, 0.0, @@ -44102,11 +56225,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_63955866" + "node_id": "node_a0d9cb02" } }, { - "frame_id": "frame:node_2d08012d", + "frame_id": "frame:node_356ff6b6", "origin": [ 0.0, 0.0, @@ -44129,11 +56252,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2d08012d" + "node_id": "node_356ff6b6" } }, { - "frame_id": "frame:node_fe3a182c", + "frame_id": "frame:node_aec9f8fd", "origin": [ 0.0, 0.0, @@ -44156,11 +56279,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_fe3a182c" + "node_id": "node_aec9f8fd" } }, { - "frame_id": "frame:node_57c1ab31", + "frame_id": "frame:node_95460fed", "origin": [ 0.0, 0.0, @@ -44183,11 +56306,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_57c1ab31" + "node_id": "node_95460fed" } }, { - "frame_id": "frame:node_dfe34b34", + "frame_id": "frame:node_39434116", "origin": [ 0.0, 0.0, @@ -44210,11 +56333,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_dfe34b34" + "node_id": "node_39434116" } }, { - "frame_id": "frame:node_14851233", + "frame_id": "frame:node_c57b660e", "origin": [ 0.0, 0.0, @@ -44237,11 +56360,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_14851233" + "node_id": "node_c57b660e" } }, { - "frame_id": "frame:node_146048ab", + "frame_id": "frame:node_b8e36de9", "origin": [ 0.0, 0.0, @@ -44264,11 +56387,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_146048ab" + "node_id": "node_b8e36de9" } }, { - "frame_id": "frame:node_2a8a5a95", + "frame_id": "frame:node_1ea539ab", "origin": [ 0.0, 0.0, @@ -44291,11 +56414,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2a8a5a95" + "node_id": "node_1ea539ab" } }, { - "frame_id": "frame:node_04cf58aa", + "frame_id": "frame:node_84ef6494", "origin": [ 0.0, 0.0, @@ -44318,11 +56441,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_04cf58aa" + "node_id": "node_84ef6494" } }, { - "frame_id": "frame:node_8e8ae74f", + "frame_id": "frame:node_88d4d887", "origin": [ 0.0, 0.0, @@ -44345,11 +56468,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_8e8ae74f" + "node_id": "node_88d4d887" } }, { - "frame_id": "frame:node_81e1bb6c", + "frame_id": "frame:node_67156abb", "origin": [ 0.0, 0.0, @@ -44372,11 +56495,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_81e1bb6c" + "node_id": "node_67156abb" } }, { - "frame_id": "frame:node_7bd0955c", + "frame_id": "frame:node_c23a8cdd", "origin": [ 0.0, 0.0, @@ -44399,11 +56522,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7bd0955c" + "node_id": "node_c23a8cdd" } }, { - "frame_id": "frame:node_336d1e97", + "frame_id": "frame:node_a0f89b18", "origin": [ 0.0, 0.0, @@ -44426,11 +56549,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_336d1e97" + "node_id": "node_a0f89b18" } }, { - "frame_id": "frame:node_18572383", + "frame_id": "frame:node_4f474152", "origin": [ 0.0, 0.0, @@ -44453,11 +56576,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_18572383" + "node_id": "node_4f474152" } }, { - "frame_id": "frame:node_c8609c67", + "frame_id": "frame:node_4bf147f4", "origin": [ 0.0, 0.0, @@ -44480,11 +56603,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c8609c67" + "node_id": "node_4bf147f4" } }, { - "frame_id": "frame:node_6cc7f6cc", + "frame_id": "frame:node_434e5cb3", "origin": [ 0.0, 0.0, @@ -44507,11 +56630,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_6cc7f6cc" + "node_id": "node_434e5cb3" } }, { - "frame_id": "frame:node_b2ca1a85", + "frame_id": "frame:node_a8a66710", "origin": [ 0.0, 0.0, @@ -44534,11 +56657,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b2ca1a85" + "node_id": "node_a8a66710" } }, { - "frame_id": "frame:node_71e90583", + "frame_id": "frame:node_5ff50fd7", "origin": [ 0.0, 0.0, @@ -44561,11 +56684,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_71e90583" + "node_id": "node_5ff50fd7" } }, { - "frame_id": "frame:node_dc5a6a30", + "frame_id": "frame:node_1521314f", "origin": [ 0.0, 0.0, @@ -44588,11 +56711,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_dc5a6a30" + "node_id": "node_1521314f" } }, { - "frame_id": "frame:node_5db6cd4c", + "frame_id": "frame:node_4d60c160", "origin": [ 0.0, 0.0, @@ -44615,11 +56738,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_5db6cd4c" + "node_id": "node_4d60c160" } }, { - "frame_id": "frame:node_10ebe476", + "frame_id": "frame:node_cb6774bb", "origin": [ 0.0, 0.0, @@ -44642,11 +56765,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_10ebe476" + "node_id": "node_cb6774bb" } }, { - "frame_id": "frame:node_2d08d7eb", + "frame_id": "frame:node_d2457873", "origin": [ 0.0, 0.0, @@ -44669,11 +56792,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2d08d7eb" + "node_id": "node_d2457873" } }, { - "frame_id": "frame:node_4c1db029", + "frame_id": "frame:node_5f876d03", "origin": [ 0.0, 0.0, @@ -44696,11 +56819,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_4c1db029" + "node_id": "node_5f876d03" } }, { - "frame_id": "frame:node_64cf0390", + "frame_id": "frame:node_ba23c871", "origin": [ 0.0, 0.0, @@ -44723,11 +56846,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_64cf0390" + "node_id": "node_ba23c871" } }, { - "frame_id": "frame:node_78d7a661", + "frame_id": "frame:node_deedfbff", "origin": [ 0.0, 0.0, @@ -44750,11 +56873,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_78d7a661" + "node_id": "node_deedfbff" } }, { - "frame_id": "frame:node_48a396e9", + "frame_id": "frame:node_9d5be4aa", "origin": [ 0.0, 0.0, @@ -44777,11 +56900,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_48a396e9" + "node_id": "node_9d5be4aa" } }, { - "frame_id": "frame:node_bf906172", + "frame_id": "frame:node_ade44e8d", "origin": [ 0.0, 0.0, @@ -44804,11 +56927,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_bf906172" + "node_id": "node_ade44e8d" } }, { - "frame_id": "frame:node_30070adb", + "frame_id": "frame:node_5b6b6f59", "origin": [ 0.0, 0.0, @@ -44831,11 +56954,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_30070adb" + "node_id": "node_5b6b6f59" } }, { - "frame_id": "frame:node_2ad2d61a", + "frame_id": "frame:node_439e003c", "origin": [ 0.0, 0.0, @@ -44858,11 +56981,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2ad2d61a" + "node_id": "node_439e003c" } }, { - "frame_id": "frame:node_657b58ec", + "frame_id": "frame:node_d5720f16", "origin": [ 0.0, 0.0, @@ -44885,11 +57008,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_657b58ec" + "node_id": "node_d5720f16" } }, { - "frame_id": "frame:node_4cace70d", + "frame_id": "frame:node_f3764052", "origin": [ 0.0, 0.0, @@ -44912,11 +57035,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_4cace70d" + "node_id": "node_f3764052" } }, { - "frame_id": "frame:node_9797c672", + "frame_id": "frame:node_35d4c3da", "origin": [ 0.0, 0.0, @@ -44939,11 +57062,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_9797c672" + "node_id": "node_35d4c3da" } }, { - "frame_id": "frame:node_f07ea3a3", + "frame_id": "frame:node_9a3db6f5", "origin": [ 0.0, 0.0, @@ -44966,11 +57089,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_f07ea3a3" + "node_id": "node_9a3db6f5" } }, { - "frame_id": "frame:node_dd3e9ecb", + "frame_id": "frame:node_25a20ee1", "origin": [ 0.0, 0.0, @@ -44993,11 +57116,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_dd3e9ecb" + "node_id": "node_25a20ee1" } }, { - "frame_id": "frame:node_f534e0e7", + "frame_id": "frame:node_376a563b", "origin": [ 0.0, 0.0, @@ -45020,11 +57143,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_f534e0e7" + "node_id": "node_376a563b" } }, { - "frame_id": "frame:node_7a2c4f48", + "frame_id": "frame:node_96f58474", "origin": [ 0.0, 0.0, @@ -45047,11 +57170,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7a2c4f48" + "node_id": "node_96f58474" } }, { - "frame_id": "frame:node_b176800b", + "frame_id": "frame:node_b2580172", "origin": [ 0.0, 0.0, @@ -45074,11 +57197,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b176800b" + "node_id": "node_b2580172" } }, { - "frame_id": "frame:node_592e81ea", + "frame_id": "frame:node_c1242cc4", "origin": [ 0.0, 0.0, @@ -45101,11 +57224,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_592e81ea" + "node_id": "node_c1242cc4" } }, { - "frame_id": "frame:node_69360618", + "frame_id": "frame:node_3d9fdaba", "origin": [ 0.0, 0.0, @@ -45128,11 +57251,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_69360618" + "node_id": "node_3d9fdaba" } }, { - "frame_id": "frame:node_198d1a31", + "frame_id": "frame:node_a3006ae8", "origin": [ 0.0, 0.0, @@ -45155,11 +57278,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_198d1a31" + "node_id": "node_a3006ae8" } }, { - "frame_id": "frame:node_cd41ba47", + "frame_id": "frame:node_67173afd", "origin": [ 0.0, 0.0, @@ -45182,11 +57305,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_cd41ba47" + "node_id": "node_67173afd" } }, { - "frame_id": "frame:node_8802ae1d", + "frame_id": "frame:node_b08e64a6", "origin": [ 0.0, 0.0, @@ -45209,11 +57332,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_8802ae1d" + "node_id": "node_b08e64a6" } }, { - "frame_id": "frame:node_ce594a19", + "frame_id": "frame:node_0ea3b0f6", "origin": [ 0.0, 0.0, @@ -45236,11 +57359,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ce594a19" + "node_id": "node_0ea3b0f6" } }, { - "frame_id": "frame:node_d10aa60b", + "frame_id": "frame:node_779cad9a", "origin": [ 0.0, 0.0, @@ -45263,11 +57386,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_d10aa60b" + "node_id": "node_779cad9a" } }, { - "frame_id": "frame:node_e1daa7cd", + "frame_id": "frame:node_7d7af71d", "origin": [ 0.0, 0.0, @@ -45290,11 +57413,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_e1daa7cd" + "node_id": "node_7d7af71d" } }, { - "frame_id": "frame:node_b64a2df6", + "frame_id": "frame:node_b6b0a381", "origin": [ 0.0, 0.0, @@ -45317,11 +57440,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b64a2df6" + "node_id": "node_b6b0a381" } }, { - "frame_id": "frame:node_0ba40960", + "frame_id": "frame:node_9e87d843", "origin": [ 0.0, 0.0, @@ -45344,11 +57467,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0ba40960" + "node_id": "node_9e87d843" } }, { - "frame_id": "frame:node_047c6edd", + "frame_id": "frame:node_a3f9ce5e", "origin": [ 0.0, 0.0, @@ -45371,11 +57494,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_047c6edd" + "node_id": "node_a3f9ce5e" } }, { - "frame_id": "frame:node_09c3a60b", + "frame_id": "frame:node_f22bb331", "origin": [ 0.0, 0.0, @@ -45398,11 +57521,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_09c3a60b" + "node_id": "node_f22bb331" } }, { - "frame_id": "frame:node_f0bd7a61", + "frame_id": "frame:node_13de2af9", "origin": [ 0.0, 0.0, @@ -45425,11 +57548,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_f0bd7a61" + "node_id": "node_13de2af9" } }, { - "frame_id": "frame:node_c242934c", + "frame_id": "frame:node_3b50f3c3", "origin": [ 0.0, 0.0, @@ -45452,11 +57575,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c242934c" + "node_id": "node_3b50f3c3" } }, { - "frame_id": "frame:node_328bf1c3", + "frame_id": "frame:node_356cc10c", "origin": [ 0.0, 0.0, @@ -45479,11 +57602,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_328bf1c3" + "node_id": "node_356cc10c" } }, { - "frame_id": "frame:node_38c7113b", + "frame_id": "frame:node_f6a36044", "origin": [ 0.0, 0.0, @@ -45506,11 +57629,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_38c7113b" + "node_id": "node_f6a36044" } }, { - "frame_id": "frame:node_7cc16d92", + "frame_id": "frame:node_4379335d", "origin": [ 0.0, 0.0, @@ -45533,11 +57656,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7cc16d92" + "node_id": "node_4379335d" } }, { - "frame_id": "frame:node_a95f2a2d", + "frame_id": "frame:node_8fbdd855", "origin": [ 0.0, 0.0, @@ -45560,11 +57683,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a95f2a2d" + "node_id": "node_8fbdd855" } }, { - "frame_id": "frame:node_4e41b3c3", + "frame_id": "frame:node_7a117eaa", "origin": [ 0.0, 0.0, @@ -45587,11 +57710,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_4e41b3c3" + "node_id": "node_7a117eaa" } }, { - "frame_id": "frame:node_d98ec33f", + "frame_id": "frame:node_46a10657", "origin": [ 0.0, 0.0, @@ -45614,11 +57737,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_d98ec33f" + "node_id": "node_46a10657" } }, { - "frame_id": "frame:node_ecc92697", + "frame_id": "frame:node_b3d34911", "origin": [ 0.0, 0.0, @@ -45641,11 +57764,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ecc92697" + "node_id": "node_b3d34911" } }, { - "frame_id": "frame:node_c9bde914", + "frame_id": "frame:node_6d9cf425", "origin": [ 0.0, 0.0, @@ -45668,11 +57791,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c9bde914" + "node_id": "node_6d9cf425" } }, { - "frame_id": "frame:node_844118fe", + "frame_id": "frame:node_500f4d86", "origin": [ 0.0, 0.0, @@ -45695,11 +57818,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_844118fe" + "node_id": "node_500f4d86" } }, { - "frame_id": "frame:node_cc9056b8", + "frame_id": "frame:node_f6610571", "origin": [ 0.0, 0.0, @@ -45722,11 +57845,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_cc9056b8" + "node_id": "node_f6610571" } }, { - "frame_id": "frame:node_7df0d578", + "frame_id": "frame:node_2efd24b0", "origin": [ 0.0, 0.0, @@ -45749,11 +57872,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7df0d578" + "node_id": "node_2efd24b0" } }, { - "frame_id": "frame:node_a88229a4", + "frame_id": "frame:node_4a229bd4", "origin": [ 0.0, 0.0, @@ -45776,11 +57899,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a88229a4" + "node_id": "node_4a229bd4" } }, { - "frame_id": "frame:node_37a80b4a", + "frame_id": "frame:node_40f1784f", "origin": [ 0.0, 0.0, @@ -45803,11 +57926,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_37a80b4a" + "node_id": "node_40f1784f" } }, { - "frame_id": "frame:node_5bad4d83", + "frame_id": "frame:node_e93e05f3", "origin": [ 0.0, 0.0, @@ -45830,11 +57953,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_5bad4d83" + "node_id": "node_e93e05f3" } }, { - "frame_id": "frame:node_102ecd19", + "frame_id": "frame:node_8815d630", "origin": [ 0.0, 0.0, @@ -45857,11 +57980,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_102ecd19" + "node_id": "node_8815d630" } }, { - "frame_id": "frame:node_96569f34", + "frame_id": "frame:node_dd84dad1", "origin": [ 0.0, 0.0, @@ -45884,11 +58007,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_96569f34" + "node_id": "node_dd84dad1" } }, { - "frame_id": "frame:node_be5fdc56", + "frame_id": "frame:node_d3bd80a7", "origin": [ 0.0, 0.0, @@ -45911,11 +58034,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_be5fdc56" + "node_id": "node_d3bd80a7" } }, { - "frame_id": "frame:node_10cc47a2", + "frame_id": "frame:node_74934ddd", "origin": [ 0.0, 0.0, @@ -45938,11 +58061,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_10cc47a2" + "node_id": "node_74934ddd" } }, { - "frame_id": "frame:node_207e1b4a", + "frame_id": "frame:node_5d2abc55", "origin": [ 0.0, 0.0, @@ -45965,11 +58088,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_207e1b4a" + "node_id": "node_5d2abc55" } }, { - "frame_id": "frame:node_8d3f5116", + "frame_id": "frame:node_b9a151a0", "origin": [ 0.0, 0.0, @@ -45992,11 +58115,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_8d3f5116" + "node_id": "node_b9a151a0" } }, { - "frame_id": "frame:node_615aac01", + "frame_id": "frame:node_4e4b417d", "origin": [ 0.0, 0.0, @@ -46019,11 +58142,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_615aac01" + "node_id": "node_4e4b417d" } }, { - "frame_id": "frame:node_7a0816e6", + "frame_id": "frame:node_f15da6f2", "origin": [ 0.0, 0.0, @@ -46046,11 +58169,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7a0816e6" + "node_id": "node_f15da6f2" } }, { - "frame_id": "frame:node_ebbfd348", + "frame_id": "frame:node_1d17aacf", "origin": [ 0.0, 0.0, @@ -46073,11 +58196,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ebbfd348" + "node_id": "node_1d17aacf" } }, { - "frame_id": "frame:node_c44ff078", + "frame_id": "frame:node_1232a092", "origin": [ 0.0, 0.0, @@ -46100,11 +58223,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c44ff078" + "node_id": "node_1232a092" } }, { - "frame_id": "frame:node_020ab959", + "frame_id": "frame:node_1ab0fc52", "origin": [ 0.0, 0.0, @@ -46127,11 +58250,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_020ab959" + "node_id": "node_1ab0fc52" } }, { - "frame_id": "frame:node_fde59382", + "frame_id": "frame:node_52c3917e", "origin": [ 0.0, 0.0, @@ -46154,11 +58277,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_fde59382" + "node_id": "node_52c3917e" } }, { - "frame_id": "frame:node_c9e37c0e", + "frame_id": "frame:node_d26665c6", "origin": [ 0.0, 0.0, @@ -46181,11 +58304,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c9e37c0e" + "node_id": "node_d26665c6" } }, { - "frame_id": "frame:node_59c1e308", + "frame_id": "frame:node_6b6ec55a", "origin": [ 0.0, 0.0, @@ -46208,11 +58331,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_59c1e308" + "node_id": "node_6b6ec55a" } }, { - "frame_id": "frame:node_08f7af98", + "frame_id": "frame:node_d17dca54", "origin": [ 0.0, 0.0, @@ -46235,11 +58358,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_08f7af98" + "node_id": "node_d17dca54" } }, { - "frame_id": "frame:node_84b93759", + "frame_id": "frame:node_88f06b56", "origin": [ 0.0, 0.0, @@ -46262,11 +58385,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_84b93759" + "node_id": "node_88f06b56" } }, { - "frame_id": "frame:node_c6fe1304", + "frame_id": "frame:node_fee10839", "origin": [ 0.0, 0.0, @@ -46289,11 +58412,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c6fe1304" + "node_id": "node_fee10839" } }, { - "frame_id": "frame:node_98b0beec", + "frame_id": "frame:node_0e0f5e86", "origin": [ 0.0, 0.0, @@ -46316,11 +58439,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_98b0beec" + "node_id": "node_0e0f5e86" } }, { - "frame_id": "frame:node_29f3f886", + "frame_id": "frame:node_b20ddbbc", "origin": [ 0.0, 0.0, @@ -46343,11 +58466,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_29f3f886" + "node_id": "node_b20ddbbc" } }, { - "frame_id": "frame:node_92d29500", + "frame_id": "frame:node_501d250d", "origin": [ 0.0, 0.0, @@ -46370,11 +58493,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_92d29500" + "node_id": "node_501d250d" } }, { - "frame_id": "frame:node_7e725cd1", + "frame_id": "frame:node_c1ad3d5d", "origin": [ 0.0, 0.0, @@ -46397,11 +58520,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7e725cd1" + "node_id": "node_c1ad3d5d" } }, { - "frame_id": "frame:node_874b341f", + "frame_id": "frame:node_ddd1fb05", "origin": [ 0.0, 0.0, @@ -46424,11 +58547,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_874b341f" + "node_id": "node_ddd1fb05" } }, { - "frame_id": "frame:node_cabea66b", + "frame_id": "frame:node_1dc4bf25", "origin": [ 0.0, 0.0, @@ -46451,11 +58574,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_cabea66b" + "node_id": "node_1dc4bf25" } }, { - "frame_id": "frame:node_bc3f3271", + "frame_id": "frame:node_a5143065", "origin": [ 0.0, 0.0, @@ -46478,11 +58601,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_bc3f3271" + "node_id": "node_a5143065" } }, { - "frame_id": "frame:node_b751459d", + "frame_id": "frame:node_d5156e09", "origin": [ 0.0, 0.0, @@ -46505,11 +58628,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b751459d" + "node_id": "node_d5156e09" } }, { - "frame_id": "frame:node_b6019302", + "frame_id": "frame:node_95078b06", "origin": [ 0.0, 0.0, @@ -46532,11 +58655,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b6019302" + "node_id": "node_95078b06" } }, { - "frame_id": "frame:node_97cc8c46", + "frame_id": "frame:node_558ed9fd", "origin": [ 0.0, 0.0, @@ -46559,11 +58682,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_97cc8c46" + "node_id": "node_558ed9fd" } }, { - "frame_id": "frame:node_3c922cf9", + "frame_id": "frame:node_3e59b822", "origin": [ 0.0, 0.0, @@ -46586,11 +58709,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3c922cf9" + "node_id": "node_3e59b822" } }, { - "frame_id": "frame:node_305ba5a2", + "frame_id": "frame:node_e576e8cc", "origin": [ 0.0, 0.0, @@ -46613,11 +58736,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_305ba5a2" + "node_id": "node_e576e8cc" } }, { - "frame_id": "frame:node_57e65375", + "frame_id": "frame:node_34194e15", "origin": [ 0.0, 0.0, @@ -46640,11 +58763,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_57e65375" + "node_id": "node_34194e15" } }, { - "frame_id": "frame:node_ff8545bd", + "frame_id": "frame:node_602f91c7", "origin": [ 0.0, 0.0, @@ -46667,11 +58790,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ff8545bd" + "node_id": "node_602f91c7" } }, { - "frame_id": "frame:node_3cc8f757", + "frame_id": "frame:node_7ebba1d8", "origin": [ 0.0, 0.0, @@ -46694,11 +58817,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3cc8f757" + "node_id": "node_7ebba1d8" } }, { - "frame_id": "frame:node_f16c9510", + "frame_id": "frame:node_4593eccc", "origin": [ 0.0, 0.0, @@ -46721,11 +58844,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_f16c9510" + "node_id": "node_4593eccc" } }, { - "frame_id": "frame:node_6f54af66", + "frame_id": "frame:node_6b91fad3", "origin": [ 0.0, 0.0, @@ -46748,11 +58871,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_6f54af66" + "node_id": "node_6b91fad3" } }, { - "frame_id": "frame:node_3f61d760", + "frame_id": "frame:node_57ed05bd", "origin": [ 0.0, 0.0, @@ -46775,11 +58898,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3f61d760" + "node_id": "node_57ed05bd" } }, { - "frame_id": "frame:node_9aaba329", + "frame_id": "frame:node_fe8b6fbe", "origin": [ 0.0, 0.0, @@ -46802,11 +58925,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_9aaba329" + "node_id": "node_fe8b6fbe" } }, { - "frame_id": "frame:node_74d98265", + "frame_id": "frame:node_b0d80607", "origin": [ 0.0, 0.0, @@ -46829,11 +58952,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_74d98265" + "node_id": "node_b0d80607" } }, { - "frame_id": "frame:node_39240125", + "frame_id": "frame:node_3bbeaa29", "origin": [ 0.0, 0.0, @@ -46856,11 +58979,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_39240125" + "node_id": "node_3bbeaa29" } }, { - "frame_id": "frame:node_ef8d408e", + "frame_id": "frame:node_0220cd40", "origin": [ 0.0, 0.0, @@ -46883,11 +59006,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ef8d408e" + "node_id": "node_0220cd40" } }, { - "frame_id": "frame:node_7b3eac4e", + "frame_id": "frame:node_728d5c1a", "origin": [ 0.0, 0.0, @@ -46910,11 +59033,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7b3eac4e" + "node_id": "node_728d5c1a" } }, { - "frame_id": "frame:node_0cee41b2", + "frame_id": "frame:node_2f9b1d3b", "origin": [ 0.0, 0.0, @@ -46937,11 +59060,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0cee41b2" + "node_id": "node_2f9b1d3b" } }, { - "frame_id": "frame:node_3162a7de", + "frame_id": "frame:node_806253ae", "origin": [ 0.0, 0.0, @@ -46964,11 +59087,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3162a7de" + "node_id": "node_806253ae" } }, { - "frame_id": "frame:node_fe307f48", + "frame_id": "frame:node_bdc1e330", "origin": [ 0.0, 0.0, @@ -46991,11 +59114,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_fe307f48" + "node_id": "node_bdc1e330" } }, { - "frame_id": "frame:node_2b9f406b", + "frame_id": "frame:node_28f4a922", "origin": [ 0.0, 0.0, @@ -47018,11 +59141,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2b9f406b" + "node_id": "node_28f4a922" } }, { - "frame_id": "frame:node_2f868813", + "frame_id": "frame:node_9c7f3d21", "origin": [ 0.0, 0.0, @@ -47045,11 +59168,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2f868813" + "node_id": "node_9c7f3d21" } }, { - "frame_id": "frame:node_8581150a", + "frame_id": "frame:node_523f1b13", "origin": [ 0.0, 0.0, @@ -47072,11 +59195,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_8581150a" + "node_id": "node_523f1b13" } }, { - "frame_id": "frame:node_8e547a08", + "frame_id": "frame:node_984c4fcf", "origin": [ 0.0, 0.0, @@ -47099,11 +59222,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_8e547a08" + "node_id": "node_984c4fcf" } }, { - "frame_id": "frame:node_631f1473", + "frame_id": "frame:node_236afa91", "origin": [ 0.0, 0.0, @@ -47126,11 +59249,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_631f1473" + "node_id": "node_236afa91" } }, { - "frame_id": "frame:node_46dec030", + "frame_id": "frame:node_1cbbbf9e", "origin": [ 0.0, 0.0, @@ -47153,11 +59276,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_46dec030" + "node_id": "node_1cbbbf9e" } }, { - "frame_id": "frame:node_a4daa7d1", + "frame_id": "frame:node_3f4a9a18", "origin": [ 0.0, 0.0, @@ -47180,11 +59303,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a4daa7d1" + "node_id": "node_3f4a9a18" } }, { - "frame_id": "frame:node_548799bc", + "frame_id": "frame:node_83a2421f", "origin": [ 0.0, 0.0, @@ -47207,11 +59330,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_548799bc" + "node_id": "node_83a2421f" } }, { - "frame_id": "frame:node_492f00c4", + "frame_id": "frame:node_c1022888", "origin": [ 0.0, 0.0, @@ -47234,11 +59357,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_492f00c4" + "node_id": "node_c1022888" } }, { - "frame_id": "frame:node_9dc4a3f2", + "frame_id": "frame:node_2d68a54b", "origin": [ 0.0, 0.0, @@ -47261,11 +59384,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_9dc4a3f2" + "node_id": "node_2d68a54b" } }, { - "frame_id": "frame:node_6042acb8", + "frame_id": "frame:node_c4c2b772", "origin": [ 0.0, 0.0, @@ -47288,11 +59411,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_6042acb8" + "node_id": "node_c4c2b772" } }, { - "frame_id": "frame:node_b69c870e", + "frame_id": "frame:node_a67fabf9", "origin": [ 0.0, 0.0, @@ -47315,11 +59438,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b69c870e" + "node_id": "node_a67fabf9" } }, { - "frame_id": "frame:node_0dd0b556", + "frame_id": "frame:node_8ac0117c", "origin": [ 0.0, 0.0, @@ -47342,11 +59465,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0dd0b556" + "node_id": "node_8ac0117c" } }, { - "frame_id": "frame:node_5290175b", + "frame_id": "frame:node_a14a72c1", "origin": [ 0.0, 0.0, @@ -47369,11 +59492,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_5290175b" + "node_id": "node_a14a72c1" } }, { - "frame_id": "frame:node_7adeca97", + "frame_id": "frame:node_0737d924", "origin": [ 0.0, 0.0, @@ -47396,11 +59519,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7adeca97" + "node_id": "node_0737d924" } }, { - "frame_id": "frame:node_c61b3595", + "frame_id": "frame:node_ca29b398", "origin": [ 0.0, 0.0, @@ -47423,11 +59546,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c61b3595" + "node_id": "node_ca29b398" } }, { - "frame_id": "frame:node_3cc0985a", + "frame_id": "frame:node_40cb5332", "origin": [ 0.0, 0.0, @@ -47450,11 +59573,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3cc0985a" + "node_id": "node_40cb5332" } }, { - "frame_id": "frame:node_1d70674f", + "frame_id": "frame:node_c7c0aece", "origin": [ 0.0, 0.0, @@ -47477,11 +59600,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_1d70674f" + "node_id": "node_c7c0aece" } }, { - "frame_id": "frame:node_c8622c0a", + "frame_id": "frame:node_e9bfb65b", "origin": [ 0.0, 0.0, @@ -47504,11 +59627,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c8622c0a" + "node_id": "node_e9bfb65b" } }, { - "frame_id": "frame:node_95780715", + "frame_id": "frame:node_bf4be09a", "origin": [ 0.0, 0.0, @@ -47531,11 +59654,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_95780715" + "node_id": "node_bf4be09a" } }, { - "frame_id": "frame:node_2b19507a", + "frame_id": "frame:node_d8dcdb77", "origin": [ 0.0, 0.0, @@ -47558,11 +59681,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2b19507a" + "node_id": "node_d8dcdb77" } }, { - "frame_id": "frame:node_b535ebd0", + "frame_id": "frame:node_c5bda38f", "origin": [ 0.0, 0.0, @@ -47585,11 +59708,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b535ebd0" + "node_id": "node_c5bda38f" } }, { - "frame_id": "frame:node_6431dff0", + "frame_id": "frame:node_121bfacd", "origin": [ 0.0, 0.0, @@ -47612,11 +59735,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_6431dff0" + "node_id": "node_121bfacd" } }, { - "frame_id": "frame:node_4afda1f6", + "frame_id": "frame:node_d367cd71", "origin": [ 0.0, 0.0, @@ -47639,11 +59762,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_4afda1f6" + "node_id": "node_d367cd71" } }, { - "frame_id": "frame:node_144f2614", + "frame_id": "frame:node_c3b8a45a", "origin": [ 0.0, 0.0, @@ -47666,11 +59789,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_144f2614" + "node_id": "node_c3b8a45a" } }, { - "frame_id": "frame:node_e7644e9e", + "frame_id": "frame:node_1194ff5b", "origin": [ 0.0, 0.0, @@ -47693,11 +59816,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_e7644e9e" + "node_id": "node_1194ff5b" } }, { - "frame_id": "frame:node_cd6d86d6", + "frame_id": "frame:node_4a359d41", "origin": [ 0.0, 0.0, @@ -47720,11 +59843,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_cd6d86d6" + "node_id": "node_4a359d41" } }, { - "frame_id": "frame:node_2a852892", + "frame_id": "frame:node_8c6c68c6", "origin": [ 0.0, 0.0, @@ -47747,11 +59870,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2a852892" + "node_id": "node_8c6c68c6" } }, { - "frame_id": "frame:node_2ab00950", + "frame_id": "frame:node_78c9f36a", "origin": [ 0.0, 0.0, @@ -47774,11 +59897,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2ab00950" + "node_id": "node_78c9f36a" } }, { - "frame_id": "frame:node_edfb07cb", + "frame_id": "frame:node_a42bdfba", "origin": [ 0.0, 0.0, @@ -47801,11 +59924,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_edfb07cb" + "node_id": "node_a42bdfba" } }, { - "frame_id": "frame:node_cafdd587", + "frame_id": "frame:node_29a129d4", "origin": [ 0.0, 0.0, @@ -47828,11 +59951,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_cafdd587" + "node_id": "node_29a129d4" } }, { - "frame_id": "frame:node_a58ddc04", + "frame_id": "frame:node_9b7e8b3a", "origin": [ 0.0, 0.0, @@ -47855,11 +59978,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a58ddc04" + "node_id": "node_9b7e8b3a" } }, { - "frame_id": "frame:node_52de6b5a", + "frame_id": "frame:node_52b68b91", "origin": [ 0.0, 0.0, @@ -47882,11 +60005,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_52de6b5a" + "node_id": "node_52b68b91" } }, { - "frame_id": "frame:node_62d5f379", + "frame_id": "frame:node_7a0df353", "origin": [ 0.0, 0.0, @@ -47909,11 +60032,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_62d5f379" + "node_id": "node_7a0df353" } }, { - "frame_id": "frame:node_0a34c904", + "frame_id": "frame:node_e1e069ee", "origin": [ 0.0, 0.0, @@ -47936,11 +60059,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0a34c904" + "node_id": "node_e1e069ee" } }, { - "frame_id": "frame:node_94976843", + "frame_id": "frame:node_3c9d3828", "origin": [ 0.0, 0.0, @@ -47963,11 +60086,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_94976843" + "node_id": "node_3c9d3828" } }, { - "frame_id": "frame:node_3aefe9d1", + "frame_id": "frame:node_f2055c09", "origin": [ 0.0, 0.0, @@ -47990,11 +60113,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3aefe9d1" + "node_id": "node_f2055c09" } }, { - "frame_id": "frame:node_cbfd2ec4", + "frame_id": "frame:node_70b8aca6", "origin": [ 0.0, 0.0, @@ -48017,11 +60140,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_cbfd2ec4" + "node_id": "node_70b8aca6" } }, { - "frame_id": "frame:node_dcd24899", + "frame_id": "frame:node_04e25304", "origin": [ 0.0, 0.0, @@ -48044,11 +60167,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_dcd24899" + "node_id": "node_04e25304" } }, { - "frame_id": "frame:node_7ae2b40d", + "frame_id": "frame:node_8ac2f86c", "origin": [ 0.0, 0.0, @@ -48071,11 +60194,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7ae2b40d" + "node_id": "node_8ac2f86c" } }, { - "frame_id": "frame:node_b5572e53", + "frame_id": "frame:node_5d3642af", "origin": [ 0.0, 0.0, @@ -48098,11 +60221,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_b5572e53" + "node_id": "node_5d3642af" } }, { - "frame_id": "frame:node_a0f59522", + "frame_id": "frame:node_9215c0a4", "origin": [ 0.0, 0.0, @@ -48125,11 +60248,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a0f59522" + "node_id": "node_9215c0a4" } }, { - "frame_id": "frame:node_c64e84c4", + "frame_id": "frame:node_b4055de7", "origin": [ 0.0, 0.0, @@ -48152,11 +60275,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c64e84c4" + "node_id": "node_b4055de7" } }, { - "frame_id": "frame:node_80c4ce4c", + "frame_id": "frame:node_d2bdbd65", "origin": [ 0.0, 0.0, @@ -48179,11 +60302,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_80c4ce4c" + "node_id": "node_d2bdbd65" } }, { - "frame_id": "frame:node_c9ff0f7a", + "frame_id": "frame:node_95785e06", "origin": [ 0.0, 0.0, @@ -48206,11 +60329,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c9ff0f7a" + "node_id": "node_95785e06" } }, { - "frame_id": "frame:node_bdcb972c", + "frame_id": "frame:node_10aa8e86", "origin": [ 0.0, 0.0, @@ -48233,11 +60356,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_bdcb972c" + "node_id": "node_10aa8e86" } }, { - "frame_id": "frame:node_615d01b0", + "frame_id": "frame:node_7f9371dc", "origin": [ 0.0, 0.0, @@ -48260,11 +60383,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_615d01b0" + "node_id": "node_7f9371dc" } }, { - "frame_id": "frame:node_a2f83973", + "frame_id": "frame:node_d1b8b74e", "origin": [ 0.0, 0.0, @@ -48287,11 +60410,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a2f83973" + "node_id": "node_d1b8b74e" } }, { - "frame_id": "frame:node_a8a49422", + "frame_id": "frame:node_e6db1bb2", "origin": [ 0.0, 0.0, @@ -48314,11 +60437,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a8a49422" + "node_id": "node_e6db1bb2" } }, { - "frame_id": "frame:node_c50366ae", + "frame_id": "frame:node_8857ee49", "origin": [ 0.0, 0.0, @@ -48341,11 +60464,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c50366ae" + "node_id": "node_8857ee49" } }, { - "frame_id": "frame:node_41b29340", + "frame_id": "frame:node_a33b9e43", "origin": [ 0.0, 0.0, @@ -48368,11 +60491,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_41b29340" + "node_id": "node_a33b9e43" } }, { - "frame_id": "frame:node_05ba8dad", + "frame_id": "frame:node_5f5151af", "origin": [ 0.0, 0.0, @@ -48395,11 +60518,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_05ba8dad" + "node_id": "node_5f5151af" } }, { - "frame_id": "frame:node_d7f54e64", + "frame_id": "frame:node_2b32dddb", "origin": [ 0.0, 0.0, @@ -48422,11 +60545,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_d7f54e64" + "node_id": "node_2b32dddb" } }, { - "frame_id": "frame:node_50ccf7be", + "frame_id": "frame:node_dedb0b9d", "origin": [ 0.0, 0.0, @@ -48449,11 +60572,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_50ccf7be" + "node_id": "node_dedb0b9d" } }, { - "frame_id": "frame:node_3b11ca93", + "frame_id": "frame:node_9f47d8c9", "origin": [ 0.0, 0.0, @@ -48476,11 +60599,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3b11ca93" + "node_id": "node_9f47d8c9" } }, { - "frame_id": "frame:node_bbd57be1", + "frame_id": "frame:node_c9671c99", "origin": [ 0.0, 0.0, @@ -48503,11 +60626,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_bbd57be1" + "node_id": "node_c9671c99" } }, { - "frame_id": "frame:node_9036290c", + "frame_id": "frame:node_50db208b", "origin": [ 0.0, 0.0, @@ -48530,11 +60653,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_9036290c" + "node_id": "node_50db208b" } }, { - "frame_id": "frame:node_dea6702b", + "frame_id": "frame:node_2206ed4d", "origin": [ 0.0, 0.0, @@ -48557,11 +60680,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_dea6702b" + "node_id": "node_2206ed4d" } }, { - "frame_id": "frame:node_2d58e58d", + "frame_id": "frame:node_f4b050da", "origin": [ 0.0, 0.0, @@ -48584,11 +60707,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2d58e58d" + "node_id": "node_f4b050da" } }, { - "frame_id": "frame:node_4ce49743", + "frame_id": "frame:node_026767e7", "origin": [ 0.0, 0.0, @@ -48611,11 +60734,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_4ce49743" + "node_id": "node_026767e7" } }, { - "frame_id": "frame:node_c05ea948", + "frame_id": "frame:node_620507b9", "origin": [ 0.0, 0.0, @@ -48638,11 +60761,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c05ea948" + "node_id": "node_620507b9" } }, { - "frame_id": "frame:node_20d9bdfe", + "frame_id": "frame:node_b6aa3ec1", "origin": [ 0.0, 0.0, @@ -48665,11 +60788,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_20d9bdfe" + "node_id": "node_b6aa3ec1" } }, { - "frame_id": "frame:node_32221aa7", + "frame_id": "frame:node_1f86ee2c", "origin": [ 0.0, 0.0, @@ -48692,11 +60815,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_32221aa7" + "node_id": "node_1f86ee2c" } }, { - "frame_id": "frame:node_93c9081b", + "frame_id": "frame:node_591470c9", "origin": [ 0.0, 0.0, @@ -48719,11 +60842,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_93c9081b" + "node_id": "node_591470c9" } }, { - "frame_id": "frame:node_4586f06e", + "frame_id": "frame:node_ec8ff1c1", "origin": [ 0.0, 0.0, @@ -48746,11 +60869,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_4586f06e" + "node_id": "node_ec8ff1c1" } }, { - "frame_id": "frame:node_db0ad6ed", + "frame_id": "frame:node_0f385447", "origin": [ 0.0, 0.0, @@ -48773,11 +60896,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_db0ad6ed" + "node_id": "node_0f385447" } }, { - "frame_id": "frame:node_acf8506f", + "frame_id": "frame:node_029da34b", "origin": [ 0.0, 0.0, @@ -48800,11 +60923,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_acf8506f" + "node_id": "node_029da34b" } }, { - "frame_id": "frame:node_7a338bb9", + "frame_id": "frame:node_611b1bb8", "origin": [ 0.0, 0.0, @@ -48827,11 +60950,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7a338bb9" + "node_id": "node_611b1bb8" } }, { - "frame_id": "frame:node_15636f8a", + "frame_id": "frame:node_f8720595", "origin": [ 0.0, 0.0, @@ -48854,11 +60977,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_15636f8a" + "node_id": "node_f8720595" } }, { - "frame_id": "frame:node_d7717e4f", + "frame_id": "frame:node_938d8abe", "origin": [ 0.0, 0.0, @@ -48881,11 +61004,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_d7717e4f" + "node_id": "node_938d8abe" } }, { - "frame_id": "frame:node_c5615053", + "frame_id": "frame:node_6b75116f", "origin": [ 0.0, 0.0, @@ -48908,11 +61031,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c5615053" + "node_id": "node_6b75116f" } }, { - "frame_id": "frame:node_fd2ce0a7", + "frame_id": "frame:node_f2a4c841", "origin": [ 0.0, 0.0, @@ -48935,11 +61058,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_fd2ce0a7" + "node_id": "node_f2a4c841" } }, { - "frame_id": "frame:node_7a83bd1a", + "frame_id": "frame:node_0b96dcc3", "origin": [ 0.0, 0.0, @@ -48962,11 +61085,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7a83bd1a" + "node_id": "node_0b96dcc3" } }, { - "frame_id": "frame:node_f7b49737", + "frame_id": "frame:node_afa6b912", "origin": [ 0.0, 0.0, @@ -48989,11 +61112,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_f7b49737" + "node_id": "node_afa6b912" } }, { - "frame_id": "frame:node_26cf2db5", + "frame_id": "frame:node_65c28481", "origin": [ 0.0, 0.0, @@ -49016,11 +61139,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_26cf2db5" + "node_id": "node_65c28481" } }, { - "frame_id": "frame:node_688dda93", + "frame_id": "frame:node_598f4368", "origin": [ 0.0, 0.0, @@ -49043,11 +61166,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_688dda93" + "node_id": "node_598f4368" } }, { - "frame_id": "frame:node_3fa36e55", + "frame_id": "frame:node_2b621ab1", "origin": [ 0.0, 0.0, @@ -49070,11 +61193,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3fa36e55" + "node_id": "node_2b621ab1" } }, { - "frame_id": "frame:node_0d5046d5", + "frame_id": "frame:node_7485420e", "origin": [ 0.0, 0.0, @@ -49097,11 +61220,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0d5046d5" + "node_id": "node_7485420e" } }, { - "frame_id": "frame:node_bac6c6f8", + "frame_id": "frame:node_7226d986", "origin": [ 0.0, 0.0, @@ -49124,11 +61247,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_bac6c6f8" + "node_id": "node_7226d986" } }, { - "frame_id": "frame:node_30f29097", + "frame_id": "frame:node_b713be03", "origin": [ 0.0, 0.0, @@ -49151,11 +61274,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_30f29097" + "node_id": "node_b713be03" } }, { - "frame_id": "frame:node_a4e789fe", + "frame_id": "frame:node_6e584984", "origin": [ 0.0, 0.0, @@ -49178,11 +61301,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a4e789fe" + "node_id": "node_6e584984" } }, { - "frame_id": "frame:node_0cfe6e06", + "frame_id": "frame:node_0d9fad17", "origin": [ 0.0, 0.0, @@ -49205,11 +61328,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0cfe6e06" + "node_id": "node_0d9fad17" } }, { - "frame_id": "frame:node_5a78fe7f", + "frame_id": "frame:node_37d481df", "origin": [ 0.0, 0.0, @@ -49232,11 +61355,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_5a78fe7f" + "node_id": "node_37d481df" } }, { - "frame_id": "frame:node_d3c57984", + "frame_id": "frame:node_3bad272f", "origin": [ 0.0, 0.0, @@ -49259,11 +61382,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_d3c57984" + "node_id": "node_3bad272f" } }, { - "frame_id": "frame:node_20032c0d", + "frame_id": "frame:node_9e46baf4", "origin": [ 0.0, 0.0, @@ -49286,11 +61409,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_20032c0d" + "node_id": "node_9e46baf4" } }, { - "frame_id": "frame:node_121d9b23", + "frame_id": "frame:node_b13a4eb1", "origin": [ 0.0, 0.0, @@ -49313,11 +61436,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_121d9b23" + "node_id": "node_b13a4eb1" } }, { - "frame_id": "frame:node_71739e10", + "frame_id": "frame:node_f9c6fc47", "origin": [ 0.0, 0.0, @@ -49340,11 +61463,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_71739e10" + "node_id": "node_f9c6fc47" } }, { - "frame_id": "frame:node_9f3da82d", + "frame_id": "frame:node_a3ba711b", "origin": [ 0.0, 0.0, @@ -49367,11 +61490,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_9f3da82d" + "node_id": "node_a3ba711b" } }, { - "frame_id": "frame:node_518844f0", + "frame_id": "frame:node_91662211", "origin": [ 0.0, 0.0, @@ -49394,11 +61517,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_518844f0" + "node_id": "node_91662211" } }, { - "frame_id": "frame:node_97068d03", + "frame_id": "frame:node_57966271", "origin": [ 0.0, 0.0, @@ -49421,11 +61544,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_97068d03" + "node_id": "node_57966271" } }, { - "frame_id": "frame:node_ba83a0e5", + "frame_id": "frame:node_f4368f56", "origin": [ 0.0, 0.0, @@ -49448,11 +61571,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ba83a0e5" + "node_id": "node_f4368f56" } }, { - "frame_id": "frame:node_2261027a", + "frame_id": "frame:node_2058f573", "origin": [ 0.0, 0.0, @@ -49475,11 +61598,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2261027a" + "node_id": "node_2058f573" } }, { - "frame_id": "frame:node_0f8962fb", + "frame_id": "frame:node_adb10b49", "origin": [ 0.0, 0.0, @@ -49502,11 +61625,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0f8962fb" + "node_id": "node_adb10b49" } }, { - "frame_id": "frame:node_e1f7b30e", + "frame_id": "frame:node_c7835675", "origin": [ 0.0, 0.0, @@ -49529,11 +61652,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_e1f7b30e" + "node_id": "node_c7835675" } }, { - "frame_id": "frame:node_276935e4", + "frame_id": "frame:node_0984ee34", "origin": [ 0.0, 0.0, @@ -49556,11 +61679,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_276935e4" + "node_id": "node_0984ee34" } }, { - "frame_id": "frame:node_06444546", + "frame_id": "frame:node_df8a1634", "origin": [ 0.0, 0.0, @@ -49583,11 +61706,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_06444546" + "node_id": "node_df8a1634" } }, { - "frame_id": "frame:node_2d69784b", + "frame_id": "frame:node_949c61f7", "origin": [ 0.0, 0.0, @@ -49610,11 +61733,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2d69784b" + "node_id": "node_949c61f7" } }, { - "frame_id": "frame:node_83d14862", + "frame_id": "frame:node_ce19a354", "origin": [ 0.0, 0.0, @@ -49637,11 +61760,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_83d14862" + "node_id": "node_ce19a354" } }, { - "frame_id": "frame:node_08be0a43", + "frame_id": "frame:node_39231256", "origin": [ 0.0, 0.0, @@ -49664,11 +61787,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_08be0a43" + "node_id": "node_39231256" } }, { - "frame_id": "frame:node_76907630", + "frame_id": "frame:node_4e9699cb", "origin": [ 0.0, 0.0, @@ -49691,11 +61814,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_76907630" + "node_id": "node_4e9699cb" } }, { - "frame_id": "frame:node_1d4ed50a", + "frame_id": "frame:node_08acc6fc", "origin": [ 0.0, 0.0, @@ -49718,11 +61841,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_1d4ed50a" + "node_id": "node_08acc6fc" } }, { - "frame_id": "frame:node_eadabfb5", + "frame_id": "frame:node_d4f8ccc5", "origin": [ 0.0, 0.0, @@ -49745,11 +61868,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_eadabfb5" + "node_id": "node_d4f8ccc5" } }, { - "frame_id": "frame:node_3c3db5f7", + "frame_id": "frame:node_4ffb80a5", "origin": [ 0.0, 0.0, @@ -49772,11 +61895,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3c3db5f7" + "node_id": "node_4ffb80a5" } }, { - "frame_id": "frame:node_53846b2e", + "frame_id": "frame:node_457483ea", "origin": [ 0.0, 0.0, @@ -49799,11 +61922,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_53846b2e" + "node_id": "node_457483ea" } }, { - "frame_id": "frame:node_350a36dd", + "frame_id": "frame:node_6d79650b", "origin": [ 0.0, 0.0, @@ -49826,11 +61949,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_350a36dd" + "node_id": "node_6d79650b" } }, { - "frame_id": "frame:node_479d7507", + "frame_id": "frame:node_633eb1c8", "origin": [ 0.0, 0.0, @@ -49853,11 +61976,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_479d7507" + "node_id": "node_633eb1c8" } }, { - "frame_id": "frame:node_18168288", + "frame_id": "frame:node_5207095f", "origin": [ 0.0, 0.0, @@ -49880,11 +62003,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_18168288" + "node_id": "node_5207095f" } }, { - "frame_id": "frame:node_c13d5fc2", + "frame_id": "frame:node_59113b8c", "origin": [ 0.0, 0.0, @@ -49907,11 +62030,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c13d5fc2" + "node_id": "node_59113b8c" } }, { - "frame_id": "frame:node_0beeb657", + "frame_id": "frame:node_5ed6f237", "origin": [ 0.0, 0.0, @@ -49934,11 +62057,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0beeb657" + "node_id": "node_5ed6f237" } }, { - "frame_id": "frame:node_2cc77dea", + "frame_id": "frame:node_6366a9c0", "origin": [ 0.0, 0.0, @@ -49961,11 +62084,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2cc77dea" + "node_id": "node_6366a9c0" } }, { - "frame_id": "frame:node_ad2f64e4", + "frame_id": "frame:node_a09400fa", "origin": [ 0.0, 0.0, @@ -49988,11 +62111,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_ad2f64e4" + "node_id": "node_a09400fa" } }, { - "frame_id": "frame:node_7000609a", + "frame_id": "frame:node_36b6a726", "origin": [ 0.0, 0.0, @@ -50015,11 +62138,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7000609a" + "node_id": "node_36b6a726" } }, { - "frame_id": "frame:node_7c744af2", + "frame_id": "frame:node_24d29608", "origin": [ 0.0, 0.0, @@ -50042,11 +62165,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7c744af2" + "node_id": "node_24d29608" } }, { - "frame_id": "frame:node_3157a73a", + "frame_id": "frame:node_a602b60a", "origin": [ 0.0, 0.0, @@ -50069,11 +62192,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_3157a73a" + "node_id": "node_a602b60a" } }, { - "frame_id": "frame:node_2b03a9bd", + "frame_id": "frame:node_54afac49", "origin": [ 0.0, 0.0, @@ -50096,11 +62219,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_2b03a9bd" + "node_id": "node_54afac49" } }, { - "frame_id": "frame:node_66e66b80", + "frame_id": "frame:node_f463c34a", "origin": [ 0.0, 0.0, @@ -50123,11 +62246,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_66e66b80" + "node_id": "node_f463c34a" } }, { - "frame_id": "frame:node_f83b08f8", + "frame_id": "frame:node_23349883", "origin": [ 0.0, 0.0, @@ -50150,11 +62273,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_f83b08f8" + "node_id": "node_23349883" } }, { - "frame_id": "frame:node_963bf469", + "frame_id": "frame:node_f64ce4e9", "origin": [ 0.0, 0.0, @@ -50177,11 +62300,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_963bf469" + "node_id": "node_f64ce4e9" } }, { - "frame_id": "frame:node_740b7ecd", + "frame_id": "frame:node_ee6e5080", "origin": [ 0.0, 0.0, @@ -50204,11 +62327,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_740b7ecd" + "node_id": "node_ee6e5080" } }, { - "frame_id": "frame:node_0278fa1e", + "frame_id": "frame:node_d2748983", "origin": [ 0.0, 0.0, @@ -50231,11 +62354,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_0278fa1e" + "node_id": "node_d2748983" } }, { - "frame_id": "frame:node_bf95910c", + "frame_id": "frame:node_33c85caa", "origin": [ 0.0, 0.0, @@ -50258,11 +62381,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_bf95910c" + "node_id": "node_33c85caa" } }, { - "frame_id": "frame:node_23f76200", + "frame_id": "frame:node_e3d0cec6", "origin": [ 0.0, 0.0, @@ -50285,11 +62408,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_23f76200" + "node_id": "node_e3d0cec6" } }, { - "frame_id": "frame:node_98824ab5", + "frame_id": "frame:node_5cbd057f", "origin": [ 0.0, 0.0, @@ -50312,11 +62435,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_98824ab5" + "node_id": "node_5cbd057f" } }, { - "frame_id": "frame:node_84b0df30", + "frame_id": "frame:node_d490b654", "origin": [ 0.0, 0.0, @@ -50339,11 +62462,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_84b0df30" + "node_id": "node_d490b654" } }, { - "frame_id": "frame:node_a82b30df", + "frame_id": "frame:node_c982ecdf", "origin": [ 0.0, 0.0, @@ -50366,11 +62489,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a82b30df" + "node_id": "node_c982ecdf" } }, { - "frame_id": "frame:node_5d93ca5a", + "frame_id": "frame:node_cf9b5099", "origin": [ 0.0, 0.0, @@ -50393,11 +62516,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_5d93ca5a" + "node_id": "node_cf9b5099" } }, { - "frame_id": "frame:node_a69ee2c3", + "frame_id": "frame:node_7bfab96b", "origin": [ 0.0, 0.0, @@ -50420,11 +62543,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_a69ee2c3" + "node_id": "node_7bfab96b" } }, { - "frame_id": "frame:node_45851f92", + "frame_id": "frame:node_543137c9", "origin": [ 0.0, 0.0, @@ -50447,11 +62570,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_45851f92" + "node_id": "node_543137c9" } }, { - "frame_id": "frame:node_022b5bb7", + "frame_id": "frame:node_f28e74a6", "origin": [ 0.0, 0.0, @@ -50474,11 +62597,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_022b5bb7" + "node_id": "node_f28e74a6" } }, { - "frame_id": "frame:node_82fdcc0f", + "frame_id": "frame:node_1a23b530", "origin": [ 0.0, 0.0, @@ -50501,11 +62624,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_82fdcc0f" + "node_id": "node_1a23b530" } }, { - "frame_id": "frame:node_7505b3f4", + "frame_id": "frame:node_8a277e02", "origin": [ 0.0, 0.0, @@ -50528,11 +62651,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_7505b3f4" + "node_id": "node_8a277e02" } }, { - "frame_id": "frame:node_179fdf84", + "frame_id": "frame:node_d9630b3f", "origin": [ 0.0, 0.0, @@ -50555,11 +62678,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_179fdf84" + "node_id": "node_d9630b3f" } }, { - "frame_id": "frame:node_8fea884f", + "frame_id": "frame:node_c48e5990", "origin": [ 0.0, 0.0, @@ -50582,11 +62705,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_8fea884f" + "node_id": "node_c48e5990" } }, { - "frame_id": "frame:node_c9f368b3", + "frame_id": "frame:node_3d8e6e39", "origin": [ 0.0, 0.0, @@ -50609,11 +62732,11 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_c9f368b3" + "node_id": "node_3d8e6e39" } }, { - "frame_id": "frame:node_1744b92f", + "frame_id": "frame:node_a5e16537", "origin": [ 0.0, 0.0, @@ -50636,2465 +62759,2737 @@ ], "parent_frame_id": null, "metadata": { - "node_id": "node_1744b92f" + "node_id": "node_a5e16537" + } + }, + { + "frame_id": "frame:node_cf18edc3", + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ], + "parent_frame_id": null, + "metadata": { + "node_id": "node_cf18edc3" + } + }, + { + "frame_id": "frame:node_d9537c9c", + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ], + "parent_frame_id": null, + "metadata": { + "node_id": "node_d9537c9c" + } + }, + { + "frame_id": "frame:node_ec33a825", + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ], + "parent_frame_id": null, + "metadata": { + "node_id": "node_ec33a825" + } + }, + { + "frame_id": "frame:node_4e3cc73e", + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ], + "parent_frame_id": null, + "metadata": { + "node_id": "node_4e3cc73e" + } + }, + { + "frame_id": "frame:node_33c8aee0", + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ], + "parent_frame_id": null, + "metadata": { + "node_id": "node_33c8aee0" + } + }, + { + "frame_id": "frame:node_731b6d5c", + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ], + "parent_frame_id": null, + "metadata": { + "node_id": "node_731b6d5c" + } + }, + { + "frame_id": "frame:node_b154936b", + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ], + "parent_frame_id": null, + "metadata": { + "node_id": "node_b154936b" + } + }, + { + "frame_id": "frame:node_f2b82caa", + "origin": [ + 0.0, + 0.0, + 0.0 + ], + "x_axis": [ + 1.0, + 0.0, + 0.0 + ], + "y_axis": [ + 0.0, + 1.0, + 0.0 + ], + "z_axis": [ + 0.0, + 0.0, + 1.0 + ], + "parent_frame_id": null, + "metadata": { + "node_id": "node_f2b82caa" } } ] }, "geometry_registry": [ { - "graph_id": "graph_707cc752", - "node_id": "node_073237c0", + "graph_id": "graph_ff292a54", + "node_id": "node_1cfbd7a6", "entity_type": "Sketch", "entity_id": "make_sketch_rsketch:0", "source_op": "make_sketch_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9f368b3", + "graph_id": "graph_ff292a54", + "node_id": "node_3d8e6e39", "entity_type": "Body", "entity_id": "make_cylinder_rsolid:0", "source_op": "make_cylinder_rsolid" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b369469c", + "graph_id": "graph_ff292a54", + "node_id": "node_a5e16537", + "entity_type": "Body", + "entity_id": "make_cone_rsolid:0", + "source_op": "make_cone_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_cf18edc3", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_d9537c9c", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_ec33a825", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_4e3cc73e", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_33c8aee0", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_731b6d5c", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_b154936b", + "entity_type": "Body", + "entity_id": "make_box_rsolid:0", + "source_op": "make_box_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_2bf76cb4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8b33cef6", + "graph_id": "graph_ff292a54", + "node_id": "node_8d4c5a3a", "entity_type": "Sketch", "entity_id": "make_constrain_fix_rsketch:0", "source_op": "make_constrain_fix_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0b92df99", + "graph_id": "graph_ff292a54", + "node_id": "node_1d5d7ccd", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0", "source_op": "make_add_circle_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ed922650", + "graph_id": "graph_ff292a54", + "node_id": "node_4bab5c2f", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0", "source_op": "make_add_circle_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4d966503", + "graph_id": "graph_ff292a54", + "node_id": "node_e9ca5e28", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0", "source_op": "make_add_circle_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_56ea5cec", + "graph_id": "graph_ff292a54", + "node_id": "node_013669ab", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0", "source_op": "make_constrain_radius_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fbe7fde3", + "graph_id": "graph_ff292a54", + "node_id": "node_1209e4ae", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0", "source_op": "make_constrain_radius_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b971e4a6", + "graph_id": "graph_ff292a54", + "node_id": "node_decc77d3", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0", "source_op": "make_constrain_radius_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_90bbb001", + "graph_id": "graph_ff292a54", + "node_id": "node_10ee74ee", "entity_type": "Sketch", "entity_id": "make_constrain_concentric_rsketch:0", "source_op": "make_constrain_concentric_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ac4f7841", + "graph_id": "graph_ff292a54", + "node_id": "node_285b3e80", "entity_type": "Sketch", "entity_id": "make_constrain_concentric_rsketch:0", "source_op": "make_constrain_concentric_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_97d35a8d", + "graph_id": "graph_ff292a54", + "node_id": "node_e11edc3a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_08917a0b", + "graph_id": "graph_ff292a54", + "node_id": "node_d9149610", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e055b0c5", + "graph_id": "graph_ff292a54", + "node_id": "node_4afdb7c6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0a33fb50", + "graph_id": "graph_ff292a54", + "node_id": "node_804967f4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_22874959", + "graph_id": "graph_ff292a54", + "node_id": "node_d91df3c1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_716f895e", + "graph_id": "graph_ff292a54", + "node_id": "node_c07da602", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_da720774", + "graph_id": "graph_ff292a54", + "node_id": "node_1d4814c6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a2af2ce0", + "graph_id": "graph_ff292a54", + "node_id": "node_6df5389e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_75676d8a", + "graph_id": "graph_ff292a54", + "node_id": "node_57ec8bf7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3a843e10", + "graph_id": "graph_ff292a54", + "node_id": "node_3ebe5205", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e5501e4e", + "graph_id": "graph_ff292a54", + "node_id": "node_a490dac8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_90571c07", + "graph_id": "graph_ff292a54", + "node_id": "node_915e3763", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fe7b1596", + "graph_id": "graph_ff292a54", + "node_id": "node_1e5a77dd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cbd42eff", + "graph_id": "graph_ff292a54", + "node_id": "node_a225f6d8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_378b5248", + "graph_id": "graph_ff292a54", + "node_id": "node_860c857f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9286c0fd", + "graph_id": "graph_ff292a54", + "node_id": "node_0f29984c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d196b036", + "graph_id": "graph_ff292a54", + "node_id": "node_bab6503b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_814b4fc5", + "graph_id": "graph_ff292a54", + "node_id": "node_3c66884e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7d711f2a", + "graph_id": "graph_ff292a54", + "node_id": "node_8b049c56", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ade6ad44", + "graph_id": "graph_ff292a54", + "node_id": "node_899d5ed4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_934099f8", + "graph_id": "graph_ff292a54", + "node_id": "node_4cbd40c5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b92873a0", + "graph_id": "graph_ff292a54", + "node_id": "node_0b5ca1b2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a34074cf", + "graph_id": "graph_ff292a54", + "node_id": "node_2845444e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d71c6f62", + "graph_id": "graph_ff292a54", + "node_id": "node_b8a24329", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6a9a144b", + "graph_id": "graph_ff292a54", + "node_id": "node_f9da067a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ad4e2099", + "graph_id": "graph_ff292a54", + "node_id": "node_8d6ee2bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e088d228", + "graph_id": "graph_ff292a54", + "node_id": "node_32f0f563", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_28ec8bc3", + "graph_id": "graph_ff292a54", + "node_id": "node_d6841ef1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_335182e9", + "graph_id": "graph_ff292a54", + "node_id": "node_b403f325", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_70712040", + "graph_id": "graph_ff292a54", + "node_id": "node_84d560ff", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d7f21eb5", + "graph_id": "graph_ff292a54", + "node_id": "node_11e09abe", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6f653acd", + "graph_id": "graph_ff292a54", + "node_id": "node_cdc748ba", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_372ed6fe", + "graph_id": "graph_ff292a54", + "node_id": "node_f5fe38d2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_eac0df97", + "graph_id": "graph_ff292a54", + "node_id": "node_68c1b9b1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dcc6664e", + "graph_id": "graph_ff292a54", + "node_id": "node_430a9cbb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b6d020e4", + "graph_id": "graph_ff292a54", + "node_id": "node_fb72cc6f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1108b8ef", + "graph_id": "graph_ff292a54", + "node_id": "node_70806504", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f33c7093", + "graph_id": "graph_ff292a54", + "node_id": "node_863d5150", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b467d054", + "graph_id": "graph_ff292a54", + "node_id": "node_02ec5d37", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_add70a73", + "graph_id": "graph_ff292a54", + "node_id": "node_cb76c79d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5edceb20", + "graph_id": "graph_ff292a54", + "node_id": "node_2f70c2b2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6d05c7cb", + "graph_id": "graph_ff292a54", + "node_id": "node_d5c2fe5c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c09b3820", + "graph_id": "graph_ff292a54", + "node_id": "node_0d222b9c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_22ba1ad6", + "graph_id": "graph_ff292a54", + "node_id": "node_32e158c2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9cc91bf", + "graph_id": "graph_ff292a54", + "node_id": "node_e15bfba8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a1c383ce", + "graph_id": "graph_ff292a54", + "node_id": "node_261b4ca9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_53612d91", + "graph_id": "graph_ff292a54", + "node_id": "node_75856c7f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6af157ab", + "graph_id": "graph_ff292a54", + "node_id": "node_58b7bd9b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_34d90bc9", + "graph_id": "graph_ff292a54", + "node_id": "node_334d5315", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fd271d8f", + "graph_id": "graph_ff292a54", + "node_id": "node_6d9e9c46", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0f1e9b54", + "graph_id": "graph_ff292a54", + "node_id": "node_50646193", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_521deffe", + "graph_id": "graph_ff292a54", + "node_id": "node_fdaf5a5b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_136fd754", + "graph_id": "graph_ff292a54", + "node_id": "node_84ca9449", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e4624888", + "graph_id": "graph_ff292a54", + "node_id": "node_1529869b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4a8aabe1", + "graph_id": "graph_ff292a54", + "node_id": "node_469a67dc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f9f3732b", + "graph_id": "graph_ff292a54", + "node_id": "node_849ad8d8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_213f0c88", + "graph_id": "graph_ff292a54", + "node_id": "node_c5f1dec0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a94004bd", + "graph_id": "graph_ff292a54", + "node_id": "node_fa10dfb0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_48493c5f", + "graph_id": "graph_ff292a54", + "node_id": "node_c1fde5ce", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3330cebb", + "graph_id": "graph_ff292a54", + "node_id": "node_cd459a37", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3c285dc6", + "graph_id": "graph_ff292a54", + "node_id": "node_18e653cc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3ca2fe6a", + "graph_id": "graph_ff292a54", + "node_id": "node_da8ba90a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6ee19d55", + "graph_id": "graph_ff292a54", + "node_id": "node_5a99ec60", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5b96ab10", + "graph_id": "graph_ff292a54", + "node_id": "node_32a62a3b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_784ed6db", + "graph_id": "graph_ff292a54", + "node_id": "node_b66bc565", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8d8c8ea0", + "graph_id": "graph_ff292a54", + "node_id": "node_c74dbac5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_da40cfef", + "graph_id": "graph_ff292a54", + "node_id": "node_548bcde8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fefb7603", + "graph_id": "graph_ff292a54", + "node_id": "node_a8b7ce08", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_62ef13ba", + "graph_id": "graph_ff292a54", + "node_id": "node_87805a5e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4086bae8", + "graph_id": "graph_ff292a54", + "node_id": "node_dab2ee02", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a42ce6a", + "graph_id": "graph_ff292a54", + "node_id": "node_88a1b61b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_853e42a2", + "graph_id": "graph_ff292a54", + "node_id": "node_c900c690", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_eba3cf84", + "graph_id": "graph_ff292a54", + "node_id": "node_8ef31335", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_989380ca", + "graph_id": "graph_ff292a54", + "node_id": "node_6b8acd77", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e3daeca6", + "graph_id": "graph_ff292a54", + "node_id": "node_debfd526", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c0e4285c", + "graph_id": "graph_ff292a54", + "node_id": "node_c51046d0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_60ba72e7", + "graph_id": "graph_ff292a54", + "node_id": "node_d39930bc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_11056f1f", + "graph_id": "graph_ff292a54", + "node_id": "node_6812f6e4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_eb9a2b58", + "graph_id": "graph_ff292a54", + "node_id": "node_a0069614", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_540e9b6a", + "graph_id": "graph_ff292a54", + "node_id": "node_fc4b55c1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_900d37c9", + "graph_id": "graph_ff292a54", + "node_id": "node_354a8fe2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_77bdb904", + "graph_id": "graph_ff292a54", + "node_id": "node_32960901", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_423a85db", + "graph_id": "graph_ff292a54", + "node_id": "node_eb3686e5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_28e51914", + "graph_id": "graph_ff292a54", + "node_id": "node_b17632eb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_67f2af9d", + "graph_id": "graph_ff292a54", + "node_id": "node_81240212", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_93af8a40", + "graph_id": "graph_ff292a54", + "node_id": "node_cea031bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_20e268b8", + "graph_id": "graph_ff292a54", + "node_id": "node_0737e081", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_20ce57e2", + "graph_id": "graph_ff292a54", + "node_id": "node_e9556b7a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_57d0c161", + "graph_id": "graph_ff292a54", + "node_id": "node_646378ec", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5a3646be", + "graph_id": "graph_ff292a54", + "node_id": "node_4e80916c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a440a6a3", + "graph_id": "graph_ff292a54", + "node_id": "node_0fb58925", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_769087d8", + "graph_id": "graph_ff292a54", + "node_id": "node_a6f5bedd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bcb317ec", + "graph_id": "graph_ff292a54", + "node_id": "node_04ff78eb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0279c15f", + "graph_id": "graph_ff292a54", + "node_id": "node_656320b6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8a052f11", + "graph_id": "graph_ff292a54", + "node_id": "node_660b36f2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_58cf083f", + "graph_id": "graph_ff292a54", + "node_id": "node_764fc58f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fa1150c0", + "graph_id": "graph_ff292a54", + "node_id": "node_cb66e775", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_63955866", + "graph_id": "graph_ff292a54", + "node_id": "node_a0d9cb02", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2d08012d", + "graph_id": "graph_ff292a54", + "node_id": "node_356ff6b6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fe3a182c", + "graph_id": "graph_ff292a54", + "node_id": "node_aec9f8fd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_57c1ab31", + "graph_id": "graph_ff292a54", + "node_id": "node_95460fed", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dfe34b34", + "graph_id": "graph_ff292a54", + "node_id": "node_39434116", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_14851233", + "graph_id": "graph_ff292a54", + "node_id": "node_c57b660e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_146048ab", + "graph_id": "graph_ff292a54", + "node_id": "node_b8e36de9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2a8a5a95", + "graph_id": "graph_ff292a54", + "node_id": "node_1ea539ab", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_04cf58aa", + "graph_id": "graph_ff292a54", + "node_id": "node_84ef6494", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8e8ae74f", + "graph_id": "graph_ff292a54", + "node_id": "node_88d4d887", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_81e1bb6c", + "graph_id": "graph_ff292a54", + "node_id": "node_67156abb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7bd0955c", + "graph_id": "graph_ff292a54", + "node_id": "node_c23a8cdd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_336d1e97", + "graph_id": "graph_ff292a54", + "node_id": "node_a0f89b18", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_18572383", + "graph_id": "graph_ff292a54", + "node_id": "node_4f474152", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c8609c67", + "graph_id": "graph_ff292a54", + "node_id": "node_4bf147f4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6cc7f6cc", + "graph_id": "graph_ff292a54", + "node_id": "node_434e5cb3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b2ca1a85", + "graph_id": "graph_ff292a54", + "node_id": "node_a8a66710", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_71e90583", + "graph_id": "graph_ff292a54", + "node_id": "node_5ff50fd7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dc5a6a30", + "graph_id": "graph_ff292a54", + "node_id": "node_1521314f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5db6cd4c", + "graph_id": "graph_ff292a54", + "node_id": "node_4d60c160", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_10ebe476", + "graph_id": "graph_ff292a54", + "node_id": "node_cb6774bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2d08d7eb", + "graph_id": "graph_ff292a54", + "node_id": "node_d2457873", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4c1db029", + "graph_id": "graph_ff292a54", + "node_id": "node_5f876d03", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_64cf0390", + "graph_id": "graph_ff292a54", + "node_id": "node_ba23c871", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_78d7a661", + "graph_id": "graph_ff292a54", + "node_id": "node_deedfbff", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_48a396e9", + "graph_id": "graph_ff292a54", + "node_id": "node_9d5be4aa", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bf906172", + "graph_id": "graph_ff292a54", + "node_id": "node_ade44e8d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_30070adb", + "graph_id": "graph_ff292a54", + "node_id": "node_5b6b6f59", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2ad2d61a", + "graph_id": "graph_ff292a54", + "node_id": "node_439e003c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_657b58ec", + "graph_id": "graph_ff292a54", + "node_id": "node_d5720f16", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4cace70d", + "graph_id": "graph_ff292a54", + "node_id": "node_f3764052", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9797c672", + "graph_id": "graph_ff292a54", + "node_id": "node_35d4c3da", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f07ea3a3", + "graph_id": "graph_ff292a54", + "node_id": "node_9a3db6f5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dd3e9ecb", + "graph_id": "graph_ff292a54", + "node_id": "node_25a20ee1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f534e0e7", + "graph_id": "graph_ff292a54", + "node_id": "node_376a563b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a2c4f48", + "graph_id": "graph_ff292a54", + "node_id": "node_96f58474", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b176800b", + "graph_id": "graph_ff292a54", + "node_id": "node_b2580172", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_592e81ea", + "graph_id": "graph_ff292a54", + "node_id": "node_c1242cc4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_69360618", + "graph_id": "graph_ff292a54", + "node_id": "node_3d9fdaba", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_198d1a31", + "graph_id": "graph_ff292a54", + "node_id": "node_a3006ae8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cd41ba47", + "graph_id": "graph_ff292a54", + "node_id": "node_67173afd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8802ae1d", + "graph_id": "graph_ff292a54", + "node_id": "node_b08e64a6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ce594a19", + "graph_id": "graph_ff292a54", + "node_id": "node_0ea3b0f6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d10aa60b", + "graph_id": "graph_ff292a54", + "node_id": "node_779cad9a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e1daa7cd", + "graph_id": "graph_ff292a54", + "node_id": "node_7d7af71d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b64a2df6", + "graph_id": "graph_ff292a54", + "node_id": "node_b6b0a381", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0ba40960", + "graph_id": "graph_ff292a54", + "node_id": "node_9e87d843", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_047c6edd", + "graph_id": "graph_ff292a54", + "node_id": "node_a3f9ce5e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_09c3a60b", + "graph_id": "graph_ff292a54", + "node_id": "node_f22bb331", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f0bd7a61", + "graph_id": "graph_ff292a54", + "node_id": "node_13de2af9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c242934c", + "graph_id": "graph_ff292a54", + "node_id": "node_3b50f3c3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_328bf1c3", + "graph_id": "graph_ff292a54", + "node_id": "node_356cc10c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_38c7113b", + "graph_id": "graph_ff292a54", + "node_id": "node_f6a36044", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7cc16d92", + "graph_id": "graph_ff292a54", + "node_id": "node_4379335d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a95f2a2d", + "graph_id": "graph_ff292a54", + "node_id": "node_8fbdd855", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4e41b3c3", + "graph_id": "graph_ff292a54", + "node_id": "node_7a117eaa", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d98ec33f", + "graph_id": "graph_ff292a54", + "node_id": "node_46a10657", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ecc92697", + "graph_id": "graph_ff292a54", + "node_id": "node_b3d34911", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9bde914", + "graph_id": "graph_ff292a54", + "node_id": "node_6d9cf425", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_844118fe", + "graph_id": "graph_ff292a54", + "node_id": "node_500f4d86", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cc9056b8", + "graph_id": "graph_ff292a54", + "node_id": "node_f6610571", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7df0d578", + "graph_id": "graph_ff292a54", + "node_id": "node_2efd24b0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a88229a4", + "graph_id": "graph_ff292a54", + "node_id": "node_4a229bd4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_37a80b4a", + "graph_id": "graph_ff292a54", + "node_id": "node_40f1784f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5bad4d83", + "graph_id": "graph_ff292a54", + "node_id": "node_e93e05f3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_102ecd19", + "graph_id": "graph_ff292a54", + "node_id": "node_8815d630", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_96569f34", + "graph_id": "graph_ff292a54", + "node_id": "node_dd84dad1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_be5fdc56", + "graph_id": "graph_ff292a54", + "node_id": "node_d3bd80a7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_10cc47a2", + "graph_id": "graph_ff292a54", + "node_id": "node_74934ddd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_207e1b4a", + "graph_id": "graph_ff292a54", + "node_id": "node_5d2abc55", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8d3f5116", + "graph_id": "graph_ff292a54", + "node_id": "node_b9a151a0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_615aac01", + "graph_id": "graph_ff292a54", + "node_id": "node_4e4b417d", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a0816e6", + "graph_id": "graph_ff292a54", + "node_id": "node_f15da6f2", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ebbfd348", + "graph_id": "graph_ff292a54", + "node_id": "node_1d17aacf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c44ff078", + "graph_id": "graph_ff292a54", + "node_id": "node_1232a092", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_020ab959", + "graph_id": "graph_ff292a54", + "node_id": "node_1ab0fc52", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fde59382", + "graph_id": "graph_ff292a54", + "node_id": "node_52c3917e", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9e37c0e", + "graph_id": "graph_ff292a54", + "node_id": "node_d26665c6", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_59c1e308", + "graph_id": "graph_ff292a54", + "node_id": "node_6b6ec55a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_08f7af98", + "graph_id": "graph_ff292a54", + "node_id": "node_d17dca54", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_84b93759", + "graph_id": "graph_ff292a54", + "node_id": "node_88f06b56", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c6fe1304", + "graph_id": "graph_ff292a54", + "node_id": "node_fee10839", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_98b0beec", + "graph_id": "graph_ff292a54", + "node_id": "node_0e0f5e86", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_29f3f886", + "graph_id": "graph_ff292a54", + "node_id": "node_b20ddbbc", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_92d29500", + "graph_id": "graph_ff292a54", + "node_id": "node_501d250d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7e725cd1", + "graph_id": "graph_ff292a54", + "node_id": "node_c1ad3d5d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_874b341f", + "graph_id": "graph_ff292a54", + "node_id": "node_ddd1fb05", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cabea66b", + "graph_id": "graph_ff292a54", + "node_id": "node_1dc4bf25", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bc3f3271", + "graph_id": "graph_ff292a54", + "node_id": "node_a5143065", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b751459d", + "graph_id": "graph_ff292a54", + "node_id": "node_d5156e09", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b6019302", + "graph_id": "graph_ff292a54", + "node_id": "node_95078b06", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_97cc8c46", + "graph_id": "graph_ff292a54", + "node_id": "node_558ed9fd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3c922cf9", + "graph_id": "graph_ff292a54", + "node_id": "node_3e59b822", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_305ba5a2", + "graph_id": "graph_ff292a54", + "node_id": "node_e576e8cc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_57e65375", + "graph_id": "graph_ff292a54", + "node_id": "node_34194e15", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ff8545bd", + "graph_id": "graph_ff292a54", + "node_id": "node_602f91c7", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3cc8f757", + "graph_id": "graph_ff292a54", + "node_id": "node_7ebba1d8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f16c9510", + "graph_id": "graph_ff292a54", + "node_id": "node_4593eccc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6f54af66", + "graph_id": "graph_ff292a54", + "node_id": "node_6b91fad3", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3f61d760", + "graph_id": "graph_ff292a54", + "node_id": "node_57ed05bd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9aaba329", + "graph_id": "graph_ff292a54", + "node_id": "node_fe8b6fbe", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_74d98265", + "graph_id": "graph_ff292a54", + "node_id": "node_b0d80607", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_39240125", + "graph_id": "graph_ff292a54", + "node_id": "node_3bbeaa29", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ef8d408e", + "graph_id": "graph_ff292a54", + "node_id": "node_0220cd40", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7b3eac4e", + "graph_id": "graph_ff292a54", + "node_id": "node_728d5c1a", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0cee41b2", + "graph_id": "graph_ff292a54", + "node_id": "node_2f9b1d3b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3162a7de", + "graph_id": "graph_ff292a54", + "node_id": "node_806253ae", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fe307f48", + "graph_id": "graph_ff292a54", + "node_id": "node_bdc1e330", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2b9f406b", + "graph_id": "graph_ff292a54", + "node_id": "node_28f4a922", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2f868813", + "graph_id": "graph_ff292a54", + "node_id": "node_9c7f3d21", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8581150a", + "graph_id": "graph_ff292a54", + "node_id": "node_523f1b13", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8e547a08", + "graph_id": "graph_ff292a54", + "node_id": "node_984c4fcf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_631f1473", + "graph_id": "graph_ff292a54", + "node_id": "node_236afa91", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_46dec030", + "graph_id": "graph_ff292a54", + "node_id": "node_1cbbbf9e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a4daa7d1", + "graph_id": "graph_ff292a54", + "node_id": "node_3f4a9a18", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_548799bc", + "graph_id": "graph_ff292a54", + "node_id": "node_83a2421f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_492f00c4", + "graph_id": "graph_ff292a54", + "node_id": "node_c1022888", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9dc4a3f2", + "graph_id": "graph_ff292a54", + "node_id": "node_2d68a54b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6042acb8", + "graph_id": "graph_ff292a54", + "node_id": "node_c4c2b772", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b69c870e", + "graph_id": "graph_ff292a54", + "node_id": "node_a67fabf9", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0dd0b556", + "graph_id": "graph_ff292a54", + "node_id": "node_8ac0117c", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5290175b", + "graph_id": "graph_ff292a54", + "node_id": "node_a14a72c1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7adeca97", + "graph_id": "graph_ff292a54", + "node_id": "node_0737d924", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c61b3595", + "graph_id": "graph_ff292a54", + "node_id": "node_ca29b398", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3cc0985a", + "graph_id": "graph_ff292a54", + "node_id": "node_40cb5332", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1d70674f", + "graph_id": "graph_ff292a54", + "node_id": "node_c7c0aece", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c8622c0a", + "graph_id": "graph_ff292a54", + "node_id": "node_e9bfb65b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_95780715", + "graph_id": "graph_ff292a54", + "node_id": "node_bf4be09a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2b19507a", + "graph_id": "graph_ff292a54", + "node_id": "node_d8dcdb77", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b535ebd0", + "graph_id": "graph_ff292a54", + "node_id": "node_c5bda38f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6431dff0", + "graph_id": "graph_ff292a54", + "node_id": "node_121bfacd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4afda1f6", + "graph_id": "graph_ff292a54", + "node_id": "node_d367cd71", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_144f2614", + "graph_id": "graph_ff292a54", + "node_id": "node_c3b8a45a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e7644e9e", + "graph_id": "graph_ff292a54", + "node_id": "node_1194ff5b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cd6d86d6", + "graph_id": "graph_ff292a54", + "node_id": "node_4a359d41", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2a852892", + "graph_id": "graph_ff292a54", + "node_id": "node_8c6c68c6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2ab00950", + "graph_id": "graph_ff292a54", + "node_id": "node_78c9f36a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_edfb07cb", + "graph_id": "graph_ff292a54", + "node_id": "node_a42bdfba", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cafdd587", + "graph_id": "graph_ff292a54", + "node_id": "node_29a129d4", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a58ddc04", + "graph_id": "graph_ff292a54", + "node_id": "node_9b7e8b3a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_52de6b5a", + "graph_id": "graph_ff292a54", + "node_id": "node_52b68b91", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_62d5f379", + "graph_id": "graph_ff292a54", + "node_id": "node_7a0df353", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0a34c904", + "graph_id": "graph_ff292a54", + "node_id": "node_e1e069ee", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_94976843", + "graph_id": "graph_ff292a54", + "node_id": "node_3c9d3828", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3aefe9d1", + "graph_id": "graph_ff292a54", + "node_id": "node_f2055c09", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cbfd2ec4", + "graph_id": "graph_ff292a54", + "node_id": "node_70b8aca6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dcd24899", + "graph_id": "graph_ff292a54", + "node_id": "node_04e25304", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7ae2b40d", + "graph_id": "graph_ff292a54", + "node_id": "node_8ac2f86c", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b5572e53", + "graph_id": "graph_ff292a54", + "node_id": "node_5d3642af", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a0f59522", + "graph_id": "graph_ff292a54", + "node_id": "node_9215c0a4", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c64e84c4", + "graph_id": "graph_ff292a54", + "node_id": "node_b4055de7", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_80c4ce4c", + "graph_id": "graph_ff292a54", + "node_id": "node_d2bdbd65", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9ff0f7a", + "graph_id": "graph_ff292a54", + "node_id": "node_95785e06", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bdcb972c", + "graph_id": "graph_ff292a54", + "node_id": "node_10aa8e86", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_615d01b0", + "graph_id": "graph_ff292a54", + "node_id": "node_7f9371dc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a2f83973", + "graph_id": "graph_ff292a54", + "node_id": "node_d1b8b74e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a8a49422", + "graph_id": "graph_ff292a54", + "node_id": "node_e6db1bb2", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c50366ae", + "graph_id": "graph_ff292a54", + "node_id": "node_8857ee49", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_41b29340", + "graph_id": "graph_ff292a54", + "node_id": "node_a33b9e43", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_05ba8dad", + "graph_id": "graph_ff292a54", + "node_id": "node_5f5151af", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d7f54e64", + "graph_id": "graph_ff292a54", + "node_id": "node_2b32dddb", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_50ccf7be", + "graph_id": "graph_ff292a54", + "node_id": "node_dedb0b9d", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3b11ca93", + "graph_id": "graph_ff292a54", + "node_id": "node_9f47d8c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bbd57be1", + "graph_id": "graph_ff292a54", + "node_id": "node_c9671c99", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9036290c", + "graph_id": "graph_ff292a54", + "node_id": "node_50db208b", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dea6702b", + "graph_id": "graph_ff292a54", + "node_id": "node_2206ed4d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2d58e58d", + "graph_id": "graph_ff292a54", + "node_id": "node_f4b050da", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4ce49743", + "graph_id": "graph_ff292a54", + "node_id": "node_026767e7", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c05ea948", + "graph_id": "graph_ff292a54", + "node_id": "node_620507b9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_20d9bdfe", + "graph_id": "graph_ff292a54", + "node_id": "node_b6aa3ec1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_32221aa7", + "graph_id": "graph_ff292a54", + "node_id": "node_1f86ee2c", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_93c9081b", + "graph_id": "graph_ff292a54", + "node_id": "node_591470c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4586f06e", + "graph_id": "graph_ff292a54", + "node_id": "node_ec8ff1c1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_db0ad6ed", + "graph_id": "graph_ff292a54", + "node_id": "node_0f385447", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_acf8506f", + "graph_id": "graph_ff292a54", + "node_id": "node_029da34b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a338bb9", + "graph_id": "graph_ff292a54", + "node_id": "node_611b1bb8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_15636f8a", + "graph_id": "graph_ff292a54", + "node_id": "node_f8720595", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d7717e4f", + "graph_id": "graph_ff292a54", + "node_id": "node_938d8abe", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c5615053", + "graph_id": "graph_ff292a54", + "node_id": "node_6b75116f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fd2ce0a7", + "graph_id": "graph_ff292a54", + "node_id": "node_f2a4c841", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a83bd1a", + "graph_id": "graph_ff292a54", + "node_id": "node_0b96dcc3", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f7b49737", + "graph_id": "graph_ff292a54", + "node_id": "node_afa6b912", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_26cf2db5", + "graph_id": "graph_ff292a54", + "node_id": "node_65c28481", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_688dda93", + "graph_id": "graph_ff292a54", + "node_id": "node_598f4368", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3fa36e55", + "graph_id": "graph_ff292a54", + "node_id": "node_2b621ab1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0d5046d5", + "graph_id": "graph_ff292a54", + "node_id": "node_7485420e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bac6c6f8", + "graph_id": "graph_ff292a54", + "node_id": "node_7226d986", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_30f29097", + "graph_id": "graph_ff292a54", + "node_id": "node_b713be03", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a4e789fe", + "graph_id": "graph_ff292a54", + "node_id": "node_6e584984", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0cfe6e06", + "graph_id": "graph_ff292a54", + "node_id": "node_0d9fad17", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5a78fe7f", + "graph_id": "graph_ff292a54", + "node_id": "node_37d481df", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d3c57984", + "graph_id": "graph_ff292a54", + "node_id": "node_3bad272f", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_20032c0d", + "graph_id": "graph_ff292a54", + "node_id": "node_9e46baf4", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_121d9b23", + "graph_id": "graph_ff292a54", + "node_id": "node_b13a4eb1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_71739e10", + "graph_id": "graph_ff292a54", + "node_id": "node_f9c6fc47", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9f3da82d", + "graph_id": "graph_ff292a54", + "node_id": "node_a3ba711b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_518844f0", + "graph_id": "graph_ff292a54", + "node_id": "node_91662211", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_97068d03", + "graph_id": "graph_ff292a54", + "node_id": "node_57966271", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ba83a0e5", + "graph_id": "graph_ff292a54", + "node_id": "node_f4368f56", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2261027a", + "graph_id": "graph_ff292a54", + "node_id": "node_2058f573", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0f8962fb", + "graph_id": "graph_ff292a54", + "node_id": "node_adb10b49", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e1f7b30e", + "graph_id": "graph_ff292a54", + "node_id": "node_c7835675", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_276935e4", + "graph_id": "graph_ff292a54", + "node_id": "node_0984ee34", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_06444546", + "graph_id": "graph_ff292a54", + "node_id": "node_df8a1634", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2d69784b", + "graph_id": "graph_ff292a54", + "node_id": "node_949c61f7", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_83d14862", + "graph_id": "graph_ff292a54", + "node_id": "node_ce19a354", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_08be0a43", + "graph_id": "graph_ff292a54", + "node_id": "node_39231256", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_76907630", + "graph_id": "graph_ff292a54", + "node_id": "node_4e9699cb", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1d4ed50a", + "graph_id": "graph_ff292a54", + "node_id": "node_08acc6fc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_eadabfb5", + "graph_id": "graph_ff292a54", + "node_id": "node_d4f8ccc5", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3c3db5f7", + "graph_id": "graph_ff292a54", + "node_id": "node_4ffb80a5", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_53846b2e", + "graph_id": "graph_ff292a54", + "node_id": "node_457483ea", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_350a36dd", + "graph_id": "graph_ff292a54", + "node_id": "node_6d79650b", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_479d7507", + "graph_id": "graph_ff292a54", + "node_id": "node_633eb1c8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_18168288", + "graph_id": "graph_ff292a54", + "node_id": "node_5207095f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c13d5fc2", + "graph_id": "graph_ff292a54", + "node_id": "node_59113b8c", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0beeb657", + "graph_id": "graph_ff292a54", + "node_id": "node_5ed6f237", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2cc77dea", + "graph_id": "graph_ff292a54", + "node_id": "node_6366a9c0", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ad2f64e4", + "graph_id": "graph_ff292a54", + "node_id": "node_a09400fa", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7000609a", + "graph_id": "graph_ff292a54", + "node_id": "node_36b6a726", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7c744af2", + "graph_id": "graph_ff292a54", + "node_id": "node_24d29608", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3157a73a", + "graph_id": "graph_ff292a54", + "node_id": "node_a602b60a", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2b03a9bd", + "graph_id": "graph_ff292a54", + "node_id": "node_54afac49", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_66e66b80", + "graph_id": "graph_ff292a54", + "node_id": "node_f463c34a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f83b08f8", + "graph_id": "graph_ff292a54", + "node_id": "node_23349883", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_963bf469", + "graph_id": "graph_ff292a54", + "node_id": "node_f64ce4e9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_740b7ecd", + "graph_id": "graph_ff292a54", + "node_id": "node_ee6e5080", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0278fa1e", + "graph_id": "graph_ff292a54", + "node_id": "node_d2748983", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bf95910c", + "graph_id": "graph_ff292a54", + "node_id": "node_33c85caa", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_23f76200", + "graph_id": "graph_ff292a54", + "node_id": "node_e3d0cec6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_98824ab5", + "graph_id": "graph_ff292a54", + "node_id": "node_5cbd057f", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_84b0df30", + "graph_id": "graph_ff292a54", + "node_id": "node_d490b654", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a82b30df", + "graph_id": "graph_ff292a54", + "node_id": "node_c982ecdf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5d93ca5a", + "graph_id": "graph_ff292a54", + "node_id": "node_cf9b5099", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a69ee2c3", + "graph_id": "graph_ff292a54", + "node_id": "node_7bfab96b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_45851f92", + "graph_id": "graph_ff292a54", + "node_id": "node_543137c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_022b5bb7", + "graph_id": "graph_ff292a54", + "node_id": "node_f28e74a6", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_82fdcc0f", + "graph_id": "graph_ff292a54", + "node_id": "node_1a23b530", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7505b3f4", + "graph_id": "graph_ff292a54", + "node_id": "node_8a277e02", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_179fdf84", + "graph_id": "graph_ff292a54", + "node_id": "node_d9630b3f", "entity_type": "Sketch", "entity_id": "make_face_from_sketch_rface:0", "source_op": "make_face_from_sketch_rface" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8fea884f", + "graph_id": "graph_ff292a54", + "node_id": "node_c48e5990", "entity_type": "Feature", "entity_id": "make_extrude_rsolid:0", "source_op": "make_extrude_rsolid" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "entity_type": "Feature", "entity_id": "make_cut_rsolid:0", "source_op": "make_cut_rsolid" @@ -53102,2458 +65497,2514 @@ ], "semantic_entity_registry": [ { - "graph_id": "graph_707cc752", - "node_id": "node_073237c0", + "graph_id": "graph_ff292a54", + "node_id": "node_1cfbd7a6", "entity_type": "Sketch", "entity_id": "make_sketch_rsketch:0", "source_op": "make_sketch_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9f368b3", + "graph_id": "graph_ff292a54", + "node_id": "node_3d8e6e39", "entity_type": "Body", "entity_id": "make_cylinder_rsolid:0", "source_op": "make_cylinder_rsolid" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b369469c", + "graph_id": "graph_ff292a54", + "node_id": "node_a5e16537", + "entity_type": "Body", + "entity_id": "make_cone_rsolid:0", + "source_op": "make_cone_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_cf18edc3", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_d9537c9c", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_ec33a825", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_4e3cc73e", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_33c8aee0", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_731b6d5c", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0", + "source_op": "make_cylinder_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_b154936b", + "entity_type": "Body", + "entity_id": "make_box_rsolid:0", + "source_op": "make_box_rsolid" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_2bf76cb4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8b33cef6", + "graph_id": "graph_ff292a54", + "node_id": "node_8d4c5a3a", "entity_type": "Sketch", "entity_id": "make_constrain_fix_rsketch:0", "source_op": "make_constrain_fix_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0b92df99", + "graph_id": "graph_ff292a54", + "node_id": "node_1d5d7ccd", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0", "source_op": "make_add_circle_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ed922650", + "graph_id": "graph_ff292a54", + "node_id": "node_4bab5c2f", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0", "source_op": "make_add_circle_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4d966503", + "graph_id": "graph_ff292a54", + "node_id": "node_e9ca5e28", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0", "source_op": "make_add_circle_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_56ea5cec", + "graph_id": "graph_ff292a54", + "node_id": "node_013669ab", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0", "source_op": "make_constrain_radius_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fbe7fde3", + "graph_id": "graph_ff292a54", + "node_id": "node_1209e4ae", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0", "source_op": "make_constrain_radius_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b971e4a6", + "graph_id": "graph_ff292a54", + "node_id": "node_decc77d3", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0", "source_op": "make_constrain_radius_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_90bbb001", + "graph_id": "graph_ff292a54", + "node_id": "node_10ee74ee", "entity_type": "Sketch", "entity_id": "make_constrain_concentric_rsketch:0", "source_op": "make_constrain_concentric_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ac4f7841", + "graph_id": "graph_ff292a54", + "node_id": "node_285b3e80", "entity_type": "Sketch", "entity_id": "make_constrain_concentric_rsketch:0", "source_op": "make_constrain_concentric_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_97d35a8d", + "graph_id": "graph_ff292a54", + "node_id": "node_e11edc3a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_08917a0b", + "graph_id": "graph_ff292a54", + "node_id": "node_d9149610", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e055b0c5", + "graph_id": "graph_ff292a54", + "node_id": "node_4afdb7c6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0a33fb50", + "graph_id": "graph_ff292a54", + "node_id": "node_804967f4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_22874959", + "graph_id": "graph_ff292a54", + "node_id": "node_d91df3c1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_716f895e", + "graph_id": "graph_ff292a54", + "node_id": "node_c07da602", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_da720774", + "graph_id": "graph_ff292a54", + "node_id": "node_1d4814c6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a2af2ce0", + "graph_id": "graph_ff292a54", + "node_id": "node_6df5389e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_75676d8a", + "graph_id": "graph_ff292a54", + "node_id": "node_57ec8bf7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3a843e10", + "graph_id": "graph_ff292a54", + "node_id": "node_3ebe5205", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e5501e4e", + "graph_id": "graph_ff292a54", + "node_id": "node_a490dac8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_90571c07", + "graph_id": "graph_ff292a54", + "node_id": "node_915e3763", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fe7b1596", + "graph_id": "graph_ff292a54", + "node_id": "node_1e5a77dd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cbd42eff", + "graph_id": "graph_ff292a54", + "node_id": "node_a225f6d8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_378b5248", + "graph_id": "graph_ff292a54", + "node_id": "node_860c857f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9286c0fd", + "graph_id": "graph_ff292a54", + "node_id": "node_0f29984c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d196b036", + "graph_id": "graph_ff292a54", + "node_id": "node_bab6503b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_814b4fc5", + "graph_id": "graph_ff292a54", + "node_id": "node_3c66884e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7d711f2a", + "graph_id": "graph_ff292a54", + "node_id": "node_8b049c56", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ade6ad44", + "graph_id": "graph_ff292a54", + "node_id": "node_899d5ed4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_934099f8", + "graph_id": "graph_ff292a54", + "node_id": "node_4cbd40c5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b92873a0", + "graph_id": "graph_ff292a54", + "node_id": "node_0b5ca1b2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a34074cf", + "graph_id": "graph_ff292a54", + "node_id": "node_2845444e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d71c6f62", + "graph_id": "graph_ff292a54", + "node_id": "node_b8a24329", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6a9a144b", + "graph_id": "graph_ff292a54", + "node_id": "node_f9da067a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ad4e2099", + "graph_id": "graph_ff292a54", + "node_id": "node_8d6ee2bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e088d228", + "graph_id": "graph_ff292a54", + "node_id": "node_32f0f563", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_28ec8bc3", + "graph_id": "graph_ff292a54", + "node_id": "node_d6841ef1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_335182e9", + "graph_id": "graph_ff292a54", + "node_id": "node_b403f325", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_70712040", + "graph_id": "graph_ff292a54", + "node_id": "node_84d560ff", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d7f21eb5", + "graph_id": "graph_ff292a54", + "node_id": "node_11e09abe", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6f653acd", + "graph_id": "graph_ff292a54", + "node_id": "node_cdc748ba", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_372ed6fe", + "graph_id": "graph_ff292a54", + "node_id": "node_f5fe38d2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_eac0df97", + "graph_id": "graph_ff292a54", + "node_id": "node_68c1b9b1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dcc6664e", + "graph_id": "graph_ff292a54", + "node_id": "node_430a9cbb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b6d020e4", + "graph_id": "graph_ff292a54", + "node_id": "node_fb72cc6f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1108b8ef", + "graph_id": "graph_ff292a54", + "node_id": "node_70806504", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f33c7093", + "graph_id": "graph_ff292a54", + "node_id": "node_863d5150", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b467d054", + "graph_id": "graph_ff292a54", + "node_id": "node_02ec5d37", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_add70a73", + "graph_id": "graph_ff292a54", + "node_id": "node_cb76c79d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5edceb20", + "graph_id": "graph_ff292a54", + "node_id": "node_2f70c2b2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6d05c7cb", + "graph_id": "graph_ff292a54", + "node_id": "node_d5c2fe5c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c09b3820", + "graph_id": "graph_ff292a54", + "node_id": "node_0d222b9c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_22ba1ad6", + "graph_id": "graph_ff292a54", + "node_id": "node_32e158c2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9cc91bf", + "graph_id": "graph_ff292a54", + "node_id": "node_e15bfba8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a1c383ce", + "graph_id": "graph_ff292a54", + "node_id": "node_261b4ca9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_53612d91", + "graph_id": "graph_ff292a54", + "node_id": "node_75856c7f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6af157ab", + "graph_id": "graph_ff292a54", + "node_id": "node_58b7bd9b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_34d90bc9", + "graph_id": "graph_ff292a54", + "node_id": "node_334d5315", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fd271d8f", + "graph_id": "graph_ff292a54", + "node_id": "node_6d9e9c46", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0f1e9b54", + "graph_id": "graph_ff292a54", + "node_id": "node_50646193", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_521deffe", + "graph_id": "graph_ff292a54", + "node_id": "node_fdaf5a5b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_136fd754", + "graph_id": "graph_ff292a54", + "node_id": "node_84ca9449", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e4624888", + "graph_id": "graph_ff292a54", + "node_id": "node_1529869b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4a8aabe1", + "graph_id": "graph_ff292a54", + "node_id": "node_469a67dc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f9f3732b", + "graph_id": "graph_ff292a54", + "node_id": "node_849ad8d8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_213f0c88", + "graph_id": "graph_ff292a54", + "node_id": "node_c5f1dec0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a94004bd", + "graph_id": "graph_ff292a54", + "node_id": "node_fa10dfb0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_48493c5f", + "graph_id": "graph_ff292a54", + "node_id": "node_c1fde5ce", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3330cebb", + "graph_id": "graph_ff292a54", + "node_id": "node_cd459a37", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3c285dc6", + "graph_id": "graph_ff292a54", + "node_id": "node_18e653cc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3ca2fe6a", + "graph_id": "graph_ff292a54", + "node_id": "node_da8ba90a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6ee19d55", + "graph_id": "graph_ff292a54", + "node_id": "node_5a99ec60", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5b96ab10", + "graph_id": "graph_ff292a54", + "node_id": "node_32a62a3b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_784ed6db", + "graph_id": "graph_ff292a54", + "node_id": "node_b66bc565", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8d8c8ea0", + "graph_id": "graph_ff292a54", + "node_id": "node_c74dbac5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_da40cfef", + "graph_id": "graph_ff292a54", + "node_id": "node_548bcde8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fefb7603", + "graph_id": "graph_ff292a54", + "node_id": "node_a8b7ce08", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_62ef13ba", + "graph_id": "graph_ff292a54", + "node_id": "node_87805a5e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4086bae8", + "graph_id": "graph_ff292a54", + "node_id": "node_dab2ee02", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a42ce6a", + "graph_id": "graph_ff292a54", + "node_id": "node_88a1b61b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_853e42a2", + "graph_id": "graph_ff292a54", + "node_id": "node_c900c690", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_eba3cf84", + "graph_id": "graph_ff292a54", + "node_id": "node_8ef31335", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_989380ca", + "graph_id": "graph_ff292a54", + "node_id": "node_6b8acd77", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e3daeca6", + "graph_id": "graph_ff292a54", + "node_id": "node_debfd526", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c0e4285c", + "graph_id": "graph_ff292a54", + "node_id": "node_c51046d0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_60ba72e7", + "graph_id": "graph_ff292a54", + "node_id": "node_d39930bc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_11056f1f", + "graph_id": "graph_ff292a54", + "node_id": "node_6812f6e4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_eb9a2b58", + "graph_id": "graph_ff292a54", + "node_id": "node_a0069614", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_540e9b6a", + "graph_id": "graph_ff292a54", + "node_id": "node_fc4b55c1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_900d37c9", + "graph_id": "graph_ff292a54", + "node_id": "node_354a8fe2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_77bdb904", + "graph_id": "graph_ff292a54", + "node_id": "node_32960901", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_423a85db", + "graph_id": "graph_ff292a54", + "node_id": "node_eb3686e5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_28e51914", + "graph_id": "graph_ff292a54", + "node_id": "node_b17632eb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_67f2af9d", + "graph_id": "graph_ff292a54", + "node_id": "node_81240212", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_93af8a40", + "graph_id": "graph_ff292a54", + "node_id": "node_cea031bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_20e268b8", + "graph_id": "graph_ff292a54", + "node_id": "node_0737e081", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_20ce57e2", + "graph_id": "graph_ff292a54", + "node_id": "node_e9556b7a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_57d0c161", + "graph_id": "graph_ff292a54", + "node_id": "node_646378ec", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5a3646be", + "graph_id": "graph_ff292a54", + "node_id": "node_4e80916c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a440a6a3", + "graph_id": "graph_ff292a54", + "node_id": "node_0fb58925", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_769087d8", + "graph_id": "graph_ff292a54", + "node_id": "node_a6f5bedd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bcb317ec", + "graph_id": "graph_ff292a54", + "node_id": "node_04ff78eb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0279c15f", + "graph_id": "graph_ff292a54", + "node_id": "node_656320b6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8a052f11", + "graph_id": "graph_ff292a54", + "node_id": "node_660b36f2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_58cf083f", + "graph_id": "graph_ff292a54", + "node_id": "node_764fc58f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fa1150c0", + "graph_id": "graph_ff292a54", + "node_id": "node_cb66e775", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_63955866", + "graph_id": "graph_ff292a54", + "node_id": "node_a0d9cb02", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2d08012d", + "graph_id": "graph_ff292a54", + "node_id": "node_356ff6b6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fe3a182c", + "graph_id": "graph_ff292a54", + "node_id": "node_aec9f8fd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_57c1ab31", + "graph_id": "graph_ff292a54", + "node_id": "node_95460fed", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dfe34b34", + "graph_id": "graph_ff292a54", + "node_id": "node_39434116", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_14851233", + "graph_id": "graph_ff292a54", + "node_id": "node_c57b660e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_146048ab", + "graph_id": "graph_ff292a54", + "node_id": "node_b8e36de9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2a8a5a95", + "graph_id": "graph_ff292a54", + "node_id": "node_1ea539ab", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_04cf58aa", + "graph_id": "graph_ff292a54", + "node_id": "node_84ef6494", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8e8ae74f", + "graph_id": "graph_ff292a54", + "node_id": "node_88d4d887", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_81e1bb6c", + "graph_id": "graph_ff292a54", + "node_id": "node_67156abb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7bd0955c", + "graph_id": "graph_ff292a54", + "node_id": "node_c23a8cdd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_336d1e97", + "graph_id": "graph_ff292a54", + "node_id": "node_a0f89b18", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_18572383", + "graph_id": "graph_ff292a54", + "node_id": "node_4f474152", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c8609c67", + "graph_id": "graph_ff292a54", + "node_id": "node_4bf147f4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6cc7f6cc", + "graph_id": "graph_ff292a54", + "node_id": "node_434e5cb3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b2ca1a85", + "graph_id": "graph_ff292a54", + "node_id": "node_a8a66710", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_71e90583", + "graph_id": "graph_ff292a54", + "node_id": "node_5ff50fd7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dc5a6a30", + "graph_id": "graph_ff292a54", + "node_id": "node_1521314f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5db6cd4c", + "graph_id": "graph_ff292a54", + "node_id": "node_4d60c160", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_10ebe476", + "graph_id": "graph_ff292a54", + "node_id": "node_cb6774bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2d08d7eb", + "graph_id": "graph_ff292a54", + "node_id": "node_d2457873", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4c1db029", + "graph_id": "graph_ff292a54", + "node_id": "node_5f876d03", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_64cf0390", + "graph_id": "graph_ff292a54", + "node_id": "node_ba23c871", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_78d7a661", + "graph_id": "graph_ff292a54", + "node_id": "node_deedfbff", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_48a396e9", + "graph_id": "graph_ff292a54", + "node_id": "node_9d5be4aa", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bf906172", + "graph_id": "graph_ff292a54", + "node_id": "node_ade44e8d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_30070adb", + "graph_id": "graph_ff292a54", + "node_id": "node_5b6b6f59", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2ad2d61a", + "graph_id": "graph_ff292a54", + "node_id": "node_439e003c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_657b58ec", + "graph_id": "graph_ff292a54", + "node_id": "node_d5720f16", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4cace70d", + "graph_id": "graph_ff292a54", + "node_id": "node_f3764052", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9797c672", + "graph_id": "graph_ff292a54", + "node_id": "node_35d4c3da", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f07ea3a3", + "graph_id": "graph_ff292a54", + "node_id": "node_9a3db6f5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dd3e9ecb", + "graph_id": "graph_ff292a54", + "node_id": "node_25a20ee1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f534e0e7", + "graph_id": "graph_ff292a54", + "node_id": "node_376a563b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a2c4f48", + "graph_id": "graph_ff292a54", + "node_id": "node_96f58474", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b176800b", + "graph_id": "graph_ff292a54", + "node_id": "node_b2580172", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_592e81ea", + "graph_id": "graph_ff292a54", + "node_id": "node_c1242cc4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_69360618", + "graph_id": "graph_ff292a54", + "node_id": "node_3d9fdaba", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_198d1a31", + "graph_id": "graph_ff292a54", + "node_id": "node_a3006ae8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cd41ba47", + "graph_id": "graph_ff292a54", + "node_id": "node_67173afd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8802ae1d", + "graph_id": "graph_ff292a54", + "node_id": "node_b08e64a6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ce594a19", + "graph_id": "graph_ff292a54", + "node_id": "node_0ea3b0f6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d10aa60b", + "graph_id": "graph_ff292a54", + "node_id": "node_779cad9a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e1daa7cd", + "graph_id": "graph_ff292a54", + "node_id": "node_7d7af71d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b64a2df6", + "graph_id": "graph_ff292a54", + "node_id": "node_b6b0a381", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0ba40960", + "graph_id": "graph_ff292a54", + "node_id": "node_9e87d843", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_047c6edd", + "graph_id": "graph_ff292a54", + "node_id": "node_a3f9ce5e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_09c3a60b", + "graph_id": "graph_ff292a54", + "node_id": "node_f22bb331", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f0bd7a61", + "graph_id": "graph_ff292a54", + "node_id": "node_13de2af9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c242934c", + "graph_id": "graph_ff292a54", + "node_id": "node_3b50f3c3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_328bf1c3", + "graph_id": "graph_ff292a54", + "node_id": "node_356cc10c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_38c7113b", + "graph_id": "graph_ff292a54", + "node_id": "node_f6a36044", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7cc16d92", + "graph_id": "graph_ff292a54", + "node_id": "node_4379335d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a95f2a2d", + "graph_id": "graph_ff292a54", + "node_id": "node_8fbdd855", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4e41b3c3", + "graph_id": "graph_ff292a54", + "node_id": "node_7a117eaa", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d98ec33f", + "graph_id": "graph_ff292a54", + "node_id": "node_46a10657", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ecc92697", + "graph_id": "graph_ff292a54", + "node_id": "node_b3d34911", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9bde914", + "graph_id": "graph_ff292a54", + "node_id": "node_6d9cf425", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_844118fe", + "graph_id": "graph_ff292a54", + "node_id": "node_500f4d86", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cc9056b8", + "graph_id": "graph_ff292a54", + "node_id": "node_f6610571", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7df0d578", + "graph_id": "graph_ff292a54", + "node_id": "node_2efd24b0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a88229a4", + "graph_id": "graph_ff292a54", + "node_id": "node_4a229bd4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_37a80b4a", + "graph_id": "graph_ff292a54", + "node_id": "node_40f1784f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5bad4d83", + "graph_id": "graph_ff292a54", + "node_id": "node_e93e05f3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_102ecd19", + "graph_id": "graph_ff292a54", + "node_id": "node_8815d630", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_96569f34", + "graph_id": "graph_ff292a54", + "node_id": "node_dd84dad1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_be5fdc56", + "graph_id": "graph_ff292a54", + "node_id": "node_d3bd80a7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_10cc47a2", + "graph_id": "graph_ff292a54", + "node_id": "node_74934ddd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_207e1b4a", + "graph_id": "graph_ff292a54", + "node_id": "node_5d2abc55", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8d3f5116", + "graph_id": "graph_ff292a54", + "node_id": "node_b9a151a0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0", "source_op": "make_add_point_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_615aac01", + "graph_id": "graph_ff292a54", + "node_id": "node_4e4b417d", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a0816e6", + "graph_id": "graph_ff292a54", + "node_id": "node_f15da6f2", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ebbfd348", + "graph_id": "graph_ff292a54", + "node_id": "node_1d17aacf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c44ff078", + "graph_id": "graph_ff292a54", + "node_id": "node_1232a092", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_020ab959", + "graph_id": "graph_ff292a54", + "node_id": "node_1ab0fc52", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fde59382", + "graph_id": "graph_ff292a54", + "node_id": "node_52c3917e", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9e37c0e", + "graph_id": "graph_ff292a54", + "node_id": "node_d26665c6", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_59c1e308", + "graph_id": "graph_ff292a54", + "node_id": "node_6b6ec55a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_08f7af98", + "graph_id": "graph_ff292a54", + "node_id": "node_d17dca54", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_84b93759", + "graph_id": "graph_ff292a54", + "node_id": "node_88f06b56", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c6fe1304", + "graph_id": "graph_ff292a54", + "node_id": "node_fee10839", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_98b0beec", + "graph_id": "graph_ff292a54", + "node_id": "node_0e0f5e86", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_29f3f886", + "graph_id": "graph_ff292a54", + "node_id": "node_b20ddbbc", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_92d29500", + "graph_id": "graph_ff292a54", + "node_id": "node_501d250d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7e725cd1", + "graph_id": "graph_ff292a54", + "node_id": "node_c1ad3d5d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_874b341f", + "graph_id": "graph_ff292a54", + "node_id": "node_ddd1fb05", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cabea66b", + "graph_id": "graph_ff292a54", + "node_id": "node_1dc4bf25", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bc3f3271", + "graph_id": "graph_ff292a54", + "node_id": "node_a5143065", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b751459d", + "graph_id": "graph_ff292a54", + "node_id": "node_d5156e09", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b6019302", + "graph_id": "graph_ff292a54", + "node_id": "node_95078b06", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_97cc8c46", + "graph_id": "graph_ff292a54", + "node_id": "node_558ed9fd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3c922cf9", + "graph_id": "graph_ff292a54", + "node_id": "node_3e59b822", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_305ba5a2", + "graph_id": "graph_ff292a54", + "node_id": "node_e576e8cc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_57e65375", + "graph_id": "graph_ff292a54", + "node_id": "node_34194e15", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ff8545bd", + "graph_id": "graph_ff292a54", + "node_id": "node_602f91c7", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3cc8f757", + "graph_id": "graph_ff292a54", + "node_id": "node_7ebba1d8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f16c9510", + "graph_id": "graph_ff292a54", + "node_id": "node_4593eccc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6f54af66", + "graph_id": "graph_ff292a54", + "node_id": "node_6b91fad3", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3f61d760", + "graph_id": "graph_ff292a54", + "node_id": "node_57ed05bd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9aaba329", + "graph_id": "graph_ff292a54", + "node_id": "node_fe8b6fbe", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_74d98265", + "graph_id": "graph_ff292a54", + "node_id": "node_b0d80607", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_39240125", + "graph_id": "graph_ff292a54", + "node_id": "node_3bbeaa29", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ef8d408e", + "graph_id": "graph_ff292a54", + "node_id": "node_0220cd40", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7b3eac4e", + "graph_id": "graph_ff292a54", + "node_id": "node_728d5c1a", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0cee41b2", + "graph_id": "graph_ff292a54", + "node_id": "node_2f9b1d3b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3162a7de", + "graph_id": "graph_ff292a54", + "node_id": "node_806253ae", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fe307f48", + "graph_id": "graph_ff292a54", + "node_id": "node_bdc1e330", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2b9f406b", + "graph_id": "graph_ff292a54", + "node_id": "node_28f4a922", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2f868813", + "graph_id": "graph_ff292a54", + "node_id": "node_9c7f3d21", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8581150a", + "graph_id": "graph_ff292a54", + "node_id": "node_523f1b13", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8e547a08", + "graph_id": "graph_ff292a54", + "node_id": "node_984c4fcf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_631f1473", + "graph_id": "graph_ff292a54", + "node_id": "node_236afa91", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_46dec030", + "graph_id": "graph_ff292a54", + "node_id": "node_1cbbbf9e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a4daa7d1", + "graph_id": "graph_ff292a54", + "node_id": "node_3f4a9a18", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_548799bc", + "graph_id": "graph_ff292a54", + "node_id": "node_83a2421f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_492f00c4", + "graph_id": "graph_ff292a54", + "node_id": "node_c1022888", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9dc4a3f2", + "graph_id": "graph_ff292a54", + "node_id": "node_2d68a54b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6042acb8", + "graph_id": "graph_ff292a54", + "node_id": "node_c4c2b772", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b69c870e", + "graph_id": "graph_ff292a54", + "node_id": "node_a67fabf9", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0dd0b556", + "graph_id": "graph_ff292a54", + "node_id": "node_8ac0117c", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5290175b", + "graph_id": "graph_ff292a54", + "node_id": "node_a14a72c1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7adeca97", + "graph_id": "graph_ff292a54", + "node_id": "node_0737d924", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c61b3595", + "graph_id": "graph_ff292a54", + "node_id": "node_ca29b398", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3cc0985a", + "graph_id": "graph_ff292a54", + "node_id": "node_40cb5332", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1d70674f", + "graph_id": "graph_ff292a54", + "node_id": "node_c7c0aece", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c8622c0a", + "graph_id": "graph_ff292a54", + "node_id": "node_e9bfb65b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_95780715", + "graph_id": "graph_ff292a54", + "node_id": "node_bf4be09a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2b19507a", + "graph_id": "graph_ff292a54", + "node_id": "node_d8dcdb77", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b535ebd0", + "graph_id": "graph_ff292a54", + "node_id": "node_c5bda38f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_6431dff0", + "graph_id": "graph_ff292a54", + "node_id": "node_121bfacd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4afda1f6", + "graph_id": "graph_ff292a54", + "node_id": "node_d367cd71", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_144f2614", + "graph_id": "graph_ff292a54", + "node_id": "node_c3b8a45a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e7644e9e", + "graph_id": "graph_ff292a54", + "node_id": "node_1194ff5b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cd6d86d6", + "graph_id": "graph_ff292a54", + "node_id": "node_4a359d41", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2a852892", + "graph_id": "graph_ff292a54", + "node_id": "node_8c6c68c6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2ab00950", + "graph_id": "graph_ff292a54", + "node_id": "node_78c9f36a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_edfb07cb", + "graph_id": "graph_ff292a54", + "node_id": "node_a42bdfba", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cafdd587", + "graph_id": "graph_ff292a54", + "node_id": "node_29a129d4", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a58ddc04", + "graph_id": "graph_ff292a54", + "node_id": "node_9b7e8b3a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_52de6b5a", + "graph_id": "graph_ff292a54", + "node_id": "node_52b68b91", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_62d5f379", + "graph_id": "graph_ff292a54", + "node_id": "node_7a0df353", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0a34c904", + "graph_id": "graph_ff292a54", + "node_id": "node_e1e069ee", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_94976843", + "graph_id": "graph_ff292a54", + "node_id": "node_3c9d3828", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3aefe9d1", + "graph_id": "graph_ff292a54", + "node_id": "node_f2055c09", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_cbfd2ec4", + "graph_id": "graph_ff292a54", + "node_id": "node_70b8aca6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dcd24899", + "graph_id": "graph_ff292a54", + "node_id": "node_04e25304", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7ae2b40d", + "graph_id": "graph_ff292a54", + "node_id": "node_8ac2f86c", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_b5572e53", + "graph_id": "graph_ff292a54", + "node_id": "node_5d3642af", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a0f59522", + "graph_id": "graph_ff292a54", + "node_id": "node_9215c0a4", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c64e84c4", + "graph_id": "graph_ff292a54", + "node_id": "node_b4055de7", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_80c4ce4c", + "graph_id": "graph_ff292a54", + "node_id": "node_d2bdbd65", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c9ff0f7a", + "graph_id": "graph_ff292a54", + "node_id": "node_95785e06", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bdcb972c", + "graph_id": "graph_ff292a54", + "node_id": "node_10aa8e86", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_615d01b0", + "graph_id": "graph_ff292a54", + "node_id": "node_7f9371dc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a2f83973", + "graph_id": "graph_ff292a54", + "node_id": "node_d1b8b74e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a8a49422", + "graph_id": "graph_ff292a54", + "node_id": "node_e6db1bb2", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c50366ae", + "graph_id": "graph_ff292a54", + "node_id": "node_8857ee49", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_41b29340", + "graph_id": "graph_ff292a54", + "node_id": "node_a33b9e43", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_05ba8dad", + "graph_id": "graph_ff292a54", + "node_id": "node_5f5151af", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d7f54e64", + "graph_id": "graph_ff292a54", + "node_id": "node_2b32dddb", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_50ccf7be", + "graph_id": "graph_ff292a54", + "node_id": "node_dedb0b9d", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3b11ca93", + "graph_id": "graph_ff292a54", + "node_id": "node_9f47d8c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bbd57be1", + "graph_id": "graph_ff292a54", + "node_id": "node_c9671c99", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9036290c", + "graph_id": "graph_ff292a54", + "node_id": "node_50db208b", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_dea6702b", + "graph_id": "graph_ff292a54", + "node_id": "node_2206ed4d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2d58e58d", + "graph_id": "graph_ff292a54", + "node_id": "node_f4b050da", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4ce49743", + "graph_id": "graph_ff292a54", + "node_id": "node_026767e7", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c05ea948", + "graph_id": "graph_ff292a54", + "node_id": "node_620507b9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_20d9bdfe", + "graph_id": "graph_ff292a54", + "node_id": "node_b6aa3ec1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_32221aa7", + "graph_id": "graph_ff292a54", + "node_id": "node_1f86ee2c", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_93c9081b", + "graph_id": "graph_ff292a54", + "node_id": "node_591470c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_4586f06e", + "graph_id": "graph_ff292a54", + "node_id": "node_ec8ff1c1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_db0ad6ed", + "graph_id": "graph_ff292a54", + "node_id": "node_0f385447", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_acf8506f", + "graph_id": "graph_ff292a54", + "node_id": "node_029da34b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a338bb9", + "graph_id": "graph_ff292a54", + "node_id": "node_611b1bb8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_15636f8a", + "graph_id": "graph_ff292a54", + "node_id": "node_f8720595", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d7717e4f", + "graph_id": "graph_ff292a54", + "node_id": "node_938d8abe", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c5615053", + "graph_id": "graph_ff292a54", + "node_id": "node_6b75116f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_fd2ce0a7", + "graph_id": "graph_ff292a54", + "node_id": "node_f2a4c841", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7a83bd1a", + "graph_id": "graph_ff292a54", + "node_id": "node_0b96dcc3", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f7b49737", + "graph_id": "graph_ff292a54", + "node_id": "node_afa6b912", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_26cf2db5", + "graph_id": "graph_ff292a54", + "node_id": "node_65c28481", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_688dda93", + "graph_id": "graph_ff292a54", + "node_id": "node_598f4368", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3fa36e55", + "graph_id": "graph_ff292a54", + "node_id": "node_2b621ab1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0d5046d5", + "graph_id": "graph_ff292a54", + "node_id": "node_7485420e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bac6c6f8", + "graph_id": "graph_ff292a54", + "node_id": "node_7226d986", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_30f29097", + "graph_id": "graph_ff292a54", + "node_id": "node_b713be03", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a4e789fe", + "graph_id": "graph_ff292a54", + "node_id": "node_6e584984", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0cfe6e06", + "graph_id": "graph_ff292a54", + "node_id": "node_0d9fad17", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5a78fe7f", + "graph_id": "graph_ff292a54", + "node_id": "node_37d481df", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_d3c57984", + "graph_id": "graph_ff292a54", + "node_id": "node_3bad272f", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_20032c0d", + "graph_id": "graph_ff292a54", + "node_id": "node_9e46baf4", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_121d9b23", + "graph_id": "graph_ff292a54", + "node_id": "node_b13a4eb1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_71739e10", + "graph_id": "graph_ff292a54", + "node_id": "node_f9c6fc47", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_9f3da82d", + "graph_id": "graph_ff292a54", + "node_id": "node_a3ba711b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_518844f0", + "graph_id": "graph_ff292a54", + "node_id": "node_91662211", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_97068d03", + "graph_id": "graph_ff292a54", + "node_id": "node_57966271", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ba83a0e5", + "graph_id": "graph_ff292a54", + "node_id": "node_f4368f56", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2261027a", + "graph_id": "graph_ff292a54", + "node_id": "node_2058f573", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0f8962fb", + "graph_id": "graph_ff292a54", + "node_id": "node_adb10b49", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_e1f7b30e", + "graph_id": "graph_ff292a54", + "node_id": "node_c7835675", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_276935e4", + "graph_id": "graph_ff292a54", + "node_id": "node_0984ee34", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_06444546", + "graph_id": "graph_ff292a54", + "node_id": "node_df8a1634", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2d69784b", + "graph_id": "graph_ff292a54", + "node_id": "node_949c61f7", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_83d14862", + "graph_id": "graph_ff292a54", + "node_id": "node_ce19a354", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_08be0a43", + "graph_id": "graph_ff292a54", + "node_id": "node_39231256", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_76907630", + "graph_id": "graph_ff292a54", + "node_id": "node_4e9699cb", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1d4ed50a", + "graph_id": "graph_ff292a54", + "node_id": "node_08acc6fc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_eadabfb5", + "graph_id": "graph_ff292a54", + "node_id": "node_d4f8ccc5", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3c3db5f7", + "graph_id": "graph_ff292a54", + "node_id": "node_4ffb80a5", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_53846b2e", + "graph_id": "graph_ff292a54", + "node_id": "node_457483ea", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_350a36dd", + "graph_id": "graph_ff292a54", + "node_id": "node_6d79650b", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_479d7507", + "graph_id": "graph_ff292a54", + "node_id": "node_633eb1c8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_18168288", + "graph_id": "graph_ff292a54", + "node_id": "node_5207095f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_c13d5fc2", + "graph_id": "graph_ff292a54", + "node_id": "node_59113b8c", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0beeb657", + "graph_id": "graph_ff292a54", + "node_id": "node_5ed6f237", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2cc77dea", + "graph_id": "graph_ff292a54", + "node_id": "node_6366a9c0", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_ad2f64e4", + "graph_id": "graph_ff292a54", + "node_id": "node_a09400fa", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7000609a", + "graph_id": "graph_ff292a54", + "node_id": "node_36b6a726", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7c744af2", + "graph_id": "graph_ff292a54", + "node_id": "node_24d29608", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_3157a73a", + "graph_id": "graph_ff292a54", + "node_id": "node_a602b60a", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_2b03a9bd", + "graph_id": "graph_ff292a54", + "node_id": "node_54afac49", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_66e66b80", + "graph_id": "graph_ff292a54", + "node_id": "node_f463c34a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_f83b08f8", + "graph_id": "graph_ff292a54", + "node_id": "node_23349883", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_963bf469", + "graph_id": "graph_ff292a54", + "node_id": "node_f64ce4e9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_740b7ecd", + "graph_id": "graph_ff292a54", + "node_id": "node_ee6e5080", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_0278fa1e", + "graph_id": "graph_ff292a54", + "node_id": "node_d2748983", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_bf95910c", + "graph_id": "graph_ff292a54", + "node_id": "node_33c85caa", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_23f76200", + "graph_id": "graph_ff292a54", + "node_id": "node_e3d0cec6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_98824ab5", + "graph_id": "graph_ff292a54", + "node_id": "node_5cbd057f", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_84b0df30", + "graph_id": "graph_ff292a54", + "node_id": "node_d490b654", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a82b30df", + "graph_id": "graph_ff292a54", + "node_id": "node_c982ecdf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_5d93ca5a", + "graph_id": "graph_ff292a54", + "node_id": "node_cf9b5099", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_a69ee2c3", + "graph_id": "graph_ff292a54", + "node_id": "node_7bfab96b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_45851f92", + "graph_id": "graph_ff292a54", + "node_id": "node_543137c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_022b5bb7", + "graph_id": "graph_ff292a54", + "node_id": "node_f28e74a6", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0", "source_op": "make_add_arc_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_82fdcc0f", + "graph_id": "graph_ff292a54", + "node_id": "node_1a23b530", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_7505b3f4", + "graph_id": "graph_ff292a54", + "node_id": "node_8a277e02", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0", "source_op": "make_add_bspline_rsketch" }, { - "graph_id": "graph_707cc752", - "node_id": "node_179fdf84", + "graph_id": "graph_ff292a54", + "node_id": "node_d9630b3f", "entity_type": "Sketch", "entity_id": "make_face_from_sketch_rface:0", "source_op": "make_face_from_sketch_rface" }, { - "graph_id": "graph_707cc752", - "node_id": "node_8fea884f", + "graph_id": "graph_ff292a54", + "node_id": "node_c48e5990", "entity_type": "Feature", "entity_id": "make_extrude_rsolid:0", "source_op": "make_extrude_rsolid" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "entity_type": "Feature", "entity_id": "make_cut_rsolid:0", "source_op": "make_cut_rsolid" @@ -55561,13 +68012,13 @@ ], "sketch_profile_registry": [ { - "graph_id": "graph_707cc752", - "node_id": "node_179fdf84", + "graph_id": "graph_ff292a54", + "node_id": "node_d9630b3f", "op": "make_face_from_sketch_rface", "params": { "profile": 0, "sketch": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "name": "gear_28t_m1.0", "plane": "XY", "entities": [ @@ -56911,36 +69362,36 @@ 0.3654760396425971 ], [ - 14.924755343103614, - 0.4022011031437594 + 14.924755343103602, + 0.40220110314375984 ], [ 14.535897586638747, - 0.5942013799634297 + 0.594201379963431 ], [ - 14.100040212099938, - 0.7620316585898108 + 14.100040212099936, + 0.7620316585898124 ], [ - 13.697839272434011, - 0.8602243999207264 + 13.697839272434019, + 0.8602243999207276 ], [ - 13.526288940490844, - 0.8972478366053167 + 13.526288940490831, + 0.8972478366053168 ], [ - 13.33980796010496, - 0.9271212441313584 + 13.33980796010495, + 0.9271212441313583 ], [ 13.175361057543856, - 0.9349827405920185 + 0.9349827405920186 ], [ - 13.127103893935969, - 0.9336608196703169 + 13.127103893935976, + 0.9336608196703172 ], [ 13.1225477156497, @@ -57063,36 +69514,36 @@ 2.0101162902386815 ], [ - 13.005739069900331, + 13.005739069900322, 2.0108034250130515 ], [ - 13.053080480742539, - 2.0202528765249 + 13.053080480742526, + 2.0202528765248977 ], [ - 13.211655008586462, + 13.211655008586453, 2.0645101472000356 ], [ - 13.38681306291251, - 2.1351304879497057 + 13.38681306291253, + 2.1351304879497084 ], [ - 13.54582378015865, - 2.209399209862921 + 13.545823780158631, + 2.20939920986292 ], [ - 13.916090762036054, - 2.394628182892654 + 13.916090762036045, + 2.394628182892653 ], [ - 14.303674531858118, - 2.6552379960888834 + 14.303674531858116, + 2.655237996088884 ], [ - 14.640058731586306, - 2.928953416251733 + 14.640058731586302, + 2.9289534162517326 ], [ 14.700903315040987, @@ -57143,36 +69594,36 @@ 3.693135896877625 ], [ - 14.461062401366705, - 3.7131875797820766 + 14.461062401366704, + 3.7131875797820775 ], [ - 14.039230039802895, - 3.813845017655484 + 14.039230039802884, + 3.813845017655482 ], [ - 13.57695476928869, - 3.880480050743494 + 13.576954769288703, + 3.8804800507434947 ], [ - 13.162987906393901, - 3.886712766308068 + 13.162987906393877, + 3.8867127663080616 ], [ - 12.98750020972913, - 3.884634408052272 + 12.987500209729127, + 3.8846344080522726 ], [ - 12.799047238316763, - 3.8722629049608353 + 12.799047238316756, + 3.872262904960832 ], [ - 12.636974015403359, - 3.843334418947726 + 12.636974015403366, + 3.8433344189477276 ], [ - 12.59022091471741, - 3.8313074122273525 + 12.59022091471742, + 3.831307412227355 ], [ 12.585853538821128, @@ -57295,36 +69746,36 @@ 4.85276266360387 ], [ - 12.232212181663046, - 4.8544375895823855 + 12.232212181663023, + 4.8544375895823775 ], [ - 12.27626394371935, - 4.874184578571493 + 12.276263943719359, + 4.8741845785715014 ], [ - 12.42101450787049, - 4.952618379107203 + 12.42101450787048, + 4.9526183791071965 ], [ - 12.576066479896479, - 5.060444454310439 + 12.576066479896488, + 5.060444454310445 ], [ - 12.714564121111906, - 5.168234317616377 + 12.714564121111913, + 5.1682343176163785 ], [ - 13.034330412629192, - 5.431211368188385 + 13.034330412629181, + 5.431211368188381 ], [ 13.354205509106766, - 5.771532651709009 + 5.771532651709006 ], [ 13.62124844370584, - 6.113237981112001 + 6.113237981112 ], [ 13.669095037756966, @@ -57375,36 +69826,36 @@ 6.835606499050701 ], [ - 13.272231406687414, + 13.272231406687405, 6.83797932624908 ], [ - 12.838576876052075, - 6.84224654093241 + 12.838576876052048, + 6.842246540932399 ], [ - 12.373064121919379, - 6.804344969679324 + 12.373064121919382, + 6.804344969679334 ], [ 11.968089362876391, - 6.718305125093609 + 6.718305125093614 ], [ - 11.7974639873736, - 6.677229189458832 + 11.79746398737357, + 6.677229189458817 ], [ - 11.616488843832425, - 6.623233134573826 + 11.61648884383241, + 6.623233134573822 ], [ - 11.464916328722461, - 6.558965261170486 + 11.464916328722447, + 6.5589652611704805 ], [ - 11.42201168665081, - 6.536836252988804 + 11.422011686650809, + 6.536836252988802 ], [ 11.4180521116085, @@ -57527,35 +69978,35 @@ 7.452071253643773 ], [ - 10.8453110973673, - 7.454649983043984 + 10.845311097367306, + 7.454649983043988 ], [ 10.883864271344118, - 7.483704313026215 + 7.483704313026224 ], [ - 11.007532474090166, - 7.592381645152578 + 11.007532474090162, + 7.592381645152577 ], [ - 11.13470341049807, - 7.732006605156235 + 11.134703410498085, + 7.732006605156241 ], [ - 11.245743125636485, - 7.867912576017452 + 11.2457431256365, + 7.867912576017462 ], [ - 11.498974309709178, - 8.195450936719523 + 11.49897430970918, + 8.195450936719528 ], [ - 11.73510085982281, - 8.598418560350872 + 11.735100859822822, + 8.598418560350877 ], [ - 11.91941188147779, + 11.919411881477789, 8.990979266940569 ], [ @@ -57607,36 +70058,36 @@ 9.635311248354384 ], [ - 11.417875309264865, - 9.619886236382891 + 11.417875309264852, + 9.619886236382884 ], [ - 10.99414385850762, - 9.527549251913564 + 10.994143858507629, + 9.527549251913571 ], [ - 10.548736374060699, - 9.387011619365223 + 10.548736374060693, + 9.387011619365227 ], [ - 10.173060844315257, - 9.213013611707842 + 10.173060844315254, + 9.21301361170783 ], [ - 10.015853658771636, - 9.134999817624989 + 10.015853658771645, + 9.134999817624987 ], [ - 9.851431192485197, - 9.042086798606212 + 9.851431192485206, + 9.042086798606213 ], [ - 9.717959863998, + 9.717959863997997, 8.945702197344362 ], [ - 9.681055098448294, - 8.914580828574296 + 9.681055098448292, + 8.9145808285743 ], [ 9.677701873886345, @@ -57759,36 +70210,36 @@ 9.677701873886344 ], [ - 8.914580828574287, - 9.681055098448278 + 8.91458082857429, + 9.681055098448287 ], [ - 8.945702197344367, - 9.71795986399803 + 8.945702197344382, + 9.717959863998036 ], [ 9.04208679860624, - 9.85143119248519 + 9.8514311924852 ], [ - 9.13499981762497, - 10.01585365877164 + 9.13499981762496, + 10.015853658771633 ], [ - 9.213013611707842, - 10.173060844315247 + 9.213013611707837, + 10.17306084431525 ], [ - 9.387011619365222, - 10.548736374060697 + 9.387011619365223, + 10.5487363740607 ], [ - 9.527549251913596, - 10.994143858507643 + 9.5275492519136, + 10.994143858507645 ], [ - 9.61988623638289, - 11.417875309264858 + 9.619886236382888, + 11.417875309264856 ], [ 9.635311248354387, @@ -57840,35 +70291,35 @@ ], [ 8.99097926694058, - 11.919411881477807 + 11.919411881477801 ], [ - 8.59841856035088, - 11.735100859822824 + 8.598418560350892, + 11.73510085982283 ], [ - 8.19545093671954, - 11.498974309709181 + 8.195450936719531, + 11.498974309709176 ], [ - 7.867912576017456, - 11.24574312563649 + 7.867912576017469, + 11.245743125636507 ], [ - 7.732006605156256, - 11.134703410498108 + 7.732006605156241, + 11.134703410498096 ], [ - 7.592381645152568, - 11.00753247409016 + 7.592381645152561, + 11.007532474090153 ], [ - 7.483704313026216, - 10.883864271344116 + 7.483704313026209, + 10.883864271344104 ], [ 7.454649983043981, - 10.845311097367306 + 10.845311097367304 ], [ 7.452071253643773, @@ -57991,36 +70442,36 @@ 11.4180521116085 ], [ - 6.536836252988788, - 11.42201168665079 + 6.536836252988786, + 11.422011686650787 ], [ - 6.558965261170502, - 11.464916328722467 + 6.5589652611705, + 11.464916328722476 ], [ - 6.623233134573805, - 11.6164888438324 + 6.623233134573811, + 11.616488843832416 ], [ - 6.67722918945882, - 11.797463987373572 + 6.677229189458823, + 11.797463987373577 ], [ - 6.718305125093603, - 11.968089362876396 + 6.718305125093593, + 11.968089362876386 ], [ - 6.804344969679326, - 12.373064121919375 + 6.804344969679327, + 12.373064121919386 ], [ - 6.84224654093241, - 12.838576876052066 + 6.842246540932408, + 12.838576876052059 ], [ 6.837979326249071, - 13.27223140668739 + 13.272231406687387 ], [ 6.8356064990507015, @@ -58071,36 +70522,36 @@ 13.669095037756966 ], [ - 6.113237981112007, - 13.621248443705857 + 6.113237981112001, + 13.62124844370584 ], [ - 5.771532651709006, - 13.354205509106752 + 5.771532651709001, + 13.354205509106738 ], [ - 5.431211368188383, - 13.034330412629174 + 5.431211368188379, + 13.034330412629169 ], [ - 5.168234317616376, - 12.714564121111906 + 5.168234317616378, + 12.714564121111911 ], [ - 5.060444454310451, - 12.576066479896486 + 5.060444454310454, + 12.576066479896499 ], [ - 4.95261837910719, - 12.421014507870463 + 4.952618379107188, + 12.421014507870474 ], [ - 4.8741845785715, + 4.874184578571497, 12.27626394371935 ], [ - 4.854437589582383, - 12.232212181663039 + 4.854437589582382, + 12.232212181663037 ], [ 4.852762663603872, @@ -58223,36 +70674,36 @@ 12.585853538821128 ], [ - 3.8313074122273445, - 12.590220914717385 + 3.8313074122273485, + 12.590220914717408 ], [ - 3.84333441894773, - 12.636974015403368 + 3.8433344189477263, + 12.636974015403359 ], [ - 3.8722629049608277, - 12.799047238316739 + 3.8722629049608304, + 12.799047238316733 ], [ - 3.8846344080522623, - 12.98750020972911 + 3.884634408052259, + 12.9875002097291 ], [ - 3.8867127663080723, - 13.162987906393903 + 3.886712766308062, + 13.16298790639388 ], [ - 3.8804800507434885, - 13.576954769288683 + 3.8804800507434924, + 13.576954769288687 ], [ - 3.8138450176554968, - 14.039230039802943 + 3.813845017655495, + 14.039230039802927 ], [ - 3.7131875797820726, - 14.461062401366691 + 3.713187579782073, + 14.461062401366686 ], [ 3.693135896877625, @@ -58304,34 +70755,34 @@ ], [ 2.928953416251735, - 14.640058731586304 + 14.64005873158631 ], [ - 2.6552379960888874, - 14.303674531858096 + 2.6552379960888857, + 14.303674531858107 ], [ - 2.394628182892652, - 13.916090762036044 + 2.3946281828926534, + 13.916090762036049 ], [ - 2.2093992098629225, - 13.545823780158635 + 2.20939920986292, + 13.545823780158631 ], [ 2.135130487949707, - 13.386813062912532 + 13.38681306291253 ], [ - 2.064510147200038, + 2.0645101472000364, 13.211655008586447 ], [ - 2.0202528765248973, - 13.053080480742496 + 2.0202528765248964, + 13.0530804807425 ], [ - 2.010803425013053, + 2.0108034250130524, 13.005739069900335 ], [ @@ -58535,36 +70986,36 @@ 14.995546914482555 ], [ - -0.40220110314375696, - 14.924755343103573 + -0.4022011031437576, + 14.924755343103598 ], [ - -0.5942013799634277, - 14.535897586638738 + -0.5942013799634286, + 14.535897586638754 ], [ - -0.7620316585898117, - 14.100040212099964 + -0.7620316585898121, + 14.100040212099955 ], [ -0.8602243999207227, - 13.697839272433987 + 13.697839272433997 ], [ - -0.8972478366053184, - 13.526288940490863 + -0.8972478366053178, + 13.52628894049086 ], [ - -0.9271212441313557, - 13.33980796010495 + -0.9271212441313553, + 13.339807960104961 ], [ -0.9349827405920164, - 13.175361057543839 + 13.17536105754384 ], [ -0.9336608196703149, - 13.127103893935967 + 13.12710389393596 ], [ -0.9333257074337283, @@ -58687,36 +71138,36 @@ 13.001222555028312 ], [ - -2.0108034250130533, - 13.005739069900331 + -2.010803425013051, + 13.005739069900336 ], [ -2.020252876524896, - 13.053080480742505 + 13.053080480742516 ], [ - -2.064510147200038, - 13.211655008586453 + -2.0645101472000347, + 13.211655008586456 ], [ - -2.1351304879497084, - 13.386813062912536 + -2.1351304879497066, + 13.386813062912514 ], [ - -2.2093992098629194, - 13.545823780158617 + -2.2093992098629185, + 13.545823780158623 ], [ - -2.3946281828926534, - 13.916090762036054 + -2.394628182892652, + 13.91609076203605 ], [ -2.6552379960888834, - 14.303674531858098 + 14.303674531858105 ], [ - -2.928953416251733, - 14.64005873158631 + -2.928953416251732, + 14.640058731586306 ], [ -2.9805103123151477, @@ -58767,36 +71218,36 @@ 14.538251175681138 ], [ - -3.7131875797820726, - 14.461062401366693 + -3.7131875797820704, + 14.461062401366682 ], [ - -3.813845017655487, - 14.039230039802934 + -3.813845017655489, + 14.039230039802954 ], [ - -3.8804800507434827, - 13.576954769288651 + -3.8804800507434885, + 13.57695476928865 ], [ - -3.8867127663080647, - 13.162987906393893 + -3.886712766308062, + 13.162987906393885 ], [ - -3.8846344080522677, - 12.987500209729129 + -3.88463440805227, + 12.987500209729125 ], [ - -3.8722629049608277, - 12.799047238316755 + -3.872262904960829, + 12.799047238316751 ], [ -3.843334418947719, - 12.636974015403345 + 12.63697401540334 ], [ - -3.8313074122273516, - 12.590220914717419 + -3.83130741222735, + 12.590220914717412 ], [ -3.82996685690666, @@ -58919,35 +71370,35 @@ 12.227961807120273 ], [ - -4.8544375895823855, - 12.232212181663046 + -4.8544375895823775, + 12.232212181663023 ], [ - -4.874184578571493, - 12.27626394371935 + -4.8741845785715014, + 12.276263943719359 ], [ - -4.952618379107203, - 12.42101450787049 + -4.9526183791071965, + 12.42101450787048 ], [ - -5.060444454310439, - 12.576066479896479 + -5.060444454310445, + 12.576066479896488 ], [ - -5.168234317616377, - 12.714564121111906 + -5.1682343176163785, + 12.714564121111913 ], [ - -5.431211368188385, - 13.034330412629192 + -5.431211368188381, + 13.034330412629181 ], [ - -5.771532651709009, + -5.771532651709006, 13.354205509106766 ], [ - -6.113237981112001, + -6.113237981112, 13.62124844370584 ], [ @@ -58999,36 +71450,36 @@ 13.351946816480952 ], [ - -6.837979326249088, - 13.272231406687421 + -6.837979326249089, + 13.27223140668742 ], [ - -6.8422465409324085, - 12.838576876052079 + -6.842246540932408, + 12.838576876052072 ], [ - -6.80434496967934, - 12.373064121919404 + -6.804344969679323, + 12.373064121919388 ], [ - -6.718305125093607, + -6.7183051250936066, 11.968089362876386 ], [ - -6.677229189458832, - 11.797463987373595 + -6.677229189458822, + 11.7974639873736 ], [ - -6.623233134573821, - 11.616488843832409 + -6.623233134573824, + 11.61648884383241 ], [ - -6.558965261170485, + -6.558965261170486, 11.464916328722461 ], [ - -6.536836252988807, - 11.422011686650812 + -6.536836252988802, + 11.422011686650807 ], [ -6.534557475625456, @@ -59152,35 +71603,35 @@ ], [ -7.45464998304398, - 10.845311097367297 + 10.845311097367302 ], [ - -7.483704313026208, - 10.883864271344121 + -7.483704313026215, + 10.883864271344136 ], [ - -7.592381645152566, - 11.007532474090151 + -7.592381645152559, + 11.007532474090143 ], [ - -7.732006605156226, - 11.134703410498089 + -7.73200660515623, + 11.134703410498096 ], [ - -7.867912576017452, - 11.245743125636483 + -7.867912576017444, + 11.24574312563648 ], [ - -8.195450936719519, - 11.49897430970917 + -8.19545093671952, + 11.498974309709178 ], [ - -8.59841856035088, - 11.735100859822822 + -8.598418560350883, + 11.735100859822827 ], [ - -8.990979266940561, - 11.919411881477789 + -8.990979266940567, + 11.9194118814778 ], [ -9.06382990059375, @@ -59231,36 +71682,36 @@ 11.496120091027906 ], [ - -9.619886236382895, - 11.417875309264872 + -9.619886236382913, + 11.417875309264868 ], [ - -9.527549251913578, - 10.994143858507622 + -9.527549251913566, + 10.994143858507607 ], [ - -9.387011619365225, - 10.54873637406071 + -9.387011619365223, + 10.54873637406069 ], [ - -9.21301361170784, - 10.173060844315241 + -9.213013611707837, + 10.173060844315245 ], [ - -9.134999817624996, - 10.01585365877165 + -9.134999817624989, + 10.015853658771649 ], [ - -9.042086798606219, + -9.042086798606222, 9.851431192485194 ], [ - -8.945702197344367, - 9.717959863997995 + -8.945702197344373, + 9.717959863998002 ], [ - -8.914580828574294, - 9.681055098448288 + -8.914580828574296, + 9.681055098448292 ], [ -8.911478096580645, @@ -59383,36 +71834,36 @@ 8.911478096580646 ], [ - -9.681055098448281, - 8.914580828574293 + -9.68105509844827, + 8.914580828574287 ], [ - -9.717959863997994, - 8.945702197344366 + -9.717959863997999, + 8.94570219734437 ], [ - -9.851431192485173, - 9.042086798606212 + -9.85143119248519, + 9.042086798606231 ], [ - -10.015853658771627, - 9.134999817624966 + -10.01585365877163, + 9.134999817624957 ], [ - -10.173060844315234, - 9.213013611707842 + -10.173060844315225, + 9.213013611707817 ], [ - -10.548736374060692, - 9.387011619365222 + -10.5487363740607, + 9.387011619365225 ], [ - -10.994143858507629, - 9.527549251913591 + -10.994143858507638, + 9.527549251913596 ], [ - -11.417875309264849, - 9.619886236382886 + -11.417875309264854, + 9.61988623638289 ], [ -11.496120091027905, @@ -59463,36 +71914,36 @@ 9.063829900593753 ], [ - -11.919411881477808, - 8.990979266940577 + -11.919411881477792, + 8.990979266940572 ], [ - -11.735100859822806, - 8.598418560350853 + -11.73510085982281, + 8.598418560350861 ], [ - -11.498974309709176, - 8.19545093671953 + -11.498974309709185, + 8.195450936719537 ], [ - -11.245743125636487, - 7.867912576017456 + -11.245743125636489, + 7.867912576017463 ], [ - -11.134703410498096, - 7.732006605156244 + -11.134703410498094, + 7.732006605156241 ], [ - -11.00753247409016, - 7.592381645152565 + -11.007532474090166, + 7.592381645152571 ], [ - -10.883864271344107, - 7.483704313026206 + -10.883864271344114, + 7.483704313026211 ], [ - -10.845311097367304, - 7.4546499830439785 + -10.845311097367308, + 7.454649983043985 ], [ -10.841539994681382, @@ -59615,36 +72066,36 @@ 6.5345574756254585 ], [ - -11.422011686650809, - 6.536836252988807 + -11.422011686650805, + 6.536836252988808 ], [ - -11.464916328722458, - 6.558965261170485 + -11.464916328722465, + 6.558965261170491 ], [ -11.616488843832396, - 6.623233134573817 + 6.62323313457382 ], [ - -11.797463987373575, - 6.677229189458819 + -11.797463987373584, + 6.6772291894588225 ], [ - -11.968089362876382, - 6.71830512509361 + -11.968089362876396, + 6.718305125093607 ], [ -12.373064121919374, - 6.80434496967933 + 6.804344969679327 ], [ - -12.838576876052063, - 6.842246540932419 + -12.83857687605207, + 6.842246540932421 ], [ - -13.272231406687387, - 6.837979326249078 + -13.272231406687382, + 6.837979326249075 ], [ -13.35194681648095, @@ -59695,36 +72146,36 @@ 6.177041431686201 ], [ - -13.621248443705841, - 6.113237981112001 + -13.621248443705854, + 6.113237981112004 ], [ - -13.354205509106738, - 5.771532651708996 + -13.354205509106754, + 5.771532651709003 ], [ - -13.034330412629181, - 5.431211368188388 + -13.034330412629165, + 5.431211368188385 ], [ - -12.714564121111884, - 5.168234317616378 + -12.714564121111888, + 5.168234317616373 ], [ - -12.576066479896506, - 5.060444454310452 + -12.576066479896495, + 5.060444454310449 ], [ - -12.421014507870472, - 4.952618379107192 + -12.421014507870463, + 4.9526183791071885 ], [ -12.276263943719346, - 4.874184578571499 + 4.874184578571498 ], [ - -12.232212181663039, - 4.854437589582383 + -12.232212181663046, + 4.854437589582386 ], [ -12.227961807120273, @@ -59847,36 +72298,36 @@ 3.829966856906665 ], [ - -12.590220914717401, - 3.83130741222735 + -12.590220914717408, + 3.8313074122273503 ], [ - -12.636974015403343, - 3.84333441894773 + -12.636974015403357, + 3.8433344189477343 ], [ - -12.79904723831676, - 3.872262904960828 + -12.79904723831678, + 3.872262904960833 ], [ - -12.987500209729108, - 3.88463440805227 + -12.9875002097291, + 3.884634408052267 ], [ - -13.162987906393878, - 3.8867127663080705 + -13.162987906393893, + 3.886712766308072 ], [ - -13.57695476928867, - 3.8804800507434916 + -13.57695476928868, + 3.880480050743492 ], [ - -14.039230039802929, - 3.813845017655501 + -14.039230039802938, + 3.813845017655502 ], [ - -14.461062401366691, - 3.7131875797820797 + -14.461062401366688, + 3.713187579782078 ], [ -14.538251175681136, @@ -59927,36 +72378,36 @@ 2.980510312315147 ], [ - -14.640058731586318, - 2.928953416251729 + -14.640058731586288, + 2.928953416251724 ], [ - -14.303674531858137, - 2.6552379960888843 + -14.303674531858098, + 2.6552379960888857 ], [ - -13.916090762036047, - 2.394628182892651 + -13.916090762036017, + 2.3946281828926472 ], [ - -13.545823780158647, + -13.545823780158635, 2.2093992098629194 ], [ - -13.38681306291252, - 2.135130487949703 + -13.386813062912536, + 2.135130487949704 ], [ - -13.21165500858645, - 2.0645101472000325 + -13.211655008586463, + 2.0645101472000342 ], [ - -13.053080480742489, - 2.020252876524891 + -13.053080480742496, + 2.020252876524893 ], [ - -13.005739069900331, - 2.0108034250130484 + -13.00573906990032, + 2.010803425013047 ], [ -13.001222555028312, @@ -60079,36 +72530,36 @@ 0.9333257074337338 ], [ - -13.127103893935956, + -13.127103893935955, 0.9336608196703203 ], [ - -13.175361057543848, - 0.9349827405920217 + -13.175361057543842, + 0.9349827405920212 ], [ - -13.339807960104986, + -13.339807960104975, 0.9271212441313638 ], [ - -13.526288940490813, - 0.8972478366053195 + -13.5262889404908, + 0.8972478366053191 ], [ - -13.697839272434017, - 0.8602243999207306 + -13.697839272434004, + 0.8602243999207305 ], [ - -14.100040212099952, - 0.7620316585898186 + -14.100040212099945, + 0.7620316585898181 ], [ - -14.53589758663874, + -14.535897586638745, 0.5942013799634347 ], [ - -14.92475534310357, - 0.40220110314376223 + -14.924755343103573, + 0.4022011031437624 ], [ -14.995546914482553, @@ -60159,36 +72610,36 @@ -0.3654760396425978 ], [ - -14.92475534310361, - -0.4022011031437612 + -14.924755343103595, + -0.4022011031437608 ], [ - -14.535897586638717, - -0.5942013799634297 + -14.535897586638734, + -0.5942013799634308 ], [ - -14.1000402121, - -0.7620316585898151 + -14.10004021209994, + -0.7620316585898128 ], [ - -13.697839272434, - -0.8602243999207265 + -13.697839272434003, + -0.8602243999207273 ], [ - -13.526288940490863, - -0.8972478366053198 + -13.526288940490842, + -0.8972478366053178 ], [ - -13.339807960104972, - -0.9271212441313597 + -13.339807960104952, + -0.9271212441313582 ], [ - -13.17536105754386, - -0.9349827405920194 + -13.175361057543833, + -0.9349827405920174 ], [ - -13.127103893935972, - -0.9336608196703177 + -13.127103893935965, + -0.9336608196703169 ], [ -13.1225477156497, @@ -60311,36 +72762,36 @@ -2.0101162902386775 ], [ - -13.005739069900322, - -2.0108034250130444 + -13.005739069900324, + -2.010803425013043 ], [ - -13.053080480742512, - -2.020252876524895 + -13.053080480742496, + -2.0202528765248933 ], [ - -13.211655008586462, - -2.0645101472000325 + -13.211655008586453, + -2.064510147200031 ], [ - -13.386813062912529, - -2.1351304879497057 + -13.386813062912502, + -2.135130487949701 ], [ - -13.545823780158646, - -2.2093992098629163 + -13.545823780158624, + -2.2093992098629154 ], [ - -13.91609076203606, - -2.394628182892647 + -13.916090762036053, + -2.3946281828926486 ], [ - -14.303674531858116, - -2.655237996088882 + -14.303674531858112, + -2.655237996088881 ], [ - -14.640058731586311, - -2.9289534162517277 + -14.640058731586304, + -2.928953416251727 ], [ -14.700903315040987, @@ -60391,36 +72842,36 @@ -3.693135896877626 ], [ - -14.461062401366704, + -14.461062401366707, -3.7131875797820766 ], [ -14.039230039802902, - -3.8138450176555017 + -3.8138450176554977 ], [ -13.576954769288669, - -3.8804800507434827 + -3.880480050743488 ], [ - -13.162987906393889, - -3.886712766308074 + -13.162987906393894, + -3.8867127663080736 ], [ - -12.987500209729127, - -3.884634408052264 + -12.987500209729129, + -3.884634408052267 ], [ - -12.799047238316756, - -3.8722629049608335 + -12.799047238316755, + -3.872262904960837 ], [ - -12.636974015403355, - -3.843334418947725 + -12.63697401540335, + -3.8433344189477268 ], [ - -12.590220914717415, - -3.831307412227353 + -12.590220914717419, + -3.8313074122273543 ], [ -12.585853538821128, @@ -60543,36 +72994,36 @@ -4.852762663603867 ], [ - -12.232212181663002, - -4.854437589582367 + -12.232212181663034, + -4.8544375895823775 ], [ - -12.276263943719364, - -4.874184578571502 + -12.27626394371938, + -4.87418457857151 ], [ - -12.42101450787047, - -4.952618379107185 + -12.421014507870487, + -4.952618379107188 ], [ - -12.57606647989648, - -5.060444454310449 + -12.576066479896468, + -5.060444454310444 ], [ - -12.714564121111911, - -5.168234317616372 + -12.714564121111922, + -5.168234317616371 ], [ - -13.03433041262917, - -5.431211368188387 + -13.034330412629187, + -5.4312113681883885 ], [ - -13.354205509106752, - -5.771532651708995 + -13.354205509106759, + -5.771532651708996 ], [ - -13.621248443705827, - -6.113237981111993 + -13.621248443705838, + -6.113237981111997 ], [ -13.669095037756968, @@ -60623,36 +73074,36 @@ -6.8356064990507015 ], [ - -13.272231406687393, - -6.837979326249079 + -13.272231406687395, + -6.8379793262490765 ], [ - -12.838576876052073, - -6.842246540932404 + -12.838576876052056, + -6.8422465409323925 ], [ - -12.37306412191935, - -6.804344969679305 + -12.373064121919352, + -6.804344969679309 ], [ - -11.968089362876407, - -6.718305125093617 + -11.968089362876384, + -6.718305125093608 ], [ - -11.79746398737361, - -6.677229189458832 + -11.797463987373595, + -6.67722918945883 ], [ - -11.616488843832396, - -6.62323313457381 + -11.6164888438324, + -6.623233134573818 ], [ - -11.464916328722444, - -6.558965261170473 + -11.464916328722454, + -6.558965261170486 ], [ - -11.4220116866508, - -6.536836252988798 + -11.422011686650801, + -6.5368362529888016 ], [ -11.4180521116085, @@ -60775,36 +73226,36 @@ -7.452071253643768 ], [ - -10.845311097367292, - -7.454649983043962 + -10.845311097367288, + -7.454649983043969 ], [ - -10.88386427134413, - -7.483704313026215 + -10.883864271344127, + -7.48370431302621 ], [ - -11.007532474090164, - -7.592381645152578 + -11.007532474090167, + -7.592381645152573 ], [ - -11.1347034104981, - -7.732006605156232 + -11.134703410498101, + -7.732006605156234 ], [ - -11.24574312563649, - -7.867912576017452 + -11.245743125636498, + -7.867912576017457 ], [ - -11.498974309709181, + -11.498974309709178, -8.195450936719515 ], [ - -11.735100859822806, - -8.59841856035087 + -11.735100859822815, + -8.598418560350872 ], [ - -11.91941188147779, - -8.990979266940556 + -11.919411881477794, + -8.990979266940554 ], [ -11.951861258109664, @@ -60855,36 +73306,36 @@ -9.635311248354387 ], [ - -11.417875309264872, - -9.619886236382895 + -11.417875309264868, + -9.619886236382913 ], [ - -10.994143858507622, - -9.527549251913578 + -10.994143858507607, + -9.527549251913566 ], [ - -10.54873637406071, - -9.387011619365225 + -10.54873637406069, + -9.387011619365223 ], [ - -10.173060844315241, - -9.21301361170784 + -10.173060844315245, + -9.213013611707837 ], [ - -10.01585365877165, - -9.134999817624996 + -10.015853658771649, + -9.134999817624989 ], [ -9.851431192485194, - -9.042086798606219 + -9.042086798606222 ], [ - -9.717959863997995, - -8.945702197344367 + -9.717959863998002, + -8.945702197344373 ], [ - -9.681055098448288, - -8.914580828574294 + -9.681055098448292, + -8.914580828574296 ], [ -9.677701873886344, @@ -61008,22 +73459,22 @@ ], [ -8.914580828574286, - -9.681055098448272 + -9.681055098448269 ], [ - -8.945702197344376, - -9.717959863998017 + -8.945702197344383, + -9.717959863998024 ], [ - -9.04208679860623, - -9.8514311924852 + -9.042086798606224, + -9.85143119248519 ], [ - -9.134999817624964, - -10.015853658771611 + -9.134999817624966, + -10.015853658771633 ], [ - -9.213013611707837, + -9.21301361170784, -10.173060844315234 ], [ @@ -61031,12 +73482,12 @@ -10.548736374060681 ], [ - -9.527549251913602, - -10.994143858507641 + -9.5275492519136, + -10.994143858507636 ], [ - -9.619886236382886, - -11.417875309264844 + -9.619886236382888, + -11.41787530926484 ], [ -9.635311248354391, @@ -61087,36 +73538,36 @@ -11.951861258109657 ], [ - -8.990979266940569, - -11.919411881477792 + -8.990979266940572, + -11.919411881477794 ], [ - -8.59841856035087, - -11.73510085982278 + -8.598418560350881, + -11.735100859822788 ], [ - -8.195450936719523, - -11.498974309709173 + -8.19545093671953, + -11.498974309709183 ], [ - -7.8679125760174555, - -11.24574312563647 + -7.867912576017476, + -11.24574312563649 ], [ - -7.7320066051562515, - -11.134703410498101 + -7.732006605156242, + -11.134703410498087 ], [ - -7.592381645152576, - -11.00753247409017 + -7.592381645152572, + -11.007532474090159 ], [ - -7.483704313026215, - -10.883864271344107 + -7.483704313026213, + -10.8838642713441 ], [ - -7.454649983043984, - -10.845311097367297 + -7.4546499830439865, + -10.845311097367299 ], [ -7.452071253643777, @@ -61239,36 +73690,36 @@ -11.4180521116085 ], [ - -6.536836252988794, - -11.422011686650785 + -6.536836252988789, + -11.422011686650784 ], [ - -6.558965261170492, - -11.46491632872247 + -6.558965261170487, + -11.464916328722456 ], [ - -6.62323313457381, - -11.6164888438324 + -6.623233134573807, + -11.616488843832398 ], [ - -6.677229189458828, - -11.797463987373586 + -6.677229189458816, + -11.797463987373568 ], [ - -6.718305125093598, - -11.968089362876396 + -6.71830512509359, + -11.968089362876372 ], [ - -6.804344969679316, - -12.373064121919366 + -6.804344969679322, + -12.373064121919363 ], [ - -6.842246540932411, - -12.838576876052079 + -6.842246540932417, + -12.838576876052082 ], [ - -6.837979326249073, - -13.272231406687398 + -6.837979326249079, + -13.272231406687407 ], [ -6.835606499050701, @@ -61319,36 +73770,36 @@ -13.669095037756964 ], [ - -6.113237981112017, - -13.621248443705868 + -6.11323798111201, + -13.621248443705857 ], [ - -5.771532651709001, - -13.354205509106745 + -5.771532651709007, + -13.354205509106738 ], [ - -5.431211368188393, - -13.034330412629183 + -5.431211368188381, + -13.034330412629167 ], [ - -5.168234317616389, - -12.714564121111932 + -5.168234317616385, + -12.714564121111918 ], [ - -5.060444454310454, - -12.576066479896493 + -5.060444454310455, + -12.576066479896491 ], [ - -4.952618379107202, - -12.421014507870481 + -4.952618379107203, + -12.421014507870483 ], [ - -4.874184578571494, - -12.276263943719329 + -4.874184578571503, + -12.276263943719345 ], [ - -4.854437589582386, - -12.23221218166304 + -4.85443758958239, + -12.232212181663044 ], [ -4.852762663603876, @@ -61471,36 +73922,36 @@ -12.58585353882113 ], [ - -3.831307412227349, - -12.590220914717403 + -3.831307412227353, + -12.590220914717419 ], [ - -3.8433344189477254, - -12.636974015403348 + -3.843334418947727, + -12.636974015403347 ], [ -3.8722629049608295, - -12.799047238316753 + -12.799047238316762 ], [ - -3.8846344080522623, - -12.98750020972911 + -3.8846344080522632, + -12.987500209729111 ], [ - -3.8867127663080705, - -13.162987906393907 + -3.886712766308065, + -13.162987906393887 ], [ - -3.880480050743492, - -13.576954769288687 + -3.880480050743488, + -13.576954769288688 ], [ - -3.813845017655494, - -14.039230039802927 + -3.8138450176554892, + -14.03923003980292 ], [ - -3.7131875797820704, - -14.461062401366677 + -3.71318757978207, + -14.461062401366682 ], [ -3.693135896877623, @@ -61552,35 +74003,35 @@ ], [ -2.9289534162517397, - -14.640058731586313 + -14.640058731586306 ], [ - -2.655237996088892, - -14.303674531858121 + -2.6552379960888914, + -14.303674531858125 ], [ - -2.39462818289266, - -13.916090762036054 + -2.3946281828926557, + -13.916090762036035 ], [ - -2.2093992098629296, - -13.545823780158651 + -2.2093992098629243, + -13.545823780158628 ], [ - -2.1351304879497137, - -13.386813062912513 + -2.135130487949715, + -13.386813062912527 ], [ - -2.0645101472000404, - -13.21165500858645 + -2.064510147200041, + -13.211655008586456 ], [ - -2.0202528765249013, - -13.053080480742492 + -2.0202528765249035, + -13.053080480742512 ], [ -2.0108034250130573, - -13.005739069900335 + -13.005739069900336 ], [ -2.0101162902386873, @@ -61703,36 +74154,36 @@ -13.1225477156497 ], [ - -0.9336608196703137, - -13.127103893935944 + -0.9336608196703131, + -13.127103893935939 ], [ - -0.9349827405920181, - -13.175361057543851 + -0.9349827405920172, + -13.175361057543864 ], [ - -0.9271212441313562, - -13.339807960104958 + -0.9271212441313547, + -13.339807960104947 ], [ - -0.8972478366053155, - -13.526288940490828 + -0.8972478366053154, + -13.526288940490808 ], [ - -0.860224399920723, - -13.697839272433978 + -0.8602243999207217, + -13.697839272433967 ], [ - -0.7620316585898128, - -14.100040212099962 + -0.7620316585898119, + -14.10004021209994 ], [ - -0.5942013799634293, - -14.535897586638749 + -0.5942013799634288, + -14.535897586638736 ], [ - -0.40220110314375707, - -14.924755343103586 + -0.40220110314375673, + -14.924755343103577 ], [ -0.36547603964259545, @@ -61783,36 +74234,36 @@ -14.995546914482555 ], [ - 0.40220110314375335, - -14.924755343103598 + 0.40220110314375374, + -14.924755343103595 ], [ - 0.5942013799634231, - -14.53589758663874 + 0.5942013799634223, + -14.53589758663873 ], [ - 0.762031658589806, - -14.100040212099962 + 0.7620316585898067, + -14.100040212099941 ], [ - 0.8602243999207188, - -13.697839272433992 + 0.8602243999207183, + -13.697839272433983 ], [ - 0.8972478366053112, - -13.526288940490852 + 0.8972478366053123, + -13.526288940490861 ], [ - 0.9271212441313533, - -13.339807960104967 + 0.9271212441313511, + -13.339807960104949 ], [ - 0.9349827405920118, - -13.175361057543851 + 0.934982740592011, + -13.175361057543848 ], [ - 0.9336608196703106, - -13.127103893935963 + 0.9336608196703101, + -13.12710389393596 ], [ 0.933325707433724, @@ -61935,36 +74386,36 @@ -13.001222555028312 ], [ - 2.0108034250130493, - -13.005739069900315 + 2.01080342501305, + -13.005739069900324 ], [ - 2.0202528765249013, - -13.053080480742521 + 2.0202528765248995, + -13.053080480742516 ], [ - 2.0645101472000307, - -13.211655008586435 + 2.064510147200034, + -13.211655008586433 ], [ - 2.135130487949708, - -13.386813062912518 + 2.1351304879497097, + -13.386813062912525 ], [ - 2.2093992098629145, - -13.545823780158607 + 2.209399209862919, + -13.545823780158637 ], [ - 2.394628182892654, - -13.916090762036049 + 2.3946281828926534, + -13.916090762036038 ], [ - 2.655237996088886, - -14.303674531858116 + 2.655237996088885, + -14.30367453185811 ], [ - 2.9289534162517334, - -14.6400587315863 + 2.9289534162517343, + -14.640058731586306 ], [ 2.9805103123151495, @@ -62015,35 +74466,35 @@ -14.53825117568114 ], [ - 3.713187579782071, - -14.4610624013667 + 3.7131875797820735, + -14.461062401366696 ], [ 3.8138450176554852, - -14.039230039802906 + -14.039230039802929 ], [ - 3.88048005074348, - -13.576954769288688 + 3.880480050743491, + -13.576954769288683 ], [ 3.8867127663080625, - -13.162987906393903 + -13.162987906393882 ], [ - 3.884634408052259, - -12.987500209729127 + 3.884634408052258, + -12.987500209729125 ], [ - 3.872262904960828, - -12.799047238316763 + 3.872262904960832, + -12.799047238316772 ], [ - 3.8433344189477125, - -12.636974015403341 + 3.843334418947717, + -12.636974015403345 ], [ - 3.8313074122273476, + 3.831307412227348, -12.590220914717419 ], [ @@ -62167,36 +74618,36 @@ -12.227961807120273 ], [ - 4.854437589582384, - -12.232212181663046 + 4.854437589582377, + -12.232212181663023 ], [ - 4.874184578571504, - -12.27626394371936 + 4.8741845785715014, + -12.276263943719357 ], [ - 4.952618379107194, - -12.421014507870485 + 4.952618379107193, + -12.421014507870462 ], [ - 5.060444454310449, - -12.576066479896493 + 5.060444454310443, + -12.576066479896488 ], [ - 5.168234317616386, - -12.714564121111916 + 5.168234317616383, + -12.71456412111191 ], [ - 5.431211368188382, - -13.034330412629176 + 5.431211368188375, + -13.03433041262918 ], [ - 5.7715326517090055, - -13.354205509106762 + 5.771532651708999, + -13.354205509106757 ], [ - 6.113237981112, - -13.621248443705841 + 6.113237981111997, + -13.621248443705833 ], [ 6.177041431686202, @@ -62247,36 +74698,36 @@ -13.351946816480957 ], [ - 6.8379793262490685, - -13.272231406687405 + 6.837979326249067, + -13.2722314066874 ], [ - 6.842246540932402, + 6.842246540932416, -12.838576876052068 ], [ - 6.804344969679319, - -12.37306412191938 + 6.80434496967931, + -12.373064121919384 ], [ - 6.718305125093599, - -11.968089362876375 + 6.718305125093605, + -11.96808936287638 ], [ - 6.677229189458821, - -11.797463987373588 + 6.677229189458813, + -11.797463987373593 ], [ - 6.6232331345738125, - -11.616488843832418 + 6.623233134573815, + -11.616488843832416 ], [ - 6.558965261170474, - -11.464916328722465 + 6.558965261170482, + -11.464916328722461 ], [ 6.536836252988797, - -11.42201168665081 + -11.422011686650809 ], [ 6.53455747562545, @@ -62400,35 +74851,35 @@ ], [ 7.454649983043977, - -10.84531109736729 + -10.845311097367293 ], [ - 7.48370431302621, - -10.88386427134411 + 7.483704313026217, + -10.883864271344116 ], [ - 7.59238164515257, - -11.00753247409015 + 7.592381645152575, + -11.00753247409017 ], [ - 7.732006605156243, - -11.134703410498087 + 7.732006605156245, + -11.134703410498089 ], [ - 7.867912576017452, - -11.245743125636464 + 7.8679125760174555, + -11.24574312563649 ], [ 8.19545093671953, - -11.498974309709187 + -11.498974309709189 ], [ - 8.598418560350883, - -11.73510085982281 + 8.598418560350884, + -11.735100859822818 ], [ - 8.990979266940563, - -11.919411881477792 + 8.990979266940561, + -11.919411881477794 ], [ 9.063829900593754, @@ -62479,36 +74930,36 @@ -11.496120091027912 ], [ - 9.619886236382888, - -11.417875309264856 + 9.61988623638289, + -11.41787530926486 ], [ - 9.527549251913571, - -10.994143858507647 + 9.527549251913593, + -10.994143858507659 ], [ - 9.387011619365223, - -10.548736374060693 + 9.387011619365214, + -10.54873637406069 ], [ - 9.213013611707849, - -10.173060844315273 + 9.213013611707844, + -10.173060844315264 ], [ - 9.13499981762498, - -10.01585365877165 + 9.134999817624987, + -10.015853658771645 ], [ - 9.04208679860622, - -9.85143119248522 + 9.042086798606222, + -9.851431192485215 ], [ 8.94570219734436, - -9.717959863998004 + -9.717959863998006 ], [ 8.914580828574298, - -9.6810550984483 + -9.681055098448299 ], [ 8.91147809658064, @@ -62631,36 +75082,36 @@ -8.911478096580643 ], [ - 9.681055098448285, - -8.914580828574296 + 9.681055098448303, + -8.914580828574309 ], [ - 9.71795986399801, - -8.94570219734438 + 9.717959863998, + -8.94570219734437 ], [ - 9.851431192485206, - -9.042086798606237 + 9.85143119248521, + -9.04208679860623 ], [ - 10.015853658771634, - -9.134999817624955 + 10.015853658771626, + -9.134999817624967 ], [ - 10.173060844315252, - -9.21301361170784 + 10.173060844315247, + -9.213013611707831 ], [ - 10.54873637406069, + 10.548736374060695, -9.387011619365218 ], [ - 10.99414385850763, + 10.994143858507638, -9.527549251913586 ], [ - 11.417875309264852, - -9.619886236382884 + 11.417875309264858, + -9.619886236382888 ], [ 11.496120091027908, @@ -62711,36 +75162,36 @@ -9.06382990059376 ], [ - 11.919411881477792, - -8.990979266940569 + 11.919411881477794, + -8.990979266940572 ], [ - 11.73510085982278, - -8.59841856035087 + 11.735100859822788, + -8.598418560350881 ], [ - 11.498974309709173, - -8.195450936719523 + 11.498974309709183, + -8.19545093671953 ], [ - 11.24574312563647, - -7.8679125760174555 + 11.24574312563649, + -7.867912576017476 ], [ - 11.134703410498101, - -7.7320066051562515 + 11.134703410498087, + -7.732006605156242 ], [ - 11.00753247409017, - -7.592381645152576 + 11.007532474090159, + -7.592381645152572 ], [ - 10.883864271344107, - -7.483704313026215 + 10.8838642713441, + -7.483704313026213 ], [ - 10.845311097367297, - -7.454649983043984 + 10.845311097367299, + -7.4546499830439865 ], [ 10.841539994681378, @@ -62863,35 +75314,35 @@ -6.534557475625455 ], [ - 11.42201168665079, - -6.536836252988788 + 11.422011686650787, + -6.536836252988786 ], [ - 11.464916328722467, - -6.558965261170502 + 11.464916328722476, + -6.5589652611705 ], [ - 11.6164888438324, - -6.623233134573805 + 11.616488843832416, + -6.623233134573811 ], [ - 11.797463987373572, - -6.67722918945882 + 11.797463987373577, + -6.677229189458823 ], [ - 11.968089362876396, - -6.718305125093603 + 11.968089362876386, + -6.718305125093593 ], [ - 12.373064121919375, - -6.804344969679326 + 12.373064121919386, + -6.804344969679327 ], [ - 12.838576876052066, - -6.84224654093241 + 12.838576876052059, + -6.842246540932408 ], [ - 13.27223140668739, + 13.272231406687387, -6.837979326249071 ], [ @@ -62943,36 +75394,36 @@ -6.177041431686208 ], [ - 13.62124844370587, - -6.1132379811120146 + 13.621248443705861, + -6.113237981112012 ], [ - 13.354205509106718, - -5.7715326517090055 + 13.354205509106707, + -5.771532651709007 ], [ - 13.034330412629213, - -5.431211368188398 + 13.034330412629188, + -5.431211368188393 ], [ - 12.714564121111932, - -5.168234317616402 + 12.714564121111904, + -5.16823431761639 ], [ - 12.576066479896514, - -5.060444454310462 + 12.576066479896497, + -5.0604444543104545 ], [ - 12.421014507870469, - -4.952618379107204 + 12.421014507870481, + -4.952618379107207 ], [ - 12.276263943719353, - -4.874184578571505 + 12.276263943719357, + -4.874184578571503 ], [ - 12.23221218166304, - -4.854437589582391 + 12.232212181663044, + -4.854437589582389 ], [ 12.22796180712027, @@ -63175,36 +75626,36 @@ -2.9805103123151553 ], [ - 14.640058731586304, - -2.928953416251739 + 14.640058731586295, + -2.9289534162517388 ], [ - 14.303674531858121, - -2.65523799608889 + 14.303674531858125, + -2.6552379960888923 ], [ - 13.91609076203602, - -2.394628182892655 + 13.91609076203604, + -2.3946281828926566 ], [ - 13.545823780158639, - -2.2093992098629265 + 13.545823780158658, + -2.20939920986293 ], [ - 13.386813062912536, - -2.1351304879497146 + 13.386813062912521, + -2.135130487949714 ], [ - 13.211655008586442, + 13.211655008586439, -2.06451014720004 ], [ - 13.053080480742503, + 13.053080480742484, -2.0202528765249017 ], [ - 13.005739069900336, - -2.010803425013057 + 13.005739069900333, + -2.0108034250130578 ], [ 13.001222555028312, @@ -63278,7 +75729,7 @@ "kind": "fix", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "center", "kind": "point", "subentity": "geometry" @@ -63291,7 +75742,7 @@ "kind": "radius", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "root_circle", "kind": "circle", "subentity": "geometry" @@ -63305,7 +75756,7 @@ "kind": "radius", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "pitch_circle", "kind": "circle", "subentity": "geometry" @@ -63319,7 +75770,7 @@ "kind": "radius", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "tip_circle", "kind": "circle", "subentity": "geometry" @@ -63333,13 +75784,13 @@ "kind": "concentric", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "root_circle", "kind": "circle", "subentity": "geometry" }, { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "pitch_circle", "kind": "circle", "subentity": "geometry" @@ -63352,13 +75803,13 @@ "kind": "concentric", "targets": [ { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "tip_circle", "kind": "circle", "subentity": "geometry" }, { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "entity_id": "pitch_circle", "kind": "circle", "subentity": "geometry" @@ -63373,7 +75824,7 @@ "tolerance": 1e-07, "max_iterations": 80.0, "solve_snapshot": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "status": "underconstrained", "dof": 336.0, "residual_norm": 0.0, @@ -64097,7 +76548,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_0", "kind": "arc", @@ -64116,7 +76567,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_0", "kind": "bspline", @@ -64135,7 +76586,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_0", "kind": "bspline", @@ -64154,7 +76605,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_0", "kind": "arc", @@ -64173,7 +76624,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_0", "kind": "bspline", @@ -64192,7 +76643,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_0", "kind": "bspline", @@ -64211,7 +76662,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_1", "kind": "arc", @@ -64230,7 +76681,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_1", "kind": "bspline", @@ -64249,7 +76700,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_1", "kind": "bspline", @@ -64268,7 +76719,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_1", "kind": "arc", @@ -64287,7 +76738,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_1", "kind": "bspline", @@ -64306,7 +76757,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_1", "kind": "bspline", @@ -64325,7 +76776,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_2", "kind": "arc", @@ -64344,7 +76795,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_2", "kind": "bspline", @@ -64363,7 +76814,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_2", "kind": "bspline", @@ -64382,7 +76833,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_2", "kind": "arc", @@ -64401,7 +76852,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_2", "kind": "bspline", @@ -64420,7 +76871,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_2", "kind": "bspline", @@ -64439,7 +76890,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_3", "kind": "arc", @@ -64458,7 +76909,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_3", "kind": "bspline", @@ -64477,7 +76928,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_3", "kind": "bspline", @@ -64496,7 +76947,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_3", "kind": "arc", @@ -64515,7 +76966,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_3", "kind": "bspline", @@ -64534,7 +76985,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_3", "kind": "bspline", @@ -64553,7 +77004,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_4", "kind": "arc", @@ -64572,7 +77023,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_4", "kind": "bspline", @@ -64591,7 +77042,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_4", "kind": "bspline", @@ -64610,7 +77061,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_4", "kind": "arc", @@ -64629,7 +77080,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_4", "kind": "bspline", @@ -64648,7 +77099,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_4", "kind": "bspline", @@ -64667,7 +77118,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_5", "kind": "arc", @@ -64686,7 +77137,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_5", "kind": "bspline", @@ -64705,7 +77156,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_5", "kind": "bspline", @@ -64724,7 +77175,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_5", "kind": "arc", @@ -64743,7 +77194,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_5", "kind": "bspline", @@ -64762,7 +77213,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_5", "kind": "bspline", @@ -64781,7 +77232,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_6", "kind": "arc", @@ -64800,7 +77251,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_6", "kind": "bspline", @@ -64819,7 +77270,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_6", "kind": "bspline", @@ -64838,7 +77289,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_6", "kind": "arc", @@ -64857,7 +77308,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_6", "kind": "bspline", @@ -64876,7 +77327,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_6", "kind": "bspline", @@ -64895,7 +77346,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_7", "kind": "arc", @@ -64914,7 +77365,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_7", "kind": "bspline", @@ -64933,7 +77384,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_7", "kind": "bspline", @@ -64952,7 +77403,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_7", "kind": "arc", @@ -64971,7 +77422,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_7", "kind": "bspline", @@ -64990,7 +77441,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_7", "kind": "bspline", @@ -65009,7 +77460,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_8", "kind": "arc", @@ -65028,7 +77479,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_8", "kind": "bspline", @@ -65047,7 +77498,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_8", "kind": "bspline", @@ -65066,7 +77517,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_8", "kind": "arc", @@ -65085,7 +77536,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_8", "kind": "bspline", @@ -65104,7 +77555,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_8", "kind": "bspline", @@ -65123,7 +77574,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_9", "kind": "arc", @@ -65142,7 +77593,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_9", "kind": "bspline", @@ -65161,7 +77612,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_9", "kind": "bspline", @@ -65180,7 +77631,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_9", "kind": "arc", @@ -65199,7 +77650,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_9", "kind": "bspline", @@ -65218,7 +77669,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_9", "kind": "bspline", @@ -65237,7 +77688,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_10", "kind": "arc", @@ -65256,7 +77707,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_10", "kind": "bspline", @@ -65275,7 +77726,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_10", "kind": "bspline", @@ -65294,7 +77745,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_10", "kind": "arc", @@ -65313,7 +77764,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_10", "kind": "bspline", @@ -65332,7 +77783,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_10", "kind": "bspline", @@ -65351,7 +77802,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_11", "kind": "arc", @@ -65370,7 +77821,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_11", "kind": "bspline", @@ -65389,7 +77840,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_11", "kind": "bspline", @@ -65408,7 +77859,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_11", "kind": "arc", @@ -65427,7 +77878,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_11", "kind": "bspline", @@ -65446,7 +77897,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_11", "kind": "bspline", @@ -65465,7 +77916,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_12", "kind": "arc", @@ -65484,7 +77935,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_12", "kind": "bspline", @@ -65503,7 +77954,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_12", "kind": "bspline", @@ -65522,7 +77973,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_12", "kind": "arc", @@ -65541,7 +77992,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_12", "kind": "bspline", @@ -65560,7 +78011,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_12", "kind": "bspline", @@ -65579,7 +78030,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_13", "kind": "arc", @@ -65598,7 +78049,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_13", "kind": "bspline", @@ -65617,7 +78068,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_13", "kind": "bspline", @@ -65636,7 +78087,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_13", "kind": "arc", @@ -65655,7 +78106,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_13", "kind": "bspline", @@ -65674,7 +78125,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_13", "kind": "bspline", @@ -65693,7 +78144,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_14", "kind": "arc", @@ -65712,7 +78163,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_14", "kind": "bspline", @@ -65731,7 +78182,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_14", "kind": "bspline", @@ -65750,7 +78201,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_14", "kind": "arc", @@ -65769,7 +78220,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_14", "kind": "bspline", @@ -65788,7 +78239,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_14", "kind": "bspline", @@ -65807,7 +78258,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_15", "kind": "arc", @@ -65826,7 +78277,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_15", "kind": "bspline", @@ -65845,7 +78296,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_15", "kind": "bspline", @@ -65864,7 +78315,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_15", "kind": "arc", @@ -65883,7 +78334,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_15", "kind": "bspline", @@ -65902,7 +78353,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_15", "kind": "bspline", @@ -65921,7 +78372,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_16", "kind": "arc", @@ -65940,7 +78391,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_16", "kind": "bspline", @@ -65959,7 +78410,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_16", "kind": "bspline", @@ -65978,7 +78429,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_16", "kind": "arc", @@ -65997,7 +78448,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_16", "kind": "bspline", @@ -66016,7 +78467,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_16", "kind": "bspline", @@ -66035,7 +78486,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_17", "kind": "arc", @@ -66054,7 +78505,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_17", "kind": "bspline", @@ -66073,7 +78524,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_17", "kind": "bspline", @@ -66092,7 +78543,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_17", "kind": "arc", @@ -66111,7 +78562,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_17", "kind": "bspline", @@ -66130,7 +78581,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_17", "kind": "bspline", @@ -66149,7 +78600,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_18", "kind": "arc", @@ -66168,7 +78619,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_18", "kind": "bspline", @@ -66187,7 +78638,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_18", "kind": "bspline", @@ -66206,7 +78657,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_18", "kind": "arc", @@ -66225,7 +78676,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_18", "kind": "bspline", @@ -66244,7 +78695,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_18", "kind": "bspline", @@ -66263,7 +78714,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_19", "kind": "arc", @@ -66282,7 +78733,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_19", "kind": "bspline", @@ -66301,7 +78752,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_19", "kind": "bspline", @@ -66320,7 +78771,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_19", "kind": "arc", @@ -66339,7 +78790,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_19", "kind": "bspline", @@ -66358,7 +78809,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_19", "kind": "bspline", @@ -66377,7 +78828,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_20", "kind": "arc", @@ -66396,7 +78847,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_20", "kind": "bspline", @@ -66415,7 +78866,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_20", "kind": "bspline", @@ -66434,7 +78885,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_20", "kind": "arc", @@ -66453,7 +78904,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_20", "kind": "bspline", @@ -66472,7 +78923,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_20", "kind": "bspline", @@ -66491,7 +78942,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_21", "kind": "arc", @@ -66510,7 +78961,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_21", "kind": "bspline", @@ -66529,7 +78980,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_21", "kind": "bspline", @@ -66548,7 +78999,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_21", "kind": "arc", @@ -66567,7 +79018,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_21", "kind": "bspline", @@ -66586,7 +79037,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_21", "kind": "bspline", @@ -66605,7 +79056,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_22", "kind": "arc", @@ -66624,7 +79075,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_22", "kind": "bspline", @@ -66643,7 +79094,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_22", "kind": "bspline", @@ -66662,7 +79113,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_22", "kind": "arc", @@ -66681,7 +79132,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_22", "kind": "bspline", @@ -66700,7 +79151,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_22", "kind": "bspline", @@ -66719,7 +79170,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_23", "kind": "arc", @@ -66738,7 +79189,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_23", "kind": "bspline", @@ -66757,7 +79208,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_23", "kind": "bspline", @@ -66776,7 +79227,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_23", "kind": "arc", @@ -66795,7 +79246,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_23", "kind": "bspline", @@ -66814,7 +79265,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_23", "kind": "bspline", @@ -66833,7 +79284,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_24", "kind": "arc", @@ -66852,7 +79303,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_24", "kind": "bspline", @@ -66871,7 +79322,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_24", "kind": "bspline", @@ -66890,7 +79341,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_24", "kind": "arc", @@ -66909,7 +79360,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_24", "kind": "bspline", @@ -66928,7 +79379,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_24", "kind": "bspline", @@ -66947,7 +79398,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_25", "kind": "arc", @@ -66966,7 +79417,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_25", "kind": "bspline", @@ -66985,7 +79436,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_25", "kind": "bspline", @@ -67004,7 +79455,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_25", "kind": "arc", @@ -67023,7 +79474,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_25", "kind": "bspline", @@ -67042,7 +79493,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_25", "kind": "bspline", @@ -67061,7 +79512,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_26", "kind": "arc", @@ -67080,7 +79531,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_26", "kind": "bspline", @@ -67099,7 +79550,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_26", "kind": "bspline", @@ -67118,7 +79569,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_26", "kind": "arc", @@ -67137,7 +79588,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_26", "kind": "bspline", @@ -67156,7 +79607,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_26", "kind": "bspline", @@ -67175,7 +79626,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_root_27", "kind": "arc", @@ -67194,7 +79645,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_left_27", "kind": "bspline", @@ -67213,7 +79664,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_left_27", "kind": "bspline", @@ -67232,7 +79683,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "arc_tip_27", "kind": "arc", @@ -67251,7 +79702,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "bspline_right_27", "kind": "bspline", @@ -67270,7 +79721,7 @@ ], "metadata": { "sketch_ref": { - "sketch_id": "sketch_65c83b20", + "sketch_id": "sketch_153e882b", "sketch_name": "gear_28t_m1.0", "entity_id": "fillet_right_27", "kind": "bspline", @@ -67286,13 +79737,13 @@ ], "semantic_delta_log": [ { - "node_id": "node_073237c0", + "node_id": "node_1cfbd7a6", "op": "make_sketch_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_073237c0", + "graph_id": "graph_ff292a54", + "node_id": "node_1cfbd7a6", "entity_type": "Sketch", "entity_id": "make_sketch_rsketch:0" } @@ -67305,13 +79756,13 @@ } }, { - "node_id": "node_c9f368b3", + "node_id": "node_3d8e6e39", "op": "make_cylinder_rsolid", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9f368b3", + "graph_id": "graph_ff292a54", + "node_id": "node_3d8e6e39", "entity_type": "Body", "entity_id": "make_cylinder_rsolid:0" } @@ -67324,13 +79775,165 @@ } }, { - "node_id": "node_b369469c", + "node_id": "node_a5e16537", + "op": "make_cone_rsolid", + "delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_a5e16537", + "entity_type": "Body", + "entity_id": "make_cone_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cone_rsolid" + } + } + }, + { + "node_id": "node_cf18edc3", + "op": "make_cylinder_rsolid", + "delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_cf18edc3", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_d9537c9c", + "op": "make_cylinder_rsolid", + "delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_d9537c9c", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_ec33a825", + "op": "make_cylinder_rsolid", + "delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_ec33a825", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_4e3cc73e", + "op": "make_cylinder_rsolid", + "delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_4e3cc73e", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_33c8aee0", + "op": "make_cylinder_rsolid", + "delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_33c8aee0", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_731b6d5c", + "op": "make_cylinder_rsolid", + "delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_731b6d5c", + "entity_type": "Body", + "entity_id": "make_cylinder_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_cylinder_rsolid" + } + } + }, + { + "node_id": "node_b154936b", + "op": "make_box_rsolid", + "delta": { + "created": [ + { + "graph_id": "graph_ff292a54", + "node_id": "node_b154936b", + "entity_type": "Body", + "entity_id": "make_box_rsolid:0" + } + ], + "modified": [], + "deleted": [], + "metadata": { + "op": "make_box_rsolid" + } + } + }, + { + "node_id": "node_2bf76cb4", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b369469c", + "graph_id": "graph_ff292a54", + "node_id": "node_2bf76cb4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67343,13 +79946,13 @@ } }, { - "node_id": "node_8b33cef6", + "node_id": "node_8d4c5a3a", "op": "make_constrain_fix_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8b33cef6", + "graph_id": "graph_ff292a54", + "node_id": "node_8d4c5a3a", "entity_type": "Sketch", "entity_id": "make_constrain_fix_rsketch:0" } @@ -67362,13 +79965,13 @@ } }, { - "node_id": "node_0b92df99", + "node_id": "node_1d5d7ccd", "op": "make_add_circle_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0b92df99", + "graph_id": "graph_ff292a54", + "node_id": "node_1d5d7ccd", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0" } @@ -67381,13 +79984,13 @@ } }, { - "node_id": "node_ed922650", + "node_id": "node_4bab5c2f", "op": "make_add_circle_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ed922650", + "graph_id": "graph_ff292a54", + "node_id": "node_4bab5c2f", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0" } @@ -67400,13 +80003,13 @@ } }, { - "node_id": "node_4d966503", + "node_id": "node_e9ca5e28", "op": "make_add_circle_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4d966503", + "graph_id": "graph_ff292a54", + "node_id": "node_e9ca5e28", "entity_type": "Sketch", "entity_id": "make_add_circle_rsketch:0" } @@ -67419,13 +80022,13 @@ } }, { - "node_id": "node_56ea5cec", + "node_id": "node_013669ab", "op": "make_constrain_radius_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_56ea5cec", + "graph_id": "graph_ff292a54", + "node_id": "node_013669ab", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0" } @@ -67438,13 +80041,13 @@ } }, { - "node_id": "node_fbe7fde3", + "node_id": "node_1209e4ae", "op": "make_constrain_radius_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fbe7fde3", + "graph_id": "graph_ff292a54", + "node_id": "node_1209e4ae", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0" } @@ -67457,13 +80060,13 @@ } }, { - "node_id": "node_b971e4a6", + "node_id": "node_decc77d3", "op": "make_constrain_radius_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b971e4a6", + "graph_id": "graph_ff292a54", + "node_id": "node_decc77d3", "entity_type": "Sketch", "entity_id": "make_constrain_radius_rsketch:0" } @@ -67476,13 +80079,13 @@ } }, { - "node_id": "node_90bbb001", + "node_id": "node_10ee74ee", "op": "make_constrain_concentric_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_90bbb001", + "graph_id": "graph_ff292a54", + "node_id": "node_10ee74ee", "entity_type": "Sketch", "entity_id": "make_constrain_concentric_rsketch:0" } @@ -67495,13 +80098,13 @@ } }, { - "node_id": "node_ac4f7841", + "node_id": "node_285b3e80", "op": "make_constrain_concentric_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ac4f7841", + "graph_id": "graph_ff292a54", + "node_id": "node_285b3e80", "entity_type": "Sketch", "entity_id": "make_constrain_concentric_rsketch:0" } @@ -67514,13 +80117,13 @@ } }, { - "node_id": "node_97d35a8d", + "node_id": "node_e11edc3a", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_97d35a8d", + "graph_id": "graph_ff292a54", + "node_id": "node_e11edc3a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67533,13 +80136,13 @@ } }, { - "node_id": "node_08917a0b", + "node_id": "node_d9149610", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_08917a0b", + "graph_id": "graph_ff292a54", + "node_id": "node_d9149610", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67552,13 +80155,13 @@ } }, { - "node_id": "node_e055b0c5", + "node_id": "node_4afdb7c6", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e055b0c5", + "graph_id": "graph_ff292a54", + "node_id": "node_4afdb7c6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67571,13 +80174,13 @@ } }, { - "node_id": "node_0a33fb50", + "node_id": "node_804967f4", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0a33fb50", + "graph_id": "graph_ff292a54", + "node_id": "node_804967f4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67590,13 +80193,13 @@ } }, { - "node_id": "node_22874959", + "node_id": "node_d91df3c1", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_22874959", + "graph_id": "graph_ff292a54", + "node_id": "node_d91df3c1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67609,13 +80212,13 @@ } }, { - "node_id": "node_716f895e", + "node_id": "node_c07da602", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_716f895e", + "graph_id": "graph_ff292a54", + "node_id": "node_c07da602", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67628,13 +80231,13 @@ } }, { - "node_id": "node_da720774", + "node_id": "node_1d4814c6", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_da720774", + "graph_id": "graph_ff292a54", + "node_id": "node_1d4814c6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67647,13 +80250,13 @@ } }, { - "node_id": "node_a2af2ce0", + "node_id": "node_6df5389e", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a2af2ce0", + "graph_id": "graph_ff292a54", + "node_id": "node_6df5389e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67666,13 +80269,13 @@ } }, { - "node_id": "node_75676d8a", + "node_id": "node_57ec8bf7", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_75676d8a", + "graph_id": "graph_ff292a54", + "node_id": "node_57ec8bf7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67685,13 +80288,13 @@ } }, { - "node_id": "node_3a843e10", + "node_id": "node_3ebe5205", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3a843e10", + "graph_id": "graph_ff292a54", + "node_id": "node_3ebe5205", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67704,13 +80307,13 @@ } }, { - "node_id": "node_e5501e4e", + "node_id": "node_a490dac8", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e5501e4e", + "graph_id": "graph_ff292a54", + "node_id": "node_a490dac8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67723,13 +80326,13 @@ } }, { - "node_id": "node_90571c07", + "node_id": "node_915e3763", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_90571c07", + "graph_id": "graph_ff292a54", + "node_id": "node_915e3763", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67742,13 +80345,13 @@ } }, { - "node_id": "node_fe7b1596", + "node_id": "node_1e5a77dd", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fe7b1596", + "graph_id": "graph_ff292a54", + "node_id": "node_1e5a77dd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67761,13 +80364,13 @@ } }, { - "node_id": "node_cbd42eff", + "node_id": "node_a225f6d8", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cbd42eff", + "graph_id": "graph_ff292a54", + "node_id": "node_a225f6d8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67780,13 +80383,13 @@ } }, { - "node_id": "node_378b5248", + "node_id": "node_860c857f", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_378b5248", + "graph_id": "graph_ff292a54", + "node_id": "node_860c857f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67799,13 +80402,13 @@ } }, { - "node_id": "node_9286c0fd", + "node_id": "node_0f29984c", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9286c0fd", + "graph_id": "graph_ff292a54", + "node_id": "node_0f29984c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67818,13 +80421,13 @@ } }, { - "node_id": "node_d196b036", + "node_id": "node_bab6503b", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d196b036", + "graph_id": "graph_ff292a54", + "node_id": "node_bab6503b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67837,13 +80440,13 @@ } }, { - "node_id": "node_814b4fc5", + "node_id": "node_3c66884e", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_814b4fc5", + "graph_id": "graph_ff292a54", + "node_id": "node_3c66884e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67856,13 +80459,13 @@ } }, { - "node_id": "node_7d711f2a", + "node_id": "node_8b049c56", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7d711f2a", + "graph_id": "graph_ff292a54", + "node_id": "node_8b049c56", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67875,13 +80478,13 @@ } }, { - "node_id": "node_ade6ad44", + "node_id": "node_899d5ed4", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ade6ad44", + "graph_id": "graph_ff292a54", + "node_id": "node_899d5ed4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67894,13 +80497,13 @@ } }, { - "node_id": "node_934099f8", + "node_id": "node_4cbd40c5", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_934099f8", + "graph_id": "graph_ff292a54", + "node_id": "node_4cbd40c5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67913,13 +80516,13 @@ } }, { - "node_id": "node_b92873a0", + "node_id": "node_0b5ca1b2", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b92873a0", + "graph_id": "graph_ff292a54", + "node_id": "node_0b5ca1b2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67932,13 +80535,13 @@ } }, { - "node_id": "node_a34074cf", + "node_id": "node_2845444e", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a34074cf", + "graph_id": "graph_ff292a54", + "node_id": "node_2845444e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67951,13 +80554,13 @@ } }, { - "node_id": "node_d71c6f62", + "node_id": "node_b8a24329", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d71c6f62", + "graph_id": "graph_ff292a54", + "node_id": "node_b8a24329", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67970,13 +80573,13 @@ } }, { - "node_id": "node_6a9a144b", + "node_id": "node_f9da067a", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6a9a144b", + "graph_id": "graph_ff292a54", + "node_id": "node_f9da067a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -67989,13 +80592,13 @@ } }, { - "node_id": "node_ad4e2099", + "node_id": "node_8d6ee2bb", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ad4e2099", + "graph_id": "graph_ff292a54", + "node_id": "node_8d6ee2bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68008,13 +80611,13 @@ } }, { - "node_id": "node_e088d228", + "node_id": "node_32f0f563", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e088d228", + "graph_id": "graph_ff292a54", + "node_id": "node_32f0f563", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68027,13 +80630,13 @@ } }, { - "node_id": "node_28ec8bc3", + "node_id": "node_d6841ef1", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_28ec8bc3", + "graph_id": "graph_ff292a54", + "node_id": "node_d6841ef1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68046,13 +80649,13 @@ } }, { - "node_id": "node_335182e9", + "node_id": "node_b403f325", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_335182e9", + "graph_id": "graph_ff292a54", + "node_id": "node_b403f325", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68065,13 +80668,13 @@ } }, { - "node_id": "node_70712040", + "node_id": "node_84d560ff", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_70712040", + "graph_id": "graph_ff292a54", + "node_id": "node_84d560ff", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68084,13 +80687,13 @@ } }, { - "node_id": "node_d7f21eb5", + "node_id": "node_11e09abe", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d7f21eb5", + "graph_id": "graph_ff292a54", + "node_id": "node_11e09abe", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68103,13 +80706,13 @@ } }, { - "node_id": "node_6f653acd", + "node_id": "node_cdc748ba", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6f653acd", + "graph_id": "graph_ff292a54", + "node_id": "node_cdc748ba", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68122,13 +80725,13 @@ } }, { - "node_id": "node_372ed6fe", + "node_id": "node_f5fe38d2", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_372ed6fe", + "graph_id": "graph_ff292a54", + "node_id": "node_f5fe38d2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68141,13 +80744,13 @@ } }, { - "node_id": "node_eac0df97", + "node_id": "node_68c1b9b1", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_eac0df97", + "graph_id": "graph_ff292a54", + "node_id": "node_68c1b9b1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68160,13 +80763,13 @@ } }, { - "node_id": "node_dcc6664e", + "node_id": "node_430a9cbb", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dcc6664e", + "graph_id": "graph_ff292a54", + "node_id": "node_430a9cbb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68179,13 +80782,13 @@ } }, { - "node_id": "node_b6d020e4", + "node_id": "node_fb72cc6f", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b6d020e4", + "graph_id": "graph_ff292a54", + "node_id": "node_fb72cc6f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68198,13 +80801,13 @@ } }, { - "node_id": "node_1108b8ef", + "node_id": "node_70806504", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1108b8ef", + "graph_id": "graph_ff292a54", + "node_id": "node_70806504", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68217,13 +80820,13 @@ } }, { - "node_id": "node_f33c7093", + "node_id": "node_863d5150", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f33c7093", + "graph_id": "graph_ff292a54", + "node_id": "node_863d5150", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68236,13 +80839,13 @@ } }, { - "node_id": "node_b467d054", + "node_id": "node_02ec5d37", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b467d054", + "graph_id": "graph_ff292a54", + "node_id": "node_02ec5d37", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68255,13 +80858,13 @@ } }, { - "node_id": "node_add70a73", + "node_id": "node_cb76c79d", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_add70a73", + "graph_id": "graph_ff292a54", + "node_id": "node_cb76c79d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68274,13 +80877,13 @@ } }, { - "node_id": "node_5edceb20", + "node_id": "node_2f70c2b2", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5edceb20", + "graph_id": "graph_ff292a54", + "node_id": "node_2f70c2b2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68293,13 +80896,13 @@ } }, { - "node_id": "node_6d05c7cb", + "node_id": "node_d5c2fe5c", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6d05c7cb", + "graph_id": "graph_ff292a54", + "node_id": "node_d5c2fe5c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68312,13 +80915,13 @@ } }, { - "node_id": "node_c09b3820", + "node_id": "node_0d222b9c", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c09b3820", + "graph_id": "graph_ff292a54", + "node_id": "node_0d222b9c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68331,13 +80934,13 @@ } }, { - "node_id": "node_22ba1ad6", + "node_id": "node_32e158c2", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_22ba1ad6", + "graph_id": "graph_ff292a54", + "node_id": "node_32e158c2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68350,13 +80953,13 @@ } }, { - "node_id": "node_c9cc91bf", + "node_id": "node_e15bfba8", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9cc91bf", + "graph_id": "graph_ff292a54", + "node_id": "node_e15bfba8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68369,13 +80972,13 @@ } }, { - "node_id": "node_a1c383ce", + "node_id": "node_261b4ca9", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a1c383ce", + "graph_id": "graph_ff292a54", + "node_id": "node_261b4ca9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68388,13 +80991,13 @@ } }, { - "node_id": "node_53612d91", + "node_id": "node_75856c7f", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_53612d91", + "graph_id": "graph_ff292a54", + "node_id": "node_75856c7f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68407,13 +81010,13 @@ } }, { - "node_id": "node_6af157ab", + "node_id": "node_58b7bd9b", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6af157ab", + "graph_id": "graph_ff292a54", + "node_id": "node_58b7bd9b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68426,13 +81029,13 @@ } }, { - "node_id": "node_34d90bc9", + "node_id": "node_334d5315", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_34d90bc9", + "graph_id": "graph_ff292a54", + "node_id": "node_334d5315", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68445,13 +81048,13 @@ } }, { - "node_id": "node_fd271d8f", + "node_id": "node_6d9e9c46", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fd271d8f", + "graph_id": "graph_ff292a54", + "node_id": "node_6d9e9c46", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68464,13 +81067,13 @@ } }, { - "node_id": "node_0f1e9b54", + "node_id": "node_50646193", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0f1e9b54", + "graph_id": "graph_ff292a54", + "node_id": "node_50646193", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68483,13 +81086,13 @@ } }, { - "node_id": "node_521deffe", + "node_id": "node_fdaf5a5b", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_521deffe", + "graph_id": "graph_ff292a54", + "node_id": "node_fdaf5a5b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68502,13 +81105,13 @@ } }, { - "node_id": "node_136fd754", + "node_id": "node_84ca9449", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_136fd754", + "graph_id": "graph_ff292a54", + "node_id": "node_84ca9449", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68521,13 +81124,13 @@ } }, { - "node_id": "node_e4624888", + "node_id": "node_1529869b", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e4624888", + "graph_id": "graph_ff292a54", + "node_id": "node_1529869b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68540,13 +81143,13 @@ } }, { - "node_id": "node_4a8aabe1", + "node_id": "node_469a67dc", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4a8aabe1", + "graph_id": "graph_ff292a54", + "node_id": "node_469a67dc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68559,13 +81162,13 @@ } }, { - "node_id": "node_f9f3732b", + "node_id": "node_849ad8d8", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f9f3732b", + "graph_id": "graph_ff292a54", + "node_id": "node_849ad8d8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68578,13 +81181,13 @@ } }, { - "node_id": "node_213f0c88", + "node_id": "node_c5f1dec0", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_213f0c88", + "graph_id": "graph_ff292a54", + "node_id": "node_c5f1dec0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68597,13 +81200,13 @@ } }, { - "node_id": "node_a94004bd", + "node_id": "node_fa10dfb0", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a94004bd", + "graph_id": "graph_ff292a54", + "node_id": "node_fa10dfb0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68616,13 +81219,13 @@ } }, { - "node_id": "node_48493c5f", + "node_id": "node_c1fde5ce", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_48493c5f", + "graph_id": "graph_ff292a54", + "node_id": "node_c1fde5ce", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68635,13 +81238,13 @@ } }, { - "node_id": "node_3330cebb", + "node_id": "node_cd459a37", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3330cebb", + "graph_id": "graph_ff292a54", + "node_id": "node_cd459a37", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68654,13 +81257,13 @@ } }, { - "node_id": "node_3c285dc6", + "node_id": "node_18e653cc", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3c285dc6", + "graph_id": "graph_ff292a54", + "node_id": "node_18e653cc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68673,13 +81276,13 @@ } }, { - "node_id": "node_3ca2fe6a", + "node_id": "node_da8ba90a", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3ca2fe6a", + "graph_id": "graph_ff292a54", + "node_id": "node_da8ba90a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68692,13 +81295,13 @@ } }, { - "node_id": "node_6ee19d55", + "node_id": "node_5a99ec60", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6ee19d55", + "graph_id": "graph_ff292a54", + "node_id": "node_5a99ec60", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68711,13 +81314,13 @@ } }, { - "node_id": "node_5b96ab10", + "node_id": "node_32a62a3b", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5b96ab10", + "graph_id": "graph_ff292a54", + "node_id": "node_32a62a3b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68730,13 +81333,13 @@ } }, { - "node_id": "node_784ed6db", + "node_id": "node_b66bc565", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_784ed6db", + "graph_id": "graph_ff292a54", + "node_id": "node_b66bc565", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68749,13 +81352,13 @@ } }, { - "node_id": "node_8d8c8ea0", + "node_id": "node_c74dbac5", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8d8c8ea0", + "graph_id": "graph_ff292a54", + "node_id": "node_c74dbac5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68768,13 +81371,13 @@ } }, { - "node_id": "node_da40cfef", + "node_id": "node_548bcde8", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_da40cfef", + "graph_id": "graph_ff292a54", + "node_id": "node_548bcde8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68787,13 +81390,13 @@ } }, { - "node_id": "node_fefb7603", + "node_id": "node_a8b7ce08", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fefb7603", + "graph_id": "graph_ff292a54", + "node_id": "node_a8b7ce08", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68806,13 +81409,13 @@ } }, { - "node_id": "node_62ef13ba", + "node_id": "node_87805a5e", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_62ef13ba", + "graph_id": "graph_ff292a54", + "node_id": "node_87805a5e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68825,13 +81428,13 @@ } }, { - "node_id": "node_4086bae8", + "node_id": "node_dab2ee02", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4086bae8", + "graph_id": "graph_ff292a54", + "node_id": "node_dab2ee02", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68844,13 +81447,13 @@ } }, { - "node_id": "node_7a42ce6a", + "node_id": "node_88a1b61b", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a42ce6a", + "graph_id": "graph_ff292a54", + "node_id": "node_88a1b61b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68863,13 +81466,13 @@ } }, { - "node_id": "node_853e42a2", + "node_id": "node_c900c690", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_853e42a2", + "graph_id": "graph_ff292a54", + "node_id": "node_c900c690", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68882,13 +81485,13 @@ } }, { - "node_id": "node_eba3cf84", + "node_id": "node_8ef31335", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_eba3cf84", + "graph_id": "graph_ff292a54", + "node_id": "node_8ef31335", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68901,13 +81504,13 @@ } }, { - "node_id": "node_989380ca", + "node_id": "node_6b8acd77", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_989380ca", + "graph_id": "graph_ff292a54", + "node_id": "node_6b8acd77", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68920,13 +81523,13 @@ } }, { - "node_id": "node_e3daeca6", + "node_id": "node_debfd526", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e3daeca6", + "graph_id": "graph_ff292a54", + "node_id": "node_debfd526", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68939,13 +81542,13 @@ } }, { - "node_id": "node_c0e4285c", + "node_id": "node_c51046d0", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c0e4285c", + "graph_id": "graph_ff292a54", + "node_id": "node_c51046d0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68958,13 +81561,13 @@ } }, { - "node_id": "node_60ba72e7", + "node_id": "node_d39930bc", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_60ba72e7", + "graph_id": "graph_ff292a54", + "node_id": "node_d39930bc", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68977,13 +81580,13 @@ } }, { - "node_id": "node_11056f1f", + "node_id": "node_6812f6e4", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_11056f1f", + "graph_id": "graph_ff292a54", + "node_id": "node_6812f6e4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -68996,13 +81599,13 @@ } }, { - "node_id": "node_eb9a2b58", + "node_id": "node_a0069614", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_eb9a2b58", + "graph_id": "graph_ff292a54", + "node_id": "node_a0069614", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69015,13 +81618,13 @@ } }, { - "node_id": "node_540e9b6a", + "node_id": "node_fc4b55c1", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_540e9b6a", + "graph_id": "graph_ff292a54", + "node_id": "node_fc4b55c1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69034,13 +81637,13 @@ } }, { - "node_id": "node_900d37c9", + "node_id": "node_354a8fe2", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_900d37c9", + "graph_id": "graph_ff292a54", + "node_id": "node_354a8fe2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69053,13 +81656,13 @@ } }, { - "node_id": "node_77bdb904", + "node_id": "node_32960901", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_77bdb904", + "graph_id": "graph_ff292a54", + "node_id": "node_32960901", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69072,13 +81675,13 @@ } }, { - "node_id": "node_423a85db", + "node_id": "node_eb3686e5", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_423a85db", + "graph_id": "graph_ff292a54", + "node_id": "node_eb3686e5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69091,13 +81694,13 @@ } }, { - "node_id": "node_28e51914", + "node_id": "node_b17632eb", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_28e51914", + "graph_id": "graph_ff292a54", + "node_id": "node_b17632eb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69110,13 +81713,13 @@ } }, { - "node_id": "node_67f2af9d", + "node_id": "node_81240212", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_67f2af9d", + "graph_id": "graph_ff292a54", + "node_id": "node_81240212", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69129,13 +81732,13 @@ } }, { - "node_id": "node_93af8a40", + "node_id": "node_cea031bb", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_93af8a40", + "graph_id": "graph_ff292a54", + "node_id": "node_cea031bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69148,13 +81751,13 @@ } }, { - "node_id": "node_20e268b8", + "node_id": "node_0737e081", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_20e268b8", + "graph_id": "graph_ff292a54", + "node_id": "node_0737e081", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69167,13 +81770,13 @@ } }, { - "node_id": "node_20ce57e2", + "node_id": "node_e9556b7a", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_20ce57e2", + "graph_id": "graph_ff292a54", + "node_id": "node_e9556b7a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69186,13 +81789,13 @@ } }, { - "node_id": "node_57d0c161", + "node_id": "node_646378ec", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_57d0c161", + "graph_id": "graph_ff292a54", + "node_id": "node_646378ec", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69205,13 +81808,13 @@ } }, { - "node_id": "node_5a3646be", + "node_id": "node_4e80916c", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5a3646be", + "graph_id": "graph_ff292a54", + "node_id": "node_4e80916c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69224,13 +81827,13 @@ } }, { - "node_id": "node_a440a6a3", + "node_id": "node_0fb58925", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a440a6a3", + "graph_id": "graph_ff292a54", + "node_id": "node_0fb58925", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69243,13 +81846,13 @@ } }, { - "node_id": "node_769087d8", + "node_id": "node_a6f5bedd", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_769087d8", + "graph_id": "graph_ff292a54", + "node_id": "node_a6f5bedd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69262,13 +81865,13 @@ } }, { - "node_id": "node_bcb317ec", + "node_id": "node_04ff78eb", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bcb317ec", + "graph_id": "graph_ff292a54", + "node_id": "node_04ff78eb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69281,13 +81884,13 @@ } }, { - "node_id": "node_0279c15f", + "node_id": "node_656320b6", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0279c15f", + "graph_id": "graph_ff292a54", + "node_id": "node_656320b6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69300,13 +81903,13 @@ } }, { - "node_id": "node_8a052f11", + "node_id": "node_660b36f2", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8a052f11", + "graph_id": "graph_ff292a54", + "node_id": "node_660b36f2", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69319,13 +81922,13 @@ } }, { - "node_id": "node_58cf083f", + "node_id": "node_764fc58f", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_58cf083f", + "graph_id": "graph_ff292a54", + "node_id": "node_764fc58f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69338,13 +81941,13 @@ } }, { - "node_id": "node_fa1150c0", + "node_id": "node_cb66e775", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fa1150c0", + "graph_id": "graph_ff292a54", + "node_id": "node_cb66e775", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69357,13 +81960,13 @@ } }, { - "node_id": "node_63955866", + "node_id": "node_a0d9cb02", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_63955866", + "graph_id": "graph_ff292a54", + "node_id": "node_a0d9cb02", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69376,13 +81979,13 @@ } }, { - "node_id": "node_2d08012d", + "node_id": "node_356ff6b6", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2d08012d", + "graph_id": "graph_ff292a54", + "node_id": "node_356ff6b6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69395,13 +81998,13 @@ } }, { - "node_id": "node_fe3a182c", + "node_id": "node_aec9f8fd", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fe3a182c", + "graph_id": "graph_ff292a54", + "node_id": "node_aec9f8fd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69414,13 +82017,13 @@ } }, { - "node_id": "node_57c1ab31", + "node_id": "node_95460fed", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_57c1ab31", + "graph_id": "graph_ff292a54", + "node_id": "node_95460fed", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69433,13 +82036,13 @@ } }, { - "node_id": "node_dfe34b34", + "node_id": "node_39434116", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dfe34b34", + "graph_id": "graph_ff292a54", + "node_id": "node_39434116", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69452,13 +82055,13 @@ } }, { - "node_id": "node_14851233", + "node_id": "node_c57b660e", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_14851233", + "graph_id": "graph_ff292a54", + "node_id": "node_c57b660e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69471,13 +82074,13 @@ } }, { - "node_id": "node_146048ab", + "node_id": "node_b8e36de9", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_146048ab", + "graph_id": "graph_ff292a54", + "node_id": "node_b8e36de9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69490,13 +82093,13 @@ } }, { - "node_id": "node_2a8a5a95", + "node_id": "node_1ea539ab", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2a8a5a95", + "graph_id": "graph_ff292a54", + "node_id": "node_1ea539ab", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69509,13 +82112,13 @@ } }, { - "node_id": "node_04cf58aa", + "node_id": "node_84ef6494", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_04cf58aa", + "graph_id": "graph_ff292a54", + "node_id": "node_84ef6494", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69528,13 +82131,13 @@ } }, { - "node_id": "node_8e8ae74f", + "node_id": "node_88d4d887", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8e8ae74f", + "graph_id": "graph_ff292a54", + "node_id": "node_88d4d887", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69547,13 +82150,13 @@ } }, { - "node_id": "node_81e1bb6c", + "node_id": "node_67156abb", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_81e1bb6c", + "graph_id": "graph_ff292a54", + "node_id": "node_67156abb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69566,13 +82169,13 @@ } }, { - "node_id": "node_7bd0955c", + "node_id": "node_c23a8cdd", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7bd0955c", + "graph_id": "graph_ff292a54", + "node_id": "node_c23a8cdd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69585,13 +82188,13 @@ } }, { - "node_id": "node_336d1e97", + "node_id": "node_a0f89b18", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_336d1e97", + "graph_id": "graph_ff292a54", + "node_id": "node_a0f89b18", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69604,13 +82207,13 @@ } }, { - "node_id": "node_18572383", + "node_id": "node_4f474152", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_18572383", + "graph_id": "graph_ff292a54", + "node_id": "node_4f474152", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69623,13 +82226,13 @@ } }, { - "node_id": "node_c8609c67", + "node_id": "node_4bf147f4", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c8609c67", + "graph_id": "graph_ff292a54", + "node_id": "node_4bf147f4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69642,13 +82245,13 @@ } }, { - "node_id": "node_6cc7f6cc", + "node_id": "node_434e5cb3", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6cc7f6cc", + "graph_id": "graph_ff292a54", + "node_id": "node_434e5cb3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69661,13 +82264,13 @@ } }, { - "node_id": "node_b2ca1a85", + "node_id": "node_a8a66710", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b2ca1a85", + "graph_id": "graph_ff292a54", + "node_id": "node_a8a66710", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69680,13 +82283,13 @@ } }, { - "node_id": "node_71e90583", + "node_id": "node_5ff50fd7", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_71e90583", + "graph_id": "graph_ff292a54", + "node_id": "node_5ff50fd7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69699,13 +82302,13 @@ } }, { - "node_id": "node_dc5a6a30", + "node_id": "node_1521314f", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dc5a6a30", + "graph_id": "graph_ff292a54", + "node_id": "node_1521314f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69718,13 +82321,13 @@ } }, { - "node_id": "node_5db6cd4c", + "node_id": "node_4d60c160", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5db6cd4c", + "graph_id": "graph_ff292a54", + "node_id": "node_4d60c160", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69737,13 +82340,13 @@ } }, { - "node_id": "node_10ebe476", + "node_id": "node_cb6774bb", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_10ebe476", + "graph_id": "graph_ff292a54", + "node_id": "node_cb6774bb", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69756,13 +82359,13 @@ } }, { - "node_id": "node_2d08d7eb", + "node_id": "node_d2457873", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2d08d7eb", + "graph_id": "graph_ff292a54", + "node_id": "node_d2457873", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69775,13 +82378,13 @@ } }, { - "node_id": "node_4c1db029", + "node_id": "node_5f876d03", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4c1db029", + "graph_id": "graph_ff292a54", + "node_id": "node_5f876d03", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69794,13 +82397,13 @@ } }, { - "node_id": "node_64cf0390", + "node_id": "node_ba23c871", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_64cf0390", + "graph_id": "graph_ff292a54", + "node_id": "node_ba23c871", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69813,13 +82416,13 @@ } }, { - "node_id": "node_78d7a661", + "node_id": "node_deedfbff", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_78d7a661", + "graph_id": "graph_ff292a54", + "node_id": "node_deedfbff", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69832,13 +82435,13 @@ } }, { - "node_id": "node_48a396e9", + "node_id": "node_9d5be4aa", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_48a396e9", + "graph_id": "graph_ff292a54", + "node_id": "node_9d5be4aa", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69851,13 +82454,13 @@ } }, { - "node_id": "node_bf906172", + "node_id": "node_ade44e8d", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bf906172", + "graph_id": "graph_ff292a54", + "node_id": "node_ade44e8d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69870,13 +82473,13 @@ } }, { - "node_id": "node_30070adb", + "node_id": "node_5b6b6f59", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_30070adb", + "graph_id": "graph_ff292a54", + "node_id": "node_5b6b6f59", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69889,13 +82492,13 @@ } }, { - "node_id": "node_2ad2d61a", + "node_id": "node_439e003c", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2ad2d61a", + "graph_id": "graph_ff292a54", + "node_id": "node_439e003c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69908,13 +82511,13 @@ } }, { - "node_id": "node_657b58ec", + "node_id": "node_d5720f16", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_657b58ec", + "graph_id": "graph_ff292a54", + "node_id": "node_d5720f16", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69927,13 +82530,13 @@ } }, { - "node_id": "node_4cace70d", + "node_id": "node_f3764052", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4cace70d", + "graph_id": "graph_ff292a54", + "node_id": "node_f3764052", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69946,13 +82549,13 @@ } }, { - "node_id": "node_9797c672", + "node_id": "node_35d4c3da", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9797c672", + "graph_id": "graph_ff292a54", + "node_id": "node_35d4c3da", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69965,13 +82568,13 @@ } }, { - "node_id": "node_f07ea3a3", + "node_id": "node_9a3db6f5", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f07ea3a3", + "graph_id": "graph_ff292a54", + "node_id": "node_9a3db6f5", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -69984,13 +82587,13 @@ } }, { - "node_id": "node_dd3e9ecb", + "node_id": "node_25a20ee1", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dd3e9ecb", + "graph_id": "graph_ff292a54", + "node_id": "node_25a20ee1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70003,13 +82606,13 @@ } }, { - "node_id": "node_f534e0e7", + "node_id": "node_376a563b", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f534e0e7", + "graph_id": "graph_ff292a54", + "node_id": "node_376a563b", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70022,13 +82625,13 @@ } }, { - "node_id": "node_7a2c4f48", + "node_id": "node_96f58474", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a2c4f48", + "graph_id": "graph_ff292a54", + "node_id": "node_96f58474", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70041,13 +82644,13 @@ } }, { - "node_id": "node_b176800b", + "node_id": "node_b2580172", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b176800b", + "graph_id": "graph_ff292a54", + "node_id": "node_b2580172", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70060,13 +82663,13 @@ } }, { - "node_id": "node_592e81ea", + "node_id": "node_c1242cc4", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_592e81ea", + "graph_id": "graph_ff292a54", + "node_id": "node_c1242cc4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70079,13 +82682,13 @@ } }, { - "node_id": "node_69360618", + "node_id": "node_3d9fdaba", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_69360618", + "graph_id": "graph_ff292a54", + "node_id": "node_3d9fdaba", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70098,13 +82701,13 @@ } }, { - "node_id": "node_198d1a31", + "node_id": "node_a3006ae8", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_198d1a31", + "graph_id": "graph_ff292a54", + "node_id": "node_a3006ae8", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70117,13 +82720,13 @@ } }, { - "node_id": "node_cd41ba47", + "node_id": "node_67173afd", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cd41ba47", + "graph_id": "graph_ff292a54", + "node_id": "node_67173afd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70136,13 +82739,13 @@ } }, { - "node_id": "node_8802ae1d", + "node_id": "node_b08e64a6", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8802ae1d", + "graph_id": "graph_ff292a54", + "node_id": "node_b08e64a6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70155,13 +82758,13 @@ } }, { - "node_id": "node_ce594a19", + "node_id": "node_0ea3b0f6", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ce594a19", + "graph_id": "graph_ff292a54", + "node_id": "node_0ea3b0f6", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70174,13 +82777,13 @@ } }, { - "node_id": "node_d10aa60b", + "node_id": "node_779cad9a", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d10aa60b", + "graph_id": "graph_ff292a54", + "node_id": "node_779cad9a", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70193,13 +82796,13 @@ } }, { - "node_id": "node_e1daa7cd", + "node_id": "node_7d7af71d", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e1daa7cd", + "graph_id": "graph_ff292a54", + "node_id": "node_7d7af71d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70212,13 +82815,13 @@ } }, { - "node_id": "node_b64a2df6", + "node_id": "node_b6b0a381", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b64a2df6", + "graph_id": "graph_ff292a54", + "node_id": "node_b6b0a381", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70231,13 +82834,13 @@ } }, { - "node_id": "node_0ba40960", + "node_id": "node_9e87d843", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0ba40960", + "graph_id": "graph_ff292a54", + "node_id": "node_9e87d843", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70250,13 +82853,13 @@ } }, { - "node_id": "node_047c6edd", + "node_id": "node_a3f9ce5e", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_047c6edd", + "graph_id": "graph_ff292a54", + "node_id": "node_a3f9ce5e", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70269,13 +82872,13 @@ } }, { - "node_id": "node_09c3a60b", + "node_id": "node_f22bb331", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_09c3a60b", + "graph_id": "graph_ff292a54", + "node_id": "node_f22bb331", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70288,13 +82891,13 @@ } }, { - "node_id": "node_f0bd7a61", + "node_id": "node_13de2af9", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f0bd7a61", + "graph_id": "graph_ff292a54", + "node_id": "node_13de2af9", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70307,13 +82910,13 @@ } }, { - "node_id": "node_c242934c", + "node_id": "node_3b50f3c3", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c242934c", + "graph_id": "graph_ff292a54", + "node_id": "node_3b50f3c3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70326,13 +82929,13 @@ } }, { - "node_id": "node_328bf1c3", + "node_id": "node_356cc10c", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_328bf1c3", + "graph_id": "graph_ff292a54", + "node_id": "node_356cc10c", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70345,13 +82948,13 @@ } }, { - "node_id": "node_38c7113b", + "node_id": "node_f6a36044", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_38c7113b", + "graph_id": "graph_ff292a54", + "node_id": "node_f6a36044", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70364,13 +82967,13 @@ } }, { - "node_id": "node_7cc16d92", + "node_id": "node_4379335d", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7cc16d92", + "graph_id": "graph_ff292a54", + "node_id": "node_4379335d", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70383,13 +82986,13 @@ } }, { - "node_id": "node_a95f2a2d", + "node_id": "node_8fbdd855", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a95f2a2d", + "graph_id": "graph_ff292a54", + "node_id": "node_8fbdd855", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70402,13 +83005,13 @@ } }, { - "node_id": "node_4e41b3c3", + "node_id": "node_7a117eaa", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4e41b3c3", + "graph_id": "graph_ff292a54", + "node_id": "node_7a117eaa", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70421,13 +83024,13 @@ } }, { - "node_id": "node_d98ec33f", + "node_id": "node_46a10657", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d98ec33f", + "graph_id": "graph_ff292a54", + "node_id": "node_46a10657", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70440,13 +83043,13 @@ } }, { - "node_id": "node_ecc92697", + "node_id": "node_b3d34911", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ecc92697", + "graph_id": "graph_ff292a54", + "node_id": "node_b3d34911", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70459,13 +83062,13 @@ } }, { - "node_id": "node_c9bde914", + "node_id": "node_6d9cf425", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9bde914", + "graph_id": "graph_ff292a54", + "node_id": "node_6d9cf425", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70478,13 +83081,13 @@ } }, { - "node_id": "node_844118fe", + "node_id": "node_500f4d86", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_844118fe", + "graph_id": "graph_ff292a54", + "node_id": "node_500f4d86", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70497,13 +83100,13 @@ } }, { - "node_id": "node_cc9056b8", + "node_id": "node_f6610571", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cc9056b8", + "graph_id": "graph_ff292a54", + "node_id": "node_f6610571", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70516,13 +83119,13 @@ } }, { - "node_id": "node_7df0d578", + "node_id": "node_2efd24b0", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7df0d578", + "graph_id": "graph_ff292a54", + "node_id": "node_2efd24b0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70535,13 +83138,13 @@ } }, { - "node_id": "node_a88229a4", + "node_id": "node_4a229bd4", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a88229a4", + "graph_id": "graph_ff292a54", + "node_id": "node_4a229bd4", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70554,13 +83157,13 @@ } }, { - "node_id": "node_37a80b4a", + "node_id": "node_40f1784f", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_37a80b4a", + "graph_id": "graph_ff292a54", + "node_id": "node_40f1784f", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70573,13 +83176,13 @@ } }, { - "node_id": "node_5bad4d83", + "node_id": "node_e93e05f3", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5bad4d83", + "graph_id": "graph_ff292a54", + "node_id": "node_e93e05f3", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70592,13 +83195,13 @@ } }, { - "node_id": "node_102ecd19", + "node_id": "node_8815d630", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_102ecd19", + "graph_id": "graph_ff292a54", + "node_id": "node_8815d630", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70611,13 +83214,13 @@ } }, { - "node_id": "node_96569f34", + "node_id": "node_dd84dad1", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_96569f34", + "graph_id": "graph_ff292a54", + "node_id": "node_dd84dad1", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70630,13 +83233,13 @@ } }, { - "node_id": "node_be5fdc56", + "node_id": "node_d3bd80a7", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_be5fdc56", + "graph_id": "graph_ff292a54", + "node_id": "node_d3bd80a7", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70649,13 +83252,13 @@ } }, { - "node_id": "node_10cc47a2", + "node_id": "node_74934ddd", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_10cc47a2", + "graph_id": "graph_ff292a54", + "node_id": "node_74934ddd", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70668,13 +83271,13 @@ } }, { - "node_id": "node_207e1b4a", + "node_id": "node_5d2abc55", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_207e1b4a", + "graph_id": "graph_ff292a54", + "node_id": "node_5d2abc55", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70687,13 +83290,13 @@ } }, { - "node_id": "node_8d3f5116", + "node_id": "node_b9a151a0", "op": "make_add_point_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8d3f5116", + "graph_id": "graph_ff292a54", + "node_id": "node_b9a151a0", "entity_type": "Sketch", "entity_id": "make_add_point_rsketch:0" } @@ -70706,13 +83309,13 @@ } }, { - "node_id": "node_615aac01", + "node_id": "node_4e4b417d", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_615aac01", + "graph_id": "graph_ff292a54", + "node_id": "node_4e4b417d", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -70725,13 +83328,13 @@ } }, { - "node_id": "node_7a0816e6", + "node_id": "node_f15da6f2", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a0816e6", + "graph_id": "graph_ff292a54", + "node_id": "node_f15da6f2", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70744,13 +83347,13 @@ } }, { - "node_id": "node_ebbfd348", + "node_id": "node_1d17aacf", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ebbfd348", + "graph_id": "graph_ff292a54", + "node_id": "node_1d17aacf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70763,13 +83366,13 @@ } }, { - "node_id": "node_c44ff078", + "node_id": "node_1232a092", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c44ff078", + "graph_id": "graph_ff292a54", + "node_id": "node_1232a092", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -70782,13 +83385,13 @@ } }, { - "node_id": "node_020ab959", + "node_id": "node_1ab0fc52", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_020ab959", + "graph_id": "graph_ff292a54", + "node_id": "node_1ab0fc52", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70801,13 +83404,13 @@ } }, { - "node_id": "node_fde59382", + "node_id": "node_52c3917e", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fde59382", + "graph_id": "graph_ff292a54", + "node_id": "node_52c3917e", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70820,13 +83423,13 @@ } }, { - "node_id": "node_c9e37c0e", + "node_id": "node_d26665c6", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9e37c0e", + "graph_id": "graph_ff292a54", + "node_id": "node_d26665c6", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -70839,13 +83442,13 @@ } }, { - "node_id": "node_59c1e308", + "node_id": "node_6b6ec55a", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_59c1e308", + "graph_id": "graph_ff292a54", + "node_id": "node_6b6ec55a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70858,13 +83461,13 @@ } }, { - "node_id": "node_08f7af98", + "node_id": "node_d17dca54", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_08f7af98", + "graph_id": "graph_ff292a54", + "node_id": "node_d17dca54", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70877,13 +83480,13 @@ } }, { - "node_id": "node_84b93759", + "node_id": "node_88f06b56", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_84b93759", + "graph_id": "graph_ff292a54", + "node_id": "node_88f06b56", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -70896,13 +83499,13 @@ } }, { - "node_id": "node_c6fe1304", + "node_id": "node_fee10839", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c6fe1304", + "graph_id": "graph_ff292a54", + "node_id": "node_fee10839", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70915,13 +83518,13 @@ } }, { - "node_id": "node_98b0beec", + "node_id": "node_0e0f5e86", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_98b0beec", + "graph_id": "graph_ff292a54", + "node_id": "node_0e0f5e86", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70934,13 +83537,13 @@ } }, { - "node_id": "node_29f3f886", + "node_id": "node_b20ddbbc", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_29f3f886", + "graph_id": "graph_ff292a54", + "node_id": "node_b20ddbbc", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -70953,13 +83556,13 @@ } }, { - "node_id": "node_92d29500", + "node_id": "node_501d250d", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_92d29500", + "graph_id": "graph_ff292a54", + "node_id": "node_501d250d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70972,13 +83575,13 @@ } }, { - "node_id": "node_7e725cd1", + "node_id": "node_c1ad3d5d", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7e725cd1", + "graph_id": "graph_ff292a54", + "node_id": "node_c1ad3d5d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -70991,13 +83594,13 @@ } }, { - "node_id": "node_874b341f", + "node_id": "node_ddd1fb05", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_874b341f", + "graph_id": "graph_ff292a54", + "node_id": "node_ddd1fb05", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71010,13 +83613,13 @@ } }, { - "node_id": "node_cabea66b", + "node_id": "node_1dc4bf25", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cabea66b", + "graph_id": "graph_ff292a54", + "node_id": "node_1dc4bf25", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71029,13 +83632,13 @@ } }, { - "node_id": "node_bc3f3271", + "node_id": "node_a5143065", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bc3f3271", + "graph_id": "graph_ff292a54", + "node_id": "node_a5143065", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71048,13 +83651,13 @@ } }, { - "node_id": "node_b751459d", + "node_id": "node_d5156e09", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b751459d", + "graph_id": "graph_ff292a54", + "node_id": "node_d5156e09", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71067,13 +83670,13 @@ } }, { - "node_id": "node_b6019302", + "node_id": "node_95078b06", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b6019302", + "graph_id": "graph_ff292a54", + "node_id": "node_95078b06", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71086,13 +83689,13 @@ } }, { - "node_id": "node_97cc8c46", + "node_id": "node_558ed9fd", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_97cc8c46", + "graph_id": "graph_ff292a54", + "node_id": "node_558ed9fd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71105,13 +83708,13 @@ } }, { - "node_id": "node_3c922cf9", + "node_id": "node_3e59b822", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3c922cf9", + "graph_id": "graph_ff292a54", + "node_id": "node_3e59b822", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71124,13 +83727,13 @@ } }, { - "node_id": "node_305ba5a2", + "node_id": "node_e576e8cc", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_305ba5a2", + "graph_id": "graph_ff292a54", + "node_id": "node_e576e8cc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71143,13 +83746,13 @@ } }, { - "node_id": "node_57e65375", + "node_id": "node_34194e15", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_57e65375", + "graph_id": "graph_ff292a54", + "node_id": "node_34194e15", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71162,13 +83765,13 @@ } }, { - "node_id": "node_ff8545bd", + "node_id": "node_602f91c7", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ff8545bd", + "graph_id": "graph_ff292a54", + "node_id": "node_602f91c7", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71181,13 +83784,13 @@ } }, { - "node_id": "node_3cc8f757", + "node_id": "node_7ebba1d8", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3cc8f757", + "graph_id": "graph_ff292a54", + "node_id": "node_7ebba1d8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71200,13 +83803,13 @@ } }, { - "node_id": "node_f16c9510", + "node_id": "node_4593eccc", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f16c9510", + "graph_id": "graph_ff292a54", + "node_id": "node_4593eccc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71219,13 +83822,13 @@ } }, { - "node_id": "node_6f54af66", + "node_id": "node_6b91fad3", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6f54af66", + "graph_id": "graph_ff292a54", + "node_id": "node_6b91fad3", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71238,13 +83841,13 @@ } }, { - "node_id": "node_3f61d760", + "node_id": "node_57ed05bd", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3f61d760", + "graph_id": "graph_ff292a54", + "node_id": "node_57ed05bd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71257,13 +83860,13 @@ } }, { - "node_id": "node_9aaba329", + "node_id": "node_fe8b6fbe", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9aaba329", + "graph_id": "graph_ff292a54", + "node_id": "node_fe8b6fbe", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71276,13 +83879,13 @@ } }, { - "node_id": "node_74d98265", + "node_id": "node_b0d80607", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_74d98265", + "graph_id": "graph_ff292a54", + "node_id": "node_b0d80607", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71295,13 +83898,13 @@ } }, { - "node_id": "node_39240125", + "node_id": "node_3bbeaa29", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_39240125", + "graph_id": "graph_ff292a54", + "node_id": "node_3bbeaa29", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71314,13 +83917,13 @@ } }, { - "node_id": "node_ef8d408e", + "node_id": "node_0220cd40", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ef8d408e", + "graph_id": "graph_ff292a54", + "node_id": "node_0220cd40", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71333,13 +83936,13 @@ } }, { - "node_id": "node_7b3eac4e", + "node_id": "node_728d5c1a", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7b3eac4e", + "graph_id": "graph_ff292a54", + "node_id": "node_728d5c1a", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71352,13 +83955,13 @@ } }, { - "node_id": "node_0cee41b2", + "node_id": "node_2f9b1d3b", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0cee41b2", + "graph_id": "graph_ff292a54", + "node_id": "node_2f9b1d3b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71371,13 +83974,13 @@ } }, { - "node_id": "node_3162a7de", + "node_id": "node_806253ae", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3162a7de", + "graph_id": "graph_ff292a54", + "node_id": "node_806253ae", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71390,13 +83993,13 @@ } }, { - "node_id": "node_fe307f48", + "node_id": "node_bdc1e330", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fe307f48", + "graph_id": "graph_ff292a54", + "node_id": "node_bdc1e330", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71409,13 +84012,13 @@ } }, { - "node_id": "node_2b9f406b", + "node_id": "node_28f4a922", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2b9f406b", + "graph_id": "graph_ff292a54", + "node_id": "node_28f4a922", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71428,13 +84031,13 @@ } }, { - "node_id": "node_2f868813", + "node_id": "node_9c7f3d21", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2f868813", + "graph_id": "graph_ff292a54", + "node_id": "node_9c7f3d21", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71447,13 +84050,13 @@ } }, { - "node_id": "node_8581150a", + "node_id": "node_523f1b13", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8581150a", + "graph_id": "graph_ff292a54", + "node_id": "node_523f1b13", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71466,13 +84069,13 @@ } }, { - "node_id": "node_8e547a08", + "node_id": "node_984c4fcf", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8e547a08", + "graph_id": "graph_ff292a54", + "node_id": "node_984c4fcf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71485,13 +84088,13 @@ } }, { - "node_id": "node_631f1473", + "node_id": "node_236afa91", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_631f1473", + "graph_id": "graph_ff292a54", + "node_id": "node_236afa91", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71504,13 +84107,13 @@ } }, { - "node_id": "node_46dec030", + "node_id": "node_1cbbbf9e", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_46dec030", + "graph_id": "graph_ff292a54", + "node_id": "node_1cbbbf9e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71523,13 +84126,13 @@ } }, { - "node_id": "node_a4daa7d1", + "node_id": "node_3f4a9a18", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a4daa7d1", + "graph_id": "graph_ff292a54", + "node_id": "node_3f4a9a18", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71542,13 +84145,13 @@ } }, { - "node_id": "node_548799bc", + "node_id": "node_83a2421f", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_548799bc", + "graph_id": "graph_ff292a54", + "node_id": "node_83a2421f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71561,13 +84164,13 @@ } }, { - "node_id": "node_492f00c4", + "node_id": "node_c1022888", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_492f00c4", + "graph_id": "graph_ff292a54", + "node_id": "node_c1022888", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71580,13 +84183,13 @@ } }, { - "node_id": "node_9dc4a3f2", + "node_id": "node_2d68a54b", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9dc4a3f2", + "graph_id": "graph_ff292a54", + "node_id": "node_2d68a54b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71599,13 +84202,13 @@ } }, { - "node_id": "node_6042acb8", + "node_id": "node_c4c2b772", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6042acb8", + "graph_id": "graph_ff292a54", + "node_id": "node_c4c2b772", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71618,13 +84221,13 @@ } }, { - "node_id": "node_b69c870e", + "node_id": "node_a67fabf9", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b69c870e", + "graph_id": "graph_ff292a54", + "node_id": "node_a67fabf9", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71637,13 +84240,13 @@ } }, { - "node_id": "node_0dd0b556", + "node_id": "node_8ac0117c", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0dd0b556", + "graph_id": "graph_ff292a54", + "node_id": "node_8ac0117c", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71656,13 +84259,13 @@ } }, { - "node_id": "node_5290175b", + "node_id": "node_a14a72c1", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5290175b", + "graph_id": "graph_ff292a54", + "node_id": "node_a14a72c1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71675,13 +84278,13 @@ } }, { - "node_id": "node_7adeca97", + "node_id": "node_0737d924", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7adeca97", + "graph_id": "graph_ff292a54", + "node_id": "node_0737d924", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71694,13 +84297,13 @@ } }, { - "node_id": "node_c61b3595", + "node_id": "node_ca29b398", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c61b3595", + "graph_id": "graph_ff292a54", + "node_id": "node_ca29b398", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71713,13 +84316,13 @@ } }, { - "node_id": "node_3cc0985a", + "node_id": "node_40cb5332", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3cc0985a", + "graph_id": "graph_ff292a54", + "node_id": "node_40cb5332", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71732,13 +84335,13 @@ } }, { - "node_id": "node_1d70674f", + "node_id": "node_c7c0aece", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1d70674f", + "graph_id": "graph_ff292a54", + "node_id": "node_c7c0aece", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71751,13 +84354,13 @@ } }, { - "node_id": "node_c8622c0a", + "node_id": "node_e9bfb65b", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c8622c0a", + "graph_id": "graph_ff292a54", + "node_id": "node_e9bfb65b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71770,13 +84373,13 @@ } }, { - "node_id": "node_95780715", + "node_id": "node_bf4be09a", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_95780715", + "graph_id": "graph_ff292a54", + "node_id": "node_bf4be09a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71789,13 +84392,13 @@ } }, { - "node_id": "node_2b19507a", + "node_id": "node_d8dcdb77", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2b19507a", + "graph_id": "graph_ff292a54", + "node_id": "node_d8dcdb77", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71808,13 +84411,13 @@ } }, { - "node_id": "node_b535ebd0", + "node_id": "node_c5bda38f", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b535ebd0", + "graph_id": "graph_ff292a54", + "node_id": "node_c5bda38f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71827,13 +84430,13 @@ } }, { - "node_id": "node_6431dff0", + "node_id": "node_121bfacd", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_6431dff0", + "graph_id": "graph_ff292a54", + "node_id": "node_121bfacd", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71846,13 +84449,13 @@ } }, { - "node_id": "node_4afda1f6", + "node_id": "node_d367cd71", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4afda1f6", + "graph_id": "graph_ff292a54", + "node_id": "node_d367cd71", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71865,13 +84468,13 @@ } }, { - "node_id": "node_144f2614", + "node_id": "node_c3b8a45a", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_144f2614", + "graph_id": "graph_ff292a54", + "node_id": "node_c3b8a45a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71884,13 +84487,13 @@ } }, { - "node_id": "node_e7644e9e", + "node_id": "node_1194ff5b", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e7644e9e", + "graph_id": "graph_ff292a54", + "node_id": "node_1194ff5b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71903,13 +84506,13 @@ } }, { - "node_id": "node_cd6d86d6", + "node_id": "node_4a359d41", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cd6d86d6", + "graph_id": "graph_ff292a54", + "node_id": "node_4a359d41", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71922,13 +84525,13 @@ } }, { - "node_id": "node_2a852892", + "node_id": "node_8c6c68c6", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2a852892", + "graph_id": "graph_ff292a54", + "node_id": "node_8c6c68c6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71941,13 +84544,13 @@ } }, { - "node_id": "node_2ab00950", + "node_id": "node_78c9f36a", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2ab00950", + "graph_id": "graph_ff292a54", + "node_id": "node_78c9f36a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71960,13 +84563,13 @@ } }, { - "node_id": "node_edfb07cb", + "node_id": "node_a42bdfba", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_edfb07cb", + "graph_id": "graph_ff292a54", + "node_id": "node_a42bdfba", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -71979,13 +84582,13 @@ } }, { - "node_id": "node_cafdd587", + "node_id": "node_29a129d4", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cafdd587", + "graph_id": "graph_ff292a54", + "node_id": "node_29a129d4", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -71998,13 +84601,13 @@ } }, { - "node_id": "node_a58ddc04", + "node_id": "node_9b7e8b3a", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a58ddc04", + "graph_id": "graph_ff292a54", + "node_id": "node_9b7e8b3a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72017,13 +84620,13 @@ } }, { - "node_id": "node_52de6b5a", + "node_id": "node_52b68b91", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_52de6b5a", + "graph_id": "graph_ff292a54", + "node_id": "node_52b68b91", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72036,13 +84639,13 @@ } }, { - "node_id": "node_62d5f379", + "node_id": "node_7a0df353", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_62d5f379", + "graph_id": "graph_ff292a54", + "node_id": "node_7a0df353", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72055,13 +84658,13 @@ } }, { - "node_id": "node_0a34c904", + "node_id": "node_e1e069ee", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0a34c904", + "graph_id": "graph_ff292a54", + "node_id": "node_e1e069ee", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72074,13 +84677,13 @@ } }, { - "node_id": "node_94976843", + "node_id": "node_3c9d3828", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_94976843", + "graph_id": "graph_ff292a54", + "node_id": "node_3c9d3828", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72093,13 +84696,13 @@ } }, { - "node_id": "node_3aefe9d1", + "node_id": "node_f2055c09", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3aefe9d1", + "graph_id": "graph_ff292a54", + "node_id": "node_f2055c09", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72112,13 +84715,13 @@ } }, { - "node_id": "node_cbfd2ec4", + "node_id": "node_70b8aca6", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_cbfd2ec4", + "graph_id": "graph_ff292a54", + "node_id": "node_70b8aca6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72131,13 +84734,13 @@ } }, { - "node_id": "node_dcd24899", + "node_id": "node_04e25304", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dcd24899", + "graph_id": "graph_ff292a54", + "node_id": "node_04e25304", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72150,13 +84753,13 @@ } }, { - "node_id": "node_7ae2b40d", + "node_id": "node_8ac2f86c", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7ae2b40d", + "graph_id": "graph_ff292a54", + "node_id": "node_8ac2f86c", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72169,13 +84772,13 @@ } }, { - "node_id": "node_b5572e53", + "node_id": "node_5d3642af", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_b5572e53", + "graph_id": "graph_ff292a54", + "node_id": "node_5d3642af", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72188,13 +84791,13 @@ } }, { - "node_id": "node_a0f59522", + "node_id": "node_9215c0a4", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a0f59522", + "graph_id": "graph_ff292a54", + "node_id": "node_9215c0a4", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72207,13 +84810,13 @@ } }, { - "node_id": "node_c64e84c4", + "node_id": "node_b4055de7", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c64e84c4", + "graph_id": "graph_ff292a54", + "node_id": "node_b4055de7", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72226,13 +84829,13 @@ } }, { - "node_id": "node_80c4ce4c", + "node_id": "node_d2bdbd65", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_80c4ce4c", + "graph_id": "graph_ff292a54", + "node_id": "node_d2bdbd65", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72245,13 +84848,13 @@ } }, { - "node_id": "node_c9ff0f7a", + "node_id": "node_95785e06", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c9ff0f7a", + "graph_id": "graph_ff292a54", + "node_id": "node_95785e06", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72264,13 +84867,13 @@ } }, { - "node_id": "node_bdcb972c", + "node_id": "node_10aa8e86", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bdcb972c", + "graph_id": "graph_ff292a54", + "node_id": "node_10aa8e86", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72283,13 +84886,13 @@ } }, { - "node_id": "node_615d01b0", + "node_id": "node_7f9371dc", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_615d01b0", + "graph_id": "graph_ff292a54", + "node_id": "node_7f9371dc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72302,13 +84905,13 @@ } }, { - "node_id": "node_a2f83973", + "node_id": "node_d1b8b74e", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a2f83973", + "graph_id": "graph_ff292a54", + "node_id": "node_d1b8b74e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72321,13 +84924,13 @@ } }, { - "node_id": "node_a8a49422", + "node_id": "node_e6db1bb2", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a8a49422", + "graph_id": "graph_ff292a54", + "node_id": "node_e6db1bb2", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72340,13 +84943,13 @@ } }, { - "node_id": "node_c50366ae", + "node_id": "node_8857ee49", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c50366ae", + "graph_id": "graph_ff292a54", + "node_id": "node_8857ee49", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72359,13 +84962,13 @@ } }, { - "node_id": "node_41b29340", + "node_id": "node_a33b9e43", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_41b29340", + "graph_id": "graph_ff292a54", + "node_id": "node_a33b9e43", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72378,13 +84981,13 @@ } }, { - "node_id": "node_05ba8dad", + "node_id": "node_5f5151af", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_05ba8dad", + "graph_id": "graph_ff292a54", + "node_id": "node_5f5151af", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72397,13 +85000,13 @@ } }, { - "node_id": "node_d7f54e64", + "node_id": "node_2b32dddb", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d7f54e64", + "graph_id": "graph_ff292a54", + "node_id": "node_2b32dddb", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72416,13 +85019,13 @@ } }, { - "node_id": "node_50ccf7be", + "node_id": "node_dedb0b9d", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_50ccf7be", + "graph_id": "graph_ff292a54", + "node_id": "node_dedb0b9d", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72435,13 +85038,13 @@ } }, { - "node_id": "node_3b11ca93", + "node_id": "node_9f47d8c9", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3b11ca93", + "graph_id": "graph_ff292a54", + "node_id": "node_9f47d8c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72454,13 +85057,13 @@ } }, { - "node_id": "node_bbd57be1", + "node_id": "node_c9671c99", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bbd57be1", + "graph_id": "graph_ff292a54", + "node_id": "node_c9671c99", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72473,13 +85076,13 @@ } }, { - "node_id": "node_9036290c", + "node_id": "node_50db208b", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9036290c", + "graph_id": "graph_ff292a54", + "node_id": "node_50db208b", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72492,13 +85095,13 @@ } }, { - "node_id": "node_dea6702b", + "node_id": "node_2206ed4d", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_dea6702b", + "graph_id": "graph_ff292a54", + "node_id": "node_2206ed4d", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72511,13 +85114,13 @@ } }, { - "node_id": "node_2d58e58d", + "node_id": "node_f4b050da", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2d58e58d", + "graph_id": "graph_ff292a54", + "node_id": "node_f4b050da", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72530,13 +85133,13 @@ } }, { - "node_id": "node_4ce49743", + "node_id": "node_026767e7", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4ce49743", + "graph_id": "graph_ff292a54", + "node_id": "node_026767e7", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72549,13 +85152,13 @@ } }, { - "node_id": "node_c05ea948", + "node_id": "node_620507b9", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c05ea948", + "graph_id": "graph_ff292a54", + "node_id": "node_620507b9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72568,13 +85171,13 @@ } }, { - "node_id": "node_20d9bdfe", + "node_id": "node_b6aa3ec1", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_20d9bdfe", + "graph_id": "graph_ff292a54", + "node_id": "node_b6aa3ec1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72587,13 +85190,13 @@ } }, { - "node_id": "node_32221aa7", + "node_id": "node_1f86ee2c", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_32221aa7", + "graph_id": "graph_ff292a54", + "node_id": "node_1f86ee2c", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72606,13 +85209,13 @@ } }, { - "node_id": "node_93c9081b", + "node_id": "node_591470c9", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_93c9081b", + "graph_id": "graph_ff292a54", + "node_id": "node_591470c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72625,13 +85228,13 @@ } }, { - "node_id": "node_4586f06e", + "node_id": "node_ec8ff1c1", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_4586f06e", + "graph_id": "graph_ff292a54", + "node_id": "node_ec8ff1c1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72644,13 +85247,13 @@ } }, { - "node_id": "node_db0ad6ed", + "node_id": "node_0f385447", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_db0ad6ed", + "graph_id": "graph_ff292a54", + "node_id": "node_0f385447", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72663,13 +85266,13 @@ } }, { - "node_id": "node_acf8506f", + "node_id": "node_029da34b", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_acf8506f", + "graph_id": "graph_ff292a54", + "node_id": "node_029da34b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72682,13 +85285,13 @@ } }, { - "node_id": "node_7a338bb9", + "node_id": "node_611b1bb8", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a338bb9", + "graph_id": "graph_ff292a54", + "node_id": "node_611b1bb8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72701,13 +85304,13 @@ } }, { - "node_id": "node_15636f8a", + "node_id": "node_f8720595", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_15636f8a", + "graph_id": "graph_ff292a54", + "node_id": "node_f8720595", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72720,13 +85323,13 @@ } }, { - "node_id": "node_d7717e4f", + "node_id": "node_938d8abe", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d7717e4f", + "graph_id": "graph_ff292a54", + "node_id": "node_938d8abe", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72739,13 +85342,13 @@ } }, { - "node_id": "node_c5615053", + "node_id": "node_6b75116f", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c5615053", + "graph_id": "graph_ff292a54", + "node_id": "node_6b75116f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72758,13 +85361,13 @@ } }, { - "node_id": "node_fd2ce0a7", + "node_id": "node_f2a4c841", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_fd2ce0a7", + "graph_id": "graph_ff292a54", + "node_id": "node_f2a4c841", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72777,13 +85380,13 @@ } }, { - "node_id": "node_7a83bd1a", + "node_id": "node_0b96dcc3", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7a83bd1a", + "graph_id": "graph_ff292a54", + "node_id": "node_0b96dcc3", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72796,13 +85399,13 @@ } }, { - "node_id": "node_f7b49737", + "node_id": "node_afa6b912", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f7b49737", + "graph_id": "graph_ff292a54", + "node_id": "node_afa6b912", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72815,13 +85418,13 @@ } }, { - "node_id": "node_26cf2db5", + "node_id": "node_65c28481", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_26cf2db5", + "graph_id": "graph_ff292a54", + "node_id": "node_65c28481", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72834,13 +85437,13 @@ } }, { - "node_id": "node_688dda93", + "node_id": "node_598f4368", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_688dda93", + "graph_id": "graph_ff292a54", + "node_id": "node_598f4368", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72853,13 +85456,13 @@ } }, { - "node_id": "node_3fa36e55", + "node_id": "node_2b621ab1", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3fa36e55", + "graph_id": "graph_ff292a54", + "node_id": "node_2b621ab1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72872,13 +85475,13 @@ } }, { - "node_id": "node_0d5046d5", + "node_id": "node_7485420e", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0d5046d5", + "graph_id": "graph_ff292a54", + "node_id": "node_7485420e", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72891,13 +85494,13 @@ } }, { - "node_id": "node_bac6c6f8", + "node_id": "node_7226d986", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bac6c6f8", + "graph_id": "graph_ff292a54", + "node_id": "node_7226d986", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72910,13 +85513,13 @@ } }, { - "node_id": "node_30f29097", + "node_id": "node_b713be03", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_30f29097", + "graph_id": "graph_ff292a54", + "node_id": "node_b713be03", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72929,13 +85532,13 @@ } }, { - "node_id": "node_a4e789fe", + "node_id": "node_6e584984", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a4e789fe", + "graph_id": "graph_ff292a54", + "node_id": "node_6e584984", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -72948,13 +85551,13 @@ } }, { - "node_id": "node_0cfe6e06", + "node_id": "node_0d9fad17", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0cfe6e06", + "graph_id": "graph_ff292a54", + "node_id": "node_0d9fad17", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72967,13 +85570,13 @@ } }, { - "node_id": "node_5a78fe7f", + "node_id": "node_37d481df", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5a78fe7f", + "graph_id": "graph_ff292a54", + "node_id": "node_37d481df", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -72986,13 +85589,13 @@ } }, { - "node_id": "node_d3c57984", + "node_id": "node_3bad272f", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_d3c57984", + "graph_id": "graph_ff292a54", + "node_id": "node_3bad272f", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73005,13 +85608,13 @@ } }, { - "node_id": "node_20032c0d", + "node_id": "node_9e46baf4", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_20032c0d", + "graph_id": "graph_ff292a54", + "node_id": "node_9e46baf4", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73024,13 +85627,13 @@ } }, { - "node_id": "node_121d9b23", + "node_id": "node_b13a4eb1", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_121d9b23", + "graph_id": "graph_ff292a54", + "node_id": "node_b13a4eb1", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73043,13 +85646,13 @@ } }, { - "node_id": "node_71739e10", + "node_id": "node_f9c6fc47", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_71739e10", + "graph_id": "graph_ff292a54", + "node_id": "node_f9c6fc47", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73062,13 +85665,13 @@ } }, { - "node_id": "node_9f3da82d", + "node_id": "node_a3ba711b", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_9f3da82d", + "graph_id": "graph_ff292a54", + "node_id": "node_a3ba711b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73081,13 +85684,13 @@ } }, { - "node_id": "node_518844f0", + "node_id": "node_91662211", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_518844f0", + "graph_id": "graph_ff292a54", + "node_id": "node_91662211", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73100,13 +85703,13 @@ } }, { - "node_id": "node_97068d03", + "node_id": "node_57966271", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_97068d03", + "graph_id": "graph_ff292a54", + "node_id": "node_57966271", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73119,13 +85722,13 @@ } }, { - "node_id": "node_ba83a0e5", + "node_id": "node_f4368f56", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ba83a0e5", + "graph_id": "graph_ff292a54", + "node_id": "node_f4368f56", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73138,13 +85741,13 @@ } }, { - "node_id": "node_2261027a", + "node_id": "node_2058f573", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2261027a", + "graph_id": "graph_ff292a54", + "node_id": "node_2058f573", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73157,13 +85760,13 @@ } }, { - "node_id": "node_0f8962fb", + "node_id": "node_adb10b49", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0f8962fb", + "graph_id": "graph_ff292a54", + "node_id": "node_adb10b49", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73176,13 +85779,13 @@ } }, { - "node_id": "node_e1f7b30e", + "node_id": "node_c7835675", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_e1f7b30e", + "graph_id": "graph_ff292a54", + "node_id": "node_c7835675", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73195,13 +85798,13 @@ } }, { - "node_id": "node_276935e4", + "node_id": "node_0984ee34", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_276935e4", + "graph_id": "graph_ff292a54", + "node_id": "node_0984ee34", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73214,13 +85817,13 @@ } }, { - "node_id": "node_06444546", + "node_id": "node_df8a1634", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_06444546", + "graph_id": "graph_ff292a54", + "node_id": "node_df8a1634", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73233,13 +85836,13 @@ } }, { - "node_id": "node_2d69784b", + "node_id": "node_949c61f7", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2d69784b", + "graph_id": "graph_ff292a54", + "node_id": "node_949c61f7", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73252,13 +85855,13 @@ } }, { - "node_id": "node_83d14862", + "node_id": "node_ce19a354", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_83d14862", + "graph_id": "graph_ff292a54", + "node_id": "node_ce19a354", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73271,13 +85874,13 @@ } }, { - "node_id": "node_08be0a43", + "node_id": "node_39231256", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_08be0a43", + "graph_id": "graph_ff292a54", + "node_id": "node_39231256", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73290,13 +85893,13 @@ } }, { - "node_id": "node_76907630", + "node_id": "node_4e9699cb", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_76907630", + "graph_id": "graph_ff292a54", + "node_id": "node_4e9699cb", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73309,13 +85912,13 @@ } }, { - "node_id": "node_1d4ed50a", + "node_id": "node_08acc6fc", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1d4ed50a", + "graph_id": "graph_ff292a54", + "node_id": "node_08acc6fc", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73328,13 +85931,13 @@ } }, { - "node_id": "node_eadabfb5", + "node_id": "node_d4f8ccc5", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_eadabfb5", + "graph_id": "graph_ff292a54", + "node_id": "node_d4f8ccc5", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73347,13 +85950,13 @@ } }, { - "node_id": "node_3c3db5f7", + "node_id": "node_4ffb80a5", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3c3db5f7", + "graph_id": "graph_ff292a54", + "node_id": "node_4ffb80a5", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73366,13 +85969,13 @@ } }, { - "node_id": "node_53846b2e", + "node_id": "node_457483ea", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_53846b2e", + "graph_id": "graph_ff292a54", + "node_id": "node_457483ea", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73385,13 +85988,13 @@ } }, { - "node_id": "node_350a36dd", + "node_id": "node_6d79650b", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_350a36dd", + "graph_id": "graph_ff292a54", + "node_id": "node_6d79650b", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73404,13 +86007,13 @@ } }, { - "node_id": "node_479d7507", + "node_id": "node_633eb1c8", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_479d7507", + "graph_id": "graph_ff292a54", + "node_id": "node_633eb1c8", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73423,13 +86026,13 @@ } }, { - "node_id": "node_18168288", + "node_id": "node_5207095f", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_18168288", + "graph_id": "graph_ff292a54", + "node_id": "node_5207095f", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73442,13 +86045,13 @@ } }, { - "node_id": "node_c13d5fc2", + "node_id": "node_59113b8c", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_c13d5fc2", + "graph_id": "graph_ff292a54", + "node_id": "node_59113b8c", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73461,13 +86064,13 @@ } }, { - "node_id": "node_0beeb657", + "node_id": "node_5ed6f237", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0beeb657", + "graph_id": "graph_ff292a54", + "node_id": "node_5ed6f237", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73480,13 +86083,13 @@ } }, { - "node_id": "node_2cc77dea", + "node_id": "node_6366a9c0", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2cc77dea", + "graph_id": "graph_ff292a54", + "node_id": "node_6366a9c0", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73499,13 +86102,13 @@ } }, { - "node_id": "node_ad2f64e4", + "node_id": "node_a09400fa", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_ad2f64e4", + "graph_id": "graph_ff292a54", + "node_id": "node_a09400fa", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73518,13 +86121,13 @@ } }, { - "node_id": "node_7000609a", + "node_id": "node_36b6a726", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7000609a", + "graph_id": "graph_ff292a54", + "node_id": "node_36b6a726", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73537,13 +86140,13 @@ } }, { - "node_id": "node_7c744af2", + "node_id": "node_24d29608", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7c744af2", + "graph_id": "graph_ff292a54", + "node_id": "node_24d29608", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73556,13 +86159,13 @@ } }, { - "node_id": "node_3157a73a", + "node_id": "node_a602b60a", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_3157a73a", + "graph_id": "graph_ff292a54", + "node_id": "node_a602b60a", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73575,13 +86178,13 @@ } }, { - "node_id": "node_2b03a9bd", + "node_id": "node_54afac49", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_2b03a9bd", + "graph_id": "graph_ff292a54", + "node_id": "node_54afac49", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73594,13 +86197,13 @@ } }, { - "node_id": "node_66e66b80", + "node_id": "node_f463c34a", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_66e66b80", + "graph_id": "graph_ff292a54", + "node_id": "node_f463c34a", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73613,13 +86216,13 @@ } }, { - "node_id": "node_f83b08f8", + "node_id": "node_23349883", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_f83b08f8", + "graph_id": "graph_ff292a54", + "node_id": "node_23349883", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73632,13 +86235,13 @@ } }, { - "node_id": "node_963bf469", + "node_id": "node_f64ce4e9", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_963bf469", + "graph_id": "graph_ff292a54", + "node_id": "node_f64ce4e9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73651,13 +86254,13 @@ } }, { - "node_id": "node_740b7ecd", + "node_id": "node_ee6e5080", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_740b7ecd", + "graph_id": "graph_ff292a54", + "node_id": "node_ee6e5080", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73670,13 +86273,13 @@ } }, { - "node_id": "node_0278fa1e", + "node_id": "node_d2748983", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_0278fa1e", + "graph_id": "graph_ff292a54", + "node_id": "node_d2748983", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73689,13 +86292,13 @@ } }, { - "node_id": "node_bf95910c", + "node_id": "node_33c85caa", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_bf95910c", + "graph_id": "graph_ff292a54", + "node_id": "node_33c85caa", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73708,13 +86311,13 @@ } }, { - "node_id": "node_23f76200", + "node_id": "node_e3d0cec6", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_23f76200", + "graph_id": "graph_ff292a54", + "node_id": "node_e3d0cec6", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73727,13 +86330,13 @@ } }, { - "node_id": "node_98824ab5", + "node_id": "node_5cbd057f", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_98824ab5", + "graph_id": "graph_ff292a54", + "node_id": "node_5cbd057f", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73746,13 +86349,13 @@ } }, { - "node_id": "node_84b0df30", + "node_id": "node_d490b654", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_84b0df30", + "graph_id": "graph_ff292a54", + "node_id": "node_d490b654", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73765,13 +86368,13 @@ } }, { - "node_id": "node_a82b30df", + "node_id": "node_c982ecdf", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a82b30df", + "graph_id": "graph_ff292a54", + "node_id": "node_c982ecdf", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73784,13 +86387,13 @@ } }, { - "node_id": "node_5d93ca5a", + "node_id": "node_cf9b5099", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_5d93ca5a", + "graph_id": "graph_ff292a54", + "node_id": "node_cf9b5099", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73803,13 +86406,13 @@ } }, { - "node_id": "node_a69ee2c3", + "node_id": "node_7bfab96b", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_a69ee2c3", + "graph_id": "graph_ff292a54", + "node_id": "node_7bfab96b", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73822,13 +86425,13 @@ } }, { - "node_id": "node_45851f92", + "node_id": "node_543137c9", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_45851f92", + "graph_id": "graph_ff292a54", + "node_id": "node_543137c9", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73841,13 +86444,13 @@ } }, { - "node_id": "node_022b5bb7", + "node_id": "node_f28e74a6", "op": "make_add_arc_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_022b5bb7", + "graph_id": "graph_ff292a54", + "node_id": "node_f28e74a6", "entity_type": "Sketch", "entity_id": "make_add_arc_rsketch:0" } @@ -73860,13 +86463,13 @@ } }, { - "node_id": "node_82fdcc0f", + "node_id": "node_1a23b530", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_82fdcc0f", + "graph_id": "graph_ff292a54", + "node_id": "node_1a23b530", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73879,13 +86482,13 @@ } }, { - "node_id": "node_7505b3f4", + "node_id": "node_8a277e02", "op": "make_add_bspline_rsketch", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_7505b3f4", + "graph_id": "graph_ff292a54", + "node_id": "node_8a277e02", "entity_type": "Sketch", "entity_id": "make_add_bspline_rsketch:0" } @@ -73898,13 +86501,13 @@ } }, { - "node_id": "node_179fdf84", + "node_id": "node_d9630b3f", "op": "make_face_from_sketch_rface", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_179fdf84", + "graph_id": "graph_ff292a54", + "node_id": "node_d9630b3f", "entity_type": "Sketch", "entity_id": "make_face_from_sketch_rface:0" } @@ -73917,13 +86520,13 @@ } }, { - "node_id": "node_8fea884f", + "node_id": "node_c48e5990", "op": "make_extrude_rsolid", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8fea884f", + "graph_id": "graph_ff292a54", + "node_id": "node_c48e5990", "entity_type": "Feature", "entity_id": "make_extrude_rsolid:0" } @@ -73936,13 +86539,13 @@ } }, { - "node_id": "node_1744b92f", + "node_id": "node_f2b82caa", "op": "make_cut_rsolid", "delta": { "created": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "entity_type": "Feature", "entity_id": "make_cut_rsolid:0" } @@ -73957,18 +86560,18 @@ ], "topology_delta_log": [ { - "node_id": "node_8fea884f", + "node_id": "node_c48e5990", "op": "make_extrude_rsolid", "delta": { "preserved": [], "modified": [], "generated": [ { - "graph_id": "graph_707cc752", - "node_id": "node_8fea884f", + "graph_id": "graph_ff292a54", + "node_id": "node_c48e5990", "output_slot": 0, "kind": "FACE", - "topo_id": "1889415570870221748" + "topo_id": "7462645801648197852" } ], "deleted": [], @@ -73978,1284 +86581,12778 @@ } }, { - "node_id": "node_1744b92f", + "node_id": "node_f2b82caa", "op": "make_cut_rsolid", "delta": { "preserved": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1495084864566067444" + "topo_id": "2225848317088223795" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2025017437896139024" + "topo_id": "4903845141340762260" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1250527023957064927" + "topo_id": "7246832834299265161" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "462989329755228402" + "topo_id": "1751036568272708300" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3018955301716470811" + "topo_id": "6750574462588490841" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1311432791581446992" + "topo_id": "2766432272628397020" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "603483056604442051" + "topo_id": "2363134534955968566" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7841441886749928513" + "topo_id": "1998442118362289325" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1298316702993296298" + "topo_id": "739493536761977042" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "960052558302116007" + "topo_id": "1103667473418088219" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "172778661983388282" + "topo_id": "7087153965093658096" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "936189835587706908" + "topo_id": "2223720976537332848" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1815968138441510827" + "topo_id": "5350943583734939343" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8725809393579447823" + "topo_id": "377767852394922764" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1339910868285165317" + "topo_id": "7375988323233341180" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2018989384560735525" + "topo_id": "1131443122785031922" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1794386686988309227" + "topo_id": "1626049293067463037" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1203794846640346065" + "topo_id": "241025129174118551" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6496701094910587025" + "topo_id": "1193475045457854981" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1767810689957242589" + "topo_id": "7347583451764859236" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3538899438670410278" + "topo_id": "2030344205342096602" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "177576615504479147" + "topo_id": "1477730213161749249" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "173234327362266378" + "topo_id": "1330084545849610380" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3638731513860103618" + "topo_id": "2112863658436516887" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2184358032505345866" + "topo_id": "1544737397628630898" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4241529265939086728" + "topo_id": "1382389024594339480" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4407087445697931723" + "topo_id": "1480926136739286432" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3426448715772735971" + "topo_id": "2360641634375562921" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1541919270972402237" + "topo_id": "647086125709296944" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1649719634324184318" + "topo_id": "471061604776108303" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1405668303225951043" + "topo_id": "2780884945088837954" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8185311058318267324" + "topo_id": "1614041168387896134" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5405902124877790660" + "topo_id": "1177877810029180573" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3503969570197097430" + "topo_id": "8744288143084691858" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1171348760292594717" + "topo_id": "297731615428968741" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1425469657264771461" + "topo_id": "1261755439040806204" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "739788964040324327" + "topo_id": "9190845904726706944" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8595791426563317424" + "topo_id": "2062045243939487366" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1157871395279604574" + "topo_id": "2061039217435346123" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "876243099579044020" + "topo_id": "5373940756356872214" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8939420922897189736" + "topo_id": "1092068267614063628" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1241772238776204268" + "topo_id": "7008440738495984505" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "13446607939482025" + "topo_id": "2290463099723776579" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1054910005836676782" + "topo_id": "4550576561806125005" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8264014273302165962" + "topo_id": "1784129415356065011" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6031726825516356875" + "topo_id": "5678334302342000647" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "467944133361694146" + "topo_id": "811333066212751218" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4195545433823468393" + "topo_id": "2652430176158954734" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3351375783336408961" + "topo_id": "1100993812187394273" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1503995384074066" + "topo_id": "4444525699257750659" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "845974758055370961" + "topo_id": "866994719427878145" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1350969891039380084" + "topo_id": "2075833530215333701" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1427504905651185531" + "topo_id": "7772514982764498309" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2105752110633670703" + "topo_id": "7602491954564661924" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6640449533673877030" + "topo_id": "802640744965387994" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "684557229983957510" + "topo_id": "1389978557151374492" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6431435575203993556" + "topo_id": "7833322140790189049" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6067137094140623431" + "topo_id": "686716754554911372" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2151127870620399320" + "topo_id": "2260940061423550112" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1044634828406014262" + "topo_id": "822778488378095244" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2971702395118941324" + "topo_id": "692807291058397225" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1529606194376419043" + "topo_id": "4928297128058462908" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2156409534100043437" + "topo_id": "2286836459710368237" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "844897703999572840" + "topo_id": "4577061020327218874" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "443137395847310982" + "topo_id": "2638772435792143327" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3603677921277751837" + "topo_id": "2914306756946241844" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "103137230026639888" + "topo_id": "8952166288615045175" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2293297898657884130" + "topo_id": "4859147781195670580" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3820102777440899067" + "topo_id": "1811632470708428318" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1638948321310166027" + "topo_id": "4767867856666011189" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "981430428765411240" + "topo_id": "1744956001686929794" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1820861157893490563" + "topo_id": "975577490717270608" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1850390985816378644" + "topo_id": "1410670632833915762" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "978726434904452622" + "topo_id": "8681113590543559766" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1357626433585731803" + "topo_id": "574724257237750258" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3789165494477782560" + "topo_id": "1213837111879045907" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2109559151790843758" + "topo_id": "1233197183913247707" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3729988402005097980" + "topo_id": "1311769104382170340" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "675384880487087975" + "topo_id": "754030680679088150" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1820872574289748353" + "topo_id": "983327222449205411" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "218927933438246237" + "topo_id": "4287443276973345506" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3243662587556597868" + "topo_id": "574687303748136565" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1521051125336124171" + "topo_id": "2038554558594244421" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3277576665374409262" + "topo_id": "1271246596163524172" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1060488558556440186" + "topo_id": "1178012562052852877" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1237940459826302495" + "topo_id": "3730214787487166898" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1600503282919241616" + "topo_id": "2216285198913132387" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "557316225908595211" + "topo_id": "4209138982260320751" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "893877765486168792" + "topo_id": "9161145022502944280" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2272456389345927878" + "topo_id": "1668930261233521670" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1007270707557151823" + "topo_id": "3066755898407865405" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2575889926450360299" + "topo_id": "4812762959009503425" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "792461074974938837" + "topo_id": "2279768727984118215" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4967857684497054651" + "topo_id": "752981812854641183" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4329785862419730881" + "topo_id": "479933697790071402" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2833084431154706505" + "topo_id": "1955934573425160180" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6147783126605202009" + "topo_id": "2308057680689706157" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6089430519706956036" + "topo_id": "1423253199075094003" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1460245351141750960" + "topo_id": "6252031517737164934" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "380026887411431187" + "topo_id": "1741306650826058940" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "407820186769640526" + "topo_id": "8760755147090182499" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "211047821420325459" + "topo_id": "7144482006871865411" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1241307266817492701" + "topo_id": "5955965582032884220" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5001443947739403656" + "topo_id": "1158685491022459569" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5817449043609765464" + "topo_id": "2008213571000638402" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1075666239364560339" + "topo_id": "2173019088337156708" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1933939372652745766" + "topo_id": "51573691637091042" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1910896006500355275" + "topo_id": "8005792910683782296" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2291506617152115396" + "topo_id": "3302923249210107847" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4132992171882227801" + "topo_id": "29997488447722873" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8711577298170609105" + "topo_id": "2112493603746858813" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8181745437699352114" + "topo_id": "706131000598753489" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "522921590993284755" + "topo_id": "3140217457988396492" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "474454671712624056" + "topo_id": "8738769712428375882" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2822350334989709950" + "topo_id": "201433766823725185" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2133897765756305028" + "topo_id": "3375303518351473057" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5231679544762837922" + "topo_id": "6760078926935854621" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1787342270640927339" + "topo_id": "2909862694412775370" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2093396314086644184" + "topo_id": "758493420243515869" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1332309362113829505" + "topo_id": "3858386088202460342" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1059456272603381492" + "topo_id": "1370574747495869901" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8421738320888315823" + "topo_id": "36156302053992809" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7320990168909249131" + "topo_id": "2487224819567671480" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1549057656511270344" + "topo_id": "254395750370315094" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "462089168665765523" + "topo_id": "2393906451624347185" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "291578673049846082" + "topo_id": "7477614187005085920" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2171164445909468948" + "topo_id": "5027020181132435775" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7705971067744520069" + "topo_id": "330537943351355483" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "602306154703337035" + "topo_id": "863231354411867851" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1822927303889293291" + "topo_id": "6983884591598913747" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1774167877458738385" + "topo_id": "1773566578572826505" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7122163789673488264" + "topo_id": "5161751843194801723" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1584565052627444537" + "topo_id": "26545789328997202" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1350865366252443254" + "topo_id": "466464288248192833" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5319747737487926816" + "topo_id": "7238016490051797943" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2059106415464864099" + "topo_id": "1318683445010734282" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1237218163462960103" + "topo_id": "929733099934307562" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5758178809549595750" + "topo_id": "4890713625593784084" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1719982991160360958" + "topo_id": "3741729634718589911" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1250588791579585741" + "topo_id": "2606366173518043694" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1303979782388314412" + "topo_id": "57239486294626272" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7422050904473339304" + "topo_id": "9214662932769823396" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1093254473710234089" + "topo_id": "1176924176968054147" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "9008260202513983028" + "topo_id": "5001036174541215332" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5167142126936958301" + "topo_id": "8714776207833672570" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1090542730312916360" + "topo_id": "869808472772715918" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6637837459552289477" + "topo_id": "976141358632923173" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1411807871353101773" + "topo_id": "1892324964282150621" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2170635152177369157" + "topo_id": "8670410307859944684" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3949471444226478825" + "topo_id": "1388193861416803667" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1818810352616581296" + "topo_id": "474224468499879494" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "964633499004593242" + "topo_id": "2263929831371077247" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4731079696028194090" + "topo_id": "1247150437631306262" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5171568423686258430" + "topo_id": "1759258031932037201" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1278527188997132799" + "topo_id": "1575964715719450601" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "218040626164760893" + "topo_id": "4936710923449494071" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "4392052326842015177" + "topo_id": "6315173983599943473" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7979954952042406834" + "topo_id": "1360473259509438433" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3314982697157037690" + "topo_id": "67704828971613758" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3283594110611172129" + "topo_id": "1350537621883145335" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8852536101218082967" + "topo_id": "5812167567998334963" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2010849049255056501" + "topo_id": "1626087496708561409" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6887628387290422296" + "topo_id": "2275826691582302079" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "347248173269097011" + "topo_id": "6924957083159820100" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2159991416635445780" + "topo_id": "4391490245703693674" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "604020735571959240" + "topo_id": "6806422887601886743" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2120758308478921920" + "topo_id": "239532634456095419" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1203769937708723434" + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2107851257937935552" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "57239486294626272" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "929733099934307562" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2487224819567671480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "36156302053992809" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1370574747495869901" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "902493951468708558" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "57239486294626272" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "929733099934307562" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2487224819567671480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "36156302053992809" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1370574747495869901" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "57239486294626272" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "929733099934307562" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2487224819567671480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "36156302053992809" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1370574747495869901" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1981950199656041868" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "57239486294626272" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "929733099934307562" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1981950199656041868" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1981950199656041868" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1762218165426274468" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2924593612942081579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1971878083348679734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4165542049085203369" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1762218165426274468" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2924593612942081579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1971878083348679734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4165542049085203369" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2308057680689706157" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1955934573425160180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "479933697790071402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2279768727984118215" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4812762959009503425" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3066755898407865405" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1668930261233521670" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9161145022502944280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2216285198913132387" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3730214787487166898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1178012562052852877" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1271246596163524172" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2038554558594244421" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "293644225294148420" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2225848317088223795" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1379985073756905466" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4903845141340762260" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2088638666383897907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "239532634456095419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7246832834299265161" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6806422887601886743" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4391490245703693674" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6924957083159820100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2275826691582302079" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626087496708561409" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1751036568272708300" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5812167567998334963" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6750574462588490841" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1350537621883145335" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2766432272628397020" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "67704828971613758" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2363134534955968566" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1360473259509438433" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1998442118362289325" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6315173983599943473" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "739493536761977042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4936710923449494071" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1103667473418088219" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1575964715719450601" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7087153965093658096" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1759258031932037201" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2223720976537332848" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1247150437631306262" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5350943583734939343" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2263929831371077247" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "377767852394922764" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "474224468499879494" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7375988323233341180" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1388193861416803667" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1131443122785031922" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8670410307859944684" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1626049293067463037" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1892324964282150621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "241025129174118551" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "976141358632923173" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1193475045457854981" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "869808472772715918" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7347583451764859236" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8714776207833672570" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2030344205342096602" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5001036174541215332" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1477730213161749249" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1176924176968054147" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1330084545849610380" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9214662932769823396" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112863658436516887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1762218165426274468" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1544737397628630898" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2924593612942081579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1382389024594339480" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1971878083348679734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480926136739286432" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4165542049085203369" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2360641634375562921" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1318683445010734282" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "647086125709296944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7238016490051797943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "471061604776108303" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "466464288248192833" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2780884945088837954" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "26545789328997202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1614041168387896134" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5161751843194801723" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1177877810029180573" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1773566578572826505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8744288143084691858" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6983884591598913747" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "297731615428968741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "863231354411867851" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1261755439040806204" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "330537943351355483" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9190845904726706944" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5027020181132435775" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2062045243939487366" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7477614187005085920" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2061039217435346123" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2393906451624347185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5373940756356872214" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "254395750370315094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1092068267614063628" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7008440738495984505" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2290463099723776579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4550576561806125005" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1784129415356065011" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3858386088202460342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5678334302342000647" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "758493420243515869" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "811333066212751218" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2909862694412775370" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2652430176158954734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6760078926935854621" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1100993812187394273" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3375303518351473057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4444525699257750659" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "201433766823725185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "866994719427878145" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8738769712428375882" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2075833530215333701" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3140217457988396492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7772514982764498309" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "706131000598753489" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7602491954564661924" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2112493603746858813" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802640744965387994" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "29997488447722873" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1389978557151374492" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3302923249210107847" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7833322140790189049" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8005792910683782296" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "686716754554911372" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "51573691637091042" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2260940061423550112" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2173019088337156708" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "822778488378095244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2008213571000638402" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "692807291058397225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1158685491022459569" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4928297128058462908" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5955965582032884220" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2286836459710368237" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7144482006871865411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4577061020327218874" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8760755147090182499" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2638772435792143327" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1741306650826058940" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2914306756946241844" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6252031517737164934" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8952166288615045175" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1423253199075094003" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4859147781195670580" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1811632470708428318" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4767867856666011189" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1744956001686929794" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "752981812854641183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "975577490717270608" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410670632833915762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8681113590543559766" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574724257237750258" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1213837111879045907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1233197183913247707" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4209138982260320751" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1311769104382170340" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "754030680679088150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "983327222449205411" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4287443276973345506" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "574687303748136565" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "643658114936932474" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" } ], "modified": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2127382393542139464" + "topo_id": "2107851257937935552" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "8895018944467994035" + "topo_id": "481354503732134950" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "3373733406843830055" + "topo_id": "2079010433622333268" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9179693836652258027" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1160896596282516358" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2101663719382155092" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1671808297100046860" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1981950199656041868" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2541143129638266185" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2146940540815182997" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1753978483824148184" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "789999177008095052" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1531513083113754932" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8099162054007723986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "282983145001056244" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1677727009940732457" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "385825343385700304" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "859906188704598502" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "624479087505418741" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5889031682207961001" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1762218165426274468" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4165542049085203369" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1971878083348679734" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2924593612942081579" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2024723517535435772" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2148367950143520856" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8685200428289522319" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "293644225294148420" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2088638666383897907" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8878212345783855113" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "177123982217248190" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "643658114936932474" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "956072906306247094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5767571299540252350" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1036998363664629525" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9081575313598628105" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6880910541577707188" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2251472026797377574" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4524133658318250543" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "962952880597960949" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1280413933116676183" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "801789379351756897" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "966205360820412276" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1107944654376882139" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2116333977190396230" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6955634311328946317" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7986896384717737905" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1608879278449926554" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8682891844607491117" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "602314610833235031" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1771745615304506394" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1868062695930819715" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "894003903365689139" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8392064464834242560" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1154156964392833248" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3948339492677831745" } ], "generated": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "5548916529568088225" + "topo_id": "6507850846290516864" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6916561905773084239" + "topo_id": "5532775510822146896" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1236330499679390632" + "topo_id": "1406836256624468514" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1082150162046185245" + "topo_id": "142828312317330933" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "6916561905773084239" + "topo_id": "5532775510822146896" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "1082150162046185245" + "topo_id": "142828312317330933" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1262109917634436126" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1180079771224300823" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2041476680626990749" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1950088862086012269" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1112895296842357478" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6771191033936062586" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4470698392581398419" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5326047001255414789" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1180079771224300823" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1950088862086012269" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1112895296842357478" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6771191033936062586" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1376728338855746347" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8026866060789891838" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "953501578457172643" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6389648291104148553" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8026866060789891838" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6389648291104148553" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7352391668136790599" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2215001285004532765" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3097044989825033881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "244150959910498843" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2716304435925181322" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1949982846017503361" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "816080137420639106" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2480909105327737364" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1307462251933439202" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "49132541920231178" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1826270860068940730" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "386470284277123238" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2215001285004532765" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3097044989825033881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2716304435925181322" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1949982846017503361" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "816080137420639106" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2480909105327737364" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2272800013939996311" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "603123305948015777" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1127898047898542058" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8842046810112325959" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1441382586659649126" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1354013207719100656" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "493577844792705518" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1913928933414143150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1300943487247485098" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5153622131979573820" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3712214152320418607" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1376370326949220129" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "603123305948015777" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1127898047898542058" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1441382586659649126" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1354013207719100656" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "493577844792705518" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1913928933414143150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "9198307334359094878" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "178444035387333880" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "559084203054356995" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1410288542450096692" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1309691108918121677" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2288491217856051094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5702504458718316555" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1255870043675504719" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "178444035387333880" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "559084203054356995" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1309691108918121677" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2288491217856051094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "830001350114594406" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4204616728662275993" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6116749249704899986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8549199327010453342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1962240133459644943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "204696106387041388" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7928533690513781" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "399964446644637633" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4204616728662275993" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8549199327010453342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1962240133459644943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "204696106387041388" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "339036576578405893" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1493871719501866737" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1661810826026580217" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1385150536134470477" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "645916730753972987" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "547843200760400986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2395362167753591077" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5704167881452637973" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1774405889830399762" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "649808034122149141" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1757685798572594033" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1088620978714506942" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1202532899914578887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "604160845067042467" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7125828348771707390" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "805041216144260224" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2212793477202963881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1480135967961552834" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "830570327794485876" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "560771856558693744" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "80466448965704699" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1524080427163841186" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3700173834376501440" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1333276241396790401" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1979730915371748738" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4566630278004256287" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1325012165426196057" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1874975733250918560" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2031416652784971832" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "930130841193998164" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "6872612241639664280" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "788915490086727200" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3163129919919560538" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7760085931481254080" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "815471305360142571" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "352955113874452999" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1355664709177448022" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1725329609135835519" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2114082637036307917" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "472138773063686190" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4728374170235775622" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1907694281236775970" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3526681937496966045" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "339036576578405893" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1493871719501866737" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "649808034122149141" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1202532899914578887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "830570327794485876" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1524080427163841186" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2165467738606125208" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "788915490086727200" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1355664709177448022" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "991750397866167790" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1912654695240443351" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1661810826026580217" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "547843200760400986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3163129919919560538" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7070286097073974075" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "48720626870789563" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1385150536134470477" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1874975733250918560" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1725329609135835519" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1096288433972448617" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5058333742025086238" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2304659462217052993" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "729609239395590255" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1901501549945512557" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "80585410209859129" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "557059868151942100" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8053132237447379171" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1417635468736047942" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8418779381697998829" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2395362167753591077" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "5704167881452637973" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1757685798572594033" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "604160845067042467" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7125828348771707390" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "805041216144260224" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2212793477202963881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "560771856558693744" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3700173834376501440" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1333276241396790401" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1979730915371748738" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4566630278004256287" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2031416652784971832" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7760085931481254080" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2114082637036307917" } ], "deleted": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "2064420579174105465" + "topo_id": "8122577336593503133" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "FACE", - "topo_id": "7920699569291043475" + "topo_id": "8271688531901838021" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "465789255506526117" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1989702716894281845" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1621765135430598653" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3458211661435580711" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1317531193911696191" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1205081471319790590" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "36156302053992809" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4780196677922957067" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1148704597766527225" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "2606366173518043694" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "3741729634718589911" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "4890713625593784084" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "8819457787246770977" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1537062835764124530" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7127101623610158401" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "7798987352551479495" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "415166200862053572" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "1149317789781699515" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "FACE", + "topo_id": "802567163369910598" } ], "section_edges": [ { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "EDGE", - "topo_id": "6916561905773084239" + "topo_id": "5532775510822146896" }, { - "graph_id": "graph_707cc752", - "node_id": "node_1744b92f", + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", "output_slot": 0, "kind": "EDGE", - "topo_id": "1082150162046185245" + "topo_id": "142828312317330933" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1180079771224300823" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1950088862086012269" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1112895296842357478" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "6771191033936062586" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "8026866060789891838" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "6389648291104148553" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2215001285004532765" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "3097044989825033881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2716304435925181322" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1949982846017503361" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "816080137420639106" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2480909105327737364" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "603123305948015777" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1127898047898542058" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1441382586659649126" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1354013207719100656" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "493577844792705518" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1913928933414143150" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "178444035387333880" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "559084203054356995" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1309691108918121677" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2288491217856051094" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "4204616728662275993" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "8549199327010453342" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1962240133459644943" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "204696106387041388" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "339036576578405893" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1493871719501866737" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1661810826026580217" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1385150536134470477" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "547843200760400986" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2395362167753591077" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "5704167881452637973" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "649808034122149141" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1757685798572594033" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1202532899914578887" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "604160845067042467" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "7125828348771707390" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "805041216144260224" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2212793477202963881" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "830570327794485876" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "560771856558693744" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1524080427163841186" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "3700173834376501440" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1333276241396790401" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1979730915371748738" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "4566630278004256287" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1874975733250918560" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2031416652784971832" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "788915490086727200" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "3163129919919560538" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "7760085931481254080" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1355664709177448022" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "1725329609135835519" + }, + { + "graph_id": "graph_ff292a54", + "node_id": "node_f2b82caa", + "output_slot": 0, + "kind": "EDGE", + "topo_id": "2114082637036307917" } ], "entries": [], @@ -75268,6 +99365,70 @@ "generated": 6, "deleted": 2, "section_edges": 2 + }, + { + "index": 1, + "preserved": 170, + "modified": 2, + "generated": 0, + "deleted": 2, + "section_edges": 0 + }, + { + "index": 2, + "preserved": 169, + "modified": 4, + "generated": 12, + "deleted": 2, + "section_edges": 4 + }, + { + "index": 3, + "preserved": 171, + "modified": 3, + "generated": 6, + "deleted": 2, + "section_edges": 2 + }, + { + "index": 4, + "preserved": 169, + "modified": 6, + "generated": 18, + "deleted": 3, + "section_edges": 6 + }, + { + "index": 5, + "preserved": 168, + "modified": 6, + "generated": 18, + "deleted": 5, + "section_edges": 6 + }, + { + "index": 6, + "preserved": 171, + "modified": 4, + "generated": 12, + "deleted": 2, + "section_edges": 4 + }, + { + "index": 7, + "preserved": 172, + "modified": 4, + "generated": 12, + "deleted": 2, + "section_edges": 4 + }, + { + "index": 8, + "preserved": 160, + "modified": 24, + "generated": 87, + "deleted": 1, + "section_edges": 29 } ] } diff --git a/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.py b/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.py index 4077a51..df06617 100644 --- a/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.py +++ b/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.py @@ -1,8 +1,14 @@ """Parametric 28-tooth spur gear generated with SimpleCADAPI.""" import json +import sys from pathlib import Path +_PROJECT_ROOT = Path(__file__).resolve().parents[4] +_SIMPLECADAPI_SRC = _PROJECT_ROOT / "SimpleCADAPI" / "src" +if str(_SIMPLECADAPI_SRC) not in sys.path: + sys.path.insert(0, str(_SIMPLECADAPI_SRC)) + import simplecadapi as scad @@ -14,6 +20,76 @@ BORE_DIAMETER_MM = 5.0 ADDENDUM_FACTOR = 1.0 CLEARANCE_FACTOR = 0.25 BACKLASH_MM = 0.0 +VIEWER_SELECTED_EDGE = { + "reference_id": "e344", + "row_index": 343, + "description": "top circular edge of the center bore", +} +BORE_TOP_CHAMFER_DISTANCE_MM = 3.0 +EDIT_HOLE_AXIS = (0.0, 0.0, 1.0) +EDIT_HOLES = [ + { + "diameter_mm": 2.0, + "center_mm": (-2.9189440262073063, 5.47686606164935, THICKNESS_MM), + }, + { + "diameter_mm": 2.0, + "center_mm": (7.5974463825483305, -0.8433357012066764, THICKNESS_MM), + }, +] +EDIT_HOLE_PATTERNS = [ + { + "diameter_mm": 2.0, + "rows": 2, + "columns": 2, + "pitch_x_mm": 8.0, + "pitch_y_mm": 8.0, + "depth": "through", + "direction": "face_normal", + "orientation": "surface_xy", + "center_mm": (0.24688766006678975, -8.367405492677905, THICKNESS_MM), + "selected_face": { + "reference_id": "f5", + "selector": "f5", + "face_index": 2785, + "row_index": 4, + "normal": (0.0, 0.0, 1.0), + }, + }, +] +EDIT_POCKETS = [ + { + "shape": "rectangle", + "width_mm": 10.0, + "height_mm": 6.0, + "depth_mm": 1.0, + "center_mm": (-8.717129036056448, -0.9462437095981322, THICKNESS_MM), + "direction": "face_normal", + "orientation": "surface_xy", + "selected_face": { + "reference_id": "f5", + "selector": "f5", + "face_index": 5428, + "row_index": 4, + "normal": (0.0, 0.0, 1.0), + }, + }, +] + + +def hole_pattern_centers(pattern): + x_center, y_center, z_center = pattern["center_mm"] + x_start = x_center - (pattern["columns"] - 1) * pattern["pitch_x_mm"] / 2.0 + y_start = y_center - (pattern["rows"] - 1) * pattern["pitch_y_mm"] / 2.0 + return [ + ( + x_start + column * pattern["pitch_x_mm"], + y_start + row * pattern["pitch_y_mm"], + z_center, + ) + for row in range(pattern["rows"]) + for column in range(pattern["columns"]) + ] def generate() -> None: @@ -32,14 +108,75 @@ def generate() -> None: blank_faces = scad.ql.select(items=gear_blank.get_faces()).all() print("gear_blank_faces", len(blank_faces)) + bore_radius = BORE_DIAMETER_MM / 2.0 bore = scad.make_cylinder_rsolid( - radius=BORE_DIAMETER_MM / 2.0, + radius=bore_radius, height=THICKNESS_MM + 2.0, bottom_face_center=(0.0, 0.0, -1.0), axis=(0.0, 0.0, 1.0), ) - gear = scad.cut_rsolid(gear_blank, bore, skip_non_intersecting=False) + bore_top_chamfer = scad.make_cone_rsolid( + bottom_radius=bore_radius, + height=BORE_TOP_CHAMFER_DISTANCE_MM, + top_radius=bore_radius + BORE_TOP_CHAMFER_DISTANCE_MM, + bottom_face_center=( + 0.0, + 0.0, + THICKNESS_MM - BORE_TOP_CHAMFER_DISTANCE_MM, + ), + axis=(0.0, 0.0, 1.0), + ) + edit_hole_cutters = [ + scad.make_cylinder_rsolid( + radius=hole["diameter_mm"] / 2.0, + height=THICKNESS_MM + 2.0, + bottom_face_center=(hole["center_mm"][0], hole["center_mm"][1], -1.0), + axis=EDIT_HOLE_AXIS, + ) + for hole in EDIT_HOLES + ] + pattern_hole_cutters = [ + scad.make_cylinder_rsolid( + radius=pattern["diameter_mm"] / 2.0, + height=THICKNESS_MM + 2.0, + bottom_face_center=(center[0], center[1], -1.0), + axis=EDIT_HOLE_AXIS, + ) + for pattern in EDIT_HOLE_PATTERNS + for center in hole_pattern_centers(pattern) + ] + pocket_cutters = [ + scad.make_box_rsolid( + width=pocket["width_mm"], + height=pocket["height_mm"], + depth=pocket["depth_mm"] + 0.02, + bottom_face_center=( + pocket["center_mm"][0], + pocket["center_mm"][1], + THICKNESS_MM - pocket["depth_mm"], + ), + ) + for pocket in EDIT_POCKETS + ] + print("viewer_edit_holes", len(edit_hole_cutters)) + print("viewer_edit_pattern_holes", len(pattern_hole_cutters)) + print("viewer_edit_pockets", len(pocket_cutters)) + gear = scad.cut_rsolid( + gear_blank, + [ + bore, + bore_top_chamfer, + *edit_hole_cutters, + *pattern_hole_cutters, + *pocket_cutters, + ], + skip_non_intersecting=False, + ) gear = scad.apply_tag(shape=gear, tag="role.power_transmission.gear") + gear = scad.apply_tag(shape=gear, tag="feature.viewer_edit_point_hole") + gear = scad.apply_tag(shape=gear, tag="feature.viewer_edit_hole_pattern") + gear = scad.apply_tag(shape=gear, tag="feature.viewer_edit_rectangular_pocket") + gear = scad.apply_tag(shape=gear, tag="feature.viewer_selected_edge_chamfer") final_faces = scad.ql.select(items=gear.get_faces()).all() final_edges = scad.ql.select(items=gear.get_edges()).all() print("final_topology", {"faces": len(final_faces), "edges": len(final_edges)}) @@ -61,6 +198,61 @@ def generate() -> None: "root_diameter_mm": root_diameter_mm, "thickness_mm": THICKNESS_MM, "bore_diameter_mm": BORE_DIAMETER_MM, + "viewer_selected_edge": VIEWER_SELECTED_EDGE, + "bore_top_chamfer_distance_mm": BORE_TOP_CHAMFER_DISTANCE_MM, + "bore_top_chamfer_top_diameter_mm": BORE_DIAMETER_MM + + 2.0 * BORE_TOP_CHAMFER_DISTANCE_MM, + "edit_holes": [ + { + "diameter_mm": hole["diameter_mm"], + "center_mm": list(hole["center_mm"]), + } + for hole in EDIT_HOLES + ], + "edit_hole_count": len(EDIT_HOLES), + "edit_hole_axis": list(EDIT_HOLE_AXIS), + "edit_hole_patterns": [ + { + "diameter_mm": pattern["diameter_mm"], + "rows": pattern["rows"], + "columns": pattern["columns"], + "pitch_x_mm": pattern["pitch_x_mm"], + "pitch_y_mm": pattern["pitch_y_mm"], + "depth": pattern["depth"], + "direction": pattern["direction"], + "orientation": pattern["orientation"], + "center_mm": list(pattern["center_mm"]), + "hole_centers_mm": [ + list(center) for center in hole_pattern_centers(pattern) + ], + "selected_face": { + **pattern["selected_face"], + "normal": list(pattern["selected_face"]["normal"]), + }, + } + for pattern in EDIT_HOLE_PATTERNS + ], + "edit_hole_pattern_count": len(EDIT_HOLE_PATTERNS), + "edit_hole_pattern_hole_count": sum( + pattern["rows"] * pattern["columns"] for pattern in EDIT_HOLE_PATTERNS + ), + "edit_pockets": [ + { + "shape": pocket["shape"], + "width_mm": pocket["width_mm"], + "height_mm": pocket["height_mm"], + "depth_mm": pocket["depth_mm"], + "center_mm": list(pocket["center_mm"]), + "direction": pocket["direction"], + "orientation": pocket["orientation"], + "selected_face": { + **pocket["selected_face"], + "normal": list(pocket["selected_face"]["normal"]), + }, + } + for pocket in EDIT_POCKETS + ], + "edit_pocket_count": len(EDIT_POCKETS), "volume_mm3": round(gear.get_volume(), 6), "faces": len(final_faces), "edges": len(final_edges), diff --git a/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.step b/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.step index bfbc70e..f22750a 100644 --- a/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.step +++ b/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.step @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bfbd12398423da750a4a004b76170cccf80f3891456fa0f6625f1d21fc38f28e -size 927068 +oid sha256:bde82b0d01ae44f71fed5ea79ba145e0ca2ff6e0acfbe082a9351b9b2ed2e6b2 +size 1120945 diff --git a/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.stl b/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.stl index f5d025d..50ee665 100644 --- a/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.stl +++ b/text-to-cad/models/cad-router-v1/gear_28t_4mm/gear_28t_4mm.stl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e15e60ef4be083bacfdecf567b3772d18aee5e702fd25229b414e5d390d0e6f5 -size 1529148 +oid sha256:65fb2cce1be88e98098de4a5e426eaf08d944544516ddaae088958912aa1e71c +size 1646034 diff --git a/text-to-cad/models/cad-router-v1/gear_28t_4mm/validation.json b/text-to-cad/models/cad-router-v1/gear_28t_4mm/validation.json index 0b03bf2..200a2c1 100644 --- a/text-to-cad/models/cad-router-v1/gear_28t_4mm/validation.json +++ b/text-to-cad/models/cad-router-v1/gear_28t_4mm/validation.json @@ -5,15 +5,129 @@ "root_diameter_mm": 25.5, "thickness_mm": 4.0, "bore_diameter_mm": 5.0, - "volume_mm3": 2343.649578, - "faces": 171, - "edges": 507, + "viewer_selected_edge": { + "reference_id": "e344", + "row_index": 343, + "description": "top circular edge of the center bore" + }, + "bore_top_chamfer_distance_mm": 3.0, + "bore_top_chamfer_top_diameter_mm": 11.0, + "edit_holes": [ + { + "diameter_mm": 2.0, + "center_mm": [ + -2.9189440262073063, + 5.47686606164935, + 4.0 + ] + }, + { + "diameter_mm": 2.0, + "center_mm": [ + 7.5974463825483305, + -0.8433357012066764, + 4.0 + ] + } + ], + "edit_hole_count": 2, + "edit_hole_axis": [ + 0.0, + 0.0, + 1.0 + ], + "edit_hole_patterns": [ + { + "diameter_mm": 2.0, + "rows": 2, + "columns": 2, + "pitch_x_mm": 8.0, + "pitch_y_mm": 8.0, + "depth": "through", + "direction": "face_normal", + "orientation": "surface_xy", + "center_mm": [ + 0.24688766006678975, + -8.367405492677905, + 4.0 + ], + "hole_centers_mm": [ + [ + -3.7531123399332103, + -12.367405492677905, + 4.0 + ], + [ + 4.24688766006679, + -12.367405492677905, + 4.0 + ], + [ + -3.7531123399332103, + -4.367405492677905, + 4.0 + ], + [ + 4.24688766006679, + -4.367405492677905, + 4.0 + ] + ], + "selected_face": { + "reference_id": "f5", + "selector": "f5", + "face_index": 2785, + "row_index": 4, + "normal": [ + 0.0, + 0.0, + 1.0 + ] + } + } + ], + "edit_hole_pattern_count": 1, + "edit_hole_pattern_hole_count": 4, + "edit_pockets": [ + { + "shape": "rectangle", + "width_mm": 10.0, + "height_mm": 6.0, + "depth_mm": 1.0, + "center_mm": [ + -8.717129036056448, + -0.9462437095981322, + 4.0 + ], + "direction": "face_normal", + "orientation": "surface_xy", + "selected_face": { + "reference_id": "f5", + "selector": "f5", + "face_index": 5428, + "row_index": 4, + "normal": [ + 0.0, + 0.0, + 1.0 + ] + } + } + ], + "edit_pocket_count": 1, + "volume_mm3": 2128.275635, + "faces": 184, + "edges": 557, "tags": [ + "feature.viewer_edit_hole_pattern", + "feature.viewer_edit_point_hole", + "feature.viewer_edit_rectangular_pocket", + "feature.viewer_selected_edge_chamfer", "role.power_transmission.gear", "sketch.gear_28t_m1.id_0", "sketch_profile.arc_root_0", "solid.boolean.cut", "solid.extrusion" ], - "graph_nodes": 351 + "graph_nodes": 359 } diff --git a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/.004910_like.step.glb b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/.004910_like.step.glb index 1d98ff3..236bf63 100644 --- a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/.004910_like.step.glb +++ b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/.004910_like.step.glb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:bbea9bdbbfe0316c2d1fa536b410f7f1f30cc8edd6b5a4cef0661c6d4c91a4dc -size 98128 +oid sha256:eb5604522d75bee3b777ec9a292afb2342cf51de0be79d82534fec38e3c65223 +size 241204 diff --git a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/.067249_like.step.glb b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/.067249_like.step.glb index 5d9d0df..384cb28 100644 --- a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/.067249_like.step.glb +++ b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/.067249_like.step.glb @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f21efc4cdefbdc217e818fd57d78d929a56a86eb6a1e0576545f98808405fe0c -size 1909292 +oid sha256:d0f0623693d44cc4a973d583275295169d701079f857ec422984352a104b169d +size 1975180 diff --git a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.py b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.py index f68cdc5..ca829d9 100644 --- a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.py +++ b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.py @@ -1,5 +1,9 @@ """Approximate long cylindrical pin with a shallow axial end recess.""" +from math import atan2, degrees, hypot, sqrt + +from build123d import Box, Cylinder, Location + from shaft_common import cut_end_bore, export_horizontal, stepped_body @@ -8,8 +12,115 @@ LENGTH = 120.0 RECESS_DIAMETER = 6.0 RECESS_DEPTH = 5.0 +VIEWER_POCKET_CENTER = (50.72611906534796, 1.4055875192234604, 8.886497233823093) +VIEWER_POCKET_WIDTH = 2.0 +VIEWER_POCKET_HEIGHT = 2.0 +VIEWER_POCKET_DEPTH = 1.0 +VIEWER_POCKET_OVERSHOOT = 0.2 + +CIRCULAR_POCKET_CENTER = (68.62703575804954, 0.06569140145571417, 8.989927422862593) +CIRCULAR_POCKET_NORMAL = (0.0, -0.156229, -0.987721) +CIRCULAR_POCKET_DIAMETER = 8.0 +CIRCULAR_POCKET_DEPTH = 1.0 +CIRCULAR_POCKET_OVERSHOOT = 0.2 + +COUNTERBORE_CENTER = (40.48928144002571, -7.833112445247494, 4.424155112072327) +COUNTERBORE_NORMAL = (0.000061, -0.039505, -0.999219) +COUNTERBORE_HOLE_DIAMETER = 3.0 +COUNTERBORE_DIAMETER = 6.0 +COUNTERBORE_DEPTH = 2.0 +COUNTERBORE_FACE_SELECTOR = { + "reference_id": "f1", + "face_index": 164, + "row_index": 0, +} +COUNTERBORE_OVERSHOOT = 0.2 +COUNTERBORE_THROUGH_OVERSHOOT = 2.0 + + +def cut_viewer_rectangular_pocket(body): + x_pos, y_pos, z_pos = VIEWER_POCKET_CENTER + radial_length = hypot(y_pos, z_pos) + normal_y = y_pos / radial_length + normal_z = z_pos / radial_length + rotation_x = degrees(atan2(-normal_y, normal_z)) + tool_depth = VIEWER_POCKET_DEPTH + VIEWER_POCKET_OVERSHOOT + tool_center_offset = (VIEWER_POCKET_OVERSHOOT - VIEWER_POCKET_DEPTH) / 2.0 + tool_center = ( + x_pos, + y_pos + normal_y * tool_center_offset, + z_pos + normal_z * tool_center_offset, + ) + tool = Location(tool_center, (rotation_x, 0.0, 0.0)) * Box( + VIEWER_POCKET_WIDTH, + VIEWER_POCKET_HEIGHT, + tool_depth, + ) + return body - tool + + +def cut_viewer_circular_pocket(body): + x_pos, y_pos, z_pos = CIRCULAR_POCKET_CENTER + normal_x, normal_y, normal_z = CIRCULAR_POCKET_NORMAL + normal_length = sqrt(normal_x**2 + normal_y**2 + normal_z**2) + normal_y /= normal_length + normal_z /= normal_length + rotation_x = degrees(atan2(-normal_y, normal_z)) + tool_depth = CIRCULAR_POCKET_DEPTH + CIRCULAR_POCKET_OVERSHOOT + tool_center_offset = (CIRCULAR_POCKET_DEPTH - CIRCULAR_POCKET_OVERSHOOT) / 2.0 + tool_center = ( + x_pos, + y_pos + normal_y * tool_center_offset, + z_pos + normal_z * tool_center_offset, + ) + tool = Location(tool_center, (rotation_x, 0.0, 0.0)) * Cylinder( + CIRCULAR_POCKET_DIAMETER / 2.0, + tool_depth, + ) + return body - tool + + +def cut_viewer_counterbore(body): + x_pos, y_pos, z_pos = COUNTERBORE_CENTER + normal_x, normal_y, normal_z = COUNTERBORE_NORMAL + normal_length = sqrt(normal_x**2 + normal_y**2 + normal_z**2) + normal_y /= normal_length + normal_z /= normal_length + rotation_x = degrees(atan2(-normal_y, normal_z)) + + through_depth = OUTER_DIAMETER + 4.0 + through_tool_depth = through_depth + COUNTERBORE_THROUGH_OVERSHOOT + through_center_offset = (through_depth - COUNTERBORE_THROUGH_OVERSHOOT) / 2.0 + through_center = ( + x_pos, + y_pos + normal_y * through_center_offset, + z_pos + normal_z * through_center_offset, + ) + through_tool = Location(through_center, (rotation_x, 0.0, 0.0)) * Cylinder( + COUNTERBORE_HOLE_DIAMETER / 2.0, + through_tool_depth, + ) + + counterbore_tool_depth = COUNTERBORE_DEPTH + COUNTERBORE_OVERSHOOT + counterbore_center_offset = (COUNTERBORE_DEPTH - COUNTERBORE_OVERSHOOT) / 2.0 + counterbore_center = ( + x_pos, + y_pos + normal_y * counterbore_center_offset, + z_pos + normal_z * counterbore_center_offset, + ) + counterbore_tool = Location(counterbore_center, (rotation_x, 0.0, 0.0)) * Cylinder( + COUNTERBORE_DIAMETER / 2.0, + counterbore_tool_depth, + ) + return body - through_tool - counterbore_tool + def gen_step(): body, total = stepped_body([(OUTER_DIAMETER, LENGTH)]) body = cut_end_bore(body, total, RECESS_DIAMETER, RECESS_DEPTH) - return export_horizontal(body, "pin_004910_like") + result = export_horizontal(body, "pin_004910_like") + result = cut_viewer_rectangular_pocket(result) + result = cut_viewer_circular_pocket(result) + result = cut_viewer_counterbore(result) + result.label = "pin_004910_like" + return result diff --git a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.step b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.step index 5cdab91..7e76dda 100644 --- a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.step +++ b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.step @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4580bb8ae9e72eb3c3acc5279434242845426f59f67f6694e09938b8ff049dc8 -size 12091 +oid sha256:95e9f445fe60bdd234f0303050e1873994ea7ebfe11c89b5b0977553849a3611 +size 269118 diff --git a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.stl b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.stl index 1965e80..6a1b8de 100644 --- a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.stl +++ b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/004910_like.stl @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:400a5f1c4a9cf51fcf54486126fd3d2ebd1b452893850f93f8995ea9c8d1dee6 -size 25084 +oid sha256:b868b052df212f6e10148e5b78117819d8becf3f4cbfca52773039dea78d4d52 +size 63384 diff --git a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/067249_like.py b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/067249_like.py index 062eeb9..f1ff999 100644 --- a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/067249_like.py +++ b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/067249_like.py @@ -4,7 +4,9 @@ The image does not define a thread standard. Rings represent the visible thread rhythm while keeping the concept model lightweight and editable. """ -from build123d import BuildPart, BuildSketch, Cylinder, Mode, Plane, Pos, RegularPolygon, extrude +from math import atan2, degrees + +from build123d import Align, Axis, BuildPart, BuildSketch, Cylinder, Mode, Plane, Pos, RegularPolygon, extrude from shaft_common import add_thread_rings, cut_end_bore, export_horizontal, stepped_body @@ -17,10 +19,36 @@ def _hex_prism(z_start, across_corners, length): return prism.part +def _radial_through_hole(body, axial_position, surface_y, surface_z, diameter, stock_diameter): + # The source is authored along +Z and export_horizontal rotates it onto +X. + source_x = -surface_z + source_y = surface_y + angle = degrees(atan2(source_y, source_x)) + tool = ( + Pos(0, 0, axial_position) + * Cylinder( + diameter / 2.0, + stock_diameter + 4.0, + align=(Align.CENTER, Align.CENTER, Align.CENTER), + ) + .rotate(Axis.Y, 90) + .rotate(Axis.Z, angle) + ) + return body - tool + + def gen_step(): # Minor thread stem, neck, roller, and short nut-supporting neck. body, total = stepped_body([(8.2, 40.0), (9.5, 7.0), (28.0, 25.0), (10.0, 4.0)]) body = add_thread_rings(body, z_start=0.5, length=38.5, major_diameter=10.0, pitch=2.0) + body = _radial_through_hole( + body, + axial_position=59.77433249254057, + surface_y=0.8860768186618869, + surface_z=13.963760796195984, + diameter=4.0, + stock_diameter=28.0, + ) hex_body = _hex_prism(total - 0.15, across_corners=22.0, length=11.0) body = body + hex_body total += 10.85 diff --git a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/067249_like.step b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/067249_like.step index f7e2595..ea2cad5 100644 --- a/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/067249_like.step +++ b/text-to-cad/models/cad-router-v1/shaft_reference_set_v1/067249_like.step @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:2921a3dd5722a66ea6341fb9836023d7d5de35cdc779e1b7784f85e8a69a4fc1 -size 200303 +oid sha256:40cd660496b6b0b28bc05159cbaeb9c25d3cf4dba0552798f076469df08d84b2 +size 247772