diff --git a/README.md b/README.md index 534c0ca..3e2e559 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ FreeCAD-aligned web CAD frontend baseline for the BitBybit runtime boundary. - FreeCAD-style application menus, workbench navigation, Combo View, Task Dock, viewport and Report view - Machine-readable workbench and command manifest in `src/freecadManifest.ts` - Current status, source-of-truth order and focused execution queue in [docs/current-work.zh-CN.md](docs/current-work.zh-CN.md) +- Re-audited completion status, critical path and smallest executable milestones in [docs/freecad-web-execution-master-plan.zh-CN.md](docs/freecad-web-execution-master-plan.zh-CN.md) - Chinese implementation plan in `docs/web-cad-implementation-plan.zh-CN.md` - Full 34-module FreeCAD 1.1.1 scope, Bitbybit/OCCT source-build track and executable task ledger in [docs/freecad-complete-parity-backlog.zh-CN.md](docs/freecad-complete-parity-backlog.zh-CN.md) - Executable reference-oracle and R0-R9 delivery order in [docs/freecad-reference-execution-roadmap.zh-CN.md](docs/freecad-reference-execution-roadmap.zh-CN.md) diff --git a/config/chrome-cam-linuxcnc-machine-verification.json b/config/chrome-cam-linuxcnc-machine-verification.json index 194c12d..793d727 100644 --- a/config/chrome-cam-linuxcnc-machine-verification.json +++ b/config/chrome-cam-linuxcnc-machine-verification.json @@ -1,6 +1,6 @@ { "schemaVersion": 1, - "status": "failed", + "status": "pass", "stages": [ "CAD", "OCL", @@ -29,7 +29,105 @@ "hasC359": true, "hasC361": true }, - "error": "Error: LinuxCNC WASM bridge timed out waiting for parser/controller acceptance.\n at http://127.0.0.1:5201/src/facade/camPipeline.ts:103:18", + "machine": { + "backend": "linuxcnc-wasm", + "status": "accepted", + "dryRunStatus": "dry-run", + "parserAuthority": "linuxcnc-wasm", + "machineCase": "axis-vismach-5axis-table-rotary-tilting-xyzbc-trt", + "dryRunMachineCase": "axis-vismach-5axis-table-rotary-tilting-xyzbc-trt", + "lines": 65, + "blocks": 138, + "trajectorySegments": 48 + }, + "runtime": { + "server": "managed-vite-preview", + "worktreeRevision": "58f50e6d66287bc31e6d906e5c33658a348658e4", + "machineCase": "axis-vismach-5axis-table-rotary-tilting-xyzbc-trt", + "artifacts": [ + { + "role": "entry-html", + "path": "index.html", + "runtimeLoaded": true, + "bytes": 61728, + "sha256": "7087d2ccfb9eb2b4967fa75a7d4069cc97ab62a58d4af4f18a7a449ddc1aa536" + }, + { + "role": "case-registry", + "path": "linuxcnc/cases.json", + "runtimeLoaded": true, + "bytes": 2108501, + "sha256": "b9c614d3f139de57277d02944a3cb8d0e54f68da054021ac375be9ffbb4f95db" + }, + { + "role": "machine-config", + "path": "linuxcnc/configs/sim/axis/vismach/5axis/table-rotary-tilting/xyzbc-trt.ini", + "runtimeLoaded": true, + "bytes": 7179, + "sha256": "43c26a58030b6ec4a4319cde23e847cff0134e9f2777eef30848aa477bb87d38" + }, + { + "role": "application", + "path": "assets/simulator-D-5Qaz4x.js", + "runtimeLoaded": true, + "bytes": 852452, + "sha256": "a429e0b7297fb169255a30acc48274ed17bbeb168fc1d90a13cf4b4e2c6db42f" + }, + { + "role": "controller-worker", + "path": "assets/controller.worker-C1K9_tWf.js", + "runtimeLoaded": true, + "bytes": 365084, + "sha256": "7ac06534c9f270411f02efc56b31b9b862855f90ed31470f2dd22c66d631368f" + }, + { + "role": "wasm-loader", + "path": "assets/linuxcnc-core-DHKZgRAr.js", + "runtimeLoaded": false, + "bytes": 320852, + "sha256": "fa73fa21a449efc18bbbf5e33e5ce4035bd8d8699f1cb7c72b88e280d362813a" + }, + { + "role": "wasm-core", + "path": "assets/linuxcnc-core-XJNGI6z7.wasm", + "runtimeLoaded": true, + "bytes": 53030753, + "sha256": "5c1bb5f7648b7ced4ede192485d37aeee1d9e0dec4a86f2c235aeb3d8c3b647e" + } + ], + "loadedArtifacts": [ + { + "role": "entry-html", + "path": "index.html", + "status": 200 + }, + { + "role": "case-registry", + "path": "linuxcnc/cases.json", + "status": 200 + }, + { + "role": "machine-config", + "path": "linuxcnc/configs/sim/axis/vismach/5axis/table-rotary-tilting/xyzbc-trt.ini", + "status": 200 + }, + { + "role": "application", + "path": "assets/simulator-D-5Qaz4x.js", + "status": 200 + }, + { + "role": "controller-worker", + "path": "assets/controller.worker-C1K9_tWf.js", + "status": 200 + }, + { + "role": "wasm-core", + "path": "assets/linuxcnc-core-XJNGI6z7.wasm", + "status": 200 + } + ] + }, "browserId": "chrome", "browser": { "product": "150.0.7871.128", diff --git a/config/chrome-cam-verification.json b/config/chrome-cam-verification.json index 288da51..1189b8a 100644 --- a/config/chrome-cam-verification.json +++ b/config/chrome-cam-verification.json @@ -21,7 +21,7 @@ "multiAxis": true }, "geometry": { - "sourceShape": "shape-mst1ison-1", + "sourceShape": "shape-msthz6ws-1", "valid": true, "volume": 30 }, diff --git a/config/chrome-partdesign-reference-lifecycle-verification.json b/config/chrome-partdesign-reference-lifecycle-verification.json index 2a44fa7..2ced2e0 100644 --- a/config/chrome-partdesign-reference-lifecycle-verification.json +++ b/config/chrome-partdesign-reference-lifecycle-verification.json @@ -90,7 +90,7 @@ } ], "area": 30, - "shapeId": "shape-mss2yww8-1", + "shapeId": "shape-mstl5fuc-1", "state": [ "Up-to-date" ], @@ -139,7 +139,7 @@ "binder": { "support": [], "area": 30, - "shapeId": "shape-mss2yww8-1", + "shapeId": "shape-mstl5fuc-1", "state": [ "Up-to-date" ], @@ -237,7 +237,7 @@ } ], "area": 30, - "shapeId": "shape-mss2yww8-1", + "shapeId": "shape-mstl5fuc-1", "state": [ "Up-to-date" ], @@ -286,7 +286,7 @@ "binder": { "support": [], "area": 30, - "shapeId": "shape-mss2yww8-1", + "shapeId": "shape-mstl5fuc-1", "state": [ "Up-to-date" ], @@ -335,7 +335,7 @@ "binder": { "support": [], "area": 30, - "shapeId": "shape-mss2yww8-1", + "shapeId": "shape-mstl5fuc-1", "state": [ "Up-to-date" ], @@ -433,7 +433,7 @@ } ], "area": 30, - "shapeId": "shape-mss2yww8-1", + "shapeId": "shape-mstl5fuc-1", "state": [ "Up-to-date" ], @@ -531,7 +531,7 @@ } ], "area": 54, - "shapeId": "shape-mss2ywwz-3", + "shapeId": "shape-mstl5fv3-3", "state": [ "Up-to-date" ], @@ -629,7 +629,7 @@ } ], "area": 30, - "shapeId": "shape-mss2yww8-1", + "shapeId": "shape-mstl5fuc-1", "state": [ "Up-to-date" ], @@ -727,7 +727,7 @@ } ], "area": 54, - "shapeId": "shape-mss2ywwz-3", + "shapeId": "shape-mstl5fv3-3", "state": [ "Up-to-date" ], @@ -825,7 +825,7 @@ } ], "area": 54, - "shapeId": "shape-mss2ywwz-3", + "shapeId": "shape-mstl5fv3-3", "state": [ "Up-to-date" ], @@ -923,7 +923,7 @@ } ], "area": 30, - "shapeId": "shape-mss2yww8-1", + "shapeId": "shape-mstl5fuc-1", "state": [ "Up-to-date" ], @@ -1021,7 +1021,7 @@ } ], "area": 54, - "shapeId": "shape-mss2ywwz-3", + "shapeId": "shape-mstl5fv3-3", "state": [ "Up-to-date" ], @@ -1059,8 +1059,8 @@ }, { "path": "src/facade/mockFacade.ts", - "bytes": 150952, - "sha256": "a17f5c80c4f523776211e2ae341a60c2a55b06afd86369a3d2d71b888e75f48b" + "bytes": 160856, + "sha256": "998605cd6b17b82a2567006e6e34fba89f0a425afd383abad541dae03aebf478" }, { "path": "src/facade/geometryRuntime.ts", diff --git a/config/freecad-active-work-queue.json b/config/freecad-active-work-queue.json new file mode 100644 index 0000000..fbf9553 --- /dev/null +++ b/config/freecad-active-work-queue.json @@ -0,0 +1,5266 @@ +{ + "schemaVersion": 1, + "baseline": { + "freecadVersion": "1.1.1", + "commit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d" + }, + "updatedAt": "2026-08-14", + "generatedBy": "scripts/generate-freecad-active-work-queue.mjs", + "policy": { + "maxInProgress": 1, + "unit": "one artifact, one focused check, one explicit exit condition", + "transitionUnit": "one ordered operation pair", + "driftUnit": "one native case" + }, + "nextTask": "ORA-GUI-WF-002", + "summary": { + "tasks": 487, + "completed": 112, + "inProgress": 1, + "pending": 374 + }, + "milestones": [ + { + "id": "ORA-GUI-BASELINE", + "exactTask": "EX-ORA-01", + "status": "completed", + "tasks": [ + { + "id": "ORA-GUI-SETUP-000", + "title": "Split GUI state probing from object/property probing", + "status": "completed" + }, + { + "id": "ORA-GUI-SETUP-001", + "title": "Diagnose the BIM first-run modal block", + "status": "completed", + "dependencies": [ + "ORA-GUI-SETUP-000" + ] + }, + { + "id": "ORA-GUI-SETUP-002", + "title": "Isolate FreeCAD config and suppress BIM first-run welcome before probing", + "status": "completed", + "dependencies": [ + "ORA-GUI-SETUP-001" + ] + }, + { + "id": "ORA-GUI-SHARD-000", + "title": "Probe GUI command indexes [0, 11)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SETUP-002" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-0-of-100.json", + "aa7ee4c38c48fbecd116c7347639f8c30bedfbbe83cbece498c4b706a15b61df" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-001", + "title": "Probe GUI command indexes [11, 22)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-000" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-1-of-100.json", + "7117b8c8cb907da2093e0624059069b2d0e6b7c2c093769e6e3bf34694d59f26" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-002", + "title": "Probe GUI command indexes [22, 33)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-001" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-2-of-100.json", + "591a9e4e8e996979f9da271f74b243207da0ee84238c7a02cbd8cd6ac0e31084" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-003", + "title": "Probe GUI command indexes [33, 44)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-002" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-3-of-100.json", + "b95741c9171305f5378f67b418d5c07a47b9407e59a77fb844add8c3a44a4810" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-004", + "title": "Probe GUI command indexes [44, 55)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-003" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-4-of-100.json", + "11f81f48fb79616a9ca1f814f79197d85b20d10c026117b1b0ea312cbe22f129" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-005", + "title": "Probe GUI command indexes [55, 66)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-004" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-5-of-100.json", + "a1c26c4108ab2dd52a5b8d8a7aa337c3f79a28bcb725c4f4f20b2e54bd790c0c" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-006", + "title": "Probe GUI command indexes [66, 77)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-005" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-6-of-100.json", + "c33445b0ae29045ca738ff8506b4816c3b9d3d991e8f81299e9bf5966c94a319" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-007", + "title": "Probe GUI command indexes [77, 88)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-006" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-7-of-100.json", + "87674bebc8b0e13bfa14b3d5e68ee936668df722a1830466d29f28a5854414be" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-008", + "title": "Probe GUI command indexes [88, 99)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-007" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-8-of-100.json", + "aeb8c6a8ff43be4b6d618abdd9f5b3b33a580e2a69f9ab4daf14a9df6675496c" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-009", + "title": "Probe GUI command indexes [99, 111)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-008" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-9-of-100.json", + "04b01c6fac6f0caf451d80bbaeb4c5d95314a785634a9b828dfcfdb06f3b6017" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-010", + "title": "Probe GUI command indexes [111, 122)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-009" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-10-of-100.json", + "b6eefca6750a031148b41326d2b8b7011e7d3fdb35800040eaecf79dc1307fb9" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-011", + "title": "Probe GUI command indexes [122, 133)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-010" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-11-of-100.json", + "381e4ac86e637d702a74853a9d564422ed979c1a6467273eb671a279824db3d8" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-012", + "title": "Probe GUI command indexes [133, 144)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-011" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-12-of-100.json", + "8b68a2321892b693c27e044ce646660ae3478c8bb48867cdecf4ca1cdae83d2e" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-013", + "title": "Probe GUI command indexes [144, 155)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-012" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-13-of-100.json", + "fd32b513c5f90c8c6e00b87375ded5713729551cd783d22f2eafe2d311b13ba9" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-014", + "title": "Probe GUI command indexes [155, 166)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-013" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-14-of-100.json", + "3a2d8d41e75194b96dbb1782e37cafa4d1e84f1e74e5c881d722671982f2c5e0" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-015", + "title": "Probe GUI command indexes [166, 177)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-014" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-15-of-100.json", + "85d4fb98228a541cacdbf311b3788456526c55d8f9b8a807db004ce045932cba" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-016", + "title": "Probe GUI command indexes [177, 188)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-015" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-16-of-100.json", + "c9b3dc4ebbdbaf3c54f4da8591253f0dc4668e805bca7399fafc263fdbe7a4ce" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-017", + "title": "Probe GUI command indexes [188, 199)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-016" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-17-of-100.json", + "6c147ff4263a69d5c58171585157f3ffca9c2774daa899269ebe5125606e9ab9" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-018", + "title": "Probe GUI command indexes [199, 211)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-017" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-18-of-100.json", + "9037954e61d6b90635863b28ca99d44a48fd3fd0eec566137f5759b271f4f53e" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-019", + "title": "Probe GUI command indexes [211, 222)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-018" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-19-of-100.json", + "bef2f8f621c267f1d08f90e9dde9a73c3bfa29c2c656b53f725651579959edbc" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-020", + "title": "Probe GUI command indexes [222, 233)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-019" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-20-of-100.json", + "6bf1dcfe7f547e0aee4fc6dae9d024c44094f59113019ec0d0313e38a1661fe9" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-021", + "title": "Probe GUI command indexes [233, 244)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-020" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-21-of-100.json", + "72b4dba469b3f208be141eff6ca8b31c1048a1a4a234a247915ffb383dc3baa5" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-022", + "title": "Probe GUI command indexes [244, 255)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-021" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-22-of-100.json", + "41c9603337c0f9229c202ac7879bde3a3fdede9609f9831ae77e0fe8a4ccde15" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-023", + "title": "Probe GUI command indexes [255, 266)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-022" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-23-of-100.json", + "18e9a13a060b3c677bf7c924407ba19103d5826c4cbd67d259aeec93b40c5389" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-024", + "title": "Probe GUI command indexes [266, 277)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-023" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-24-of-100.json", + "98bb6835cf2653036dfabf070a9d7fc302dca21156d2b5264a37f310539abc12" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-025", + "title": "Probe GUI command indexes [277, 288)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-024" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-25-of-100.json", + "6c9e13af89f43ca49921aefdf66650711d0ac737c312357d0123d9ead9afd85d" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-026", + "title": "Probe GUI command indexes [288, 299)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-025" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-26-of-100.json", + "c4bc6167c92f6ebd65443beb1873d1c35d1617ded9c8e5e141a40ac8d23ba392" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-027", + "title": "Probe GUI command indexes [299, 311)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-026" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-27-of-100.json", + "e60494ca14d7d5902ea7ec3bcc7210865cd2d088bd856045b3bb238ddec3e220" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-028", + "title": "Probe GUI command indexes [311, 322)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-027" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-28-of-100.json", + "b7af0ef8fe9f78f358742acae249ea36a6c47a9b1899cda475179a5cc45ad76e" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-029", + "title": "Probe GUI command indexes [322, 333)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-028" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-29-of-100.json", + "37272c91045b79e20d6c44e7053ed254292cb860eae63fe6ad8278ca9498e196" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-030", + "title": "Probe GUI command indexes [333, 344)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-029" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-30-of-100.json", + "a33889906951d90ab695dfc31d2f742eab1a9eed8aaba2c13fa32cec4d63aeee" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-031", + "title": "Probe GUI command indexes [344, 355)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-030" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-31-of-100.json", + "ecd242d632757e1142808c456ba11f85d25d7f6ba232ee0eafe7f7110dd9d174" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-032", + "title": "Probe GUI command indexes [355, 366)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-031" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-32-of-100.json", + "4cbdba59aac57846a9b1007171313e52539f236c33bc0d88e56f40b01941dd93" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-033", + "title": "Probe GUI command indexes [366, 377)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-032" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-33-of-100.json", + "9c403790dd144558e964f3fe40ceccf4bc87a10b35fd3ba5e56382be7049c21b" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-034", + "title": "Probe GUI command indexes [377, 388)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-033" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-34-of-100.json", + "2ffe11e382e03072d5d60a6916a119fb1268e8a480284130fd44825fdbcf113b" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-035", + "title": "Probe GUI command indexes [388, 399)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-034" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-35-of-100.json", + "fc062313b68c9528e14a4790cf85ec91deb8211adf691e227db36cbd39d8c001" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-036", + "title": "Probe GUI command indexes [399, 411)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-035" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-36-of-100.json", + "03ffce674329f7dc3fd39ce0ed96fbaa718a136e31a0881731629edd1be9d29d" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-037", + "title": "Probe GUI command indexes [411, 422)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-036" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-37-of-100.json", + "9fd4b415e46398ee7ad449f851ec0c78c99951619354666b2d614ceea6dd3b28" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-038", + "title": "Probe GUI command indexes [422, 433)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-037" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-38-of-100.json", + "2f481786789e5c2632c74bbe457c0b109704569594879122bfebeb70efa6a0e9" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-039", + "title": "Probe GUI command indexes [433, 444)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-038" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-39-of-100.json", + "8f9b79db4b82e2d58c6c3a175b7de8cff03a4af00181b392cf335573100d561a" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-040", + "title": "Probe GUI command indexes [444, 455)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-039" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-40-of-100.json", + "bb14a09434e0b49a15be20c73eb274ffac8afcb3d8978a0b47924163a7a4dbf1" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-041", + "title": "Probe GUI command indexes [455, 466)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-040" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-41-of-100.json", + "e74efe2b53f98f8d7cd2309ef2d0a886c4e6246cd31abe00ca69bffaae8df912" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-042", + "title": "Probe GUI command indexes [466, 477)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-041" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-42-of-100.json", + "f846bd7339220dc868504a605cbb89245e384dcfad17e4dcf364321231c2515e" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-043", + "title": "Probe GUI command indexes [477, 488)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-042" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-43-of-100.json", + "000f7ea43036ce79d11f1e053d4bc9bc426ea884f9c823ea396e6caabb2a6d94" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-044", + "title": "Probe GUI command indexes [488, 499)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-043" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-44-of-100.json", + "0433863d2dcb2b17af785e9b80ff423b48759788a129cbb7a825f350eac52273" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-045", + "title": "Probe GUI command indexes [499, 511)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-044" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-45-of-100.json", + "9243c0051c3ab4a59613627c03b6771d69575ce6713cddeea3558fac177684c1" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-046", + "title": "Probe GUI command indexes [511, 522)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-045" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-46-of-100.json", + "2dbb003d8426f4e50762ff42777872b2640299a2bbd6013371660e2e3da34abe" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-047", + "title": "Probe GUI command indexes [522, 533)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-046" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-47-of-100.json", + "02f8738390be0faac044051318a8dc3c58e430a57413e8ac6ca01617e253adf0" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-048", + "title": "Probe GUI command indexes [533, 544)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-047" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-48-of-100.json", + "f6418fb3309b2e5715d1efc6e8c18c18cb430ee2d168f6390fa251a6c2dbeb5a" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-049", + "title": "Probe GUI command indexes [544, 555)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-048" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-49-of-100.json", + "6c346c122434790445f87225f23dc27fa7e6ff03aa1c34c5b59adc3a18643785" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-050", + "title": "Probe GUI command indexes [555, 566)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-049" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-50-of-100.json", + "cc8130d7c650a2c2a61a927368cb7c7dc5f85508d675bf8a83fb4a9ef81dfaec" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-051", + "title": "Probe GUI command indexes [566, 577)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-050" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-51-of-100.json", + "b6180cc59e156cd46279a9a8bbab042f1f17a110ce5256b8a7ec44c2507d207d" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-052", + "title": "Probe GUI command indexes [577, 588)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-051" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-52-of-100.json", + "2dfe1924f857b6e9595a164a9848c91c279f26eecf961e08665a635682869f00" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-053", + "title": "Probe GUI command indexes [588, 599)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-052" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-53-of-100.json", + "df944e3726da017e74d74a14ff321c023c88341a5b6d04e3b24519456ff07883" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-054", + "title": "Probe GUI command indexes [599, 611)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-053" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-54-of-100.json", + "cf30e5f1886a928b024e9b228c1c4c01c1c7028d2ed04bd1133df8f86ab4fc29" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-055", + "title": "Probe GUI command indexes [611, 622)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-054" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-55-of-100.json", + "c7f18e9c40003127380166ba218bb4e90c89552bc19569dc918ed707ffe12554" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-056", + "title": "Probe GUI command indexes [622, 633)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-055" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-56-of-100.json", + "fb7a1aba46de518f1d18a8920c82fb8c2ff652530ac8b01ea2cbb49dc3840c1f" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-057", + "title": "Probe GUI command indexes [633, 644)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-056" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-57-of-100.json", + "c6779a7a2bb8448bd62e4a7bb82b06b37786204868fb3448a64806a9a2fb33d8" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-058", + "title": "Probe GUI command indexes [644, 655)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-057" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-58-of-100.json", + "53d568642432ffaf5c20e53c708f5081022f124668f24245226ac4bccdd41bc0" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-059", + "title": "Probe GUI command indexes [655, 666)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-058" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-59-of-100.json", + "580b54cc400926444755fe80b3203b6c156ed91fc96b0b511a8f3267aef1eb75" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-060", + "title": "Probe GUI command indexes [666, 677)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-059" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-60-of-100.json", + "8ae1574f94f452b782f3bb4b56abd191415413b669be1a8d4606c50aacca25b4" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-061", + "title": "Probe GUI command indexes [677, 688)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-060" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-61-of-100.json", + "ddfd85c188ddb9b6b60c2a331c74296eadbed1e6b3ea0db0f340e0aa71c126a7" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-062", + "title": "Probe GUI command indexes [688, 699)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-061" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-62-of-100.json", + "2b5489f770b05e885c1cda13464b914f0ed3ed659f879a4fa6e577e5c2eee6e8" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-063", + "title": "Probe GUI command indexes [699, 711)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-062" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-63-of-100.json", + "33b9b3b085fef16a1ee1106418bc7cc9386ff937ca5a07e9258e09d63a0f0f25" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-064", + "title": "Probe GUI command indexes [711, 722)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-063" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-64-of-100.json", + "52a778df2586f4a981f3cdc77ed6f8802c18a8b683be51bf73c6012c3e5ddd75" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-065", + "title": "Probe GUI command indexes [722, 733)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-064" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-65-of-100.json", + "905308a1bbc3d458ec873672a773c8b16837bd75c4169d5de2bfb693f6887df9" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-066", + "title": "Probe GUI command indexes [733, 744)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-065" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-66-of-100.json", + "8cc1d482dbd1927ae93c53c633532e40039c94bbafa5497e28bedd5d028c5006" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-067", + "title": "Probe GUI command indexes [744, 755)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-066" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-67-of-100.json", + "405417877d71622f7623bb16cbb78d82764786fceafe1452bacf20419a23d9af" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-068", + "title": "Probe GUI command indexes [755, 766)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-067" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-68-of-100.json", + "64453f5a79b51fa5abaf4d09b3b76d14a99b229817cc3dd1d43882f85c95188a" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-069", + "title": "Probe GUI command indexes [766, 777)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-068" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-69-of-100.json", + "962e3d579bf8cabf327ff26eb2d60eb9ddaf34f7757b469cc7f6e746dc26ee2d" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-070", + "title": "Probe GUI command indexes [777, 788)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-069" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-70-of-100.json", + "524118f9594aad3f52827390e14625f34a43d288b472418fa722a8792c1d787d" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-071", + "title": "Probe GUI command indexes [788, 799)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-070" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-71-of-100.json", + "b2c857f5d5a5663205e9c48431bdd10ec43967bc52f7b80c19c51cab5fa68685" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-072", + "title": "Probe GUI command indexes [799, 811)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-071" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-72-of-100.json", + "1169933d905662d6e796760320ebf0964ecc90c2d4595160bce29b71e3b387eb" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-073", + "title": "Probe GUI command indexes [811, 822)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-072" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-73-of-100.json", + "a45122be0238f4ce56bb59987042925b0599570ce011d518863ba42bb45fd01f" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-074", + "title": "Probe GUI command indexes [822, 833)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-073" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-74-of-100.json", + "ac6c021ac7955f4adc199131cce592f641c9942700b326357e1578035aa5add7" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-075", + "title": "Probe GUI command indexes [833, 844)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-074" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-75-of-100.json", + "bab440184eac578793a0cd49cc9f36b85cdf82cab67453107422af0d1600d154" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-076", + "title": "Probe GUI command indexes [844, 855)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-075" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-76-of-100.json", + "fa9d47f5667e426f55fd373ffb0bd97e10626411b6b8cf2983280e83c35c2a62" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-077", + "title": "Probe GUI command indexes [855, 866)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-076" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-77-of-100.json", + "479bf739c912a4824912cf88d714b241866837112026f10db0a89af6c26fbcb3" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-078", + "title": "Probe GUI command indexes [866, 877)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-077" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-78-of-100.json", + "0e5f249fe29146c5091e771be69db896179cb7da95cfc8361b837e8d534fe5cf" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-079", + "title": "Probe GUI command indexes [877, 888)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-078" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-79-of-100.json", + "0ddb30774f3e9a8e1a73d51f41413cd6ff15984d3a30b1d788da947eb0fcce4e" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-080", + "title": "Probe GUI command indexes [888, 899)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-079" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-80-of-100.json", + "9bfa3838eec48fe673dfebefef6f26512c6fe2d211f679ca075349c91ebcee58" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-081", + "title": "Probe GUI command indexes [899, 911)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-080" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-81-of-100.json", + "1a8c556236927eacdbf5bb55fd8644b73f9fec35a598cd6d9381b8434b3ba144" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-082", + "title": "Probe GUI command indexes [911, 922)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-081" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-82-of-100.json", + "af9c758d40a548f57d8c6f89b7a767ddc4c51002f99e15014c16bf75004b8250" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-083", + "title": "Probe GUI command indexes [922, 933)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-082" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-83-of-100.json", + "734c0ec4f8ce861e8ab0c0bdb664806e1843696be5d2673e35d768ad5d495b61" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-084", + "title": "Probe GUI command indexes [933, 944)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-083" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-84-of-100.json", + "4679e59451eba26f735ec99d2f0108fbeaca088414fde2faa7c769a409cfac4a" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-085", + "title": "Probe GUI command indexes [944, 955)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-084" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-85-of-100.json", + "1a70ff9673d9e3dc812050f5d250896c3dc69d237ba3139ee4a7bdb2bf39a20f" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-086", + "title": "Probe GUI command indexes [955, 966)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-085" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-86-of-100.json", + "a219cf39ad5adfd967b13a495a79104970b72f628e75ef32ad28900946a0bfd5" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-087", + "title": "Probe GUI command indexes [966, 977)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-086" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-87-of-100.json", + "cce0da564a51797dce4dbed0eb69f6a8eba8ed3e66af46e19f3ef02067c6da79" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-088", + "title": "Probe GUI command indexes [977, 988)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-087" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-88-of-100.json", + "c44f2d04e05282bf6ed4498a156c0a7fbe52b8e9352c715e32b450714cca5ca9" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-089", + "title": "Probe GUI command indexes [988, 999)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-088" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-89-of-100.json", + "5fb38f29352e57c793979c8f539e36464c66b613d26a4fdb2954670967644d25" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-090", + "title": "Probe GUI command indexes [999, 1011)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-089" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-90-of-100.json", + "d050ef9ed2933245555b4025400da57e5ef490ea8e15174ae4a3a6b014f05d64" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-091", + "title": "Probe GUI command indexes [1011, 1022)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-090" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-91-of-100.json", + "8c66d6620ce0304767bb6b86f6464b46037968c3cbaf7f40eadba56ac396ead3" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-092", + "title": "Probe GUI command indexes [1022, 1033)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-091" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-92-of-100.json", + "ca92204f9b95410e2d3a76f80626084f0115e941197aa322180d22eea8179f00" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-093", + "title": "Probe GUI command indexes [1033, 1044)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-092" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-93-of-100.json", + "3ad71c76bfd1e785d68605bddd1ae0faa66109ebd199986cebc9345afa61b214" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-094", + "title": "Probe GUI command indexes [1044, 1055)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-093" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-94-of-100.json", + "218df43a09db2d5d77cd528720a0f8ddb91e46b645762632c9e49001c6d09bc0" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-095", + "title": "Probe GUI command indexes [1055, 1066)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-094" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-95-of-100.json", + "727ca9dae84c83075abce557171582d8eaae01ef96188362bf1bfa0db30f966c" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-096", + "title": "Probe GUI command indexes [1066, 1077)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-095" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-96-of-100.json", + "6febb44dc3f285236555031a2b60e428b05b7cc12d781971859b9b78b3972acc" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-097", + "title": "Probe GUI command indexes [1077, 1088)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-096" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-97-of-100.json", + "20679afff5fb42bc755084c6cd28c711112c230dce7e9cfd93509b67bcdac9b2" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-098", + "title": "Probe GUI command indexes [1088, 1099)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-097" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-98-of-100.json", + "0e3e51d44a90c0761d766ea57f9ad5b9d3da2d3cd5cafdbae35aad94a00f78c2" + ], + "exit": "11 commands have three native state observations" + }, + { + "id": "ORA-GUI-SHARD-099", + "title": "Probe GUI command indexes [1099, 1111)", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-098" + ], + "evidence": [ + ".cache/freecad/reference-desktop-gui-commands-99-of-100.json", + "953fb9f37c10d7cfca01885802be5df6592d981637243462eb6e4406d0cdb15b" + ], + "exit": "12 commands have three native state observations" + }, + { + "id": "ORA-GUI-MERGE-000", + "title": "Merge and verify all 100 GUI command shards", + "status": "completed", + "dependencies": [ + "ORA-GUI-SHARD-099" + ] + }, + { + "id": "ORA-GUI-CONTEXT-000", + "title": "Classify Import_ReadBREP as explicit module-import context", + "status": "completed", + "dependencies": [ + "ORA-GUI-MERGE-000" + ] + }, + { + "id": "ORA-GUI-CONTEXT-001", + "title": "Classify NaviCubeDraggableCmd as context-menu lazy registration", + "status": "completed", + "dependencies": [ + "ORA-GUI-CONTEXT-000" + ] + } + ] + }, + { + "id": "ORA-GUI-WORKFLOWS", + "exactTask": "EX-ORA-01", + "status": "in_progress", + "tasks": [ + { + "id": "ORA-GUI-WF-000", + "title": "Select one GUI command family from the sensitivity report", + "status": "completed", + "dependencies": [ + "ORA-GUI-CONTEXT-001" + ], + "family": "partdesign-pad-task", + "primaryCommand": "PartDesign_Pad", + "exactTask": "EX-UI-03", + "evidence": [ + "config/freecad-gui-workflow-plan.json", + "config/freecad-gui-command-inventory.json" + ], + "exit": "one command family and its exact task are recorded" + }, + { + "id": "ORA-GUI-WF-001", + "title": "Capture the native success workflow", + "status": "completed", + "dependencies": [ + "ORA-GUI-WF-000" + ], + "evidence": [ + "config/freecad-gui-workflow-oracle.json", + "scripts/check-freecad-gui-workflow-oracle.mjs" + ], + "exit": "one native workflow fixture and its focused assertion pass" + }, + { + "id": "ORA-GUI-WF-002", + "title": "Capture the native disabled workflow", + "status": "in_progress", + "dependencies": [ + "ORA-GUI-WF-001" + ], + "exit": "one native workflow fixture and its focused assertion pass" + }, + { + "id": "ORA-GUI-WF-003", + "title": "Capture the native failure workflow", + "status": "pending", + "dependencies": [ + "ORA-GUI-WF-002" + ], + "exit": "one native workflow fixture and its focused assertion pass" + }, + { + "id": "ORA-GUI-WF-004", + "title": "Capture the native cancel workflow", + "status": "pending", + "dependencies": [ + "ORA-GUI-WF-003" + ], + "exit": "one native workflow fixture and its focused assertion pass" + }, + { + "id": "ORA-GUI-WF-005", + "title": "Capture recovery after failure or cancel", + "status": "pending", + "dependencies": [ + "ORA-GUI-WF-004" + ], + "exit": "one native workflow fixture and its focused assertion pass" + }, + { + "id": "ORA-GUI-WF-006", + "title": "Update the exact blocker and focused checks", + "status": "pending", + "dependencies": [ + "ORA-GUI-WF-005" + ], + "exit": "one native workflow fixture and its focused assertion pass" + } + ] + }, + { + "id": "TSN-RECOVERY-DRIFT", + "exactTask": "EX-TSN-04", + "status": "pending", + "tasks": [ + { + "id": "TSN-DRIFT-000", + "title": "Classify recovered naming evolution for partdesign-plain", + "status": "pending", + "dependencies": [ + "ORA-GUI-WF-006" + ], + "caseId": "partdesign-plain", + "driftStages": 2, + "driftOrdinals": [ + 0, + 9 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-001", + "title": "Classify recovered naming evolution for partdesign-midplane", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-000" + ], + "caseId": "partdesign-midplane", + "driftStages": 2, + "driftOrdinals": [ + 0, + 9 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-002", + "title": "Classify recovered naming evolution for partdesign-reverse", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-001" + ], + "caseId": "partdesign-reverse", + "driftStages": 2, + "driftOrdinals": [ + 0, + 9 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-003", + "title": "Classify recovered naming evolution for partdesign-taper", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-002" + ], + "caseId": "partdesign-taper", + "driftStages": 2, + "driftOrdinals": [ + 0, + 9 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-004", + "title": "Classify recovered naming evolution for partdesign-twoside", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-003" + ], + "caseId": "partdesign-twoside", + "driftStages": 2, + "driftOrdinals": [ + 0, + 9 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-005", + "title": "Classify recovered naming evolution for partdesign-pocket", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-004" + ], + "caseId": "partdesign-pocket", + "driftStages": 3, + "driftOrdinals": [ + 0, + 9, + 11 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-006", + "title": "Classify recovered naming evolution for partdesign-pocket-through", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-005" + ], + "caseId": "partdesign-pocket-through", + "driftStages": 3, + "driftOrdinals": [ + 0, + 9, + 11 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-007", + "title": "Classify recovered naming evolution for partdesign-pocket-midplane", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-006" + ], + "caseId": "partdesign-pocket-midplane", + "driftStages": 3, + "driftOrdinals": [ + 0, + 9, + 11 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-008", + "title": "Classify recovered naming evolution for partdesign-pocket-twoside", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-007" + ], + "caseId": "partdesign-pocket-twoside", + "driftStages": 3, + "driftOrdinals": [ + 0, + 9, + 11 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-009", + "title": "Classify recovered naming evolution for partdesign-pocket-taper", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-008" + ], + "caseId": "partdesign-pocket-taper", + "driftStages": 3, + "driftOrdinals": [ + 0, + 9, + 11 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-DRIFT-010", + "title": "Classify recovered naming evolution for partdesign-pocket-up-to-face", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-009" + ], + "caseId": "partdesign-pocket-up-to-face", + "driftStages": 3, + "driftOrdinals": [ + 0, + 9, + 11 + ], + "exit": "the case is classified as stable semantics, allowed evolution, or an implementation defect" + }, + { + "id": "TSN-PROD-DRIFT-000", + "title": "Classify production restore topology drift for cut", + "status": "pending", + "dependencies": [ + "TSN-DRIFT-010" + ], + "operation": "cut", + "driftStages": 3, + "exit": "every changed downstream stage has a native comparison and classification" + }, + { + "id": "TSN-PROD-DRIFT-001", + "title": "Classify production restore topology drift for rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-000" + ], + "operation": "rotate", + "driftStages": 2, + "exit": "every changed downstream stage has a native comparison and classification" + } + ] + }, + { + "id": "TSN-ORDERED-PAIRS", + "exactTask": "EX-TSN-04", + "status": "pending", + "tasks": [ + { + "id": "TSN-PAIR-fuse-fuse", + "title": "Classify ordered operation pair fuse->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-cut", + "title": "Classify ordered operation pair fuse->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-common", + "title": "Classify ordered operation pair fuse->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-rotate", + "title": "Classify ordered operation pair fuse->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-pad", + "title": "Classify ordered operation pair fuse->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-pocket", + "title": "Classify ordered operation pair fuse->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-loft", + "title": "Classify ordered operation pair fuse->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-pipe", + "title": "Classify ordered operation pair fuse->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-revolution", + "title": "Classify ordered operation pair fuse->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-groove", + "title": "Classify ordered operation pair fuse->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-fillet", + "title": "Classify ordered operation pair fuse->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-chamfer", + "title": "Classify ordered operation pair fuse->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-hole", + "title": "Classify ordered operation pair fuse->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-draft", + "title": "Classify ordered operation pair fuse->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-thickness", + "title": "Classify ordered operation pair fuse->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-linear-pattern", + "title": "Classify ordered operation pair fuse->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-polar-pattern", + "title": "Classify ordered operation pair fuse->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-mirrored", + "title": "Classify ordered operation pair fuse->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fuse-multi-transform", + "title": "Classify ordered operation pair fuse->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fuse->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-fuse", + "title": "Classify ordered operation pair cut->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-cut", + "title": "Classify ordered operation pair cut->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-common", + "title": "Classify ordered operation pair cut->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-rotate", + "title": "Classify ordered operation pair cut->rotate", + "status": "completed", + "dependencies": [], + "pair": "cut->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-pad", + "title": "Classify ordered operation pair cut->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-pocket", + "title": "Classify ordered operation pair cut->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-loft", + "title": "Classify ordered operation pair cut->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-pipe", + "title": "Classify ordered operation pair cut->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-revolution", + "title": "Classify ordered operation pair cut->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-groove", + "title": "Classify ordered operation pair cut->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-fillet", + "title": "Classify ordered operation pair cut->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-chamfer", + "title": "Classify ordered operation pair cut->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-hole", + "title": "Classify ordered operation pair cut->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-draft", + "title": "Classify ordered operation pair cut->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-thickness", + "title": "Classify ordered operation pair cut->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-linear-pattern", + "title": "Classify ordered operation pair cut->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-polar-pattern", + "title": "Classify ordered operation pair cut->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-mirrored", + "title": "Classify ordered operation pair cut->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-cut-multi-transform", + "title": "Classify ordered operation pair cut->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "cut->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-fuse", + "title": "Classify ordered operation pair common->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-cut", + "title": "Classify ordered operation pair common->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-common", + "title": "Classify ordered operation pair common->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-rotate", + "title": "Classify ordered operation pair common->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-pad", + "title": "Classify ordered operation pair common->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-pocket", + "title": "Classify ordered operation pair common->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-loft", + "title": "Classify ordered operation pair common->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-pipe", + "title": "Classify ordered operation pair common->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-revolution", + "title": "Classify ordered operation pair common->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-groove", + "title": "Classify ordered operation pair common->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-fillet", + "title": "Classify ordered operation pair common->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-chamfer", + "title": "Classify ordered operation pair common->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-hole", + "title": "Classify ordered operation pair common->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-draft", + "title": "Classify ordered operation pair common->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-thickness", + "title": "Classify ordered operation pair common->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-linear-pattern", + "title": "Classify ordered operation pair common->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-polar-pattern", + "title": "Classify ordered operation pair common->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-mirrored", + "title": "Classify ordered operation pair common->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-common-multi-transform", + "title": "Classify ordered operation pair common->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "common->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-fuse", + "title": "Classify ordered operation pair rotate->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-cut", + "title": "Classify ordered operation pair rotate->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-common", + "title": "Classify ordered operation pair rotate->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-rotate", + "title": "Classify ordered operation pair rotate->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-pad", + "title": "Classify ordered operation pair rotate->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-pocket", + "title": "Classify ordered operation pair rotate->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-loft", + "title": "Classify ordered operation pair rotate->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-pipe", + "title": "Classify ordered operation pair rotate->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-revolution", + "title": "Classify ordered operation pair rotate->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-groove", + "title": "Classify ordered operation pair rotate->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-fillet", + "title": "Classify ordered operation pair rotate->fillet", + "status": "completed", + "dependencies": [], + "pair": "rotate->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-chamfer", + "title": "Classify ordered operation pair rotate->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-hole", + "title": "Classify ordered operation pair rotate->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-draft", + "title": "Classify ordered operation pair rotate->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-thickness", + "title": "Classify ordered operation pair rotate->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-linear-pattern", + "title": "Classify ordered operation pair rotate->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-polar-pattern", + "title": "Classify ordered operation pair rotate->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-mirrored", + "title": "Classify ordered operation pair rotate->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-rotate-multi-transform", + "title": "Classify ordered operation pair rotate->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "rotate->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-fuse", + "title": "Classify ordered operation pair pad->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-cut", + "title": "Classify ordered operation pair pad->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-common", + "title": "Classify ordered operation pair pad->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-rotate", + "title": "Classify ordered operation pair pad->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-pad", + "title": "Classify ordered operation pair pad->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-pocket", + "title": "Classify ordered operation pair pad->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-loft", + "title": "Classify ordered operation pair pad->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-pipe", + "title": "Classify ordered operation pair pad->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-revolution", + "title": "Classify ordered operation pair pad->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-groove", + "title": "Classify ordered operation pair pad->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-fillet", + "title": "Classify ordered operation pair pad->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-chamfer", + "title": "Classify ordered operation pair pad->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-hole", + "title": "Classify ordered operation pair pad->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-draft", + "title": "Classify ordered operation pair pad->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-thickness", + "title": "Classify ordered operation pair pad->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-linear-pattern", + "title": "Classify ordered operation pair pad->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-polar-pattern", + "title": "Classify ordered operation pair pad->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-mirrored", + "title": "Classify ordered operation pair pad->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pad-multi-transform", + "title": "Classify ordered operation pair pad->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pad->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-fuse", + "title": "Classify ordered operation pair pocket->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-cut", + "title": "Classify ordered operation pair pocket->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-common", + "title": "Classify ordered operation pair pocket->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-rotate", + "title": "Classify ordered operation pair pocket->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-pad", + "title": "Classify ordered operation pair pocket->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-pocket", + "title": "Classify ordered operation pair pocket->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-loft", + "title": "Classify ordered operation pair pocket->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-pipe", + "title": "Classify ordered operation pair pocket->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-revolution", + "title": "Classify ordered operation pair pocket->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-groove", + "title": "Classify ordered operation pair pocket->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-fillet", + "title": "Classify ordered operation pair pocket->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-chamfer", + "title": "Classify ordered operation pair pocket->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-hole", + "title": "Classify ordered operation pair pocket->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-draft", + "title": "Classify ordered operation pair pocket->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-thickness", + "title": "Classify ordered operation pair pocket->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-linear-pattern", + "title": "Classify ordered operation pair pocket->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-polar-pattern", + "title": "Classify ordered operation pair pocket->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-mirrored", + "title": "Classify ordered operation pair pocket->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pocket-multi-transform", + "title": "Classify ordered operation pair pocket->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pocket->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-fuse", + "title": "Classify ordered operation pair loft->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-cut", + "title": "Classify ordered operation pair loft->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-common", + "title": "Classify ordered operation pair loft->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-rotate", + "title": "Classify ordered operation pair loft->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-pad", + "title": "Classify ordered operation pair loft->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-pocket", + "title": "Classify ordered operation pair loft->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-loft", + "title": "Classify ordered operation pair loft->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-pipe", + "title": "Classify ordered operation pair loft->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-revolution", + "title": "Classify ordered operation pair loft->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-groove", + "title": "Classify ordered operation pair loft->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-fillet", + "title": "Classify ordered operation pair loft->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-chamfer", + "title": "Classify ordered operation pair loft->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-hole", + "title": "Classify ordered operation pair loft->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-draft", + "title": "Classify ordered operation pair loft->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-thickness", + "title": "Classify ordered operation pair loft->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-linear-pattern", + "title": "Classify ordered operation pair loft->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-polar-pattern", + "title": "Classify ordered operation pair loft->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-mirrored", + "title": "Classify ordered operation pair loft->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-loft-multi-transform", + "title": "Classify ordered operation pair loft->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "loft->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-fuse", + "title": "Classify ordered operation pair pipe->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-cut", + "title": "Classify ordered operation pair pipe->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-common", + "title": "Classify ordered operation pair pipe->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-rotate", + "title": "Classify ordered operation pair pipe->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-pad", + "title": "Classify ordered operation pair pipe->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-pocket", + "title": "Classify ordered operation pair pipe->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-loft", + "title": "Classify ordered operation pair pipe->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-pipe", + "title": "Classify ordered operation pair pipe->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-revolution", + "title": "Classify ordered operation pair pipe->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-groove", + "title": "Classify ordered operation pair pipe->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-fillet", + "title": "Classify ordered operation pair pipe->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-chamfer", + "title": "Classify ordered operation pair pipe->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-hole", + "title": "Classify ordered operation pair pipe->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-draft", + "title": "Classify ordered operation pair pipe->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-thickness", + "title": "Classify ordered operation pair pipe->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-linear-pattern", + "title": "Classify ordered operation pair pipe->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-polar-pattern", + "title": "Classify ordered operation pair pipe->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-mirrored", + "title": "Classify ordered operation pair pipe->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-pipe-multi-transform", + "title": "Classify ordered operation pair pipe->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "pipe->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-fuse", + "title": "Classify ordered operation pair revolution->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-cut", + "title": "Classify ordered operation pair revolution->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-common", + "title": "Classify ordered operation pair revolution->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-rotate", + "title": "Classify ordered operation pair revolution->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-pad", + "title": "Classify ordered operation pair revolution->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-pocket", + "title": "Classify ordered operation pair revolution->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-loft", + "title": "Classify ordered operation pair revolution->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-pipe", + "title": "Classify ordered operation pair revolution->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-revolution", + "title": "Classify ordered operation pair revolution->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-groove", + "title": "Classify ordered operation pair revolution->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-fillet", + "title": "Classify ordered operation pair revolution->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-chamfer", + "title": "Classify ordered operation pair revolution->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-hole", + "title": "Classify ordered operation pair revolution->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-draft", + "title": "Classify ordered operation pair revolution->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-thickness", + "title": "Classify ordered operation pair revolution->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-linear-pattern", + "title": "Classify ordered operation pair revolution->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-polar-pattern", + "title": "Classify ordered operation pair revolution->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-mirrored", + "title": "Classify ordered operation pair revolution->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-revolution-multi-transform", + "title": "Classify ordered operation pair revolution->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "revolution->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-fuse", + "title": "Classify ordered operation pair groove->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-cut", + "title": "Classify ordered operation pair groove->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-common", + "title": "Classify ordered operation pair groove->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-rotate", + "title": "Classify ordered operation pair groove->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-pad", + "title": "Classify ordered operation pair groove->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-pocket", + "title": "Classify ordered operation pair groove->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-loft", + "title": "Classify ordered operation pair groove->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-pipe", + "title": "Classify ordered operation pair groove->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-revolution", + "title": "Classify ordered operation pair groove->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-groove", + "title": "Classify ordered operation pair groove->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-fillet", + "title": "Classify ordered operation pair groove->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-chamfer", + "title": "Classify ordered operation pair groove->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-hole", + "title": "Classify ordered operation pair groove->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-draft", + "title": "Classify ordered operation pair groove->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-thickness", + "title": "Classify ordered operation pair groove->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-linear-pattern", + "title": "Classify ordered operation pair groove->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-polar-pattern", + "title": "Classify ordered operation pair groove->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-mirrored", + "title": "Classify ordered operation pair groove->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-groove-multi-transform", + "title": "Classify ordered operation pair groove->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "groove->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-fuse", + "title": "Classify ordered operation pair fillet->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-cut", + "title": "Classify ordered operation pair fillet->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-common", + "title": "Classify ordered operation pair fillet->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-rotate", + "title": "Classify ordered operation pair fillet->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-pad", + "title": "Classify ordered operation pair fillet->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-pocket", + "title": "Classify ordered operation pair fillet->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-loft", + "title": "Classify ordered operation pair fillet->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-pipe", + "title": "Classify ordered operation pair fillet->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-revolution", + "title": "Classify ordered operation pair fillet->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-groove", + "title": "Classify ordered operation pair fillet->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-fillet", + "title": "Classify ordered operation pair fillet->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-chamfer", + "title": "Classify ordered operation pair fillet->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-hole", + "title": "Classify ordered operation pair fillet->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-draft", + "title": "Classify ordered operation pair fillet->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-thickness", + "title": "Classify ordered operation pair fillet->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-linear-pattern", + "title": "Classify ordered operation pair fillet->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-polar-pattern", + "title": "Classify ordered operation pair fillet->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-mirrored", + "title": "Classify ordered operation pair fillet->mirrored", + "status": "completed", + "dependencies": [], + "pair": "fillet->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-fillet-multi-transform", + "title": "Classify ordered operation pair fillet->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "fillet->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-fuse", + "title": "Classify ordered operation pair chamfer->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-cut", + "title": "Classify ordered operation pair chamfer->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-common", + "title": "Classify ordered operation pair chamfer->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-rotate", + "title": "Classify ordered operation pair chamfer->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-pad", + "title": "Classify ordered operation pair chamfer->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-pocket", + "title": "Classify ordered operation pair chamfer->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-loft", + "title": "Classify ordered operation pair chamfer->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-pipe", + "title": "Classify ordered operation pair chamfer->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-revolution", + "title": "Classify ordered operation pair chamfer->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-groove", + "title": "Classify ordered operation pair chamfer->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-fillet", + "title": "Classify ordered operation pair chamfer->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-chamfer", + "title": "Classify ordered operation pair chamfer->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-hole", + "title": "Classify ordered operation pair chamfer->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-draft", + "title": "Classify ordered operation pair chamfer->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-thickness", + "title": "Classify ordered operation pair chamfer->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-linear-pattern", + "title": "Classify ordered operation pair chamfer->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-polar-pattern", + "title": "Classify ordered operation pair chamfer->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-mirrored", + "title": "Classify ordered operation pair chamfer->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-chamfer-multi-transform", + "title": "Classify ordered operation pair chamfer->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "chamfer->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-fuse", + "title": "Classify ordered operation pair hole->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-cut", + "title": "Classify ordered operation pair hole->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-common", + "title": "Classify ordered operation pair hole->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-rotate", + "title": "Classify ordered operation pair hole->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-pad", + "title": "Classify ordered operation pair hole->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-pocket", + "title": "Classify ordered operation pair hole->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-loft", + "title": "Classify ordered operation pair hole->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-pipe", + "title": "Classify ordered operation pair hole->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-revolution", + "title": "Classify ordered operation pair hole->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-groove", + "title": "Classify ordered operation pair hole->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-fillet", + "title": "Classify ordered operation pair hole->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-chamfer", + "title": "Classify ordered operation pair hole->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-hole", + "title": "Classify ordered operation pair hole->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-draft", + "title": "Classify ordered operation pair hole->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-thickness", + "title": "Classify ordered operation pair hole->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-linear-pattern", + "title": "Classify ordered operation pair hole->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-polar-pattern", + "title": "Classify ordered operation pair hole->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-mirrored", + "title": "Classify ordered operation pair hole->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-hole-multi-transform", + "title": "Classify ordered operation pair hole->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "hole->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-fuse", + "title": "Classify ordered operation pair draft->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-cut", + "title": "Classify ordered operation pair draft->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-common", + "title": "Classify ordered operation pair draft->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-rotate", + "title": "Classify ordered operation pair draft->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-pad", + "title": "Classify ordered operation pair draft->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-pocket", + "title": "Classify ordered operation pair draft->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-loft", + "title": "Classify ordered operation pair draft->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-pipe", + "title": "Classify ordered operation pair draft->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-revolution", + "title": "Classify ordered operation pair draft->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-groove", + "title": "Classify ordered operation pair draft->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-fillet", + "title": "Classify ordered operation pair draft->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-chamfer", + "title": "Classify ordered operation pair draft->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-hole", + "title": "Classify ordered operation pair draft->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-draft", + "title": "Classify ordered operation pair draft->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-thickness", + "title": "Classify ordered operation pair draft->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-linear-pattern", + "title": "Classify ordered operation pair draft->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-polar-pattern", + "title": "Classify ordered operation pair draft->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-mirrored", + "title": "Classify ordered operation pair draft->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-draft-multi-transform", + "title": "Classify ordered operation pair draft->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "draft->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-fuse", + "title": "Classify ordered operation pair thickness->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-cut", + "title": "Classify ordered operation pair thickness->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-common", + "title": "Classify ordered operation pair thickness->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-rotate", + "title": "Classify ordered operation pair thickness->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-pad", + "title": "Classify ordered operation pair thickness->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-pocket", + "title": "Classify ordered operation pair thickness->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-loft", + "title": "Classify ordered operation pair thickness->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-pipe", + "title": "Classify ordered operation pair thickness->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-revolution", + "title": "Classify ordered operation pair thickness->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-groove", + "title": "Classify ordered operation pair thickness->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-fillet", + "title": "Classify ordered operation pair thickness->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-chamfer", + "title": "Classify ordered operation pair thickness->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-hole", + "title": "Classify ordered operation pair thickness->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-draft", + "title": "Classify ordered operation pair thickness->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-thickness", + "title": "Classify ordered operation pair thickness->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-linear-pattern", + "title": "Classify ordered operation pair thickness->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-polar-pattern", + "title": "Classify ordered operation pair thickness->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-mirrored", + "title": "Classify ordered operation pair thickness->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-thickness-multi-transform", + "title": "Classify ordered operation pair thickness->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "thickness->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-fuse", + "title": "Classify ordered operation pair linear-pattern->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-cut", + "title": "Classify ordered operation pair linear-pattern->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-common", + "title": "Classify ordered operation pair linear-pattern->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-rotate", + "title": "Classify ordered operation pair linear-pattern->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-pad", + "title": "Classify ordered operation pair linear-pattern->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-pocket", + "title": "Classify ordered operation pair linear-pattern->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-loft", + "title": "Classify ordered operation pair linear-pattern->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-pipe", + "title": "Classify ordered operation pair linear-pattern->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-revolution", + "title": "Classify ordered operation pair linear-pattern->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-groove", + "title": "Classify ordered operation pair linear-pattern->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-fillet", + "title": "Classify ordered operation pair linear-pattern->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-chamfer", + "title": "Classify ordered operation pair linear-pattern->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-hole", + "title": "Classify ordered operation pair linear-pattern->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-draft", + "title": "Classify ordered operation pair linear-pattern->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-thickness", + "title": "Classify ordered operation pair linear-pattern->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-linear-pattern", + "title": "Classify ordered operation pair linear-pattern->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-polar-pattern", + "title": "Classify ordered operation pair linear-pattern->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-mirrored", + "title": "Classify ordered operation pair linear-pattern->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-linear-pattern-multi-transform", + "title": "Classify ordered operation pair linear-pattern->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "linear-pattern->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-fuse", + "title": "Classify ordered operation pair polar-pattern->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-cut", + "title": "Classify ordered operation pair polar-pattern->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-common", + "title": "Classify ordered operation pair polar-pattern->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-rotate", + "title": "Classify ordered operation pair polar-pattern->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-pad", + "title": "Classify ordered operation pair polar-pattern->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-pocket", + "title": "Classify ordered operation pair polar-pattern->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-loft", + "title": "Classify ordered operation pair polar-pattern->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-pipe", + "title": "Classify ordered operation pair polar-pattern->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-revolution", + "title": "Classify ordered operation pair polar-pattern->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-groove", + "title": "Classify ordered operation pair polar-pattern->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-fillet", + "title": "Classify ordered operation pair polar-pattern->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-chamfer", + "title": "Classify ordered operation pair polar-pattern->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-hole", + "title": "Classify ordered operation pair polar-pattern->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-draft", + "title": "Classify ordered operation pair polar-pattern->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-thickness", + "title": "Classify ordered operation pair polar-pattern->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-linear-pattern", + "title": "Classify ordered operation pair polar-pattern->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-polar-pattern", + "title": "Classify ordered operation pair polar-pattern->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-mirrored", + "title": "Classify ordered operation pair polar-pattern->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-polar-pattern-multi-transform", + "title": "Classify ordered operation pair polar-pattern->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "polar-pattern->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-fuse", + "title": "Classify ordered operation pair mirrored->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-cut", + "title": "Classify ordered operation pair mirrored->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-common", + "title": "Classify ordered operation pair mirrored->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-rotate", + "title": "Classify ordered operation pair mirrored->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-pad", + "title": "Classify ordered operation pair mirrored->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-pocket", + "title": "Classify ordered operation pair mirrored->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-loft", + "title": "Classify ordered operation pair mirrored->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-pipe", + "title": "Classify ordered operation pair mirrored->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-revolution", + "title": "Classify ordered operation pair mirrored->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-groove", + "title": "Classify ordered operation pair mirrored->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-fillet", + "title": "Classify ordered operation pair mirrored->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-chamfer", + "title": "Classify ordered operation pair mirrored->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-hole", + "title": "Classify ordered operation pair mirrored->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-draft", + "title": "Classify ordered operation pair mirrored->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-thickness", + "title": "Classify ordered operation pair mirrored->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-linear-pattern", + "title": "Classify ordered operation pair mirrored->linear-pattern", + "status": "completed", + "dependencies": [], + "pair": "mirrored->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-polar-pattern", + "title": "Classify ordered operation pair mirrored->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-mirrored", + "title": "Classify ordered operation pair mirrored->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-mirrored-multi-transform", + "title": "Classify ordered operation pair mirrored->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "mirrored->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-fuse", + "title": "Classify ordered operation pair multi-transform->fuse", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->fuse", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-cut", + "title": "Classify ordered operation pair multi-transform->cut", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->cut", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-common", + "title": "Classify ordered operation pair multi-transform->common", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->common", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-rotate", + "title": "Classify ordered operation pair multi-transform->rotate", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->rotate", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-pad", + "title": "Classify ordered operation pair multi-transform->pad", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->pad", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-pocket", + "title": "Classify ordered operation pair multi-transform->pocket", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->pocket", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-loft", + "title": "Classify ordered operation pair multi-transform->loft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->loft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-pipe", + "title": "Classify ordered operation pair multi-transform->pipe", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->pipe", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-revolution", + "title": "Classify ordered operation pair multi-transform->revolution", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->revolution", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-groove", + "title": "Classify ordered operation pair multi-transform->groove", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->groove", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-fillet", + "title": "Classify ordered operation pair multi-transform->fillet", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->fillet", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-chamfer", + "title": "Classify ordered operation pair multi-transform->chamfer", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->chamfer", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-hole", + "title": "Classify ordered operation pair multi-transform->hole", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->hole", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-draft", + "title": "Classify ordered operation pair multi-transform->draft", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->draft", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-thickness", + "title": "Classify ordered operation pair multi-transform->thickness", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->thickness", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-linear-pattern", + "title": "Classify ordered operation pair multi-transform->linear-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->linear-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-polar-pattern", + "title": "Classify ordered operation pair multi-transform->polar-pattern", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->polar-pattern", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-mirrored", + "title": "Classify ordered operation pair multi-transform->mirrored", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->mirrored", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + }, + { + "id": "TSN-PAIR-multi-transform-multi-transform", + "title": "Classify ordered operation pair multi-transform->multi-transform", + "status": "pending", + "dependencies": [ + "TSN-PROD-DRIFT-001" + ], + "pair": "multi-transform->multi-transform", + "exit": "native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence" + } + ] + } + ] +} diff --git a/config/freecad-composite-history-elementmap-oracle.json b/config/freecad-composite-history-elementmap-oracle.json index 3310ee9..8583a5f 100644 --- a/config/freecad-composite-history-elementmap-oracle.json +++ b/config/freecad-composite-history-elementmap-oracle.json @@ -2,14 +2,240 @@ "baselineId": "freecad-1.1.1-composite-history-elementmap2", "cases": [ { + "category": "boolean", "elementMapResources": { "Fuse01.Shape.Map.txt": { - "sha256": "2aae14542ec370f15e2c4aab1ed6d60fcd1bd3efce8e5f7da40915eeff624ff1", - "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:H1230,E\n;:G(Face5;K-1;:H1230:4,F);FUS;:H1231:1d,V\n;:G2(Face6;K-1;:H1230:4,F);FUS;:H1231:1e,V\n;:M2;FUS;:H1231:8,E\n;:M;FUS;:H1231:7,E\n;:H1231,E\n;:H1230,F\n;:M2;FUS;:H1231:8,F\n;:M;FUS;:H1231:7,F\n;:H1231,F\n;:G2(Face1;K-1;:H1231:4,F);FUS;:H1230:1e,E\n;:M;FUS;:H1230:7,F\n;:G2(Face1;K-2;:H1231:4,F);FUS;:H1230:1e,E\n;:H1230,V\n;:H1231,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 19\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.10 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.e 0\n:1.1.7 0\n:1.3.9 0\n:1.2.9 0\n:1.1.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n:2.1.a 0\n:2.3.a 0\n:2.6.f 0\n:2.4.a 0\n:2.5.f 0\n:2.2.a 0\n:2.1.b 0\n:2.1.c 0\n:2.3.d 0\n:2.2.d 0\n\nVertex\n\nChildCount 0\n\nNameCount 13\n0\n:3.1.11 0\n:3.2.11 0\n:3.3.11 0\n:3.4.11 0\n:3.6.11 0\n:3.5.11 0\n:3.7.11 0\n:1.1.6 0\n:3.8.11 0\n:1.1.5 0\n:3.2.12 0\n:3.1.12 0\n\nEndMap\n" + "sha256": "7c496830f48a455a806372dfc376c06c884a409bba9309fca02aa2e0ad21c4ec", + "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:H630,E\n;:G(Face5;K-1;:H630:4,F);FUS;:H631:1c,V\n;:G2(Face6;K-1;:H630:4,F);FUS;:H631:1d,V\n;:M2;FUS;:H631:8,E\n;:M;FUS;:H631:7,E\n;:H631,E\n;:H630,F\n;:M2;FUS;:H631:8,F\n;:M;FUS;:H631:7,F\n;:H631,F\n;:G2(Face1;K-1;:H631:4,F);FUS;:H630:1d,E\n;:M;FUS;:H630:7,F\n;:G2(Face1;K-2;:H631:4,F);FUS;:H630:1d,E\n;:H630,V\n;:H631,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 19\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.10 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.e 0\n:1.1.7 0\n:1.3.9 0\n:1.2.9 0\n:1.1.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n:2.1.a 0\n:2.3.a 0\n:2.6.f 0\n:2.4.a 0\n:2.5.f 0\n:2.2.a 0\n:2.1.b 0\n:2.1.c 0\n:2.3.d 0\n:2.2.d 0\n\nVertex\n\nChildCount 0\n\nNameCount 13\n0\n:3.1.11 0\n:3.2.11 0\n:3.3.11 0\n:3.4.11 0\n:3.6.11 0\n:3.5.11 0\n:3.7.11 0\n:1.1.6 0\n:3.8.11 0\n:1.1.5 0\n:3.2.12 0\n:3.1.12 0\n\nEndMap\n" } }, "finalObject": "Fuse01", "id": "boolean-fuse-1", + "mutation": { + "category": "boolean", + "contract": { + "editorModes": [], + "finalObject": "Fuse01", + "finalStageOrdinal": 2, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Cylinder01", + "targetStageOrdinal": 1, + "targetTypeId": "Part::Cylinder" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 1, + 2 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 9, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 3 + }, + "phases": { + "before": [ + { + "key": "boolean-fuse-1:000:Box01", + "name": "Box01", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-1:001:Cylinder01", + "name": "Cylinder01", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-1:002:Fuse01", + "name": "Fuse01", + "ordinal": 2, + "relationDigest": "15f38b7d771c2d966a5bed886befdf4da68371401863d9d9f7b8ccb19627eabc", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "shape": { + "area": 700.5309649148733, + "brepSha256": "0bf69d8d44e4b06e66bad4778153d563348f68f4cc73642a8b285faad29ad44d", + "edges": 18, + "faces": 10, + "geometryDigest": "d12ca0857191a459a5f349753d8d811a5c791e05252e456ddc1defc09b658962", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1201.0619298297468 + }, + "typeId": "Part::Fuse" + } + ], + "edited": [ + { + "key": "boolean-fuse-1:000:Box01", + "name": "Box01", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-1:001:Cylinder01", + "name": "Cylinder01", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 523.0751768227005, + "brepSha256": "26fbd55e67a44558199d2456f83fc5d559c2424dd9d296891229ebd4f862ea6b", + "edges": 3, + "faces": 3, + "geometryDigest": "83dab58a58a2d16eaf13a9ccefa731919f3ea86baae956e6e99b1e6479247bb5", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 890.6415172927061 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-1:002:Fuse01", + "name": "Fuse01", + "ordinal": 2, + "relationDigest": "15f38b7d771c2d966a5bed886befdf4da68371401863d9d9f7b8ccb19627eabc", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "shape": { + "area": 713.0973355292325, + "brepSha256": "b2e511581655e6e93b8af859384008fd15cca3a631f3bdb23b89b693e4595dee", + "edges": 18, + "faces": 10, + "geometryDigest": "e239f85d509e37d14ec43ba9965ebf99686e66d58e36e248c4f81e1f15f4eec2", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1254.469004940773 + }, + "typeId": "Part::Fuse" + } + ], + "restored": [ + { + "key": "boolean-fuse-1:000:Box01", + "name": "Box01", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-1:001:Cylinder01", + "name": "Cylinder01", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-1:002:Fuse01", + "name": "Fuse01", + "ordinal": 2, + "relationDigest": "15f38b7d771c2d966a5bed886befdf4da68371401863d9d9f7b8ccb19627eabc", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "shape": { + "area": 700.5309649148733, + "brepSha256": "0bf69d8d44e4b06e66bad4778153d563348f68f4cc73642a8b285faad29ad44d", + "edges": 18, + "faces": 10, + "geometryDigest": "d12ca0857191a459a5f349753d8d811a5c791e05252e456ddc1defc09b658962", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1201.0619298297468 + }, + "typeId": "Part::Fuse" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 4, + "edited": 4.5, + "restored": 4 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -17,6 +243,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box01", + "linkedObjects": [], "name": "Box01", "names": [ { @@ -947,11 +1174,201 @@ "stageId": "Box01", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -961,6 +1378,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder01", + "linkedObjects": [], "name": "Cylinder01", "names": [ { @@ -1261,11 +1679,75 @@ "stageId": "Cylinder01", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", "edges": 3, "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", "solids": 1, "valid": true, + "vertices": 2, "volume": 703.7167544041135 }, "typeId": "Part::Cylinder" @@ -1277,13 +1759,17 @@ "elementMapSize": 40, "elementMapVersion": "15.70200.5", "label": "Fuse01", + "linkedObjects": [ + "Box01", + "Cylinder01" + ], "name": "Fuse01", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:H1230,F", + "mappedName": "Face1;:H630,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1296,7 +1782,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:H1230,F", + "mappedName": "Face1;:H630,F", "mappedStringIds": [], "name": "Face1" }, @@ -1304,7 +1790,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H1230,F", + "mappedName": "Face3;:H630,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1317,7 +1803,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:H1230,F", + "mappedName": "Face3;:H630,F", "mappedStringIds": [], "name": "Face2" }, @@ -1325,7 +1811,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FUS;:H1230:7,F", + "mappedName": "Face6;:M;FUS;:H630:7,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1338,7 +1824,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;FUS;:H1230:7,F", + "mappedName": "Face6;:M;FUS;:H630:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -1346,7 +1832,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H1230,F", + "mappedName": "Face4;:H630,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1359,7 +1845,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H1230,F", + "mappedName": "Face4;:H630,F", "mappedStringIds": [], "name": "Face4" }, @@ -1367,7 +1853,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FUS;:H1230:7,F", + "mappedName": "Face5;:M;FUS;:H630:7,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1380,7 +1866,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FUS;:H1230:7,F", + "mappedName": "Face5;:M;FUS;:H630:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -1388,7 +1874,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H1230,F", + "mappedName": "Face2;:H630,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1401,7 +1887,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:H1230,F", + "mappedName": "Face2;:H630,F", "mappedStringIds": [], "name": "Face6" }, @@ -1409,7 +1895,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:H1231:8,F", + "mappedName": "Face1;:M2;FUS;:H631:8,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1422,7 +1908,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:H1231:8,F", + "mappedName": "Face1;:M2;FUS;:H631:8,F", "mappedStringIds": [], "name": "Face7" }, @@ -1430,7 +1916,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;FUS;:H1231:7,F", + "mappedName": "Face1;:M;FUS;:H631:7,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1443,7 +1929,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face1;:M;FUS;:H1231:7,F", + "mappedName": "Face1;:M;FUS;:H631:7,F", "mappedStringIds": [], "name": "Face8" }, @@ -1451,7 +1937,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H1231,F", + "mappedName": "Face3;:H631,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1464,7 +1950,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face3;:H1231,F", + "mappedName": "Face3;:H631,F", "mappedStringIds": [], "name": "Face9" }, @@ -1472,7 +1958,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H1231,F", + "mappedName": "Face2;:H631,F", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1485,7 +1971,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face2;:H1231,F", + "mappedName": "Face2;:H631,F", "mappedStringIds": [], "name": "Face10" }, @@ -1493,7 +1979,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H1230,E", + "mappedName": "Edge1;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1506,7 +1992,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:H1230,E", + "mappedName": "Edge1;:H630,E", "mappedStringIds": [], "name": "Edge1" }, @@ -1514,7 +2000,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H1230,E", + "mappedName": "Edge2;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1527,7 +2013,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:H1230,E", + "mappedName": "Edge2;:H630,E", "mappedStringIds": [], "name": "Edge2" }, @@ -1535,7 +2021,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H1230,E", + "mappedName": "Edge3;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1548,7 +2034,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H1230,E", + "mappedName": "Edge3;:H630,E", "mappedStringIds": [], "name": "Edge3" }, @@ -1556,7 +2042,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H1230,E", + "mappedName": "Edge4;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1569,7 +2055,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:H1230,E", + "mappedName": "Edge4;:H630,E", "mappedStringIds": [], "name": "Edge4" }, @@ -1577,7 +2063,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H1230,E", + "mappedName": "Edge9;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1590,7 +2076,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:H1230,E", + "mappedName": "Edge9;:H630,E", "mappedStringIds": [], "name": "Edge5" }, @@ -1598,7 +2084,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H1230,E", + "mappedName": "Edge5;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1611,7 +2097,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:H1230,E", + "mappedName": "Edge5;:H630,E", "mappedStringIds": [], "name": "Edge6" }, @@ -1619,7 +2105,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H1230,E", + "mappedName": "Edge10;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1632,7 +2118,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:H1230,E", + "mappedName": "Edge10;:H630,E", "mappedStringIds": [], "name": "Edge7" }, @@ -1640,7 +2126,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H1230,E", + "mappedName": "Edge12;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1653,7 +2139,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:H1230,E", + "mappedName": "Edge12;:H630,E", "mappedStringIds": [], "name": "Edge8" }, @@ -1661,7 +2147,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H1230,E", + "mappedName": "Edge6;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1674,7 +2160,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:H1230,E", + "mappedName": "Edge6;:H630,E", "mappedStringIds": [], "name": "Edge9" }, @@ -1682,20 +2168,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1231:4,F);FUS;:H1230:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:H631:4,F);FUS;:H630:1d,E", "object": "Fuse01", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1231:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H631:4,F)", "object": "Box01", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1231:4,F);FUS;:H1230:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:H631:4,F);FUS;:H630:1d,E", "mappedStringIds": [], "name": "Edge10" }, @@ -1703,7 +2189,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H1230,E", + "mappedName": "Edge11;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1716,7 +2202,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H1230,E", + "mappedName": "Edge11;:H630,E", "mappedStringIds": [], "name": "Edge11" }, @@ -1724,7 +2210,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H1230,E", + "mappedName": "Edge7;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1737,7 +2223,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H1230,E", + "mappedName": "Edge7;:H630,E", "mappedStringIds": [], "name": "Edge12" }, @@ -1745,7 +2231,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H1230,E", + "mappedName": "Edge8;:H630,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1758,7 +2244,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:H1230,E", + "mappedName": "Edge8;:H630,E", "mappedStringIds": [], "name": "Edge13" }, @@ -1766,20 +2252,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1231:4,F);FUS;:H1230:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:H631:4,F);FUS;:H630:1d,E", "object": "Fuse01", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1231:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H631:4,F)", "object": "Box01", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1231:4,F);FUS;:H1230:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:H631:4,F);FUS;:H630:1d,E", "mappedStringIds": [], "name": "Edge14" }, @@ -1787,7 +2273,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M2;FUS;:H1231:8,E", + "mappedName": "Edge1;:M2;FUS;:H631:8,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1800,7 +2286,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M2;FUS;:H1231:8,E", + "mappedName": "Edge1;:M2;FUS;:H631:8,E", "mappedStringIds": [], "name": "Edge15" }, @@ -1808,7 +2294,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H1231,E", + "mappedName": "Edge3;:H631,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1821,7 +2307,7 @@ ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Edge3;:H1231,E", + "mappedName": "Edge3;:H631,E", "mappedStringIds": [], "name": "Edge16" }, @@ -1829,7 +2315,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H1231,E", + "mappedName": "Edge2;:H631,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1842,7 +2328,7 @@ ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Edge2;:H1231,E", + "mappedName": "Edge2;:H631,E", "mappedStringIds": [], "name": "Edge17" }, @@ -1850,7 +2336,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;FUS;:H1231:7,E", + "mappedName": "Edge1;:M;FUS;:H631:7,E", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1863,7 +2349,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge1;:M;FUS;:H1231:7,E", + "mappedName": "Edge1;:M;FUS;:H631:7,E", "mappedStringIds": [], "name": "Edge18" }, @@ -1871,7 +2357,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H1230,V", + "mappedName": "Vertex1;:H630,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1884,7 +2370,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H1230,V", + "mappedName": "Vertex1;:H630,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -1892,7 +2378,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H1230,V", + "mappedName": "Vertex2;:H630,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1905,7 +2391,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:H1230,V", + "mappedName": "Vertex2;:H630,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -1913,7 +2399,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H1230,V", + "mappedName": "Vertex3;:H630,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1926,7 +2412,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:H1230,V", + "mappedName": "Vertex3;:H630,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -1934,7 +2420,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H1230,V", + "mappedName": "Vertex4;:H630,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1947,7 +2433,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H1230,V", + "mappedName": "Vertex4;:H630,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -1955,7 +2441,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H1230,V", + "mappedName": "Vertex6;:H630,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1968,7 +2454,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:H1230,V", + "mappedName": "Vertex6;:H630,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -1976,7 +2462,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H1230,V", + "mappedName": "Vertex5;:H630,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -1989,7 +2475,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:H1230,V", + "mappedName": "Vertex5;:H630,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -1997,7 +2483,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H1230,V", + "mappedName": "Vertex7;:H630,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -2010,7 +2496,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:H1230,V", + "mappedName": "Vertex7;:H630,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -2018,20 +2504,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1230:4,F);FUS;:H1231:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H630:4,F);FUS;:H631:1d,V", "object": "Fuse01", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1230:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H630:4,F)", "object": "Cylinder01", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1230:4,F);FUS;:H1231:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H630:4,F);FUS;:H631:1d,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -2039,7 +2525,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H1230,V", + "mappedName": "Vertex8;:H630,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -2052,7 +2538,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H1230,V", + "mappedName": "Vertex8;:H630,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -2060,20 +2546,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1230:4,F);FUS;:H1231:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:H630:4,F);FUS;:H631:1c,V", "object": "Fuse01", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1230:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H630:4,F)", "object": "Cylinder01", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1230:4,F);FUS;:H1231:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:H630:4,F);FUS;:H631:1c,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -2081,7 +2567,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H1231,V", + "mappedName": "Vertex2;:H631,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -2094,7 +2580,7 @@ ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Vertex2;:H1231,V", + "mappedName": "Vertex2;:H631,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -2102,7 +2588,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H1231,V", + "mappedName": "Vertex1;:H631,V", "object": "Fuse01", "typeId": "Part::Fuse" }, @@ -2115,7 +2601,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex1;:H1231,V", + "mappedName": "Vertex1;:H631,V", "mappedStringIds": [], "name": "Vertex12" } @@ -2131,7 +2617,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H1230,F", + "mappedName": "Face1;:H630,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2139,7 +2625,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:H1230,F", + "name": "Face1;:H630,F", "stringIds": [] }, "relation": "preserved", @@ -2158,7 +2644,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H1230,F", + "mappedName": "Face3;:H630,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2166,7 +2652,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:H1230,F", + "name": "Face3;:H630,F", "stringIds": [] }, "relation": "preserved", @@ -2185,7 +2671,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FUS;:H1230:7,F", + "mappedName": "Face6;:M;FUS;:H630:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2193,7 +2679,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;FUS;:H1230:7,F", + "name": "Face6;:M;FUS;:H630:7,F", "stringIds": [] }, "relation": "modified", @@ -2212,7 +2698,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H1230,F", + "mappedName": "Face4;:H630,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2220,7 +2706,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H1230,F", + "name": "Face4;:H630,F", "stringIds": [] }, "relation": "preserved", @@ -2239,7 +2725,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FUS;:H1230:7,F", + "mappedName": "Face5;:M;FUS;:H630:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2247,7 +2733,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FUS;:H1230:7,F", + "name": "Face5;:M;FUS;:H630:7,F", "stringIds": [] }, "relation": "modified", @@ -2266,7 +2752,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H1230,F", + "mappedName": "Face2;:H630,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2274,7 +2760,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:H1230,F", + "name": "Face2;:H630,F", "stringIds": [] }, "relation": "preserved", @@ -2293,7 +2779,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:H1231:8,F", + "mappedName": "Face1;:M2;FUS;:H631:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2301,7 +2787,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M2;FUS;:H1231:8,F", + "name": "Face1;:M2;FUS;:H631:8,F", "stringIds": [] }, "relation": "modified", @@ -2320,7 +2806,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FUS;:H1231:7,F", + "mappedName": "Face1;:M;FUS;:H631:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2328,7 +2814,7 @@ "index": 8, "type": "Face" }, - "name": "Face1;:M;FUS;:H1231:7,F", + "name": "Face1;:M;FUS;:H631:7,F", "stringIds": [] }, "relation": "modified", @@ -2347,7 +2833,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H1231,F", + "mappedName": "Face3;:H631,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2355,7 +2841,7 @@ "index": 9, "type": "Face" }, - "name": "Face3;:H1231,F", + "name": "Face3;:H631,F", "stringIds": [] }, "relation": "preserved", @@ -2374,7 +2860,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H1231,F", + "mappedName": "Face2;:H631,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2382,7 +2868,7 @@ "index": 10, "type": "Face" }, - "name": "Face2;:H1231,F", + "name": "Face2;:H631,F", "stringIds": [] }, "relation": "preserved", @@ -2401,7 +2887,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H1230,E", + "mappedName": "Edge1;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2409,7 +2895,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:H1230,E", + "name": "Edge1;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2428,7 +2914,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H1230,E", + "mappedName": "Edge2;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2436,7 +2922,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:H1230,E", + "name": "Edge2;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2455,7 +2941,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H1230,E", + "mappedName": "Edge3;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2463,7 +2949,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H1230,E", + "name": "Edge3;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2482,7 +2968,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H1230,E", + "mappedName": "Edge4;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2490,7 +2976,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:H1230,E", + "name": "Edge4;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2509,7 +2995,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H1230,E", + "mappedName": "Edge9;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2517,7 +3003,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:H1230,E", + "name": "Edge9;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2536,7 +3022,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H1230,E", + "mappedName": "Edge5;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2544,7 +3030,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:H1230,E", + "name": "Edge5;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2563,7 +3049,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H1230,E", + "mappedName": "Edge10;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2571,7 +3057,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:H1230,E", + "name": "Edge10;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2590,7 +3076,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H1230,E", + "mappedName": "Edge12;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2598,7 +3084,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:H1230,E", + "name": "Edge12;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2617,7 +3103,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H1230,E", + "mappedName": "Edge6;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2625,7 +3111,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:H1230,E", + "name": "Edge6;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2644,7 +3130,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H1231:4,F);FUS;:H1230:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:H631:4,F);FUS;:H630:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2652,7 +3138,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H1231:4,F);FUS;:H1230:1e,E", + "name": "Face6;:G2(Face1;K-2;:H631:4,F);FUS;:H630:1d,E", "stringIds": [] }, "relation": "generated", @@ -2660,9 +3146,9 @@ "resultPersistentId": "Fuse01:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H1231:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H631:4,F)", "objectId": "Box01", - "persistentId": "Box01:mapped:Face6;:G2(Face1;K-2;:H1231:4,F)", + "persistentId": "Box01:mapped:Face6;:G2(Face1;K-2;:H631:4,F)", "stageId": "Box01" } ] @@ -2671,7 +3157,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H1230,E", + "mappedName": "Edge11;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2679,7 +3165,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H1230,E", + "name": "Edge11;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2698,7 +3184,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H1230,E", + "mappedName": "Edge7;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2706,7 +3192,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H1230,E", + "name": "Edge7;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2725,7 +3211,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H1230,E", + "mappedName": "Edge8;:H630,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2733,7 +3219,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:H1230,E", + "name": "Edge8;:H630,E", "stringIds": [] }, "relation": "preserved", @@ -2752,7 +3238,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H1231:4,F);FUS;:H1230:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:H631:4,F);FUS;:H630:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2760,7 +3246,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H1231:4,F);FUS;:H1230:1e,E", + "name": "Face5;:G2(Face1;K-1;:H631:4,F);FUS;:H630:1d,E", "stringIds": [] }, "relation": "generated", @@ -2768,9 +3254,9 @@ "resultPersistentId": "Fuse01:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H1231:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H631:4,F)", "objectId": "Box01", - "persistentId": "Box01:mapped:Face5;:G2(Face1;K-1;:H1231:4,F)", + "persistentId": "Box01:mapped:Face5;:G2(Face1;K-1;:H631:4,F)", "stageId": "Box01" } ] @@ -2779,7 +3265,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M2;FUS;:H1231:8,E", + "mappedName": "Edge1;:M2;FUS;:H631:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2787,7 +3273,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M2;FUS;:H1231:8,E", + "name": "Edge1;:M2;FUS;:H631:8,E", "stringIds": [] }, "relation": "modified", @@ -2806,7 +3292,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H1231,E", + "mappedName": "Edge3;:H631,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2814,7 +3300,7 @@ "index": 16, "type": "Edge" }, - "name": "Edge3;:H1231,E", + "name": "Edge3;:H631,E", "stringIds": [] }, "relation": "preserved", @@ -2833,7 +3319,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H1231,E", + "mappedName": "Edge2;:H631,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2841,7 +3327,7 @@ "index": 17, "type": "Edge" }, - "name": "Edge2;:H1231,E", + "name": "Edge2;:H631,E", "stringIds": [] }, "relation": "preserved", @@ -2860,7 +3346,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;FUS;:H1231:7,E", + "mappedName": "Edge1;:M;FUS;:H631:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2868,7 +3354,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge1;:M;FUS;:H1231:7,E", + "name": "Edge1;:M;FUS;:H631:7,E", "stringIds": [] }, "relation": "modified", @@ -2887,7 +3373,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H1230,V", + "mappedName": "Vertex1;:H630,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2895,7 +3381,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H1230,V", + "name": "Vertex1;:H630,V", "stringIds": [] }, "relation": "preserved", @@ -2914,7 +3400,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H1230,V", + "mappedName": "Vertex2;:H630,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2922,7 +3408,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:H1230,V", + "name": "Vertex2;:H630,V", "stringIds": [] }, "relation": "preserved", @@ -2941,7 +3427,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H1230,V", + "mappedName": "Vertex3;:H630,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2949,7 +3435,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:H1230,V", + "name": "Vertex3;:H630,V", "stringIds": [] }, "relation": "preserved", @@ -2968,7 +3454,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H1230,V", + "mappedName": "Vertex4;:H630,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -2976,7 +3462,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H1230,V", + "name": "Vertex4;:H630,V", "stringIds": [] }, "relation": "preserved", @@ -2995,7 +3481,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H1230,V", + "mappedName": "Vertex6;:H630,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -3003,7 +3489,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:H1230,V", + "name": "Vertex6;:H630,V", "stringIds": [] }, "relation": "preserved", @@ -3022,7 +3508,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H1230,V", + "mappedName": "Vertex5;:H630,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -3030,7 +3516,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:H1230,V", + "name": "Vertex5;:H630,V", "stringIds": [] }, "relation": "preserved", @@ -3049,7 +3535,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H1230,V", + "mappedName": "Vertex7;:H630,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -3057,7 +3543,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:H1230,V", + "name": "Vertex7;:H630,V", "stringIds": [] }, "relation": "preserved", @@ -3076,7 +3562,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H1230:4,F);FUS;:H1231:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H630:4,F);FUS;:H631:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -3084,7 +3570,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H1230:4,F);FUS;:H1231:1e,V", + "name": "Edge1;:G2(Face6;K-1;:H630:4,F);FUS;:H631:1d,V", "stringIds": [] }, "relation": "generated", @@ -3092,9 +3578,9 @@ "resultPersistentId": "Fuse01:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H1230:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H630:4,F)", "objectId": "Cylinder01", - "persistentId": "Cylinder01:mapped:Edge1;:G2(Face6;K-1;:H1230:4,F)", + "persistentId": "Cylinder01:mapped:Edge1;:G2(Face6;K-1;:H630:4,F)", "stageId": "Cylinder01" } ] @@ -3103,7 +3589,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H1230,V", + "mappedName": "Vertex8;:H630,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -3111,7 +3597,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H1230,V", + "name": "Vertex8;:H630,V", "stringIds": [] }, "relation": "preserved", @@ -3130,7 +3616,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H1230:4,F);FUS;:H1231:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:H630:4,F);FUS;:H631:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -3138,7 +3624,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H1230:4,F);FUS;:H1231:1d,V", + "name": "Edge1;:G(Face5;K-1;:H630:4,F);FUS;:H631:1c,V", "stringIds": [] }, "relation": "generated", @@ -3146,9 +3632,9 @@ "resultPersistentId": "Fuse01:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H1230:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H630:4,F)", "objectId": "Cylinder01", - "persistentId": "Cylinder01:mapped:Edge1;:G(Face5;K-1;:H1230:4,F)", + "persistentId": "Cylinder01:mapped:Edge1;:G(Face5;K-1;:H630:4,F)", "stageId": "Cylinder01" } ] @@ -3157,7 +3643,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H1231,V", + "mappedName": "Vertex2;:H631,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -3165,7 +3651,7 @@ "index": 11, "type": "Vertex" }, - "name": "Vertex2;:H1231,V", + "name": "Vertex2;:H631,V", "stringIds": [] }, "relation": "preserved", @@ -3184,7 +3670,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H1231,V", + "mappedName": "Vertex1;:H631,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -3192,7 +3678,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex1;:H1231,V", + "name": "Vertex1;:H631,V", "stringIds": [] }, "relation": "preserved", @@ -3217,11 +3703,619 @@ "stageId": "Fuse01", "status": "native-evidence" }, + "relationDigest": "15f38b7d771c2d966a5bed886befdf4da68371401863d9d9f7b8ccb19627eabc", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face1;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);FUS;:H#:1d,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);FUS;:H#:1d,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge1;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box01", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Cylinder01", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", "shape": { + "area": 700.5309649148733, + "brepSha256": "0bf69d8d44e4b06e66bad4778153d563348f68f4cc73642a8b285faad29ad44d", "edges": 18, "faces": 10, + "geometryDigest": "d12ca0857191a459a5f349753d8d811a5c791e05252e456ddc1defc09b658962", "solids": 1, "valid": true, + "vertices": 12, "volume": 1201.0619298297468 }, "typeId": "Part::Fuse" @@ -3231,14 +4325,242 @@ "stringHasherResource": null }, { + "category": "boolean", "elementMapResources": { "Fuse02.Shape.Map.txt": { - "sha256": "b434e4d838c3d364221163bb0e3037c0f5c9df3e35855ebba00e4adfbf14add9", - "text": "BeginElementMap v1\n1 PostfixCount 38\nEdge\nFace\nVertex\n;:G(Face1;K-4;:H6f8:4,F);FUS;:H6f7:1c,V\n;:M2;FUS;:H6f7:8,E\n;:M;FUS;:H6f7:7,E\n;:G(Face1;K-5;:H6f8:4,F);FUS;:H6f7:1c,V\n;:G(Face1;K-6;:H6f8:4,F);FUS;:H6f7:1c,V\n;:H6f7,E\n;:M3;FUS;:H6f8:8,E\n;:M;FUS;:H6f8:7,E\n;:G(Face1;K-1;:H6f8:4,F);FUS;:H6f7:1c,V\n;:H6f8,E\n;:G(Face1;K-2;:H6f8:4,F);FUS;:H6f7:1c,V\n;:G(Edge1;K-1;:H6f8:4,E);FUS;:H6f7:1c,V\n;:G(Edge1;K-2;:H6f8:4,E);FUS;:H6f7:1c,V\n;:G(Face1;K-3;:H6f8:4,F);FUS;:H6f7:1c,V\n;:M2;FUS;:H6f7:8,F;:M(Face1;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F\n;:M2;FUS;:H6f8:8,F\n;:M;FUS;:H6f8:7,F\n;:H6f8,F\n;:M2;FUS;:H6f7:8,F;:M(Face2;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F\n;:M2;FUS;:H6f7:8,F;:M(Face3;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F\n;:M2;FUS;:H6f7:8,F;:M(Face4;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F\n;:G(Face1;K-10;:H6f8:5,F);FUS;:H6f7:1d,E\n;:G2(Face1;K-11;:H6f8:5,F);FUS;:H6f7:1e,E\n;:G3(Face1;K-12;:H6f8:5,F);FUS;:H6f7:1e,E\n;:G4(Face1;K-13;:H6f8:5,F);FUS;:H6f7:1e,E\n;:M2;FUS;:H6f7:8,F\n;:M3;FUS;:H6f7:8,F\n;:M4;FUS;:H6f7:8,F\n;:M;FUS;:H6f7:7,F\n;:G(Face1;K-14;:H6f8:5,F);FUS;:H6f7:1d,E\n;:G2(Face1;K-15;:H6f8:5,F);FUS;:H6f7:1e,E\n;:G3(Face1;K-16;:H6f8:5,F);FUS;:H6f7:1e,E\n;:G4(Face1;K-17;:H6f8:5,F);FUS;:H6f7:1e,E\n;:H6f7,V\n;:H6f8,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.6.22 0\n:1.a.6 0\n:2.6.24 0\n:2.6.23 0\n:2.6.21 0\n:1.1.a 0\n:1.3.d 0\n:1.2.5 0\n:1.c.6 0\n:1.c.5 0\n:1.6.5 0\n:1.6.6 0\n:1.a.5 0\n:1.3.9 0\n:1.4.5 0\n:1.4.6 0\n:1.1.9 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.d 0\n:1.1.b 0\n:2.5.19 0\n:2.5.1b 0\n:2.5.1c 0\n:1.b.6 0\n:1.8.6 0\n:1.9.5 0\n:1.b.5 0\n:1.8.5 0\n:1.5.9 0\n:1.7.9 0\n\nFace\n\nChildCount 0\n\nNameCount 17\n0\n:2.6.20 0\n:2.1.13 0\n:2.6.1d 0\n:2.6.1f 0\n:2.6.1e 0\n:2.3.15 0\n:2.1.12 0\n:2.5.20 0\n:2.1.14 0\n:2.5.1d 0\n:2.2.15 0\n:2.5.1e 0\n:2.5.1f 0\n:2.3.17 0\n:2.4.18 0\n:2.2.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 19\n0\n:3.1.25 0\n:1.2.c 0\n:1.a.4 0\n:1.c.8 0\n:1.6.f 0\n:3.2.26 0\n:3.3.25 0\n:3.7.25 0\n:3.5.25 0\n:3.4.25 0\n:1.4.e 0\n:3.2.25 0\n:1.9.11 0\n:3.1.26 0\n:1.8.10 0\n:1.b.7 0\n:3.6.25 0\n:3.8.25 0\n\nEndMap\n" + "sha256": "51f7bf7007aff063d2fd2c7bcf922ff9400f787faac04f4e36331771bdb1c555", + "text": "BeginElementMap v1\n1 PostfixCount 38\nEdge\nFace\nVertex\n;:G(Face1;K-4;:H982:4,F);FUS;:H981:1c,V\n;:M2;FUS;:H981:8,E\n;:M;FUS;:H981:7,E\n;:G(Face1;K-5;:H982:4,F);FUS;:H981:1c,V\n;:G(Face1;K-6;:H982:4,F);FUS;:H981:1c,V\n;:H981,E\n;:M3;FUS;:H982:8,E\n;:M;FUS;:H982:7,E\n;:G(Face1;K-1;:H982:4,F);FUS;:H981:1c,V\n;:H982,E\n;:G(Face1;K-2;:H982:4,F);FUS;:H981:1c,V\n;:G(Edge1;K-1;:H982:4,E);FUS;:H981:1c,V\n;:G(Edge1;K-2;:H982:4,E);FUS;:H981:1c,V\n;:G(Face1;K-3;:H982:4,F);FUS;:H981:1c,V\n;:M2;FUS;:H981:8,F;:M(Face1;:M;FUS;:H981:7,F);RFI;:H981:1f,F\n;:M2;FUS;:H982:8,F\n;:M;FUS;:H982:7,F\n;:H982,F\n;:M2;FUS;:H981:8,F;:M(Face2;:M;FUS;:H981:7,F);RFI;:H981:1f,F\n;:M2;FUS;:H981:8,F;:M(Face3;:M;FUS;:H981:7,F);RFI;:H981:1f,F\n;:M2;FUS;:H981:8,F;:M(Face4;:M;FUS;:H981:7,F);RFI;:H981:1f,F\n;:G(Face1;K-10;:H982:5,F);FUS;:H981:1d,E\n;:G2(Face1;K-11;:H982:5,F);FUS;:H981:1e,E\n;:G3(Face1;K-12;:H982:5,F);FUS;:H981:1e,E\n;:G4(Face1;K-13;:H982:5,F);FUS;:H981:1e,E\n;:M2;FUS;:H981:8,F\n;:M3;FUS;:H981:8,F\n;:M4;FUS;:H981:8,F\n;:M;FUS;:H981:7,F\n;:G(Face1;K-14;:H982:5,F);FUS;:H981:1d,E\n;:G2(Face1;K-15;:H982:5,F);FUS;:H981:1e,E\n;:G3(Face1;K-16;:H982:5,F);FUS;:H981:1e,E\n;:G4(Face1;K-17;:H982:5,F);FUS;:H981:1e,E\n;:H981,V\n;:H982,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.6.22 0\n:1.a.6 0\n:2.6.24 0\n:2.6.23 0\n:2.6.21 0\n:1.1.a 0\n:1.3.d 0\n:1.2.5 0\n:1.c.6 0\n:1.c.5 0\n:1.6.5 0\n:1.6.6 0\n:1.a.5 0\n:1.3.9 0\n:1.4.5 0\n:1.4.6 0\n:1.1.9 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.d 0\n:1.1.b 0\n:2.5.19 0\n:2.5.1b 0\n:2.5.1c 0\n:1.b.6 0\n:1.8.6 0\n:1.9.5 0\n:1.b.5 0\n:1.8.5 0\n:1.5.9 0\n:1.7.9 0\n\nFace\n\nChildCount 0\n\nNameCount 17\n0\n:2.6.20 0\n:2.1.13 0\n:2.6.1d 0\n:2.6.1f 0\n:2.6.1e 0\n:2.3.15 0\n:2.1.12 0\n:2.5.20 0\n:2.1.14 0\n:2.5.1d 0\n:2.2.15 0\n:2.5.1e 0\n:2.5.1f 0\n:2.3.17 0\n:2.4.18 0\n:2.2.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 19\n0\n:3.1.25 0\n:1.2.c 0\n:1.a.4 0\n:1.c.8 0\n:1.6.f 0\n:3.2.26 0\n:3.3.25 0\n:3.7.25 0\n:3.5.25 0\n:3.4.25 0\n:1.4.e 0\n:3.2.25 0\n:1.9.11 0\n:3.1.26 0\n:1.8.10 0\n:1.b.7 0\n:3.6.25 0\n:3.8.25 0\n\nEndMap\n" } }, "finalObject": "Fuse02", "id": "boolean-fuse-2", + "mutation": { + "category": "boolean", + "contract": { + "editorModes": [], + "finalObject": "Fuse02", + "finalStageOrdinal": 2, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Cylinder02", + "targetStageOrdinal": 1, + "targetTypeId": "Part::Cylinder" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 1, + 2 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 2 + ], + "namingChangedStages": 1, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 9, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 3 + }, + "phases": { + "before": [ + { + "key": "boolean-fuse-2:000:Box02", + "name": "Box02", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-2:001:Cylinder02", + "name": "Cylinder02", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-2:002:Fuse02", + "name": "Fuse02", + "ordinal": 2, + "relationDigest": "d308feb961d0c7d9bc57813797fbf9545df9ecec48ffd08026d183b3032746a3", + "semanticNameDigest": "0c26153700cd1251e4a8f16adc7a704027e7cd1906781864139b3e8f80b0436b", + "shape": { + "area": 725.6637061435916, + "brepSha256": "4ac22f055f225c434578047dca9b3ee875f1d11573dddeb33078640f8add7af3", + "edges": 32, + "faces": 16, + "geometryDigest": "2a2ce3053bc40385a23b1d8cb3e1faa4b0b88bca58656fcae9b7b46a626d66d7", + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 1314.159265358979 + }, + "typeId": "Part::Fuse" + } + ], + "edited": [ + { + "key": "boolean-fuse-2:000:Box02", + "name": "Box02", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-2:001:Cylinder02", + "name": "Cylinder02", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 673.8716241950106, + "brepSha256": "1c9cb597a36ccc17a0e30f8429c53b6ba0109fe287a927767b73d50345ffa0f6", + "edges": 3, + "faces": 3, + "geometryDigest": "ddc94bdbee1c73168ea6b411e18423ec8a733951a68332bda67f0caa7f830a41", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1330.4644887952775 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-2:002:Fuse02", + "name": "Fuse02", + "ordinal": 2, + "relationDigest": "5a7d1af2425e5ef3256101da7673dbd6376ddf970223b455298a5f026324c172", + "semanticNameDigest": "246bbbf8d98a5e450a32bf15d1b74934a78cef6057169e4d05ccdfab8d06bc50", + "shape": { + "area": 756.3307073758722, + "brepSha256": "ffd32868f400705414c767005e7ad4288d8a56f59e4d8ba538c6d98e00d13d8a", + "edges": 39, + "faces": 19, + "geometryDigest": "502c9929138788ddb2a28d1d37dca4788b398c45ab27a3adfd830dbb737e43f2", + "solids": 1, + "valid": true, + "vertices": 26, + "volume": 1441.8117376320051 + }, + "typeId": "Part::Fuse" + } + ], + "restored": [ + { + "key": "boolean-fuse-2:000:Box02", + "name": "Box02", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-2:001:Cylinder02", + "name": "Cylinder02", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-2:002:Fuse02", + "name": "Fuse02", + "ordinal": 2, + "relationDigest": "d308feb961d0c7d9bc57813797fbf9545df9ecec48ffd08026d183b3032746a3", + "semanticNameDigest": "0c26153700cd1251e4a8f16adc7a704027e7cd1906781864139b3e8f80b0436b", + "shape": { + "area": 725.6637061435916, + "brepSha256": "4ac22f055f225c434578047dca9b3ee875f1d11573dddeb33078640f8add7af3", + "edges": 32, + "faces": 16, + "geometryDigest": "2a2ce3053bc40385a23b1d8cb3e1faa4b0b88bca58656fcae9b7b46a626d66d7", + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 1314.159265358979 + }, + "typeId": "Part::Fuse" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 5, + "edited": 5.5, + "restored": 5 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -3246,6 +4568,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box02", + "linkedObjects": [], "name": "Box02", "names": [ { @@ -4176,11 +5499,201 @@ "stageId": "Box02", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -4190,6 +5703,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder02", + "linkedObjects": [], "name": "Cylinder02", "names": [ { @@ -4490,11 +6004,75 @@ "stageId": "Cylinder02", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", "edges": 3, "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", "solids": 1, "valid": true, + "vertices": 2, "volume": 1099.5574287564275 }, "typeId": "Part::Cylinder" @@ -4506,13 +6084,17 @@ "elementMapSize": 66, "elementMapVersion": "15.70200.5", "label": "Fuse02", + "linkedObjects": [ + "Box02", + "Cylinder02" + ], "name": "Fuse02", "names": [ { "history": [ { "children": [], - "mappedName": "Face6;:M;FUS;:H6f7:7,F", + "mappedName": "Face6;:M;FUS;:H981:7,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4525,7 +6107,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face6;:M;FUS;:H6f7:7,F", + "mappedName": "Face6;:M;FUS;:H981:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -4533,7 +6115,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:H6f8:8,F", + "mappedName": "Face1;:M2;FUS;:H982:8,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4546,7 +6128,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:H6f8:8,F", + "mappedName": "Face1;:M2;FUS;:H982:8,F", "mappedStringIds": [], "name": "Face2" }, @@ -4554,7 +6136,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M2;FUS;:H6f7:8,F", + "mappedName": "Face6;:M2;FUS;:H981:8,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4567,7 +6149,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M2;FUS;:H6f7:8,F", + "mappedName": "Face6;:M2;FUS;:H981:8,F", "mappedStringIds": [], "name": "Face3" }, @@ -4575,7 +6157,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M4;FUS;:H6f7:8,F", + "mappedName": "Face6;:M4;FUS;:H981:8,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4588,7 +6170,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face6;:M4;FUS;:H6f7:8,F", + "mappedName": "Face6;:M4;FUS;:H981:8,F", "mappedStringIds": [], "name": "Face4" }, @@ -4596,7 +6178,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M3;FUS;:H6f7:8,F", + "mappedName": "Face6;:M3;FUS;:H981:8,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4609,7 +6191,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face6;:M3;FUS;:H6f7:8,F", + "mappedName": "Face6;:M3;FUS;:H981:8,F", "mappedStringIds": [], "name": "Face5" }, @@ -4617,7 +6199,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H6f8,F", + "mappedName": "Face3;:H982,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4630,7 +6212,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:H6f8,F", + "mappedName": "Face3;:H982,F", "mappedStringIds": [], "name": "Face6" }, @@ -4638,20 +6220,20 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:H6f7:8,F;:M(Face1;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face1;:M2;FUS;:H981:8,F;:M(Face1;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face1;:M2;FUS;:H6f7:8,F;:M(Face1;:M;FUS;:H6f7:7,F)", + "mappedName": "Face1;:M2;FUS;:H981:8,F;:M(Face1;:M;FUS;:H981:7,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:H6f7:8,F;:M(Face1;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face1;:M2;FUS;:H981:8,F;:M(Face1;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "mappedStringIds": [], "name": "Face7" }, @@ -4659,7 +6241,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FUS;:H6f7:7,F", + "mappedName": "Face5;:M;FUS;:H981:7,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4672,7 +6254,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face5;:M;FUS;:H6f7:7,F", + "mappedName": "Face5;:M;FUS;:H981:7,F", "mappedStringIds": [], "name": "Face8" }, @@ -4680,7 +6262,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;FUS;:H6f8:7,F", + "mappedName": "Face1;:M;FUS;:H982:7,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4693,7 +6275,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face1;:M;FUS;:H6f8:7,F", + "mappedName": "Face1;:M;FUS;:H982:7,F", "mappedStringIds": [], "name": "Face9" }, @@ -4701,7 +6283,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M2;FUS;:H6f7:8,F", + "mappedName": "Face5;:M2;FUS;:H981:8,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4714,7 +6296,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face5;:M2;FUS;:H6f7:8,F", + "mappedName": "Face5;:M2;FUS;:H981:8,F", "mappedStringIds": [], "name": "Face10" }, @@ -4722,7 +6304,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H6f8,F", + "mappedName": "Face2;:H982,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4735,7 +6317,7 @@ ], "indexedName": "Face11", "indexedStringIds": [], - "mappedName": "Face2;:H6f8,F", + "mappedName": "Face2;:H982,F", "mappedStringIds": [], "name": "Face11" }, @@ -4743,7 +6325,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M3;FUS;:H6f7:8,F", + "mappedName": "Face5;:M3;FUS;:H981:8,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4756,7 +6338,7 @@ ], "indexedName": "Face12", "indexedStringIds": [], - "mappedName": "Face5;:M3;FUS;:H6f7:8,F", + "mappedName": "Face5;:M3;FUS;:H981:8,F", "mappedStringIds": [], "name": "Face12" }, @@ -4764,7 +6346,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M4;FUS;:H6f7:8,F", + "mappedName": "Face5;:M4;FUS;:H981:8,F", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4777,7 +6359,7 @@ ], "indexedName": "Face13", "indexedStringIds": [], - "mappedName": "Face5;:M4;FUS;:H6f7:8,F", + "mappedName": "Face5;:M4;FUS;:H981:8,F", "mappedStringIds": [], "name": "Face13" }, @@ -4785,20 +6367,20 @@ "history": [ { "children": [], - "mappedName": "Face3;:M2;FUS;:H6f7:8,F;:M(Face3;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face3;:M2;FUS;:H981:8,F;:M(Face3;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face3;:M2;FUS;:H6f7:8,F;:M(Face3;:M;FUS;:H6f7:7,F)", + "mappedName": "Face3;:M2;FUS;:H981:8,F;:M(Face3;:M;FUS;:H981:7,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Face14", "indexedStringIds": [], - "mappedName": "Face3;:M2;FUS;:H6f7:8,F;:M(Face3;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face3;:M2;FUS;:H981:8,F;:M(Face3;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "mappedStringIds": [], "name": "Face14" }, @@ -4806,20 +6388,20 @@ "history": [ { "children": [], - "mappedName": "Face4;:M2;FUS;:H6f7:8,F;:M(Face4;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face4;:M2;FUS;:H981:8,F;:M(Face4;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face4;:M2;FUS;:H6f7:8,F;:M(Face4;:M;FUS;:H6f7:7,F)", + "mappedName": "Face4;:M2;FUS;:H981:8,F;:M(Face4;:M;FUS;:H981:7,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Face15", "indexedStringIds": [], - "mappedName": "Face4;:M2;FUS;:H6f7:8,F;:M(Face4;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face4;:M2;FUS;:H981:8,F;:M(Face4;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "mappedStringIds": [], "name": "Face15" }, @@ -4827,20 +6409,20 @@ "history": [ { "children": [], - "mappedName": "Face2;:M2;FUS;:H6f7:8,F;:M(Face2;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face2;:M2;FUS;:H981:8,F;:M(Face2;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face2;:M2;FUS;:H6f7:8,F;:M(Face2;:M;FUS;:H6f7:7,F)", + "mappedName": "Face2;:M2;FUS;:H981:8,F;:M(Face2;:M;FUS;:H981:7,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Face16", "indexedStringIds": [], - "mappedName": "Face2;:M2;FUS;:H6f7:8,F;:M(Face2;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face2;:M2;FUS;:H981:8,F;:M(Face2;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "mappedStringIds": [], "name": "Face16" }, @@ -4848,7 +6430,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;FUS;:H6f7:7,E", + "mappedName": "Edge2;:M;FUS;:H981:7,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4861,7 +6443,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;FUS;:H6f7:7,E", + "mappedName": "Edge2;:M;FUS;:H981:7,E", "mappedStringIds": [], "name": "Edge1" }, @@ -4869,20 +6451,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H982:5,F);FUS;:H981:1e,E", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:H6f8:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:H982:5,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-15;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "name": "Edge2" }, @@ -4890,7 +6472,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;FUS;:H6f7:7,E", + "mappedName": "Edge10;:M;FUS;:H981:7,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4903,7 +6485,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge10;:M;FUS;:H6f7:7,E", + "mappedName": "Edge10;:M;FUS;:H981:7,E", "mappedStringIds": [], "name": "Edge3" }, @@ -4911,20 +6493,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H982:5,F);FUS;:H981:1e,E", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:H6f8:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:H982:5,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Face6;:G4(Face1;K-17;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "name": "Edge4" }, @@ -4932,20 +6514,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H982:5,F);FUS;:H981:1e,E", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:H6f8:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:H982:5,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Face6;:G3(Face1;K-16;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "name": "Edge5" }, @@ -4953,20 +6535,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:H6f8:5,F);FUS;:H6f7:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H982:5,F);FUS;:H981:1d,E", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:H6f8:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:H982:5,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Face6;:G(Face1;K-14;:H6f8:5,F);FUS;:H6f7:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H982:5,F);FUS;:H981:1d,E", "mappedStringIds": [], "name": "Edge6" }, @@ -4974,7 +6556,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M3;FUS;:H6f8:8,E", + "mappedName": "Edge1;:M3;FUS;:H982:8,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -4987,7 +6569,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge1;:M3;FUS;:H6f8:8,E", + "mappedName": "Edge1;:M3;FUS;:H982:8,E", "mappedStringIds": [], "name": "Edge7" }, @@ -4995,7 +6577,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H6f8,E", + "mappedName": "Edge3;:H982,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5008,7 +6590,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge3;:H6f8,E", + "mappedName": "Edge3;:H982,E", "mappedStringIds": [], "name": "Edge8" }, @@ -5016,7 +6598,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge2;:M2;FUS;:H981:8,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5029,7 +6611,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge2;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge2;:M2;FUS;:H981:8,E", "mappedStringIds": [], "name": "Edge9" }, @@ -5037,7 +6619,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M;FUS;:H6f7:7,E", + "mappedName": "Edge12;:M;FUS;:H981:7,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5050,7 +6632,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge12;:M;FUS;:H6f7:7,E", + "mappedName": "Edge12;:M;FUS;:H981:7,E", "mappedStringIds": [], "name": "Edge10" }, @@ -5058,7 +6640,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge12;:M2;FUS;:H981:8,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5071,7 +6653,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge12;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge12;:M2;FUS;:H981:8,E", "mappedStringIds": [], "name": "Edge11" }, @@ -5079,7 +6661,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge6;:M2;FUS;:H981:8,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5092,7 +6674,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge6;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge6;:M2;FUS;:H981:8,E", "mappedStringIds": [], "name": "Edge12" }, @@ -5100,7 +6682,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M;FUS;:H6f7:7,E", + "mappedName": "Edge6;:M;FUS;:H981:7,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5113,7 +6695,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge6;:M;FUS;:H6f7:7,E", + "mappedName": "Edge6;:M;FUS;:H981:7,E", "mappedStringIds": [], "name": "Edge13" }, @@ -5121,7 +6703,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge10;:M2;FUS;:H981:8,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5134,7 +6716,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge10;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge10;:M2;FUS;:H981:8,E", "mappedStringIds": [], "name": "Edge14" }, @@ -5142,7 +6724,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H6f7,E", + "mappedName": "Edge3;:H981,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5155,7 +6737,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge3;:H6f7,E", + "mappedName": "Edge3;:H981,E", "mappedStringIds": [], "name": "Edge15" }, @@ -5163,7 +6745,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge4;:M2;FUS;:H981:8,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5176,7 +6758,7 @@ ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Edge4;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge4;:M2;FUS;:H981:8,E", "mappedStringIds": [], "name": "Edge16" }, @@ -5184,7 +6766,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;FUS;:H6f7:7,E", + "mappedName": "Edge4;:M;FUS;:H981:7,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5197,7 +6779,7 @@ ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Edge4;:M;FUS;:H6f7:7,E", + "mappedName": "Edge4;:M;FUS;:H981:7,E", "mappedStringIds": [], "name": "Edge17" }, @@ -5205,7 +6787,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H6f7,E", + "mappedName": "Edge1;:H981,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5218,7 +6800,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge1;:H6f7,E", + "mappedName": "Edge1;:H981,E", "mappedStringIds": [], "name": "Edge18" }, @@ -5226,20 +6808,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H982:5,F);FUS;:H981:1e,E", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:H6f8:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:H982:5,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Edge19", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-11;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "name": "Edge19" }, @@ -5247,7 +6829,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;FUS;:H6f7:7,E", + "mappedName": "Edge9;:M;FUS;:H981:7,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5260,7 +6842,7 @@ ], "indexedName": "Edge20", "indexedStringIds": [], - "mappedName": "Edge9;:M;FUS;:H6f7:7,E", + "mappedName": "Edge9;:M;FUS;:H981:7,E", "mappedStringIds": [], "name": "Edge20" }, @@ -5268,7 +6850,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H6f8,E", + "mappedName": "Edge2;:H982,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5281,7 +6863,7 @@ ], "indexedName": "Edge21", "indexedStringIds": [], - "mappedName": "Edge2;:H6f8,E", + "mappedName": "Edge2;:H982,E", "mappedStringIds": [], "name": "Edge21" }, @@ -5289,7 +6871,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;FUS;:H6f8:7,E", + "mappedName": "Edge1;:M;FUS;:H982:7,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5302,7 +6884,7 @@ ], "indexedName": "Edge22", "indexedStringIds": [], - "mappedName": "Edge1;:M;FUS;:H6f8:7,E", + "mappedName": "Edge1;:M;FUS;:H982:7,E", "mappedStringIds": [], "name": "Edge22" }, @@ -5310,20 +6892,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:H6f8:5,F);FUS;:H6f7:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H982:5,F);FUS;:H981:1d,E", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:H6f8:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:H982:5,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Edge23", "indexedStringIds": [], - "mappedName": "Face5;:G(Face1;K-10;:H6f8:5,F);FUS;:H6f7:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H982:5,F);FUS;:H981:1d,E", "mappedStringIds": [], "name": "Edge23" }, @@ -5331,20 +6913,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H982:5,F);FUS;:H981:1e,E", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:H6f8:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:H982:5,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Edge24", "indexedStringIds": [], - "mappedName": "Face5;:G3(Face1;K-12;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "name": "Edge24" }, @@ -5352,20 +6934,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H982:5,F);FUS;:H981:1e,E", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:H6f8:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:H982:5,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Edge25", "indexedStringIds": [], - "mappedName": "Face5;:G4(Face1;K-13;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "name": "Edge25" }, @@ -5373,7 +6955,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M;FUS;:H6f7:7,E", + "mappedName": "Edge11;:M;FUS;:H981:7,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5386,7 +6968,7 @@ ], "indexedName": "Edge26", "indexedStringIds": [], - "mappedName": "Edge11;:M;FUS;:H6f7:7,E", + "mappedName": "Edge11;:M;FUS;:H981:7,E", "mappedStringIds": [], "name": "Edge26" }, @@ -5394,7 +6976,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M;FUS;:H6f7:7,E", + "mappedName": "Edge8;:M;FUS;:H981:7,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5407,7 +6989,7 @@ ], "indexedName": "Edge27", "indexedStringIds": [], - "mappedName": "Edge8;:M;FUS;:H6f7:7,E", + "mappedName": "Edge8;:M;FUS;:H981:7,E", "mappedStringIds": [], "name": "Edge27" }, @@ -5415,7 +6997,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge9;:M2;FUS;:H981:8,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5428,7 +7010,7 @@ ], "indexedName": "Edge28", "indexedStringIds": [], - "mappedName": "Edge9;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge9;:M2;FUS;:H981:8,E", "mappedStringIds": [], "name": "Edge28" }, @@ -5436,7 +7018,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge11;:M2;FUS;:H981:8,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5449,7 +7031,7 @@ ], "indexedName": "Edge29", "indexedStringIds": [], - "mappedName": "Edge11;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge11;:M2;FUS;:H981:8,E", "mappedStringIds": [], "name": "Edge29" }, @@ -5457,7 +7039,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge8;:M2;FUS;:H981:8,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5470,7 +7052,7 @@ ], "indexedName": "Edge30", "indexedStringIds": [], - "mappedName": "Edge8;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge8;:M2;FUS;:H981:8,E", "mappedStringIds": [], "name": "Edge30" }, @@ -5478,7 +7060,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H6f7,E", + "mappedName": "Edge5;:H981,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5491,7 +7073,7 @@ ], "indexedName": "Edge31", "indexedStringIds": [], - "mappedName": "Edge5;:H6f7,E", + "mappedName": "Edge5;:H981,E", "mappedStringIds": [], "name": "Edge31" }, @@ -5499,7 +7081,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H6f7,E", + "mappedName": "Edge7;:H981,E", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5512,7 +7094,7 @@ ], "indexedName": "Edge32", "indexedStringIds": [], - "mappedName": "Edge7;:H6f7,E", + "mappedName": "Edge7;:H981,E", "mappedStringIds": [], "name": "Edge32" }, @@ -5520,7 +7102,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H6f7,V", + "mappedName": "Vertex1;:H981,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5533,7 +7115,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H6f7,V", + "mappedName": "Vertex1;:H981,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -5541,20 +7123,20 @@ "history": [ { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H982:4,F);FUS;:H981:1c,V", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:H6f8:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H982:4,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Edge2;:G(Face1;K-1;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -5562,20 +7144,20 @@ "history": [ { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H982:4,F);FUS;:H981:1c,V", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:H6f8:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H982:4,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge10;:G(Face1;K-4;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -5583,20 +7165,20 @@ "history": [ { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H982:4,F);FUS;:H981:1c,V", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:H6f8:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H982:4,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Edge12;:G(Face1;K-6;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -5604,20 +7186,20 @@ "history": [ { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H6f8:4,E);FUS;:H6f7:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H982:4,E);FUS;:H981:1c,V", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H6f8:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:H982:4,E)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H6f8:4,E);FUS;:H6f7:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H982:4,E);FUS;:H981:1c,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -5625,7 +7207,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H6f8,V", + "mappedName": "Vertex2;:H982,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5638,7 +7220,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex2;:H6f8,V", + "mappedName": "Vertex2;:H982,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -5646,7 +7228,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H6f7,V", + "mappedName": "Vertex3;:H981,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5659,7 +7241,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex3;:H6f7,V", + "mappedName": "Vertex3;:H981,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -5667,7 +7249,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H6f7,V", + "mappedName": "Vertex7;:H981,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5680,7 +7262,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Vertex7;:H6f7,V", + "mappedName": "Vertex7;:H981,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -5688,7 +7270,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H6f7,V", + "mappedName": "Vertex5;:H981,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5701,7 +7283,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex5;:H6f7,V", + "mappedName": "Vertex5;:H981,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -5709,7 +7291,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H6f7,V", + "mappedName": "Vertex4;:H981,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5722,7 +7304,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex4;:H6f7,V", + "mappedName": "Vertex4;:H981,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -5730,20 +7312,20 @@ "history": [ { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H982:4,F);FUS;:H981:1c,V", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:H6f8:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H982:4,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Edge4;:G(Face1;K-2;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -5751,7 +7333,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H6f7,V", + "mappedName": "Vertex2;:H981,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5764,7 +7346,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex2;:H6f7,V", + "mappedName": "Vertex2;:H981,V", "mappedStringIds": [], "name": "Vertex12" }, @@ -5772,20 +7354,20 @@ "history": [ { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H982:4,F);FUS;:H981:1c,V", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:H6f8:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H982:4,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Vertex13", "indexedStringIds": [], - "mappedName": "Edge9;:G(Face1;K-3;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "name": "Vertex13" }, @@ -5793,7 +7375,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H6f8,V", + "mappedName": "Vertex1;:H982,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5806,7 +7388,7 @@ ], "indexedName": "Vertex14", "indexedStringIds": [], - "mappedName": "Vertex1;:H6f8,V", + "mappedName": "Vertex1;:H982,V", "mappedStringIds": [], "name": "Vertex14" }, @@ -5814,20 +7396,20 @@ "history": [ { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H6f8:4,E);FUS;:H6f7:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H982:4,E);FUS;:H981:1c,V", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H6f8:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:H982:4,E)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Vertex15", "indexedStringIds": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H6f8:4,E);FUS;:H6f7:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H982:4,E);FUS;:H981:1c,V", "mappedStringIds": [], "name": "Vertex15" }, @@ -5835,20 +7417,20 @@ "history": [ { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H982:4,F);FUS;:H981:1c,V", "object": "Fuse02", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:H6f8:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H982:4,F)", "object": "Box02", "typeId": "Part::Box" } ], "indexedName": "Vertex16", "indexedStringIds": [], - "mappedName": "Edge11;:G(Face1;K-5;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "name": "Vertex16" }, @@ -5856,7 +7438,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H6f7,V", + "mappedName": "Vertex6;:H981,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5869,7 +7451,7 @@ ], "indexedName": "Vertex17", "indexedStringIds": [], - "mappedName": "Vertex6;:H6f7,V", + "mappedName": "Vertex6;:H981,V", "mappedStringIds": [], "name": "Vertex17" }, @@ -5877,7 +7459,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H6f7,V", + "mappedName": "Vertex8;:H981,V", "object": "Fuse02", "typeId": "Part::Fuse" }, @@ -5890,7 +7472,7 @@ ], "indexedName": "Vertex18", "indexedStringIds": [], - "mappedName": "Vertex8;:H6f7,V", + "mappedName": "Vertex8;:H981,V", "mappedStringIds": [], "name": "Vertex18" } @@ -5906,7 +7488,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FUS;:H6f7:7,F", + "mappedName": "Face6;:M;FUS;:H981:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -5914,7 +7496,7 @@ "index": 1, "type": "Face" }, - "name": "Face6;:M;FUS;:H6f7:7,F", + "name": "Face6;:M;FUS;:H981:7,F", "stringIds": [] }, "relation": "modified", @@ -5933,7 +7515,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:H6f8:8,F", + "mappedName": "Face1;:M2;FUS;:H982:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -5941,7 +7523,7 @@ "index": 2, "type": "Face" }, - "name": "Face1;:M2;FUS;:H6f8:8,F", + "name": "Face1;:M2;FUS;:H982:8,F", "stringIds": [] }, "relation": "modified", @@ -5960,7 +7542,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M2;FUS;:H6f7:8,F", + "mappedName": "Face6;:M2;FUS;:H981:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -5968,7 +7550,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M2;FUS;:H6f7:8,F", + "name": "Face6;:M2;FUS;:H981:8,F", "stringIds": [] }, "relation": "modified", @@ -5987,7 +7569,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M4;FUS;:H6f7:8,F", + "mappedName": "Face6;:M4;FUS;:H981:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -5995,7 +7577,7 @@ "index": 4, "type": "Face" }, - "name": "Face6;:M4;FUS;:H6f7:8,F", + "name": "Face6;:M4;FUS;:H981:8,F", "stringIds": [] }, "relation": "modified", @@ -6014,7 +7596,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M3;FUS;:H6f7:8,F", + "mappedName": "Face6;:M3;FUS;:H981:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6022,7 +7604,7 @@ "index": 5, "type": "Face" }, - "name": "Face6;:M3;FUS;:H6f7:8,F", + "name": "Face6;:M3;FUS;:H981:8,F", "stringIds": [] }, "relation": "modified", @@ -6041,7 +7623,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H6f8,F", + "mappedName": "Face3;:H982,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6049,7 +7631,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:H6f8,F", + "name": "Face3;:H982,F", "stringIds": [] }, "relation": "preserved", @@ -6068,7 +7650,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:H6f7:8,F;:M(Face1;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face1;:M2;FUS;:H981:8,F;:M(Face1;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6076,7 +7658,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M2;FUS;:H6f7:8,F;:M(Face1;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "name": "Face1;:M2;FUS;:H981:8,F;:M(Face1;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "stringIds": [] }, "relation": "modified", @@ -6084,9 +7666,9 @@ "resultPersistentId": "Fuse02:face:6", "sourceRefs": [ { - "mappedName": "Face1;:M2;FUS;:H6f7:8,F;:M(Face1;:M;FUS;:H6f7:7,F)", + "mappedName": "Face1;:M2;FUS;:H981:8,F;:M(Face1;:M;FUS;:H981:7,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face1;:M2;FUS;:H6f7:8,F;:M(Face1;:M;FUS;:H6f7:7,F)", + "persistentId": "Box02:mapped:Face1;:M2;FUS;:H981:8,F;:M(Face1;:M;FUS;:H981:7,F)", "stageId": "Box02" } ] @@ -6095,7 +7677,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FUS;:H6f7:7,F", + "mappedName": "Face5;:M;FUS;:H981:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6103,7 +7685,7 @@ "index": 8, "type": "Face" }, - "name": "Face5;:M;FUS;:H6f7:7,F", + "name": "Face5;:M;FUS;:H981:7,F", "stringIds": [] }, "relation": "modified", @@ -6122,7 +7704,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FUS;:H6f8:7,F", + "mappedName": "Face1;:M;FUS;:H982:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6130,7 +7712,7 @@ "index": 9, "type": "Face" }, - "name": "Face1;:M;FUS;:H6f8:7,F", + "name": "Face1;:M;FUS;:H982:7,F", "stringIds": [] }, "relation": "modified", @@ -6149,7 +7731,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M2;FUS;:H6f7:8,F", + "mappedName": "Face5;:M2;FUS;:H981:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6157,7 +7739,7 @@ "index": 10, "type": "Face" }, - "name": "Face5;:M2;FUS;:H6f7:8,F", + "name": "Face5;:M2;FUS;:H981:8,F", "stringIds": [] }, "relation": "modified", @@ -6176,7 +7758,7 @@ "indexedName": "Face11", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H6f8,F", + "mappedName": "Face2;:H982,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6184,7 +7766,7 @@ "index": 11, "type": "Face" }, - "name": "Face2;:H6f8,F", + "name": "Face2;:H982,F", "stringIds": [] }, "relation": "preserved", @@ -6203,7 +7785,7 @@ "indexedName": "Face12", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M3;FUS;:H6f7:8,F", + "mappedName": "Face5;:M3;FUS;:H981:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6211,7 +7793,7 @@ "index": 12, "type": "Face" }, - "name": "Face5;:M3;FUS;:H6f7:8,F", + "name": "Face5;:M3;FUS;:H981:8,F", "stringIds": [] }, "relation": "modified", @@ -6230,7 +7812,7 @@ "indexedName": "Face13", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M4;FUS;:H6f7:8,F", + "mappedName": "Face5;:M4;FUS;:H981:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6238,7 +7820,7 @@ "index": 13, "type": "Face" }, - "name": "Face5;:M4;FUS;:H6f7:8,F", + "name": "Face5;:M4;FUS;:H981:8,F", "stringIds": [] }, "relation": "modified", @@ -6257,7 +7839,7 @@ "indexedName": "Face14", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M2;FUS;:H6f7:8,F;:M(Face3;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face3;:M2;FUS;:H981:8,F;:M(Face3;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6265,7 +7847,7 @@ "index": 14, "type": "Face" }, - "name": "Face3;:M2;FUS;:H6f7:8,F;:M(Face3;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "name": "Face3;:M2;FUS;:H981:8,F;:M(Face3;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "stringIds": [] }, "relation": "modified", @@ -6273,9 +7855,9 @@ "resultPersistentId": "Fuse02:face:13", "sourceRefs": [ { - "mappedName": "Face3;:M2;FUS;:H6f7:8,F;:M(Face3;:M;FUS;:H6f7:7,F)", + "mappedName": "Face3;:M2;FUS;:H981:8,F;:M(Face3;:M;FUS;:H981:7,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face3;:M2;FUS;:H6f7:8,F;:M(Face3;:M;FUS;:H6f7:7,F)", + "persistentId": "Box02:mapped:Face3;:M2;FUS;:H981:8,F;:M(Face3;:M;FUS;:H981:7,F)", "stageId": "Box02" } ] @@ -6284,7 +7866,7 @@ "indexedName": "Face15", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:M2;FUS;:H6f7:8,F;:M(Face4;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face4;:M2;FUS;:H981:8,F;:M(Face4;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6292,7 +7874,7 @@ "index": 15, "type": "Face" }, - "name": "Face4;:M2;FUS;:H6f7:8,F;:M(Face4;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "name": "Face4;:M2;FUS;:H981:8,F;:M(Face4;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "stringIds": [] }, "relation": "modified", @@ -6300,9 +7882,9 @@ "resultPersistentId": "Fuse02:face:14", "sourceRefs": [ { - "mappedName": "Face4;:M2;FUS;:H6f7:8,F;:M(Face4;:M;FUS;:H6f7:7,F)", + "mappedName": "Face4;:M2;FUS;:H981:8,F;:M(Face4;:M;FUS;:H981:7,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face4;:M2;FUS;:H6f7:8,F;:M(Face4;:M;FUS;:H6f7:7,F)", + "persistentId": "Box02:mapped:Face4;:M2;FUS;:H981:8,F;:M(Face4;:M;FUS;:H981:7,F)", "stageId": "Box02" } ] @@ -6311,7 +7893,7 @@ "indexedName": "Face16", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:M2;FUS;:H6f7:8,F;:M(Face2;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "mappedName": "Face2;:M2;FUS;:H981:8,F;:M(Face2;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6319,7 +7901,7 @@ "index": 16, "type": "Face" }, - "name": "Face2;:M2;FUS;:H6f7:8,F;:M(Face2;:M;FUS;:H6f7:7,F);RFI;:H6f7:1f,F", + "name": "Face2;:M2;FUS;:H981:8,F;:M(Face2;:M;FUS;:H981:7,F);RFI;:H981:1f,F", "stringIds": [] }, "relation": "modified", @@ -6327,9 +7909,9 @@ "resultPersistentId": "Fuse02:face:15", "sourceRefs": [ { - "mappedName": "Face2;:M2;FUS;:H6f7:8,F;:M(Face2;:M;FUS;:H6f7:7,F)", + "mappedName": "Face2;:M2;FUS;:H981:8,F;:M(Face2;:M;FUS;:H981:7,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face2;:M2;FUS;:H6f7:8,F;:M(Face2;:M;FUS;:H6f7:7,F)", + "persistentId": "Box02:mapped:Face2;:M2;FUS;:H981:8,F;:M(Face2;:M;FUS;:H981:7,F)", "stageId": "Box02" } ] @@ -6338,7 +7920,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;FUS;:H6f7:7,E", + "mappedName": "Edge2;:M;FUS;:H981:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6346,7 +7928,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;FUS;:H6f7:7,E", + "name": "Edge2;:M;FUS;:H981:7,E", "stringIds": [] }, "relation": "modified", @@ -6365,7 +7947,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-15;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6373,7 +7955,7 @@ "index": 2, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-15;:H6f8:5,F);FUS;:H6f7:1e,E", + "name": "Face6;:G2(Face1;K-15;:H982:5,F);FUS;:H981:1e,E", "stringIds": [] }, "relation": "generated", @@ -6381,9 +7963,9 @@ "resultPersistentId": "Fuse02:edge:1", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-15;:H6f8:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:H982:5,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face6;:G2(Face1;K-15;:H6f8:5,F)", + "persistentId": "Box02:mapped:Face6;:G2(Face1;K-15;:H982:5,F)", "stageId": "Box02" } ] @@ -6392,7 +7974,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;FUS;:H6f7:7,E", + "mappedName": "Edge10;:M;FUS;:H981:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6400,7 +7982,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge10;:M;FUS;:H6f7:7,E", + "name": "Edge10;:M;FUS;:H981:7,E", "stringIds": [] }, "relation": "modified", @@ -6419,7 +8001,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G4(Face1;K-17;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6427,7 +8009,7 @@ "index": 4, "type": "Edge" }, - "name": "Face6;:G4(Face1;K-17;:H6f8:5,F);FUS;:H6f7:1e,E", + "name": "Face6;:G4(Face1;K-17;:H982:5,F);FUS;:H981:1e,E", "stringIds": [] }, "relation": "generated", @@ -6435,9 +8017,9 @@ "resultPersistentId": "Fuse02:edge:3", "sourceRefs": [ { - "mappedName": "Face6;:G4(Face1;K-17;:H6f8:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:H982:5,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face6;:G4(Face1;K-17;:H6f8:5,F)", + "persistentId": "Box02:mapped:Face6;:G4(Face1;K-17;:H982:5,F)", "stageId": "Box02" } ] @@ -6446,7 +8028,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G3(Face1;K-16;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6454,7 +8036,7 @@ "index": 5, "type": "Edge" }, - "name": "Face6;:G3(Face1;K-16;:H6f8:5,F);FUS;:H6f7:1e,E", + "name": "Face6;:G3(Face1;K-16;:H982:5,F);FUS;:H981:1e,E", "stringIds": [] }, "relation": "generated", @@ -6462,9 +8044,9 @@ "resultPersistentId": "Fuse02:edge:4", "sourceRefs": [ { - "mappedName": "Face6;:G3(Face1;K-16;:H6f8:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:H982:5,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face6;:G3(Face1;K-16;:H6f8:5,F)", + "persistentId": "Box02:mapped:Face6;:G3(Face1;K-16;:H982:5,F)", "stageId": "Box02" } ] @@ -6473,7 +8055,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G(Face1;K-14;:H6f8:5,F);FUS;:H6f7:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H982:5,F);FUS;:H981:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6481,7 +8063,7 @@ "index": 6, "type": "Edge" }, - "name": "Face6;:G(Face1;K-14;:H6f8:5,F);FUS;:H6f7:1d,E", + "name": "Face6;:G(Face1;K-14;:H982:5,F);FUS;:H981:1d,E", "stringIds": [] }, "relation": "generated", @@ -6489,9 +8071,9 @@ "resultPersistentId": "Fuse02:edge:5", "sourceRefs": [ { - "mappedName": "Face6;:G(Face1;K-14;:H6f8:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:H982:5,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face6;:G(Face1;K-14;:H6f8:5,F)", + "persistentId": "Box02:mapped:Face6;:G(Face1;K-14;:H982:5,F)", "stageId": "Box02" } ] @@ -6500,7 +8082,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M3;FUS;:H6f8:8,E", + "mappedName": "Edge1;:M3;FUS;:H982:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6508,7 +8090,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge1;:M3;FUS;:H6f8:8,E", + "name": "Edge1;:M3;FUS;:H982:8,E", "stringIds": [] }, "relation": "modified", @@ -6527,7 +8109,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H6f8,E", + "mappedName": "Edge3;:H982,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6535,7 +8117,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge3;:H6f8,E", + "name": "Edge3;:H982,E", "stringIds": [] }, "relation": "preserved", @@ -6554,7 +8136,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge2;:M2;FUS;:H981:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6562,7 +8144,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge2;:M2;FUS;:H6f7:8,E", + "name": "Edge2;:M2;FUS;:H981:8,E", "stringIds": [] }, "relation": "modified", @@ -6581,7 +8163,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M;FUS;:H6f7:7,E", + "mappedName": "Edge12;:M;FUS;:H981:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6589,7 +8171,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge12;:M;FUS;:H6f7:7,E", + "name": "Edge12;:M;FUS;:H981:7,E", "stringIds": [] }, "relation": "modified", @@ -6608,7 +8190,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge12;:M2;FUS;:H981:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6616,7 +8198,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge12;:M2;FUS;:H6f7:8,E", + "name": "Edge12;:M2;FUS;:H981:8,E", "stringIds": [] }, "relation": "modified", @@ -6635,7 +8217,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge6;:M2;FUS;:H981:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6643,7 +8225,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge6;:M2;FUS;:H6f7:8,E", + "name": "Edge6;:M2;FUS;:H981:8,E", "stringIds": [] }, "relation": "modified", @@ -6662,7 +8244,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M;FUS;:H6f7:7,E", + "mappedName": "Edge6;:M;FUS;:H981:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6670,7 +8252,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge6;:M;FUS;:H6f7:7,E", + "name": "Edge6;:M;FUS;:H981:7,E", "stringIds": [] }, "relation": "modified", @@ -6689,7 +8271,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge10;:M2;FUS;:H981:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6697,7 +8279,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge10;:M2;FUS;:H6f7:8,E", + "name": "Edge10;:M2;FUS;:H981:8,E", "stringIds": [] }, "relation": "modified", @@ -6716,7 +8298,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H6f7,E", + "mappedName": "Edge3;:H981,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6724,7 +8306,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge3;:H6f7,E", + "name": "Edge3;:H981,E", "stringIds": [] }, "relation": "preserved", @@ -6743,7 +8325,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge4;:M2;FUS;:H981:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6751,7 +8333,7 @@ "index": 16, "type": "Edge" }, - "name": "Edge4;:M2;FUS;:H6f7:8,E", + "name": "Edge4;:M2;FUS;:H981:8,E", "stringIds": [] }, "relation": "modified", @@ -6770,7 +8352,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;FUS;:H6f7:7,E", + "mappedName": "Edge4;:M;FUS;:H981:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6778,7 +8360,7 @@ "index": 17, "type": "Edge" }, - "name": "Edge4;:M;FUS;:H6f7:7,E", + "name": "Edge4;:M;FUS;:H981:7,E", "stringIds": [] }, "relation": "modified", @@ -6797,7 +8379,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H6f7,E", + "mappedName": "Edge1;:H981,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6805,7 +8387,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge1;:H6f7,E", + "name": "Edge1;:H981,E", "stringIds": [] }, "relation": "preserved", @@ -6824,7 +8406,7 @@ "indexedName": "Edge19", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-11;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6832,7 +8414,7 @@ "index": 19, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-11;:H6f8:5,F);FUS;:H6f7:1e,E", + "name": "Face5;:G2(Face1;K-11;:H982:5,F);FUS;:H981:1e,E", "stringIds": [] }, "relation": "generated", @@ -6840,9 +8422,9 @@ "resultPersistentId": "Fuse02:edge:18", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-11;:H6f8:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:H982:5,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face5;:G2(Face1;K-11;:H6f8:5,F)", + "persistentId": "Box02:mapped:Face5;:G2(Face1;K-11;:H982:5,F)", "stageId": "Box02" } ] @@ -6851,7 +8433,7 @@ "indexedName": "Edge20", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;FUS;:H6f7:7,E", + "mappedName": "Edge9;:M;FUS;:H981:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6859,7 +8441,7 @@ "index": 20, "type": "Edge" }, - "name": "Edge9;:M;FUS;:H6f7:7,E", + "name": "Edge9;:M;FUS;:H981:7,E", "stringIds": [] }, "relation": "modified", @@ -6878,7 +8460,7 @@ "indexedName": "Edge21", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H6f8,E", + "mappedName": "Edge2;:H982,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6886,7 +8468,7 @@ "index": 21, "type": "Edge" }, - "name": "Edge2;:H6f8,E", + "name": "Edge2;:H982,E", "stringIds": [] }, "relation": "preserved", @@ -6905,7 +8487,7 @@ "indexedName": "Edge22", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;FUS;:H6f8:7,E", + "mappedName": "Edge1;:M;FUS;:H982:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6913,7 +8495,7 @@ "index": 22, "type": "Edge" }, - "name": "Edge1;:M;FUS;:H6f8:7,E", + "name": "Edge1;:M;FUS;:H982:7,E", "stringIds": [] }, "relation": "modified", @@ -6932,7 +8514,7 @@ "indexedName": "Edge23", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G(Face1;K-10;:H6f8:5,F);FUS;:H6f7:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H982:5,F);FUS;:H981:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6940,7 +8522,7 @@ "index": 23, "type": "Edge" }, - "name": "Face5;:G(Face1;K-10;:H6f8:5,F);FUS;:H6f7:1d,E", + "name": "Face5;:G(Face1;K-10;:H982:5,F);FUS;:H981:1d,E", "stringIds": [] }, "relation": "generated", @@ -6948,9 +8530,9 @@ "resultPersistentId": "Fuse02:edge:22", "sourceRefs": [ { - "mappedName": "Face5;:G(Face1;K-10;:H6f8:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:H982:5,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face5;:G(Face1;K-10;:H6f8:5,F)", + "persistentId": "Box02:mapped:Face5;:G(Face1;K-10;:H982:5,F)", "stageId": "Box02" } ] @@ -6959,7 +8541,7 @@ "indexedName": "Edge24", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G3(Face1;K-12;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6967,7 +8549,7 @@ "index": 24, "type": "Edge" }, - "name": "Face5;:G3(Face1;K-12;:H6f8:5,F);FUS;:H6f7:1e,E", + "name": "Face5;:G3(Face1;K-12;:H982:5,F);FUS;:H981:1e,E", "stringIds": [] }, "relation": "generated", @@ -6975,9 +8557,9 @@ "resultPersistentId": "Fuse02:edge:23", "sourceRefs": [ { - "mappedName": "Face5;:G3(Face1;K-12;:H6f8:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:H982:5,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face5;:G3(Face1;K-12;:H6f8:5,F)", + "persistentId": "Box02:mapped:Face5;:G3(Face1;K-12;:H982:5,F)", "stageId": "Box02" } ] @@ -6986,7 +8568,7 @@ "indexedName": "Edge25", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G4(Face1;K-13;:H6f8:5,F);FUS;:H6f7:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H982:5,F);FUS;:H981:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -6994,7 +8576,7 @@ "index": 25, "type": "Edge" }, - "name": "Face5;:G4(Face1;K-13;:H6f8:5,F);FUS;:H6f7:1e,E", + "name": "Face5;:G4(Face1;K-13;:H982:5,F);FUS;:H981:1e,E", "stringIds": [] }, "relation": "generated", @@ -7002,9 +8584,9 @@ "resultPersistentId": "Fuse02:edge:24", "sourceRefs": [ { - "mappedName": "Face5;:G4(Face1;K-13;:H6f8:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:H982:5,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Face5;:G4(Face1;K-13;:H6f8:5,F)", + "persistentId": "Box02:mapped:Face5;:G4(Face1;K-13;:H982:5,F)", "stageId": "Box02" } ] @@ -7013,7 +8595,7 @@ "indexedName": "Edge26", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M;FUS;:H6f7:7,E", + "mappedName": "Edge11;:M;FUS;:H981:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7021,7 +8603,7 @@ "index": 26, "type": "Edge" }, - "name": "Edge11;:M;FUS;:H6f7:7,E", + "name": "Edge11;:M;FUS;:H981:7,E", "stringIds": [] }, "relation": "modified", @@ -7040,7 +8622,7 @@ "indexedName": "Edge27", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M;FUS;:H6f7:7,E", + "mappedName": "Edge8;:M;FUS;:H981:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7048,7 +8630,7 @@ "index": 27, "type": "Edge" }, - "name": "Edge8;:M;FUS;:H6f7:7,E", + "name": "Edge8;:M;FUS;:H981:7,E", "stringIds": [] }, "relation": "modified", @@ -7067,7 +8649,7 @@ "indexedName": "Edge28", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge9;:M2;FUS;:H981:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7075,7 +8657,7 @@ "index": 28, "type": "Edge" }, - "name": "Edge9;:M2;FUS;:H6f7:8,E", + "name": "Edge9;:M2;FUS;:H981:8,E", "stringIds": [] }, "relation": "modified", @@ -7094,7 +8676,7 @@ "indexedName": "Edge29", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge11;:M2;FUS;:H981:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7102,7 +8684,7 @@ "index": 29, "type": "Edge" }, - "name": "Edge11;:M2;FUS;:H6f7:8,E", + "name": "Edge11;:M2;FUS;:H981:8,E", "stringIds": [] }, "relation": "modified", @@ -7121,7 +8703,7 @@ "indexedName": "Edge30", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M2;FUS;:H6f7:8,E", + "mappedName": "Edge8;:M2;FUS;:H981:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7129,7 +8711,7 @@ "index": 30, "type": "Edge" }, - "name": "Edge8;:M2;FUS;:H6f7:8,E", + "name": "Edge8;:M2;FUS;:H981:8,E", "stringIds": [] }, "relation": "modified", @@ -7148,7 +8730,7 @@ "indexedName": "Edge31", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H6f7,E", + "mappedName": "Edge5;:H981,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7156,7 +8738,7 @@ "index": 31, "type": "Edge" }, - "name": "Edge5;:H6f7,E", + "name": "Edge5;:H981,E", "stringIds": [] }, "relation": "preserved", @@ -7175,7 +8757,7 @@ "indexedName": "Edge32", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H6f7,E", + "mappedName": "Edge7;:H981,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7183,7 +8765,7 @@ "index": 32, "type": "Edge" }, - "name": "Edge7;:H6f7,E", + "name": "Edge7;:H981,E", "stringIds": [] }, "relation": "preserved", @@ -7202,7 +8784,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H6f7,V", + "mappedName": "Vertex1;:H981,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7210,7 +8792,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H6f7,V", + "name": "Vertex1;:H981,V", "stringIds": [] }, "relation": "preserved", @@ -7229,7 +8811,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge2;:G(Face1;K-1;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7237,7 +8819,7 @@ "index": 2, "type": "Vertex" }, - "name": "Edge2;:G(Face1;K-1;:H6f8:4,F);FUS;:H6f7:1c,V", + "name": "Edge2;:G(Face1;K-1;:H982:4,F);FUS;:H981:1c,V", "stringIds": [] }, "relation": "generated", @@ -7245,9 +8827,9 @@ "resultPersistentId": "Fuse02:vertex:1", "sourceRefs": [ { - "mappedName": "Edge2;:G(Face1;K-1;:H6f8:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H982:4,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Edge2;:G(Face1;K-1;:H6f8:4,F)", + "persistentId": "Box02:mapped:Edge2;:G(Face1;K-1;:H982:4,F)", "stageId": "Box02" } ] @@ -7256,7 +8838,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge10;:G(Face1;K-4;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7264,7 +8846,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge10;:G(Face1;K-4;:H6f8:4,F);FUS;:H6f7:1c,V", + "name": "Edge10;:G(Face1;K-4;:H982:4,F);FUS;:H981:1c,V", "stringIds": [] }, "relation": "generated", @@ -7272,9 +8854,9 @@ "resultPersistentId": "Fuse02:vertex:2", "sourceRefs": [ { - "mappedName": "Edge10;:G(Face1;K-4;:H6f8:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H982:4,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Edge10;:G(Face1;K-4;:H6f8:4,F)", + "persistentId": "Box02:mapped:Edge10;:G(Face1;K-4;:H982:4,F)", "stageId": "Box02" } ] @@ -7283,7 +8865,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge12;:G(Face1;K-6;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7291,7 +8873,7 @@ "index": 4, "type": "Vertex" }, - "name": "Edge12;:G(Face1;K-6;:H6f8:4,F);FUS;:H6f7:1c,V", + "name": "Edge12;:G(Face1;K-6;:H982:4,F);FUS;:H981:1c,V", "stringIds": [] }, "relation": "generated", @@ -7299,9 +8881,9 @@ "resultPersistentId": "Fuse02:vertex:3", "sourceRefs": [ { - "mappedName": "Edge12;:G(Face1;K-6;:H6f8:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H982:4,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Edge12;:G(Face1;K-6;:H6f8:4,F)", + "persistentId": "Box02:mapped:Edge12;:G(Face1;K-6;:H982:4,F)", "stageId": "Box02" } ] @@ -7310,7 +8892,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge6;:G(Edge1;K-1;:H6f8:4,E);FUS;:H6f7:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H982:4,E);FUS;:H981:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7318,7 +8900,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge6;:G(Edge1;K-1;:H6f8:4,E);FUS;:H6f7:1c,V", + "name": "Edge6;:G(Edge1;K-1;:H982:4,E);FUS;:H981:1c,V", "stringIds": [] }, "relation": "generated", @@ -7326,9 +8908,9 @@ "resultPersistentId": "Fuse02:vertex:4", "sourceRefs": [ { - "mappedName": "Edge6;:G(Edge1;K-1;:H6f8:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:H982:4,E)", "objectId": "Box02", - "persistentId": "Box02:mapped:Edge6;:G(Edge1;K-1;:H6f8:4,E)", + "persistentId": "Box02:mapped:Edge6;:G(Edge1;K-1;:H982:4,E)", "stageId": "Box02" } ] @@ -7337,7 +8919,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H6f8,V", + "mappedName": "Vertex2;:H982,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7345,7 +8927,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex2;:H6f8,V", + "name": "Vertex2;:H982,V", "stringIds": [] }, "relation": "preserved", @@ -7364,7 +8946,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H6f7,V", + "mappedName": "Vertex3;:H981,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7372,7 +8954,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex3;:H6f7,V", + "name": "Vertex3;:H981,V", "stringIds": [] }, "relation": "preserved", @@ -7391,7 +8973,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H6f7,V", + "mappedName": "Vertex7;:H981,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7399,7 +8981,7 @@ "index": 8, "type": "Vertex" }, - "name": "Vertex7;:H6f7,V", + "name": "Vertex7;:H981,V", "stringIds": [] }, "relation": "preserved", @@ -7418,7 +9000,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H6f7,V", + "mappedName": "Vertex5;:H981,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7426,7 +9008,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex5;:H6f7,V", + "name": "Vertex5;:H981,V", "stringIds": [] }, "relation": "preserved", @@ -7445,7 +9027,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H6f7,V", + "mappedName": "Vertex4;:H981,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7453,7 +9035,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex4;:H6f7,V", + "name": "Vertex4;:H981,V", "stringIds": [] }, "relation": "preserved", @@ -7472,7 +9054,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge4;:G(Face1;K-2;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7480,7 +9062,7 @@ "index": 11, "type": "Vertex" }, - "name": "Edge4;:G(Face1;K-2;:H6f8:4,F);FUS;:H6f7:1c,V", + "name": "Edge4;:G(Face1;K-2;:H982:4,F);FUS;:H981:1c,V", "stringIds": [] }, "relation": "generated", @@ -7488,9 +9070,9 @@ "resultPersistentId": "Fuse02:vertex:10", "sourceRefs": [ { - "mappedName": "Edge4;:G(Face1;K-2;:H6f8:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H982:4,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Edge4;:G(Face1;K-2;:H6f8:4,F)", + "persistentId": "Box02:mapped:Edge4;:G(Face1;K-2;:H982:4,F)", "stageId": "Box02" } ] @@ -7499,7 +9081,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H6f7,V", + "mappedName": "Vertex2;:H981,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7507,7 +9089,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex2;:H6f7,V", + "name": "Vertex2;:H981,V", "stringIds": [] }, "relation": "preserved", @@ -7526,7 +9108,7 @@ "indexedName": "Vertex13", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge9;:G(Face1;K-3;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7534,7 +9116,7 @@ "index": 13, "type": "Vertex" }, - "name": "Edge9;:G(Face1;K-3;:H6f8:4,F);FUS;:H6f7:1c,V", + "name": "Edge9;:G(Face1;K-3;:H982:4,F);FUS;:H981:1c,V", "stringIds": [] }, "relation": "generated", @@ -7542,9 +9124,9 @@ "resultPersistentId": "Fuse02:vertex:12", "sourceRefs": [ { - "mappedName": "Edge9;:G(Face1;K-3;:H6f8:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H982:4,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Edge9;:G(Face1;K-3;:H6f8:4,F)", + "persistentId": "Box02:mapped:Edge9;:G(Face1;K-3;:H982:4,F)", "stageId": "Box02" } ] @@ -7553,7 +9135,7 @@ "indexedName": "Vertex14", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H6f8,V", + "mappedName": "Vertex1;:H982,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7561,7 +9143,7 @@ "index": 14, "type": "Vertex" }, - "name": "Vertex1;:H6f8,V", + "name": "Vertex1;:H982,V", "stringIds": [] }, "relation": "preserved", @@ -7580,7 +9162,7 @@ "indexedName": "Vertex15", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge8;:G(Edge1;K-2;:H6f8:4,E);FUS;:H6f7:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H982:4,E);FUS;:H981:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7588,7 +9170,7 @@ "index": 15, "type": "Vertex" }, - "name": "Edge8;:G(Edge1;K-2;:H6f8:4,E);FUS;:H6f7:1c,V", + "name": "Edge8;:G(Edge1;K-2;:H982:4,E);FUS;:H981:1c,V", "stringIds": [] }, "relation": "generated", @@ -7596,9 +9178,9 @@ "resultPersistentId": "Fuse02:vertex:14", "sourceRefs": [ { - "mappedName": "Edge8;:G(Edge1;K-2;:H6f8:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:H982:4,E)", "objectId": "Box02", - "persistentId": "Box02:mapped:Edge8;:G(Edge1;K-2;:H6f8:4,E)", + "persistentId": "Box02:mapped:Edge8;:G(Edge1;K-2;:H982:4,E)", "stageId": "Box02" } ] @@ -7607,7 +9189,7 @@ "indexedName": "Vertex16", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge11;:G(Face1;K-5;:H6f8:4,F);FUS;:H6f7:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H982:4,F);FUS;:H981:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7615,7 +9197,7 @@ "index": 16, "type": "Vertex" }, - "name": "Edge11;:G(Face1;K-5;:H6f8:4,F);FUS;:H6f7:1c,V", + "name": "Edge11;:G(Face1;K-5;:H982:4,F);FUS;:H981:1c,V", "stringIds": [] }, "relation": "generated", @@ -7623,9 +9205,9 @@ "resultPersistentId": "Fuse02:vertex:15", "sourceRefs": [ { - "mappedName": "Edge11;:G(Face1;K-5;:H6f8:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H982:4,F)", "objectId": "Box02", - "persistentId": "Box02:mapped:Edge11;:G(Face1;K-5;:H6f8:4,F)", + "persistentId": "Box02:mapped:Edge11;:G(Face1;K-5;:H982:4,F)", "stageId": "Box02" } ] @@ -7634,7 +9216,7 @@ "indexedName": "Vertex17", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H6f7,V", + "mappedName": "Vertex6;:H981,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7642,7 +9224,7 @@ "index": 17, "type": "Vertex" }, - "name": "Vertex6;:H6f7,V", + "name": "Vertex6;:H981,V", "stringIds": [] }, "relation": "preserved", @@ -7661,7 +9243,7 @@ "indexedName": "Vertex18", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H6f7,V", + "mappedName": "Vertex8;:H981,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -7669,7 +9251,7 @@ "index": 18, "type": "Vertex" }, - "name": "Vertex8;:H6f7,V", + "name": "Vertex8;:H981,V", "stringIds": [] }, "relation": "preserved", @@ -7694,11 +9276,1009 @@ "stageId": "Fuse02", "status": "native-evidence" }, + "relationDigest": "d308feb961d0c7d9bc57813797fbf9545df9ecec48ffd08026d183b3032746a3", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face6;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face1;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face6;:M4;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face6;:M3;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M2;FUS;:H#:8,F;:M(Face1;:M;FUS;:H#:7,F);RFI;:H#:1f,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M2;FUS;:H#:8,F;:M(Face1;:M;FUS;:H#:7,F)", + "sourceElement": "Face1", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face5;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face1;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face5;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "Face5;:M3;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face13", + "mappedName": "Face5;:M4;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face13", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face14", + "mappedName": "Face3;:M2;FUS;:H#:8,F;:M(Face3;:M;FUS;:H#:7,F);RFI;:H#:1f,F", + "relation": "modified", + "resultName": "Face14", + "sources": [ + { + "children": [], + "mappedName": "Face3;:M2;FUS;:H#:8,F;:M(Face3;:M;FUS;:H#:7,F)", + "sourceElement": "Face3", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face15", + "mappedName": "Face4;:M2;FUS;:H#:8,F;:M(Face4;:M;FUS;:H#:7,F);RFI;:H#:1f,F", + "relation": "modified", + "resultName": "Face15", + "sources": [ + { + "children": [], + "mappedName": "Face4;:M2;FUS;:H#:8,F;:M(Face4;:M;FUS;:H#:7,F)", + "sourceElement": "Face4", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face16", + "mappedName": "Face2;:M2;FUS;:H#:8,F;:M(Face2;:M;FUS;:H#:7,F);RFI;:H#:1f,F", + "relation": "modified", + "resultName": "Face16", + "sources": [ + { + "children": [], + "mappedName": "Face2;:M2;FUS;:H#:8,F;:M(Face2;:M;FUS;:H#:7,F)", + "sourceElement": "Face2", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge10;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F);FUS;:H#:1d,E", + "relation": "generated", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge1;:M3;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge2;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge12;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge12;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge6;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge6;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge10;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Edge4;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Edge4;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "Edge9;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "Edge1;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F);FUS;:H#:1d,E", + "relation": "generated", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge25", + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge25", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge26", + "mappedName": "Edge11;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge26", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge27", + "mappedName": "Edge8;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge27", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge28", + "mappedName": "Edge9;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge28", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge29", + "mappedName": "Edge11;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge29", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge30", + "mappedName": "Edge8;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge30", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge31", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge31", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge32", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge32", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F)", + "sourceElement": "Edge2", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F)", + "sourceElement": "Edge10", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F)", + "sourceElement": "Edge12", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E)", + "sourceElement": "Edge6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F)", + "sourceElement": "Edge4", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F)", + "sourceElement": "Edge9", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Cylinder02", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E)", + "sourceElement": "Edge8", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F)", + "sourceElement": "Edge11", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex17", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex17", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex18", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex18", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box02", + "sourceTypeId": "Part::Box" + } + ] + } + ], + "semanticNameDigest": "0c26153700cd1251e4a8f16adc7a704027e7cd1906781864139b3e8f80b0436b", "shape": { + "area": 725.6637061435916, + "brepSha256": "4ac22f055f225c434578047dca9b3ee875f1d11573dddeb33078640f8add7af3", "edges": 32, "faces": 16, + "geometryDigest": "2a2ce3053bc40385a23b1d8cb3e1faa4b0b88bca58656fcae9b7b46a626d66d7", "solids": 1, "valid": true, + "vertices": 18, "volume": 1314.159265358979 }, "typeId": "Part::Fuse" @@ -7708,14 +10288,240 @@ "stringHasherResource": null }, { + "category": "boolean", "elementMapResources": { "Fuse03.Shape.Map.txt": { - "sha256": "bfe4bc991bf0c36ceea2fa88524ef9212ff6cd306e9a845e1077b5e21a7a243f", - "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:H127a,E\n;:G(Face5;K-1;:H127a:4,F);FUS;:H127b:1d,V\n;:G2(Face6;K-1;:H127a:4,F);FUS;:H127b:1e,V\n;:M2;FUS;:H127b:8,E\n;:M;FUS;:H127b:7,E\n;:H127b,E\n;:H127a,F\n;:M2;FUS;:H127b:8,F\n;:M;FUS;:H127b:7,F\n;:H127b,F\n;:G2(Face1;K-1;:H127b:4,F);FUS;:H127a:1e,E\n;:M;FUS;:H127a:7,F\n;:G2(Face1;K-2;:H127b:4,F);FUS;:H127a:1e,E\n;:H127a,V\n;:H127b,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 19\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.10 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.e 0\n:1.1.7 0\n:1.3.9 0\n:1.2.9 0\n:1.1.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n:2.1.a 0\n:2.3.a 0\n:2.6.f 0\n:2.4.a 0\n:2.5.f 0\n:2.2.a 0\n:2.1.b 0\n:2.1.c 0\n:2.3.d 0\n:2.2.d 0\n\nVertex\n\nChildCount 0\n\nNameCount 13\n0\n:3.1.11 0\n:3.2.11 0\n:3.3.11 0\n:3.4.11 0\n:3.6.11 0\n:3.5.11 0\n:3.7.11 0\n:1.1.6 0\n:3.8.11 0\n:1.1.5 0\n:3.2.12 0\n:3.1.12 0\n\nEndMap\n" + "sha256": "65a46227d7ab397d44a69588465adda83da37f147087b8ffb97ee2b1ce540a58", + "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:Hb88,E\n;:G(Face5;K-1;:Hb88:4,F);FUS;:Hb89:1c,V\n;:G2(Face6;K-1;:Hb88:4,F);FUS;:Hb89:1d,V\n;:M2;FUS;:Hb89:8,E\n;:M;FUS;:Hb89:7,E\n;:Hb89,E\n;:Hb88,F\n;:M2;FUS;:Hb89:8,F\n;:M;FUS;:Hb89:7,F\n;:Hb89,F\n;:G2(Face1;K-1;:Hb89:4,F);FUS;:Hb88:1d,E\n;:M;FUS;:Hb88:7,F\n;:G2(Face1;K-2;:Hb89:4,F);FUS;:Hb88:1d,E\n;:Hb88,V\n;:Hb89,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 19\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.10 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.e 0\n:1.1.7 0\n:1.3.9 0\n:1.2.9 0\n:1.1.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n:2.1.a 0\n:2.3.a 0\n:2.6.f 0\n:2.4.a 0\n:2.5.f 0\n:2.2.a 0\n:2.1.b 0\n:2.1.c 0\n:2.3.d 0\n:2.2.d 0\n\nVertex\n\nChildCount 0\n\nNameCount 13\n0\n:3.1.11 0\n:3.2.11 0\n:3.3.11 0\n:3.4.11 0\n:3.6.11 0\n:3.5.11 0\n:3.7.11 0\n:1.1.6 0\n:3.8.11 0\n:1.1.5 0\n:3.2.12 0\n:3.1.12 0\n\nEndMap\n" } }, "finalObject": "Fuse03", "id": "boolean-fuse-3", + "mutation": { + "category": "boolean", + "contract": { + "editorModes": [], + "finalObject": "Fuse03", + "finalStageOrdinal": 2, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Cylinder03", + "targetStageOrdinal": 1, + "targetTypeId": "Part::Cylinder" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 1, + 2 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 9, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 3 + }, + "phases": { + "before": [ + { + "key": "boolean-fuse-3:000:Box03", + "name": "Box03", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-3:001:Cylinder03", + "name": "Cylinder03", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-3:002:Fuse03", + "name": "Fuse03", + "ordinal": 2, + "relationDigest": "19f192cdb5dd66cf2df7ddc59f8c583ebe9b1edbe7a5bcc5c5c4d5ab5edc1735", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "shape": { + "area": 675.398223686155, + "brepSha256": "4571d16d76c35a0d6d81fe3f9fc9647cf5f1ef27c63edb94124d2a445a82864d", + "edges": 18, + "faces": 10, + "geometryDigest": "2b591f9ca38eb3184fd5d3c6172dd7981139472282c3270c191e4a208e14fd79", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1113.0973355292322 + }, + "typeId": "Part::Fuse" + } + ], + "edited": [ + { + "key": "boolean-fuse-3:000:Box03", + "name": "Box03", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-3:001:Cylinder03", + "name": "Cylinder03", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 384.84510006474966, + "brepSha256": "c7f7f3b250db047a989eebcd155ee37b02b0dfa944447ccd084014d625f61c60", + "edges": 3, + "faces": 3, + "geometryDigest": "a51b727ec53db3d7b98b1e25df197f412a9edba1b0f2c4b56c98759633d90e46", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 538.7831400906497 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-3:002:Fuse03", + "name": "Fuse03", + "ordinal": 2, + "relationDigest": "19f192cdb5dd66cf2df7ddc59f8c583ebe9b1edbe7a5bcc5c5c4d5ab5edc1735", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "shape": { + "area": 687.9645943005139, + "brepSha256": "cbb02cb4a737077332dd5198f07b56cd9af83c80a0835a8bd2c75b29269eb465", + "edges": 18, + "faces": 10, + "geometryDigest": "2b516b1ecaf00672a41d793bfa65f1dfe1aa00953e7daea3b447b21886c54cf4", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1153.9380400258997 + }, + "typeId": "Part::Fuse" + } + ], + "restored": [ + { + "key": "boolean-fuse-3:000:Box03", + "name": "Box03", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-3:001:Cylinder03", + "name": "Cylinder03", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-3:002:Fuse03", + "name": "Fuse03", + "ordinal": 2, + "relationDigest": "19f192cdb5dd66cf2df7ddc59f8c583ebe9b1edbe7a5bcc5c5c4d5ab5edc1735", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "shape": { + "area": 675.398223686155, + "brepSha256": "4571d16d76c35a0d6d81fe3f9fc9647cf5f1ef27c63edb94124d2a445a82864d", + "edges": 18, + "faces": 10, + "geometryDigest": "2b591f9ca38eb3184fd5d3c6172dd7981139472282c3270c191e4a208e14fd79", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1113.0973355292322 + }, + "typeId": "Part::Fuse" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 3, + "edited": 3.5, + "restored": 3 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -7723,6 +10529,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box03", + "linkedObjects": [], "name": "Box03", "names": [ { @@ -8653,11 +11460,201 @@ "stageId": "Box03", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -8667,6 +11664,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder03", + "linkedObjects": [], "name": "Cylinder03", "names": [ { @@ -8967,11 +11965,75 @@ "stageId": "Cylinder03", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", "edges": 3, "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", "solids": 1, "valid": true, + "vertices": 2, "volume": 395.84067435231395 }, "typeId": "Part::Cylinder" @@ -8983,13 +12045,17 @@ "elementMapSize": 40, "elementMapVersion": "15.70200.5", "label": "Fuse03", + "linkedObjects": [ + "Box03", + "Cylinder03" + ], "name": "Fuse03", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:H127a,F", + "mappedName": "Face1;:Hb88,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9002,7 +12068,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:H127a,F", + "mappedName": "Face1;:Hb88,F", "mappedStringIds": [], "name": "Face1" }, @@ -9010,7 +12076,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H127a,F", + "mappedName": "Face3;:Hb88,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9023,7 +12089,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:H127a,F", + "mappedName": "Face3;:Hb88,F", "mappedStringIds": [], "name": "Face2" }, @@ -9031,7 +12097,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FUS;:H127a:7,F", + "mappedName": "Face6;:M;FUS;:Hb88:7,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9044,7 +12110,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;FUS;:H127a:7,F", + "mappedName": "Face6;:M;FUS;:Hb88:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -9052,7 +12118,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H127a,F", + "mappedName": "Face4;:Hb88,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9065,7 +12131,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H127a,F", + "mappedName": "Face4;:Hb88,F", "mappedStringIds": [], "name": "Face4" }, @@ -9073,7 +12139,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FUS;:H127a:7,F", + "mappedName": "Face5;:M;FUS;:Hb88:7,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9086,7 +12152,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FUS;:H127a:7,F", + "mappedName": "Face5;:M;FUS;:Hb88:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -9094,7 +12160,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H127a,F", + "mappedName": "Face2;:Hb88,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9107,7 +12173,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:H127a,F", + "mappedName": "Face2;:Hb88,F", "mappedStringIds": [], "name": "Face6" }, @@ -9115,7 +12181,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:H127b:8,F", + "mappedName": "Face1;:M2;FUS;:Hb89:8,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9128,7 +12194,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:H127b:8,F", + "mappedName": "Face1;:M2;FUS;:Hb89:8,F", "mappedStringIds": [], "name": "Face7" }, @@ -9136,7 +12202,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;FUS;:H127b:7,F", + "mappedName": "Face1;:M;FUS;:Hb89:7,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9149,7 +12215,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face1;:M;FUS;:H127b:7,F", + "mappedName": "Face1;:M;FUS;:Hb89:7,F", "mappedStringIds": [], "name": "Face8" }, @@ -9157,7 +12223,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H127b,F", + "mappedName": "Face3;:Hb89,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9170,7 +12236,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face3;:H127b,F", + "mappedName": "Face3;:Hb89,F", "mappedStringIds": [], "name": "Face9" }, @@ -9178,7 +12244,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H127b,F", + "mappedName": "Face2;:Hb89,F", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9191,7 +12257,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face2;:H127b,F", + "mappedName": "Face2;:Hb89,F", "mappedStringIds": [], "name": "Face10" }, @@ -9199,7 +12265,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H127a,E", + "mappedName": "Edge1;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9212,7 +12278,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:H127a,E", + "mappedName": "Edge1;:Hb88,E", "mappedStringIds": [], "name": "Edge1" }, @@ -9220,7 +12286,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H127a,E", + "mappedName": "Edge2;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9233,7 +12299,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:H127a,E", + "mappedName": "Edge2;:Hb88,E", "mappedStringIds": [], "name": "Edge2" }, @@ -9241,7 +12307,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H127a,E", + "mappedName": "Edge3;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9254,7 +12320,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H127a,E", + "mappedName": "Edge3;:Hb88,E", "mappedStringIds": [], "name": "Edge3" }, @@ -9262,7 +12328,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H127a,E", + "mappedName": "Edge4;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9275,7 +12341,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:H127a,E", + "mappedName": "Edge4;:Hb88,E", "mappedStringIds": [], "name": "Edge4" }, @@ -9283,7 +12349,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H127a,E", + "mappedName": "Edge9;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9296,7 +12362,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:H127a,E", + "mappedName": "Edge9;:Hb88,E", "mappedStringIds": [], "name": "Edge5" }, @@ -9304,7 +12370,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H127a,E", + "mappedName": "Edge5;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9317,7 +12383,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:H127a,E", + "mappedName": "Edge5;:Hb88,E", "mappedStringIds": [], "name": "Edge6" }, @@ -9325,7 +12391,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H127a,E", + "mappedName": "Edge10;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9338,7 +12404,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:H127a,E", + "mappedName": "Edge10;:Hb88,E", "mappedStringIds": [], "name": "Edge7" }, @@ -9346,7 +12412,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H127a,E", + "mappedName": "Edge12;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9359,7 +12425,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:H127a,E", + "mappedName": "Edge12;:Hb88,E", "mappedStringIds": [], "name": "Edge8" }, @@ -9367,7 +12433,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H127a,E", + "mappedName": "Edge6;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9380,7 +12446,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:H127a,E", + "mappedName": "Edge6;:Hb88,E", "mappedStringIds": [], "name": "Edge9" }, @@ -9388,20 +12454,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H127b:4,F);FUS;:H127a:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb89:4,F);FUS;:Hb88:1d,E", "object": "Fuse03", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H127b:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hb89:4,F)", "object": "Box03", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H127b:4,F);FUS;:H127a:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb89:4,F);FUS;:Hb88:1d,E", "mappedStringIds": [], "name": "Edge10" }, @@ -9409,7 +12475,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H127a,E", + "mappedName": "Edge11;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9422,7 +12488,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H127a,E", + "mappedName": "Edge11;:Hb88,E", "mappedStringIds": [], "name": "Edge11" }, @@ -9430,7 +12496,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H127a,E", + "mappedName": "Edge7;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9443,7 +12509,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H127a,E", + "mappedName": "Edge7;:Hb88,E", "mappedStringIds": [], "name": "Edge12" }, @@ -9451,7 +12517,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H127a,E", + "mappedName": "Edge8;:Hb88,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9464,7 +12530,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:H127a,E", + "mappedName": "Edge8;:Hb88,E", "mappedStringIds": [], "name": "Edge13" }, @@ -9472,20 +12538,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H127b:4,F);FUS;:H127a:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb89:4,F);FUS;:Hb88:1d,E", "object": "Fuse03", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H127b:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hb89:4,F)", "object": "Box03", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H127b:4,F);FUS;:H127a:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb89:4,F);FUS;:Hb88:1d,E", "mappedStringIds": [], "name": "Edge14" }, @@ -9493,7 +12559,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M2;FUS;:H127b:8,E", + "mappedName": "Edge1;:M2;FUS;:Hb89:8,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9506,7 +12572,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M2;FUS;:H127b:8,E", + "mappedName": "Edge1;:M2;FUS;:Hb89:8,E", "mappedStringIds": [], "name": "Edge15" }, @@ -9514,7 +12580,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H127b,E", + "mappedName": "Edge3;:Hb89,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9527,7 +12593,7 @@ ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Edge3;:H127b,E", + "mappedName": "Edge3;:Hb89,E", "mappedStringIds": [], "name": "Edge16" }, @@ -9535,7 +12601,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H127b,E", + "mappedName": "Edge2;:Hb89,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9548,7 +12614,7 @@ ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Edge2;:H127b,E", + "mappedName": "Edge2;:Hb89,E", "mappedStringIds": [], "name": "Edge17" }, @@ -9556,7 +12622,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;FUS;:H127b:7,E", + "mappedName": "Edge1;:M;FUS;:Hb89:7,E", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9569,7 +12635,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge1;:M;FUS;:H127b:7,E", + "mappedName": "Edge1;:M;FUS;:Hb89:7,E", "mappedStringIds": [], "name": "Edge18" }, @@ -9577,7 +12643,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H127a,V", + "mappedName": "Vertex1;:Hb88,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9590,7 +12656,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H127a,V", + "mappedName": "Vertex1;:Hb88,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -9598,7 +12664,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H127a,V", + "mappedName": "Vertex2;:Hb88,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9611,7 +12677,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:H127a,V", + "mappedName": "Vertex2;:Hb88,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -9619,7 +12685,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H127a,V", + "mappedName": "Vertex3;:Hb88,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9632,7 +12698,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:H127a,V", + "mappedName": "Vertex3;:Hb88,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -9640,7 +12706,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H127a,V", + "mappedName": "Vertex4;:Hb88,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9653,7 +12719,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H127a,V", + "mappedName": "Vertex4;:Hb88,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -9661,7 +12727,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H127a,V", + "mappedName": "Vertex6;:Hb88,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9674,7 +12740,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:H127a,V", + "mappedName": "Vertex6;:Hb88,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -9682,7 +12748,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H127a,V", + "mappedName": "Vertex5;:Hb88,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9695,7 +12761,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:H127a,V", + "mappedName": "Vertex5;:Hb88,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -9703,7 +12769,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H127a,V", + "mappedName": "Vertex7;:Hb88,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9716,7 +12782,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:H127a,V", + "mappedName": "Vertex7;:Hb88,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -9724,20 +12790,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H127a:4,F);FUS;:H127b:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb88:4,F);FUS;:Hb89:1d,V", "object": "Fuse03", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H127a:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb88:4,F)", "object": "Cylinder03", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H127a:4,F);FUS;:H127b:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb88:4,F);FUS;:Hb89:1d,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -9745,7 +12811,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H127a,V", + "mappedName": "Vertex8;:Hb88,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9758,7 +12824,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H127a,V", + "mappedName": "Vertex8;:Hb88,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -9766,20 +12832,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H127a:4,F);FUS;:H127b:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb88:4,F);FUS;:Hb89:1c,V", "object": "Fuse03", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H127a:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hb88:4,F)", "object": "Cylinder03", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H127a:4,F);FUS;:H127b:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb88:4,F);FUS;:Hb89:1c,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -9787,7 +12853,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H127b,V", + "mappedName": "Vertex2;:Hb89,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9800,7 +12866,7 @@ ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Vertex2;:H127b,V", + "mappedName": "Vertex2;:Hb89,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -9808,7 +12874,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H127b,V", + "mappedName": "Vertex1;:Hb89,V", "object": "Fuse03", "typeId": "Part::Fuse" }, @@ -9821,7 +12887,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex1;:H127b,V", + "mappedName": "Vertex1;:Hb89,V", "mappedStringIds": [], "name": "Vertex12" } @@ -9837,7 +12903,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H127a,F", + "mappedName": "Face1;:Hb88,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -9845,7 +12911,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:H127a,F", + "name": "Face1;:Hb88,F", "stringIds": [] }, "relation": "preserved", @@ -9864,7 +12930,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H127a,F", + "mappedName": "Face3;:Hb88,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -9872,7 +12938,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:H127a,F", + "name": "Face3;:Hb88,F", "stringIds": [] }, "relation": "preserved", @@ -9891,7 +12957,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FUS;:H127a:7,F", + "mappedName": "Face6;:M;FUS;:Hb88:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -9899,7 +12965,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;FUS;:H127a:7,F", + "name": "Face6;:M;FUS;:Hb88:7,F", "stringIds": [] }, "relation": "modified", @@ -9918,7 +12984,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H127a,F", + "mappedName": "Face4;:Hb88,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -9926,7 +12992,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H127a,F", + "name": "Face4;:Hb88,F", "stringIds": [] }, "relation": "preserved", @@ -9945,7 +13011,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FUS;:H127a:7,F", + "mappedName": "Face5;:M;FUS;:Hb88:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -9953,7 +13019,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FUS;:H127a:7,F", + "name": "Face5;:M;FUS;:Hb88:7,F", "stringIds": [] }, "relation": "modified", @@ -9972,7 +13038,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H127a,F", + "mappedName": "Face2;:Hb88,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -9980,7 +13046,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:H127a,F", + "name": "Face2;:Hb88,F", "stringIds": [] }, "relation": "preserved", @@ -9999,7 +13065,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:H127b:8,F", + "mappedName": "Face1;:M2;FUS;:Hb89:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10007,7 +13073,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M2;FUS;:H127b:8,F", + "name": "Face1;:M2;FUS;:Hb89:8,F", "stringIds": [] }, "relation": "modified", @@ -10026,7 +13092,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FUS;:H127b:7,F", + "mappedName": "Face1;:M;FUS;:Hb89:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10034,7 +13100,7 @@ "index": 8, "type": "Face" }, - "name": "Face1;:M;FUS;:H127b:7,F", + "name": "Face1;:M;FUS;:Hb89:7,F", "stringIds": [] }, "relation": "modified", @@ -10053,7 +13119,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H127b,F", + "mappedName": "Face3;:Hb89,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10061,7 +13127,7 @@ "index": 9, "type": "Face" }, - "name": "Face3;:H127b,F", + "name": "Face3;:Hb89,F", "stringIds": [] }, "relation": "preserved", @@ -10080,7 +13146,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H127b,F", + "mappedName": "Face2;:Hb89,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10088,7 +13154,7 @@ "index": 10, "type": "Face" }, - "name": "Face2;:H127b,F", + "name": "Face2;:Hb89,F", "stringIds": [] }, "relation": "preserved", @@ -10107,7 +13173,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H127a,E", + "mappedName": "Edge1;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10115,7 +13181,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:H127a,E", + "name": "Edge1;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10134,7 +13200,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H127a,E", + "mappedName": "Edge2;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10142,7 +13208,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:H127a,E", + "name": "Edge2;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10161,7 +13227,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H127a,E", + "mappedName": "Edge3;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10169,7 +13235,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H127a,E", + "name": "Edge3;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10188,7 +13254,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H127a,E", + "mappedName": "Edge4;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10196,7 +13262,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:H127a,E", + "name": "Edge4;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10215,7 +13281,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H127a,E", + "mappedName": "Edge9;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10223,7 +13289,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:H127a,E", + "name": "Edge9;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10242,7 +13308,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H127a,E", + "mappedName": "Edge5;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10250,7 +13316,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:H127a,E", + "name": "Edge5;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10269,7 +13335,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H127a,E", + "mappedName": "Edge10;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10277,7 +13343,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:H127a,E", + "name": "Edge10;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10296,7 +13362,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H127a,E", + "mappedName": "Edge12;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10304,7 +13370,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:H127a,E", + "name": "Edge12;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10323,7 +13389,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H127a,E", + "mappedName": "Edge6;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10331,7 +13397,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:H127a,E", + "name": "Edge6;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10350,7 +13416,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H127b:4,F);FUS;:H127a:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb89:4,F);FUS;:Hb88:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10358,7 +13424,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H127b:4,F);FUS;:H127a:1e,E", + "name": "Face6;:G2(Face1;K-2;:Hb89:4,F);FUS;:Hb88:1d,E", "stringIds": [] }, "relation": "generated", @@ -10366,9 +13432,9 @@ "resultPersistentId": "Fuse03:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H127b:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hb89:4,F)", "objectId": "Box03", - "persistentId": "Box03:mapped:Face6;:G2(Face1;K-2;:H127b:4,F)", + "persistentId": "Box03:mapped:Face6;:G2(Face1;K-2;:Hb89:4,F)", "stageId": "Box03" } ] @@ -10377,7 +13443,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H127a,E", + "mappedName": "Edge11;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10385,7 +13451,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H127a,E", + "name": "Edge11;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10404,7 +13470,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H127a,E", + "mappedName": "Edge7;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10412,7 +13478,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H127a,E", + "name": "Edge7;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10431,7 +13497,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H127a,E", + "mappedName": "Edge8;:Hb88,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10439,7 +13505,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:H127a,E", + "name": "Edge8;:Hb88,E", "stringIds": [] }, "relation": "preserved", @@ -10458,7 +13524,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H127b:4,F);FUS;:H127a:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb89:4,F);FUS;:Hb88:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10466,7 +13532,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H127b:4,F);FUS;:H127a:1e,E", + "name": "Face5;:G2(Face1;K-1;:Hb89:4,F);FUS;:Hb88:1d,E", "stringIds": [] }, "relation": "generated", @@ -10474,9 +13540,9 @@ "resultPersistentId": "Fuse03:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H127b:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hb89:4,F)", "objectId": "Box03", - "persistentId": "Box03:mapped:Face5;:G2(Face1;K-1;:H127b:4,F)", + "persistentId": "Box03:mapped:Face5;:G2(Face1;K-1;:Hb89:4,F)", "stageId": "Box03" } ] @@ -10485,7 +13551,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M2;FUS;:H127b:8,E", + "mappedName": "Edge1;:M2;FUS;:Hb89:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10493,7 +13559,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M2;FUS;:H127b:8,E", + "name": "Edge1;:M2;FUS;:Hb89:8,E", "stringIds": [] }, "relation": "modified", @@ -10512,7 +13578,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H127b,E", + "mappedName": "Edge3;:Hb89,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10520,7 +13586,7 @@ "index": 16, "type": "Edge" }, - "name": "Edge3;:H127b,E", + "name": "Edge3;:Hb89,E", "stringIds": [] }, "relation": "preserved", @@ -10539,7 +13605,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H127b,E", + "mappedName": "Edge2;:Hb89,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10547,7 +13613,7 @@ "index": 17, "type": "Edge" }, - "name": "Edge2;:H127b,E", + "name": "Edge2;:Hb89,E", "stringIds": [] }, "relation": "preserved", @@ -10566,7 +13632,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;FUS;:H127b:7,E", + "mappedName": "Edge1;:M;FUS;:Hb89:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10574,7 +13640,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge1;:M;FUS;:H127b:7,E", + "name": "Edge1;:M;FUS;:Hb89:7,E", "stringIds": [] }, "relation": "modified", @@ -10593,7 +13659,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H127a,V", + "mappedName": "Vertex1;:Hb88,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10601,7 +13667,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H127a,V", + "name": "Vertex1;:Hb88,V", "stringIds": [] }, "relation": "preserved", @@ -10620,7 +13686,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H127a,V", + "mappedName": "Vertex2;:Hb88,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10628,7 +13694,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:H127a,V", + "name": "Vertex2;:Hb88,V", "stringIds": [] }, "relation": "preserved", @@ -10647,7 +13713,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H127a,V", + "mappedName": "Vertex3;:Hb88,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10655,7 +13721,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:H127a,V", + "name": "Vertex3;:Hb88,V", "stringIds": [] }, "relation": "preserved", @@ -10674,7 +13740,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H127a,V", + "mappedName": "Vertex4;:Hb88,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10682,7 +13748,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H127a,V", + "name": "Vertex4;:Hb88,V", "stringIds": [] }, "relation": "preserved", @@ -10701,7 +13767,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H127a,V", + "mappedName": "Vertex6;:Hb88,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10709,7 +13775,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:H127a,V", + "name": "Vertex6;:Hb88,V", "stringIds": [] }, "relation": "preserved", @@ -10728,7 +13794,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H127a,V", + "mappedName": "Vertex5;:Hb88,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10736,7 +13802,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:H127a,V", + "name": "Vertex5;:Hb88,V", "stringIds": [] }, "relation": "preserved", @@ -10755,7 +13821,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H127a,V", + "mappedName": "Vertex7;:Hb88,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10763,7 +13829,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:H127a,V", + "name": "Vertex7;:Hb88,V", "stringIds": [] }, "relation": "preserved", @@ -10782,7 +13848,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H127a:4,F);FUS;:H127b:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb88:4,F);FUS;:Hb89:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10790,7 +13856,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H127a:4,F);FUS;:H127b:1e,V", + "name": "Edge1;:G2(Face6;K-1;:Hb88:4,F);FUS;:Hb89:1d,V", "stringIds": [] }, "relation": "generated", @@ -10798,9 +13864,9 @@ "resultPersistentId": "Fuse03:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H127a:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb88:4,F)", "objectId": "Cylinder03", - "persistentId": "Cylinder03:mapped:Edge1;:G2(Face6;K-1;:H127a:4,F)", + "persistentId": "Cylinder03:mapped:Edge1;:G2(Face6;K-1;:Hb88:4,F)", "stageId": "Cylinder03" } ] @@ -10809,7 +13875,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H127a,V", + "mappedName": "Vertex8;:Hb88,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10817,7 +13883,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H127a,V", + "name": "Vertex8;:Hb88,V", "stringIds": [] }, "relation": "preserved", @@ -10836,7 +13902,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H127a:4,F);FUS;:H127b:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb88:4,F);FUS;:Hb89:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10844,7 +13910,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H127a:4,F);FUS;:H127b:1d,V", + "name": "Edge1;:G(Face5;K-1;:Hb88:4,F);FUS;:Hb89:1c,V", "stringIds": [] }, "relation": "generated", @@ -10852,9 +13918,9 @@ "resultPersistentId": "Fuse03:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H127a:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hb88:4,F)", "objectId": "Cylinder03", - "persistentId": "Cylinder03:mapped:Edge1;:G(Face5;K-1;:H127a:4,F)", + "persistentId": "Cylinder03:mapped:Edge1;:G(Face5;K-1;:Hb88:4,F)", "stageId": "Cylinder03" } ] @@ -10863,7 +13929,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H127b,V", + "mappedName": "Vertex2;:Hb89,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10871,7 +13937,7 @@ "index": 11, "type": "Vertex" }, - "name": "Vertex2;:H127b,V", + "name": "Vertex2;:Hb89,V", "stringIds": [] }, "relation": "preserved", @@ -10890,7 +13956,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H127b,V", + "mappedName": "Vertex1;:Hb89,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -10898,7 +13964,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex1;:H127b,V", + "name": "Vertex1;:Hb89,V", "stringIds": [] }, "relation": "preserved", @@ -10923,11 +13989,619 @@ "stageId": "Fuse03", "status": "native-evidence" }, + "relationDigest": "19f192cdb5dd66cf2df7ddc59f8c583ebe9b1edbe7a5bcc5c5c4d5ab5edc1735", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face1;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);FUS;:H#:1d,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);FUS;:H#:1d,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge1;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box03", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Cylinder03", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", "shape": { + "area": 675.398223686155, + "brepSha256": "4571d16d76c35a0d6d81fe3f9fc9647cf5f1ef27c63edb94124d2a445a82864d", "edges": 18, "faces": 10, + "geometryDigest": "2b591f9ca38eb3184fd5d3c6172dd7981139472282c3270c191e4a208e14fd79", "solids": 1, "valid": true, + "vertices": 12, "volume": 1113.0973355292322 }, "typeId": "Part::Fuse" @@ -10937,14 +14611,240 @@ "stringHasherResource": null }, { + "category": "boolean", "elementMapResources": { "Cut04.Shape.Map.txt": { - "sha256": "49ccedf086826433f102f8c9cfbd437d95cfdc1274e8b4a8dccfc8c8791f8500", - "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:Hf6d,E\n;:G(Face5;K-1;:Hf6d:4,F);CUT;:Hf6e:1c,V\n;:G2(Face6;K-1;:Hf6d:4,F);CUT;:Hf6e:1d,V\n;:M;CUT;:Hf6e:7,E\n;:Hf6d,F\n;:M;CUT;:Hf6e:7,F\n;:G2(Face1;K-1;:Hf6e:4,F);CUT;:Hf6d:1d,E\n;:M;CUT;:Hf6d:7,F\n;:G2(Face1;K-2;:Hf6e:4,F);CUT;:Hf6d:1d,E\n;:Hf6d,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" + "sha256": "c6d1a01b56727d735d3c400e68cabb2a9910c0009316594a8531e0054fd48199", + "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:H811,E\n;:G(Face5;K-1;:H811:4,F);CUT;:H812:1c,V\n;:G2(Face6;K-1;:H811:4,F);CUT;:H812:1d,V\n;:M;CUT;:H812:7,E\n;:H811,F\n;:M;CUT;:H812:7,F\n;:G2(Face1;K-1;:H812:4,F);CUT;:H811:1d,E\n;:M;CUT;:H811:7,F\n;:G2(Face1;K-2;:H812:4,F);CUT;:H811:1d,E\n;:H811,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" } }, "finalObject": "Cut04", "id": "boolean-cut-1", + "mutation": { + "category": "boolean", + "contract": { + "editorModes": [], + "finalObject": "Cut04", + "finalStageOrdinal": 2, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Cylinder04", + "targetStageOrdinal": 1, + "targetTypeId": "Part::Cylinder" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 1, + 2 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 9, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 3 + }, + "phases": { + "before": [ + { + "key": "boolean-cut-1:000:Box04", + "name": "Box04", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-1:001:Cylinder04", + "name": "Cylinder04", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-1:002:Cut04", + "name": "Cut04", + "ordinal": 2, + "relationDigest": "32d794641c4f34b64b4d54e7bf98a19b2d2b750d994993aea8a58d4371811c3f", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "shape": { + "area": 750.79644737231, + "brepSha256": "3d8b3ceb1e31d88fb66629c8d7192798427b397ea08dd65756bfa2b4143ca085", + "edges": 15, + "faces": 7, + "geometryDigest": "52c56e954e8b58151030ed8496df53f719da555244cce0e70a25263104012f17", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 497.34517542563293 + }, + "typeId": "Part::Cut" + } + ], + "edited": [ + { + "key": "boolean-cut-1:000:Box04", + "name": "Box04", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-1:001:Cylinder04", + "name": "Cylinder04", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 523.0751768227005, + "brepSha256": "26fbd55e67a44558199d2456f83fc5d559c2424dd9d296891229ebd4f862ea6b", + "edges": 3, + "faces": 3, + "geometryDigest": "83dab58a58a2d16eaf13a9ccefa731919f3ea86baae956e6e99b1e6479247bb5", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 890.6415172927061 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-1:002:Cut04", + "name": "Cut04", + "ordinal": 2, + "relationDigest": "32d794641c4f34b64b4d54e7bf98a19b2d2b750d994993aea8a58d4371811c3f", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "shape": { + "area": 755.5088363526946, + "brepSha256": "9cabcac47d686bdca274db78b5695d7848efed216bae1bf18457904cd18e62f2", + "edges": 15, + "faces": 7, + "geometryDigest": "b83c8cfd365520441e979118d778e2286e7ced4f170e3178f1938c32a4276f8b", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 363.82748764806666 + }, + "typeId": "Part::Cut" + } + ], + "restored": [ + { + "key": "boolean-cut-1:000:Box04", + "name": "Box04", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-1:001:Cylinder04", + "name": "Cylinder04", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-1:002:Cut04", + "name": "Cut04", + "ordinal": 2, + "relationDigest": "32d794641c4f34b64b4d54e7bf98a19b2d2b750d994993aea8a58d4371811c3f", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "shape": { + "area": 750.79644737231, + "brepSha256": "3d8b3ceb1e31d88fb66629c8d7192798427b397ea08dd65756bfa2b4143ca085", + "edges": 15, + "faces": 7, + "geometryDigest": "52c56e954e8b58151030ed8496df53f719da555244cce0e70a25263104012f17", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 497.34517542563293 + }, + "typeId": "Part::Cut" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 4, + "edited": 4.5, + "restored": 4 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -10952,6 +14852,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box04", + "linkedObjects": [], "name": "Box04", "names": [ { @@ -11882,11 +15783,201 @@ "stageId": "Box04", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -11896,6 +15987,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder04", + "linkedObjects": [], "name": "Cylinder04", "names": [ { @@ -12196,11 +16288,75 @@ "stageId": "Cylinder04", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", "edges": 3, "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", "solids": 1, "valid": true, + "vertices": 2, "volume": 703.7167544041135 }, "typeId": "Part::Cylinder" @@ -12212,13 +16368,17 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "Cut04", + "linkedObjects": [ + "Box04", + "Cylinder04" + ], "name": "Cut04", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:Hf6d,F", + "mappedName": "Face1;:H811,F", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12231,7 +16391,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:Hf6d,F", + "mappedName": "Face1;:H811,F", "mappedStringIds": [], "name": "Face1" }, @@ -12239,7 +16399,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:Hf6d,F", + "mappedName": "Face3;:H811,F", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12252,7 +16412,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:Hf6d,F", + "mappedName": "Face3;:H811,F", "mappedStringIds": [], "name": "Face2" }, @@ -12260,7 +16420,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CUT;:Hf6d:7,F", + "mappedName": "Face6;:M;CUT;:H811:7,F", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12273,7 +16433,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;CUT;:Hf6d:7,F", + "mappedName": "Face6;:M;CUT;:H811:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -12281,7 +16441,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:Hf6d,F", + "mappedName": "Face4;:H811,F", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12294,7 +16454,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:Hf6d,F", + "mappedName": "Face4;:H811,F", "mappedStringIds": [], "name": "Face4" }, @@ -12302,7 +16462,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CUT;:Hf6d:7,F", + "mappedName": "Face5;:M;CUT;:H811:7,F", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12315,7 +16475,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CUT;:Hf6d:7,F", + "mappedName": "Face5;:M;CUT;:H811:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -12323,7 +16483,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:Hf6d,F", + "mappedName": "Face2;:H811,F", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12336,7 +16496,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:Hf6d,F", + "mappedName": "Face2;:H811,F", "mappedStringIds": [], "name": "Face6" }, @@ -12344,7 +16504,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:Hf6e:7,F", + "mappedName": "Face1;:M;CUT;:H812:7,F", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12357,7 +16517,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:Hf6e:7,F", + "mappedName": "Face1;:M;CUT;:H812:7,F", "mappedStringIds": [], "name": "Face7" }, @@ -12365,7 +16525,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:Hf6d,E", + "mappedName": "Edge1;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12378,7 +16538,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:Hf6d,E", + "mappedName": "Edge1;:H811,E", "mappedStringIds": [], "name": "Edge1" }, @@ -12386,7 +16546,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:Hf6d,E", + "mappedName": "Edge2;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12399,7 +16559,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:Hf6d,E", + "mappedName": "Edge2;:H811,E", "mappedStringIds": [], "name": "Edge2" }, @@ -12407,7 +16567,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Hf6d,E", + "mappedName": "Edge3;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12420,7 +16580,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:Hf6d,E", + "mappedName": "Edge3;:H811,E", "mappedStringIds": [], "name": "Edge3" }, @@ -12428,7 +16588,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:Hf6d,E", + "mappedName": "Edge4;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12441,7 +16601,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:Hf6d,E", + "mappedName": "Edge4;:H811,E", "mappedStringIds": [], "name": "Edge4" }, @@ -12449,7 +16609,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:Hf6d,E", + "mappedName": "Edge9;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12462,7 +16622,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:Hf6d,E", + "mappedName": "Edge9;:H811,E", "mappedStringIds": [], "name": "Edge5" }, @@ -12470,7 +16630,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:Hf6d,E", + "mappedName": "Edge5;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12483,7 +16643,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:Hf6d,E", + "mappedName": "Edge5;:H811,E", "mappedStringIds": [], "name": "Edge6" }, @@ -12491,7 +16651,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:Hf6d,E", + "mappedName": "Edge10;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12504,7 +16664,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:Hf6d,E", + "mappedName": "Edge10;:H811,E", "mappedStringIds": [], "name": "Edge7" }, @@ -12512,7 +16672,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:Hf6d,E", + "mappedName": "Edge12;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12525,7 +16685,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:Hf6d,E", + "mappedName": "Edge12;:H811,E", "mappedStringIds": [], "name": "Edge8" }, @@ -12533,7 +16693,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:Hf6d,E", + "mappedName": "Edge6;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12546,7 +16706,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:Hf6d,E", + "mappedName": "Edge6;:H811,E", "mappedStringIds": [], "name": "Edge9" }, @@ -12554,20 +16714,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:Hf6e:4,F);CUT;:Hf6d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H812:4,F);CUT;:H811:1d,E", "object": "Cut04", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:Hf6e:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H812:4,F)", "object": "Box04", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:Hf6e:4,F);CUT;:Hf6d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H812:4,F);CUT;:H811:1d,E", "mappedStringIds": [], "name": "Edge10" }, @@ -12575,7 +16735,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:Hf6d,E", + "mappedName": "Edge11;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12588,7 +16748,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:Hf6d,E", + "mappedName": "Edge11;:H811,E", "mappedStringIds": [], "name": "Edge11" }, @@ -12596,7 +16756,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:Hf6d,E", + "mappedName": "Edge7;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12609,7 +16769,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:Hf6d,E", + "mappedName": "Edge7;:H811,E", "mappedStringIds": [], "name": "Edge12" }, @@ -12617,7 +16777,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:Hf6d,E", + "mappedName": "Edge8;:H811,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12630,7 +16790,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:Hf6d,E", + "mappedName": "Edge8;:H811,E", "mappedStringIds": [], "name": "Edge13" }, @@ -12638,20 +16798,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:Hf6e:4,F);CUT;:Hf6d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H812:4,F);CUT;:H811:1d,E", "object": "Cut04", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:Hf6e:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H812:4,F)", "object": "Box04", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:Hf6e:4,F);CUT;:Hf6d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H812:4,F);CUT;:H811:1d,E", "mappedStringIds": [], "name": "Edge14" }, @@ -12659,7 +16819,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CUT;:Hf6e:7,E", + "mappedName": "Edge1;:M;CUT;:H812:7,E", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12672,7 +16832,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M;CUT;:Hf6e:7,E", + "mappedName": "Edge1;:M;CUT;:H812:7,E", "mappedStringIds": [], "name": "Edge15" }, @@ -12680,7 +16840,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Hf6d,V", + "mappedName": "Vertex1;:H811,V", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12693,7 +16853,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:Hf6d,V", + "mappedName": "Vertex1;:H811,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -12701,7 +16861,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Hf6d,V", + "mappedName": "Vertex2;:H811,V", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12714,7 +16874,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:Hf6d,V", + "mappedName": "Vertex2;:H811,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -12722,7 +16882,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:Hf6d,V", + "mappedName": "Vertex3;:H811,V", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12735,7 +16895,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:Hf6d,V", + "mappedName": "Vertex3;:H811,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -12743,7 +16903,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:Hf6d,V", + "mappedName": "Vertex4;:H811,V", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12756,7 +16916,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:Hf6d,V", + "mappedName": "Vertex4;:H811,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -12764,7 +16924,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:Hf6d,V", + "mappedName": "Vertex6;:H811,V", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12777,7 +16937,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:Hf6d,V", + "mappedName": "Vertex6;:H811,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -12785,7 +16945,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:Hf6d,V", + "mappedName": "Vertex5;:H811,V", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12798,7 +16958,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:Hf6d,V", + "mappedName": "Vertex5;:H811,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -12806,7 +16966,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:Hf6d,V", + "mappedName": "Vertex7;:H811,V", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12819,7 +16979,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:Hf6d,V", + "mappedName": "Vertex7;:H811,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -12827,20 +16987,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Hf6d:4,F);CUT;:Hf6e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H811:4,F);CUT;:H812:1d,V", "object": "Cut04", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Hf6d:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H811:4,F)", "object": "Cylinder04", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Hf6d:4,F);CUT;:Hf6e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H811:4,F);CUT;:H812:1d,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -12848,7 +17008,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:Hf6d,V", + "mappedName": "Vertex8;:H811,V", "object": "Cut04", "typeId": "Part::Cut" }, @@ -12861,7 +17021,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:Hf6d,V", + "mappedName": "Vertex8;:H811,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -12869,20 +17029,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:Hf6d:4,F);CUT;:Hf6e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H811:4,F);CUT;:H812:1c,V", "object": "Cut04", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:Hf6d:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H811:4,F)", "object": "Cylinder04", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:Hf6d:4,F);CUT;:Hf6e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H811:4,F);CUT;:H812:1c,V", "mappedStringIds": [], "name": "Vertex10" } @@ -12898,7 +17058,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:Hf6d,F", + "mappedName": "Face1;:H811,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -12906,7 +17066,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:Hf6d,F", + "name": "Face1;:H811,F", "stringIds": [] }, "relation": "preserved", @@ -12925,7 +17085,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:Hf6d,F", + "mappedName": "Face3;:H811,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -12933,7 +17093,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:Hf6d,F", + "name": "Face3;:H811,F", "stringIds": [] }, "relation": "preserved", @@ -12952,7 +17112,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CUT;:Hf6d:7,F", + "mappedName": "Face6;:M;CUT;:H811:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -12960,7 +17120,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;CUT;:Hf6d:7,F", + "name": "Face6;:M;CUT;:H811:7,F", "stringIds": [] }, "relation": "modified", @@ -12979,7 +17139,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:Hf6d,F", + "mappedName": "Face4;:H811,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -12987,7 +17147,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:Hf6d,F", + "name": "Face4;:H811,F", "stringIds": [] }, "relation": "preserved", @@ -13006,7 +17166,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CUT;:Hf6d:7,F", + "mappedName": "Face5;:M;CUT;:H811:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13014,7 +17174,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CUT;:Hf6d:7,F", + "name": "Face5;:M;CUT;:H811:7,F", "stringIds": [] }, "relation": "modified", @@ -13033,7 +17193,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:Hf6d,F", + "mappedName": "Face2;:H811,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13041,7 +17201,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:Hf6d,F", + "name": "Face2;:H811,F", "stringIds": [] }, "relation": "preserved", @@ -13060,7 +17220,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:Hf6e:7,F", + "mappedName": "Face1;:M;CUT;:H812:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13068,7 +17228,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M;CUT;:Hf6e:7,F", + "name": "Face1;:M;CUT;:H812:7,F", "stringIds": [] }, "relation": "modified", @@ -13087,7 +17247,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:Hf6d,E", + "mappedName": "Edge1;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13095,7 +17255,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:Hf6d,E", + "name": "Edge1;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13114,7 +17274,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:Hf6d,E", + "mappedName": "Edge2;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13122,7 +17282,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:Hf6d,E", + "name": "Edge2;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13141,7 +17301,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Hf6d,E", + "mappedName": "Edge3;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13149,7 +17309,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:Hf6d,E", + "name": "Edge3;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13168,7 +17328,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:Hf6d,E", + "mappedName": "Edge4;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13176,7 +17336,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:Hf6d,E", + "name": "Edge4;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13195,7 +17355,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:Hf6d,E", + "mappedName": "Edge9;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13203,7 +17363,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:Hf6d,E", + "name": "Edge9;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13222,7 +17382,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:Hf6d,E", + "mappedName": "Edge5;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13230,7 +17390,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:Hf6d,E", + "name": "Edge5;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13249,7 +17409,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:Hf6d,E", + "mappedName": "Edge10;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13257,7 +17417,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:Hf6d,E", + "name": "Edge10;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13276,7 +17436,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:Hf6d,E", + "mappedName": "Edge12;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13284,7 +17444,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:Hf6d,E", + "name": "Edge12;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13303,7 +17463,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:Hf6d,E", + "mappedName": "Edge6;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13311,7 +17471,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:Hf6d,E", + "name": "Edge6;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13330,7 +17490,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:Hf6e:4,F);CUT;:Hf6d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H812:4,F);CUT;:H811:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13338,7 +17498,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:Hf6e:4,F);CUT;:Hf6d:1d,E", + "name": "Face6;:G2(Face1;K-2;:H812:4,F);CUT;:H811:1d,E", "stringIds": [] }, "relation": "generated", @@ -13346,9 +17506,9 @@ "resultPersistentId": "Cut04:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:Hf6e:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H812:4,F)", "objectId": "Box04", - "persistentId": "Box04:mapped:Face6;:G2(Face1;K-2;:Hf6e:4,F)", + "persistentId": "Box04:mapped:Face6;:G2(Face1;K-2;:H812:4,F)", "stageId": "Box04" } ] @@ -13357,7 +17517,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:Hf6d,E", + "mappedName": "Edge11;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13365,7 +17525,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:Hf6d,E", + "name": "Edge11;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13384,7 +17544,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:Hf6d,E", + "mappedName": "Edge7;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13392,7 +17552,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:Hf6d,E", + "name": "Edge7;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13411,7 +17571,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:Hf6d,E", + "mappedName": "Edge8;:H811,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13419,7 +17579,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:Hf6d,E", + "name": "Edge8;:H811,E", "stringIds": [] }, "relation": "preserved", @@ -13438,7 +17598,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:Hf6e:4,F);CUT;:Hf6d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H812:4,F);CUT;:H811:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13446,7 +17606,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:Hf6e:4,F);CUT;:Hf6d:1d,E", + "name": "Face5;:G2(Face1;K-1;:H812:4,F);CUT;:H811:1d,E", "stringIds": [] }, "relation": "generated", @@ -13454,9 +17614,9 @@ "resultPersistentId": "Cut04:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:Hf6e:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H812:4,F)", "objectId": "Box04", - "persistentId": "Box04:mapped:Face5;:G2(Face1;K-1;:Hf6e:4,F)", + "persistentId": "Box04:mapped:Face5;:G2(Face1;K-1;:H812:4,F)", "stageId": "Box04" } ] @@ -13465,7 +17625,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CUT;:Hf6e:7,E", + "mappedName": "Edge1;:M;CUT;:H812:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13473,7 +17633,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M;CUT;:Hf6e:7,E", + "name": "Edge1;:M;CUT;:H812:7,E", "stringIds": [] }, "relation": "modified", @@ -13492,7 +17652,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Hf6d,V", + "mappedName": "Vertex1;:H811,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13500,7 +17660,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:Hf6d,V", + "name": "Vertex1;:H811,V", "stringIds": [] }, "relation": "preserved", @@ -13519,7 +17679,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Hf6d,V", + "mappedName": "Vertex2;:H811,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13527,7 +17687,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:Hf6d,V", + "name": "Vertex2;:H811,V", "stringIds": [] }, "relation": "preserved", @@ -13546,7 +17706,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:Hf6d,V", + "mappedName": "Vertex3;:H811,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13554,7 +17714,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:Hf6d,V", + "name": "Vertex3;:H811,V", "stringIds": [] }, "relation": "preserved", @@ -13573,7 +17733,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:Hf6d,V", + "mappedName": "Vertex4;:H811,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13581,7 +17741,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:Hf6d,V", + "name": "Vertex4;:H811,V", "stringIds": [] }, "relation": "preserved", @@ -13600,7 +17760,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:Hf6d,V", + "mappedName": "Vertex6;:H811,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13608,7 +17768,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:Hf6d,V", + "name": "Vertex6;:H811,V", "stringIds": [] }, "relation": "preserved", @@ -13627,7 +17787,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:Hf6d,V", + "mappedName": "Vertex5;:H811,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13635,7 +17795,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:Hf6d,V", + "name": "Vertex5;:H811,V", "stringIds": [] }, "relation": "preserved", @@ -13654,7 +17814,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:Hf6d,V", + "mappedName": "Vertex7;:H811,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13662,7 +17822,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:Hf6d,V", + "name": "Vertex7;:H811,V", "stringIds": [] }, "relation": "preserved", @@ -13681,7 +17841,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:Hf6d:4,F);CUT;:Hf6e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H811:4,F);CUT;:H812:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13689,7 +17849,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:Hf6d:4,F);CUT;:Hf6e:1d,V", + "name": "Edge1;:G2(Face6;K-1;:H811:4,F);CUT;:H812:1d,V", "stringIds": [] }, "relation": "generated", @@ -13697,9 +17857,9 @@ "resultPersistentId": "Cut04:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:Hf6d:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H811:4,F)", "objectId": "Cylinder04", - "persistentId": "Cylinder04:mapped:Edge1;:G2(Face6;K-1;:Hf6d:4,F)", + "persistentId": "Cylinder04:mapped:Edge1;:G2(Face6;K-1;:H811:4,F)", "stageId": "Cylinder04" } ] @@ -13708,7 +17868,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:Hf6d,V", + "mappedName": "Vertex8;:H811,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13716,7 +17876,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:Hf6d,V", + "name": "Vertex8;:H811,V", "stringIds": [] }, "relation": "preserved", @@ -13735,7 +17895,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:Hf6d:4,F);CUT;:Hf6e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H811:4,F);CUT;:H812:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -13743,7 +17903,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:Hf6d:4,F);CUT;:Hf6e:1c,V", + "name": "Edge1;:G(Face5;K-1;:H811:4,F);CUT;:H812:1c,V", "stringIds": [] }, "relation": "generated", @@ -13751,9 +17911,9 @@ "resultPersistentId": "Cut04:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:Hf6d:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H811:4,F)", "objectId": "Cylinder04", - "persistentId": "Cylinder04:mapped:Edge1;:G(Face5;K-1;:Hf6d:4,F)", + "persistentId": "Cylinder04:mapped:Edge1;:G(Face5;K-1;:H811:4,F)", "stageId": "Cylinder04" } ] @@ -13768,11 +17928,499 @@ "stageId": "Cut04", "status": "native-evidence" }, + "relationDigest": "32d794641c4f34b64b4d54e7bf98a19b2d2b750d994993aea8a58d4371811c3f", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder04", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder04", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CUT;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder04", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box04", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder04", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", "shape": { + "area": 750.79644737231, + "brepSha256": "3d8b3ceb1e31d88fb66629c8d7192798427b397ea08dd65756bfa2b4143ca085", "edges": 15, "faces": 7, + "geometryDigest": "52c56e954e8b58151030ed8496df53f719da555244cce0e70a25263104012f17", "solids": 1, "valid": true, + "vertices": 10, "volume": 497.34517542563293 }, "typeId": "Part::Cut" @@ -13782,14 +18430,242 @@ "stringHasherResource": null }, { + "category": "boolean", "elementMapResources": { "Cut05.Shape.Map.txt": { - "sha256": "adc876a8eff7b0c8e414dda40a3db922bcff1c84c97193194378e7337408c934", - "text": "BeginElementMap v1\n1 PostfixCount 35\nEdge\nFace\nVertex\n;:G(Face1;K-4;:Hc27:4,F);CUT;:Hc26:1c,V\n;:M2;CUT;:Hc26:8,E\n;:M;CUT;:Hc26:7,E\n;:G(Face1;K-5;:Hc27:4,F);CUT;:Hc26:1c,V\n;:G(Face1;K-6;:Hc27:4,F);CUT;:Hc26:1c,V\n;:Hc26,E\n;:M;CUT;:Hc27:7,E\n;:G(Face1;K-1;:Hc27:4,F);CUT;:Hc26:1c,V\n;:G(Face1;K-2;:Hc27:4,F);CUT;:Hc26:1c,V\n;:G(Edge1;K-1;:Hc27:4,E);CUT;:Hc26:1c,V\n;:G(Edge1;K-2;:Hc27:4,E);CUT;:Hc26:1c,V\n;:G(Face1;K-3;:Hc27:4,F);CUT;:Hc26:1c,V\n;:G(Face1;K-7;:Hc27:4,F);CUT;:Hc26:1c,E\n;:M2;CUT;:Hc26:8,F\n;:M2;CUT;:Hc27:8,F\n;:M3;CUT;:Hc27:8,F\n;:M4;CUT;:Hc27:8,F\n;:M;CUT;:Hc26:7,F\n;:M;CUT;:Hc27:7,F\n;:G(Face1;K-8;:Hc27:4,F);CUT;:Hc26:1c,E\n;:G(Face1;K-9;:Hc27:4,F);CUT;:Hc26:1c,E\n;:G(Face1;K-10;:Hc27:5,F);CUT;:Hc26:1d,E\n;:G2(Face1;K-11;:Hc27:5,F);CUT;:Hc26:1e,E\n;:G3(Face1;K-12;:Hc27:5,F);CUT;:Hc26:1e,E\n;:G4(Face1;K-13;:Hc27:5,F);CUT;:Hc26:1e,E\n;:M3;CUT;:Hc26:8,F\n;:M4;CUT;:Hc26:8,F\n;:G(Face1;K-14;:Hc27:5,F);CUT;:Hc26:1d,E\n;:G2(Face1;K-15;:Hc27:5,F);CUT;:Hc26:1e,E\n;:G3(Face1;K-16;:Hc27:5,F);CUT;:Hc26:1e,E\n;:G4(Face1;K-17;:Hc27:5,F);CUT;:Hc26:1e,E\n;:Hc26,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.1.10 0\n:1.4.6 0\n:1.1.9 0\n:2.6.20 0\n:1.a.6 0\n:2.3.17 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.5 0\n:1.3.9 0\n:1.4.5 0\n:1.c.6 0\n:2.6.21 0\n:1.b.6 0\n:2.4.18 0\n:2.5.1b 0\n:1.9.5 0\n:1.5.9 0\n:1.a.5 0\n:2.5.19 0\n:1.8.6 0\n:1.6.6 0\n:1.1.a 0\n:2.6.1f 0\n:1.b.5 0\n:1.7.9 0\n:1.c.5 0\n:1.8.5 0\n:2.5.1c 0\n:1.6.5 0\n:2.6.22 0\n\nFace\n\nChildCount 0\n\nNameCount 21\n0\n:2.1.15 0\n:2.6.15 0\n:2.1.13 0\n:2.5.15 0\n:2.3.15 0\n:2.1.11 0\n:2.6.11 0\n:2.4.15 0\n:2.5.11 0\n:2.1.14 0\n:2.3.11 0\n:2.5.1d 0\n:2.2.15 0\n:2.6.1d 0\n:2.1.12 0\n:2.4.11 0\n:2.5.1e 0\n:2.2.11 0\n:2.6.1e 0\n:2.1.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n:3.1.23 0\n:1.2.b 0\n:1.4.c 0\n:3.2.23 0\n:1.a.4 0\n:1.9.f 0\n:3.3.23 0\n:3.4.23 0\n:1.c.8 0\n:1.b.7 0\n:3.6.23 0\n:3.5.23 0\n:1.8.e 0\n:1.6.d 0\n:3.8.23 0\n:3.7.23 0\n\nEndMap\n" + "sha256": "d9bd13651dcce1e2ff244675584c567edb654ecf3dbcd95194994a0c6501098a", + "text": "BeginElementMap v1\n1 PostfixCount 35\nEdge\nFace\nVertex\n;:G(Face1;K-4;:H12d:4,F);CUT;:H12c:1c,V\n;:M2;CUT;:H12c:8,E\n;:M;CUT;:H12c:7,E\n;:G(Face1;K-5;:H12d:4,F);CUT;:H12c:1c,V\n;:G(Face1;K-6;:H12d:4,F);CUT;:H12c:1c,V\n;:H12c,E\n;:M;CUT;:H12d:7,E\n;:G(Face1;K-1;:H12d:4,F);CUT;:H12c:1c,V\n;:G(Face1;K-2;:H12d:4,F);CUT;:H12c:1c,V\n;:G(Edge1;K-1;:H12d:4,E);CUT;:H12c:1c,V\n;:G(Edge1;K-2;:H12d:4,E);CUT;:H12c:1c,V\n;:G(Face1;K-3;:H12d:4,F);CUT;:H12c:1c,V\n;:G(Face1;K-7;:H12d:4,F);CUT;:H12c:1c,E\n;:M2;CUT;:H12c:8,F\n;:M2;CUT;:H12d:8,F\n;:M3;CUT;:H12d:8,F\n;:M4;CUT;:H12d:8,F\n;:M;CUT;:H12c:7,F\n;:M;CUT;:H12d:7,F\n;:G(Face1;K-8;:H12d:4,F);CUT;:H12c:1c,E\n;:G(Face1;K-9;:H12d:4,F);CUT;:H12c:1c,E\n;:G(Face1;K-10;:H12d:5,F);CUT;:H12c:1d,E\n;:G2(Face1;K-11;:H12d:5,F);CUT;:H12c:1e,E\n;:G3(Face1;K-12;:H12d:5,F);CUT;:H12c:1e,E\n;:G4(Face1;K-13;:H12d:5,F);CUT;:H12c:1e,E\n;:M3;CUT;:H12c:8,F\n;:M4;CUT;:H12c:8,F\n;:G(Face1;K-14;:H12d:5,F);CUT;:H12c:1d,E\n;:G2(Face1;K-15;:H12d:5,F);CUT;:H12c:1e,E\n;:G3(Face1;K-16;:H12d:5,F);CUT;:H12c:1e,E\n;:G4(Face1;K-17;:H12d:5,F);CUT;:H12c:1e,E\n;:H12c,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.1.10 0\n:1.4.6 0\n:1.1.9 0\n:2.6.20 0\n:1.a.6 0\n:2.3.17 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.5 0\n:1.3.9 0\n:1.4.5 0\n:1.c.6 0\n:2.6.21 0\n:1.b.6 0\n:2.4.18 0\n:2.5.1b 0\n:1.9.5 0\n:1.5.9 0\n:1.a.5 0\n:2.5.19 0\n:1.8.6 0\n:1.6.6 0\n:1.1.a 0\n:2.6.1f 0\n:1.b.5 0\n:1.7.9 0\n:1.c.5 0\n:1.8.5 0\n:2.5.1c 0\n:1.6.5 0\n:2.6.22 0\n\nFace\n\nChildCount 0\n\nNameCount 21\n0\n:2.1.15 0\n:2.6.15 0\n:2.1.13 0\n:2.5.15 0\n:2.3.15 0\n:2.1.11 0\n:2.6.11 0\n:2.4.15 0\n:2.5.11 0\n:2.1.14 0\n:2.3.11 0\n:2.5.1d 0\n:2.2.15 0\n:2.6.1d 0\n:2.1.12 0\n:2.4.11 0\n:2.5.1e 0\n:2.2.11 0\n:2.6.1e 0\n:2.1.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n:3.1.23 0\n:1.2.b 0\n:1.4.c 0\n:3.2.23 0\n:1.a.4 0\n:1.9.f 0\n:3.3.23 0\n:3.4.23 0\n:1.c.8 0\n:1.b.7 0\n:3.6.23 0\n:3.5.23 0\n:1.8.e 0\n:1.6.d 0\n:3.8.23 0\n:3.7.23 0\n\nEndMap\n" } }, "finalObject": "Cut05", "id": "boolean-cut-2", + "mutation": { + "category": "boolean", + "contract": { + "editorModes": [], + "finalObject": "Cut05", + "finalStageOrdinal": 2, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Cylinder05", + "targetStageOrdinal": 1, + "targetTypeId": "Part::Cylinder" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 1, + 2 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 2 + ], + "namingChangedStages": 1, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 9, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 3 + }, + "phases": { + "before": [ + { + "key": "boolean-cut-2:000:Box05", + "name": "Box05", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-2:001:Cylinder05", + "name": "Cylinder05", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-2:002:Cut05", + "name": "Cut05", + "ordinal": 2, + "relationDigest": "dc9631a354ced463b829698d19da8e0ecb86fb3459abb30570e296799af01081", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "shape": { + "area": 757.0796326794896, + "brepSha256": "e01acd469c7886ba31d87214a4f4d83cee67216bbac5ee757383696c449aec20", + "edges": 32, + "faces": 20, + "geometryDigest": "aa541651e24633731b267736112959a0eb300f95582b2345a664856b5f4e325d", + "solids": 4, + "valid": true, + "vertices": 16, + "volume": 214.60183660255157 + }, + "typeId": "Part::Cut" + } + ], + "edited": [ + { + "key": "boolean-cut-2:000:Box05", + "name": "Box05", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-2:001:Cylinder05", + "name": "Cylinder05", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 673.8716241950106, + "brepSha256": "1c9cb597a36ccc17a0e30f8429c53b6ba0109fe287a927767b73d50345ffa0f6", + "edges": 3, + "faces": 3, + "geometryDigest": "ddc94bdbee1c73168ea6b411e18423ec8a733951a68332bda67f0caa7f830a41", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1330.4644887952775 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-2:002:Cut05", + "name": "Cut05", + "ordinal": 2, + "relationDigest": "b20d4c7ac4770af7fb946cfa880f6baefaff90196602935f4108f08b4451284d", + "semanticNameDigest": "d4d3abcef6af31656362dc16fd1ad58e292a7cd1ef318acf0edbefd42de527fb", + "shape": { + "area": 395.47376075736236, + "brepSha256": "181c81367c1c0fe3621e1a1b284d2fee53c563bb0fc213d1ac4366aaf31c4999", + "edges": 36, + "faces": 20, + "geometryDigest": "1c059ae66391478cc4ece14da6bbc0b9187b2996e7694d9f1bbf6982fbea9d27", + "solids": 4, + "valid": true, + "vertices": 24, + "volume": 111.34724883672725 + }, + "typeId": "Part::Cut" + } + ], + "restored": [ + { + "key": "boolean-cut-2:000:Box05", + "name": "Box05", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-2:001:Cylinder05", + "name": "Cylinder05", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-2:002:Cut05", + "name": "Cut05", + "ordinal": 2, + "relationDigest": "dc9631a354ced463b829698d19da8e0ecb86fb3459abb30570e296799af01081", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "shape": { + "area": 757.0796326794896, + "brepSha256": "e01acd469c7886ba31d87214a4f4d83cee67216bbac5ee757383696c449aec20", + "edges": 32, + "faces": 20, + "geometryDigest": "aa541651e24633731b267736112959a0eb300f95582b2345a664856b5f4e325d", + "solids": 4, + "valid": true, + "vertices": 16, + "volume": 214.60183660255157 + }, + "typeId": "Part::Cut" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 5, + "edited": 5.5, + "restored": 5 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -13797,6 +18673,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box05", + "linkedObjects": [], "name": "Box05", "names": [ { @@ -14727,11 +19604,201 @@ "stageId": "Box05", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -14741,6 +19808,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder05", + "linkedObjects": [], "name": "Cylinder05", "names": [ { @@ -15041,11 +20109,75 @@ "stageId": "Cylinder05", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", "edges": 3, "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", "solids": 1, "valid": true, + "vertices": 2, "volume": 1099.5574287564275 }, "typeId": "Part::Cylinder" @@ -15057,13 +20189,17 @@ "elementMapSize": 68, "elementMapVersion": "15.70200.5", "label": "Cut05", + "linkedObjects": [ + "Box05", + "Cylinder05" + ], "name": "Cut05", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:Hc26:7,F", + "mappedName": "Face1;:M;CUT;:H12c:7,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15076,7 +20212,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:Hc26:7,F", + "mappedName": "Face1;:M;CUT;:H12c:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -15084,7 +20220,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CUT;:Hc26:7,F", + "mappedName": "Face6;:M;CUT;:H12c:7,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15097,7 +20233,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;CUT;:Hc26:7,F", + "mappedName": "Face6;:M;CUT;:H12c:7,F", "mappedStringIds": [], "name": "Face2" }, @@ -15105,7 +20241,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M3;CUT;:Hc27:8,F", + "mappedName": "Face1;:M3;CUT;:H12d:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15118,7 +20254,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face1;:M3;CUT;:Hc27:8,F", + "mappedName": "Face1;:M3;CUT;:H12d:8,F", "mappedStringIds": [], "name": "Face3" }, @@ -15126,7 +20262,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CUT;:Hc26:7,F", + "mappedName": "Face5;:M;CUT;:H12c:7,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15139,7 +20275,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face5;:M;CUT;:Hc26:7,F", + "mappedName": "Face5;:M;CUT;:H12c:7,F", "mappedStringIds": [], "name": "Face4" }, @@ -15147,7 +20283,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;CUT;:Hc26:7,F", + "mappedName": "Face3;:M;CUT;:H12c:7,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15160,7 +20296,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face3;:M;CUT;:Hc26:7,F", + "mappedName": "Face3;:M;CUT;:H12c:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -15168,7 +20304,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;CUT;:Hc26:8,F", + "mappedName": "Face1;:M2;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15181,7 +20317,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face1;:M2;CUT;:Hc26:8,F", + "mappedName": "Face1;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face6" }, @@ -15189,7 +20325,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M2;CUT;:Hc26:8,F", + "mappedName": "Face6;:M2;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15202,7 +20338,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face6;:M2;CUT;:Hc26:8,F", + "mappedName": "Face6;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face7" }, @@ -15210,7 +20346,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:M;CUT;:Hc26:7,F", + "mappedName": "Face4;:M;CUT;:H12c:7,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15223,7 +20359,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face4;:M;CUT;:Hc26:7,F", + "mappedName": "Face4;:M;CUT;:H12c:7,F", "mappedStringIds": [], "name": "Face8" }, @@ -15231,7 +20367,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M2;CUT;:Hc26:8,F", + "mappedName": "Face5;:M2;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15244,7 +20380,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face5;:M2;CUT;:Hc26:8,F", + "mappedName": "Face5;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face9" }, @@ -15252,7 +20388,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M4;CUT;:Hc27:8,F", + "mappedName": "Face1;:M4;CUT;:H12d:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15265,7 +20401,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face1;:M4;CUT;:Hc27:8,F", + "mappedName": "Face1;:M4;CUT;:H12d:8,F", "mappedStringIds": [], "name": "Face10" }, @@ -15273,7 +20409,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:M2;CUT;:Hc26:8,F", + "mappedName": "Face3;:M2;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15286,7 +20422,7 @@ ], "indexedName": "Face11", "indexedStringIds": [], - "mappedName": "Face3;:M2;CUT;:Hc26:8,F", + "mappedName": "Face3;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face11" }, @@ -15294,7 +20430,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M3;CUT;:Hc26:8,F", + "mappedName": "Face5;:M3;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15307,7 +20443,7 @@ ], "indexedName": "Face12", "indexedStringIds": [], - "mappedName": "Face5;:M3;CUT;:Hc26:8,F", + "mappedName": "Face5;:M3;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face12" }, @@ -15315,7 +20451,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:M;CUT;:Hc26:7,F", + "mappedName": "Face2;:M;CUT;:H12c:7,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15328,7 +20464,7 @@ ], "indexedName": "Face13", "indexedStringIds": [], - "mappedName": "Face2;:M;CUT;:Hc26:7,F", + "mappedName": "Face2;:M;CUT;:H12c:7,F", "mappedStringIds": [], "name": "Face13" }, @@ -15336,7 +20472,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M3;CUT;:Hc26:8,F", + "mappedName": "Face6;:M3;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15349,7 +20485,7 @@ ], "indexedName": "Face14", "indexedStringIds": [], - "mappedName": "Face6;:M3;CUT;:Hc26:8,F", + "mappedName": "Face6;:M3;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face14" }, @@ -15357,7 +20493,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;CUT;:Hc27:8,F", + "mappedName": "Face1;:M2;CUT;:H12d:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15370,7 +20506,7 @@ ], "indexedName": "Face15", "indexedStringIds": [], - "mappedName": "Face1;:M2;CUT;:Hc27:8,F", + "mappedName": "Face1;:M2;CUT;:H12d:8,F", "mappedStringIds": [], "name": "Face15" }, @@ -15378,7 +20514,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:M2;CUT;:Hc26:8,F", + "mappedName": "Face4;:M2;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15391,7 +20527,7 @@ ], "indexedName": "Face16", "indexedStringIds": [], - "mappedName": "Face4;:M2;CUT;:Hc26:8,F", + "mappedName": "Face4;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face16" }, @@ -15399,7 +20535,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M4;CUT;:Hc26:8,F", + "mappedName": "Face5;:M4;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15412,7 +20548,7 @@ ], "indexedName": "Face17", "indexedStringIds": [], - "mappedName": "Face5;:M4;CUT;:Hc26:8,F", + "mappedName": "Face5;:M4;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face17" }, @@ -15420,7 +20556,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:M2;CUT;:Hc26:8,F", + "mappedName": "Face2;:M2;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15433,7 +20569,7 @@ ], "indexedName": "Face18", "indexedStringIds": [], - "mappedName": "Face2;:M2;CUT;:Hc26:8,F", + "mappedName": "Face2;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face18" }, @@ -15441,7 +20577,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M4;CUT;:Hc26:8,F", + "mappedName": "Face6;:M4;CUT;:H12c:8,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15454,7 +20590,7 @@ ], "indexedName": "Face19", "indexedStringIds": [], - "mappedName": "Face6;:M4;CUT;:Hc26:8,F", + "mappedName": "Face6;:M4;CUT;:H12c:8,F", "mappedStringIds": [], "name": "Face19" }, @@ -15462,7 +20598,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:Hc27:7,F", + "mappedName": "Face1;:M;CUT;:H12d:7,F", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15475,7 +20611,7 @@ ], "indexedName": "Face20", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:Hc27:7,F", + "mappedName": "Face1;:M;CUT;:H12d:7,F", "mappedStringIds": [], "name": "Face20" }, @@ -15483,7 +20619,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;CUT;:Hc26:7,E", + "mappedName": "Edge2;:M;CUT;:H12c:7,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15496,7 +20632,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;CUT;:Hc26:7,E", + "mappedName": "Edge2;:M;CUT;:H12c:7,E", "mappedStringIds": [], "name": "Edge1" }, @@ -15504,20 +20640,20 @@ "history": [ { "children": [], - "mappedName": "Face1;:G(Face1;K-7;:Hc27:4,F);CUT;:Hc26:1c,E", + "mappedName": "Face1;:G(Face1;K-7;:H12d:4,F);CUT;:H12c:1c,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:G(Face1;K-7;:Hc27:4,F)", + "mappedName": "Face1;:G(Face1;K-7;:H12d:4,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Face1;:G(Face1;K-7;:Hc27:4,F);CUT;:Hc26:1c,E", + "mappedName": "Face1;:G(Face1;K-7;:H12d:4,F);CUT;:H12c:1c,E", "mappedStringIds": [], "name": "Edge2" }, @@ -15525,7 +20661,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;CUT;:Hc26:7,E", + "mappedName": "Edge4;:M;CUT;:H12c:7,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15538,7 +20674,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge4;:M;CUT;:Hc26:7,E", + "mappedName": "Edge4;:M;CUT;:H12c:7,E", "mappedStringIds": [], "name": "Edge3" }, @@ -15546,7 +20682,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:Hc26,E", + "mappedName": "Edge1;:H12c,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15559,7 +20695,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge1;:Hc26,E", + "mappedName": "Edge1;:H12c,E", "mappedStringIds": [], "name": "Edge4" }, @@ -15567,20 +20703,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H12d:5,F);CUT;:H12c:1e,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hc27:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:H12d:5,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "name": "Edge5" }, @@ -15588,7 +20724,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;CUT;:Hc26:7,E", + "mappedName": "Edge10;:M;CUT;:H12c:7,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15601,7 +20737,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge10;:M;CUT;:Hc26:7,E", + "mappedName": "Edge10;:M;CUT;:H12c:7,E", "mappedStringIds": [], "name": "Edge6" }, @@ -15609,20 +20745,20 @@ "history": [ { "children": [], - "mappedName": "Face3;:G(Face1;K-8;:Hc27:4,F);CUT;:Hc26:1c,E", + "mappedName": "Face3;:G(Face1;K-8;:H12d:4,F);CUT;:H12c:1c,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:G(Face1;K-8;:Hc27:4,F)", + "mappedName": "Face3;:G(Face1;K-8;:H12d:4,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Face3;:G(Face1;K-8;:Hc27:4,F);CUT;:Hc26:1c,E", + "mappedName": "Face3;:G(Face1;K-8;:H12d:4,F);CUT;:H12c:1c,E", "mappedStringIds": [], "name": "Edge7" }, @@ -15630,20 +20766,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H12d:5,F);CUT;:H12c:1e,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hc27:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:H12d:5,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "name": "Edge8" }, @@ -15651,7 +20787,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;CUT;:Hc26:7,E", + "mappedName": "Edge9;:M;CUT;:H12c:7,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15664,7 +20800,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge9;:M;CUT;:Hc26:7,E", + "mappedName": "Edge9;:M;CUT;:H12c:7,E", "mappedStringIds": [], "name": "Edge9" }, @@ -15672,7 +20808,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge2;:M2;CUT;:H12c:8,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15685,7 +20821,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge2;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge2;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "name": "Edge10" }, @@ -15693,7 +20829,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Hc26,E", + "mappedName": "Edge3;:H12c,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15706,7 +20842,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge3;:Hc26,E", + "mappedName": "Edge3;:H12c,E", "mappedStringIds": [], "name": "Edge11" }, @@ -15714,7 +20850,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge4;:M2;CUT;:H12c:8,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15727,7 +20863,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge4;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge4;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "name": "Edge12" }, @@ -15735,7 +20871,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M;CUT;:Hc26:7,E", + "mappedName": "Edge12;:M;CUT;:H12c:7,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15748,7 +20884,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge12;:M;CUT;:Hc26:7,E", + "mappedName": "Edge12;:M;CUT;:H12c:7,E", "mappedStringIds": [], "name": "Edge13" }, @@ -15756,20 +20892,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H12d:5,F);CUT;:H12c:1e,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hc27:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:H12d:5,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "name": "Edge14" }, @@ -15777,7 +20913,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M;CUT;:Hc26:7,E", + "mappedName": "Edge11;:M;CUT;:H12c:7,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15790,7 +20926,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge11;:M;CUT;:Hc26:7,E", + "mappedName": "Edge11;:M;CUT;:H12c:7,E", "mappedStringIds": [], "name": "Edge15" }, @@ -15798,20 +20934,20 @@ "history": [ { "children": [], - "mappedName": "Face4;:G(Face1;K-9;:Hc27:4,F);CUT;:Hc26:1c,E", + "mappedName": "Face4;:G(Face1;K-9;:H12d:4,F);CUT;:H12c:1c,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:G(Face1;K-9;:Hc27:4,F)", + "mappedName": "Face4;:G(Face1;K-9;:H12d:4,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Face4;:G(Face1;K-9;:Hc27:4,F);CUT;:Hc26:1c,E", + "mappedName": "Face4;:G(Face1;K-9;:H12d:4,F);CUT;:H12c:1c,E", "mappedStringIds": [], "name": "Edge16" }, @@ -15819,20 +20955,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H12d:5,F);CUT;:H12c:1e,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hc27:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:H12d:5,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "name": "Edge17" }, @@ -15840,7 +20976,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge9;:M2;CUT;:H12c:8,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15853,7 +20989,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge9;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge9;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "name": "Edge18" }, @@ -15861,7 +20997,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:Hc26,E", + "mappedName": "Edge5;:H12c,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15874,7 +21010,7 @@ ], "indexedName": "Edge19", "indexedStringIds": [], - "mappedName": "Edge5;:Hc26,E", + "mappedName": "Edge5;:H12c,E", "mappedStringIds": [], "name": "Edge19" }, @@ -15882,7 +21018,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge10;:M2;CUT;:H12c:8,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15895,7 +21031,7 @@ ], "indexedName": "Edge20", "indexedStringIds": [], - "mappedName": "Edge10;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge10;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "name": "Edge20" }, @@ -15903,20 +21039,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:Hc27:5,F);CUT;:Hc26:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H12d:5,F);CUT;:H12c:1d,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:Hc27:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:H12d:5,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge21", "indexedStringIds": [], - "mappedName": "Face5;:G(Face1;K-10;:Hc27:5,F);CUT;:Hc26:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H12d:5,F);CUT;:H12c:1d,E", "mappedStringIds": [], "name": "Edge21" }, @@ -15924,7 +21060,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M;CUT;:Hc26:7,E", + "mappedName": "Edge8;:M;CUT;:H12c:7,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15937,7 +21073,7 @@ ], "indexedName": "Edge22", "indexedStringIds": [], - "mappedName": "Edge8;:M;CUT;:Hc26:7,E", + "mappedName": "Edge8;:M;CUT;:H12c:7,E", "mappedStringIds": [], "name": "Edge22" }, @@ -15945,7 +21081,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M;CUT;:Hc26:7,E", + "mappedName": "Edge6;:M;CUT;:H12c:7,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15958,7 +21094,7 @@ ], "indexedName": "Edge23", "indexedStringIds": [], - "mappedName": "Edge6;:M;CUT;:Hc26:7,E", + "mappedName": "Edge6;:M;CUT;:H12c:7,E", "mappedStringIds": [], "name": "Edge23" }, @@ -15966,7 +21102,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CUT;:Hc27:7,E", + "mappedName": "Edge1;:M;CUT;:H12d:7,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -15979,7 +21115,7 @@ ], "indexedName": "Edge24", "indexedStringIds": [], - "mappedName": "Edge1;:M;CUT;:Hc27:7,E", + "mappedName": "Edge1;:M;CUT;:H12d:7,E", "mappedStringIds": [], "name": "Edge24" }, @@ -15987,20 +21123,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:Hc27:5,F);CUT;:Hc26:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H12d:5,F);CUT;:H12c:1d,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:Hc27:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:H12d:5,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge25", "indexedStringIds": [], - "mappedName": "Face6;:G(Face1;K-14;:Hc27:5,F);CUT;:Hc26:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H12d:5,F);CUT;:H12c:1d,E", "mappedStringIds": [], "name": "Edge25" }, @@ -16008,7 +21144,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge11;:M2;CUT;:H12c:8,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16021,7 +21157,7 @@ ], "indexedName": "Edge26", "indexedStringIds": [], - "mappedName": "Edge11;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge11;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "name": "Edge26" }, @@ -16029,7 +21165,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:Hc26,E", + "mappedName": "Edge7;:H12c,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16042,7 +21178,7 @@ ], "indexedName": "Edge27", "indexedStringIds": [], - "mappedName": "Edge7;:Hc26,E", + "mappedName": "Edge7;:H12c,E", "mappedStringIds": [], "name": "Edge27" }, @@ -16050,7 +21186,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge12;:M2;CUT;:H12c:8,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16063,7 +21199,7 @@ ], "indexedName": "Edge28", "indexedStringIds": [], - "mappedName": "Edge12;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge12;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "name": "Edge28" }, @@ -16071,7 +21207,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge8;:M2;CUT;:H12c:8,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16084,7 +21220,7 @@ ], "indexedName": "Edge29", "indexedStringIds": [], - "mappedName": "Edge8;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge8;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "name": "Edge29" }, @@ -16092,20 +21228,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H12d:5,F);CUT;:H12c:1e,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hc27:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:H12d:5,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge30", "indexedStringIds": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "name": "Edge30" }, @@ -16113,7 +21249,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge6;:M2;CUT;:H12c:8,E", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16126,7 +21262,7 @@ ], "indexedName": "Edge31", "indexedStringIds": [], - "mappedName": "Edge6;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge6;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "name": "Edge31" }, @@ -16134,20 +21270,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H12d:5,F);CUT;:H12c:1e,E", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hc27:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:H12d:5,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Edge32", "indexedStringIds": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "name": "Edge32" }, @@ -16155,7 +21291,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Hc26,V", + "mappedName": "Vertex1;:H12c,V", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16168,7 +21304,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:Hc26,V", + "mappedName": "Vertex1;:H12c,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -16176,20 +21312,20 @@ "history": [ { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H12d:4,F);CUT;:H12c:1c,V", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hc27:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H12d:4,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -16197,20 +21333,20 @@ "history": [ { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H12d:4,F);CUT;:H12c:1c,V", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hc27:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H12d:4,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -16218,7 +21354,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Hc26,V", + "mappedName": "Vertex2;:H12c,V", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16231,7 +21367,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex2;:Hc26,V", + "mappedName": "Vertex2;:H12c,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -16239,20 +21375,20 @@ "history": [ { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H12d:4,F);CUT;:H12c:1c,V", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hc27:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H12d:4,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -16260,20 +21396,20 @@ "history": [ { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H12d:4,F);CUT;:H12c:1c,V", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hc27:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H12d:4,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -16281,7 +21417,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:Hc26,V", + "mappedName": "Vertex3;:H12c,V", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16294,7 +21430,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex3;:Hc26,V", + "mappedName": "Vertex3;:H12c,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -16302,7 +21438,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:Hc26,V", + "mappedName": "Vertex4;:H12c,V", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16315,7 +21451,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Vertex4;:Hc26,V", + "mappedName": "Vertex4;:H12c,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -16323,20 +21459,20 @@ "history": [ { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H12d:4,F);CUT;:H12c:1c,V", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hc27:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H12d:4,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -16344,20 +21480,20 @@ "history": [ { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H12d:4,F);CUT;:H12c:1c,V", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hc27:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H12d:4,F)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -16365,7 +21501,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:Hc26,V", + "mappedName": "Vertex6;:H12c,V", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16378,7 +21514,7 @@ ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Vertex6;:Hc26,V", + "mappedName": "Vertex6;:H12c,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -16386,7 +21522,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:Hc26,V", + "mappedName": "Vertex5;:H12c,V", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16399,7 +21535,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex5;:Hc26,V", + "mappedName": "Vertex5;:H12c,V", "mappedStringIds": [], "name": "Vertex12" }, @@ -16407,20 +21543,20 @@ "history": [ { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hc27:4,E);CUT;:Hc26:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H12d:4,E);CUT;:H12c:1c,V", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hc27:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:H12d:4,E)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Vertex13", "indexedStringIds": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hc27:4,E);CUT;:Hc26:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H12d:4,E);CUT;:H12c:1c,V", "mappedStringIds": [], "name": "Vertex13" }, @@ -16428,20 +21564,20 @@ "history": [ { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hc27:4,E);CUT;:Hc26:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H12d:4,E);CUT;:H12c:1c,V", "object": "Cut05", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hc27:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:H12d:4,E)", "object": "Box05", "typeId": "Part::Box" } ], "indexedName": "Vertex14", "indexedStringIds": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hc27:4,E);CUT;:Hc26:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H12d:4,E);CUT;:H12c:1c,V", "mappedStringIds": [], "name": "Vertex14" }, @@ -16449,7 +21585,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:Hc26,V", + "mappedName": "Vertex8;:H12c,V", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16462,7 +21598,7 @@ ], "indexedName": "Vertex15", "indexedStringIds": [], - "mappedName": "Vertex8;:Hc26,V", + "mappedName": "Vertex8;:H12c,V", "mappedStringIds": [], "name": "Vertex15" }, @@ -16470,7 +21606,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:Hc26,V", + "mappedName": "Vertex7;:H12c,V", "object": "Cut05", "typeId": "Part::Cut" }, @@ -16483,7 +21619,7 @@ ], "indexedName": "Vertex16", "indexedStringIds": [], - "mappedName": "Vertex7;:Hc26,V", + "mappedName": "Vertex7;:H12c,V", "mappedStringIds": [], "name": "Vertex16" } @@ -16499,7 +21635,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:Hc26:7,F", + "mappedName": "Face1;:M;CUT;:H12c:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16507,7 +21643,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;CUT;:Hc26:7,F", + "name": "Face1;:M;CUT;:H12c:7,F", "stringIds": [] }, "relation": "modified", @@ -16526,7 +21662,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CUT;:Hc26:7,F", + "mappedName": "Face6;:M;CUT;:H12c:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16534,7 +21670,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;CUT;:Hc26:7,F", + "name": "Face6;:M;CUT;:H12c:7,F", "stringIds": [] }, "relation": "modified", @@ -16553,7 +21689,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M3;CUT;:Hc27:8,F", + "mappedName": "Face1;:M3;CUT;:H12d:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16561,7 +21697,7 @@ "index": 3, "type": "Face" }, - "name": "Face1;:M3;CUT;:Hc27:8,F", + "name": "Face1;:M3;CUT;:H12d:8,F", "stringIds": [] }, "relation": "modified", @@ -16580,7 +21716,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CUT;:Hc26:7,F", + "mappedName": "Face5;:M;CUT;:H12c:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16588,7 +21724,7 @@ "index": 4, "type": "Face" }, - "name": "Face5;:M;CUT;:Hc26:7,F", + "name": "Face5;:M;CUT;:H12c:7,F", "stringIds": [] }, "relation": "modified", @@ -16607,7 +21743,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;CUT;:Hc26:7,F", + "mappedName": "Face3;:M;CUT;:H12c:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16615,7 +21751,7 @@ "index": 5, "type": "Face" }, - "name": "Face3;:M;CUT;:Hc26:7,F", + "name": "Face3;:M;CUT;:H12c:7,F", "stringIds": [] }, "relation": "modified", @@ -16634,7 +21770,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;CUT;:Hc26:8,F", + "mappedName": "Face1;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16642,7 +21778,7 @@ "index": 6, "type": "Face" }, - "name": "Face1;:M2;CUT;:Hc26:8,F", + "name": "Face1;:M2;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -16661,7 +21797,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M2;CUT;:Hc26:8,F", + "mappedName": "Face6;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16669,7 +21805,7 @@ "index": 7, "type": "Face" }, - "name": "Face6;:M2;CUT;:Hc26:8,F", + "name": "Face6;:M2;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -16688,7 +21824,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:M;CUT;:Hc26:7,F", + "mappedName": "Face4;:M;CUT;:H12c:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16696,7 +21832,7 @@ "index": 8, "type": "Face" }, - "name": "Face4;:M;CUT;:Hc26:7,F", + "name": "Face4;:M;CUT;:H12c:7,F", "stringIds": [] }, "relation": "modified", @@ -16715,7 +21851,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M2;CUT;:Hc26:8,F", + "mappedName": "Face5;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16723,7 +21859,7 @@ "index": 9, "type": "Face" }, - "name": "Face5;:M2;CUT;:Hc26:8,F", + "name": "Face5;:M2;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -16742,7 +21878,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M4;CUT;:Hc27:8,F", + "mappedName": "Face1;:M4;CUT;:H12d:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16750,7 +21886,7 @@ "index": 10, "type": "Face" }, - "name": "Face1;:M4;CUT;:Hc27:8,F", + "name": "Face1;:M4;CUT;:H12d:8,F", "stringIds": [] }, "relation": "modified", @@ -16769,7 +21905,7 @@ "indexedName": "Face11", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M2;CUT;:Hc26:8,F", + "mappedName": "Face3;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16777,7 +21913,7 @@ "index": 11, "type": "Face" }, - "name": "Face3;:M2;CUT;:Hc26:8,F", + "name": "Face3;:M2;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -16796,7 +21932,7 @@ "indexedName": "Face12", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M3;CUT;:Hc26:8,F", + "mappedName": "Face5;:M3;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16804,7 +21940,7 @@ "index": 12, "type": "Face" }, - "name": "Face5;:M3;CUT;:Hc26:8,F", + "name": "Face5;:M3;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -16823,7 +21959,7 @@ "indexedName": "Face13", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:M;CUT;:Hc26:7,F", + "mappedName": "Face2;:M;CUT;:H12c:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16831,7 +21967,7 @@ "index": 13, "type": "Face" }, - "name": "Face2;:M;CUT;:Hc26:7,F", + "name": "Face2;:M;CUT;:H12c:7,F", "stringIds": [] }, "relation": "modified", @@ -16850,7 +21986,7 @@ "indexedName": "Face14", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M3;CUT;:Hc26:8,F", + "mappedName": "Face6;:M3;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16858,7 +21994,7 @@ "index": 14, "type": "Face" }, - "name": "Face6;:M3;CUT;:Hc26:8,F", + "name": "Face6;:M3;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -16877,7 +22013,7 @@ "indexedName": "Face15", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;CUT;:Hc27:8,F", + "mappedName": "Face1;:M2;CUT;:H12d:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16885,7 +22021,7 @@ "index": 15, "type": "Face" }, - "name": "Face1;:M2;CUT;:Hc27:8,F", + "name": "Face1;:M2;CUT;:H12d:8,F", "stringIds": [] }, "relation": "modified", @@ -16904,7 +22040,7 @@ "indexedName": "Face16", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:M2;CUT;:Hc26:8,F", + "mappedName": "Face4;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16912,7 +22048,7 @@ "index": 16, "type": "Face" }, - "name": "Face4;:M2;CUT;:Hc26:8,F", + "name": "Face4;:M2;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -16931,7 +22067,7 @@ "indexedName": "Face17", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M4;CUT;:Hc26:8,F", + "mappedName": "Face5;:M4;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16939,7 +22075,7 @@ "index": 17, "type": "Face" }, - "name": "Face5;:M4;CUT;:Hc26:8,F", + "name": "Face5;:M4;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -16958,7 +22094,7 @@ "indexedName": "Face18", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:M2;CUT;:Hc26:8,F", + "mappedName": "Face2;:M2;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16966,7 +22102,7 @@ "index": 18, "type": "Face" }, - "name": "Face2;:M2;CUT;:Hc26:8,F", + "name": "Face2;:M2;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -16985,7 +22121,7 @@ "indexedName": "Face19", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M4;CUT;:Hc26:8,F", + "mappedName": "Face6;:M4;CUT;:H12c:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -16993,7 +22129,7 @@ "index": 19, "type": "Face" }, - "name": "Face6;:M4;CUT;:Hc26:8,F", + "name": "Face6;:M4;CUT;:H12c:8,F", "stringIds": [] }, "relation": "modified", @@ -17012,7 +22148,7 @@ "indexedName": "Face20", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:Hc27:7,F", + "mappedName": "Face1;:M;CUT;:H12d:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17020,7 +22156,7 @@ "index": 20, "type": "Face" }, - "name": "Face1;:M;CUT;:Hc27:7,F", + "name": "Face1;:M;CUT;:H12d:7,F", "stringIds": [] }, "relation": "modified", @@ -17039,7 +22175,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;CUT;:Hc26:7,E", + "mappedName": "Edge2;:M;CUT;:H12c:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17047,7 +22183,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;CUT;:Hc26:7,E", + "name": "Edge2;:M;CUT;:H12c:7,E", "stringIds": [] }, "relation": "modified", @@ -17066,7 +22202,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:G(Face1;K-7;:Hc27:4,F);CUT;:Hc26:1c,E", + "mappedName": "Face1;:G(Face1;K-7;:H12d:4,F);CUT;:H12c:1c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17074,7 +22210,7 @@ "index": 2, "type": "Edge" }, - "name": "Face1;:G(Face1;K-7;:Hc27:4,F);CUT;:Hc26:1c,E", + "name": "Face1;:G(Face1;K-7;:H12d:4,F);CUT;:H12c:1c,E", "stringIds": [] }, "relation": "generated", @@ -17082,9 +22218,9 @@ "resultPersistentId": "Cut05:edge:1", "sourceRefs": [ { - "mappedName": "Face1;:G(Face1;K-7;:Hc27:4,F)", + "mappedName": "Face1;:G(Face1;K-7;:H12d:4,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face1;:G(Face1;K-7;:Hc27:4,F)", + "persistentId": "Box05:mapped:Face1;:G(Face1;K-7;:H12d:4,F)", "stageId": "Box05" } ] @@ -17093,7 +22229,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;CUT;:Hc26:7,E", + "mappedName": "Edge4;:M;CUT;:H12c:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17101,7 +22237,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge4;:M;CUT;:Hc26:7,E", + "name": "Edge4;:M;CUT;:H12c:7,E", "stringIds": [] }, "relation": "modified", @@ -17120,7 +22256,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:Hc26,E", + "mappedName": "Edge1;:H12c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17128,7 +22264,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge1;:Hc26,E", + "name": "Edge1;:H12c,E", "stringIds": [] }, "relation": "preserved", @@ -17147,7 +22283,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-15;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17155,7 +22291,7 @@ "index": 5, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-15;:Hc27:5,F);CUT;:Hc26:1e,E", + "name": "Face6;:G2(Face1;K-15;:H12d:5,F);CUT;:H12c:1e,E", "stringIds": [] }, "relation": "generated", @@ -17163,9 +22299,9 @@ "resultPersistentId": "Cut05:edge:4", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-15;:Hc27:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:H12d:5,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face6;:G2(Face1;K-15;:Hc27:5,F)", + "persistentId": "Box05:mapped:Face6;:G2(Face1;K-15;:H12d:5,F)", "stageId": "Box05" } ] @@ -17174,7 +22310,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;CUT;:Hc26:7,E", + "mappedName": "Edge10;:M;CUT;:H12c:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17182,7 +22318,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge10;:M;CUT;:Hc26:7,E", + "name": "Edge10;:M;CUT;:H12c:7,E", "stringIds": [] }, "relation": "modified", @@ -17201,7 +22337,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face3;:G(Face1;K-8;:Hc27:4,F);CUT;:Hc26:1c,E", + "mappedName": "Face3;:G(Face1;K-8;:H12d:4,F);CUT;:H12c:1c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17209,7 +22345,7 @@ "index": 7, "type": "Edge" }, - "name": "Face3;:G(Face1;K-8;:Hc27:4,F);CUT;:Hc26:1c,E", + "name": "Face3;:G(Face1;K-8;:H12d:4,F);CUT;:H12c:1c,E", "stringIds": [] }, "relation": "generated", @@ -17217,9 +22353,9 @@ "resultPersistentId": "Cut05:edge:6", "sourceRefs": [ { - "mappedName": "Face3;:G(Face1;K-8;:Hc27:4,F)", + "mappedName": "Face3;:G(Face1;K-8;:H12d:4,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face3;:G(Face1;K-8;:Hc27:4,F)", + "persistentId": "Box05:mapped:Face3;:G(Face1;K-8;:H12d:4,F)", "stageId": "Box05" } ] @@ -17228,7 +22364,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-11;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17236,7 +22372,7 @@ "index": 8, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-11;:Hc27:5,F);CUT;:Hc26:1e,E", + "name": "Face5;:G2(Face1;K-11;:H12d:5,F);CUT;:H12c:1e,E", "stringIds": [] }, "relation": "generated", @@ -17244,9 +22380,9 @@ "resultPersistentId": "Cut05:edge:7", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-11;:Hc27:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:H12d:5,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face5;:G2(Face1;K-11;:Hc27:5,F)", + "persistentId": "Box05:mapped:Face5;:G2(Face1;K-11;:H12d:5,F)", "stageId": "Box05" } ] @@ -17255,7 +22391,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;CUT;:Hc26:7,E", + "mappedName": "Edge9;:M;CUT;:H12c:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17263,7 +22399,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge9;:M;CUT;:Hc26:7,E", + "name": "Edge9;:M;CUT;:H12c:7,E", "stringIds": [] }, "relation": "modified", @@ -17282,7 +22418,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge2;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17290,7 +22426,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge2;:M2;CUT;:Hc26:8,E", + "name": "Edge2;:M2;CUT;:H12c:8,E", "stringIds": [] }, "relation": "modified", @@ -17309,7 +22445,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Hc26,E", + "mappedName": "Edge3;:H12c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17317,7 +22453,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge3;:Hc26,E", + "name": "Edge3;:H12c,E", "stringIds": [] }, "relation": "preserved", @@ -17336,7 +22472,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge4;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17344,7 +22480,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge4;:M2;CUT;:Hc26:8,E", + "name": "Edge4;:M2;CUT;:H12c:8,E", "stringIds": [] }, "relation": "modified", @@ -17363,7 +22499,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M;CUT;:Hc26:7,E", + "mappedName": "Edge12;:M;CUT;:H12c:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17371,7 +22507,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge12;:M;CUT;:Hc26:7,E", + "name": "Edge12;:M;CUT;:H12c:7,E", "stringIds": [] }, "relation": "modified", @@ -17390,7 +22526,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G3(Face1;K-16;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17398,7 +22534,7 @@ "index": 14, "type": "Edge" }, - "name": "Face6;:G3(Face1;K-16;:Hc27:5,F);CUT;:Hc26:1e,E", + "name": "Face6;:G3(Face1;K-16;:H12d:5,F);CUT;:H12c:1e,E", "stringIds": [] }, "relation": "generated", @@ -17406,9 +22542,9 @@ "resultPersistentId": "Cut05:edge:13", "sourceRefs": [ { - "mappedName": "Face6;:G3(Face1;K-16;:Hc27:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:H12d:5,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face6;:G3(Face1;K-16;:Hc27:5,F)", + "persistentId": "Box05:mapped:Face6;:G3(Face1;K-16;:H12d:5,F)", "stageId": "Box05" } ] @@ -17417,7 +22553,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M;CUT;:Hc26:7,E", + "mappedName": "Edge11;:M;CUT;:H12c:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17425,7 +22561,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge11;:M;CUT;:Hc26:7,E", + "name": "Edge11;:M;CUT;:H12c:7,E", "stringIds": [] }, "relation": "modified", @@ -17444,7 +22580,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face4;:G(Face1;K-9;:Hc27:4,F);CUT;:Hc26:1c,E", + "mappedName": "Face4;:G(Face1;K-9;:H12d:4,F);CUT;:H12c:1c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17452,7 +22588,7 @@ "index": 16, "type": "Edge" }, - "name": "Face4;:G(Face1;K-9;:Hc27:4,F);CUT;:Hc26:1c,E", + "name": "Face4;:G(Face1;K-9;:H12d:4,F);CUT;:H12c:1c,E", "stringIds": [] }, "relation": "generated", @@ -17460,9 +22596,9 @@ "resultPersistentId": "Cut05:edge:15", "sourceRefs": [ { - "mappedName": "Face4;:G(Face1;K-9;:Hc27:4,F)", + "mappedName": "Face4;:G(Face1;K-9;:H12d:4,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face4;:G(Face1;K-9;:Hc27:4,F)", + "persistentId": "Box05:mapped:Face4;:G(Face1;K-9;:H12d:4,F)", "stageId": "Box05" } ] @@ -17471,7 +22607,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G3(Face1;K-12;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17479,7 +22615,7 @@ "index": 17, "type": "Edge" }, - "name": "Face5;:G3(Face1;K-12;:Hc27:5,F);CUT;:Hc26:1e,E", + "name": "Face5;:G3(Face1;K-12;:H12d:5,F);CUT;:H12c:1e,E", "stringIds": [] }, "relation": "generated", @@ -17487,9 +22623,9 @@ "resultPersistentId": "Cut05:edge:16", "sourceRefs": [ { - "mappedName": "Face5;:G3(Face1;K-12;:Hc27:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:H12d:5,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face5;:G3(Face1;K-12;:Hc27:5,F)", + "persistentId": "Box05:mapped:Face5;:G3(Face1;K-12;:H12d:5,F)", "stageId": "Box05" } ] @@ -17498,7 +22634,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge9;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17506,7 +22642,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge9;:M2;CUT;:Hc26:8,E", + "name": "Edge9;:M2;CUT;:H12c:8,E", "stringIds": [] }, "relation": "modified", @@ -17525,7 +22661,7 @@ "indexedName": "Edge19", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:Hc26,E", + "mappedName": "Edge5;:H12c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17533,7 +22669,7 @@ "index": 19, "type": "Edge" }, - "name": "Edge5;:Hc26,E", + "name": "Edge5;:H12c,E", "stringIds": [] }, "relation": "preserved", @@ -17552,7 +22688,7 @@ "indexedName": "Edge20", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge10;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17560,7 +22696,7 @@ "index": 20, "type": "Edge" }, - "name": "Edge10;:M2;CUT;:Hc26:8,E", + "name": "Edge10;:M2;CUT;:H12c:8,E", "stringIds": [] }, "relation": "modified", @@ -17579,7 +22715,7 @@ "indexedName": "Edge21", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G(Face1;K-10;:Hc27:5,F);CUT;:Hc26:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H12d:5,F);CUT;:H12c:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17587,7 +22723,7 @@ "index": 21, "type": "Edge" }, - "name": "Face5;:G(Face1;K-10;:Hc27:5,F);CUT;:Hc26:1d,E", + "name": "Face5;:G(Face1;K-10;:H12d:5,F);CUT;:H12c:1d,E", "stringIds": [] }, "relation": "generated", @@ -17595,9 +22731,9 @@ "resultPersistentId": "Cut05:edge:20", "sourceRefs": [ { - "mappedName": "Face5;:G(Face1;K-10;:Hc27:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:H12d:5,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face5;:G(Face1;K-10;:Hc27:5,F)", + "persistentId": "Box05:mapped:Face5;:G(Face1;K-10;:H12d:5,F)", "stageId": "Box05" } ] @@ -17606,7 +22742,7 @@ "indexedName": "Edge22", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M;CUT;:Hc26:7,E", + "mappedName": "Edge8;:M;CUT;:H12c:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17614,7 +22750,7 @@ "index": 22, "type": "Edge" }, - "name": "Edge8;:M;CUT;:Hc26:7,E", + "name": "Edge8;:M;CUT;:H12c:7,E", "stringIds": [] }, "relation": "modified", @@ -17633,7 +22769,7 @@ "indexedName": "Edge23", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M;CUT;:Hc26:7,E", + "mappedName": "Edge6;:M;CUT;:H12c:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17641,7 +22777,7 @@ "index": 23, "type": "Edge" }, - "name": "Edge6;:M;CUT;:Hc26:7,E", + "name": "Edge6;:M;CUT;:H12c:7,E", "stringIds": [] }, "relation": "modified", @@ -17660,7 +22796,7 @@ "indexedName": "Edge24", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CUT;:Hc27:7,E", + "mappedName": "Edge1;:M;CUT;:H12d:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17668,7 +22804,7 @@ "index": 24, "type": "Edge" }, - "name": "Edge1;:M;CUT;:Hc27:7,E", + "name": "Edge1;:M;CUT;:H12d:7,E", "stringIds": [] }, "relation": "modified", @@ -17687,7 +22823,7 @@ "indexedName": "Edge25", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G(Face1;K-14;:Hc27:5,F);CUT;:Hc26:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H12d:5,F);CUT;:H12c:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17695,7 +22831,7 @@ "index": 25, "type": "Edge" }, - "name": "Face6;:G(Face1;K-14;:Hc27:5,F);CUT;:Hc26:1d,E", + "name": "Face6;:G(Face1;K-14;:H12d:5,F);CUT;:H12c:1d,E", "stringIds": [] }, "relation": "generated", @@ -17703,9 +22839,9 @@ "resultPersistentId": "Cut05:edge:24", "sourceRefs": [ { - "mappedName": "Face6;:G(Face1;K-14;:Hc27:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:H12d:5,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face6;:G(Face1;K-14;:Hc27:5,F)", + "persistentId": "Box05:mapped:Face6;:G(Face1;K-14;:H12d:5,F)", "stageId": "Box05" } ] @@ -17714,7 +22850,7 @@ "indexedName": "Edge26", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge11;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17722,7 +22858,7 @@ "index": 26, "type": "Edge" }, - "name": "Edge11;:M2;CUT;:Hc26:8,E", + "name": "Edge11;:M2;CUT;:H12c:8,E", "stringIds": [] }, "relation": "modified", @@ -17741,7 +22877,7 @@ "indexedName": "Edge27", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:Hc26,E", + "mappedName": "Edge7;:H12c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17749,7 +22885,7 @@ "index": 27, "type": "Edge" }, - "name": "Edge7;:Hc26,E", + "name": "Edge7;:H12c,E", "stringIds": [] }, "relation": "preserved", @@ -17768,7 +22904,7 @@ "indexedName": "Edge28", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge12;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17776,7 +22912,7 @@ "index": 28, "type": "Edge" }, - "name": "Edge12;:M2;CUT;:Hc26:8,E", + "name": "Edge12;:M2;CUT;:H12c:8,E", "stringIds": [] }, "relation": "modified", @@ -17795,7 +22931,7 @@ "indexedName": "Edge29", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge8;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17803,7 +22939,7 @@ "index": 29, "type": "Edge" }, - "name": "Edge8;:M2;CUT;:Hc26:8,E", + "name": "Edge8;:M2;CUT;:H12c:8,E", "stringIds": [] }, "relation": "modified", @@ -17822,7 +22958,7 @@ "indexedName": "Edge30", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G4(Face1;K-13;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17830,7 +22966,7 @@ "index": 30, "type": "Edge" }, - "name": "Face5;:G4(Face1;K-13;:Hc27:5,F);CUT;:Hc26:1e,E", + "name": "Face5;:G4(Face1;K-13;:H12d:5,F);CUT;:H12c:1e,E", "stringIds": [] }, "relation": "generated", @@ -17838,9 +22974,9 @@ "resultPersistentId": "Cut05:edge:29", "sourceRefs": [ { - "mappedName": "Face5;:G4(Face1;K-13;:Hc27:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:H12d:5,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face5;:G4(Face1;K-13;:Hc27:5,F)", + "persistentId": "Box05:mapped:Face5;:G4(Face1;K-13;:H12d:5,F)", "stageId": "Box05" } ] @@ -17849,7 +22985,7 @@ "indexedName": "Edge31", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M2;CUT;:Hc26:8,E", + "mappedName": "Edge6;:M2;CUT;:H12c:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17857,7 +22993,7 @@ "index": 31, "type": "Edge" }, - "name": "Edge6;:M2;CUT;:Hc26:8,E", + "name": "Edge6;:M2;CUT;:H12c:8,E", "stringIds": [] }, "relation": "modified", @@ -17876,7 +23012,7 @@ "indexedName": "Edge32", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G4(Face1;K-17;:Hc27:5,F);CUT;:Hc26:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H12d:5,F);CUT;:H12c:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17884,7 +23020,7 @@ "index": 32, "type": "Edge" }, - "name": "Face6;:G4(Face1;K-17;:Hc27:5,F);CUT;:Hc26:1e,E", + "name": "Face6;:G4(Face1;K-17;:H12d:5,F);CUT;:H12c:1e,E", "stringIds": [] }, "relation": "generated", @@ -17892,9 +23028,9 @@ "resultPersistentId": "Cut05:edge:31", "sourceRefs": [ { - "mappedName": "Face6;:G4(Face1;K-17;:Hc27:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:H12d:5,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Face6;:G4(Face1;K-17;:Hc27:5,F)", + "persistentId": "Box05:mapped:Face6;:G4(Face1;K-17;:H12d:5,F)", "stageId": "Box05" } ] @@ -17903,7 +23039,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Hc26,V", + "mappedName": "Vertex1;:H12c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17911,7 +23047,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:Hc26,V", + "name": "Vertex1;:H12c,V", "stringIds": [] }, "relation": "preserved", @@ -17930,7 +23066,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge2;:G(Face1;K-1;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17938,7 +23074,7 @@ "index": 2, "type": "Vertex" }, - "name": "Edge2;:G(Face1;K-1;:Hc27:4,F);CUT;:Hc26:1c,V", + "name": "Edge2;:G(Face1;K-1;:H12d:4,F);CUT;:H12c:1c,V", "stringIds": [] }, "relation": "generated", @@ -17946,9 +23082,9 @@ "resultPersistentId": "Cut05:vertex:1", "sourceRefs": [ { - "mappedName": "Edge2;:G(Face1;K-1;:Hc27:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H12d:4,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Edge2;:G(Face1;K-1;:Hc27:4,F)", + "persistentId": "Box05:mapped:Edge2;:G(Face1;K-1;:H12d:4,F)", "stageId": "Box05" } ] @@ -17957,7 +23093,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge4;:G(Face1;K-2;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17965,7 +23101,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge4;:G(Face1;K-2;:Hc27:4,F);CUT;:Hc26:1c,V", + "name": "Edge4;:G(Face1;K-2;:H12d:4,F);CUT;:H12c:1c,V", "stringIds": [] }, "relation": "generated", @@ -17973,9 +23109,9 @@ "resultPersistentId": "Cut05:vertex:2", "sourceRefs": [ { - "mappedName": "Edge4;:G(Face1;K-2;:Hc27:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H12d:4,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Edge4;:G(Face1;K-2;:Hc27:4,F)", + "persistentId": "Box05:mapped:Edge4;:G(Face1;K-2;:H12d:4,F)", "stageId": "Box05" } ] @@ -17984,7 +23120,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Hc26,V", + "mappedName": "Vertex2;:H12c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -17992,7 +23128,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex2;:Hc26,V", + "name": "Vertex2;:H12c,V", "stringIds": [] }, "relation": "preserved", @@ -18011,7 +23147,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge10;:G(Face1;K-4;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18019,7 +23155,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge10;:G(Face1;K-4;:Hc27:4,F);CUT;:Hc26:1c,V", + "name": "Edge10;:G(Face1;K-4;:H12d:4,F);CUT;:H12c:1c,V", "stringIds": [] }, "relation": "generated", @@ -18027,9 +23163,9 @@ "resultPersistentId": "Cut05:vertex:4", "sourceRefs": [ { - "mappedName": "Edge10;:G(Face1;K-4;:Hc27:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H12d:4,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Edge10;:G(Face1;K-4;:Hc27:4,F)", + "persistentId": "Box05:mapped:Edge10;:G(Face1;K-4;:H12d:4,F)", "stageId": "Box05" } ] @@ -18038,7 +23174,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge9;:G(Face1;K-3;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18046,7 +23182,7 @@ "index": 6, "type": "Vertex" }, - "name": "Edge9;:G(Face1;K-3;:Hc27:4,F);CUT;:Hc26:1c,V", + "name": "Edge9;:G(Face1;K-3;:H12d:4,F);CUT;:H12c:1c,V", "stringIds": [] }, "relation": "generated", @@ -18054,9 +23190,9 @@ "resultPersistentId": "Cut05:vertex:5", "sourceRefs": [ { - "mappedName": "Edge9;:G(Face1;K-3;:Hc27:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H12d:4,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Edge9;:G(Face1;K-3;:Hc27:4,F)", + "persistentId": "Box05:mapped:Edge9;:G(Face1;K-3;:H12d:4,F)", "stageId": "Box05" } ] @@ -18065,7 +23201,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:Hc26,V", + "mappedName": "Vertex3;:H12c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18073,7 +23209,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex3;:Hc26,V", + "name": "Vertex3;:H12c,V", "stringIds": [] }, "relation": "preserved", @@ -18092,7 +23228,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:Hc26,V", + "mappedName": "Vertex4;:H12c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18100,7 +23236,7 @@ "index": 8, "type": "Vertex" }, - "name": "Vertex4;:Hc26,V", + "name": "Vertex4;:H12c,V", "stringIds": [] }, "relation": "preserved", @@ -18119,7 +23255,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge12;:G(Face1;K-6;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18127,7 +23263,7 @@ "index": 9, "type": "Vertex" }, - "name": "Edge12;:G(Face1;K-6;:Hc27:4,F);CUT;:Hc26:1c,V", + "name": "Edge12;:G(Face1;K-6;:H12d:4,F);CUT;:H12c:1c,V", "stringIds": [] }, "relation": "generated", @@ -18135,9 +23271,9 @@ "resultPersistentId": "Cut05:vertex:8", "sourceRefs": [ { - "mappedName": "Edge12;:G(Face1;K-6;:Hc27:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H12d:4,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Edge12;:G(Face1;K-6;:Hc27:4,F)", + "persistentId": "Box05:mapped:Edge12;:G(Face1;K-6;:H12d:4,F)", "stageId": "Box05" } ] @@ -18146,7 +23282,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge11;:G(Face1;K-5;:Hc27:4,F);CUT;:Hc26:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H12d:4,F);CUT;:H12c:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18154,7 +23290,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge11;:G(Face1;K-5;:Hc27:4,F);CUT;:Hc26:1c,V", + "name": "Edge11;:G(Face1;K-5;:H12d:4,F);CUT;:H12c:1c,V", "stringIds": [] }, "relation": "generated", @@ -18162,9 +23298,9 @@ "resultPersistentId": "Cut05:vertex:9", "sourceRefs": [ { - "mappedName": "Edge11;:G(Face1;K-5;:Hc27:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H12d:4,F)", "objectId": "Box05", - "persistentId": "Box05:mapped:Edge11;:G(Face1;K-5;:Hc27:4,F)", + "persistentId": "Box05:mapped:Edge11;:G(Face1;K-5;:H12d:4,F)", "stageId": "Box05" } ] @@ -18173,7 +23309,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:Hc26,V", + "mappedName": "Vertex6;:H12c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18181,7 +23317,7 @@ "index": 11, "type": "Vertex" }, - "name": "Vertex6;:Hc26,V", + "name": "Vertex6;:H12c,V", "stringIds": [] }, "relation": "preserved", @@ -18200,7 +23336,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:Hc26,V", + "mappedName": "Vertex5;:H12c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18208,7 +23344,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex5;:Hc26,V", + "name": "Vertex5;:H12c,V", "stringIds": [] }, "relation": "preserved", @@ -18227,7 +23363,7 @@ "indexedName": "Vertex13", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge8;:G(Edge1;K-2;:Hc27:4,E);CUT;:Hc26:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H12d:4,E);CUT;:H12c:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18235,7 +23371,7 @@ "index": 13, "type": "Vertex" }, - "name": "Edge8;:G(Edge1;K-2;:Hc27:4,E);CUT;:Hc26:1c,V", + "name": "Edge8;:G(Edge1;K-2;:H12d:4,E);CUT;:H12c:1c,V", "stringIds": [] }, "relation": "generated", @@ -18243,9 +23379,9 @@ "resultPersistentId": "Cut05:vertex:12", "sourceRefs": [ { - "mappedName": "Edge8;:G(Edge1;K-2;:Hc27:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:H12d:4,E)", "objectId": "Box05", - "persistentId": "Box05:mapped:Edge8;:G(Edge1;K-2;:Hc27:4,E)", + "persistentId": "Box05:mapped:Edge8;:G(Edge1;K-2;:H12d:4,E)", "stageId": "Box05" } ] @@ -18254,7 +23390,7 @@ "indexedName": "Vertex14", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge6;:G(Edge1;K-1;:Hc27:4,E);CUT;:Hc26:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H12d:4,E);CUT;:H12c:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18262,7 +23398,7 @@ "index": 14, "type": "Vertex" }, - "name": "Edge6;:G(Edge1;K-1;:Hc27:4,E);CUT;:Hc26:1c,V", + "name": "Edge6;:G(Edge1;K-1;:H12d:4,E);CUT;:H12c:1c,V", "stringIds": [] }, "relation": "generated", @@ -18270,9 +23406,9 @@ "resultPersistentId": "Cut05:vertex:13", "sourceRefs": [ { - "mappedName": "Edge6;:G(Edge1;K-1;:Hc27:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:H12d:4,E)", "objectId": "Box05", - "persistentId": "Box05:mapped:Edge6;:G(Edge1;K-1;:Hc27:4,E)", + "persistentId": "Box05:mapped:Edge6;:G(Edge1;K-1;:H12d:4,E)", "stageId": "Box05" } ] @@ -18281,7 +23417,7 @@ "indexedName": "Vertex15", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:Hc26,V", + "mappedName": "Vertex8;:H12c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18289,7 +23425,7 @@ "index": 15, "type": "Vertex" }, - "name": "Vertex8;:Hc26,V", + "name": "Vertex8;:H12c,V", "stringIds": [] }, "relation": "preserved", @@ -18308,7 +23444,7 @@ "indexedName": "Vertex16", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:Hc26,V", + "mappedName": "Vertex7;:H12c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -18316,7 +23452,7 @@ "index": 16, "type": "Vertex" }, - "name": "Vertex7;:Hc26,V", + "name": "Vertex7;:H12c,V", "stringIds": [] }, "relation": "preserved", @@ -18341,11 +23477,1039 @@ "stageId": "Cut05", "status": "native-evidence" }, + "relationDigest": "dc9631a354ced463b829698d19da8e0ecb86fb3459abb30570e296799af01081", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face1;:M3;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder05", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face5;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face3;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face1;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face6;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face4;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face5;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face1;:M4;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder05", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "Face3;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "Face5;:M3;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face13", + "mappedName": "Face2;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face13", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face14", + "mappedName": "Face6;:M3;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face14", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face15", + "mappedName": "Face1;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face15", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder05", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face16", + "mappedName": "Face4;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face16", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face17", + "mappedName": "Face5;:M4;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face17", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face18", + "mappedName": "Face2;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face18", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face19", + "mappedName": "Face6;:M4;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face19", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face20", + "mappedName": "Face1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face20", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder05", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Face1;:G(Face1;K-7;:H#:4,F);CUT;:H#:1c,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Face1;:G(Face1;K-7;:H#:4,F)", + "sourceElement": "Face1", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge4;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge10;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Face3;:G(Face1;K-8;:H#:4,F);CUT;:H#:1c,E", + "relation": "generated", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Face3;:G(Face1;K-8;:H#:4,F)", + "sourceElement": "Face3", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge9;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge2;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge4;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge12;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge11;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Face4;:G(Face1;K-9;:H#:4,F);CUT;:H#:1c,E", + "relation": "generated", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Face4;:G(Face1;K-9;:H#:4,F)", + "sourceElement": "Face4", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge9;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "Edge10;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "Edge8;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "Edge6;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "Edge1;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder05", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge25", + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge25", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge26", + "mappedName": "Edge11;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge26", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge27", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge27", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge28", + "mappedName": "Edge12;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge28", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge29", + "mappedName": "Edge8;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge29", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge30", + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge30", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge31", + "mappedName": "Edge6;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge31", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge32", + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge32", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F)", + "sourceElement": "Edge2", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F)", + "sourceElement": "Edge4", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F)", + "sourceElement": "Edge10", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F)", + "sourceElement": "Edge9", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F)", + "sourceElement": "Edge12", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F)", + "sourceElement": "Edge11", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E)", + "sourceElement": "Edge8", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E)", + "sourceElement": "Edge6", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box05", + "sourceTypeId": "Part::Box" + } + ] + } + ], + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", "shape": { + "area": 757.0796326794896, + "brepSha256": "e01acd469c7886ba31d87214a4f4d83cee67216bbac5ee757383696c449aec20", "edges": 32, "faces": 20, + "geometryDigest": "aa541651e24633731b267736112959a0eb300f95582b2345a664856b5f4e325d", "solids": 4, "valid": true, + "vertices": 16, "volume": 214.60183660255157 }, "typeId": "Part::Cut" @@ -18355,14 +24519,240 @@ "stringHasherResource": null }, { + "category": "boolean", "elementMapResources": { "Cut06.Shape.Map.txt": { - "sha256": "fea972df249b90e0592b7ae609cd4ce865cf3cd72eb5f7920b9256f450713d6f", - "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:H2da,E\n;:G(Face5;K-1;:H2da:4,F);CUT;:H2db:1c,V\n;:G2(Face6;K-1;:H2da:4,F);CUT;:H2db:1d,V\n;:M;CUT;:H2db:7,E\n;:H2da,F\n;:M;CUT;:H2db:7,F\n;:G2(Face1;K-1;:H2db:4,F);CUT;:H2da:1d,E\n;:M;CUT;:H2da:7,F\n;:G2(Face1;K-2;:H2db:4,F);CUT;:H2da:1d,E\n;:H2da,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" + "sha256": "cad56e5811121f63915e630835940d9c8def25423c75c56f10ef8ec74b13717e", + "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:H5bb,E\n;:G(Face5;K-1;:H5bb:4,F);CUT;:H5bc:1c,V\n;:G2(Face6;K-1;:H5bb:4,F);CUT;:H5bc:1d,V\n;:M;CUT;:H5bc:7,E\n;:H5bb,F\n;:M;CUT;:H5bc:7,F\n;:G2(Face1;K-1;:H5bc:4,F);CUT;:H5bb:1d,E\n;:M;CUT;:H5bb:7,F\n;:G2(Face1;K-2;:H5bc:4,F);CUT;:H5bb:1d,E\n;:H5bb,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" } }, "finalObject": "Cut06", "id": "boolean-cut-3", + "mutation": { + "category": "boolean", + "contract": { + "editorModes": [], + "finalObject": "Cut06", + "finalStageOrdinal": 2, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Cylinder06", + "targetStageOrdinal": 1, + "targetTypeId": "Part::Cylinder" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 1, + 2 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 9, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 3 + }, + "phases": { + "before": [ + { + "key": "boolean-cut-3:000:Box06", + "name": "Box06", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-3:001:Cylinder06", + "name": "Cylinder06", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-3:002:Cut06", + "name": "Cut06", + "ordinal": 2, + "relationDigest": "6d93ec4934c87b00c0af547906f28bffc8824b0b8c4645dee613030e60f03668", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "shape": { + "area": 731.9468914507713, + "brepSha256": "745b78efd27a801d0b883084ffd5027974dddf184dcaad4f4a1f420d9aa33c5e", + "edges": 15, + "faces": 7, + "geometryDigest": "e7358ac18bb7cb095bf02d0bea3f27185df8a56eca169fa64284aec3a93e0332", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 717.2566611769184 + }, + "typeId": "Part::Cut" + } + ], + "edited": [ + { + "key": "boolean-cut-3:000:Box06", + "name": "Box06", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-3:001:Cylinder06", + "name": "Cylinder06", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 384.84510006474966, + "brepSha256": "c7f7f3b250db047a989eebcd155ee37b02b0dfa944447ccd084014d625f61c60", + "edges": 3, + "faces": 3, + "geometryDigest": "a51b727ec53db3d7b98b1e25df197f412a9edba1b0f2c4b56c98759633d90e46", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 538.7831400906497 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-3:002:Cut06", + "name": "Cut06", + "ordinal": 2, + "relationDigest": "6d93ec4934c87b00c0af547906f28bffc8824b0b8c4645dee613030e60f03668", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "shape": { + "area": 742.9424657383354, + "brepSha256": "20817cb5dc575d9cfcc65095f2919ae60c7d8a47954fa7a1ec5c4681d73cac99", + "edges": 15, + "faces": 7, + "geometryDigest": "b39b924f34934c6f68b277ce77107d6a76835d862bcbcf390405f6acdf82a5dd", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 615.1548999352501 + }, + "typeId": "Part::Cut" + } + ], + "restored": [ + { + "key": "boolean-cut-3:000:Box06", + "name": "Box06", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-3:001:Cylinder06", + "name": "Cylinder06", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-3:002:Cut06", + "name": "Cut06", + "ordinal": 2, + "relationDigest": "6d93ec4934c87b00c0af547906f28bffc8824b0b8c4645dee613030e60f03668", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "shape": { + "area": 731.9468914507713, + "brepSha256": "745b78efd27a801d0b883084ffd5027974dddf184dcaad4f4a1f420d9aa33c5e", + "edges": 15, + "faces": 7, + "geometryDigest": "e7358ac18bb7cb095bf02d0bea3f27185df8a56eca169fa64284aec3a93e0332", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 717.2566611769184 + }, + "typeId": "Part::Cut" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 3, + "edited": 3.5, + "restored": 3 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -18370,6 +24760,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box06", + "linkedObjects": [], "name": "Box06", "names": [ { @@ -19300,11 +25691,201 @@ "stageId": "Box06", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -19314,6 +25895,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder06", + "linkedObjects": [], "name": "Cylinder06", "names": [ { @@ -19614,11 +26196,75 @@ "stageId": "Cylinder06", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", "edges": 3, "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", "solids": 1, "valid": true, + "vertices": 2, "volume": 395.84067435231395 }, "typeId": "Part::Cylinder" @@ -19630,13 +26276,17 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "Cut06", + "linkedObjects": [ + "Box06", + "Cylinder06" + ], "name": "Cut06", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:H2da,F", + "mappedName": "Face1;:H5bb,F", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19649,7 +26299,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:H2da,F", + "mappedName": "Face1;:H5bb,F", "mappedStringIds": [], "name": "Face1" }, @@ -19657,7 +26307,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H2da,F", + "mappedName": "Face3;:H5bb,F", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19670,7 +26320,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:H2da,F", + "mappedName": "Face3;:H5bb,F", "mappedStringIds": [], "name": "Face2" }, @@ -19678,7 +26328,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CUT;:H2da:7,F", + "mappedName": "Face6;:M;CUT;:H5bb:7,F", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19691,7 +26341,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;CUT;:H2da:7,F", + "mappedName": "Face6;:M;CUT;:H5bb:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -19699,7 +26349,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H2da,F", + "mappedName": "Face4;:H5bb,F", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19712,7 +26362,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H2da,F", + "mappedName": "Face4;:H5bb,F", "mappedStringIds": [], "name": "Face4" }, @@ -19720,7 +26370,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CUT;:H2da:7,F", + "mappedName": "Face5;:M;CUT;:H5bb:7,F", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19733,7 +26383,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CUT;:H2da:7,F", + "mappedName": "Face5;:M;CUT;:H5bb:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -19741,7 +26391,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H2da,F", + "mappedName": "Face2;:H5bb,F", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19754,7 +26404,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:H2da,F", + "mappedName": "Face2;:H5bb,F", "mappedStringIds": [], "name": "Face6" }, @@ -19762,7 +26412,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:H2db:7,F", + "mappedName": "Face1;:M;CUT;:H5bc:7,F", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19775,7 +26425,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:H2db:7,F", + "mappedName": "Face1;:M;CUT;:H5bc:7,F", "mappedStringIds": [], "name": "Face7" }, @@ -19783,7 +26433,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H2da,E", + "mappedName": "Edge1;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19796,7 +26446,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:H2da,E", + "mappedName": "Edge1;:H5bb,E", "mappedStringIds": [], "name": "Edge1" }, @@ -19804,7 +26454,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H2da,E", + "mappedName": "Edge2;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19817,7 +26467,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:H2da,E", + "mappedName": "Edge2;:H5bb,E", "mappedStringIds": [], "name": "Edge2" }, @@ -19825,7 +26475,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H2da,E", + "mappedName": "Edge3;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19838,7 +26488,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H2da,E", + "mappedName": "Edge3;:H5bb,E", "mappedStringIds": [], "name": "Edge3" }, @@ -19846,7 +26496,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H2da,E", + "mappedName": "Edge4;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19859,7 +26509,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:H2da,E", + "mappedName": "Edge4;:H5bb,E", "mappedStringIds": [], "name": "Edge4" }, @@ -19867,7 +26517,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H2da,E", + "mappedName": "Edge9;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19880,7 +26530,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:H2da,E", + "mappedName": "Edge9;:H5bb,E", "mappedStringIds": [], "name": "Edge5" }, @@ -19888,7 +26538,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H2da,E", + "mappedName": "Edge5;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19901,7 +26551,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:H2da,E", + "mappedName": "Edge5;:H5bb,E", "mappedStringIds": [], "name": "Edge6" }, @@ -19909,7 +26559,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H2da,E", + "mappedName": "Edge10;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19922,7 +26572,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:H2da,E", + "mappedName": "Edge10;:H5bb,E", "mappedStringIds": [], "name": "Edge7" }, @@ -19930,7 +26580,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H2da,E", + "mappedName": "Edge12;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19943,7 +26593,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:H2da,E", + "mappedName": "Edge12;:H5bb,E", "mappedStringIds": [], "name": "Edge8" }, @@ -19951,7 +26601,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H2da,E", + "mappedName": "Edge6;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -19964,7 +26614,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:H2da,E", + "mappedName": "Edge6;:H5bb,E", "mappedStringIds": [], "name": "Edge9" }, @@ -19972,20 +26622,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H2db:4,F);CUT;:H2da:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H5bc:4,F);CUT;:H5bb:1d,E", "object": "Cut06", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H2db:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H5bc:4,F)", "object": "Box06", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H2db:4,F);CUT;:H2da:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H5bc:4,F);CUT;:H5bb:1d,E", "mappedStringIds": [], "name": "Edge10" }, @@ -19993,7 +26643,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H2da,E", + "mappedName": "Edge11;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20006,7 +26656,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H2da,E", + "mappedName": "Edge11;:H5bb,E", "mappedStringIds": [], "name": "Edge11" }, @@ -20014,7 +26664,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H2da,E", + "mappedName": "Edge7;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20027,7 +26677,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H2da,E", + "mappedName": "Edge7;:H5bb,E", "mappedStringIds": [], "name": "Edge12" }, @@ -20035,7 +26685,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H2da,E", + "mappedName": "Edge8;:H5bb,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20048,7 +26698,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:H2da,E", + "mappedName": "Edge8;:H5bb,E", "mappedStringIds": [], "name": "Edge13" }, @@ -20056,20 +26706,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H2db:4,F);CUT;:H2da:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H5bc:4,F);CUT;:H5bb:1d,E", "object": "Cut06", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H2db:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H5bc:4,F)", "object": "Box06", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H2db:4,F);CUT;:H2da:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H5bc:4,F);CUT;:H5bb:1d,E", "mappedStringIds": [], "name": "Edge14" }, @@ -20077,7 +26727,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CUT;:H2db:7,E", + "mappedName": "Edge1;:M;CUT;:H5bc:7,E", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20090,7 +26740,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M;CUT;:H2db:7,E", + "mappedName": "Edge1;:M;CUT;:H5bc:7,E", "mappedStringIds": [], "name": "Edge15" }, @@ -20098,7 +26748,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H2da,V", + "mappedName": "Vertex1;:H5bb,V", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20111,7 +26761,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H2da,V", + "mappedName": "Vertex1;:H5bb,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -20119,7 +26769,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H2da,V", + "mappedName": "Vertex2;:H5bb,V", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20132,7 +26782,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:H2da,V", + "mappedName": "Vertex2;:H5bb,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -20140,7 +26790,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H2da,V", + "mappedName": "Vertex3;:H5bb,V", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20153,7 +26803,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:H2da,V", + "mappedName": "Vertex3;:H5bb,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -20161,7 +26811,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H2da,V", + "mappedName": "Vertex4;:H5bb,V", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20174,7 +26824,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H2da,V", + "mappedName": "Vertex4;:H5bb,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -20182,7 +26832,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H2da,V", + "mappedName": "Vertex6;:H5bb,V", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20195,7 +26845,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:H2da,V", + "mappedName": "Vertex6;:H5bb,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -20203,7 +26853,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H2da,V", + "mappedName": "Vertex5;:H5bb,V", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20216,7 +26866,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:H2da,V", + "mappedName": "Vertex5;:H5bb,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -20224,7 +26874,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H2da,V", + "mappedName": "Vertex7;:H5bb,V", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20237,7 +26887,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:H2da,V", + "mappedName": "Vertex7;:H5bb,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -20245,20 +26895,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H2da:4,F);CUT;:H2db:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H5bb:4,F);CUT;:H5bc:1d,V", "object": "Cut06", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H2da:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H5bb:4,F)", "object": "Cylinder06", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H2da:4,F);CUT;:H2db:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H5bb:4,F);CUT;:H5bc:1d,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -20266,7 +26916,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H2da,V", + "mappedName": "Vertex8;:H5bb,V", "object": "Cut06", "typeId": "Part::Cut" }, @@ -20279,7 +26929,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H2da,V", + "mappedName": "Vertex8;:H5bb,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -20287,20 +26937,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H2da:4,F);CUT;:H2db:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H5bb:4,F);CUT;:H5bc:1c,V", "object": "Cut06", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H2da:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H5bb:4,F)", "object": "Cylinder06", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H2da:4,F);CUT;:H2db:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H5bb:4,F);CUT;:H5bc:1c,V", "mappedStringIds": [], "name": "Vertex10" } @@ -20316,7 +26966,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H2da,F", + "mappedName": "Face1;:H5bb,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20324,7 +26974,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:H2da,F", + "name": "Face1;:H5bb,F", "stringIds": [] }, "relation": "preserved", @@ -20343,7 +26993,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H2da,F", + "mappedName": "Face3;:H5bb,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20351,7 +27001,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:H2da,F", + "name": "Face3;:H5bb,F", "stringIds": [] }, "relation": "preserved", @@ -20370,7 +27020,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CUT;:H2da:7,F", + "mappedName": "Face6;:M;CUT;:H5bb:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20378,7 +27028,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;CUT;:H2da:7,F", + "name": "Face6;:M;CUT;:H5bb:7,F", "stringIds": [] }, "relation": "modified", @@ -20397,7 +27047,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H2da,F", + "mappedName": "Face4;:H5bb,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20405,7 +27055,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H2da,F", + "name": "Face4;:H5bb,F", "stringIds": [] }, "relation": "preserved", @@ -20424,7 +27074,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CUT;:H2da:7,F", + "mappedName": "Face5;:M;CUT;:H5bb:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20432,7 +27082,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CUT;:H2da:7,F", + "name": "Face5;:M;CUT;:H5bb:7,F", "stringIds": [] }, "relation": "modified", @@ -20451,7 +27101,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H2da,F", + "mappedName": "Face2;:H5bb,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20459,7 +27109,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:H2da,F", + "name": "Face2;:H5bb,F", "stringIds": [] }, "relation": "preserved", @@ -20478,7 +27128,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:H2db:7,F", + "mappedName": "Face1;:M;CUT;:H5bc:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20486,7 +27136,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M;CUT;:H2db:7,F", + "name": "Face1;:M;CUT;:H5bc:7,F", "stringIds": [] }, "relation": "modified", @@ -20505,7 +27155,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H2da,E", + "mappedName": "Edge1;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20513,7 +27163,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:H2da,E", + "name": "Edge1;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20532,7 +27182,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H2da,E", + "mappedName": "Edge2;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20540,7 +27190,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:H2da,E", + "name": "Edge2;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20559,7 +27209,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H2da,E", + "mappedName": "Edge3;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20567,7 +27217,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H2da,E", + "name": "Edge3;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20586,7 +27236,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H2da,E", + "mappedName": "Edge4;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20594,7 +27244,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:H2da,E", + "name": "Edge4;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20613,7 +27263,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H2da,E", + "mappedName": "Edge9;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20621,7 +27271,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:H2da,E", + "name": "Edge9;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20640,7 +27290,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H2da,E", + "mappedName": "Edge5;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20648,7 +27298,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:H2da,E", + "name": "Edge5;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20667,7 +27317,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H2da,E", + "mappedName": "Edge10;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20675,7 +27325,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:H2da,E", + "name": "Edge10;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20694,7 +27344,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H2da,E", + "mappedName": "Edge12;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20702,7 +27352,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:H2da,E", + "name": "Edge12;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20721,7 +27371,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H2da,E", + "mappedName": "Edge6;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20729,7 +27379,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:H2da,E", + "name": "Edge6;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20748,7 +27398,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H2db:4,F);CUT;:H2da:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H5bc:4,F);CUT;:H5bb:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20756,7 +27406,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H2db:4,F);CUT;:H2da:1d,E", + "name": "Face6;:G2(Face1;K-2;:H5bc:4,F);CUT;:H5bb:1d,E", "stringIds": [] }, "relation": "generated", @@ -20764,9 +27414,9 @@ "resultPersistentId": "Cut06:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H2db:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H5bc:4,F)", "objectId": "Box06", - "persistentId": "Box06:mapped:Face6;:G2(Face1;K-2;:H2db:4,F)", + "persistentId": "Box06:mapped:Face6;:G2(Face1;K-2;:H5bc:4,F)", "stageId": "Box06" } ] @@ -20775,7 +27425,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H2da,E", + "mappedName": "Edge11;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20783,7 +27433,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H2da,E", + "name": "Edge11;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20802,7 +27452,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H2da,E", + "mappedName": "Edge7;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20810,7 +27460,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H2da,E", + "name": "Edge7;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20829,7 +27479,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H2da,E", + "mappedName": "Edge8;:H5bb,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20837,7 +27487,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:H2da,E", + "name": "Edge8;:H5bb,E", "stringIds": [] }, "relation": "preserved", @@ -20856,7 +27506,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H2db:4,F);CUT;:H2da:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H5bc:4,F);CUT;:H5bb:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20864,7 +27514,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H2db:4,F);CUT;:H2da:1d,E", + "name": "Face5;:G2(Face1;K-1;:H5bc:4,F);CUT;:H5bb:1d,E", "stringIds": [] }, "relation": "generated", @@ -20872,9 +27522,9 @@ "resultPersistentId": "Cut06:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H2db:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H5bc:4,F)", "objectId": "Box06", - "persistentId": "Box06:mapped:Face5;:G2(Face1;K-1;:H2db:4,F)", + "persistentId": "Box06:mapped:Face5;:G2(Face1;K-1;:H5bc:4,F)", "stageId": "Box06" } ] @@ -20883,7 +27533,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CUT;:H2db:7,E", + "mappedName": "Edge1;:M;CUT;:H5bc:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20891,7 +27541,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M;CUT;:H2db:7,E", + "name": "Edge1;:M;CUT;:H5bc:7,E", "stringIds": [] }, "relation": "modified", @@ -20910,7 +27560,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H2da,V", + "mappedName": "Vertex1;:H5bb,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20918,7 +27568,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H2da,V", + "name": "Vertex1;:H5bb,V", "stringIds": [] }, "relation": "preserved", @@ -20937,7 +27587,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H2da,V", + "mappedName": "Vertex2;:H5bb,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20945,7 +27595,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:H2da,V", + "name": "Vertex2;:H5bb,V", "stringIds": [] }, "relation": "preserved", @@ -20964,7 +27614,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H2da,V", + "mappedName": "Vertex3;:H5bb,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20972,7 +27622,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:H2da,V", + "name": "Vertex3;:H5bb,V", "stringIds": [] }, "relation": "preserved", @@ -20991,7 +27641,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H2da,V", + "mappedName": "Vertex4;:H5bb,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -20999,7 +27649,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H2da,V", + "name": "Vertex4;:H5bb,V", "stringIds": [] }, "relation": "preserved", @@ -21018,7 +27668,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H2da,V", + "mappedName": "Vertex6;:H5bb,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -21026,7 +27676,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:H2da,V", + "name": "Vertex6;:H5bb,V", "stringIds": [] }, "relation": "preserved", @@ -21045,7 +27695,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H2da,V", + "mappedName": "Vertex5;:H5bb,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -21053,7 +27703,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:H2da,V", + "name": "Vertex5;:H5bb,V", "stringIds": [] }, "relation": "preserved", @@ -21072,7 +27722,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H2da,V", + "mappedName": "Vertex7;:H5bb,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -21080,7 +27730,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:H2da,V", + "name": "Vertex7;:H5bb,V", "stringIds": [] }, "relation": "preserved", @@ -21099,7 +27749,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H2da:4,F);CUT;:H2db:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H5bb:4,F);CUT;:H5bc:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -21107,7 +27757,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H2da:4,F);CUT;:H2db:1d,V", + "name": "Edge1;:G2(Face6;K-1;:H5bb:4,F);CUT;:H5bc:1d,V", "stringIds": [] }, "relation": "generated", @@ -21115,9 +27765,9 @@ "resultPersistentId": "Cut06:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H2da:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H5bb:4,F)", "objectId": "Cylinder06", - "persistentId": "Cylinder06:mapped:Edge1;:G2(Face6;K-1;:H2da:4,F)", + "persistentId": "Cylinder06:mapped:Edge1;:G2(Face6;K-1;:H5bb:4,F)", "stageId": "Cylinder06" } ] @@ -21126,7 +27776,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H2da,V", + "mappedName": "Vertex8;:H5bb,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -21134,7 +27784,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H2da,V", + "name": "Vertex8;:H5bb,V", "stringIds": [] }, "relation": "preserved", @@ -21153,7 +27803,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H2da:4,F);CUT;:H2db:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H5bb:4,F);CUT;:H5bc:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -21161,7 +27811,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H2da:4,F);CUT;:H2db:1c,V", + "name": "Edge1;:G(Face5;K-1;:H5bb:4,F);CUT;:H5bc:1c,V", "stringIds": [] }, "relation": "generated", @@ -21169,9 +27819,9 @@ "resultPersistentId": "Cut06:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H2da:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H5bb:4,F)", "objectId": "Cylinder06", - "persistentId": "Cylinder06:mapped:Edge1;:G(Face5;K-1;:H2da:4,F)", + "persistentId": "Cylinder06:mapped:Edge1;:G(Face5;K-1;:H5bb:4,F)", "stageId": "Cylinder06" } ] @@ -21186,11 +27836,499 @@ "stageId": "Cut06", "status": "native-evidence" }, + "relationDigest": "6d93ec4934c87b00c0af547906f28bffc8824b0b8c4645dee613030e60f03668", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder06", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder06", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CUT;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder06", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box06", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder06", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", "shape": { + "area": 731.9468914507713, + "brepSha256": "745b78efd27a801d0b883084ffd5027974dddf184dcaad4f4a1f420d9aa33c5e", "edges": 15, "faces": 7, + "geometryDigest": "e7358ac18bb7cb095bf02d0bea3f27185df8a56eca169fa64284aec3a93e0332", "solids": 1, "valid": true, + "vertices": 10, "volume": 717.2566611769184 }, "typeId": "Part::Cut" @@ -21200,14 +28338,240 @@ "stringHasherResource": null }, { + "category": "boolean", "elementMapResources": { "Common07.Shape.Map.txt": { - "sha256": "3086f84a32e45b7680cc008ca1f69a5c4e61521f7c7945d913d547c5123e90e0", - "text": "BeginElementMap v1\n1 PostfixCount 10\nEdge\nFace\nVertex\n;:G(Face5;K-1;:H53d:4,F);CMN;:H53e:1c,V\n;:G2(Face6;K-1;:H53d:4,F);CMN;:H53e:1d,V\n;:M;CMN;:H53e:7,E\n;:M;CMN;:H53e:7,F\n;:G2(Face1;K-1;:H53e:4,F);CMN;:H53d:1d,E\n;:M;CMN;:H53d:7,F\n;:G2(Face1;K-2;:H53e:4,F);CMN;:H53d:1d,E\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 4\n0\n:2.6.a 0\n:2.5.8 0\n:1.1.6 0\n\nFace\n\nChildCount 0\n\nNameCount 4\n0\n:2.6.9 0\n:2.1.7 0\n:2.5.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 3\n0\n:1.1.5 0\n:1.1.4 0\n\nEndMap\n" + "sha256": "ab8d221eef60ef18deedfd080f748ad3020ea8172731327b3fc96d7456cb36a4", + "text": "BeginElementMap v1\n1 PostfixCount 10\nEdge\nFace\nVertex\n;:G(Face5;K-1;:Hb62:4,F);CMN;:Hb63:1c,V\n;:G2(Face6;K-1;:Hb62:4,F);CMN;:Hb63:1d,V\n;:M;CMN;:Hb63:7,E\n;:M;CMN;:Hb63:7,F\n;:G2(Face1;K-1;:Hb63:4,F);CMN;:Hb62:1d,E\n;:M;CMN;:Hb62:7,F\n;:G2(Face1;K-2;:Hb63:4,F);CMN;:Hb62:1d,E\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 4\n0\n:2.6.a 0\n:2.5.8 0\n:1.1.6 0\n\nFace\n\nChildCount 0\n\nNameCount 4\n0\n:2.6.9 0\n:2.1.7 0\n:2.5.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 3\n0\n:1.1.5 0\n:1.1.4 0\n\nEndMap\n" } }, "finalObject": "Common07", "id": "boolean-common-1", + "mutation": { + "category": "boolean", + "contract": { + "editorModes": [], + "finalObject": "Common07", + "finalStageOrdinal": 2, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Cylinder07", + "targetStageOrdinal": 1, + "targetTypeId": "Part::Cylinder" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 1, + 2 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 9, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 3 + }, + "phases": { + "before": [ + { + "key": "boolean-common-1:000:Box07", + "name": "Box07", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-common-1:001:Cylinder07", + "name": "Cylinder07", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-1:002:Common07", + "name": "Common07", + "ordinal": 2, + "relationDigest": "295286347d8935ff0fc96fe706a211f55c042edd96c5f714a6ef31d2b9eac359", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "shape": { + "area": 351.85837720205683, + "brepSha256": "2694feab60934ff1ca68e1321ddd079d7ac6b5b78391c6abc3e2ca136b253680", + "edges": 3, + "faces": 3, + "geometryDigest": "03ccd0612800ea9b03ebbd04630044af5decfe6b4922957aeb7a6af7d12a205c", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 502.6548245743668 + }, + "typeId": "Part::Common" + } + ], + "edited": [ + { + "key": "boolean-common-1:000:Box07", + "name": "Box07", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-common-1:001:Cylinder07", + "name": "Cylinder07", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 523.0751768227005, + "brepSha256": "26fbd55e67a44558199d2456f83fc5d559c2424dd9d296891229ebd4f862ea6b", + "edges": 3, + "faces": 3, + "geometryDigest": "83dab58a58a2d16eaf13a9ccefa731919f3ea86baae956e6e99b1e6479247bb5", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 890.6415172927061 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-1:002:Common07", + "name": "Common07", + "ordinal": 2, + "relationDigest": "295286347d8935ff0fc96fe706a211f55c042edd96c5f714a6ef31d2b9eac359", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "shape": { + "area": 409.9778412934679, + "brepSha256": "34238fc734e41b797d03c119e45b3b2092f417096e15dc02cc81cc97c530713b", + "edges": 3, + "faces": 3, + "geometryDigest": "44322328eb93d17d944be8593ffd012663373497598ce7898f1d9b686492815e", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 636.172512351933 + }, + "typeId": "Part::Common" + } + ], + "restored": [ + { + "key": "boolean-common-1:000:Box07", + "name": "Box07", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-common-1:001:Cylinder07", + "name": "Cylinder07", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-1:002:Common07", + "name": "Common07", + "ordinal": 2, + "relationDigest": "295286347d8935ff0fc96fe706a211f55c042edd96c5f714a6ef31d2b9eac359", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "shape": { + "area": 351.85837720205683, + "brepSha256": "2694feab60934ff1ca68e1321ddd079d7ac6b5b78391c6abc3e2ca136b253680", + "edges": 3, + "faces": 3, + "geometryDigest": "03ccd0612800ea9b03ebbd04630044af5decfe6b4922957aeb7a6af7d12a205c", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 502.6548245743668 + }, + "typeId": "Part::Common" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 4, + "edited": 4.5, + "restored": 4 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -21215,6 +28579,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box07", + "linkedObjects": [], "name": "Box07", "names": [ { @@ -22145,11 +29510,201 @@ "stageId": "Box07", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -22159,6 +29714,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder07", + "linkedObjects": [], "name": "Cylinder07", "names": [ { @@ -22459,11 +30015,75 @@ "stageId": "Cylinder07", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", "edges": 3, "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", "solids": 1, "valid": true, + "vertices": 2, "volume": 703.7167544041135 }, "typeId": "Part::Cylinder" @@ -22475,13 +30095,17 @@ "elementMapSize": 8, "elementMapVersion": "15.70200.5", "label": "Common07", + "linkedObjects": [ + "Box07", + "Cylinder07" + ], "name": "Common07", "names": [ { "history": [ { "children": [], - "mappedName": "Face6;:M;CMN;:H53d:7,F", + "mappedName": "Face6;:M;CMN;:Hb62:7,F", "object": "Common07", "typeId": "Part::Common" }, @@ -22494,7 +30118,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face6;:M;CMN;:H53d:7,F", + "mappedName": "Face6;:M;CMN;:Hb62:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -22502,7 +30126,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CMN;:H53e:7,F", + "mappedName": "Face1;:M;CMN;:Hb63:7,F", "object": "Common07", "typeId": "Part::Common" }, @@ -22515,7 +30139,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face1;:M;CMN;:H53e:7,F", + "mappedName": "Face1;:M;CMN;:Hb63:7,F", "mappedStringIds": [], "name": "Face2" }, @@ -22523,7 +30147,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CMN;:H53d:7,F", + "mappedName": "Face5;:M;CMN;:Hb62:7,F", "object": "Common07", "typeId": "Part::Common" }, @@ -22536,7 +30160,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face5;:M;CMN;:H53d:7,F", + "mappedName": "Face5;:M;CMN;:Hb62:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -22544,20 +30168,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H53e:4,F);CMN;:H53d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb63:4,F);CMN;:Hb62:1d,E", "object": "Common07", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H53e:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hb63:4,F)", "object": "Box07", "typeId": "Part::Box" } ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H53e:4,F);CMN;:H53d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb63:4,F);CMN;:Hb62:1d,E", "mappedStringIds": [], "name": "Edge1" }, @@ -22565,20 +30189,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H53e:4,F);CMN;:H53d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb63:4,F);CMN;:Hb62:1d,E", "object": "Common07", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H53e:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hb63:4,F)", "object": "Box07", "typeId": "Part::Box" } ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H53e:4,F);CMN;:H53d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb63:4,F);CMN;:Hb62:1d,E", "mappedStringIds": [], "name": "Edge2" }, @@ -22586,7 +30210,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CMN;:H53e:7,E", + "mappedName": "Edge1;:M;CMN;:Hb63:7,E", "object": "Common07", "typeId": "Part::Common" }, @@ -22599,7 +30223,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge1;:M;CMN;:H53e:7,E", + "mappedName": "Edge1;:M;CMN;:Hb63:7,E", "mappedStringIds": [], "name": "Edge3" }, @@ -22607,20 +30231,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H53d:4,F);CMN;:H53e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb62:4,F);CMN;:Hb63:1d,V", "object": "Common07", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H53d:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb62:4,F)", "object": "Cylinder07", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H53d:4,F);CMN;:H53e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb62:4,F);CMN;:Hb63:1d,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -22628,20 +30252,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H53d:4,F);CMN;:H53e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb62:4,F);CMN;:Hb63:1c,V", "object": "Common07", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H53d:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hb62:4,F)", "object": "Cylinder07", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H53d:4,F);CMN;:H53e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb62:4,F);CMN;:Hb63:1c,V", "mappedStringIds": [], "name": "Vertex2" } @@ -22657,7 +30281,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CMN;:H53d:7,F", + "mappedName": "Face6;:M;CMN;:Hb62:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -22665,7 +30289,7 @@ "index": 1, "type": "Face" }, - "name": "Face6;:M;CMN;:H53d:7,F", + "name": "Face6;:M;CMN;:Hb62:7,F", "stringIds": [] }, "relation": "modified", @@ -22684,7 +30308,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CMN;:H53e:7,F", + "mappedName": "Face1;:M;CMN;:Hb63:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -22692,7 +30316,7 @@ "index": 2, "type": "Face" }, - "name": "Face1;:M;CMN;:H53e:7,F", + "name": "Face1;:M;CMN;:Hb63:7,F", "stringIds": [] }, "relation": "modified", @@ -22711,7 +30335,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CMN;:H53d:7,F", + "mappedName": "Face5;:M;CMN;:Hb62:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -22719,7 +30343,7 @@ "index": 3, "type": "Face" }, - "name": "Face5;:M;CMN;:H53d:7,F", + "name": "Face5;:M;CMN;:Hb62:7,F", "stringIds": [] }, "relation": "modified", @@ -22738,7 +30362,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H53e:4,F);CMN;:H53d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb63:4,F);CMN;:Hb62:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -22746,7 +30370,7 @@ "index": 1, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H53e:4,F);CMN;:H53d:1d,E", + "name": "Face6;:G2(Face1;K-2;:Hb63:4,F);CMN;:Hb62:1d,E", "stringIds": [] }, "relation": "generated", @@ -22754,9 +30378,9 @@ "resultPersistentId": "Common07:edge:0", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H53e:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hb63:4,F)", "objectId": "Box07", - "persistentId": "Box07:mapped:Face6;:G2(Face1;K-2;:H53e:4,F)", + "persistentId": "Box07:mapped:Face6;:G2(Face1;K-2;:Hb63:4,F)", "stageId": "Box07" } ] @@ -22765,7 +30389,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H53e:4,F);CMN;:H53d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb63:4,F);CMN;:Hb62:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -22773,7 +30397,7 @@ "index": 2, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H53e:4,F);CMN;:H53d:1d,E", + "name": "Face5;:G2(Face1;K-1;:Hb63:4,F);CMN;:Hb62:1d,E", "stringIds": [] }, "relation": "generated", @@ -22781,9 +30405,9 @@ "resultPersistentId": "Common07:edge:1", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H53e:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hb63:4,F)", "objectId": "Box07", - "persistentId": "Box07:mapped:Face5;:G2(Face1;K-1;:H53e:4,F)", + "persistentId": "Box07:mapped:Face5;:G2(Face1;K-1;:Hb63:4,F)", "stageId": "Box07" } ] @@ -22792,7 +30416,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CMN;:H53e:7,E", + "mappedName": "Edge1;:M;CMN;:Hb63:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -22800,7 +30424,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge1;:M;CMN;:H53e:7,E", + "name": "Edge1;:M;CMN;:Hb63:7,E", "stringIds": [] }, "relation": "modified", @@ -22819,7 +30443,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H53d:4,F);CMN;:H53e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb62:4,F);CMN;:Hb63:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -22827,7 +30451,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H53d:4,F);CMN;:H53e:1d,V", + "name": "Edge1;:G2(Face6;K-1;:Hb62:4,F);CMN;:Hb63:1d,V", "stringIds": [] }, "relation": "generated", @@ -22835,9 +30459,9 @@ "resultPersistentId": "Common07:vertex:0", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H53d:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb62:4,F)", "objectId": "Cylinder07", - "persistentId": "Cylinder07:mapped:Edge1;:G2(Face6;K-1;:H53d:4,F)", + "persistentId": "Cylinder07:mapped:Edge1;:G2(Face6;K-1;:Hb62:4,F)", "stageId": "Cylinder07" } ] @@ -22846,7 +30470,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H53d:4,F);CMN;:H53e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb62:4,F);CMN;:Hb63:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -22854,7 +30478,7 @@ "index": 2, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H53d:4,F);CMN;:H53e:1c,V", + "name": "Edge1;:G(Face5;K-1;:Hb62:4,F);CMN;:Hb63:1c,V", "stringIds": [] }, "relation": "generated", @@ -22862,9 +30486,9 @@ "resultPersistentId": "Common07:vertex:1", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H53d:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hb62:4,F)", "objectId": "Cylinder07", - "persistentId": "Cylinder07:mapped:Edge1;:G(Face5;K-1;:H53d:4,F)", + "persistentId": "Cylinder07:mapped:Edge1;:G(Face5;K-1;:Hb62:4,F)", "stageId": "Cylinder07" } ] @@ -22879,11 +30503,139 @@ "stageId": "Common07", "status": "native-evidence" }, + "relationDigest": "295286347d8935ff0fc96fe706a211f55c042edd96c5f714a6ef31d2b9eac359", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face6;:M;CMN;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box07", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face1;:M;CMN;:H#:7,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder07", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face5;:M;CMN;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box07", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CMN;:H#:1d,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box07", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CMN;:H#:1d,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box07", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge1;:M;CMN;:H#:7,E", + "relation": "modified", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder07", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CMN;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder07", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CMN;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder07", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", "shape": { + "area": 351.85837720205683, + "brepSha256": "2694feab60934ff1ca68e1321ddd079d7ac6b5b78391c6abc3e2ca136b253680", "edges": 3, "faces": 3, + "geometryDigest": "03ccd0612800ea9b03ebbd04630044af5decfe6b4922957aeb7a6af7d12a205c", "solids": 1, "valid": true, + "vertices": 2, "volume": 502.6548245743668 }, "typeId": "Part::Common" @@ -22893,14 +30645,242 @@ "stringHasherResource": null }, { + "category": "boolean", "elementMapResources": { "Common08.Shape.Map.txt": { - "sha256": "e7a0b48523e3574a6940b814ca114191fb144c0cd8ea82adf44eb56a25dba417", - "text": "BeginElementMap v1\n1 PostfixCount 23\nEdge\nFace\nVertex\n;:G(Face1;K-4;:Haac:4,F);CMN;:Haab:1c,V\n;:G(Face1;K-5;:Haac:4,F);CMN;:Haab:1c,V\n;:G(Face1;K-6;:Haac:4,F);CMN;:Haab:1c,V\n;:G(Face1;K-1;:Haac:4,F);CMN;:Haab:1c,V\n;:G(Face1;K-2;:Haac:4,F);CMN;:Haab:1c,V\n;:G(Face1;K-3;:Haac:4,F);CMN;:Haab:1c,V\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E);RFI;:Haac:b8,F\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:U;RFI;:Haac:7,V\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E;:U2;RFI;:Haac:8,V\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E);RFI;:Haac:b9,F\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E\n;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 10\n0\n:2.1.16 0\n:2.1.15 0\n:2.1.b 0\n:2.1.17 0\n:2.1.e 0\n:2.1.10 0\n:2.1.12 0\n:2.1.13 0\n:2.1.14 0\n\nFace\n\nChildCount 0\n\nNameCount 4\n0\n:2.1.c 0\n:2.1.a 0\n:2.1.11 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n:1.2.7 0\n:1.c.6 0\n:2.1.d 0\n:1.a.4 0\n:2.1.f 0\n:1.9.9 0\n:1.4.8 0\n:1.b.5 0\n\nEndMap\n" + "sha256": "9e78730f73f5523816b4c3bc2ad32f53e0a4df86dfc2130d77f21a4c0cc1c562", + "text": "BeginElementMap v1\n1 PostfixCount 23\nEdge\nFace\nVertex\n;:G(Face1;K-4;:H112d:4,F);CMN;:H112c:1d,V\n;:G(Face1;K-5;:H112d:4,F);CMN;:H112c:1d,V\n;:G(Face1;K-6;:H112d:4,F);CMN;:H112c:1d,V\n;:G(Face1;K-1;:H112d:4,F);CMN;:H112c:1d,V\n;:G(Face1;K-2;:H112d:4,F);CMN;:H112c:1d,V\n;:G(Face1;K-3;:H112d:4,F);CMN;:H112c:1d,V\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E);RFI;:H112d:c1,F\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:U;RFI;:H112d:7,V\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E;:U2;RFI;:H112d:8,V\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E);RFI;:H112d:c2,F\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E\n;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 10\n0\n:2.1.16 0\n:2.1.15 0\n:2.1.b 0\n:2.1.17 0\n:2.1.e 0\n:2.1.10 0\n:2.1.12 0\n:2.1.13 0\n:2.1.14 0\n\nFace\n\nChildCount 0\n\nNameCount 4\n0\n:2.1.c 0\n:2.1.a 0\n:2.1.11 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n:1.2.7 0\n:1.c.6 0\n:2.1.d 0\n:1.a.4 0\n:2.1.f 0\n:1.9.9 0\n:1.4.8 0\n:1.b.5 0\n\nEndMap\n" } }, "finalObject": "Common08", "id": "boolean-common-2", + "mutation": { + "category": "boolean", + "contract": { + "editorModes": [], + "finalObject": "Common08", + "finalStageOrdinal": 2, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Cylinder08", + "targetStageOrdinal": 1, + "targetTypeId": "Part::Cylinder" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 1, + 2 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 2 + ], + "namingChangedStages": 1, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 9, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 3 + }, + "phases": { + "before": [ + { + "key": "boolean-common-2:000:Box08", + "name": "Box08", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-common-2:001:Cylinder08", + "name": "Cylinder08", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-2:002:Common08", + "name": "Common08", + "ordinal": 2, + "relationDigest": "dfdf72915217455c1b31cc7c5ba1e7ada26c2311bbb5a566cc64b61e217f65b9", + "semanticNameDigest": "9d429381d7597415c59081bdaf14a9d2de1f5aada3f2c323f81811d9fea22c08", + "shape": { + "area": 471.238898038469, + "brepSha256": "8a97b29387e562e4fea368de2119e765c8a64c7866b098b7ee7c27dc710853d6", + "edges": 9, + "faces": 3, + "geometryDigest": "a38c3a10d4d757bb1be9f2ed3c4ecbad362c929aab390f0b43550716c3918827", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 785.3981633974482 + }, + "typeId": "Part::Common" + } + ], + "edited": [ + { + "key": "boolean-common-2:000:Box08", + "name": "Box08", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-common-2:001:Cylinder08", + "name": "Cylinder08", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 673.8716241950106, + "brepSha256": "1c9cb597a36ccc17a0e30f8429c53b6ba0109fe287a927767b73d50345ffa0f6", + "edges": 3, + "faces": 3, + "geometryDigest": "ddc94bdbee1c73168ea6b411e18423ec8a733951a68332bda67f0caa7f830a41", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1330.4644887952775 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-2:002:Common08", + "name": "Common08", + "ordinal": 2, + "relationDigest": "88825c21ea8a84e6bda0265ab372f3a4f70a40db1ff746b6fcef4e5b7a5f84af", + "semanticNameDigest": "48cfb25eb45a77ffe5b0e193928f9b15999bb0e24d063d195f2e64bdfde86986", + "shape": { + "area": 517.5409168191385, + "brepSha256": "dad2ee1640675a1e895c7e1110cab7db671254ac0ddbc5a016d3b39b43a92bfa", + "edges": 24, + "faces": 10, + "geometryDigest": "ffbf0b4603c537f203a2ed20c9097097256d64a83c88227bf5a6665cfa543948", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 888.6527511632727 + }, + "typeId": "Part::Common" + } + ], + "restored": [ + { + "key": "boolean-common-2:000:Box08", + "name": "Box08", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-common-2:001:Cylinder08", + "name": "Cylinder08", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-2:002:Common08", + "name": "Common08", + "ordinal": 2, + "relationDigest": "dfdf72915217455c1b31cc7c5ba1e7ada26c2311bbb5a566cc64b61e217f65b9", + "semanticNameDigest": "9d429381d7597415c59081bdaf14a9d2de1f5aada3f2c323f81811d9fea22c08", + "shape": { + "area": 471.238898038469, + "brepSha256": "8a97b29387e562e4fea368de2119e765c8a64c7866b098b7ee7c27dc710853d6", + "edges": 9, + "faces": 3, + "geometryDigest": "a38c3a10d4d757bb1be9f2ed3c4ecbad362c929aab390f0b43550716c3918827", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 785.3981633974482 + }, + "typeId": "Part::Common" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 5, + "edited": 5.5, + "restored": 5 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -22908,6 +30888,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box08", + "linkedObjects": [], "name": "Box08", "names": [ { @@ -23838,11 +31819,201 @@ "stageId": "Box08", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -23852,6 +32023,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder08", + "linkedObjects": [], "name": "Cylinder08", "names": [ { @@ -24152,11 +32324,75 @@ "stageId": "Cylinder08", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", "edges": 3, "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", "solids": 1, "valid": true, + "vertices": 2, "volume": 1099.5574287564275 }, "typeId": "Part::Cylinder" @@ -24168,26 +32404,30 @@ "elementMapSize": 20, "elementMapVersion": "15.70200.5", "label": "Common08", + "linkedObjects": [ + "Box08", + "Cylinder08" + ], "name": "Common08", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E);RFI;:Haac:b8,F", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E);RFI;:H112d:c1,F", "object": "Common08", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E)", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E)", "object": "Cylinder08", "typeId": "Part::Cylinder" } ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E);RFI;:Haac:b8,F", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E);RFI;:H112d:c1,F", "mappedStringIds": [], "name": "Face1" }, @@ -24195,9 +32435,9 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", "object": "Common08", "typeId": "Part::Common" }, @@ -24210,7 +32450,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", "mappedStringIds": [], "name": "Face2" }, @@ -24218,20 +32458,20 @@ "history": [ { "children": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E);RFI;:Haac:b9,F", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E);RFI;:H112d:c2,F", "object": "Common08", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E)", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E)", "object": "Cylinder08", "typeId": "Part::Cylinder" } ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E);RFI;:Haac:b9,F", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E);RFI;:H112d:c2,F", "mappedStringIds": [], "name": "Face3" }, @@ -24239,10 +32479,10 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E", "object": "Common08", "typeId": "Part::Common" }, @@ -24255,7 +32495,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E", "mappedStringIds": [], "name": "Edge1" }, @@ -24263,10 +32503,10 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E", "object": "Common08", "typeId": "Part::Common" }, @@ -24279,7 +32519,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E", "mappedStringIds": [], "name": "Edge2" }, @@ -24287,10 +32527,10 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E", "object": "Common08", "typeId": "Part::Common" }, @@ -24303,7 +32543,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E", "mappedStringIds": [], "name": "Edge3" }, @@ -24311,10 +32551,10 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E", "object": "Common08", "typeId": "Part::Common" }, @@ -24327,7 +32567,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E", "mappedStringIds": [], "name": "Edge4" }, @@ -24335,10 +32575,10 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E", "object": "Common08", "typeId": "Part::Common" }, @@ -24351,7 +32591,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E", "mappedStringIds": [], "name": "Edge5" }, @@ -24359,10 +32599,10 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E", "object": "Common08", "typeId": "Part::Common" }, @@ -24375,7 +32615,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E", "mappedStringIds": [], "name": "Edge6" }, @@ -24383,10 +32623,10 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E", "object": "Common08", "typeId": "Part::Common" }, @@ -24399,7 +32639,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E", "mappedStringIds": [], "name": "Edge7" }, @@ -24407,10 +32647,10 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E", "object": "Common08", "typeId": "Part::Common" }, @@ -24423,7 +32663,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E", "mappedStringIds": [], "name": "Edge8" }, @@ -24431,10 +32671,10 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E", "object": "Common08", "typeId": "Part::Common" }, @@ -24447,7 +32687,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E", "mappedStringIds": [], "name": "Edge9" }, @@ -24455,20 +32695,20 @@ "history": [ { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H112d:4,F);CMN;:H112c:1d,V", "object": "Common08", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:Haac:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H112d:4,F)", "object": "Box08", "typeId": "Part::Box" } ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge2;:G(Face1;K-1;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -24476,20 +32716,20 @@ "history": [ { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H112d:4,F);CMN;:H112c:1d,V", "object": "Common08", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:Haac:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H112d:4,F)", "object": "Box08", "typeId": "Part::Box" } ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Edge12;:G(Face1;K-6;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -24497,11 +32737,11 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E", - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E", + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:U;RFI;:Haac:7,V", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:U;RFI;:H112d:7,V", "object": "Common08", "typeId": "Part::Common" }, @@ -24514,7 +32754,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:U;RFI;:Haac:7,V", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:U;RFI;:H112d:7,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -24522,20 +32762,20 @@ "history": [ { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H112d:4,F);CMN;:H112c:1d,V", "object": "Common08", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:Haac:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H112d:4,F)", "object": "Box08", "typeId": "Part::Box" } ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Edge10;:G(Face1;K-4;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -24543,11 +32783,11 @@ "history": [ { "children": [ - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E", - "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", - "Face1;:M3;CMN;:Haac:8,F" + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E", + "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", + "Face1;:M3;CMN;:H112d:8,F" ], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E;:U2;RFI;:Haac:8,V", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E;:U2;RFI;:H112d:8,V", "object": "Common08", "typeId": "Part::Common" }, @@ -24560,7 +32800,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E;:U2;RFI;:Haac:8,V", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E;:U2;RFI;:H112d:8,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -24568,20 +32808,20 @@ "history": [ { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H112d:4,F);CMN;:H112c:1d,V", "object": "Common08", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:Haac:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H112d:4,F)", "object": "Box08", "typeId": "Part::Box" } ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Edge9;:G(Face1;K-3;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -24589,20 +32829,20 @@ "history": [ { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H112d:4,F);CMN;:H112c:1d,V", "object": "Common08", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:Haac:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H112d:4,F)", "object": "Box08", "typeId": "Part::Box" } ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Edge4;:G(Face1;K-2;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -24610,20 +32850,20 @@ "history": [ { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H112d:4,F);CMN;:H112c:1d,V", "object": "Common08", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:Haac:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H112d:4,F)", "object": "Box08", "typeId": "Part::Box" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge11;:G(Face1;K-5;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "name": "Vertex8" } @@ -24639,7 +32879,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E);RFI;:Haac:b8,F", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E);RFI;:H112d:c1,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24647,7 +32887,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E);RFI;:Haac:b8,F", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E);RFI;:H112d:c1,F", "stringIds": [] }, "relation": "modified", @@ -24655,9 +32895,9 @@ "resultPersistentId": "Common08:face:0", "sourceRefs": [ { - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E)", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E)", "objectId": "Cylinder08", - "persistentId": "Cylinder08:mapped:Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E)", + "persistentId": "Cylinder08:mapped:Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E)", "stageId": "Cylinder08" } ] @@ -24666,7 +32906,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24674,7 +32914,7 @@ "index": 2, "type": "Face" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F", "stringIds": [] }, "relation": "modified", @@ -24693,7 +32933,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E);RFI;:Haac:b9,F", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E);RFI;:H112d:c2,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24701,7 +32941,7 @@ "index": 3, "type": "Face" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E);RFI;:Haac:b9,F", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E);RFI;:H112d:c2,F", "stringIds": [] }, "relation": "modified", @@ -24709,9 +32949,9 @@ "resultPersistentId": "Common08:face:2", "sourceRefs": [ { - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E)", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E)", "objectId": "Cylinder08", - "persistentId": "Cylinder08:mapped:Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E;:L(Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E|Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E)", + "persistentId": "Cylinder08:mapped:Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E;:L(Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E|Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E)", "stageId": "Cylinder08" } ] @@ -24720,7 +32960,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24728,7 +32968,7 @@ "index": 1, "type": "Edge" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U9;RFI;:Haac:8,E", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U9;RFI;:H112d:8,E", "stringIds": [] }, "relation": "modified", @@ -24747,7 +32987,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24755,7 +32995,7 @@ "index": 2, "type": "Edge" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U8;RFI;:Haac:8,E", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U8;RFI;:H112d:8,E", "stringIds": [] }, "relation": "modified", @@ -24774,7 +33014,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24782,7 +33022,7 @@ "index": 3, "type": "Edge" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E", "stringIds": [] }, "relation": "modified", @@ -24801,7 +33041,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24809,7 +33049,7 @@ "index": 4, "type": "Edge" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U;RFI;:Haac:7,E", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U;RFI;:H112d:7,E", "stringIds": [] }, "relation": "modified", @@ -24828,7 +33068,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24836,7 +33076,7 @@ "index": 5, "type": "Edge" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E", "stringIds": [] }, "relation": "modified", @@ -24855,7 +33095,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24863,7 +33103,7 @@ "index": 6, "type": "Edge" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U4;RFI;:Haac:8,E", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U4;RFI;:H112d:8,E", "stringIds": [] }, "relation": "modified", @@ -24882,7 +33122,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24890,7 +33130,7 @@ "index": 7, "type": "Edge" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U5;RFI;:Haac:8,E", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U5;RFI;:H112d:8,E", "stringIds": [] }, "relation": "modified", @@ -24909,7 +33149,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24917,7 +33157,7 @@ "index": 8, "type": "Edge" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U6;RFI;:Haac:8,E", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U6;RFI;:H112d:8,E", "stringIds": [] }, "relation": "modified", @@ -24936,7 +33176,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24944,7 +33184,7 @@ "index": 9, "type": "Edge" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U7;RFI;:Haac:8,E", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U7;RFI;:H112d:8,E", "stringIds": [] }, "relation": "modified", @@ -24963,7 +33203,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge2;:G(Face1;K-1;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24971,7 +33211,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge2;:G(Face1;K-1;:Haac:4,F);CMN;:Haab:1c,V", + "name": "Edge2;:G(Face1;K-1;:H112d:4,F);CMN;:H112c:1d,V", "stringIds": [] }, "relation": "generated", @@ -24979,9 +33219,9 @@ "resultPersistentId": "Common08:vertex:0", "sourceRefs": [ { - "mappedName": "Edge2;:G(Face1;K-1;:Haac:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H112d:4,F)", "objectId": "Box08", - "persistentId": "Box08:mapped:Edge2;:G(Face1;K-1;:Haac:4,F)", + "persistentId": "Box08:mapped:Edge2;:G(Face1;K-1;:H112d:4,F)", "stageId": "Box08" } ] @@ -24990,7 +33230,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge12;:G(Face1;K-6;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -24998,7 +33238,7 @@ "index": 2, "type": "Vertex" }, - "name": "Edge12;:G(Face1;K-6;:Haac:4,F);CMN;:Haab:1c,V", + "name": "Edge12;:G(Face1;K-6;:H112d:4,F);CMN;:H112c:1d,V", "stringIds": [] }, "relation": "generated", @@ -25006,9 +33246,9 @@ "resultPersistentId": "Common08:vertex:1", "sourceRefs": [ { - "mappedName": "Edge12;:G(Face1;K-6;:Haac:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H112d:4,F)", "objectId": "Box08", - "persistentId": "Box08:mapped:Edge12;:G(Face1;K-6;:Haac:4,F)", + "persistentId": "Box08:mapped:Edge12;:G(Face1;K-6;:H112d:4,F)", "stageId": "Box08" } ] @@ -25017,7 +33257,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:U;RFI;:Haac:7,V", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:U;RFI;:H112d:7,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -25025,7 +33265,7 @@ "index": 3, "type": "Vertex" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U2;RFI;:Haac:8,E;:U;RFI;:Haac:7,V", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U2;RFI;:H112d:8,E;:U;RFI;:H112d:7,V", "stringIds": [] }, "relation": "modified", @@ -25044,7 +33284,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge10;:G(Face1;K-4;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -25052,7 +33292,7 @@ "index": 4, "type": "Vertex" }, - "name": "Edge10;:G(Face1;K-4;:Haac:4,F);CMN;:Haab:1c,V", + "name": "Edge10;:G(Face1;K-4;:H112d:4,F);CMN;:H112c:1d,V", "stringIds": [] }, "relation": "generated", @@ -25060,9 +33300,9 @@ "resultPersistentId": "Common08:vertex:3", "sourceRefs": [ { - "mappedName": "Edge10;:G(Face1;K-4;:Haac:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H112d:4,F)", "objectId": "Box08", - "persistentId": "Box08:mapped:Edge10;:G(Face1;K-4;:Haac:4,F)", + "persistentId": "Box08:mapped:Edge10;:G(Face1;K-4;:H112d:4,F)", "stageId": "Box08" } ] @@ -25071,7 +33311,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E;:U2;RFI;:Haac:8,V", + "mappedName": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E;:U2;RFI;:H112d:8,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -25079,7 +33319,7 @@ "index": 5, "type": "Vertex" }, - "name": "Face1;:M3;CMN;:Haac:8,F;:M;RFI;:Haac:7,F;:U3;RFI;:Haac:8,E;:U2;RFI;:Haac:8,V", + "name": "Face1;:M3;CMN;:H112d:8,F;:M;RFI;:H112d:7,F;:U3;RFI;:H112d:8,E;:U2;RFI;:H112d:8,V", "stringIds": [] }, "relation": "modified", @@ -25098,7 +33338,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge9;:G(Face1;K-3;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -25106,7 +33346,7 @@ "index": 6, "type": "Vertex" }, - "name": "Edge9;:G(Face1;K-3;:Haac:4,F);CMN;:Haab:1c,V", + "name": "Edge9;:G(Face1;K-3;:H112d:4,F);CMN;:H112c:1d,V", "stringIds": [] }, "relation": "generated", @@ -25114,9 +33354,9 @@ "resultPersistentId": "Common08:vertex:5", "sourceRefs": [ { - "mappedName": "Edge9;:G(Face1;K-3;:Haac:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H112d:4,F)", "objectId": "Box08", - "persistentId": "Box08:mapped:Edge9;:G(Face1;K-3;:Haac:4,F)", + "persistentId": "Box08:mapped:Edge9;:G(Face1;K-3;:H112d:4,F)", "stageId": "Box08" } ] @@ -25125,7 +33365,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge4;:G(Face1;K-2;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -25133,7 +33373,7 @@ "index": 7, "type": "Vertex" }, - "name": "Edge4;:G(Face1;K-2;:Haac:4,F);CMN;:Haab:1c,V", + "name": "Edge4;:G(Face1;K-2;:H112d:4,F);CMN;:H112c:1d,V", "stringIds": [] }, "relation": "generated", @@ -25141,9 +33381,9 @@ "resultPersistentId": "Common08:vertex:6", "sourceRefs": [ { - "mappedName": "Edge4;:G(Face1;K-2;:Haac:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H112d:4,F)", "objectId": "Box08", - "persistentId": "Box08:mapped:Edge4;:G(Face1;K-2;:Haac:4,F)", + "persistentId": "Box08:mapped:Edge4;:G(Face1;K-2;:H112d:4,F)", "stageId": "Box08" } ] @@ -25152,7 +33392,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge11;:G(Face1;K-5;:Haac:4,F);CMN;:Haab:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H112d:4,F);CMN;:H112c:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -25160,7 +33400,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge11;:G(Face1;K-5;:Haac:4,F);CMN;:Haab:1c,V", + "name": "Edge11;:G(Face1;K-5;:H112d:4,F);CMN;:H112c:1d,V", "stringIds": [] }, "relation": "generated", @@ -25168,9 +33408,9 @@ "resultPersistentId": "Common08:vertex:7", "sourceRefs": [ { - "mappedName": "Edge11;:G(Face1;K-5;:Haac:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H112d:4,F)", "objectId": "Box08", - "persistentId": "Box08:mapped:Edge11;:G(Face1;K-5;:Haac:4,F)", + "persistentId": "Box08:mapped:Edge11;:G(Face1;K-5;:H112d:4,F)", "stageId": "Box08" } ] @@ -25185,11 +33425,319 @@ "stageId": "Common08", "status": "native-evidence" }, + "relationDigest": "dfdf72915217455c1b31cc7c5ba1e7ada26c2311bbb5a566cc64b61e217f65b9", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U2;RFI;:H#:8,E;:L(Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U8;RFI;:H#:8,E|Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U9;RFI;:H#:8,E|Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U;RFI;:H#:7,E);RFI;:H#:c1,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U2;RFI;:H#:8,E;:L(Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U8;RFI;:H#:8,E|Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U9;RFI;:H#:8,E|Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U;RFI;:H#:7,E)", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U4;RFI;:H#:8,E;:L(Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U5;RFI;:H#:8,E|Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U6;RFI;:H#:8,E|Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U7;RFI;:H#:8,E);RFI;:H#:c2,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U4;RFI;:H#:8,E;:L(Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U5;RFI;:H#:8,E|Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U6;RFI;:H#:8,E|Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U7;RFI;:H#:8,E)", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U9;RFI;:H#:8,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U8;RFI;:H#:8,E", + "relation": "modified", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U2;RFI;:H#:8,E", + "relation": "modified", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U;RFI;:H#:7,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U3;RFI;:H#:8,E", + "relation": "modified", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U4;RFI;:H#:8,E", + "relation": "modified", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U5;RFI;:H#:8,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U6;RFI;:H#:8,E", + "relation": "modified", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U7;RFI;:H#:8,E", + "relation": "modified", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F);CMN;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F)", + "sourceElement": "Edge2", + "sourceObject": "Box08", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F);CMN;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F)", + "sourceElement": "Edge12", + "sourceObject": "Box08", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U2;RFI;:H#:8,E;:U;RFI;:H#:7,V", + "relation": "modified", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F);CMN;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F)", + "sourceElement": "Edge10", + "sourceObject": "Box08", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Face1;:M3;CMN;:H#:8,F;:M;RFI;:H#:7,F;:U3;RFI;:H#:8,E;:U2;RFI;:H#:8,V", + "relation": "modified", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder08", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F);CMN;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F)", + "sourceElement": "Edge9", + "sourceObject": "Box08", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F);CMN;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F)", + "sourceElement": "Edge4", + "sourceObject": "Box08", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F);CMN;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F)", + "sourceElement": "Edge11", + "sourceObject": "Box08", + "sourceTypeId": "Part::Box" + } + ] + } + ], + "semanticNameDigest": "9d429381d7597415c59081bdaf14a9d2de1f5aada3f2c323f81811d9fea22c08", "shape": { + "area": 471.238898038469, + "brepSha256": "8a97b29387e562e4fea368de2119e765c8a64c7866b098b7ee7c27dc710853d6", "edges": 9, "faces": 3, + "geometryDigest": "a38c3a10d4d757bb1be9f2ed3c4ecbad362c929aab390f0b43550716c3918827", "solids": 1, "valid": true, + "vertices": 8, "volume": 785.3981633974482 }, "typeId": "Part::Common" @@ -25199,14 +33747,240 @@ "stringHasherResource": null }, { + "category": "boolean", "elementMapResources": { "Common09.Shape.Map.txt": { - "sha256": "ddf2046f0bb69f2b4e16fe6834a9a6fab76b855d5fbc44682f82c2c3c89da4c4", - "text": "BeginElementMap v1\n1 PostfixCount 10\nEdge\nFace\nVertex\n;:G(Face5;K-1;:He28:4,F);CMN;:He29:1c,V\n;:G2(Face6;K-1;:He28:4,F);CMN;:He29:1d,V\n;:M;CMN;:He29:7,E\n;:M;CMN;:He29:7,F\n;:G2(Face1;K-1;:He29:4,F);CMN;:He28:1d,E\n;:M;CMN;:He28:7,F\n;:G2(Face1;K-2;:He29:4,F);CMN;:He28:1d,E\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 4\n0\n:2.6.a 0\n:2.5.8 0\n:1.1.6 0\n\nFace\n\nChildCount 0\n\nNameCount 4\n0\n:2.6.9 0\n:2.1.7 0\n:2.5.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 3\n0\n:1.1.5 0\n:1.1.4 0\n\nEndMap\n" + "sha256": "8cef6c219837a8419c3c565cdae7078571cc70897debb10a42d21a1837decd75", + "text": "BeginElementMap v1\n1 PostfixCount 10\nEdge\nFace\nVertex\n;:G(Face5;K-1;:H525:4,F);CMN;:H526:1c,V\n;:G2(Face6;K-1;:H525:4,F);CMN;:H526:1d,V\n;:M;CMN;:H526:7,E\n;:M;CMN;:H526:7,F\n;:G2(Face1;K-1;:H526:4,F);CMN;:H525:1d,E\n;:M;CMN;:H525:7,F\n;:G2(Face1;K-2;:H526:4,F);CMN;:H525:1d,E\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 4\n0\n:2.6.a 0\n:2.5.8 0\n:1.1.6 0\n\nFace\n\nChildCount 0\n\nNameCount 4\n0\n:2.6.9 0\n:2.1.7 0\n:2.5.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 3\n0\n:1.1.5 0\n:1.1.4 0\n\nEndMap\n" } }, "finalObject": "Common09", "id": "boolean-common-3", + "mutation": { + "category": "boolean", + "contract": { + "editorModes": [], + "finalObject": "Common09", + "finalStageOrdinal": 2, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Cylinder09", + "targetStageOrdinal": 1, + "targetTypeId": "Part::Cylinder" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 1, + 2 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 9, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 3 + }, + "phases": { + "before": [ + { + "key": "boolean-common-3:000:Box09", + "name": "Box09", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-common-3:001:Cylinder09", + "name": "Cylinder09", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-3:002:Common09", + "name": "Common09", + "ordinal": 2, + "relationDigest": "2be84bc707a5d5cceac0892c21948e193b48fb882a32a0230fff4b320178c9a9", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "shape": { + "area": 245.04422698000383, + "brepSha256": "0e08e654c988c47311a9079d7c50286486268cba330ab30f78b2fb788f743d8f", + "edges": 3, + "faces": 3, + "geometryDigest": "894cd7330b92152615de178a2aa3a682a192d98678b7629e843f7c72e1e1c49e", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 282.7433388230814 + }, + "typeId": "Part::Common" + } + ], + "edited": [ + { + "key": "boolean-common-3:000:Box09", + "name": "Box09", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-common-3:001:Cylinder09", + "name": "Cylinder09", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 384.84510006474966, + "brepSha256": "c7f7f3b250db047a989eebcd155ee37b02b0dfa944447ccd084014d625f61c60", + "edges": 3, + "faces": 3, + "geometryDigest": "a51b727ec53db3d7b98b1e25df197f412a9edba1b0f2c4b56c98759633d90e46", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 538.7831400906497 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-3:002:Common09", + "name": "Common09", + "ordinal": 2, + "relationDigest": "2be84bc707a5d5cceac0892c21948e193b48fb882a32a0230fff4b320178c9a9", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "shape": { + "area": 296.88050576423547, + "brepSha256": "b12e4bc19cde461497bd8f72ed00f21e21c0f99013157b120be5d0ca25317dcf", + "edges": 3, + "faces": 3, + "geometryDigest": "3e2c8ce4964e64529cef1242b461e54aa303017ae9d19f3b27ea87b64218f589", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 384.8451000647498 + }, + "typeId": "Part::Common" + } + ], + "restored": [ + { + "key": "boolean-common-3:000:Box09", + "name": "Box09", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "boolean-common-3:001:Cylinder09", + "name": "Cylinder09", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-3:002:Common09", + "name": "Common09", + "ordinal": 2, + "relationDigest": "2be84bc707a5d5cceac0892c21948e193b48fb882a32a0230fff4b320178c9a9", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "shape": { + "area": 245.04422698000383, + "brepSha256": "0e08e654c988c47311a9079d7c50286486268cba330ab30f78b2fb788f743d8f", + "edges": 3, + "faces": 3, + "geometryDigest": "894cd7330b92152615de178a2aa3a682a192d98678b7629e843f7c72e1e1c49e", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 282.7433388230814 + }, + "typeId": "Part::Common" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 3, + "edited": 3.5, + "restored": 3 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -25214,6 +33988,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box09", + "linkedObjects": [], "name": "Box09", "names": [ { @@ -26144,11 +34919,201 @@ "stageId": "Box09", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -26158,6 +35123,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder09", + "linkedObjects": [], "name": "Cylinder09", "names": [ { @@ -26458,11 +35424,75 @@ "stageId": "Cylinder09", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", "edges": 3, "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", "solids": 1, "valid": true, + "vertices": 2, "volume": 395.84067435231395 }, "typeId": "Part::Cylinder" @@ -26474,13 +35504,17 @@ "elementMapSize": 8, "elementMapVersion": "15.70200.5", "label": "Common09", + "linkedObjects": [ + "Box09", + "Cylinder09" + ], "name": "Common09", "names": [ { "history": [ { "children": [], - "mappedName": "Face6;:M;CMN;:He28:7,F", + "mappedName": "Face6;:M;CMN;:H525:7,F", "object": "Common09", "typeId": "Part::Common" }, @@ -26493,7 +35527,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face6;:M;CMN;:He28:7,F", + "mappedName": "Face6;:M;CMN;:H525:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -26501,7 +35535,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CMN;:He29:7,F", + "mappedName": "Face1;:M;CMN;:H526:7,F", "object": "Common09", "typeId": "Part::Common" }, @@ -26514,7 +35548,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face1;:M;CMN;:He29:7,F", + "mappedName": "Face1;:M;CMN;:H526:7,F", "mappedStringIds": [], "name": "Face2" }, @@ -26522,7 +35556,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CMN;:He28:7,F", + "mappedName": "Face5;:M;CMN;:H525:7,F", "object": "Common09", "typeId": "Part::Common" }, @@ -26535,7 +35569,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face5;:M;CMN;:He28:7,F", + "mappedName": "Face5;:M;CMN;:H525:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -26543,20 +35577,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:He29:4,F);CMN;:He28:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H526:4,F);CMN;:H525:1d,E", "object": "Common09", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:He29:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H526:4,F)", "object": "Box09", "typeId": "Part::Box" } ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:He29:4,F);CMN;:He28:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H526:4,F);CMN;:H525:1d,E", "mappedStringIds": [], "name": "Edge1" }, @@ -26564,20 +35598,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:He29:4,F);CMN;:He28:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H526:4,F);CMN;:H525:1d,E", "object": "Common09", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:He29:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H526:4,F)", "object": "Box09", "typeId": "Part::Box" } ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:He29:4,F);CMN;:He28:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H526:4,F);CMN;:H525:1d,E", "mappedStringIds": [], "name": "Edge2" }, @@ -26585,7 +35619,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CMN;:He29:7,E", + "mappedName": "Edge1;:M;CMN;:H526:7,E", "object": "Common09", "typeId": "Part::Common" }, @@ -26598,7 +35632,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge1;:M;CMN;:He29:7,E", + "mappedName": "Edge1;:M;CMN;:H526:7,E", "mappedStringIds": [], "name": "Edge3" }, @@ -26606,20 +35640,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:He28:4,F);CMN;:He29:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H525:4,F);CMN;:H526:1d,V", "object": "Common09", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:He28:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H525:4,F)", "object": "Cylinder09", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:He28:4,F);CMN;:He29:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H525:4,F);CMN;:H526:1d,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -26627,20 +35661,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:He28:4,F);CMN;:He29:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H525:4,F);CMN;:H526:1c,V", "object": "Common09", "typeId": "Part::Common" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:He28:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H525:4,F)", "object": "Cylinder09", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:He28:4,F);CMN;:He29:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H525:4,F);CMN;:H526:1c,V", "mappedStringIds": [], "name": "Vertex2" } @@ -26656,7 +35690,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CMN;:He28:7,F", + "mappedName": "Face6;:M;CMN;:H525:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -26664,7 +35698,7 @@ "index": 1, "type": "Face" }, - "name": "Face6;:M;CMN;:He28:7,F", + "name": "Face6;:M;CMN;:H525:7,F", "stringIds": [] }, "relation": "modified", @@ -26683,7 +35717,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CMN;:He29:7,F", + "mappedName": "Face1;:M;CMN;:H526:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -26691,7 +35725,7 @@ "index": 2, "type": "Face" }, - "name": "Face1;:M;CMN;:He29:7,F", + "name": "Face1;:M;CMN;:H526:7,F", "stringIds": [] }, "relation": "modified", @@ -26710,7 +35744,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CMN;:He28:7,F", + "mappedName": "Face5;:M;CMN;:H525:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -26718,7 +35752,7 @@ "index": 3, "type": "Face" }, - "name": "Face5;:M;CMN;:He28:7,F", + "name": "Face5;:M;CMN;:H525:7,F", "stringIds": [] }, "relation": "modified", @@ -26737,7 +35771,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:He29:4,F);CMN;:He28:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H526:4,F);CMN;:H525:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -26745,7 +35779,7 @@ "index": 1, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:He29:4,F);CMN;:He28:1d,E", + "name": "Face6;:G2(Face1;K-2;:H526:4,F);CMN;:H525:1d,E", "stringIds": [] }, "relation": "generated", @@ -26753,9 +35787,9 @@ "resultPersistentId": "Common09:edge:0", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:He29:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H526:4,F)", "objectId": "Box09", - "persistentId": "Box09:mapped:Face6;:G2(Face1;K-2;:He29:4,F)", + "persistentId": "Box09:mapped:Face6;:G2(Face1;K-2;:H526:4,F)", "stageId": "Box09" } ] @@ -26764,7 +35798,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:He29:4,F);CMN;:He28:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H526:4,F);CMN;:H525:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -26772,7 +35806,7 @@ "index": 2, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:He29:4,F);CMN;:He28:1d,E", + "name": "Face5;:G2(Face1;K-1;:H526:4,F);CMN;:H525:1d,E", "stringIds": [] }, "relation": "generated", @@ -26780,9 +35814,9 @@ "resultPersistentId": "Common09:edge:1", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:He29:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H526:4,F)", "objectId": "Box09", - "persistentId": "Box09:mapped:Face5;:G2(Face1;K-1;:He29:4,F)", + "persistentId": "Box09:mapped:Face5;:G2(Face1;K-1;:H526:4,F)", "stageId": "Box09" } ] @@ -26791,7 +35825,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CMN;:He29:7,E", + "mappedName": "Edge1;:M;CMN;:H526:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -26799,7 +35833,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge1;:M;CMN;:He29:7,E", + "name": "Edge1;:M;CMN;:H526:7,E", "stringIds": [] }, "relation": "modified", @@ -26818,7 +35852,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:He28:4,F);CMN;:He29:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H525:4,F);CMN;:H526:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -26826,7 +35860,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:He28:4,F);CMN;:He29:1d,V", + "name": "Edge1;:G2(Face6;K-1;:H525:4,F);CMN;:H526:1d,V", "stringIds": [] }, "relation": "generated", @@ -26834,9 +35868,9 @@ "resultPersistentId": "Common09:vertex:0", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:He28:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H525:4,F)", "objectId": "Cylinder09", - "persistentId": "Cylinder09:mapped:Edge1;:G2(Face6;K-1;:He28:4,F)", + "persistentId": "Cylinder09:mapped:Edge1;:G2(Face6;K-1;:H525:4,F)", "stageId": "Cylinder09" } ] @@ -26845,7 +35879,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:He28:4,F);CMN;:He29:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H525:4,F);CMN;:H526:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -26853,7 +35887,7 @@ "index": 2, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:He28:4,F);CMN;:He29:1c,V", + "name": "Edge1;:G(Face5;K-1;:H525:4,F);CMN;:H526:1c,V", "stringIds": [] }, "relation": "generated", @@ -26861,9 +35895,9 @@ "resultPersistentId": "Common09:vertex:1", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:He28:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H525:4,F)", "objectId": "Cylinder09", - "persistentId": "Cylinder09:mapped:Edge1;:G(Face5;K-1;:He28:4,F)", + "persistentId": "Cylinder09:mapped:Edge1;:G(Face5;K-1;:H525:4,F)", "stageId": "Cylinder09" } ] @@ -26878,11 +35912,139 @@ "stageId": "Common09", "status": "native-evidence" }, + "relationDigest": "2be84bc707a5d5cceac0892c21948e193b48fb882a32a0230fff4b320178c9a9", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face6;:M;CMN;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box09", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face1;:M;CMN;:H#:7,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder09", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face5;:M;CMN;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box09", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CMN;:H#:1d,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box09", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CMN;:H#:1d,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box09", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge1;:M;CMN;:H#:7,E", + "relation": "modified", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder09", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CMN;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder09", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CMN;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder09", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", "shape": { + "area": 245.04422698000383, + "brepSha256": "0e08e654c988c47311a9079d7c50286486268cba330ab30f78b2fb788f743d8f", "edges": 3, "faces": 3, + "geometryDigest": "894cd7330b92152615de178a2aa3a682a192d98678b7629e843f7c72e1e1c49e", "solids": 1, "valid": true, + "vertices": 2, "volume": 282.7433388230814 }, "typeId": "Part::Common" @@ -26892,18 +36054,19 @@ "stringHasherResource": null }, { + "category": "partdesign", "elementMapResources": { "Body10.Shape.Map.txt": { - "sha256": "c9e4f1766348928431faa644473db23f570c0f2a2f47d441ac102cba912b1c2b", - "text": "BeginElementMap v1\n1 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H1ee:7,E\n;:G0;XTR;:H1ee:8,F\n;:U;XTR;:H1ee:7,E\n;:U;XTR;:H1ee:7,V\n;:H1ee,V\n;:H1ee,E\n;:G;XTR;:H1ee:7,F\n;FAC;:H1ee:4,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 495 1 ;:H1ef,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 495 1 ;:H1ef,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 495 1 ;:H1ef,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "1b6d8a008aade45e48f07e3702975a23f893f8ded83da9aa0ccce8963bd496fa", + "text": "BeginElementMap v1\n1 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:Hc8f:8,F\n;:U;XTR;:Hc8f:7,E\n;:G;XTR;:Hc8f:7,E\n;:U2;XTR;:Hc8f:8,V\n;:U;XTR;:Hc8f:7,V\n;:Hc8f,V\n;:Hc8f,E\n;:G;XTR;:Hc8f:7,F\n;FAC;:Hc8f:4,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 3216 1 ;:Hc90,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 3216 1 ;:Hc90,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 3216 1 ;:Hc90,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad10.AddSubShape.Map.txt": { - "sha256": "0137901d32dd0a0ec454be5f80d4a82429dae32ffb7feb76d78cc3b98ad29ee4", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H1ee:7,E\n;:G0;XTR;:H1ee:8,F\n;:U;XTR;:H1ee:7,E\n;:U;XTR;:H1ee:7,V\n;:H1ee,V\n;:H1ee,E\n;:G;XTR;:H1ee:7,F\n;FAC;:H1ee:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "6990a763905b4072ed1cd67aa0e41ddcbf888a71fd62ff4e555f689a090276be", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:Hc8f:8,F\n;:U;XTR;:Hc8f:7,E\n;:G;XTR;:Hc8f:7,E\n;:U2;XTR;:Hc8f:8,V\n;:U;XTR;:Hc8f:7,V\n;:Hc8f,V\n;:Hc8f,E\n;:G;XTR;:Hc8f:7,F\n;FAC;:Hc8f:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n" }, "Pad10.Shape.Map.txt": { - "sha256": "c892bf3987e55850daba1c9f90e59cca27770fb1b1edc9b2b1946066b6052fa3", - "text": "BeginElementMap v1\n2 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H1ee:7,E\n;:G0;XTR;:H1ee:8,F\n;:U;XTR;:H1ee:7,E\n;:U;XTR;:H1ee:7,V\n;:H1ee,V\n;:H1ee,E\n;:G;XTR;:H1ee:7,F\n;FAC;:H1ee:4,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "174d9c7f7dbcc118bc2f704b925a6c96ae61cf51846ede7fade45fdb91db7dec", + "text": "BeginElementMap v1\n2 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:Hc8f:8,F\n;:U;XTR;:Hc8f:7,E\n;:G;XTR;:Hc8f:7,E\n;:U2;XTR;:Hc8f:8,V\n;:U;XTR;:Hc8f:7,V\n;:Hc8f,V\n;:Hc8f,E\n;:G;XTR;:Hc8f:7,F\n;FAC;:Hc8f:4,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n" }, "Sketch10.Shape.Map.txt": { "sha256": "3122a2e70dafbd5617afe7851c9a3864672cd03df3cc15e737748f470219b4a7", @@ -26912,6 +36075,636 @@ }, "finalObject": "Pad10", "id": "partdesign-plain", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pad10", + "finalStageOrdinal": 9, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad10", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9 + ], + "namingChangedStages": 2, + "namingRestorationDriftOrdinals": [ + 0, + 9 + ], + "namingRestorationDriftStages": 2, + "phaseStageRecords": 30, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 10 + }, + "phases": { + "before": [ + { + "key": "partdesign-plain:000:Body10", + "name": "Body10", + "ordinal": 0, + "relationDigest": "fa52eaf3d694f274c37bedfaa576d883eb04d15a8bb4c46b5070dd249e4f77e4", + "semanticNameDigest": "e07d8f0ab682e495d52c97a9d6b90e5118a60b25266785f1fc5b9cf85744ef7d", + "shape": { + "area": 144, + "brepSha256": "2b943d19ea56a9d036556f5ebf0ebf332e47b62234bcc7612afc01aa0a2b4c05", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-plain:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-plain:008:Sketch10", + "name": "Sketch10", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-plain:009:Pad10", + "name": "Pad10", + "ordinal": 9, + "relationDigest": "66fe58ac4a4e582e5ce5026f59af7afcfbc8b12bd8efc233e66d36e716fea025", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 144, + "brepSha256": "cbc3c3d5ea92a1a997922edb9e952ad3df6237bff48915ce874cb25f3dc247eb", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Pad" + } + ], + "edited": [ + { + "key": "partdesign-plain:000:Body10", + "name": "Body10", + "ordinal": 0, + "relationDigest": "48e9b7d748311a779d2c3e84d882ebb0b3023bf33000015f57ed19cbc5a209ac", + "semanticNameDigest": "8f307d5ca4c52c1887be472b56e18442b32d61713c815ca48ca5ab42c49b1ce4", + "shape": { + "area": 156, + "brepSha256": "8641eee1d8a4f70b385cb4e8aeac647ba6ad715249c453e7c77015e69f109c0c", + "edges": 12, + "faces": 6, + "geometryDigest": "fed2b972ec166149c219536523b05f1741885d073a6c5dbc7c36e92e047c2a85", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 123.99999999999999 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-plain:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-plain:008:Sketch10", + "name": "Sketch10", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-plain:009:Pad10", + "name": "Pad10", + "ordinal": 9, + "relationDigest": "c87b2a99e65ad7ca1f7f42863c6c75ef21b92a7cd5fb04722a9d7fe5fb61509d", + "semanticNameDigest": "e60c184158a6d432b63a52e686588e64b204949b19118add959d63c15895a2b4", + "shape": { + "area": 156, + "brepSha256": "86ede5e445466d2f80228d4ce40cbc03a240d7b813c61b9f7a008993026e9951", + "edges": 12, + "faces": 6, + "geometryDigest": "fed2b972ec166149c219536523b05f1741885d073a6c5dbc7c36e92e047c2a85", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 123.99999999999999 + }, + "typeId": "PartDesign::Pad" + } + ], + "restored": [ + { + "key": "partdesign-plain:000:Body10", + "name": "Body10", + "ordinal": 0, + "relationDigest": "df337229bd80a0b7942ecc9c4fbb7146cbe9eb3dca9459c093674f02eaee3c65", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "shape": { + "area": 144, + "brepSha256": "2b943d19ea56a9d036556f5ebf0ebf332e47b62234bcc7612afc01aa0a2b4c05", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-plain:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-plain:008:Sketch10", + "name": "Sketch10", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-plain:009:Pad10", + "name": "Pad10", + "ordinal": 9, + "relationDigest": "999099e645e2fe946dcc016eb3ee0271821854853545306b3d1c06a22f32ad2c", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "shape": { + "area": 144, + "brepSha256": "cbc3c3d5ea92a1a997922edb9e952ad3df6237bff48915ce874cb25f3dc247eb", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Pad" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 7, + "edited": 7.75, + "restored": 7 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -26921,21 +36714,26 @@ "elementMapSize": 26, "elementMapVersion": "15.70200.5", "label": "Body10", + "linkedObjects": [ + "Origin", + "Pad10", + "Sketch10" + ], "name": "Body10", "names": [ { "history": [ { "children": [], - "mappedName": "#d:1;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:1;:G;XTR;:Hc8f:7,F;:Hc90,F", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:H1ee,E" + "#b:1;:Hc8f,E" ], - "mappedName": "#d:1;:G;XTR;:H1ee:7,F", + "mappedName": "#d:1;:G;XTR;:Hc8f:7,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -26950,7 +36748,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:1;:G;XTR;:Hc8f:7,F;:Hc90,F", "mappedStringIds": [ 13 ], @@ -26960,15 +36758,15 @@ "history": [ { "children": [], - "mappedName": "#d:2;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:2;:G;XTR;:Hc8f:7,F;:Hc90,F", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:H1ee,E" + "#b:2;:Hc8f,E" ], - "mappedName": "#d:2;:G;XTR;:H1ee:7,F", + "mappedName": "#d:2;:G;XTR;:Hc8f:7,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -26984,7 +36782,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:2;:G;XTR;:Hc8f:7,F;:Hc90,F", "mappedStringIds": [ 11, 13 @@ -26995,15 +36793,15 @@ "history": [ { "children": [], - "mappedName": "#d:3;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:3;:G;XTR;:Hc8f:7,F;:Hc90,F", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:H1ee,E" + "#b:3;:Hc8f,E" ], - "mappedName": "#d:3;:G;XTR;:H1ee:7,F", + "mappedName": "#d:3;:G;XTR;:Hc8f:7,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27019,7 +36817,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:3;:G;XTR;:Hc8f:7,F;:Hc90,F", "mappedStringIds": [ 11, 13 @@ -27030,15 +36828,15 @@ "history": [ { "children": [], - "mappedName": "#d:4;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:4;:G;XTR;:Hc8f:7,F;:Hc90,F", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:H1ee,E" + "#b:4;:Hc8f,E" ], - "mappedName": "#d:4;:G;XTR;:H1ee:7,F", + "mappedName": "#d:4;:G;XTR;:Hc8f:7,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27054,7 +36852,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:4;:G;XTR;:Hc8f:7,F;:Hc90,F", "mappedStringIds": [ 11, 13 @@ -27065,15 +36863,15 @@ "history": [ { "children": [], - "mappedName": "#d:1;FAC;:H1ee:4,F;:H1ef,F", + "mappedName": "#d:1;FAC;:Hc8f:4,F;:Hc90,F", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:H1ee,E" + "#b:1;:Hc8f,E" ], - "mappedName": "#d:1;FAC;:H1ee:4,F", + "mappedName": "#d:1;FAC;:Hc8f:4,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27088,7 +36886,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:H1ee:4,F;:H1ef,F", + "mappedName": "#d:1;FAC;:Hc8f:4,F;:Hc90,F", "mappedStringIds": [ 13 ], @@ -27098,16 +36896,16 @@ "history": [ { "children": [], - "mappedName": "#14:1;:G0;XTR;:H1ee:8,F;:H1ef,F", + "mappedName": "#14:1;:G0;XTR;:Hc8f:8,F;:Hc90,F", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#d:1;FAC;:H1ee:4,F", - "#b:1;:H1ee,E" + "#d:1;FAC;:Hc8f:4,F", + "#b:1;:Hc8f,E" ], - "mappedName": "#14:1;:G0;XTR;:H1ee:8,F", + "mappedName": "#14:1;:G0;XTR;:Hc8f:8,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27122,7 +36920,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:H1ee:8,F;:H1ef,F", + "mappedName": "#14:1;:G0;XTR;:Hc8f:8,F;:Hc90,F", "mappedStringIds": [ 20 ], @@ -27132,32 +36930,32 @@ "history": [ { "children": [], - "mappedName": "#f:1;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1c;:G;XTR;:Hc8f:7,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#2:1;:H1ee,V" + "#2;:Hc8f,V" ], - "mappedName": "#f:1;:G;XTR;:H1ee:7,E", + "mappedName": "#1c;:G;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], - "mappedName": "#f:1;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1c;:G;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ - 15 + 28 ], "name": "Edge1" }, @@ -27165,32 +36963,32 @@ "history": [ { "children": [], - "mappedName": "#10:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1d;:G;XTR;:Hc8f:7,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#4:2;:H1ee,V" + "#4;:Hc8f,V" ], - "mappedName": "#10:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1d;:G;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], - "mappedName": "#10:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1d;:G;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ - 16 + 29 ], "name": "Edge2" }, @@ -27198,13 +36996,13 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H1ee,E;:H1ef,E", + "mappedName": "#b:1;:Hc8f,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:1;:H1ee,E", + "mappedName": "#b:1;:Hc8f,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27219,7 +37017,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H1ee,E;:H1ef,E", + "mappedName": "#b:1;:Hc8f,E;:Hc90,E", "mappedStringIds": [ 11 ], @@ -27229,16 +37027,16 @@ "history": [ { "children": [], - "mappedName": "#16:1;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:1;:U;XTR;:Hc8f:7,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#d:1;:G;XTR;:H1ee:7,F", - "#b:1;:H1ee,E" + "#d:1;:G;XTR;:Hc8f:7,F", + "#b:1;:Hc8f,E" ], - "mappedName": "#16:1;:U;XTR;:H1ee:7,E", + "mappedName": "#16:1;:U;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27253,7 +37051,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:1;:U;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ 22 ], @@ -27263,32 +37061,32 @@ "history": [ { "children": [], - "mappedName": "#11:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1e;:G;XTR;:Hc8f:7,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#6:2;:H1ee,V" + "#6;:Hc8f,V" ], - "mappedName": "#11:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1e;:G;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], - "mappedName": "#11:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1e;:G;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ - 17 + 30 ], "name": "Edge5" }, @@ -27296,13 +37094,13 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H1ee,E;:H1ef,E", + "mappedName": "#b:2;:Hc8f,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:2;:H1ee,E", + "mappedName": "#b:2;:Hc8f,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27317,7 +37115,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H1ee,E;:H1ef,E", + "mappedName": "#b:2;:Hc8f,E;:Hc90,E", "mappedStringIds": [ 11 ], @@ -27327,16 +37125,16 @@ "history": [ { "children": [], - "mappedName": "#16:2;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:2;:U;XTR;:Hc8f:7,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#d:2;:G;XTR;:H1ee:7,F", - "#b:2;:H1ee,E" + "#d:2;:G;XTR;:Hc8f:7,F", + "#b:2;:Hc8f,E" ], - "mappedName": "#16:2;:U;XTR;:H1ee:7,E", + "mappedName": "#16:2;:U;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27353,7 +37151,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:2;:U;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ 11, 13, @@ -27365,32 +37163,32 @@ "history": [ { "children": [], - "mappedName": "#12:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1f;:G;XTR;:Hc8f:7,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#8:2;:H1ee,V" + "#8;:Hc8f,V" ], - "mappedName": "#12:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1f;:G;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], - "mappedName": "#12:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1f;:G;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ - 18 + 31 ], "name": "Edge8" }, @@ -27398,13 +37196,13 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H1ee,E;:H1ef,E", + "mappedName": "#b:3;:Hc8f,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:3;:H1ee,E", + "mappedName": "#b:3;:Hc8f,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27419,7 +37217,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H1ee,E;:H1ef,E", + "mappedName": "#b:3;:Hc8f,E;:Hc90,E", "mappedStringIds": [ 11 ], @@ -27429,16 +37227,16 @@ "history": [ { "children": [], - "mappedName": "#16:3;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:3;:U;XTR;:Hc8f:7,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#d:3;:G;XTR;:H1ee:7,F", - "#b:3;:H1ee,E" + "#d:3;:G;XTR;:Hc8f:7,F", + "#b:3;:Hc8f,E" ], - "mappedName": "#16:3;:U;XTR;:H1ee:7,E", + "mappedName": "#16:3;:U;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27455,7 +37253,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:3;:U;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ 11, 13, @@ -27467,13 +37265,13 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H1ee,E;:H1ef,E", + "mappedName": "#b:4;:Hc8f,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:4;:H1ee,E", + "mappedName": "#b:4;:Hc8f,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27488,7 +37286,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H1ee,E;:H1ef,E", + "mappedName": "#b:4;:Hc8f,E;:Hc90,E", "mappedStringIds": [ 11 ], @@ -27498,16 +37296,16 @@ "history": [ { "children": [], - "mappedName": "#16:4;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:4;:U;XTR;:Hc8f:7,E;:Hc90,E", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#d:4;:G;XTR;:H1ee:7,F", - "#b:4;:H1ee,E" + "#d:4;:G;XTR;:Hc8f:7,F", + "#b:4;:Hc8f,E" ], - "mappedName": "#16:4;:U;XTR;:H1ee:7,E", + "mappedName": "#16:4;:U;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -27524,7 +37322,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:4;:U;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ 11, 13, @@ -27536,19 +37334,19 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H1ee,V;:H1ef,V", + "mappedName": "#2;:Hc8f,V;:Hc90,V", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2:1;:H1ee,V", + "mappedName": "#2;:Hc8f,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } @@ -27557,7 +37355,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H1ee,V;:H1ef,V", + "mappedName": "#2;:Hc8f,V;:Hc90,V", "mappedStringIds": [ 2 ], @@ -27567,33 +37365,34 @@ "history": [ { "children": [], - "mappedName": "#18:1;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:1;:U;XTR;:Hc8f:7,V;:Hc90,V", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#f:1;:G;XTR;:H1ee:7,E", - "#2:1;:H1ee,V" + "#16:1;:U;XTR;:Hc8f:7,E", + "#d:1;:G;XTR;:Hc8f:7,F", + "#b:1;:Hc8f,E" ], - "mappedName": "#18:1;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U;XTR;:Hc8f:7,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], - "mappedName": "#18:1;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:1;:U;XTR;:Hc8f:7,V;:Hc90,V", "mappedStringIds": [ - 24 + 33 ], "name": "Vertex2" }, @@ -27601,19 +37400,19 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H1ee,V;:H1ef,V", + "mappedName": "#4;:Hc8f,V;:Hc90,V", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#4:2;:H1ee,V", + "mappedName": "#4;:Hc8f,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } @@ -27622,7 +37421,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H1ee,V;:H1ef,V", + "mappedName": "#4;:Hc8f,V;:Hc90,V", "mappedStringIds": [ 4 ], @@ -27632,33 +37431,34 @@ "history": [ { "children": [], - "mappedName": "#19:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:1;:U2;XTR;:Hc8f:8,V;:Hc90,V", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#10:2;:G;XTR;:H1ee:7,E", - "#4:2;:H1ee,V" + "#16:1;:U;XTR;:Hc8f:7,E", + "#d:1;:G;XTR;:Hc8f:7,F", + "#b:1;:Hc8f,E" ], - "mappedName": "#19:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U2;XTR;:Hc8f:8,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], - "mappedName": "#19:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:1;:U2;XTR;:Hc8f:8,V;:Hc90,V", "mappedStringIds": [ - 25 + 33 ], "name": "Vertex4" }, @@ -27666,19 +37466,19 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H1ee,V;:H1ef,V", + "mappedName": "#6;:Hc8f,V;:Hc90,V", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#6:2;:H1ee,V", + "mappedName": "#6;:Hc8f,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } @@ -27687,7 +37487,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H1ee,V;:H1ef,V", + "mappedName": "#6;:Hc8f,V;:Hc90,V", "mappedStringIds": [ 6 ], @@ -27697,33 +37497,40 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:2;:U2;XTR;:Hc8f:8,V;:Hc90,V", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#11:2;:G;XTR;:H1ee:7,E", - "#6:2;:H1ee,V" + "#16:2;:U;XTR;:Hc8f:7,E", + "#d:2;:G;XTR;:Hc8f:7,F", + "#b:2;:Hc8f,E" ], - "mappedName": "#1a:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:2;:U2;XTR;:Hc8f:8,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], - "mappedName": "#1a:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:2;:U2;XTR;:Hc8f:8,V;:Hc90,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "name": "Vertex6" }, @@ -27731,19 +37538,19 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H1ee,V;:H1ef,V", + "mappedName": "#8;:Hc8f,V;:Hc90,V", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#8:2;:H1ee,V", + "mappedName": "#8;:Hc8f,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } @@ -27752,7 +37559,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H1ee,V;:H1ef,V", + "mappedName": "#8;:Hc8f,V;:Hc90,V", "mappedStringIds": [ 8 ], @@ -27762,33 +37569,40 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:3;:U2;XTR;:Hc8f:8,V;:Hc90,V", "object": "Body10", "typeId": "PartDesign::Body" }, { "children": [ - "#12:2;:G;XTR;:H1ee:7,E", - "#8:2;:H1ee,V" + "#16:3;:U;XTR;:Hc8f:7,E", + "#d:3;:G;XTR;:Hc8f:7,F", + "#b:3;:Hc8f,E" ], - "mappedName": "#1b:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:3;:U2;XTR;:Hc8f:8,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], - "mappedName": "#1b:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:3;:U2;XTR;:Hc8f:8,V;:Hc90,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "name": "Vertex8" } @@ -27806,7 +37620,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:1;:G;XTR;:Hc8f:7,F;:Hc90,F", "mappedStringIds": [ 13 ], @@ -27816,7 +37630,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:H1ee:7,F;:H1ef,F", + "name": "#d:1;:G;XTR;:Hc8f:7,F;:Hc90,F", "stringIds": [ 13 ] @@ -27826,9 +37640,9 @@ "resultPersistentId": "Body10:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:H1ee:7,F", + "mappedName": "#d:1;:G;XTR;:Hc8f:7,F", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#d:1;:G;XTR;:H1ee:7,F", + "persistentId": "Pad10:mapped:#d:1;:G;XTR;:Hc8f:7,F", "stageId": "Pad10" }, { @@ -27846,7 +37660,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:2;:G;XTR;:Hc8f:7,F;:Hc90,F", "mappedStringIds": [ 11, 13 @@ -27857,7 +37671,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:H1ee:7,F;:H1ef,F", + "name": "#d:2;:G;XTR;:Hc8f:7,F;:Hc90,F", "stringIds": [ 11, 13 @@ -27868,9 +37682,9 @@ "resultPersistentId": "Body10:face:1", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:H1ee:7,F", + "mappedName": "#d:2;:G;XTR;:Hc8f:7,F", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#d:2;:G;XTR;:H1ee:7,F", + "persistentId": "Pad10:mapped:#d:2;:G;XTR;:Hc8f:7,F", "stageId": "Pad10" }, { @@ -27888,7 +37702,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:3;:G;XTR;:Hc8f:7,F;:Hc90,F", "mappedStringIds": [ 11, 13 @@ -27899,7 +37713,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:H1ee:7,F;:H1ef,F", + "name": "#d:3;:G;XTR;:Hc8f:7,F;:Hc90,F", "stringIds": [ 11, 13 @@ -27910,9 +37724,9 @@ "resultPersistentId": "Body10:face:2", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:H1ee:7,F", + "mappedName": "#d:3;:G;XTR;:Hc8f:7,F", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#d:3;:G;XTR;:H1ee:7,F", + "persistentId": "Pad10:mapped:#d:3;:G;XTR;:Hc8f:7,F", "stageId": "Pad10" }, { @@ -27930,7 +37744,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:H1ee:7,F;:H1ef,F", + "mappedName": "#d:4;:G;XTR;:Hc8f:7,F;:Hc90,F", "mappedStringIds": [ 11, 13 @@ -27941,7 +37755,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:H1ee:7,F;:H1ef,F", + "name": "#d:4;:G;XTR;:Hc8f:7,F;:Hc90,F", "stringIds": [ 11, 13 @@ -27952,9 +37766,9 @@ "resultPersistentId": "Body10:face:3", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:H1ee:7,F", + "mappedName": "#d:4;:G;XTR;:Hc8f:7,F", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#d:4;:G;XTR;:H1ee:7,F", + "persistentId": "Pad10:mapped:#d:4;:G;XTR;:Hc8f:7,F", "stageId": "Pad10" }, { @@ -27971,7 +37785,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:H1ee:4,F;:H1ef,F", + "mappedName": "#d:1;FAC;:Hc8f:4,F;:Hc90,F", "mappedStringIds": [ 13 ], @@ -27981,7 +37795,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:H1ee:4,F;:H1ef,F", + "name": "#d:1;FAC;:Hc8f:4,F;:Hc90,F", "stringIds": [ 13 ] @@ -27991,9 +37805,9 @@ "resultPersistentId": "Body10:face:4", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:H1ee:4,F", + "mappedName": "#d:1;FAC;:Hc8f:4,F", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#d:1;FAC;:H1ee:4,F", + "persistentId": "Pad10:mapped:#d:1;FAC;:Hc8f:4,F", "stageId": "Pad10" }, { @@ -28010,7 +37824,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:H1ee:8,F;:H1ef,F", + "mappedName": "#14:1;:G0;XTR;:Hc8f:8,F;:Hc90,F", "mappedStringIds": [ 20 ], @@ -28020,7 +37834,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:H1ee:8,F;:H1ef,F", + "name": "#14:1;:G0;XTR;:Hc8f:8,F;:Hc90,F", "stringIds": [ 20 ] @@ -28030,9 +37844,9 @@ "resultPersistentId": "Body10:face:5", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:H1ee:8,F", + "mappedName": "#14:1;:G0;XTR;:Hc8f:8,F", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#14:1;:G0;XTR;:H1ee:8,F", + "persistentId": "Pad10:mapped:#14:1;:G0;XTR;:Hc8f:8,F", "stageId": "Pad10" }, { @@ -28046,12 +37860,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1c;:G;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ - 15 + 28 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -28059,9 +37873,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:H1ee:7,E;:H1ef,E", + "name": "#1c;:G;XTR;:Hc8f:7,E;:Hc90,E", "stringIds": [ - 15 + 28 ] }, "relation": "generated", @@ -28069,15 +37883,15 @@ "resultPersistentId": "Body10:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:H1ee:7,E", + "mappedName": "#1c;:G;XTR;:Hc8f:7,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#f:1;:G;XTR;:H1ee:7,E", + "persistentId": "Pad10:mapped:#1c;:G;XTR;:Hc8f:7,E", "stageId": "Pad10" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v11;SKT", + "persistentId": "Sketch10:mapped:g1v1;SKT", "stageId": "Sketch10" } ] @@ -28085,12 +37899,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1d;:G;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ - 16 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -28098,9 +37912,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "name": "#1d;:G;XTR;:Hc8f:7,E;:Hc90,E", "stringIds": [ - 16 + 29 ] }, "relation": "generated", @@ -28108,15 +37922,15 @@ "resultPersistentId": "Body10:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1d;:G;XTR;:Hc8f:7,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#10:2;:G;XTR;:H1ee:7,E", + "persistentId": "Pad10:mapped:#1d;:G;XTR;:Hc8f:7,E", "stageId": "Pad10" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v22;SKT", + "persistentId": "Sketch10:mapped:g1v2;SKT", "stageId": "Sketch10" } ] @@ -28127,7 +37941,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H1ee,E;:H1ef,E", + "mappedName": "#b:1;:Hc8f,E;:Hc90,E", "mappedStringIds": [ 11 ], @@ -28137,7 +37951,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:H1ee,E;:H1ef,E", + "name": "#b:1;:Hc8f,E;:Hc90,E", "stringIds": [ 11 ] @@ -28147,9 +37961,9 @@ "resultPersistentId": "Body10:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:H1ee,E", + "mappedName": "#b:1;:Hc8f,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#b:1;:H1ee,E", + "persistentId": "Pad10:mapped:#b:1;:Hc8f,E", "stageId": "Pad10" }, { @@ -28166,7 +37980,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:1;:U;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ 22 ], @@ -28176,7 +37990,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:H1ee:7,E;:H1ef,E", + "name": "#16:1;:U;XTR;:Hc8f:7,E;:Hc90,E", "stringIds": [ 22 ] @@ -28186,9 +38000,9 @@ "resultPersistentId": "Body10:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:H1ee:7,E", + "mappedName": "#16:1;:U;XTR;:Hc8f:7,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#16:1;:U;XTR;:H1ee:7,E", + "persistentId": "Pad10:mapped:#16:1;:U;XTR;:Hc8f:7,E", "stageId": "Pad10" }, { @@ -28202,12 +38016,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1e;:G;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ - 17 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -28215,9 +38029,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "name": "#1e;:G;XTR;:Hc8f:7,E;:Hc90,E", "stringIds": [ - 17 + 30 ] }, "relation": "generated", @@ -28225,15 +38039,15 @@ "resultPersistentId": "Body10:edge:4", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1e;:G;XTR;:Hc8f:7,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#11:2;:G;XTR;:H1ee:7,E", + "persistentId": "Pad10:mapped:#1e;:G;XTR;:Hc8f:7,E", "stageId": "Pad10" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g2v22;SKT", + "persistentId": "Sketch10:mapped:g2v2;SKT", "stageId": "Sketch10" } ] @@ -28244,7 +38058,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H1ee,E;:H1ef,E", + "mappedName": "#b:2;:Hc8f,E;:Hc90,E", "mappedStringIds": [ 11 ], @@ -28254,7 +38068,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:H1ee,E;:H1ef,E", + "name": "#b:2;:Hc8f,E;:Hc90,E", "stringIds": [ 11 ] @@ -28264,9 +38078,9 @@ "resultPersistentId": "Body10:edge:5", "sourceRefs": [ { - "mappedName": "#b:2;:H1ee,E", + "mappedName": "#b:2;:Hc8f,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#b:2;:H1ee,E", + "persistentId": "Pad10:mapped:#b:2;:Hc8f,E", "stageId": "Pad10" }, { @@ -28285,7 +38099,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:2;:U;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ 11, 13, @@ -28297,7 +38111,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:H1ee:7,E;:H1ef,E", + "name": "#16:2;:U;XTR;:Hc8f:7,E;:Hc90,E", "stringIds": [ 11, 13, @@ -28309,9 +38123,9 @@ "resultPersistentId": "Body10:edge:6", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:H1ee:7,E", + "mappedName": "#16:2;:U;XTR;:Hc8f:7,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#16:2;:U;XTR;:H1ee:7,E", + "persistentId": "Pad10:mapped:#16:2;:U;XTR;:Hc8f:7,E", "stageId": "Pad10" }, { @@ -28325,12 +38139,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#1f;:G;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ - 18 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -28338,9 +38152,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:H1ee:7,E;:H1ef,E", + "name": "#1f;:G;XTR;:Hc8f:7,E;:Hc90,E", "stringIds": [ - 18 + 31 ] }, "relation": "generated", @@ -28348,15 +38162,15 @@ "resultPersistentId": "Body10:edge:7", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1f;:G;XTR;:Hc8f:7,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#12:2;:G;XTR;:H1ee:7,E", + "persistentId": "Pad10:mapped:#1f;:G;XTR;:Hc8f:7,E", "stageId": "Pad10" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g3v22;SKT", + "persistentId": "Sketch10:mapped:g3v2;SKT", "stageId": "Sketch10" } ] @@ -28367,7 +38181,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H1ee,E;:H1ef,E", + "mappedName": "#b:3;:Hc8f,E;:Hc90,E", "mappedStringIds": [ 11 ], @@ -28377,7 +38191,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:H1ee,E;:H1ef,E", + "name": "#b:3;:Hc8f,E;:Hc90,E", "stringIds": [ 11 ] @@ -28387,9 +38201,9 @@ "resultPersistentId": "Body10:edge:8", "sourceRefs": [ { - "mappedName": "#b:3;:H1ee,E", + "mappedName": "#b:3;:Hc8f,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#b:3;:H1ee,E", + "persistentId": "Pad10:mapped:#b:3;:Hc8f,E", "stageId": "Pad10" }, { @@ -28408,7 +38222,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:3;:U;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ 11, 13, @@ -28420,7 +38234,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:H1ee:7,E;:H1ef,E", + "name": "#16:3;:U;XTR;:Hc8f:7,E;:Hc90,E", "stringIds": [ 11, 13, @@ -28432,9 +38246,9 @@ "resultPersistentId": "Body10:edge:9", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:H1ee:7,E", + "mappedName": "#16:3;:U;XTR;:Hc8f:7,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#16:3;:U;XTR;:H1ee:7,E", + "persistentId": "Pad10:mapped:#16:3;:U;XTR;:Hc8f:7,E", "stageId": "Pad10" }, { @@ -28451,7 +38265,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H1ee,E;:H1ef,E", + "mappedName": "#b:4;:Hc8f,E;:Hc90,E", "mappedStringIds": [ 11 ], @@ -28461,7 +38275,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H1ee,E;:H1ef,E", + "name": "#b:4;:Hc8f,E;:Hc90,E", "stringIds": [ 11 ] @@ -28471,9 +38285,9 @@ "resultPersistentId": "Body10:edge:10", "sourceRefs": [ { - "mappedName": "#b:4;:H1ee,E", + "mappedName": "#b:4;:Hc8f,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#b:4;:H1ee,E", + "persistentId": "Pad10:mapped:#b:4;:Hc8f,E", "stageId": "Pad10" }, { @@ -28492,7 +38306,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:H1ee:7,E;:H1ef,E", + "mappedName": "#16:4;:U;XTR;:Hc8f:7,E;:Hc90,E", "mappedStringIds": [ 11, 13, @@ -28504,7 +38318,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:H1ee:7,E;:H1ef,E", + "name": "#16:4;:U;XTR;:Hc8f:7,E;:Hc90,E", "stringIds": [ 11, 13, @@ -28516,9 +38330,9 @@ "resultPersistentId": "Body10:edge:11", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:H1ee:7,E", + "mappedName": "#16:4;:U;XTR;:Hc8f:7,E", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#16:4;:U;XTR;:H1ee:7,E", + "persistentId": "Pad10:mapped:#16:4;:U;XTR;:Hc8f:7,E", "stageId": "Pad10" }, { @@ -28535,7 +38349,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H1ee,V;:H1ef,V", + "mappedName": "#2;:Hc8f,V;:Hc90,V", "mappedStringIds": [ 2 ], @@ -28545,7 +38359,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H1ee,V;:H1ef,V", + "name": "#2;:Hc8f,V;:Hc90,V", "stringIds": [ 2 ] @@ -28555,15 +38369,15 @@ "resultPersistentId": "Body10:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:H1ee,V", + "mappedName": "#2;:Hc8f,V", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#2:1;:H1ee,V", + "persistentId": "Pad10:mapped:#2;:Hc8f,V", "stageId": "Pad10" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v11;SKT", + "persistentId": "Sketch10:mapped:g1v1;SKT", "stageId": "Sketch10" } ] @@ -28571,12 +38385,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:1;:U;XTR;:Hc8f:7,V;:Hc90,V", "mappedStringIds": [ - 24 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -28584,9 +38398,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:H1ee:7,V;:H1ef,V", + "name": "#21:1;:U;XTR;:Hc8f:7,V;:Hc90,V", "stringIds": [ - 24 + 33 ] }, "relation": "preserved", @@ -28594,15 +38408,15 @@ "resultPersistentId": "Body10:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U;XTR;:Hc8f:7,V", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#18:1;:U;XTR;:H1ee:7,V", + "persistentId": "Pad10:mapped:#21:1;:U;XTR;:Hc8f:7,V", "stageId": "Pad10" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v11;SKT", + "persistentId": "Sketch10:mapped:g1;SKT", "stageId": "Sketch10" } ] @@ -28613,7 +38427,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H1ee,V;:H1ef,V", + "mappedName": "#4;:Hc8f,V;:Hc90,V", "mappedStringIds": [ 4 ], @@ -28623,7 +38437,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:H1ee,V;:H1ef,V", + "name": "#4;:Hc8f,V;:Hc90,V", "stringIds": [ 4 ] @@ -28633,15 +38447,15 @@ "resultPersistentId": "Body10:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:H1ee,V", + "mappedName": "#4;:Hc8f,V", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#4:2;:H1ee,V", + "persistentId": "Pad10:mapped:#4;:Hc8f,V", "stageId": "Pad10" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v22;SKT", + "persistentId": "Sketch10:mapped:g1v2;SKT", "stageId": "Sketch10" } ] @@ -28649,12 +38463,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:1;:U2;XTR;:Hc8f:8,V;:Hc90,V", "mappedStringIds": [ - 25 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -28662,9 +38476,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "name": "#21:1;:U2;XTR;:Hc8f:8,V;:Hc90,V", "stringIds": [ - 25 + 33 ] }, "relation": "preserved", @@ -28672,15 +38486,15 @@ "resultPersistentId": "Body10:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U2;XTR;:Hc8f:8,V", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#19:2;:U;XTR;:H1ee:7,V", + "persistentId": "Pad10:mapped:#21:1;:U2;XTR;:Hc8f:8,V", "stageId": "Pad10" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v22;SKT", + "persistentId": "Sketch10:mapped:g1;SKT", "stageId": "Sketch10" } ] @@ -28691,7 +38505,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H1ee,V;:H1ef,V", + "mappedName": "#6;:Hc8f,V;:Hc90,V", "mappedStringIds": [ 6 ], @@ -28701,7 +38515,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H1ee,V;:H1ef,V", + "name": "#6;:Hc8f,V;:Hc90,V", "stringIds": [ 6 ] @@ -28711,15 +38525,15 @@ "resultPersistentId": "Body10:vertex:4", "sourceRefs": [ { - "mappedName": "#6:2;:H1ee,V", + "mappedName": "#6;:Hc8f,V", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#6:2;:H1ee,V", + "persistentId": "Pad10:mapped:#6;:Hc8f,V", "stageId": "Pad10" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g2v22;SKT", + "persistentId": "Sketch10:mapped:g2v2;SKT", "stageId": "Sketch10" } ] @@ -28727,12 +38541,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:2;:U2;XTR;:Hc8f:8,V;:Hc90,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -28740,9 +38560,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "name": "#21:2;:U2;XTR;:Hc8f:8,V;:Hc90,V", "stringIds": [ - 26 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -28750,15 +38573,15 @@ "resultPersistentId": "Body10:vertex:5", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:2;:U2;XTR;:Hc8f:8,V", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#1a:2;:U;XTR;:H1ee:7,V", + "persistentId": "Pad10:mapped:#21:2;:U2;XTR;:Hc8f:8,V", "stageId": "Pad10" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g2v22;SKT", + "persistentId": "Sketch10:mapped:g2;SKT", "stageId": "Sketch10" } ] @@ -28769,7 +38592,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H1ee,V;:H1ef,V", + "mappedName": "#8;:Hc8f,V;:Hc90,V", "mappedStringIds": [ 8 ], @@ -28779,7 +38602,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H1ee,V;:H1ef,V", + "name": "#8;:Hc8f,V;:Hc90,V", "stringIds": [ 8 ] @@ -28789,15 +38612,15 @@ "resultPersistentId": "Body10:vertex:6", "sourceRefs": [ { - "mappedName": "#8:2;:H1ee,V", + "mappedName": "#8;:Hc8f,V", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#8:2;:H1ee,V", + "persistentId": "Pad10:mapped:#8;:Hc8f,V", "stageId": "Pad10" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g3v22;SKT", + "persistentId": "Sketch10:mapped:g3v2;SKT", "stageId": "Sketch10" } ] @@ -28805,12 +38628,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "mappedName": "#21:3;:U2;XTR;:Hc8f:8,V;:Hc90,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -28818,9 +38647,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:H1ee:7,V;:H1ef,V", + "name": "#21:3;:U2;XTR;:Hc8f:8,V;:Hc90,V", "stringIds": [ - 27 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -28828,15 +38660,15 @@ "resultPersistentId": "Body10:vertex:7", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:3;:U2;XTR;:Hc8f:8,V", "objectId": "Pad10", - "persistentId": "Pad10:mapped:#1b:2;:U;XTR;:H1ee:7,V", + "persistentId": "Pad10:mapped:#21:3;:U2;XTR;:Hc8f:8,V", "stageId": "Pad10" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g3v22;SKT", + "persistentId": "Sketch10:mapped:g3;SKT", "stageId": "Sketch10" } ] @@ -28851,11 +38683,640 @@ "stageId": "Body10", "status": "native-evidence" }, + "relationDigest": "df337229bd80a0b7942ecc9c4fbb7146cbe9eb3dca9459c093674f02eaee3c65", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F;:H#,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#1c;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1c;:G;XTR;:H#:7,E", + "sourceElement": "#1c", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1d;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#1d;:G;XTR;:H#:7,E", + "sourceElement": "#1d", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#1e;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#1e;:G;XTR;:H#:7,E", + "sourceElement": "#1e", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#1f;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#1f;:G;XTR;:H#:7,E", + "sourceElement": "#1f", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#21:1;:U;XTR;:H#:7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:1;:U;XTR;:H#:7,V", + "sourceElement": "#21:1", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#21:1;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:1;:U2;XTR;:H#:8,V", + "sourceElement": "#21:1", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#21:2;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:2;:U2;XTR;:H#:8,V", + "sourceElement": "#21:2", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#21:3;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:3;:U2;XTR;:H#:8,V", + "sourceElement": "#21:3", + "sourceObject": "Pad10", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", "shape": { + "area": 144, + "brepSha256": "2b943d19ea56a9d036556f5ebf0ebf332e47b62234bcc7612afc01aa0a2b4c05", "edges": 12, "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", "solids": 1, "valid": true, + "vertices": 8, "volume": 112 }, "typeId": "PartDesign::Body" @@ -28865,6 +39326,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -28913,11 +39375,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -28927,6 +39404,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -28975,11 +39453,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -28989,6 +39482,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -29037,11 +39531,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -29051,6 +39560,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -29099,11 +39609,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -29113,6 +39638,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -29161,11 +39687,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -29175,6 +39716,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -29223,11 +39765,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -29237,6 +39794,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -29285,11 +39843,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -29301,6 +39874,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch10", + "linkedObjects": [], "name": "Sketch10", "names": [ { @@ -29601,11 +40175,75 @@ "stageId": "Sketch10", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", "edges": 4, "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -29618,15 +40256,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad10", + "linkedObjects": [ + "Body10", + "Sketch10" + ], "name": "Pad10", "names": [ { "history": [ { "children": [ - "#b:1;:H1ee,E" + "#b:1;:Hc8f,E" ], - "mappedName": "#d:1;:G;XTR;:H1ee:7,F", + "mappedName": "#d:1;:G;XTR;:Hc8f:7,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29641,7 +40283,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:H1ee:7,F", + "mappedName": "#d:1;:G;XTR;:Hc8f:7,F", "mappedStringIds": [ 13 ], @@ -29651,9 +40293,9 @@ "history": [ { "children": [ - "#b:2;:H1ee,E" + "#b:2;:Hc8f,E" ], - "mappedName": "#d:2;:G;XTR;:H1ee:7,F", + "mappedName": "#d:2;:G;XTR;:Hc8f:7,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29669,7 +40311,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:H1ee:7,F", + "mappedName": "#d:2;:G;XTR;:Hc8f:7,F", "mappedStringIds": [ 11, 13 @@ -29680,9 +40322,9 @@ "history": [ { "children": [ - "#b:3;:H1ee,E" + "#b:3;:Hc8f,E" ], - "mappedName": "#d:3;:G;XTR;:H1ee:7,F", + "mappedName": "#d:3;:G;XTR;:Hc8f:7,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29698,7 +40340,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:H1ee:7,F", + "mappedName": "#d:3;:G;XTR;:Hc8f:7,F", "mappedStringIds": [ 11, 13 @@ -29709,9 +40351,9 @@ "history": [ { "children": [ - "#b:4;:H1ee,E" + "#b:4;:Hc8f,E" ], - "mappedName": "#d:4;:G;XTR;:H1ee:7,F", + "mappedName": "#d:4;:G;XTR;:Hc8f:7,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29727,7 +40369,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:H1ee:7,F", + "mappedName": "#d:4;:G;XTR;:Hc8f:7,F", "mappedStringIds": [ 11, 13 @@ -29738,9 +40380,9 @@ "history": [ { "children": [ - "#b:1;:H1ee,E" + "#b:1;:Hc8f,E" ], - "mappedName": "#d:1;FAC;:H1ee:4,F", + "mappedName": "#d:1;FAC;:Hc8f:4,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29755,7 +40397,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:H1ee:4,F", + "mappedName": "#d:1;FAC;:Hc8f:4,F", "mappedStringIds": [ 13 ], @@ -29765,10 +40407,10 @@ "history": [ { "children": [ - "#d:1;FAC;:H1ee:4,F", - "#b:1;:H1ee,E" + "#d:1;FAC;:Hc8f:4,F", + "#b:1;:Hc8f,E" ], - "mappedName": "#14:1;:G0;XTR;:H1ee:8,F", + "mappedName": "#14:1;:G0;XTR;:Hc8f:8,F", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29783,7 +40425,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:H1ee:8,F", + "mappedName": "#14:1;:G0;XTR;:Hc8f:8,F", "mappedStringIds": [ 20 ], @@ -29793,26 +40435,26 @@ "history": [ { "children": [ - "#2:1;:H1ee,V" + "#2;:Hc8f,V" ], - "mappedName": "#f:1;:G;XTR;:H1ee:7,E", + "mappedName": "#1c;:G;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], - "mappedName": "#f:1;:G;XTR;:H1ee:7,E", + "mappedName": "#1c;:G;XTR;:Hc8f:7,E", "mappedStringIds": [ - 15 + 28 ], "name": "Edge1" }, @@ -29820,26 +40462,26 @@ "history": [ { "children": [ - "#4:2;:H1ee,V" + "#4;:Hc8f,V" ], - "mappedName": "#10:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1d;:G;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], - "mappedName": "#10:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1d;:G;XTR;:Hc8f:7,E", "mappedStringIds": [ - 16 + 29 ], "name": "Edge2" }, @@ -29847,7 +40489,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H1ee,E", + "mappedName": "#b:1;:Hc8f,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29862,7 +40504,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H1ee,E", + "mappedName": "#b:1;:Hc8f,E", "mappedStringIds": [ 11 ], @@ -29872,10 +40514,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:H1ee:7,F", - "#b:1;:H1ee,E" + "#d:1;:G;XTR;:Hc8f:7,F", + "#b:1;:Hc8f,E" ], - "mappedName": "#16:1;:U;XTR;:H1ee:7,E", + "mappedName": "#16:1;:U;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29890,7 +40532,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:H1ee:7,E", + "mappedName": "#16:1;:U;XTR;:Hc8f:7,E", "mappedStringIds": [ 22 ], @@ -29900,26 +40542,26 @@ "history": [ { "children": [ - "#6:2;:H1ee,V" + "#6;:Hc8f,V" ], - "mappedName": "#11:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1e;:G;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], - "mappedName": "#11:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1e;:G;XTR;:Hc8f:7,E", "mappedStringIds": [ - 17 + 30 ], "name": "Edge5" }, @@ -29927,7 +40569,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H1ee,E", + "mappedName": "#b:2;:Hc8f,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29942,7 +40584,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H1ee,E", + "mappedName": "#b:2;:Hc8f,E", "mappedStringIds": [ 11 ], @@ -29952,10 +40594,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:H1ee:7,F", - "#b:2;:H1ee,E" + "#d:2;:G;XTR;:Hc8f:7,F", + "#b:2;:Hc8f,E" ], - "mappedName": "#16:2;:U;XTR;:H1ee:7,E", + "mappedName": "#16:2;:U;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -29972,7 +40614,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:H1ee:7,E", + "mappedName": "#16:2;:U;XTR;:Hc8f:7,E", "mappedStringIds": [ 11, 13, @@ -29984,26 +40626,26 @@ "history": [ { "children": [ - "#8:2;:H1ee,V" + "#8;:Hc8f,V" ], - "mappedName": "#12:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1f;:G;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], - "mappedName": "#12:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1f;:G;XTR;:Hc8f:7,E", "mappedStringIds": [ - 18 + 31 ], "name": "Edge8" }, @@ -30011,7 +40653,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H1ee,E", + "mappedName": "#b:3;:Hc8f,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -30026,7 +40668,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H1ee,E", + "mappedName": "#b:3;:Hc8f,E", "mappedStringIds": [ 11 ], @@ -30036,10 +40678,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:H1ee:7,F", - "#b:3;:H1ee,E" + "#d:3;:G;XTR;:Hc8f:7,F", + "#b:3;:Hc8f,E" ], - "mappedName": "#16:3;:U;XTR;:H1ee:7,E", + "mappedName": "#16:3;:U;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -30056,7 +40698,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:H1ee:7,E", + "mappedName": "#16:3;:U;XTR;:Hc8f:7,E", "mappedStringIds": [ 11, 13, @@ -30068,7 +40710,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H1ee,E", + "mappedName": "#b:4;:Hc8f,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -30083,7 +40725,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H1ee,E", + "mappedName": "#b:4;:Hc8f,E", "mappedStringIds": [ 11 ], @@ -30093,10 +40735,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:H1ee:7,F", - "#b:4;:H1ee,E" + "#d:4;:G;XTR;:Hc8f:7,F", + "#b:4;:Hc8f,E" ], - "mappedName": "#16:4;:U;XTR;:H1ee:7,E", + "mappedName": "#16:4;:U;XTR;:Hc8f:7,E", "object": "Pad10", "typeId": "PartDesign::Pad" }, @@ -30113,7 +40755,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:H1ee:7,E", + "mappedName": "#16:4;:U;XTR;:Hc8f:7,E", "mappedStringIds": [ 11, 13, @@ -30125,13 +40767,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H1ee,V", + "mappedName": "#2;:Hc8f,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } @@ -30140,7 +40782,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H1ee,V", + "mappedName": "#2;:Hc8f,V", "mappedStringIds": [ 2 ], @@ -30150,27 +40792,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:H1ee:7,E", - "#2:1;:H1ee,V" + "#16:1;:U;XTR;:Hc8f:7,E", + "#d:1;:G;XTR;:Hc8f:7,F", + "#b:1;:Hc8f,E" ], - "mappedName": "#18:1;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U;XTR;:Hc8f:7,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], - "mappedName": "#18:1;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U;XTR;:Hc8f:7,V", "mappedStringIds": [ - 24 + 33 ], "name": "Vertex2" }, @@ -30178,13 +40821,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H1ee,V", + "mappedName": "#4;:Hc8f,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } @@ -30193,7 +40836,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H1ee,V", + "mappedName": "#4;:Hc8f,V", "mappedStringIds": [ 4 ], @@ -30203,27 +40846,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:H1ee:7,E", - "#4:2;:H1ee,V" + "#16:1;:U;XTR;:Hc8f:7,E", + "#d:1;:G;XTR;:Hc8f:7,F", + "#b:1;:Hc8f,E" ], - "mappedName": "#19:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U2;XTR;:Hc8f:8,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], - "mappedName": "#19:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U2;XTR;:Hc8f:8,V", "mappedStringIds": [ - 25 + 33 ], "name": "Vertex4" }, @@ -30231,13 +40875,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H1ee,V", + "mappedName": "#6;:Hc8f,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } @@ -30246,7 +40890,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H1ee,V", + "mappedName": "#6;:Hc8f,V", "mappedStringIds": [ 6 ], @@ -30256,27 +40900,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:H1ee:7,E", - "#6:2;:H1ee,V" + "#16:2;:U;XTR;:Hc8f:7,E", + "#d:2;:G;XTR;:Hc8f:7,F", + "#b:2;:Hc8f,E" ], - "mappedName": "#1a:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:2;:U2;XTR;:Hc8f:8,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], - "mappedName": "#1a:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:2;:U2;XTR;:Hc8f:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "name": "Vertex6" }, @@ -30284,13 +40935,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H1ee,V", + "mappedName": "#8;:Hc8f,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } @@ -30299,7 +40950,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H1ee,V", + "mappedName": "#8;:Hc8f,V", "mappedStringIds": [ 8 ], @@ -30309,27 +40960,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:H1ee:7,E", - "#8:2;:H1ee,V" + "#16:3;:U;XTR;:Hc8f:7,E", + "#d:3;:G;XTR;:Hc8f:7,F", + "#b:3;:Hc8f,E" ], - "mappedName": "#1b:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:3;:U2;XTR;:Hc8f:8,V", "object": "Pad10", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch10", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], - "mappedName": "#1b:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:3;:U2;XTR;:Hc8f:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "name": "Vertex8" } @@ -30347,7 +41005,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:H1ee:7,F", + "mappedName": "#d:1;:G;XTR;:Hc8f:7,F", "mappedStringIds": [ 13 ], @@ -30357,7 +41015,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:H1ee:7,F", + "name": "#d:1;:G;XTR;:Hc8f:7,F", "stringIds": [ 13 ] @@ -30381,7 +41039,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:H1ee:7,F", + "mappedName": "#d:2;:G;XTR;:Hc8f:7,F", "mappedStringIds": [ 11, 13 @@ -30392,7 +41050,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:H1ee:7,F", + "name": "#d:2;:G;XTR;:Hc8f:7,F", "stringIds": [ 11, 13 @@ -30417,7 +41075,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:H1ee:7,F", + "mappedName": "#d:3;:G;XTR;:Hc8f:7,F", "mappedStringIds": [ 11, 13 @@ -30428,7 +41086,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:H1ee:7,F", + "name": "#d:3;:G;XTR;:Hc8f:7,F", "stringIds": [ 11, 13 @@ -30453,7 +41111,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:H1ee:7,F", + "mappedName": "#d:4;:G;XTR;:Hc8f:7,F", "mappedStringIds": [ 11, 13 @@ -30464,7 +41122,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:H1ee:7,F", + "name": "#d:4;:G;XTR;:Hc8f:7,F", "stringIds": [ 11, 13 @@ -30488,7 +41146,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:H1ee:4,F", + "mappedName": "#d:1;FAC;:Hc8f:4,F", "mappedStringIds": [ 13 ], @@ -30498,7 +41156,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:H1ee:4,F", + "name": "#d:1;FAC;:Hc8f:4,F", "stringIds": [ 13 ] @@ -30521,7 +41179,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:H1ee:8,F", + "mappedName": "#14:1;:G0;XTR;:Hc8f:8,F", "mappedStringIds": [ 20 ], @@ -30531,7 +41189,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:H1ee:8,F", + "name": "#14:1;:G0;XTR;:Hc8f:8,F", "stringIds": [ 20 ] @@ -30551,12 +41209,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:H1ee:7,E", + "mappedName": "#1c;:G;XTR;:Hc8f:7,E", "mappedStringIds": [ - 15 + 28 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -30564,9 +41222,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:H1ee:7,E", + "name": "#1c;:G;XTR;:Hc8f:7,E", "stringIds": [ - 15 + 28 ] }, "relation": "generated", @@ -30574,9 +41232,9 @@ "resultPersistentId": "Pad10:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v11;SKT", + "persistentId": "Sketch10:mapped:g1v1;SKT", "stageId": "Sketch10" } ] @@ -30584,12 +41242,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1d;:G;XTR;:Hc8f:7,E", "mappedStringIds": [ - 16 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -30597,9 +41255,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:H1ee:7,E", + "name": "#1d;:G;XTR;:Hc8f:7,E", "stringIds": [ - 16 + 29 ] }, "relation": "generated", @@ -30607,9 +41265,9 @@ "resultPersistentId": "Pad10:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v22;SKT", + "persistentId": "Sketch10:mapped:g1v2;SKT", "stageId": "Sketch10" } ] @@ -30620,7 +41278,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H1ee,E", + "mappedName": "#b:1;:Hc8f,E", "mappedStringIds": [ 11 ], @@ -30630,7 +41288,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:H1ee,E", + "name": "#b:1;:Hc8f,E", "stringIds": [ 11 ] @@ -30653,7 +41311,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:H1ee:7,E", + "mappedName": "#16:1;:U;XTR;:Hc8f:7,E", "mappedStringIds": [ 22 ], @@ -30663,7 +41321,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:H1ee:7,E", + "name": "#16:1;:U;XTR;:Hc8f:7,E", "stringIds": [ 22 ] @@ -30683,12 +41341,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1e;:G;XTR;:Hc8f:7,E", "mappedStringIds": [ - 17 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -30696,9 +41354,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:H1ee:7,E", + "name": "#1e;:G;XTR;:Hc8f:7,E", "stringIds": [ - 17 + 30 ] }, "relation": "generated", @@ -30706,9 +41364,9 @@ "resultPersistentId": "Pad10:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g2v22;SKT", + "persistentId": "Sketch10:mapped:g2v2;SKT", "stageId": "Sketch10" } ] @@ -30719,7 +41377,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H1ee,E", + "mappedName": "#b:2;:Hc8f,E", "mappedStringIds": [ 11 ], @@ -30729,7 +41387,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:H1ee,E", + "name": "#b:2;:Hc8f,E", "stringIds": [ 11 ] @@ -30754,7 +41412,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:H1ee:7,E", + "mappedName": "#16:2;:U;XTR;:Hc8f:7,E", "mappedStringIds": [ 11, 13, @@ -30766,7 +41424,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:H1ee:7,E", + "name": "#16:2;:U;XTR;:Hc8f:7,E", "stringIds": [ 11, 13, @@ -30788,12 +41446,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:H1ee:7,E", + "mappedName": "#1f;:G;XTR;:Hc8f:7,E", "mappedStringIds": [ - 18 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -30801,9 +41459,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:H1ee:7,E", + "name": "#1f;:G;XTR;:Hc8f:7,E", "stringIds": [ - 18 + 31 ] }, "relation": "generated", @@ -30811,9 +41469,9 @@ "resultPersistentId": "Pad10:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g3v22;SKT", + "persistentId": "Sketch10:mapped:g3v2;SKT", "stageId": "Sketch10" } ] @@ -30824,7 +41482,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H1ee,E", + "mappedName": "#b:3;:Hc8f,E", "mappedStringIds": [ 11 ], @@ -30834,7 +41492,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:H1ee,E", + "name": "#b:3;:Hc8f,E", "stringIds": [ 11 ] @@ -30859,7 +41517,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:H1ee:7,E", + "mappedName": "#16:3;:U;XTR;:Hc8f:7,E", "mappedStringIds": [ 11, 13, @@ -30871,7 +41529,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:H1ee:7,E", + "name": "#16:3;:U;XTR;:Hc8f:7,E", "stringIds": [ 11, 13, @@ -30896,7 +41554,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H1ee,E", + "mappedName": "#b:4;:Hc8f,E", "mappedStringIds": [ 11 ], @@ -30906,7 +41564,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H1ee,E", + "name": "#b:4;:Hc8f,E", "stringIds": [ 11 ] @@ -30931,7 +41589,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:H1ee:7,E", + "mappedName": "#16:4;:U;XTR;:Hc8f:7,E", "mappedStringIds": [ 11, 13, @@ -30943,7 +41601,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:H1ee:7,E", + "name": "#16:4;:U;XTR;:Hc8f:7,E", "stringIds": [ 11, 13, @@ -30968,7 +41626,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H1ee,V", + "mappedName": "#2;:Hc8f,V", "mappedStringIds": [ 2 ], @@ -30978,7 +41636,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H1ee,V", + "name": "#2;:Hc8f,V", "stringIds": [ 2 ] @@ -30988,9 +41646,9 @@ "resultPersistentId": "Pad10:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v11;SKT", + "persistentId": "Sketch10:mapped:g1v1;SKT", "stageId": "Sketch10" } ] @@ -30998,12 +41656,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U;XTR;:Hc8f:7,V", "mappedStringIds": [ - 24 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -31011,9 +41669,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:H1ee:7,V", + "name": "#21:1;:U;XTR;:Hc8f:7,V", "stringIds": [ - 24 + 33 ] }, "relation": "preserved", @@ -31021,9 +41679,9 @@ "resultPersistentId": "Pad10:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v11;SKT", + "persistentId": "Sketch10:mapped:g1;SKT", "stageId": "Sketch10" } ] @@ -31034,7 +41692,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H1ee,V", + "mappedName": "#4;:Hc8f,V", "mappedStringIds": [ 4 ], @@ -31044,7 +41702,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:H1ee,V", + "name": "#4;:Hc8f,V", "stringIds": [ 4 ] @@ -31054,9 +41712,9 @@ "resultPersistentId": "Pad10:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v22;SKT", + "persistentId": "Sketch10:mapped:g1v2;SKT", "stageId": "Sketch10" } ] @@ -31064,12 +41722,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:1;:U2;XTR;:Hc8f:8,V", "mappedStringIds": [ - 25 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -31077,9 +41735,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:H1ee:7,V", + "name": "#21:1;:U2;XTR;:Hc8f:8,V", "stringIds": [ - 25 + 33 ] }, "relation": "preserved", @@ -31087,9 +41745,9 @@ "resultPersistentId": "Pad10:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g1v22;SKT", + "persistentId": "Sketch10:mapped:g1;SKT", "stageId": "Sketch10" } ] @@ -31100,7 +41758,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H1ee,V", + "mappedName": "#6;:Hc8f,V", "mappedStringIds": [ 6 ], @@ -31110,7 +41768,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H1ee,V", + "name": "#6;:Hc8f,V", "stringIds": [ 6 ] @@ -31120,9 +41778,9 @@ "resultPersistentId": "Pad10:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g2v22;SKT", + "persistentId": "Sketch10:mapped:g2v2;SKT", "stageId": "Sketch10" } ] @@ -31130,12 +41788,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:2;:U2;XTR;:Hc8f:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -31143,9 +41807,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:H1ee:7,V", + "name": "#21:2;:U2;XTR;:Hc8f:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -31153,9 +41820,9 @@ "resultPersistentId": "Pad10:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g2v22;SKT", + "persistentId": "Sketch10:mapped:g2;SKT", "stageId": "Sketch10" } ] @@ -31166,7 +41833,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H1ee,V", + "mappedName": "#8;:Hc8f,V", "mappedStringIds": [ 8 ], @@ -31176,7 +41843,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H1ee,V", + "name": "#8;:Hc8f,V", "stringIds": [ 8 ] @@ -31186,9 +41853,9 @@ "resultPersistentId": "Pad10:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g3v22;SKT", + "persistentId": "Sketch10:mapped:g3v2;SKT", "stageId": "Sketch10" } ] @@ -31196,12 +41863,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:H1ee:7,V", + "mappedName": "#21:3;:U2;XTR;:Hc8f:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -31209,9 +41882,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:H1ee:7,V", + "name": "#21:3;:U2;XTR;:Hc8f:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -31219,9 +41895,9 @@ "resultPersistentId": "Pad10:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch10", - "persistentId": "Sketch10:mapped:g3v22;SKT", + "persistentId": "Sketch10:mapped:g3;SKT", "stageId": "Sketch10" } ] @@ -31236,11 +41912,409 @@ "stageId": "Pad10", "status": "native-evidence" }, + "relationDigest": "999099e645e2fe946dcc016eb3ee0271821854853545306b3d1c06a22f32ad2c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#1c;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1d;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#1e;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#1f;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#21:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#21:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#21:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#21:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch10", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", "shape": { + "area": 144, + "brepSha256": "cbc3c3d5ea92a1a997922edb9e952ad3df6237bff48915ce874cb25f3dc247eb", "edges": 12, "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", "solids": 1, "valid": true, + "vertices": 8, "volume": 112 }, "typeId": "PartDesign::Pad" @@ -31248,23 +42322,24 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "341766052d5a61279fcf584fcde6a56ff8a8e5f2aedda4765cf8cc3139fbdfa9", - "text": "StringTableStart v1 27\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H1ee,E\n-1.4c.1.2\n-1.0 0:;:H1ee,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:H1ee:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H1ee:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H1ee:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n" + "sha256": "e91d271f130b8fbcfaf517af81c624b603deac8cb344d1f6bbff73fe69027350", + "text": "StringTableStart v1 24\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:Hc8f,E\n-1.4c.1.2\n-1.0 0:;:Hc8f,V\n-5.0 0:;FAC;:Hc8f:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:Hc8f:7,F\n-1.4c.1.9\n-6.2c.-7.-b\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;:U;XTR;:Hc8f:7,E\n-1.4c.1.b\n" } }, { + "category": "partdesign", "elementMapResources": { "Body11.Shape.Map.txt": { - "sha256": "ace46f0228ee02532c7c28ddef53b9643cb0a5ac0b2b44f838929efb8e260ced", - "text": "BeginElementMap v1\n1 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H9a6:7,E\n;:G0;XTR;:H9a6:8,F\n;:U;XTR;:H9a6:7,E\n;:U;XTR;:H9a6:7,V\n;:H9a6,V\n;:H9a6,E\n;:G;XTR;:H9a6:7,F\n;FAC;:H9a6:4,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 2471 1 ;:H9a7,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 2471 1 ;:H9a7,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 2471 1 ;:H9a7,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "4e2b684474631900c7b1c3b4002eaba2464847c4b2945a8be3a1cf785436bf38", + "text": "BeginElementMap v1\n1 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H1fd:8,F\n;:U;XTR;:H1fd:7,E\n;:G;XTR;:H1fd:7,E\n;:U2;XTR;:H1fd:8,V\n;:U;XTR;:H1fd:7,V\n;:H1fd,V\n;:H1fd,E\n;:G;XTR;:H1fd:7,F\n;FAC;:H1fd:4,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 510 1 ;:H1fe,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 510 1 ;:H1fe,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 510 1 ;:H1fe,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad11.AddSubShape.Map.txt": { - "sha256": "961ec58550d4ff7f78dac72cbf8d461c83da4a7fae37c112f9a9182cc32d9b5d", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H9a6:7,E\n;:G0;XTR;:H9a6:8,F\n;:U;XTR;:H9a6:7,E\n;:U;XTR;:H9a6:7,V\n;:H9a6,V\n;:H9a6,E\n;:G;XTR;:H9a6:7,F\n;FAC;:H9a6:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "1ec01d96c00004a6ab1962b1a3a1743198d68cdf91263c89429c4f000c79fb7f", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H1fd:8,F\n;:U;XTR;:H1fd:7,E\n;:G;XTR;:H1fd:7,E\n;:U2;XTR;:H1fd:8,V\n;:U;XTR;:H1fd:7,V\n;:H1fd,V\n;:H1fd,E\n;:G;XTR;:H1fd:7,F\n;FAC;:H1fd:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n" }, "Pad11.Shape.Map.txt": { - "sha256": "c6590c3610aff992dc3492f416ef334ac9b3abcea2a88bb886a76eba0a015259", - "text": "BeginElementMap v1\n2 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H9a6:7,E\n;:G0;XTR;:H9a6:8,F\n;:U;XTR;:H9a6:7,E\n;:U;XTR;:H9a6:7,V\n;:H9a6,V\n;:H9a6,E\n;:G;XTR;:H9a6:7,F\n;FAC;:H9a6:4,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "0011bf56e1f8912ff52a2031c76469244f213e2bff97f31f09bc64538c90d0e5", + "text": "BeginElementMap v1\n2 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H1fd:8,F\n;:U;XTR;:H1fd:7,E\n;:G;XTR;:H1fd:7,E\n;:U2;XTR;:H1fd:8,V\n;:U;XTR;:H1fd:7,V\n;:H1fd,V\n;:H1fd,E\n;:G;XTR;:H1fd:7,F\n;FAC;:H1fd:4,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n" }, "Sketch11.Shape.Map.txt": { "sha256": "3122a2e70dafbd5617afe7851c9a3864672cd03df3cc15e737748f470219b4a7", @@ -31273,6 +42348,636 @@ }, "finalObject": "Pad11", "id": "partdesign-midplane", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pad11", + "finalStageOrdinal": 9, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad11", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9 + ], + "namingChangedStages": 2, + "namingRestorationDriftOrdinals": [ + 0, + 9 + ], + "namingRestorationDriftStages": 2, + "phaseStageRecords": 30, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 10 + }, + "phases": { + "before": [ + { + "key": "partdesign-midplane:000:Body11", + "name": "Body11", + "ordinal": 0, + "relationDigest": "0af3ea2e0a408ecb48e05cdb6fe9d8c902448a0fcd5de032b9d277fc18c3506c", + "semanticNameDigest": "e07d8f0ab682e495d52c97a9d6b90e5118a60b25266785f1fc5b9cf85744ef7d", + "shape": { + "area": 209.99999999999997, + "brepSha256": "41dd20be6274af471a5cc1de30726899b4731e1173594d80b2ced90ccca407b8", + "edges": 12, + "faces": 6, + "geometryDigest": "cd9766573816715b02d2f470bf39f7d25903d9ebd899216f4ca0b1e5b7f5ec61", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 199.99999999999994 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-midplane:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-midplane:008:Sketch11", + "name": "Sketch11", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-midplane:009:Pad11", + "name": "Pad11", + "ordinal": 9, + "relationDigest": "85322bc9601e07fd55571161c64c91950e5f57303c3d349aeaac2d3f3f1b6dd8", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 209.99999999999997, + "brepSha256": "ac5b95966285b164d0039d7fb6a7b8268456a68048b624d01dfcc7a226acb65c", + "edges": 12, + "faces": 6, + "geometryDigest": "cd9766573816715b02d2f470bf39f7d25903d9ebd899216f4ca0b1e5b7f5ec61", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 199.99999999999994 + }, + "typeId": "PartDesign::Pad" + } + ], + "edited": [ + { + "key": "partdesign-midplane:000:Body11", + "name": "Body11", + "ordinal": 0, + "relationDigest": "c582774f25bda9641a075a0dd0849138d58a4964f47d9ac23af2e7296e20dfe6", + "semanticNameDigest": "8f307d5ca4c52c1887be472b56e18442b32d61713c815ca48ca5ab42c49b1ce4", + "shape": { + "area": 224.99999999999997, + "brepSha256": "b643f21c313a19f76b1cba94045fea0463eac0a1a1f74958b8a2efa76157ece3", + "edges": 12, + "faces": 6, + "geometryDigest": "8c54f6f4cca5d847f3a5573265e141a6ba9b073523f7e9bfc2b534c122ac262b", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 218.75 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-midplane:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-midplane:008:Sketch11", + "name": "Sketch11", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-midplane:009:Pad11", + "name": "Pad11", + "ordinal": 9, + "relationDigest": "b37bd6d5a67f283d645e407f4f2a71bb9676d8d61fe37ab694ec5b524e6a233c", + "semanticNameDigest": "e60c184158a6d432b63a52e686588e64b204949b19118add959d63c15895a2b4", + "shape": { + "area": 224.99999999999997, + "brepSha256": "b6fd984b8563082625288be206c2746c4ef99f1b1e227b2817d138dce042f5fd", + "edges": 12, + "faces": 6, + "geometryDigest": "8c54f6f4cca5d847f3a5573265e141a6ba9b073523f7e9bfc2b534c122ac262b", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 218.75 + }, + "typeId": "PartDesign::Pad" + } + ], + "restored": [ + { + "key": "partdesign-midplane:000:Body11", + "name": "Body11", + "ordinal": 0, + "relationDigest": "9a9b06f6a9ed4e0960ca994e30be5dcc46b106c040fb3de214c1ad9e04a32df6", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "shape": { + "area": 209.99999999999997, + "brepSha256": "41dd20be6274af471a5cc1de30726899b4731e1173594d80b2ced90ccca407b8", + "edges": 12, + "faces": 6, + "geometryDigest": "cd9766573816715b02d2f470bf39f7d25903d9ebd899216f4ca0b1e5b7f5ec61", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 199.99999999999994 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-midplane:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-midplane:008:Sketch11", + "name": "Sketch11", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-midplane:009:Pad11", + "name": "Pad11", + "ordinal": 9, + "relationDigest": "9681bb9e87e6ac36a624592e0758a16ebca09dcb2a784da2c068ab4d0471e833", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "shape": { + "area": 209.99999999999997, + "brepSha256": "ac5b95966285b164d0039d7fb6a7b8268456a68048b624d01dfcc7a226acb65c", + "edges": 12, + "faces": 6, + "geometryDigest": "cd9766573816715b02d2f470bf39f7d25903d9ebd899216f4ca0b1e5b7f5ec61", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 199.99999999999994 + }, + "typeId": "PartDesign::Pad" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 8, + "edited": 8.75, + "restored": 8 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -31282,21 +42987,26 @@ "elementMapSize": 26, "elementMapVersion": "15.70200.5", "label": "Body11", + "linkedObjects": [ + "Origin", + "Pad11", + "Sketch11" + ], "name": "Body11", "names": [ { "history": [ { "children": [], - "mappedName": "#d:1;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:1;:G;XTR;:H1fd:7,F;:H1fe,F", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:H9a6,E" + "#b:1;:H1fd,E" ], - "mappedName": "#d:1;:G;XTR;:H9a6:7,F", + "mappedName": "#d:1;:G;XTR;:H1fd:7,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31311,7 +43021,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:1;:G;XTR;:H1fd:7,F;:H1fe,F", "mappedStringIds": [ 13 ], @@ -31321,15 +43031,15 @@ "history": [ { "children": [], - "mappedName": "#d:2;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:2;:G;XTR;:H1fd:7,F;:H1fe,F", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:H9a6,E" + "#b:2;:H1fd,E" ], - "mappedName": "#d:2;:G;XTR;:H9a6:7,F", + "mappedName": "#d:2;:G;XTR;:H1fd:7,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31345,7 +43055,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:2;:G;XTR;:H1fd:7,F;:H1fe,F", "mappedStringIds": [ 11, 13 @@ -31356,15 +43066,15 @@ "history": [ { "children": [], - "mappedName": "#d:3;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:3;:G;XTR;:H1fd:7,F;:H1fe,F", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:H9a6,E" + "#b:3;:H1fd,E" ], - "mappedName": "#d:3;:G;XTR;:H9a6:7,F", + "mappedName": "#d:3;:G;XTR;:H1fd:7,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31380,7 +43090,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:3;:G;XTR;:H1fd:7,F;:H1fe,F", "mappedStringIds": [ 11, 13 @@ -31391,15 +43101,15 @@ "history": [ { "children": [], - "mappedName": "#d:4;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:4;:G;XTR;:H1fd:7,F;:H1fe,F", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:H9a6,E" + "#b:4;:H1fd,E" ], - "mappedName": "#d:4;:G;XTR;:H9a6:7,F", + "mappedName": "#d:4;:G;XTR;:H1fd:7,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31415,7 +43125,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:4;:G;XTR;:H1fd:7,F;:H1fe,F", "mappedStringIds": [ 11, 13 @@ -31426,15 +43136,15 @@ "history": [ { "children": [], - "mappedName": "#d:1;FAC;:H9a6:4,F;:H9a7,F", + "mappedName": "#d:1;FAC;:H1fd:4,F;:H1fe,F", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:H9a6,E" + "#b:1;:H1fd,E" ], - "mappedName": "#d:1;FAC;:H9a6:4,F", + "mappedName": "#d:1;FAC;:H1fd:4,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31449,7 +43159,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:H9a6:4,F;:H9a7,F", + "mappedName": "#d:1;FAC;:H1fd:4,F;:H1fe,F", "mappedStringIds": [ 13 ], @@ -31459,16 +43169,16 @@ "history": [ { "children": [], - "mappedName": "#14:1;:G0;XTR;:H9a6:8,F;:H9a7,F", + "mappedName": "#14:1;:G0;XTR;:H1fd:8,F;:H1fe,F", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#d:1;FAC;:H9a6:4,F", - "#b:1;:H9a6,E" + "#d:1;FAC;:H1fd:4,F", + "#b:1;:H1fd,E" ], - "mappedName": "#14:1;:G0;XTR;:H9a6:8,F", + "mappedName": "#14:1;:G0;XTR;:H1fd:8,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31483,7 +43193,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:H9a6:8,F;:H9a7,F", + "mappedName": "#14:1;:G0;XTR;:H1fd:8,F;:H1fe,F", "mappedStringIds": [ 20 ], @@ -31493,32 +43203,32 @@ "history": [ { "children": [], - "mappedName": "#f:1;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1c;:G;XTR;:H1fd:7,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#2:1;:H9a6,V" + "#2;:H1fd,V" ], - "mappedName": "#f:1;:G;XTR;:H9a6:7,E", + "mappedName": "#1c;:G;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], - "mappedName": "#f:1;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1c;:G;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ - 15 + 28 ], "name": "Edge1" }, @@ -31526,32 +43236,32 @@ "history": [ { "children": [], - "mappedName": "#10:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1d;:G;XTR;:H1fd:7,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#4:2;:H9a6,V" + "#4;:H1fd,V" ], - "mappedName": "#10:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1d;:G;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], - "mappedName": "#10:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1d;:G;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ - 16 + 29 ], "name": "Edge2" }, @@ -31559,13 +43269,13 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H9a6,E;:H9a7,E", + "mappedName": "#b:1;:H1fd,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:1;:H9a6,E", + "mappedName": "#b:1;:H1fd,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31580,7 +43290,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H9a6,E;:H9a7,E", + "mappedName": "#b:1;:H1fd,E;:H1fe,E", "mappedStringIds": [ 11 ], @@ -31590,16 +43300,16 @@ "history": [ { "children": [], - "mappedName": "#16:1;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:1;:U;XTR;:H1fd:7,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#d:1;:G;XTR;:H9a6:7,F", - "#b:1;:H9a6,E" + "#d:1;:G;XTR;:H1fd:7,F", + "#b:1;:H1fd,E" ], - "mappedName": "#16:1;:U;XTR;:H9a6:7,E", + "mappedName": "#16:1;:U;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31614,7 +43324,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:1;:U;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ 22 ], @@ -31624,32 +43334,32 @@ "history": [ { "children": [], - "mappedName": "#11:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1e;:G;XTR;:H1fd:7,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#6:2;:H9a6,V" + "#6;:H1fd,V" ], - "mappedName": "#11:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1e;:G;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], - "mappedName": "#11:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1e;:G;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ - 17 + 30 ], "name": "Edge5" }, @@ -31657,13 +43367,13 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H9a6,E;:H9a7,E", + "mappedName": "#b:2;:H1fd,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:2;:H9a6,E", + "mappedName": "#b:2;:H1fd,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31678,7 +43388,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H9a6,E;:H9a7,E", + "mappedName": "#b:2;:H1fd,E;:H1fe,E", "mappedStringIds": [ 11 ], @@ -31688,16 +43398,16 @@ "history": [ { "children": [], - "mappedName": "#16:2;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:2;:U;XTR;:H1fd:7,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#d:2;:G;XTR;:H9a6:7,F", - "#b:2;:H9a6,E" + "#d:2;:G;XTR;:H1fd:7,F", + "#b:2;:H1fd,E" ], - "mappedName": "#16:2;:U;XTR;:H9a6:7,E", + "mappedName": "#16:2;:U;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31714,7 +43424,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:2;:U;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ 11, 13, @@ -31726,32 +43436,32 @@ "history": [ { "children": [], - "mappedName": "#12:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1f;:G;XTR;:H1fd:7,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#8:2;:H9a6,V" + "#8;:H1fd,V" ], - "mappedName": "#12:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1f;:G;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], - "mappedName": "#12:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1f;:G;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ - 18 + 31 ], "name": "Edge8" }, @@ -31759,13 +43469,13 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H9a6,E;:H9a7,E", + "mappedName": "#b:3;:H1fd,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:3;:H9a6,E", + "mappedName": "#b:3;:H1fd,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31780,7 +43490,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H9a6,E;:H9a7,E", + "mappedName": "#b:3;:H1fd,E;:H1fe,E", "mappedStringIds": [ 11 ], @@ -31790,16 +43500,16 @@ "history": [ { "children": [], - "mappedName": "#16:3;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:3;:U;XTR;:H1fd:7,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#d:3;:G;XTR;:H9a6:7,F", - "#b:3;:H9a6,E" + "#d:3;:G;XTR;:H1fd:7,F", + "#b:3;:H1fd,E" ], - "mappedName": "#16:3;:U;XTR;:H9a6:7,E", + "mappedName": "#16:3;:U;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31816,7 +43526,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:3;:U;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ 11, 13, @@ -31828,13 +43538,13 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H9a6,E;:H9a7,E", + "mappedName": "#b:4;:H1fd,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:4;:H9a6,E", + "mappedName": "#b:4;:H1fd,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31849,7 +43559,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H9a6,E;:H9a7,E", + "mappedName": "#b:4;:H1fd,E;:H1fe,E", "mappedStringIds": [ 11 ], @@ -31859,16 +43569,16 @@ "history": [ { "children": [], - "mappedName": "#16:4;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:4;:U;XTR;:H1fd:7,E;:H1fe,E", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#d:4;:G;XTR;:H9a6:7,F", - "#b:4;:H9a6,E" + "#d:4;:G;XTR;:H1fd:7,F", + "#b:4;:H1fd,E" ], - "mappedName": "#16:4;:U;XTR;:H9a6:7,E", + "mappedName": "#16:4;:U;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -31885,7 +43595,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:4;:U;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ 11, 13, @@ -31897,19 +43607,19 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H9a6,V;:H9a7,V", + "mappedName": "#2;:H1fd,V;:H1fe,V", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2:1;:H9a6,V", + "mappedName": "#2;:H1fd,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } @@ -31918,7 +43628,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H9a6,V;:H9a7,V", + "mappedName": "#2;:H1fd,V;:H1fe,V", "mappedStringIds": [ 2 ], @@ -31928,33 +43638,34 @@ "history": [ { "children": [], - "mappedName": "#18:1;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:1;:U;XTR;:H1fd:7,V;:H1fe,V", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#f:1;:G;XTR;:H9a6:7,E", - "#2:1;:H9a6,V" + "#16:1;:U;XTR;:H1fd:7,E", + "#d:1;:G;XTR;:H1fd:7,F", + "#b:1;:H1fd,E" ], - "mappedName": "#18:1;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U;XTR;:H1fd:7,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], - "mappedName": "#18:1;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:1;:U;XTR;:H1fd:7,V;:H1fe,V", "mappedStringIds": [ - 24 + 33 ], "name": "Vertex2" }, @@ -31962,19 +43673,19 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H9a6,V;:H9a7,V", + "mappedName": "#4;:H1fd,V;:H1fe,V", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#4:2;:H9a6,V", + "mappedName": "#4;:H1fd,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } @@ -31983,7 +43694,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H9a6,V;:H9a7,V", + "mappedName": "#4;:H1fd,V;:H1fe,V", "mappedStringIds": [ 4 ], @@ -31993,33 +43704,34 @@ "history": [ { "children": [], - "mappedName": "#19:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:1;:U2;XTR;:H1fd:8,V;:H1fe,V", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#10:2;:G;XTR;:H9a6:7,E", - "#4:2;:H9a6,V" + "#16:1;:U;XTR;:H1fd:7,E", + "#d:1;:G;XTR;:H1fd:7,F", + "#b:1;:H1fd,E" ], - "mappedName": "#19:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U2;XTR;:H1fd:8,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], - "mappedName": "#19:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:1;:U2;XTR;:H1fd:8,V;:H1fe,V", "mappedStringIds": [ - 25 + 33 ], "name": "Vertex4" }, @@ -32027,19 +43739,19 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H9a6,V;:H9a7,V", + "mappedName": "#6;:H1fd,V;:H1fe,V", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#6:2;:H9a6,V", + "mappedName": "#6;:H1fd,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } @@ -32048,7 +43760,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H9a6,V;:H9a7,V", + "mappedName": "#6;:H1fd,V;:H1fe,V", "mappedStringIds": [ 6 ], @@ -32058,33 +43770,40 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:2;:U2;XTR;:H1fd:8,V;:H1fe,V", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#11:2;:G;XTR;:H9a6:7,E", - "#6:2;:H9a6,V" + "#16:2;:U;XTR;:H1fd:7,E", + "#d:2;:G;XTR;:H1fd:7,F", + "#b:2;:H1fd,E" ], - "mappedName": "#1a:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:2;:U2;XTR;:H1fd:8,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], - "mappedName": "#1a:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:2;:U2;XTR;:H1fd:8,V;:H1fe,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "name": "Vertex6" }, @@ -32092,19 +43811,19 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H9a6,V;:H9a7,V", + "mappedName": "#8;:H1fd,V;:H1fe,V", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#8:2;:H9a6,V", + "mappedName": "#8;:H1fd,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } @@ -32113,7 +43832,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H9a6,V;:H9a7,V", + "mappedName": "#8;:H1fd,V;:H1fe,V", "mappedStringIds": [ 8 ], @@ -32123,33 +43842,40 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:3;:U2;XTR;:H1fd:8,V;:H1fe,V", "object": "Body11", "typeId": "PartDesign::Body" }, { "children": [ - "#12:2;:G;XTR;:H9a6:7,E", - "#8:2;:H9a6,V" + "#16:3;:U;XTR;:H1fd:7,E", + "#d:3;:G;XTR;:H1fd:7,F", + "#b:3;:H1fd,E" ], - "mappedName": "#1b:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:3;:U2;XTR;:H1fd:8,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], - "mappedName": "#1b:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:3;:U2;XTR;:H1fd:8,V;:H1fe,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "name": "Vertex8" } @@ -32167,7 +43893,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:1;:G;XTR;:H1fd:7,F;:H1fe,F", "mappedStringIds": [ 13 ], @@ -32177,7 +43903,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:H9a6:7,F;:H9a7,F", + "name": "#d:1;:G;XTR;:H1fd:7,F;:H1fe,F", "stringIds": [ 13 ] @@ -32187,9 +43913,9 @@ "resultPersistentId": "Body11:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:H9a6:7,F", + "mappedName": "#d:1;:G;XTR;:H1fd:7,F", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#d:1;:G;XTR;:H9a6:7,F", + "persistentId": "Pad11:mapped:#d:1;:G;XTR;:H1fd:7,F", "stageId": "Pad11" }, { @@ -32207,7 +43933,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:2;:G;XTR;:H1fd:7,F;:H1fe,F", "mappedStringIds": [ 11, 13 @@ -32218,7 +43944,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:H9a6:7,F;:H9a7,F", + "name": "#d:2;:G;XTR;:H1fd:7,F;:H1fe,F", "stringIds": [ 11, 13 @@ -32229,9 +43955,9 @@ "resultPersistentId": "Body11:face:1", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:H9a6:7,F", + "mappedName": "#d:2;:G;XTR;:H1fd:7,F", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#d:2;:G;XTR;:H9a6:7,F", + "persistentId": "Pad11:mapped:#d:2;:G;XTR;:H1fd:7,F", "stageId": "Pad11" }, { @@ -32249,7 +43975,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:3;:G;XTR;:H1fd:7,F;:H1fe,F", "mappedStringIds": [ 11, 13 @@ -32260,7 +43986,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:H9a6:7,F;:H9a7,F", + "name": "#d:3;:G;XTR;:H1fd:7,F;:H1fe,F", "stringIds": [ 11, 13 @@ -32271,9 +43997,9 @@ "resultPersistentId": "Body11:face:2", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:H9a6:7,F", + "mappedName": "#d:3;:G;XTR;:H1fd:7,F", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#d:3;:G;XTR;:H9a6:7,F", + "persistentId": "Pad11:mapped:#d:3;:G;XTR;:H1fd:7,F", "stageId": "Pad11" }, { @@ -32291,7 +44017,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:H9a6:7,F;:H9a7,F", + "mappedName": "#d:4;:G;XTR;:H1fd:7,F;:H1fe,F", "mappedStringIds": [ 11, 13 @@ -32302,7 +44028,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:H9a6:7,F;:H9a7,F", + "name": "#d:4;:G;XTR;:H1fd:7,F;:H1fe,F", "stringIds": [ 11, 13 @@ -32313,9 +44039,9 @@ "resultPersistentId": "Body11:face:3", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:H9a6:7,F", + "mappedName": "#d:4;:G;XTR;:H1fd:7,F", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#d:4;:G;XTR;:H9a6:7,F", + "persistentId": "Pad11:mapped:#d:4;:G;XTR;:H1fd:7,F", "stageId": "Pad11" }, { @@ -32332,7 +44058,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:H9a6:4,F;:H9a7,F", + "mappedName": "#d:1;FAC;:H1fd:4,F;:H1fe,F", "mappedStringIds": [ 13 ], @@ -32342,7 +44068,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:H9a6:4,F;:H9a7,F", + "name": "#d:1;FAC;:H1fd:4,F;:H1fe,F", "stringIds": [ 13 ] @@ -32352,9 +44078,9 @@ "resultPersistentId": "Body11:face:4", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:H9a6:4,F", + "mappedName": "#d:1;FAC;:H1fd:4,F", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#d:1;FAC;:H9a6:4,F", + "persistentId": "Pad11:mapped:#d:1;FAC;:H1fd:4,F", "stageId": "Pad11" }, { @@ -32371,7 +44097,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:H9a6:8,F;:H9a7,F", + "mappedName": "#14:1;:G0;XTR;:H1fd:8,F;:H1fe,F", "mappedStringIds": [ 20 ], @@ -32381,7 +44107,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:H9a6:8,F;:H9a7,F", + "name": "#14:1;:G0;XTR;:H1fd:8,F;:H1fe,F", "stringIds": [ 20 ] @@ -32391,9 +44117,9 @@ "resultPersistentId": "Body11:face:5", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:H9a6:8,F", + "mappedName": "#14:1;:G0;XTR;:H1fd:8,F", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#14:1;:G0;XTR;:H9a6:8,F", + "persistentId": "Pad11:mapped:#14:1;:G0;XTR;:H1fd:8,F", "stageId": "Pad11" }, { @@ -32407,12 +44133,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1c;:G;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ - 15 + 28 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -32420,9 +44146,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:H9a6:7,E;:H9a7,E", + "name": "#1c;:G;XTR;:H1fd:7,E;:H1fe,E", "stringIds": [ - 15 + 28 ] }, "relation": "generated", @@ -32430,15 +44156,15 @@ "resultPersistentId": "Body11:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:H9a6:7,E", + "mappedName": "#1c;:G;XTR;:H1fd:7,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#f:1;:G;XTR;:H9a6:7,E", + "persistentId": "Pad11:mapped:#1c;:G;XTR;:H1fd:7,E", "stageId": "Pad11" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v11;SKT", + "persistentId": "Sketch11:mapped:g1v1;SKT", "stageId": "Sketch11" } ] @@ -32446,12 +44172,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1d;:G;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ - 16 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -32459,9 +44185,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "name": "#1d;:G;XTR;:H1fd:7,E;:H1fe,E", "stringIds": [ - 16 + 29 ] }, "relation": "generated", @@ -32469,15 +44195,15 @@ "resultPersistentId": "Body11:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1d;:G;XTR;:H1fd:7,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#10:2;:G;XTR;:H9a6:7,E", + "persistentId": "Pad11:mapped:#1d;:G;XTR;:H1fd:7,E", "stageId": "Pad11" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v22;SKT", + "persistentId": "Sketch11:mapped:g1v2;SKT", "stageId": "Sketch11" } ] @@ -32488,7 +44214,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H9a6,E;:H9a7,E", + "mappedName": "#b:1;:H1fd,E;:H1fe,E", "mappedStringIds": [ 11 ], @@ -32498,7 +44224,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:H9a6,E;:H9a7,E", + "name": "#b:1;:H1fd,E;:H1fe,E", "stringIds": [ 11 ] @@ -32508,9 +44234,9 @@ "resultPersistentId": "Body11:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:H9a6,E", + "mappedName": "#b:1;:H1fd,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#b:1;:H9a6,E", + "persistentId": "Pad11:mapped:#b:1;:H1fd,E", "stageId": "Pad11" }, { @@ -32527,7 +44253,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:1;:U;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ 22 ], @@ -32537,7 +44263,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:H9a6:7,E;:H9a7,E", + "name": "#16:1;:U;XTR;:H1fd:7,E;:H1fe,E", "stringIds": [ 22 ] @@ -32547,9 +44273,9 @@ "resultPersistentId": "Body11:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:H9a6:7,E", + "mappedName": "#16:1;:U;XTR;:H1fd:7,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#16:1;:U;XTR;:H9a6:7,E", + "persistentId": "Pad11:mapped:#16:1;:U;XTR;:H1fd:7,E", "stageId": "Pad11" }, { @@ -32563,12 +44289,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1e;:G;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ - 17 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -32576,9 +44302,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "name": "#1e;:G;XTR;:H1fd:7,E;:H1fe,E", "stringIds": [ - 17 + 30 ] }, "relation": "generated", @@ -32586,15 +44312,15 @@ "resultPersistentId": "Body11:edge:4", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1e;:G;XTR;:H1fd:7,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#11:2;:G;XTR;:H9a6:7,E", + "persistentId": "Pad11:mapped:#1e;:G;XTR;:H1fd:7,E", "stageId": "Pad11" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g2v22;SKT", + "persistentId": "Sketch11:mapped:g2v2;SKT", "stageId": "Sketch11" } ] @@ -32605,7 +44331,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H9a6,E;:H9a7,E", + "mappedName": "#b:2;:H1fd,E;:H1fe,E", "mappedStringIds": [ 11 ], @@ -32615,7 +44341,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:H9a6,E;:H9a7,E", + "name": "#b:2;:H1fd,E;:H1fe,E", "stringIds": [ 11 ] @@ -32625,9 +44351,9 @@ "resultPersistentId": "Body11:edge:5", "sourceRefs": [ { - "mappedName": "#b:2;:H9a6,E", + "mappedName": "#b:2;:H1fd,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#b:2;:H9a6,E", + "persistentId": "Pad11:mapped:#b:2;:H1fd,E", "stageId": "Pad11" }, { @@ -32646,7 +44372,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:2;:U;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ 11, 13, @@ -32658,7 +44384,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:H9a6:7,E;:H9a7,E", + "name": "#16:2;:U;XTR;:H1fd:7,E;:H1fe,E", "stringIds": [ 11, 13, @@ -32670,9 +44396,9 @@ "resultPersistentId": "Body11:edge:6", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:H9a6:7,E", + "mappedName": "#16:2;:U;XTR;:H1fd:7,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#16:2;:U;XTR;:H9a6:7,E", + "persistentId": "Pad11:mapped:#16:2;:U;XTR;:H1fd:7,E", "stageId": "Pad11" }, { @@ -32686,12 +44412,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#1f;:G;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ - 18 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -32699,9 +44425,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:H9a6:7,E;:H9a7,E", + "name": "#1f;:G;XTR;:H1fd:7,E;:H1fe,E", "stringIds": [ - 18 + 31 ] }, "relation": "generated", @@ -32709,15 +44435,15 @@ "resultPersistentId": "Body11:edge:7", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1f;:G;XTR;:H1fd:7,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#12:2;:G;XTR;:H9a6:7,E", + "persistentId": "Pad11:mapped:#1f;:G;XTR;:H1fd:7,E", "stageId": "Pad11" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g3v22;SKT", + "persistentId": "Sketch11:mapped:g3v2;SKT", "stageId": "Sketch11" } ] @@ -32728,7 +44454,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H9a6,E;:H9a7,E", + "mappedName": "#b:3;:H1fd,E;:H1fe,E", "mappedStringIds": [ 11 ], @@ -32738,7 +44464,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:H9a6,E;:H9a7,E", + "name": "#b:3;:H1fd,E;:H1fe,E", "stringIds": [ 11 ] @@ -32748,9 +44474,9 @@ "resultPersistentId": "Body11:edge:8", "sourceRefs": [ { - "mappedName": "#b:3;:H9a6,E", + "mappedName": "#b:3;:H1fd,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#b:3;:H9a6,E", + "persistentId": "Pad11:mapped:#b:3;:H1fd,E", "stageId": "Pad11" }, { @@ -32769,7 +44495,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:3;:U;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ 11, 13, @@ -32781,7 +44507,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:H9a6:7,E;:H9a7,E", + "name": "#16:3;:U;XTR;:H1fd:7,E;:H1fe,E", "stringIds": [ 11, 13, @@ -32793,9 +44519,9 @@ "resultPersistentId": "Body11:edge:9", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:H9a6:7,E", + "mappedName": "#16:3;:U;XTR;:H1fd:7,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#16:3;:U;XTR;:H9a6:7,E", + "persistentId": "Pad11:mapped:#16:3;:U;XTR;:H1fd:7,E", "stageId": "Pad11" }, { @@ -32812,7 +44538,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H9a6,E;:H9a7,E", + "mappedName": "#b:4;:H1fd,E;:H1fe,E", "mappedStringIds": [ 11 ], @@ -32822,7 +44548,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H9a6,E;:H9a7,E", + "name": "#b:4;:H1fd,E;:H1fe,E", "stringIds": [ 11 ] @@ -32832,9 +44558,9 @@ "resultPersistentId": "Body11:edge:10", "sourceRefs": [ { - "mappedName": "#b:4;:H9a6,E", + "mappedName": "#b:4;:H1fd,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#b:4;:H9a6,E", + "persistentId": "Pad11:mapped:#b:4;:H1fd,E", "stageId": "Pad11" }, { @@ -32853,7 +44579,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:H9a6:7,E;:H9a7,E", + "mappedName": "#16:4;:U;XTR;:H1fd:7,E;:H1fe,E", "mappedStringIds": [ 11, 13, @@ -32865,7 +44591,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:H9a6:7,E;:H9a7,E", + "name": "#16:4;:U;XTR;:H1fd:7,E;:H1fe,E", "stringIds": [ 11, 13, @@ -32877,9 +44603,9 @@ "resultPersistentId": "Body11:edge:11", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:H9a6:7,E", + "mappedName": "#16:4;:U;XTR;:H1fd:7,E", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#16:4;:U;XTR;:H9a6:7,E", + "persistentId": "Pad11:mapped:#16:4;:U;XTR;:H1fd:7,E", "stageId": "Pad11" }, { @@ -32896,7 +44622,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H9a6,V;:H9a7,V", + "mappedName": "#2;:H1fd,V;:H1fe,V", "mappedStringIds": [ 2 ], @@ -32906,7 +44632,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H9a6,V;:H9a7,V", + "name": "#2;:H1fd,V;:H1fe,V", "stringIds": [ 2 ] @@ -32916,15 +44642,15 @@ "resultPersistentId": "Body11:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:H9a6,V", + "mappedName": "#2;:H1fd,V", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#2:1;:H9a6,V", + "persistentId": "Pad11:mapped:#2;:H1fd,V", "stageId": "Pad11" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v11;SKT", + "persistentId": "Sketch11:mapped:g1v1;SKT", "stageId": "Sketch11" } ] @@ -32932,12 +44658,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:1;:U;XTR;:H1fd:7,V;:H1fe,V", "mappedStringIds": [ - 24 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -32945,9 +44671,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:H9a6:7,V;:H9a7,V", + "name": "#21:1;:U;XTR;:H1fd:7,V;:H1fe,V", "stringIds": [ - 24 + 33 ] }, "relation": "preserved", @@ -32955,15 +44681,15 @@ "resultPersistentId": "Body11:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U;XTR;:H1fd:7,V", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#18:1;:U;XTR;:H9a6:7,V", + "persistentId": "Pad11:mapped:#21:1;:U;XTR;:H1fd:7,V", "stageId": "Pad11" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v11;SKT", + "persistentId": "Sketch11:mapped:g1;SKT", "stageId": "Sketch11" } ] @@ -32974,7 +44700,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H9a6,V;:H9a7,V", + "mappedName": "#4;:H1fd,V;:H1fe,V", "mappedStringIds": [ 4 ], @@ -32984,7 +44710,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:H9a6,V;:H9a7,V", + "name": "#4;:H1fd,V;:H1fe,V", "stringIds": [ 4 ] @@ -32994,15 +44720,15 @@ "resultPersistentId": "Body11:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:H9a6,V", + "mappedName": "#4;:H1fd,V", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#4:2;:H9a6,V", + "persistentId": "Pad11:mapped:#4;:H1fd,V", "stageId": "Pad11" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v22;SKT", + "persistentId": "Sketch11:mapped:g1v2;SKT", "stageId": "Sketch11" } ] @@ -33010,12 +44736,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:1;:U2;XTR;:H1fd:8,V;:H1fe,V", "mappedStringIds": [ - 25 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -33023,9 +44749,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "name": "#21:1;:U2;XTR;:H1fd:8,V;:H1fe,V", "stringIds": [ - 25 + 33 ] }, "relation": "preserved", @@ -33033,15 +44759,15 @@ "resultPersistentId": "Body11:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U2;XTR;:H1fd:8,V", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#19:2;:U;XTR;:H9a6:7,V", + "persistentId": "Pad11:mapped:#21:1;:U2;XTR;:H1fd:8,V", "stageId": "Pad11" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v22;SKT", + "persistentId": "Sketch11:mapped:g1;SKT", "stageId": "Sketch11" } ] @@ -33052,7 +44778,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H9a6,V;:H9a7,V", + "mappedName": "#6;:H1fd,V;:H1fe,V", "mappedStringIds": [ 6 ], @@ -33062,7 +44788,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H9a6,V;:H9a7,V", + "name": "#6;:H1fd,V;:H1fe,V", "stringIds": [ 6 ] @@ -33072,15 +44798,15 @@ "resultPersistentId": "Body11:vertex:4", "sourceRefs": [ { - "mappedName": "#6:2;:H9a6,V", + "mappedName": "#6;:H1fd,V", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#6:2;:H9a6,V", + "persistentId": "Pad11:mapped:#6;:H1fd,V", "stageId": "Pad11" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g2v22;SKT", + "persistentId": "Sketch11:mapped:g2v2;SKT", "stageId": "Sketch11" } ] @@ -33088,12 +44814,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:2;:U2;XTR;:H1fd:8,V;:H1fe,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -33101,9 +44833,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "name": "#21:2;:U2;XTR;:H1fd:8,V;:H1fe,V", "stringIds": [ - 26 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -33111,15 +44846,15 @@ "resultPersistentId": "Body11:vertex:5", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:2;:U2;XTR;:H1fd:8,V", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#1a:2;:U;XTR;:H9a6:7,V", + "persistentId": "Pad11:mapped:#21:2;:U2;XTR;:H1fd:8,V", "stageId": "Pad11" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g2v22;SKT", + "persistentId": "Sketch11:mapped:g2;SKT", "stageId": "Sketch11" } ] @@ -33130,7 +44865,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H9a6,V;:H9a7,V", + "mappedName": "#8;:H1fd,V;:H1fe,V", "mappedStringIds": [ 8 ], @@ -33140,7 +44875,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H9a6,V;:H9a7,V", + "name": "#8;:H1fd,V;:H1fe,V", "stringIds": [ 8 ] @@ -33150,15 +44885,15 @@ "resultPersistentId": "Body11:vertex:6", "sourceRefs": [ { - "mappedName": "#8:2;:H9a6,V", + "mappedName": "#8;:H1fd,V", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#8:2;:H9a6,V", + "persistentId": "Pad11:mapped:#8;:H1fd,V", "stageId": "Pad11" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g3v22;SKT", + "persistentId": "Sketch11:mapped:g3v2;SKT", "stageId": "Sketch11" } ] @@ -33166,12 +44901,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "mappedName": "#21:3;:U2;XTR;:H1fd:8,V;:H1fe,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -33179,9 +44920,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:H9a6:7,V;:H9a7,V", + "name": "#21:3;:U2;XTR;:H1fd:8,V;:H1fe,V", "stringIds": [ - 27 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -33189,15 +44933,15 @@ "resultPersistentId": "Body11:vertex:7", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:3;:U2;XTR;:H1fd:8,V", "objectId": "Pad11", - "persistentId": "Pad11:mapped:#1b:2;:U;XTR;:H9a6:7,V", + "persistentId": "Pad11:mapped:#21:3;:U2;XTR;:H1fd:8,V", "stageId": "Pad11" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g3v22;SKT", + "persistentId": "Sketch11:mapped:g3;SKT", "stageId": "Sketch11" } ] @@ -33212,11 +44956,640 @@ "stageId": "Body11", "status": "native-evidence" }, + "relationDigest": "9a9b06f6a9ed4e0960ca994e30be5dcc46b106c040fb3de214c1ad9e04a32df6", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F;:H#,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#1c;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1c;:G;XTR;:H#:7,E", + "sourceElement": "#1c", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1d;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#1d;:G;XTR;:H#:7,E", + "sourceElement": "#1d", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#1e;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#1e;:G;XTR;:H#:7,E", + "sourceElement": "#1e", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#1f;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#1f;:G;XTR;:H#:7,E", + "sourceElement": "#1f", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#21:1;:U;XTR;:H#:7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:1;:U;XTR;:H#:7,V", + "sourceElement": "#21:1", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#21:1;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:1;:U2;XTR;:H#:8,V", + "sourceElement": "#21:1", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#21:2;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:2;:U2;XTR;:H#:8,V", + "sourceElement": "#21:2", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#21:3;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:3;:U2;XTR;:H#:8,V", + "sourceElement": "#21:3", + "sourceObject": "Pad11", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", "shape": { + "area": 209.99999999999997, + "brepSha256": "41dd20be6274af471a5cc1de30726899b4731e1173594d80b2ced90ccca407b8", "edges": 12, "faces": 6, + "geometryDigest": "cd9766573816715b02d2f470bf39f7d25903d9ebd899216f4ca0b1e5b7f5ec61", "solids": 1, "valid": true, + "vertices": 8, "volume": 199.99999999999994 }, "typeId": "PartDesign::Body" @@ -33226,6 +45599,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -33274,11 +45648,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -33288,6 +45677,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -33336,11 +45726,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -33350,6 +45755,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -33398,11 +45804,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -33412,6 +45833,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -33460,11 +45882,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -33474,6 +45911,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -33522,11 +45960,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -33536,6 +45989,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -33584,11 +46038,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -33598,6 +46067,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -33646,11 +46116,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -33662,6 +46147,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch11", + "linkedObjects": [], "name": "Sketch11", "names": [ { @@ -33962,11 +46448,75 @@ "stageId": "Sketch11", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", "edges": 4, "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -33979,15 +46529,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad11", + "linkedObjects": [ + "Body11", + "Sketch11" + ], "name": "Pad11", "names": [ { "history": [ { "children": [ - "#b:1;:H9a6,E" + "#b:1;:H1fd,E" ], - "mappedName": "#d:1;:G;XTR;:H9a6:7,F", + "mappedName": "#d:1;:G;XTR;:H1fd:7,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34002,7 +46556,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:H9a6:7,F", + "mappedName": "#d:1;:G;XTR;:H1fd:7,F", "mappedStringIds": [ 13 ], @@ -34012,9 +46566,9 @@ "history": [ { "children": [ - "#b:2;:H9a6,E" + "#b:2;:H1fd,E" ], - "mappedName": "#d:2;:G;XTR;:H9a6:7,F", + "mappedName": "#d:2;:G;XTR;:H1fd:7,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34030,7 +46584,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:H9a6:7,F", + "mappedName": "#d:2;:G;XTR;:H1fd:7,F", "mappedStringIds": [ 11, 13 @@ -34041,9 +46595,9 @@ "history": [ { "children": [ - "#b:3;:H9a6,E" + "#b:3;:H1fd,E" ], - "mappedName": "#d:3;:G;XTR;:H9a6:7,F", + "mappedName": "#d:3;:G;XTR;:H1fd:7,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34059,7 +46613,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:H9a6:7,F", + "mappedName": "#d:3;:G;XTR;:H1fd:7,F", "mappedStringIds": [ 11, 13 @@ -34070,9 +46624,9 @@ "history": [ { "children": [ - "#b:4;:H9a6,E" + "#b:4;:H1fd,E" ], - "mappedName": "#d:4;:G;XTR;:H9a6:7,F", + "mappedName": "#d:4;:G;XTR;:H1fd:7,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34088,7 +46642,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:H9a6:7,F", + "mappedName": "#d:4;:G;XTR;:H1fd:7,F", "mappedStringIds": [ 11, 13 @@ -34099,9 +46653,9 @@ "history": [ { "children": [ - "#b:1;:H9a6,E" + "#b:1;:H1fd,E" ], - "mappedName": "#d:1;FAC;:H9a6:4,F", + "mappedName": "#d:1;FAC;:H1fd:4,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34116,7 +46670,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:H9a6:4,F", + "mappedName": "#d:1;FAC;:H1fd:4,F", "mappedStringIds": [ 13 ], @@ -34126,10 +46680,10 @@ "history": [ { "children": [ - "#d:1;FAC;:H9a6:4,F", - "#b:1;:H9a6,E" + "#d:1;FAC;:H1fd:4,F", + "#b:1;:H1fd,E" ], - "mappedName": "#14:1;:G0;XTR;:H9a6:8,F", + "mappedName": "#14:1;:G0;XTR;:H1fd:8,F", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34144,7 +46698,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:H9a6:8,F", + "mappedName": "#14:1;:G0;XTR;:H1fd:8,F", "mappedStringIds": [ 20 ], @@ -34154,26 +46708,26 @@ "history": [ { "children": [ - "#2:1;:H9a6,V" + "#2;:H1fd,V" ], - "mappedName": "#f:1;:G;XTR;:H9a6:7,E", + "mappedName": "#1c;:G;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], - "mappedName": "#f:1;:G;XTR;:H9a6:7,E", + "mappedName": "#1c;:G;XTR;:H1fd:7,E", "mappedStringIds": [ - 15 + 28 ], "name": "Edge1" }, @@ -34181,26 +46735,26 @@ "history": [ { "children": [ - "#4:2;:H9a6,V" + "#4;:H1fd,V" ], - "mappedName": "#10:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1d;:G;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], - "mappedName": "#10:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1d;:G;XTR;:H1fd:7,E", "mappedStringIds": [ - 16 + 29 ], "name": "Edge2" }, @@ -34208,7 +46762,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H9a6,E", + "mappedName": "#b:1;:H1fd,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34223,7 +46777,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H9a6,E", + "mappedName": "#b:1;:H1fd,E", "mappedStringIds": [ 11 ], @@ -34233,10 +46787,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:H9a6:7,F", - "#b:1;:H9a6,E" + "#d:1;:G;XTR;:H1fd:7,F", + "#b:1;:H1fd,E" ], - "mappedName": "#16:1;:U;XTR;:H9a6:7,E", + "mappedName": "#16:1;:U;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34251,7 +46805,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:H9a6:7,E", + "mappedName": "#16:1;:U;XTR;:H1fd:7,E", "mappedStringIds": [ 22 ], @@ -34261,26 +46815,26 @@ "history": [ { "children": [ - "#6:2;:H9a6,V" + "#6;:H1fd,V" ], - "mappedName": "#11:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1e;:G;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], - "mappedName": "#11:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1e;:G;XTR;:H1fd:7,E", "mappedStringIds": [ - 17 + 30 ], "name": "Edge5" }, @@ -34288,7 +46842,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H9a6,E", + "mappedName": "#b:2;:H1fd,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34303,7 +46857,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H9a6,E", + "mappedName": "#b:2;:H1fd,E", "mappedStringIds": [ 11 ], @@ -34313,10 +46867,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:H9a6:7,F", - "#b:2;:H9a6,E" + "#d:2;:G;XTR;:H1fd:7,F", + "#b:2;:H1fd,E" ], - "mappedName": "#16:2;:U;XTR;:H9a6:7,E", + "mappedName": "#16:2;:U;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34333,7 +46887,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:H9a6:7,E", + "mappedName": "#16:2;:U;XTR;:H1fd:7,E", "mappedStringIds": [ 11, 13, @@ -34345,26 +46899,26 @@ "history": [ { "children": [ - "#8:2;:H9a6,V" + "#8;:H1fd,V" ], - "mappedName": "#12:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1f;:G;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], - "mappedName": "#12:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1f;:G;XTR;:H1fd:7,E", "mappedStringIds": [ - 18 + 31 ], "name": "Edge8" }, @@ -34372,7 +46926,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H9a6,E", + "mappedName": "#b:3;:H1fd,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34387,7 +46941,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H9a6,E", + "mappedName": "#b:3;:H1fd,E", "mappedStringIds": [ 11 ], @@ -34397,10 +46951,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:H9a6:7,F", - "#b:3;:H9a6,E" + "#d:3;:G;XTR;:H1fd:7,F", + "#b:3;:H1fd,E" ], - "mappedName": "#16:3;:U;XTR;:H9a6:7,E", + "mappedName": "#16:3;:U;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34417,7 +46971,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:H9a6:7,E", + "mappedName": "#16:3;:U;XTR;:H1fd:7,E", "mappedStringIds": [ 11, 13, @@ -34429,7 +46983,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H9a6,E", + "mappedName": "#b:4;:H1fd,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34444,7 +46998,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H9a6,E", + "mappedName": "#b:4;:H1fd,E", "mappedStringIds": [ 11 ], @@ -34454,10 +47008,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:H9a6:7,F", - "#b:4;:H9a6,E" + "#d:4;:G;XTR;:H1fd:7,F", + "#b:4;:H1fd,E" ], - "mappedName": "#16:4;:U;XTR;:H9a6:7,E", + "mappedName": "#16:4;:U;XTR;:H1fd:7,E", "object": "Pad11", "typeId": "PartDesign::Pad" }, @@ -34474,7 +47028,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:H9a6:7,E", + "mappedName": "#16:4;:U;XTR;:H1fd:7,E", "mappedStringIds": [ 11, 13, @@ -34486,13 +47040,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H9a6,V", + "mappedName": "#2;:H1fd,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } @@ -34501,7 +47055,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H9a6,V", + "mappedName": "#2;:H1fd,V", "mappedStringIds": [ 2 ], @@ -34511,27 +47065,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:H9a6:7,E", - "#2:1;:H9a6,V" + "#16:1;:U;XTR;:H1fd:7,E", + "#d:1;:G;XTR;:H1fd:7,F", + "#b:1;:H1fd,E" ], - "mappedName": "#18:1;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U;XTR;:H1fd:7,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], - "mappedName": "#18:1;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U;XTR;:H1fd:7,V", "mappedStringIds": [ - 24 + 33 ], "name": "Vertex2" }, @@ -34539,13 +47094,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H9a6,V", + "mappedName": "#4;:H1fd,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } @@ -34554,7 +47109,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H9a6,V", + "mappedName": "#4;:H1fd,V", "mappedStringIds": [ 4 ], @@ -34564,27 +47119,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:H9a6:7,E", - "#4:2;:H9a6,V" + "#16:1;:U;XTR;:H1fd:7,E", + "#d:1;:G;XTR;:H1fd:7,F", + "#b:1;:H1fd,E" ], - "mappedName": "#19:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U2;XTR;:H1fd:8,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], - "mappedName": "#19:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U2;XTR;:H1fd:8,V", "mappedStringIds": [ - 25 + 33 ], "name": "Vertex4" }, @@ -34592,13 +47148,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H9a6,V", + "mappedName": "#6;:H1fd,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } @@ -34607,7 +47163,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H9a6,V", + "mappedName": "#6;:H1fd,V", "mappedStringIds": [ 6 ], @@ -34617,27 +47173,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:H9a6:7,E", - "#6:2;:H9a6,V" + "#16:2;:U;XTR;:H1fd:7,E", + "#d:2;:G;XTR;:H1fd:7,F", + "#b:2;:H1fd,E" ], - "mappedName": "#1a:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:2;:U2;XTR;:H1fd:8,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], - "mappedName": "#1a:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:2;:U2;XTR;:H1fd:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "name": "Vertex6" }, @@ -34645,13 +47208,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H9a6,V", + "mappedName": "#8;:H1fd,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } @@ -34660,7 +47223,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H9a6,V", + "mappedName": "#8;:H1fd,V", "mappedStringIds": [ 8 ], @@ -34670,27 +47233,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:H9a6:7,E", - "#8:2;:H9a6,V" + "#16:3;:U;XTR;:H1fd:7,E", + "#d:3;:G;XTR;:H1fd:7,F", + "#b:3;:H1fd,E" ], - "mappedName": "#1b:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:3;:U2;XTR;:H1fd:8,V", "object": "Pad11", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch11", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], - "mappedName": "#1b:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:3;:U2;XTR;:H1fd:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "name": "Vertex8" } @@ -34708,7 +47278,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:H9a6:7,F", + "mappedName": "#d:1;:G;XTR;:H1fd:7,F", "mappedStringIds": [ 13 ], @@ -34718,7 +47288,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:H9a6:7,F", + "name": "#d:1;:G;XTR;:H1fd:7,F", "stringIds": [ 13 ] @@ -34742,7 +47312,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:H9a6:7,F", + "mappedName": "#d:2;:G;XTR;:H1fd:7,F", "mappedStringIds": [ 11, 13 @@ -34753,7 +47323,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:H9a6:7,F", + "name": "#d:2;:G;XTR;:H1fd:7,F", "stringIds": [ 11, 13 @@ -34778,7 +47348,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:H9a6:7,F", + "mappedName": "#d:3;:G;XTR;:H1fd:7,F", "mappedStringIds": [ 11, 13 @@ -34789,7 +47359,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:H9a6:7,F", + "name": "#d:3;:G;XTR;:H1fd:7,F", "stringIds": [ 11, 13 @@ -34814,7 +47384,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:H9a6:7,F", + "mappedName": "#d:4;:G;XTR;:H1fd:7,F", "mappedStringIds": [ 11, 13 @@ -34825,7 +47395,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:H9a6:7,F", + "name": "#d:4;:G;XTR;:H1fd:7,F", "stringIds": [ 11, 13 @@ -34849,7 +47419,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:H9a6:4,F", + "mappedName": "#d:1;FAC;:H1fd:4,F", "mappedStringIds": [ 13 ], @@ -34859,7 +47429,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:H9a6:4,F", + "name": "#d:1;FAC;:H1fd:4,F", "stringIds": [ 13 ] @@ -34882,7 +47452,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:H9a6:8,F", + "mappedName": "#14:1;:G0;XTR;:H1fd:8,F", "mappedStringIds": [ 20 ], @@ -34892,7 +47462,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:H9a6:8,F", + "name": "#14:1;:G0;XTR;:H1fd:8,F", "stringIds": [ 20 ] @@ -34912,12 +47482,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:H9a6:7,E", + "mappedName": "#1c;:G;XTR;:H1fd:7,E", "mappedStringIds": [ - 15 + 28 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -34925,9 +47495,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:H9a6:7,E", + "name": "#1c;:G;XTR;:H1fd:7,E", "stringIds": [ - 15 + 28 ] }, "relation": "generated", @@ -34935,9 +47505,9 @@ "resultPersistentId": "Pad11:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v11;SKT", + "persistentId": "Sketch11:mapped:g1v1;SKT", "stageId": "Sketch11" } ] @@ -34945,12 +47515,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1d;:G;XTR;:H1fd:7,E", "mappedStringIds": [ - 16 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -34958,9 +47528,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:H9a6:7,E", + "name": "#1d;:G;XTR;:H1fd:7,E", "stringIds": [ - 16 + 29 ] }, "relation": "generated", @@ -34968,9 +47538,9 @@ "resultPersistentId": "Pad11:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v22;SKT", + "persistentId": "Sketch11:mapped:g1v2;SKT", "stageId": "Sketch11" } ] @@ -34981,7 +47551,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H9a6,E", + "mappedName": "#b:1;:H1fd,E", "mappedStringIds": [ 11 ], @@ -34991,7 +47561,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:H9a6,E", + "name": "#b:1;:H1fd,E", "stringIds": [ 11 ] @@ -35014,7 +47584,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:H9a6:7,E", + "mappedName": "#16:1;:U;XTR;:H1fd:7,E", "mappedStringIds": [ 22 ], @@ -35024,7 +47594,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:H9a6:7,E", + "name": "#16:1;:U;XTR;:H1fd:7,E", "stringIds": [ 22 ] @@ -35044,12 +47614,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1e;:G;XTR;:H1fd:7,E", "mappedStringIds": [ - 17 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -35057,9 +47627,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:H9a6:7,E", + "name": "#1e;:G;XTR;:H1fd:7,E", "stringIds": [ - 17 + 30 ] }, "relation": "generated", @@ -35067,9 +47637,9 @@ "resultPersistentId": "Pad11:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g2v22;SKT", + "persistentId": "Sketch11:mapped:g2v2;SKT", "stageId": "Sketch11" } ] @@ -35080,7 +47650,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H9a6,E", + "mappedName": "#b:2;:H1fd,E", "mappedStringIds": [ 11 ], @@ -35090,7 +47660,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:H9a6,E", + "name": "#b:2;:H1fd,E", "stringIds": [ 11 ] @@ -35115,7 +47685,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:H9a6:7,E", + "mappedName": "#16:2;:U;XTR;:H1fd:7,E", "mappedStringIds": [ 11, 13, @@ -35127,7 +47697,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:H9a6:7,E", + "name": "#16:2;:U;XTR;:H1fd:7,E", "stringIds": [ 11, 13, @@ -35149,12 +47719,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:H9a6:7,E", + "mappedName": "#1f;:G;XTR;:H1fd:7,E", "mappedStringIds": [ - 18 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -35162,9 +47732,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:H9a6:7,E", + "name": "#1f;:G;XTR;:H1fd:7,E", "stringIds": [ - 18 + 31 ] }, "relation": "generated", @@ -35172,9 +47742,9 @@ "resultPersistentId": "Pad11:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g3v22;SKT", + "persistentId": "Sketch11:mapped:g3v2;SKT", "stageId": "Sketch11" } ] @@ -35185,7 +47755,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H9a6,E", + "mappedName": "#b:3;:H1fd,E", "mappedStringIds": [ 11 ], @@ -35195,7 +47765,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:H9a6,E", + "name": "#b:3;:H1fd,E", "stringIds": [ 11 ] @@ -35220,7 +47790,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:H9a6:7,E", + "mappedName": "#16:3;:U;XTR;:H1fd:7,E", "mappedStringIds": [ 11, 13, @@ -35232,7 +47802,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:H9a6:7,E", + "name": "#16:3;:U;XTR;:H1fd:7,E", "stringIds": [ 11, 13, @@ -35257,7 +47827,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H9a6,E", + "mappedName": "#b:4;:H1fd,E", "mappedStringIds": [ 11 ], @@ -35267,7 +47837,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H9a6,E", + "name": "#b:4;:H1fd,E", "stringIds": [ 11 ] @@ -35292,7 +47862,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:H9a6:7,E", + "mappedName": "#16:4;:U;XTR;:H1fd:7,E", "mappedStringIds": [ 11, 13, @@ -35304,7 +47874,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:H9a6:7,E", + "name": "#16:4;:U;XTR;:H1fd:7,E", "stringIds": [ 11, 13, @@ -35329,7 +47899,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H9a6,V", + "mappedName": "#2;:H1fd,V", "mappedStringIds": [ 2 ], @@ -35339,7 +47909,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H9a6,V", + "name": "#2;:H1fd,V", "stringIds": [ 2 ] @@ -35349,9 +47919,9 @@ "resultPersistentId": "Pad11:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v11;SKT", + "persistentId": "Sketch11:mapped:g1v1;SKT", "stageId": "Sketch11" } ] @@ -35359,12 +47929,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U;XTR;:H1fd:7,V", "mappedStringIds": [ - 24 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -35372,9 +47942,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:H9a6:7,V", + "name": "#21:1;:U;XTR;:H1fd:7,V", "stringIds": [ - 24 + 33 ] }, "relation": "preserved", @@ -35382,9 +47952,9 @@ "resultPersistentId": "Pad11:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v11;SKT", + "persistentId": "Sketch11:mapped:g1;SKT", "stageId": "Sketch11" } ] @@ -35395,7 +47965,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H9a6,V", + "mappedName": "#4;:H1fd,V", "mappedStringIds": [ 4 ], @@ -35405,7 +47975,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:H9a6,V", + "name": "#4;:H1fd,V", "stringIds": [ 4 ] @@ -35415,9 +47985,9 @@ "resultPersistentId": "Pad11:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v22;SKT", + "persistentId": "Sketch11:mapped:g1v2;SKT", "stageId": "Sketch11" } ] @@ -35425,12 +47995,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:1;:U2;XTR;:H1fd:8,V", "mappedStringIds": [ - 25 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -35438,9 +48008,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:H9a6:7,V", + "name": "#21:1;:U2;XTR;:H1fd:8,V", "stringIds": [ - 25 + 33 ] }, "relation": "preserved", @@ -35448,9 +48018,9 @@ "resultPersistentId": "Pad11:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g1v22;SKT", + "persistentId": "Sketch11:mapped:g1;SKT", "stageId": "Sketch11" } ] @@ -35461,7 +48031,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H9a6,V", + "mappedName": "#6;:H1fd,V", "mappedStringIds": [ 6 ], @@ -35471,7 +48041,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H9a6,V", + "name": "#6;:H1fd,V", "stringIds": [ 6 ] @@ -35481,9 +48051,9 @@ "resultPersistentId": "Pad11:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g2v22;SKT", + "persistentId": "Sketch11:mapped:g2v2;SKT", "stageId": "Sketch11" } ] @@ -35491,12 +48061,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:2;:U2;XTR;:H1fd:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -35504,9 +48080,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:H9a6:7,V", + "name": "#21:2;:U2;XTR;:H1fd:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -35514,9 +48093,9 @@ "resultPersistentId": "Pad11:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g2v22;SKT", + "persistentId": "Sketch11:mapped:g2;SKT", "stageId": "Sketch11" } ] @@ -35527,7 +48106,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H9a6,V", + "mappedName": "#8;:H1fd,V", "mappedStringIds": [ 8 ], @@ -35537,7 +48116,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H9a6,V", + "name": "#8;:H1fd,V", "stringIds": [ 8 ] @@ -35547,9 +48126,9 @@ "resultPersistentId": "Pad11:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g3v22;SKT", + "persistentId": "Sketch11:mapped:g3v2;SKT", "stageId": "Sketch11" } ] @@ -35557,12 +48136,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:H9a6:7,V", + "mappedName": "#21:3;:U2;XTR;:H1fd:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -35570,9 +48155,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:H9a6:7,V", + "name": "#21:3;:U2;XTR;:H1fd:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -35580,9 +48168,9 @@ "resultPersistentId": "Pad11:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch11", - "persistentId": "Sketch11:mapped:g3v22;SKT", + "persistentId": "Sketch11:mapped:g3;SKT", "stageId": "Sketch11" } ] @@ -35597,11 +48185,409 @@ "stageId": "Pad11", "status": "native-evidence" }, + "relationDigest": "9681bb9e87e6ac36a624592e0758a16ebca09dcb2a784da2c068ab4d0471e833", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#1c;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1d;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#1e;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#1f;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#21:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#21:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#21:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#21:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch11", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", "shape": { + "area": 209.99999999999997, + "brepSha256": "ac5b95966285b164d0039d7fb6a7b8268456a68048b624d01dfcc7a226acb65c", "edges": 12, "faces": 6, + "geometryDigest": "cd9766573816715b02d2f470bf39f7d25903d9ebd899216f4ca0b1e5b7f5ec61", "solids": 1, "valid": true, + "vertices": 8, "volume": 199.99999999999994 }, "typeId": "PartDesign::Pad" @@ -35609,23 +48595,24 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "9eb7e7a6c5979f19ace501b68483d1b0e741698efa3b4518ce9e9d045d14b273", - "text": "StringTableStart v1 27\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H9a6,E\n-1.4c.1.2\n-1.0 0:;:H9a6,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:H9a6:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H9a6:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H9a6:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n" + "sha256": "f1b75f41013a707223c477b57d3d56bb1c201dce191d33de617260b75b7750f8", + "text": "StringTableStart v1 24\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H1fd,E\n-1.4c.1.2\n-1.0 0:;:H1fd,V\n-5.0 0:;FAC;:H1fd:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H1fd:7,F\n-1.4c.1.9\n-6.2c.-7.-b\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;:U;XTR;:H1fd:7,E\n-1.4c.1.b\n" } }, { + "category": "partdesign", "elementMapResources": { "Body12.Shape.Map.txt": { - "sha256": "39e2fe010123b9c93d5403214ea919852e780ba384b161410320b29d6d4cd3f6", - "text": "BeginElementMap v1\n1 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:Hd13:7,E\n;:G0;XTR;:Hd13:8,F\n;:U;XTR;:Hd13:7,E\n;:U;XTR;:Hd13:7,V\n;:Hd13,V\n;:Hd13,E\n;:G;XTR;:Hd13:7,F\n;FAC;:Hd13:4,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 3348 1 ;:Hd14,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 3348 1 ;:Hd14,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 3348 1 ;:Hd14,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "436118b63deea4f469b8b0c906ae4fe1490db7fdcedaae94c8b43be03442b5ce", + "text": "BeginElementMap v1\n1 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H3ae:8,F\n;:U;XTR;:H3ae:7,E\n;:G;XTR;:H3ae:7,E\n;:U2;XTR;:H3ae:8,V\n;:U;XTR;:H3ae:7,V\n;:H3ae,V\n;:H3ae,E\n;:G;XTR;:H3ae:7,F\n;FAC;:H3ae:4,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 943 1 ;:H3af,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 943 1 ;:H3af,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 943 1 ;:H3af,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad12.AddSubShape.Map.txt": { - "sha256": "7f3494f848a7bfba9b2c927e96dbdc200add7411bf6fa5b47bfcc792b3004b6c", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:Hd13:7,E\n;:G0;XTR;:Hd13:8,F\n;:U;XTR;:Hd13:7,E\n;:U;XTR;:Hd13:7,V\n;:Hd13,V\n;:Hd13,E\n;:G;XTR;:Hd13:7,F\n;FAC;:Hd13:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "f5813a0a95c934d589c5cef0dd33aa88093ccf418478bb2a66b7a5cd22c946f4", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H3ae:8,F\n;:U;XTR;:H3ae:7,E\n;:G;XTR;:H3ae:7,E\n;:U2;XTR;:H3ae:8,V\n;:U;XTR;:H3ae:7,V\n;:H3ae,V\n;:H3ae,E\n;:G;XTR;:H3ae:7,F\n;FAC;:H3ae:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n" }, "Pad12.Shape.Map.txt": { - "sha256": "907a0d4d35f98be853ad6ce1a11c69d713211028fa2d9e66ed234f88d40f0371", - "text": "BeginElementMap v1\n2 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:Hd13:7,E\n;:G0;XTR;:Hd13:8,F\n;:U;XTR;:Hd13:7,E\n;:U;XTR;:Hd13:7,V\n;:Hd13,V\n;:Hd13,E\n;:G;XTR;:Hd13:7,F\n;FAC;:Hd13:4,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "f33a351e7193bf60bb0079758b933a07c9aff319c98279a775646632c33b514e", + "text": "BeginElementMap v1\n2 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H3ae:8,F\n;:U;XTR;:H3ae:7,E\n;:G;XTR;:H3ae:7,E\n;:U2;XTR;:H3ae:8,V\n;:U;XTR;:H3ae:7,V\n;:H3ae,V\n;:H3ae,E\n;:G;XTR;:H3ae:7,F\n;FAC;:H3ae:4,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n" }, "Sketch12.Shape.Map.txt": { "sha256": "3122a2e70dafbd5617afe7851c9a3864672cd03df3cc15e737748f470219b4a7", @@ -35634,6 +48621,636 @@ }, "finalObject": "Pad12", "id": "partdesign-reverse", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pad12", + "finalStageOrdinal": 9, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad12", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9 + ], + "namingChangedStages": 2, + "namingRestorationDriftOrdinals": [ + 0, + 9 + ], + "namingRestorationDriftStages": 2, + "phaseStageRecords": 30, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 10 + }, + "phases": { + "before": [ + { + "key": "partdesign-reverse:000:Body12", + "name": "Body12", + "ordinal": 0, + "relationDigest": "e5094c572330a098908aabe7047c163026096652e5eef291b7d438a46af49955", + "semanticNameDigest": "e07d8f0ab682e495d52c97a9d6b90e5118a60b25266785f1fc5b9cf85744ef7d", + "shape": { + "area": 112, + "brepSha256": "3302c786c2d535e6645cded3a1b49ccc79695991635aa532383c84997b84dc16", + "edges": 12, + "faces": 6, + "geometryDigest": "1d18d5cd35549d2267badf37b169396a7bb407637ccbe83cf6534693b765e178", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 79.99999999999999 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-reverse:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-reverse:008:Sketch12", + "name": "Sketch12", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-reverse:009:Pad12", + "name": "Pad12", + "ordinal": 9, + "relationDigest": "777b3cde8c5e5fd54e03ba3a4f89612415087a47349201967d83589b1aca9bfb", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 112, + "brepSha256": "d5623212381ebd493144244d9896a5792255c5c75da656b2ad80eea37366671a", + "edges": 12, + "faces": 6, + "geometryDigest": "1d18d5cd35549d2267badf37b169396a7bb407637ccbe83cf6534693b765e178", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 79.99999999999999 + }, + "typeId": "PartDesign::Pad" + } + ], + "edited": [ + { + "key": "partdesign-reverse:000:Body12", + "name": "Body12", + "ordinal": 0, + "relationDigest": "1cc745e53301b34028a8b810bb65331a342ef32ea114eae576e9cd17c5e475f0", + "semanticNameDigest": "8f307d5ca4c52c1887be472b56e18442b32d61713c815ca48ca5ab42c49b1ce4", + "shape": { + "area": 124, + "brepSha256": "b2069bb2d56ebbf88bb9c9819bd2a192aa2afff123f43e4658070581ccd87fcb", + "edges": 12, + "faces": 6, + "geometryDigest": "b01ed7440010d6ff6a3cfd002737c054513eafb31757242a682772912d81fa49", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 91.99999999999999 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-reverse:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-reverse:008:Sketch12", + "name": "Sketch12", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-reverse:009:Pad12", + "name": "Pad12", + "ordinal": 9, + "relationDigest": "b02fd8e7404a2faddc2314ca0bf0c557346240b297e6e937f3fed19c8de9ec4e", + "semanticNameDigest": "e60c184158a6d432b63a52e686588e64b204949b19118add959d63c15895a2b4", + "shape": { + "area": 124, + "brepSha256": "1a3b28e75ec198dd66c0a7411a224b0b59790842da764309d50c5a3d460cddea", + "edges": 12, + "faces": 6, + "geometryDigest": "b01ed7440010d6ff6a3cfd002737c054513eafb31757242a682772912d81fa49", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 91.99999999999999 + }, + "typeId": "PartDesign::Pad" + } + ], + "restored": [ + { + "key": "partdesign-reverse:000:Body12", + "name": "Body12", + "ordinal": 0, + "relationDigest": "a2d55ed21d24d20effd45ed424a6e966cacdd4c969b08bb10ab4803faf7abafe", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "shape": { + "area": 112, + "brepSha256": "3302c786c2d535e6645cded3a1b49ccc79695991635aa532383c84997b84dc16", + "edges": 12, + "faces": 6, + "geometryDigest": "1d18d5cd35549d2267badf37b169396a7bb407637ccbe83cf6534693b765e178", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 79.99999999999999 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-reverse:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-reverse:008:Sketch12", + "name": "Sketch12", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-reverse:009:Pad12", + "name": "Pad12", + "ordinal": 9, + "relationDigest": "d113fe585dc1913aae2ba0d927e8edfbc6d25f480f69bc5d2cf78a61ef3a6e39", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "shape": { + "area": 112, + "brepSha256": "d5623212381ebd493144244d9896a5792255c5c75da656b2ad80eea37366671a", + "edges": 12, + "faces": 6, + "geometryDigest": "1d18d5cd35549d2267badf37b169396a7bb407637ccbe83cf6534693b765e178", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 79.99999999999999 + }, + "typeId": "PartDesign::Pad" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 5, + "edited": 5.75, + "restored": 5 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -35643,21 +49260,26 @@ "elementMapSize": 26, "elementMapVersion": "15.70200.5", "label": "Body12", + "linkedObjects": [ + "Origin", + "Pad12", + "Sketch12" + ], "name": "Body12", "names": [ { "history": [ { "children": [], - "mappedName": "#d:1;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:1;:G;XTR;:H3ae:7,F;:H3af,F", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:Hd13,E" + "#b:1;:H3ae,E" ], - "mappedName": "#d:1;:G;XTR;:Hd13:7,F", + "mappedName": "#d:1;:G;XTR;:H3ae:7,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -35672,7 +49294,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:1;:G;XTR;:H3ae:7,F;:H3af,F", "mappedStringIds": [ 13 ], @@ -35682,15 +49304,15 @@ "history": [ { "children": [], - "mappedName": "#d:2;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:2;:G;XTR;:H3ae:7,F;:H3af,F", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:Hd13,E" + "#b:2;:H3ae,E" ], - "mappedName": "#d:2;:G;XTR;:Hd13:7,F", + "mappedName": "#d:2;:G;XTR;:H3ae:7,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -35706,7 +49328,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:2;:G;XTR;:H3ae:7,F;:H3af,F", "mappedStringIds": [ 11, 13 @@ -35717,15 +49339,15 @@ "history": [ { "children": [], - "mappedName": "#d:3;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:3;:G;XTR;:H3ae:7,F;:H3af,F", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:Hd13,E" + "#b:3;:H3ae,E" ], - "mappedName": "#d:3;:G;XTR;:Hd13:7,F", + "mappedName": "#d:3;:G;XTR;:H3ae:7,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -35741,7 +49363,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:3;:G;XTR;:H3ae:7,F;:H3af,F", "mappedStringIds": [ 11, 13 @@ -35752,15 +49374,15 @@ "history": [ { "children": [], - "mappedName": "#d:4;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:4;:G;XTR;:H3ae:7,F;:H3af,F", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:Hd13,E" + "#b:4;:H3ae,E" ], - "mappedName": "#d:4;:G;XTR;:Hd13:7,F", + "mappedName": "#d:4;:G;XTR;:H3ae:7,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -35776,7 +49398,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:4;:G;XTR;:H3ae:7,F;:H3af,F", "mappedStringIds": [ 11, 13 @@ -35787,15 +49409,15 @@ "history": [ { "children": [], - "mappedName": "#d:1;FAC;:Hd13:4,F;:Hd14,F", + "mappedName": "#d:1;FAC;:H3ae:4,F;:H3af,F", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:Hd13,E" + "#b:1;:H3ae,E" ], - "mappedName": "#d:1;FAC;:Hd13:4,F", + "mappedName": "#d:1;FAC;:H3ae:4,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -35810,7 +49432,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:Hd13:4,F;:Hd14,F", + "mappedName": "#d:1;FAC;:H3ae:4,F;:H3af,F", "mappedStringIds": [ 13 ], @@ -35820,16 +49442,16 @@ "history": [ { "children": [], - "mappedName": "#14:1;:G0;XTR;:Hd13:8,F;:Hd14,F", + "mappedName": "#14:1;:G0;XTR;:H3ae:8,F;:H3af,F", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#d:1;FAC;:Hd13:4,F", - "#b:1;:Hd13,E" + "#d:1;FAC;:H3ae:4,F", + "#b:1;:H3ae,E" ], - "mappedName": "#14:1;:G0;XTR;:Hd13:8,F", + "mappedName": "#14:1;:G0;XTR;:H3ae:8,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -35844,7 +49466,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:Hd13:8,F;:Hd14,F", + "mappedName": "#14:1;:G0;XTR;:H3ae:8,F;:H3af,F", "mappedStringIds": [ 20 ], @@ -35854,32 +49476,32 @@ "history": [ { "children": [], - "mappedName": "#f:1;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1c;:G;XTR;:H3ae:7,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#2:1;:Hd13,V" + "#2;:H3ae,V" ], - "mappedName": "#f:1;:G;XTR;:Hd13:7,E", + "mappedName": "#1c;:G;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], - "mappedName": "#f:1;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1c;:G;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ - 15 + 28 ], "name": "Edge1" }, @@ -35887,32 +49509,32 @@ "history": [ { "children": [], - "mappedName": "#10:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1d;:G;XTR;:H3ae:7,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#4:2;:Hd13,V" + "#4;:H3ae,V" ], - "mappedName": "#10:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1d;:G;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], - "mappedName": "#10:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1d;:G;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ - 16 + 29 ], "name": "Edge2" }, @@ -35920,13 +49542,13 @@ "history": [ { "children": [], - "mappedName": "#b:1;:Hd13,E;:Hd14,E", + "mappedName": "#b:1;:H3ae,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:1;:Hd13,E", + "mappedName": "#b:1;:H3ae,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -35941,7 +49563,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:Hd13,E;:Hd14,E", + "mappedName": "#b:1;:H3ae,E;:H3af,E", "mappedStringIds": [ 11 ], @@ -35951,16 +49573,16 @@ "history": [ { "children": [], - "mappedName": "#16:1;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:1;:U;XTR;:H3ae:7,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#d:1;:G;XTR;:Hd13:7,F", - "#b:1;:Hd13,E" + "#d:1;:G;XTR;:H3ae:7,F", + "#b:1;:H3ae,E" ], - "mappedName": "#16:1;:U;XTR;:Hd13:7,E", + "mappedName": "#16:1;:U;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -35975,7 +49597,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:1;:U;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ 22 ], @@ -35985,32 +49607,32 @@ "history": [ { "children": [], - "mappedName": "#11:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1e;:G;XTR;:H3ae:7,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#6:2;:Hd13,V" + "#6;:H3ae,V" ], - "mappedName": "#11:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1e;:G;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], - "mappedName": "#11:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1e;:G;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ - 17 + 30 ], "name": "Edge5" }, @@ -36018,13 +49640,13 @@ "history": [ { "children": [], - "mappedName": "#b:2;:Hd13,E;:Hd14,E", + "mappedName": "#b:2;:H3ae,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:2;:Hd13,E", + "mappedName": "#b:2;:H3ae,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -36039,7 +49661,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:Hd13,E;:Hd14,E", + "mappedName": "#b:2;:H3ae,E;:H3af,E", "mappedStringIds": [ 11 ], @@ -36049,16 +49671,16 @@ "history": [ { "children": [], - "mappedName": "#16:2;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:2;:U;XTR;:H3ae:7,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#d:2;:G;XTR;:Hd13:7,F", - "#b:2;:Hd13,E" + "#d:2;:G;XTR;:H3ae:7,F", + "#b:2;:H3ae,E" ], - "mappedName": "#16:2;:U;XTR;:Hd13:7,E", + "mappedName": "#16:2;:U;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -36075,7 +49697,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:2;:U;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ 11, 13, @@ -36087,32 +49709,32 @@ "history": [ { "children": [], - "mappedName": "#12:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1f;:G;XTR;:H3ae:7,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#8:2;:Hd13,V" + "#8;:H3ae,V" ], - "mappedName": "#12:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1f;:G;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], - "mappedName": "#12:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1f;:G;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ - 18 + 31 ], "name": "Edge8" }, @@ -36120,13 +49742,13 @@ "history": [ { "children": [], - "mappedName": "#b:3;:Hd13,E;:Hd14,E", + "mappedName": "#b:3;:H3ae,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:3;:Hd13,E", + "mappedName": "#b:3;:H3ae,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -36141,7 +49763,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:Hd13,E;:Hd14,E", + "mappedName": "#b:3;:H3ae,E;:H3af,E", "mappedStringIds": [ 11 ], @@ -36151,16 +49773,16 @@ "history": [ { "children": [], - "mappedName": "#16:3;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:3;:U;XTR;:H3ae:7,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#d:3;:G;XTR;:Hd13:7,F", - "#b:3;:Hd13,E" + "#d:3;:G;XTR;:H3ae:7,F", + "#b:3;:H3ae,E" ], - "mappedName": "#16:3;:U;XTR;:Hd13:7,E", + "mappedName": "#16:3;:U;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -36177,7 +49799,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:3;:U;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ 11, 13, @@ -36189,13 +49811,13 @@ "history": [ { "children": [], - "mappedName": "#b:4;:Hd13,E;:Hd14,E", + "mappedName": "#b:4;:H3ae,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:4;:Hd13,E", + "mappedName": "#b:4;:H3ae,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -36210,7 +49832,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:Hd13,E;:Hd14,E", + "mappedName": "#b:4;:H3ae,E;:H3af,E", "mappedStringIds": [ 11 ], @@ -36220,16 +49842,16 @@ "history": [ { "children": [], - "mappedName": "#16:4;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:4;:U;XTR;:H3ae:7,E;:H3af,E", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#d:4;:G;XTR;:Hd13:7,F", - "#b:4;:Hd13,E" + "#d:4;:G;XTR;:H3ae:7,F", + "#b:4;:H3ae,E" ], - "mappedName": "#16:4;:U;XTR;:Hd13:7,E", + "mappedName": "#16:4;:U;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -36246,7 +49868,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:4;:U;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ 11, 13, @@ -36258,19 +49880,19 @@ "history": [ { "children": [], - "mappedName": "#2:1;:Hd13,V;:Hd14,V", + "mappedName": "#2;:H3ae,V;:H3af,V", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2:1;:Hd13,V", + "mappedName": "#2;:H3ae,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } @@ -36279,7 +49901,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:Hd13,V;:Hd14,V", + "mappedName": "#2;:H3ae,V;:H3af,V", "mappedStringIds": [ 2 ], @@ -36289,33 +49911,34 @@ "history": [ { "children": [], - "mappedName": "#18:1;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:1;:U;XTR;:H3ae:7,V;:H3af,V", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#f:1;:G;XTR;:Hd13:7,E", - "#2:1;:Hd13,V" + "#16:1;:U;XTR;:H3ae:7,E", + "#d:1;:G;XTR;:H3ae:7,F", + "#b:1;:H3ae,E" ], - "mappedName": "#18:1;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U;XTR;:H3ae:7,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], - "mappedName": "#18:1;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:1;:U;XTR;:H3ae:7,V;:H3af,V", "mappedStringIds": [ - 24 + 33 ], "name": "Vertex2" }, @@ -36323,19 +49946,19 @@ "history": [ { "children": [], - "mappedName": "#4:2;:Hd13,V;:Hd14,V", + "mappedName": "#4;:H3ae,V;:H3af,V", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#4:2;:Hd13,V", + "mappedName": "#4;:H3ae,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } @@ -36344,7 +49967,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:Hd13,V;:Hd14,V", + "mappedName": "#4;:H3ae,V;:H3af,V", "mappedStringIds": [ 4 ], @@ -36354,33 +49977,34 @@ "history": [ { "children": [], - "mappedName": "#19:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:1;:U2;XTR;:H3ae:8,V;:H3af,V", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#10:2;:G;XTR;:Hd13:7,E", - "#4:2;:Hd13,V" + "#16:1;:U;XTR;:H3ae:7,E", + "#d:1;:G;XTR;:H3ae:7,F", + "#b:1;:H3ae,E" ], - "mappedName": "#19:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U2;XTR;:H3ae:8,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], - "mappedName": "#19:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:1;:U2;XTR;:H3ae:8,V;:H3af,V", "mappedStringIds": [ - 25 + 33 ], "name": "Vertex4" }, @@ -36388,19 +50012,19 @@ "history": [ { "children": [], - "mappedName": "#6:2;:Hd13,V;:Hd14,V", + "mappedName": "#6;:H3ae,V;:H3af,V", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#6:2;:Hd13,V", + "mappedName": "#6;:H3ae,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } @@ -36409,7 +50033,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:Hd13,V;:Hd14,V", + "mappedName": "#6;:H3ae,V;:H3af,V", "mappedStringIds": [ 6 ], @@ -36419,33 +50043,40 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:2;:U2;XTR;:H3ae:8,V;:H3af,V", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#11:2;:G;XTR;:Hd13:7,E", - "#6:2;:Hd13,V" + "#16:2;:U;XTR;:H3ae:7,E", + "#d:2;:G;XTR;:H3ae:7,F", + "#b:2;:H3ae,E" ], - "mappedName": "#1a:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:2;:U2;XTR;:H3ae:8,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], - "mappedName": "#1a:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:2;:U2;XTR;:H3ae:8,V;:H3af,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "name": "Vertex6" }, @@ -36453,19 +50084,19 @@ "history": [ { "children": [], - "mappedName": "#8:2;:Hd13,V;:Hd14,V", + "mappedName": "#8;:H3ae,V;:H3af,V", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#8:2;:Hd13,V", + "mappedName": "#8;:H3ae,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } @@ -36474,7 +50105,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:Hd13,V;:Hd14,V", + "mappedName": "#8;:H3ae,V;:H3af,V", "mappedStringIds": [ 8 ], @@ -36484,33 +50115,40 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:3;:U2;XTR;:H3ae:8,V;:H3af,V", "object": "Body12", "typeId": "PartDesign::Body" }, { "children": [ - "#12:2;:G;XTR;:Hd13:7,E", - "#8:2;:Hd13,V" + "#16:3;:U;XTR;:H3ae:7,E", + "#d:3;:G;XTR;:H3ae:7,F", + "#b:3;:H3ae,E" ], - "mappedName": "#1b:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:3;:U2;XTR;:H3ae:8,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], - "mappedName": "#1b:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:3;:U2;XTR;:H3ae:8,V;:H3af,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "name": "Vertex8" } @@ -36528,7 +50166,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:1;:G;XTR;:H3ae:7,F;:H3af,F", "mappedStringIds": [ 13 ], @@ -36538,7 +50176,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:Hd13:7,F;:Hd14,F", + "name": "#d:1;:G;XTR;:H3ae:7,F;:H3af,F", "stringIds": [ 13 ] @@ -36548,9 +50186,9 @@ "resultPersistentId": "Body12:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:Hd13:7,F", + "mappedName": "#d:1;:G;XTR;:H3ae:7,F", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#d:1;:G;XTR;:Hd13:7,F", + "persistentId": "Pad12:mapped:#d:1;:G;XTR;:H3ae:7,F", "stageId": "Pad12" }, { @@ -36568,7 +50206,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:2;:G;XTR;:H3ae:7,F;:H3af,F", "mappedStringIds": [ 11, 13 @@ -36579,7 +50217,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:Hd13:7,F;:Hd14,F", + "name": "#d:2;:G;XTR;:H3ae:7,F;:H3af,F", "stringIds": [ 11, 13 @@ -36590,9 +50228,9 @@ "resultPersistentId": "Body12:face:1", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:Hd13:7,F", + "mappedName": "#d:2;:G;XTR;:H3ae:7,F", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#d:2;:G;XTR;:Hd13:7,F", + "persistentId": "Pad12:mapped:#d:2;:G;XTR;:H3ae:7,F", "stageId": "Pad12" }, { @@ -36610,7 +50248,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:3;:G;XTR;:H3ae:7,F;:H3af,F", "mappedStringIds": [ 11, 13 @@ -36621,7 +50259,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:Hd13:7,F;:Hd14,F", + "name": "#d:3;:G;XTR;:H3ae:7,F;:H3af,F", "stringIds": [ 11, 13 @@ -36632,9 +50270,9 @@ "resultPersistentId": "Body12:face:2", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:Hd13:7,F", + "mappedName": "#d:3;:G;XTR;:H3ae:7,F", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#d:3;:G;XTR;:Hd13:7,F", + "persistentId": "Pad12:mapped:#d:3;:G;XTR;:H3ae:7,F", "stageId": "Pad12" }, { @@ -36652,7 +50290,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:Hd13:7,F;:Hd14,F", + "mappedName": "#d:4;:G;XTR;:H3ae:7,F;:H3af,F", "mappedStringIds": [ 11, 13 @@ -36663,7 +50301,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:Hd13:7,F;:Hd14,F", + "name": "#d:4;:G;XTR;:H3ae:7,F;:H3af,F", "stringIds": [ 11, 13 @@ -36674,9 +50312,9 @@ "resultPersistentId": "Body12:face:3", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:Hd13:7,F", + "mappedName": "#d:4;:G;XTR;:H3ae:7,F", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#d:4;:G;XTR;:Hd13:7,F", + "persistentId": "Pad12:mapped:#d:4;:G;XTR;:H3ae:7,F", "stageId": "Pad12" }, { @@ -36693,7 +50331,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:Hd13:4,F;:Hd14,F", + "mappedName": "#d:1;FAC;:H3ae:4,F;:H3af,F", "mappedStringIds": [ 13 ], @@ -36703,7 +50341,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:Hd13:4,F;:Hd14,F", + "name": "#d:1;FAC;:H3ae:4,F;:H3af,F", "stringIds": [ 13 ] @@ -36713,9 +50351,9 @@ "resultPersistentId": "Body12:face:4", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:Hd13:4,F", + "mappedName": "#d:1;FAC;:H3ae:4,F", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#d:1;FAC;:Hd13:4,F", + "persistentId": "Pad12:mapped:#d:1;FAC;:H3ae:4,F", "stageId": "Pad12" }, { @@ -36732,7 +50370,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:Hd13:8,F;:Hd14,F", + "mappedName": "#14:1;:G0;XTR;:H3ae:8,F;:H3af,F", "mappedStringIds": [ 20 ], @@ -36742,7 +50380,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:Hd13:8,F;:Hd14,F", + "name": "#14:1;:G0;XTR;:H3ae:8,F;:H3af,F", "stringIds": [ 20 ] @@ -36752,9 +50390,9 @@ "resultPersistentId": "Body12:face:5", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:Hd13:8,F", + "mappedName": "#14:1;:G0;XTR;:H3ae:8,F", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#14:1;:G0;XTR;:Hd13:8,F", + "persistentId": "Pad12:mapped:#14:1;:G0;XTR;:H3ae:8,F", "stageId": "Pad12" }, { @@ -36768,12 +50406,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1c;:G;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ - 15 + 28 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -36781,9 +50419,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:Hd13:7,E;:Hd14,E", + "name": "#1c;:G;XTR;:H3ae:7,E;:H3af,E", "stringIds": [ - 15 + 28 ] }, "relation": "generated", @@ -36791,15 +50429,15 @@ "resultPersistentId": "Body12:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:Hd13:7,E", + "mappedName": "#1c;:G;XTR;:H3ae:7,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#f:1;:G;XTR;:Hd13:7,E", + "persistentId": "Pad12:mapped:#1c;:G;XTR;:H3ae:7,E", "stageId": "Pad12" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v11;SKT", + "persistentId": "Sketch12:mapped:g1v1;SKT", "stageId": "Sketch12" } ] @@ -36807,12 +50445,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1d;:G;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ - 16 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -36820,9 +50458,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "name": "#1d;:G;XTR;:H3ae:7,E;:H3af,E", "stringIds": [ - 16 + 29 ] }, "relation": "generated", @@ -36830,15 +50468,15 @@ "resultPersistentId": "Body12:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1d;:G;XTR;:H3ae:7,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#10:2;:G;XTR;:Hd13:7,E", + "persistentId": "Pad12:mapped:#1d;:G;XTR;:H3ae:7,E", "stageId": "Pad12" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v22;SKT", + "persistentId": "Sketch12:mapped:g1v2;SKT", "stageId": "Sketch12" } ] @@ -36849,7 +50487,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:Hd13,E;:Hd14,E", + "mappedName": "#b:1;:H3ae,E;:H3af,E", "mappedStringIds": [ 11 ], @@ -36859,7 +50497,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:Hd13,E;:Hd14,E", + "name": "#b:1;:H3ae,E;:H3af,E", "stringIds": [ 11 ] @@ -36869,9 +50507,9 @@ "resultPersistentId": "Body12:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:Hd13,E", + "mappedName": "#b:1;:H3ae,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#b:1;:Hd13,E", + "persistentId": "Pad12:mapped:#b:1;:H3ae,E", "stageId": "Pad12" }, { @@ -36888,7 +50526,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:1;:U;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ 22 ], @@ -36898,7 +50536,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:Hd13:7,E;:Hd14,E", + "name": "#16:1;:U;XTR;:H3ae:7,E;:H3af,E", "stringIds": [ 22 ] @@ -36908,9 +50546,9 @@ "resultPersistentId": "Body12:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:Hd13:7,E", + "mappedName": "#16:1;:U;XTR;:H3ae:7,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#16:1;:U;XTR;:Hd13:7,E", + "persistentId": "Pad12:mapped:#16:1;:U;XTR;:H3ae:7,E", "stageId": "Pad12" }, { @@ -36924,12 +50562,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1e;:G;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ - 17 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -36937,9 +50575,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "name": "#1e;:G;XTR;:H3ae:7,E;:H3af,E", "stringIds": [ - 17 + 30 ] }, "relation": "generated", @@ -36947,15 +50585,15 @@ "resultPersistentId": "Body12:edge:4", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1e;:G;XTR;:H3ae:7,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#11:2;:G;XTR;:Hd13:7,E", + "persistentId": "Pad12:mapped:#1e;:G;XTR;:H3ae:7,E", "stageId": "Pad12" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g2v22;SKT", + "persistentId": "Sketch12:mapped:g2v2;SKT", "stageId": "Sketch12" } ] @@ -36966,7 +50604,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:Hd13,E;:Hd14,E", + "mappedName": "#b:2;:H3ae,E;:H3af,E", "mappedStringIds": [ 11 ], @@ -36976,7 +50614,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:Hd13,E;:Hd14,E", + "name": "#b:2;:H3ae,E;:H3af,E", "stringIds": [ 11 ] @@ -36986,9 +50624,9 @@ "resultPersistentId": "Body12:edge:5", "sourceRefs": [ { - "mappedName": "#b:2;:Hd13,E", + "mappedName": "#b:2;:H3ae,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#b:2;:Hd13,E", + "persistentId": "Pad12:mapped:#b:2;:H3ae,E", "stageId": "Pad12" }, { @@ -37007,7 +50645,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:2;:U;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ 11, 13, @@ -37019,7 +50657,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:Hd13:7,E;:Hd14,E", + "name": "#16:2;:U;XTR;:H3ae:7,E;:H3af,E", "stringIds": [ 11, 13, @@ -37031,9 +50669,9 @@ "resultPersistentId": "Body12:edge:6", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:Hd13:7,E", + "mappedName": "#16:2;:U;XTR;:H3ae:7,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#16:2;:U;XTR;:Hd13:7,E", + "persistentId": "Pad12:mapped:#16:2;:U;XTR;:H3ae:7,E", "stageId": "Pad12" }, { @@ -37047,12 +50685,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#1f;:G;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ - 18 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -37060,9 +50698,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:Hd13:7,E;:Hd14,E", + "name": "#1f;:G;XTR;:H3ae:7,E;:H3af,E", "stringIds": [ - 18 + 31 ] }, "relation": "generated", @@ -37070,15 +50708,15 @@ "resultPersistentId": "Body12:edge:7", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1f;:G;XTR;:H3ae:7,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#12:2;:G;XTR;:Hd13:7,E", + "persistentId": "Pad12:mapped:#1f;:G;XTR;:H3ae:7,E", "stageId": "Pad12" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g3v22;SKT", + "persistentId": "Sketch12:mapped:g3v2;SKT", "stageId": "Sketch12" } ] @@ -37089,7 +50727,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:Hd13,E;:Hd14,E", + "mappedName": "#b:3;:H3ae,E;:H3af,E", "mappedStringIds": [ 11 ], @@ -37099,7 +50737,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:Hd13,E;:Hd14,E", + "name": "#b:3;:H3ae,E;:H3af,E", "stringIds": [ 11 ] @@ -37109,9 +50747,9 @@ "resultPersistentId": "Body12:edge:8", "sourceRefs": [ { - "mappedName": "#b:3;:Hd13,E", + "mappedName": "#b:3;:H3ae,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#b:3;:Hd13,E", + "persistentId": "Pad12:mapped:#b:3;:H3ae,E", "stageId": "Pad12" }, { @@ -37130,7 +50768,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:3;:U;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ 11, 13, @@ -37142,7 +50780,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:Hd13:7,E;:Hd14,E", + "name": "#16:3;:U;XTR;:H3ae:7,E;:H3af,E", "stringIds": [ 11, 13, @@ -37154,9 +50792,9 @@ "resultPersistentId": "Body12:edge:9", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:Hd13:7,E", + "mappedName": "#16:3;:U;XTR;:H3ae:7,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#16:3;:U;XTR;:Hd13:7,E", + "persistentId": "Pad12:mapped:#16:3;:U;XTR;:H3ae:7,E", "stageId": "Pad12" }, { @@ -37173,7 +50811,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:Hd13,E;:Hd14,E", + "mappedName": "#b:4;:H3ae,E;:H3af,E", "mappedStringIds": [ 11 ], @@ -37183,7 +50821,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:Hd13,E;:Hd14,E", + "name": "#b:4;:H3ae,E;:H3af,E", "stringIds": [ 11 ] @@ -37193,9 +50831,9 @@ "resultPersistentId": "Body12:edge:10", "sourceRefs": [ { - "mappedName": "#b:4;:Hd13,E", + "mappedName": "#b:4;:H3ae,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#b:4;:Hd13,E", + "persistentId": "Pad12:mapped:#b:4;:H3ae,E", "stageId": "Pad12" }, { @@ -37214,7 +50852,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:Hd13:7,E;:Hd14,E", + "mappedName": "#16:4;:U;XTR;:H3ae:7,E;:H3af,E", "mappedStringIds": [ 11, 13, @@ -37226,7 +50864,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:Hd13:7,E;:Hd14,E", + "name": "#16:4;:U;XTR;:H3ae:7,E;:H3af,E", "stringIds": [ 11, 13, @@ -37238,9 +50876,9 @@ "resultPersistentId": "Body12:edge:11", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:Hd13:7,E", + "mappedName": "#16:4;:U;XTR;:H3ae:7,E", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#16:4;:U;XTR;:Hd13:7,E", + "persistentId": "Pad12:mapped:#16:4;:U;XTR;:H3ae:7,E", "stageId": "Pad12" }, { @@ -37257,7 +50895,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:Hd13,V;:Hd14,V", + "mappedName": "#2;:H3ae,V;:H3af,V", "mappedStringIds": [ 2 ], @@ -37267,7 +50905,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:Hd13,V;:Hd14,V", + "name": "#2;:H3ae,V;:H3af,V", "stringIds": [ 2 ] @@ -37277,15 +50915,15 @@ "resultPersistentId": "Body12:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:Hd13,V", + "mappedName": "#2;:H3ae,V", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#2:1;:Hd13,V", + "persistentId": "Pad12:mapped:#2;:H3ae,V", "stageId": "Pad12" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v11;SKT", + "persistentId": "Sketch12:mapped:g1v1;SKT", "stageId": "Sketch12" } ] @@ -37293,12 +50931,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:1;:U;XTR;:H3ae:7,V;:H3af,V", "mappedStringIds": [ - 24 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -37306,9 +50944,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:Hd13:7,V;:Hd14,V", + "name": "#21:1;:U;XTR;:H3ae:7,V;:H3af,V", "stringIds": [ - 24 + 33 ] }, "relation": "preserved", @@ -37316,15 +50954,15 @@ "resultPersistentId": "Body12:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U;XTR;:H3ae:7,V", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#18:1;:U;XTR;:Hd13:7,V", + "persistentId": "Pad12:mapped:#21:1;:U;XTR;:H3ae:7,V", "stageId": "Pad12" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v11;SKT", + "persistentId": "Sketch12:mapped:g1;SKT", "stageId": "Sketch12" } ] @@ -37335,7 +50973,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:Hd13,V;:Hd14,V", + "mappedName": "#4;:H3ae,V;:H3af,V", "mappedStringIds": [ 4 ], @@ -37345,7 +50983,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:Hd13,V;:Hd14,V", + "name": "#4;:H3ae,V;:H3af,V", "stringIds": [ 4 ] @@ -37355,15 +50993,15 @@ "resultPersistentId": "Body12:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:Hd13,V", + "mappedName": "#4;:H3ae,V", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#4:2;:Hd13,V", + "persistentId": "Pad12:mapped:#4;:H3ae,V", "stageId": "Pad12" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v22;SKT", + "persistentId": "Sketch12:mapped:g1v2;SKT", "stageId": "Sketch12" } ] @@ -37371,12 +51009,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:1;:U2;XTR;:H3ae:8,V;:H3af,V", "mappedStringIds": [ - 25 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -37384,9 +51022,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "name": "#21:1;:U2;XTR;:H3ae:8,V;:H3af,V", "stringIds": [ - 25 + 33 ] }, "relation": "preserved", @@ -37394,15 +51032,15 @@ "resultPersistentId": "Body12:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U2;XTR;:H3ae:8,V", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#19:2;:U;XTR;:Hd13:7,V", + "persistentId": "Pad12:mapped:#21:1;:U2;XTR;:H3ae:8,V", "stageId": "Pad12" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v22;SKT", + "persistentId": "Sketch12:mapped:g1;SKT", "stageId": "Sketch12" } ] @@ -37413,7 +51051,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:Hd13,V;:Hd14,V", + "mappedName": "#6;:H3ae,V;:H3af,V", "mappedStringIds": [ 6 ], @@ -37423,7 +51061,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:Hd13,V;:Hd14,V", + "name": "#6;:H3ae,V;:H3af,V", "stringIds": [ 6 ] @@ -37433,15 +51071,15 @@ "resultPersistentId": "Body12:vertex:4", "sourceRefs": [ { - "mappedName": "#6:2;:Hd13,V", + "mappedName": "#6;:H3ae,V", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#6:2;:Hd13,V", + "persistentId": "Pad12:mapped:#6;:H3ae,V", "stageId": "Pad12" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g2v22;SKT", + "persistentId": "Sketch12:mapped:g2v2;SKT", "stageId": "Sketch12" } ] @@ -37449,12 +51087,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:2;:U2;XTR;:H3ae:8,V;:H3af,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -37462,9 +51106,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "name": "#21:2;:U2;XTR;:H3ae:8,V;:H3af,V", "stringIds": [ - 26 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -37472,15 +51119,15 @@ "resultPersistentId": "Body12:vertex:5", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:2;:U2;XTR;:H3ae:8,V", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#1a:2;:U;XTR;:Hd13:7,V", + "persistentId": "Pad12:mapped:#21:2;:U2;XTR;:H3ae:8,V", "stageId": "Pad12" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g2v22;SKT", + "persistentId": "Sketch12:mapped:g2;SKT", "stageId": "Sketch12" } ] @@ -37491,7 +51138,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:Hd13,V;:Hd14,V", + "mappedName": "#8;:H3ae,V;:H3af,V", "mappedStringIds": [ 8 ], @@ -37501,7 +51148,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:Hd13,V;:Hd14,V", + "name": "#8;:H3ae,V;:H3af,V", "stringIds": [ 8 ] @@ -37511,15 +51158,15 @@ "resultPersistentId": "Body12:vertex:6", "sourceRefs": [ { - "mappedName": "#8:2;:Hd13,V", + "mappedName": "#8;:H3ae,V", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#8:2;:Hd13,V", + "persistentId": "Pad12:mapped:#8;:H3ae,V", "stageId": "Pad12" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g3v22;SKT", + "persistentId": "Sketch12:mapped:g3v2;SKT", "stageId": "Sketch12" } ] @@ -37527,12 +51174,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "mappedName": "#21:3;:U2;XTR;:H3ae:8,V;:H3af,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -37540,9 +51193,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:Hd13:7,V;:Hd14,V", + "name": "#21:3;:U2;XTR;:H3ae:8,V;:H3af,V", "stringIds": [ - 27 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -37550,15 +51206,15 @@ "resultPersistentId": "Body12:vertex:7", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:3;:U2;XTR;:H3ae:8,V", "objectId": "Pad12", - "persistentId": "Pad12:mapped:#1b:2;:U;XTR;:Hd13:7,V", + "persistentId": "Pad12:mapped:#21:3;:U2;XTR;:H3ae:8,V", "stageId": "Pad12" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g3v22;SKT", + "persistentId": "Sketch12:mapped:g3;SKT", "stageId": "Sketch12" } ] @@ -37573,11 +51229,640 @@ "stageId": "Body12", "status": "native-evidence" }, + "relationDigest": "a2d55ed21d24d20effd45ed424a6e966cacdd4c969b08bb10ab4803faf7abafe", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F;:H#,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#1c;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1c;:G;XTR;:H#:7,E", + "sourceElement": "#1c", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1d;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#1d;:G;XTR;:H#:7,E", + "sourceElement": "#1d", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#1e;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#1e;:G;XTR;:H#:7,E", + "sourceElement": "#1e", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#1f;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#1f;:G;XTR;:H#:7,E", + "sourceElement": "#1f", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#21:1;:U;XTR;:H#:7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:1;:U;XTR;:H#:7,V", + "sourceElement": "#21:1", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#21:1;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:1;:U2;XTR;:H#:8,V", + "sourceElement": "#21:1", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#21:2;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:2;:U2;XTR;:H#:8,V", + "sourceElement": "#21:2", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#21:3;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:3;:U2;XTR;:H#:8,V", + "sourceElement": "#21:3", + "sourceObject": "Pad12", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", "shape": { + "area": 112, + "brepSha256": "3302c786c2d535e6645cded3a1b49ccc79695991635aa532383c84997b84dc16", "edges": 12, "faces": 6, + "geometryDigest": "1d18d5cd35549d2267badf37b169396a7bb407637ccbe83cf6534693b765e178", "solids": 1, "valid": true, + "vertices": 8, "volume": 79.99999999999999 }, "typeId": "PartDesign::Body" @@ -37587,6 +51872,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -37635,11 +51921,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -37649,6 +51950,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -37697,11 +51999,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -37711,6 +52028,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -37759,11 +52077,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -37773,6 +52106,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -37821,11 +52155,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -37835,6 +52184,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -37883,11 +52233,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -37897,6 +52262,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -37945,11 +52311,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -37959,6 +52340,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -38007,11 +52389,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -38023,6 +52420,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch12", + "linkedObjects": [], "name": "Sketch12", "names": [ { @@ -38323,11 +52721,75 @@ "stageId": "Sketch12", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", "edges": 4, "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -38340,15 +52802,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad12", + "linkedObjects": [ + "Body12", + "Sketch12" + ], "name": "Pad12", "names": [ { "history": [ { "children": [ - "#b:1;:Hd13,E" + "#b:1;:H3ae,E" ], - "mappedName": "#d:1;:G;XTR;:Hd13:7,F", + "mappedName": "#d:1;:G;XTR;:H3ae:7,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38363,7 +52829,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:Hd13:7,F", + "mappedName": "#d:1;:G;XTR;:H3ae:7,F", "mappedStringIds": [ 13 ], @@ -38373,9 +52839,9 @@ "history": [ { "children": [ - "#b:2;:Hd13,E" + "#b:2;:H3ae,E" ], - "mappedName": "#d:2;:G;XTR;:Hd13:7,F", + "mappedName": "#d:2;:G;XTR;:H3ae:7,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38391,7 +52857,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:Hd13:7,F", + "mappedName": "#d:2;:G;XTR;:H3ae:7,F", "mappedStringIds": [ 11, 13 @@ -38402,9 +52868,9 @@ "history": [ { "children": [ - "#b:3;:Hd13,E" + "#b:3;:H3ae,E" ], - "mappedName": "#d:3;:G;XTR;:Hd13:7,F", + "mappedName": "#d:3;:G;XTR;:H3ae:7,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38420,7 +52886,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:Hd13:7,F", + "mappedName": "#d:3;:G;XTR;:H3ae:7,F", "mappedStringIds": [ 11, 13 @@ -38431,9 +52897,9 @@ "history": [ { "children": [ - "#b:4;:Hd13,E" + "#b:4;:H3ae,E" ], - "mappedName": "#d:4;:G;XTR;:Hd13:7,F", + "mappedName": "#d:4;:G;XTR;:H3ae:7,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38449,7 +52915,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:Hd13:7,F", + "mappedName": "#d:4;:G;XTR;:H3ae:7,F", "mappedStringIds": [ 11, 13 @@ -38460,9 +52926,9 @@ "history": [ { "children": [ - "#b:1;:Hd13,E" + "#b:1;:H3ae,E" ], - "mappedName": "#d:1;FAC;:Hd13:4,F", + "mappedName": "#d:1;FAC;:H3ae:4,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38477,7 +52943,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:Hd13:4,F", + "mappedName": "#d:1;FAC;:H3ae:4,F", "mappedStringIds": [ 13 ], @@ -38487,10 +52953,10 @@ "history": [ { "children": [ - "#d:1;FAC;:Hd13:4,F", - "#b:1;:Hd13,E" + "#d:1;FAC;:H3ae:4,F", + "#b:1;:H3ae,E" ], - "mappedName": "#14:1;:G0;XTR;:Hd13:8,F", + "mappedName": "#14:1;:G0;XTR;:H3ae:8,F", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38505,7 +52971,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:Hd13:8,F", + "mappedName": "#14:1;:G0;XTR;:H3ae:8,F", "mappedStringIds": [ 20 ], @@ -38515,26 +52981,26 @@ "history": [ { "children": [ - "#2:1;:Hd13,V" + "#2;:H3ae,V" ], - "mappedName": "#f:1;:G;XTR;:Hd13:7,E", + "mappedName": "#1c;:G;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], - "mappedName": "#f:1;:G;XTR;:Hd13:7,E", + "mappedName": "#1c;:G;XTR;:H3ae:7,E", "mappedStringIds": [ - 15 + 28 ], "name": "Edge1" }, @@ -38542,26 +53008,26 @@ "history": [ { "children": [ - "#4:2;:Hd13,V" + "#4;:H3ae,V" ], - "mappedName": "#10:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1d;:G;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], - "mappedName": "#10:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1d;:G;XTR;:H3ae:7,E", "mappedStringIds": [ - 16 + 29 ], "name": "Edge2" }, @@ -38569,7 +53035,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:Hd13,E", + "mappedName": "#b:1;:H3ae,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38584,7 +53050,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:Hd13,E", + "mappedName": "#b:1;:H3ae,E", "mappedStringIds": [ 11 ], @@ -38594,10 +53060,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:Hd13:7,F", - "#b:1;:Hd13,E" + "#d:1;:G;XTR;:H3ae:7,F", + "#b:1;:H3ae,E" ], - "mappedName": "#16:1;:U;XTR;:Hd13:7,E", + "mappedName": "#16:1;:U;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38612,7 +53078,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:Hd13:7,E", + "mappedName": "#16:1;:U;XTR;:H3ae:7,E", "mappedStringIds": [ 22 ], @@ -38622,26 +53088,26 @@ "history": [ { "children": [ - "#6:2;:Hd13,V" + "#6;:H3ae,V" ], - "mappedName": "#11:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1e;:G;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], - "mappedName": "#11:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1e;:G;XTR;:H3ae:7,E", "mappedStringIds": [ - 17 + 30 ], "name": "Edge5" }, @@ -38649,7 +53115,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:Hd13,E", + "mappedName": "#b:2;:H3ae,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38664,7 +53130,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:Hd13,E", + "mappedName": "#b:2;:H3ae,E", "mappedStringIds": [ 11 ], @@ -38674,10 +53140,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:Hd13:7,F", - "#b:2;:Hd13,E" + "#d:2;:G;XTR;:H3ae:7,F", + "#b:2;:H3ae,E" ], - "mappedName": "#16:2;:U;XTR;:Hd13:7,E", + "mappedName": "#16:2;:U;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38694,7 +53160,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:Hd13:7,E", + "mappedName": "#16:2;:U;XTR;:H3ae:7,E", "mappedStringIds": [ 11, 13, @@ -38706,26 +53172,26 @@ "history": [ { "children": [ - "#8:2;:Hd13,V" + "#8;:H3ae,V" ], - "mappedName": "#12:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1f;:G;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], - "mappedName": "#12:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1f;:G;XTR;:H3ae:7,E", "mappedStringIds": [ - 18 + 31 ], "name": "Edge8" }, @@ -38733,7 +53199,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:Hd13,E", + "mappedName": "#b:3;:H3ae,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38748,7 +53214,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:Hd13,E", + "mappedName": "#b:3;:H3ae,E", "mappedStringIds": [ 11 ], @@ -38758,10 +53224,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:Hd13:7,F", - "#b:3;:Hd13,E" + "#d:3;:G;XTR;:H3ae:7,F", + "#b:3;:H3ae,E" ], - "mappedName": "#16:3;:U;XTR;:Hd13:7,E", + "mappedName": "#16:3;:U;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38778,7 +53244,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:Hd13:7,E", + "mappedName": "#16:3;:U;XTR;:H3ae:7,E", "mappedStringIds": [ 11, 13, @@ -38790,7 +53256,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:Hd13,E", + "mappedName": "#b:4;:H3ae,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38805,7 +53271,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:Hd13,E", + "mappedName": "#b:4;:H3ae,E", "mappedStringIds": [ 11 ], @@ -38815,10 +53281,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:Hd13:7,F", - "#b:4;:Hd13,E" + "#d:4;:G;XTR;:H3ae:7,F", + "#b:4;:H3ae,E" ], - "mappedName": "#16:4;:U;XTR;:Hd13:7,E", + "mappedName": "#16:4;:U;XTR;:H3ae:7,E", "object": "Pad12", "typeId": "PartDesign::Pad" }, @@ -38835,7 +53301,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:Hd13:7,E", + "mappedName": "#16:4;:U;XTR;:H3ae:7,E", "mappedStringIds": [ 11, 13, @@ -38847,13 +53313,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:Hd13,V", + "mappedName": "#2;:H3ae,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } @@ -38862,7 +53328,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:Hd13,V", + "mappedName": "#2;:H3ae,V", "mappedStringIds": [ 2 ], @@ -38872,27 +53338,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:Hd13:7,E", - "#2:1;:Hd13,V" + "#16:1;:U;XTR;:H3ae:7,E", + "#d:1;:G;XTR;:H3ae:7,F", + "#b:1;:H3ae,E" ], - "mappedName": "#18:1;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U;XTR;:H3ae:7,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], - "mappedName": "#18:1;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U;XTR;:H3ae:7,V", "mappedStringIds": [ - 24 + 33 ], "name": "Vertex2" }, @@ -38900,13 +53367,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:Hd13,V", + "mappedName": "#4;:H3ae,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } @@ -38915,7 +53382,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:Hd13,V", + "mappedName": "#4;:H3ae,V", "mappedStringIds": [ 4 ], @@ -38925,27 +53392,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:Hd13:7,E", - "#4:2;:Hd13,V" + "#16:1;:U;XTR;:H3ae:7,E", + "#d:1;:G;XTR;:H3ae:7,F", + "#b:1;:H3ae,E" ], - "mappedName": "#19:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U2;XTR;:H3ae:8,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], - "mappedName": "#19:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U2;XTR;:H3ae:8,V", "mappedStringIds": [ - 25 + 33 ], "name": "Vertex4" }, @@ -38953,13 +53421,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:Hd13,V", + "mappedName": "#6;:H3ae,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } @@ -38968,7 +53436,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:Hd13,V", + "mappedName": "#6;:H3ae,V", "mappedStringIds": [ 6 ], @@ -38978,27 +53446,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:Hd13:7,E", - "#6:2;:Hd13,V" + "#16:2;:U;XTR;:H3ae:7,E", + "#d:2;:G;XTR;:H3ae:7,F", + "#b:2;:H3ae,E" ], - "mappedName": "#1a:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:2;:U2;XTR;:H3ae:8,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], - "mappedName": "#1a:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:2;:U2;XTR;:H3ae:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "name": "Vertex6" }, @@ -39006,13 +53481,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:Hd13,V", + "mappedName": "#8;:H3ae,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } @@ -39021,7 +53496,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:Hd13,V", + "mappedName": "#8;:H3ae,V", "mappedStringIds": [ 8 ], @@ -39031,27 +53506,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:Hd13:7,E", - "#8:2;:Hd13,V" + "#16:3;:U;XTR;:H3ae:7,E", + "#d:3;:G;XTR;:H3ae:7,F", + "#b:3;:H3ae,E" ], - "mappedName": "#1b:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:3;:U2;XTR;:H3ae:8,V", "object": "Pad12", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch12", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], - "mappedName": "#1b:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:3;:U2;XTR;:H3ae:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "name": "Vertex8" } @@ -39069,7 +53551,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:Hd13:7,F", + "mappedName": "#d:1;:G;XTR;:H3ae:7,F", "mappedStringIds": [ 13 ], @@ -39079,7 +53561,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:Hd13:7,F", + "name": "#d:1;:G;XTR;:H3ae:7,F", "stringIds": [ 13 ] @@ -39103,7 +53585,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:Hd13:7,F", + "mappedName": "#d:2;:G;XTR;:H3ae:7,F", "mappedStringIds": [ 11, 13 @@ -39114,7 +53596,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:Hd13:7,F", + "name": "#d:2;:G;XTR;:H3ae:7,F", "stringIds": [ 11, 13 @@ -39139,7 +53621,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:Hd13:7,F", + "mappedName": "#d:3;:G;XTR;:H3ae:7,F", "mappedStringIds": [ 11, 13 @@ -39150,7 +53632,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:Hd13:7,F", + "name": "#d:3;:G;XTR;:H3ae:7,F", "stringIds": [ 11, 13 @@ -39175,7 +53657,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:Hd13:7,F", + "mappedName": "#d:4;:G;XTR;:H3ae:7,F", "mappedStringIds": [ 11, 13 @@ -39186,7 +53668,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:Hd13:7,F", + "name": "#d:4;:G;XTR;:H3ae:7,F", "stringIds": [ 11, 13 @@ -39210,7 +53692,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:Hd13:4,F", + "mappedName": "#d:1;FAC;:H3ae:4,F", "mappedStringIds": [ 13 ], @@ -39220,7 +53702,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:Hd13:4,F", + "name": "#d:1;FAC;:H3ae:4,F", "stringIds": [ 13 ] @@ -39243,7 +53725,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:Hd13:8,F", + "mappedName": "#14:1;:G0;XTR;:H3ae:8,F", "mappedStringIds": [ 20 ], @@ -39253,7 +53735,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:Hd13:8,F", + "name": "#14:1;:G0;XTR;:H3ae:8,F", "stringIds": [ 20 ] @@ -39273,12 +53755,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:Hd13:7,E", + "mappedName": "#1c;:G;XTR;:H3ae:7,E", "mappedStringIds": [ - 15 + 28 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -39286,9 +53768,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:Hd13:7,E", + "name": "#1c;:G;XTR;:H3ae:7,E", "stringIds": [ - 15 + 28 ] }, "relation": "generated", @@ -39296,9 +53778,9 @@ "resultPersistentId": "Pad12:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v11;SKT", + "persistentId": "Sketch12:mapped:g1v1;SKT", "stageId": "Sketch12" } ] @@ -39306,12 +53788,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1d;:G;XTR;:H3ae:7,E", "mappedStringIds": [ - 16 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -39319,9 +53801,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:Hd13:7,E", + "name": "#1d;:G;XTR;:H3ae:7,E", "stringIds": [ - 16 + 29 ] }, "relation": "generated", @@ -39329,9 +53811,9 @@ "resultPersistentId": "Pad12:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v22;SKT", + "persistentId": "Sketch12:mapped:g1v2;SKT", "stageId": "Sketch12" } ] @@ -39342,7 +53824,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:Hd13,E", + "mappedName": "#b:1;:H3ae,E", "mappedStringIds": [ 11 ], @@ -39352,7 +53834,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:Hd13,E", + "name": "#b:1;:H3ae,E", "stringIds": [ 11 ] @@ -39375,7 +53857,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:Hd13:7,E", + "mappedName": "#16:1;:U;XTR;:H3ae:7,E", "mappedStringIds": [ 22 ], @@ -39385,7 +53867,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:Hd13:7,E", + "name": "#16:1;:U;XTR;:H3ae:7,E", "stringIds": [ 22 ] @@ -39405,12 +53887,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1e;:G;XTR;:H3ae:7,E", "mappedStringIds": [ - 17 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -39418,9 +53900,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:Hd13:7,E", + "name": "#1e;:G;XTR;:H3ae:7,E", "stringIds": [ - 17 + 30 ] }, "relation": "generated", @@ -39428,9 +53910,9 @@ "resultPersistentId": "Pad12:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g2v22;SKT", + "persistentId": "Sketch12:mapped:g2v2;SKT", "stageId": "Sketch12" } ] @@ -39441,7 +53923,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:Hd13,E", + "mappedName": "#b:2;:H3ae,E", "mappedStringIds": [ 11 ], @@ -39451,7 +53933,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:Hd13,E", + "name": "#b:2;:H3ae,E", "stringIds": [ 11 ] @@ -39476,7 +53958,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:Hd13:7,E", + "mappedName": "#16:2;:U;XTR;:H3ae:7,E", "mappedStringIds": [ 11, 13, @@ -39488,7 +53970,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:Hd13:7,E", + "name": "#16:2;:U;XTR;:H3ae:7,E", "stringIds": [ 11, 13, @@ -39510,12 +53992,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:Hd13:7,E", + "mappedName": "#1f;:G;XTR;:H3ae:7,E", "mappedStringIds": [ - 18 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -39523,9 +54005,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:Hd13:7,E", + "name": "#1f;:G;XTR;:H3ae:7,E", "stringIds": [ - 18 + 31 ] }, "relation": "generated", @@ -39533,9 +54015,9 @@ "resultPersistentId": "Pad12:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g3v22;SKT", + "persistentId": "Sketch12:mapped:g3v2;SKT", "stageId": "Sketch12" } ] @@ -39546,7 +54028,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:Hd13,E", + "mappedName": "#b:3;:H3ae,E", "mappedStringIds": [ 11 ], @@ -39556,7 +54038,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:Hd13,E", + "name": "#b:3;:H3ae,E", "stringIds": [ 11 ] @@ -39581,7 +54063,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:Hd13:7,E", + "mappedName": "#16:3;:U;XTR;:H3ae:7,E", "mappedStringIds": [ 11, 13, @@ -39593,7 +54075,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:Hd13:7,E", + "name": "#16:3;:U;XTR;:H3ae:7,E", "stringIds": [ 11, 13, @@ -39618,7 +54100,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:Hd13,E", + "mappedName": "#b:4;:H3ae,E", "mappedStringIds": [ 11 ], @@ -39628,7 +54110,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:Hd13,E", + "name": "#b:4;:H3ae,E", "stringIds": [ 11 ] @@ -39653,7 +54135,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:Hd13:7,E", + "mappedName": "#16:4;:U;XTR;:H3ae:7,E", "mappedStringIds": [ 11, 13, @@ -39665,7 +54147,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:Hd13:7,E", + "name": "#16:4;:U;XTR;:H3ae:7,E", "stringIds": [ 11, 13, @@ -39690,7 +54172,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:Hd13,V", + "mappedName": "#2;:H3ae,V", "mappedStringIds": [ 2 ], @@ -39700,7 +54182,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:Hd13,V", + "name": "#2;:H3ae,V", "stringIds": [ 2 ] @@ -39710,9 +54192,9 @@ "resultPersistentId": "Pad12:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v11;SKT", + "persistentId": "Sketch12:mapped:g1v1;SKT", "stageId": "Sketch12" } ] @@ -39720,12 +54202,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U;XTR;:H3ae:7,V", "mappedStringIds": [ - 24 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -39733,9 +54215,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:Hd13:7,V", + "name": "#21:1;:U;XTR;:H3ae:7,V", "stringIds": [ - 24 + 33 ] }, "relation": "preserved", @@ -39743,9 +54225,9 @@ "resultPersistentId": "Pad12:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v11;SKT", + "persistentId": "Sketch12:mapped:g1;SKT", "stageId": "Sketch12" } ] @@ -39756,7 +54238,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:Hd13,V", + "mappedName": "#4;:H3ae,V", "mappedStringIds": [ 4 ], @@ -39766,7 +54248,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:Hd13,V", + "name": "#4;:H3ae,V", "stringIds": [ 4 ] @@ -39776,9 +54258,9 @@ "resultPersistentId": "Pad12:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v22;SKT", + "persistentId": "Sketch12:mapped:g1v2;SKT", "stageId": "Sketch12" } ] @@ -39786,12 +54268,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:1;:U2;XTR;:H3ae:8,V", "mappedStringIds": [ - 25 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -39799,9 +54281,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:Hd13:7,V", + "name": "#21:1;:U2;XTR;:H3ae:8,V", "stringIds": [ - 25 + 33 ] }, "relation": "preserved", @@ -39809,9 +54291,9 @@ "resultPersistentId": "Pad12:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g1v22;SKT", + "persistentId": "Sketch12:mapped:g1;SKT", "stageId": "Sketch12" } ] @@ -39822,7 +54304,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:Hd13,V", + "mappedName": "#6;:H3ae,V", "mappedStringIds": [ 6 ], @@ -39832,7 +54314,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:Hd13,V", + "name": "#6;:H3ae,V", "stringIds": [ 6 ] @@ -39842,9 +54324,9 @@ "resultPersistentId": "Pad12:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g2v22;SKT", + "persistentId": "Sketch12:mapped:g2v2;SKT", "stageId": "Sketch12" } ] @@ -39852,12 +54334,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:2;:U2;XTR;:H3ae:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -39865,9 +54353,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:Hd13:7,V", + "name": "#21:2;:U2;XTR;:H3ae:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -39875,9 +54366,9 @@ "resultPersistentId": "Pad12:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g2v22;SKT", + "persistentId": "Sketch12:mapped:g2;SKT", "stageId": "Sketch12" } ] @@ -39888,7 +54379,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:Hd13,V", + "mappedName": "#8;:H3ae,V", "mappedStringIds": [ 8 ], @@ -39898,7 +54389,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:Hd13,V", + "name": "#8;:H3ae,V", "stringIds": [ 8 ] @@ -39908,9 +54399,9 @@ "resultPersistentId": "Pad12:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g3v22;SKT", + "persistentId": "Sketch12:mapped:g3v2;SKT", "stageId": "Sketch12" } ] @@ -39918,12 +54409,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:Hd13:7,V", + "mappedName": "#21:3;:U2;XTR;:H3ae:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -39931,9 +54428,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:Hd13:7,V", + "name": "#21:3;:U2;XTR;:H3ae:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -39941,9 +54441,9 @@ "resultPersistentId": "Pad12:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch12", - "persistentId": "Sketch12:mapped:g3v22;SKT", + "persistentId": "Sketch12:mapped:g3;SKT", "stageId": "Sketch12" } ] @@ -39958,11 +54458,409 @@ "stageId": "Pad12", "status": "native-evidence" }, + "relationDigest": "d113fe585dc1913aae2ba0d927e8edfbc6d25f480f69bc5d2cf78a61ef3a6e39", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#1c;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1d;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#1e;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#1f;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#21:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#21:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#21:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#21:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch12", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", "shape": { + "area": 112, + "brepSha256": "d5623212381ebd493144244d9896a5792255c5c75da656b2ad80eea37366671a", "edges": 12, "faces": 6, + "geometryDigest": "1d18d5cd35549d2267badf37b169396a7bb407637ccbe83cf6534693b765e178", "solids": 1, "valid": true, + "vertices": 8, "volume": 79.99999999999999 }, "typeId": "PartDesign::Pad" @@ -39970,23 +54868,24 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "da09150d86143665705dbf94de883b3bb380107a43d381bf365cd8b558aa3985", - "text": "StringTableStart v1 27\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:Hd13,E\n-1.4c.1.2\n-1.0 0:;:Hd13,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:Hd13:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:Hd13:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:Hd13:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n" + "sha256": "6f95631b01920d0f54a3d956bbcf0c982f0ff67f432b97c891bcce499ed3e189", + "text": "StringTableStart v1 24\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H3ae,E\n-1.4c.1.2\n-1.0 0:;:H3ae,V\n-5.0 0:;FAC;:H3ae:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H3ae:7,F\n-1.4c.1.9\n-6.2c.-7.-b\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;:U;XTR;:H3ae:7,E\n-1.4c.1.b\n" } }, { + "category": "partdesign", "elementMapResources": { "Body13.Shape.Map.txt": { - "sha256": "c02171d0e4339b07ceab5145e6df61c15d87143cbcba6542fcefc75804107586", - "text": "BeginElementMap v1\n1 PostfixCount 11\nEdge\nFace\nVertex\n;:G;MAK;:H10cc:7,E\n;:U;MAK;:H10cc:7,E\n;:U;MAK;:H10cc:7,V\n;:L#1b;MAK;:H10cc:a,F\n;:H10cc,V\n;:H10cc,E\n;:G;MAK;:H10cc:7,F\n;:L#1a;MAK;:H10cc:a,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#b:1.9 0\n$#f:2.4 0\n$#14:1.5 0\n$#10:1.4 0\n$#b:2.9 0\n$#11:2.4 0\n$#14:2.5.b.d 0\n$#b:3.9 0\n$#12:2.4 0\n$#14:3.5.b.d 0\n$#b:4.9 0\n$#14:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b.b.b.b.1a 0\n$#1d:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#4:2.8 $#5:1.8 0\n$#16:2.6 0\n$#17:1.6 0\n$#6:2.8 $#7:1.8 0\n$#18:2.6 0\n$#8:2.8 $#9:1.8 0\n$#19:2.6 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 4301 1 ;:H10cd,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 4301 1 ;:H10cd,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 4301 1 ;:H10cd,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "07d9a38b6b465fc7c46e203487d0a7c95121782273b873c30f9dfccf63f1fcaa", + "text": "BeginElementMap v1\n1 PostfixCount 12\nEdge\nFace\nVertex\n;:U;MAK;:H10b2:7,E\n;:L#1b;MAK;:H10b2:a,F\n;:U2;MAK;:H10b2:8,V\n;:U;MAK;:H10b2:7,V\n;:G;MAK;:H10b2:7,E\n;:H10b2,V\n;:H10b2,E\n;:G;MAK;:H10b2:7,F\n;:L#1a;MAK;:H10b2:a,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#b:1.a 0\n$#1e.8 0\n$#14:1.4 0\n$#1f.8 0\n$#b:2.a 0\n$#20.8 0\n$#14:2.4.b.d 0\n$#b:3.a 0\n$#21.8 0\n$#14:3.4.b.d 0\n$#b:4.a 0\n$#14:4.4.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c.b.b.b.1a 0\n$#1d:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#4.9 $#5.9 0\n$#1d:1.6 0\n$#1d:1.7 0\n$#6.9 $#7.9 0\n$#1d:2.6 0\n$#8.9 $#9.9 0\n$#1d:3.6 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 4275 1 ;:H10b3,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 4275 1 ;:H10b3,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 4275 1 ;:H10b3,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad13.AddSubShape.Map.txt": { - "sha256": "3e74af3e96b3751d6876e4adc98560e11a953aab1c46452c92689be595665729", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;MAK;:H10cc:7,E\n;:U;MAK;:H10cc:7,E\n;:U;MAK;:H10cc:7,V\n;:L#1b;MAK;:H10cc:a,F\n;:H10cc,V\n;:H10cc,E\n;:G;MAK;:H10cc:7,F\n;:L#1a;MAK;:H10cc:a,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#b:1.9 0\n$#f:2.4 0\n$#14:1.5 0\n$#10:1.4 0\n$#b:2.9 0\n$#11:2.4 0\n$#14:2.5.b.d 0\n$#b:3.9 0\n$#12:2.4 0\n$#14:3.5.b.d 0\n$#b:4.9 0\n$#14:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b.b.b.b.1a 0\n$#1d:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#4:2.8 $#5:1.8 0\n$#16:2.6 0\n$#17:1.6 0\n$#6:2.8 $#7:1.8 0\n$#18:2.6 0\n$#8:2.8 $#9:1.8 0\n$#19:2.6 0\n\nEndMap\n" + "sha256": "a89b70704ca935a37dd3365eb41dc000f5ffa57caca65c565ee3bf8e2d4569b0", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:U;MAK;:H10b2:7,E\n;:L#1b;MAK;:H10b2:a,F\n;:U2;MAK;:H10b2:8,V\n;:U;MAK;:H10b2:7,V\n;:G;MAK;:H10b2:7,E\n;:H10b2,V\n;:H10b2,E\n;:G;MAK;:H10b2:7,F\n;:L#1a;MAK;:H10b2:a,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#b:1.a 0\n$#1e.8 0\n$#14:1.4 0\n$#1f.8 0\n$#b:2.a 0\n$#20.8 0\n$#14:2.4.b.d 0\n$#b:3.a 0\n$#21.8 0\n$#14:3.4.b.d 0\n$#b:4.a 0\n$#14:4.4.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c.b.b.b.1a 0\n$#1d:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#4.9 $#5.9 0\n$#1d:1.6 0\n$#1d:1.7 0\n$#6.9 $#7.9 0\n$#1d:2.6 0\n$#8.9 $#9.9 0\n$#1d:3.6 0\n\nEndMap\n" }, "Pad13.Shape.Map.txt": { - "sha256": "7d62edbdcb6b40901622d6d82d6b4e6d4a775931f98aa22c63f43dc34fb4eba9", - "text": "BeginElementMap v1\n2 PostfixCount 11\nEdge\nFace\nVertex\n;:G;MAK;:H10cc:7,E\n;:U;MAK;:H10cc:7,E\n;:U;MAK;:H10cc:7,V\n;:L#1b;MAK;:H10cc:a,F\n;:H10cc,V\n;:H10cc,E\n;:G;MAK;:H10cc:7,F\n;:L#1a;MAK;:H10cc:a,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#b:1.9 0\n$#f:2.4 0\n$#14:1.5 0\n$#10:1.4 0\n$#b:2.9 0\n$#11:2.4 0\n$#14:2.5.b.d 0\n$#b:3.9 0\n$#12:2.4 0\n$#14:3.5.b.d 0\n$#b:4.9 0\n$#14:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b.b.b.b.1a 0\n$#1d:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#4:2.8 $#5:1.8 0\n$#16:2.6 0\n$#17:1.6 0\n$#6:2.8 $#7:1.8 0\n$#18:2.6 0\n$#8:2.8 $#9:1.8 0\n$#19:2.6 0\n\nEndMap\n" + "sha256": "acc1f6e20cdff95eadd863a1cd982efa842eac1ca54ae7f1d46b3fbec72731a8", + "text": "BeginElementMap v1\n2 PostfixCount 12\nEdge\nFace\nVertex\n;:U;MAK;:H10b2:7,E\n;:L#1b;MAK;:H10b2:a,F\n;:U2;MAK;:H10b2:8,V\n;:U;MAK;:H10b2:7,V\n;:G;MAK;:H10b2:7,E\n;:H10b2,V\n;:H10b2,E\n;:G;MAK;:H10b2:7,F\n;:L#1a;MAK;:H10b2:a,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#b:1.a 0\n$#1e.8 0\n$#14:1.4 0\n$#1f.8 0\n$#b:2.a 0\n$#20.8 0\n$#14:2.4.b.d 0\n$#b:3.a 0\n$#21.8 0\n$#14:3.4.b.d 0\n$#b:4.a 0\n$#14:4.4.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c.b.b.b.1a 0\n$#1d:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#4.9 $#5.9 0\n$#1d:1.6 0\n$#1d:1.7 0\n$#6.9 $#7.9 0\n$#1d:2.6 0\n$#8.9 $#9.9 0\n$#1d:3.6 0\n\nEndMap\n" }, "Sketch13.Shape.Map.txt": { "sha256": "3122a2e70dafbd5617afe7851c9a3864672cd03df3cc15e737748f470219b4a7", @@ -39995,6 +54894,636 @@ }, "finalObject": "Pad13", "id": "partdesign-taper", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pad13", + "finalStageOrdinal": 9, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad13", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9 + ], + "namingChangedStages": 2, + "namingRestorationDriftOrdinals": [ + 0, + 9 + ], + "namingRestorationDriftStages": 2, + "phaseStageRecords": 30, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 10 + }, + "phases": { + "before": [ + { + "key": "partdesign-taper:000:Body13", + "name": "Body13", + "ordinal": 0, + "relationDigest": "08b9fb139630c4cbcdbbd86c810c493d7b068fc3c70ee65d09599b03a24de703", + "semanticNameDigest": "a0ea88793db765666d6d85bdfac03518a89fd5415d07c07d5f9b72c7c4088e84", + "shape": { + "area": 189.48242002024205, + "brepSha256": "43f2e1c6827f1752a270225757bb73bb2f863f2d6dcc7662bd900524fdb03649", + "edges": 12, + "faces": 6, + "geometryDigest": "c05c3502a01b573722a3f86b2e5e64839f0a890421528288e086cb03f7b8c5a8", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 176.58190289989568 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-taper:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-taper:008:Sketch13", + "name": "Sketch13", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "88038efc4725dc6b30a7664544378e4a148d82391199238832bc61b8721cf43b", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-taper:009:Pad13", + "name": "Pad13", + "ordinal": 9, + "relationDigest": "5c5b9d2c1b6b0cea37d174cdc69406197a6dd328715965a55399e3e4767a3695", + "semanticNameDigest": "7dc0f4040b82a73371cb402ee0c3853827ad242adeeec6ed59fd9928a5493241", + "shape": { + "area": 189.48242002024205, + "brepSha256": "ea57dfe93a6ae4780887d3ab2921a6e3639f8fdeb8ac282bd5ce3c00e07d6612", + "edges": 12, + "faces": 6, + "geometryDigest": "c05c3502a01b573722a3f86b2e5e64839f0a890421528288e086cb03f7b8c5a8", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 176.58190289989568 + }, + "typeId": "PartDesign::Pad" + } + ], + "edited": [ + { + "key": "partdesign-taper:000:Body13", + "name": "Body13", + "ordinal": 0, + "relationDigest": "1bbcb81bab6eceea180d654583de5afb4a159326b73356bf3ebd399991160a90", + "semanticNameDigest": "dd2a001da0ba39760fb9973e695e17e86f8f5b4adabd5aea0fc77ed0cc1d66d6", + "shape": { + "area": 208.43621585645232, + "brepSha256": "e84bd08b97d3b0db8d1a592444e4a544b05b282243c02c9c292457dc18778523", + "edges": 12, + "faces": 6, + "geometryDigest": "b5eea2c55dc24ef23543b472055f3498e8b5aa274751a503e8d54cc1cd901148", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 202.61551050342024 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-taper:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-taper:008:Sketch13", + "name": "Sketch13", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "96bd2ecc47ae1d444a81fec2b56510bb8a79a0ad79e1360cec961c3dc4c68a96", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-taper:009:Pad13", + "name": "Pad13", + "ordinal": 9, + "relationDigest": "d45aa90cd64ea173630f7ec64b56266fe91c1f545e4359aa34df50788324a3b7", + "semanticNameDigest": "8e2b16b17b111fcc149e3c70ccc002bd01ee72aa3bf043281d31004822f7a50a", + "shape": { + "area": 208.43621585645232, + "brepSha256": "bb0938f3020d23a05d0b0d738d471d15dae3086bca995a78704441d7dfdbddff", + "edges": 12, + "faces": 6, + "geometryDigest": "b5eea2c55dc24ef23543b472055f3498e8b5aa274751a503e8d54cc1cd901148", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 202.61551050342024 + }, + "typeId": "PartDesign::Pad" + } + ], + "restored": [ + { + "key": "partdesign-taper:000:Body13", + "name": "Body13", + "ordinal": 0, + "relationDigest": "543c95a92cd252d827e669645866548928c0b22945f5d1a3be33fd2745d95712", + "semanticNameDigest": "4b7706afa7b318162eab8e9d3223f84acaf520d15a170d80dc35c8a6d3a6a26b", + "shape": { + "area": 189.48242002024205, + "brepSha256": "43f2e1c6827f1752a270225757bb73bb2f863f2d6dcc7662bd900524fdb03649", + "edges": 12, + "faces": 6, + "geometryDigest": "c05c3502a01b573722a3f86b2e5e64839f0a890421528288e086cb03f7b8c5a8", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 176.58190289989568 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-taper:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-taper:008:Sketch13", + "name": "Sketch13", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "aa14dd69ad520a0ff6826553044789aa322409e06f75f0ec5d5f42f69e71a507", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-taper:009:Pad13", + "name": "Pad13", + "ordinal": 9, + "relationDigest": "b58c23cc399d11a1eb9a64a307c9e325ff49671a1df6925890c552ee8025656f", + "semanticNameDigest": "5eeeb5e7bf485ee4aa447b478eb3bbe111f1498777964dadcec5877bba468408", + "shape": { + "area": 189.48242002024205, + "brepSha256": "ddb61d594592a1b69ee91982616375804cc7adfd6ca930b9ad670343ebcdca83", + "edges": 12, + "faces": 6, + "geometryDigest": "c05c3502a01b573722a3f86b2e5e64839f0a890421528288e086cb03f7b8c5a8", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 176.58190289989568 + }, + "typeId": "PartDesign::Pad" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 6, + "edited": 6.75, + "restored": 6 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -40004,21 +55533,26 @@ "elementMapSize": 26, "elementMapVersion": "15.70200.5", "label": "Body13", + "linkedObjects": [ + "Origin", + "Pad13", + "Sketch13" + ], "name": "Body13", "names": [ { "history": [ { "children": [], - "mappedName": "#d:1;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:1;:G;MAK;:H10b2:7,F;:H10b3,F", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:H10cc,E" + "#b:1;:H10b2,E" ], - "mappedName": "#d:1;:G;MAK;:H10cc:7,F", + "mappedName": "#d:1;:G;MAK;:H10b2:7,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40033,7 +55567,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:1;:G;MAK;:H10b2:7,F;:H10b3,F", "mappedStringIds": [ 13 ], @@ -40043,15 +55577,15 @@ "history": [ { "children": [], - "mappedName": "#d:2;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:2;:G;MAK;:H10b2:7,F;:H10b3,F", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:H10cc,E" + "#b:2;:H10b2,E" ], - "mappedName": "#d:2;:G;MAK;:H10cc:7,F", + "mappedName": "#d:2;:G;MAK;:H10b2:7,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40067,7 +55601,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:2;:G;MAK;:H10b2:7,F;:H10b3,F", "mappedStringIds": [ 11, 13 @@ -40078,15 +55612,15 @@ "history": [ { "children": [], - "mappedName": "#d:3;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:3;:G;MAK;:H10b2:7,F;:H10b3,F", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:H10cc,E" + "#b:3;:H10b2,E" ], - "mappedName": "#d:3;:G;MAK;:H10cc:7,F", + "mappedName": "#d:3;:G;MAK;:H10b2:7,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40102,7 +55636,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:3;:G;MAK;:H10b2:7,F;:H10b3,F", "mappedStringIds": [ 11, 13 @@ -40113,15 +55647,15 @@ "history": [ { "children": [], - "mappedName": "#d:4;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:4;:G;MAK;:H10b2:7,F;:H10b3,F", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:H10cc,E" + "#b:4;:H10b2,E" ], - "mappedName": "#d:4;:G;MAK;:H10cc:7,F", + "mappedName": "#d:4;:G;MAK;:H10b2:7,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40137,7 +55671,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:4;:G;MAK;:H10b2:7,F;:H10b3,F", "mappedStringIds": [ 11, 13 @@ -40148,15 +55682,15 @@ "history": [ { "children": [], - "mappedName": "#d:1;:L#1a;MAK;:H10cc:a,F;:H10cd,F", + "mappedName": "#d:1;:L#1a;MAK;:H10b2:a,F;:H10b3,F", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:H10cc,E" + "#b:1;:H10b2,E" ], - "mappedName": "#d:1;:L#1a;MAK;:H10cc:a,F", + "mappedName": "#d:1;:L#1a;MAK;:H10b2:a,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40175,7 +55709,7 @@ 13, 26 ], - "mappedName": "#d:1;:L#1a;MAK;:H10cc:a,F;:H10cd,F", + "mappedName": "#d:1;:L#1a;MAK;:H10b2:a,F;:H10b3,F", "mappedStringIds": [ 11, 11, @@ -40189,17 +55723,17 @@ "history": [ { "children": [], - "mappedName": "#1d:1;:L#1b;MAK;:H10cc:a,F;:H10cd,F", + "mappedName": "#1d:1;:L#1b;MAK;:H10b2:a,F;:H10b3,F", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#14:1;:U;MAK;:H10cc:7,E", - "#d:1;:G;MAK;:H10cc:7,F", - "#b:1;:H10cc,E" + "#14:1;:U;MAK;:H10b2:7,E", + "#d:1;:G;MAK;:H10b2:7,F", + "#b:1;:H10b2,E" ], - "mappedName": "#1d:1;:L#1b;MAK;:H10cc:a,F", + "mappedName": "#1d:1;:L#1b;MAK;:H10b2:a,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40214,7 +55748,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:L#1b;MAK;:H10cc:a,F;:H10cd,F", + "mappedName": "#1d:1;:L#1b;MAK;:H10b2:a,F;:H10b3,F", "mappedStringIds": [ 29 ], @@ -40224,13 +55758,13 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H10cc,E;:H10cd,E", + "mappedName": "#b:1;:H10b2,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:1;:H10cc,E", + "mappedName": "#b:1;:H10b2,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40245,7 +55779,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H10cc,E;:H10cd,E", + "mappedName": "#b:1;:H10b2,E;:H10b3,E", "mappedStringIds": [ 11 ], @@ -40255,32 +55789,32 @@ "history": [ { "children": [], - "mappedName": "#f:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#1e;:G;MAK;:H10b2:7,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#4:2;:H10cc,V" + "#4;:H10b2,V" ], - "mappedName": "#f:2;:G;MAK;:H10cc:7,E", + "mappedName": "#1e;:G;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 15 + 30 ], - "mappedName": "#f:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#1e;:G;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ - 15 + 30 ], "name": "Edge2" }, @@ -40288,16 +55822,16 @@ "history": [ { "children": [], - "mappedName": "#14:1;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:1;:U;MAK;:H10b2:7,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#d:1;:G;MAK;:H10cc:7,F", - "#b:1;:H10cc,E" + "#d:1;:G;MAK;:H10b2:7,F", + "#b:1;:H10b2,E" ], - "mappedName": "#14:1;:U;MAK;:H10cc:7,E", + "mappedName": "#14:1;:U;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40312,7 +55846,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:1;:U;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ 20 ], @@ -40322,32 +55856,32 @@ "history": [ { "children": [], - "mappedName": "#10:1;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#1f;:G;MAK;:H10b2:7,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#2:1;:H10cc,V" + "#2;:H10b2,V" ], - "mappedName": "#10:1;:G;MAK;:H10cc:7,E", + "mappedName": "#1f;:G;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge4", "indexedStringIds": [ - 16 + 31 ], - "mappedName": "#10:1;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#1f;:G;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ - 16 + 31 ], "name": "Edge4" }, @@ -40355,13 +55889,13 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H10cc,E;:H10cd,E", + "mappedName": "#b:2;:H10b2,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:2;:H10cc,E", + "mappedName": "#b:2;:H10b2,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40376,7 +55910,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H10cc,E;:H10cd,E", + "mappedName": "#b:2;:H10b2,E;:H10b3,E", "mappedStringIds": [ 11 ], @@ -40386,32 +55920,32 @@ "history": [ { "children": [], - "mappedName": "#11:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#20;:G;MAK;:H10b2:7,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#6:2;:H10cc,V" + "#6;:H10b2,V" ], - "mappedName": "#11:2;:G;MAK;:H10cc:7,E", + "mappedName": "#20;:G;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge6", "indexedStringIds": [ - 17 + 32 ], - "mappedName": "#11:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#20;:G;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ - 17 + 32 ], "name": "Edge6" }, @@ -40419,16 +55953,16 @@ "history": [ { "children": [], - "mappedName": "#14:2;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:2;:U;MAK;:H10b2:7,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#d:2;:G;MAK;:H10cc:7,F", - "#b:2;:H10cc,E" + "#d:2;:G;MAK;:H10b2:7,F", + "#b:2;:H10b2,E" ], - "mappedName": "#14:2;:U;MAK;:H10cc:7,E", + "mappedName": "#14:2;:U;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40445,7 +55979,7 @@ 13, 20 ], - "mappedName": "#14:2;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:2;:U;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ 11, 13, @@ -40457,13 +55991,13 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H10cc,E;:H10cd,E", + "mappedName": "#b:3;:H10b2,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:3;:H10cc,E", + "mappedName": "#b:3;:H10b2,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40478,7 +56012,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H10cc,E;:H10cd,E", + "mappedName": "#b:3;:H10b2,E;:H10b3,E", "mappedStringIds": [ 11 ], @@ -40488,32 +56022,32 @@ "history": [ { "children": [], - "mappedName": "#12:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#21;:G;MAK;:H10b2:7,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#8:2;:H10cc,V" + "#8;:H10b2,V" ], - "mappedName": "#12:2;:G;MAK;:H10cc:7,E", + "mappedName": "#21;:G;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge9", "indexedStringIds": [ - 18 + 33 ], - "mappedName": "#12:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#21;:G;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ - 18 + 33 ], "name": "Edge9" }, @@ -40521,16 +56055,16 @@ "history": [ { "children": [], - "mappedName": "#14:3;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:3;:U;MAK;:H10b2:7,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#d:3;:G;MAK;:H10cc:7,F", - "#b:3;:H10cc,E" + "#d:3;:G;MAK;:H10b2:7,F", + "#b:3;:H10b2,E" ], - "mappedName": "#14:3;:U;MAK;:H10cc:7,E", + "mappedName": "#14:3;:U;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40547,7 +56081,7 @@ 13, 20 ], - "mappedName": "#14:3;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:3;:U;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ 11, 13, @@ -40559,13 +56093,13 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H10cc,E;:H10cd,E", + "mappedName": "#b:4;:H10b2,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:4;:H10cc,E", + "mappedName": "#b:4;:H10b2,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40580,7 +56114,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H10cc,E;:H10cd,E", + "mappedName": "#b:4;:H10b2,E;:H10b3,E", "mappedStringIds": [ 11 ], @@ -40590,16 +56124,16 @@ "history": [ { "children": [], - "mappedName": "#14:4;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:4;:U;MAK;:H10b2:7,E;:H10b3,E", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#d:4;:G;MAK;:H10cc:7,F", - "#b:4;:H10cc,E" + "#d:4;:G;MAK;:H10b2:7,F", + "#b:4;:H10b2,E" ], - "mappedName": "#14:4;:U;MAK;:H10cc:7,E", + "mappedName": "#14:4;:U;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -40616,7 +56150,7 @@ 13, 20 ], - "mappedName": "#14:4;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:4;:U;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ 11, 13, @@ -40628,19 +56162,19 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H10cc,V;:H10cd,V", + "mappedName": "#2;:H10b2,V;:H10b3,V", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2:1;:H10cc,V", + "mappedName": "#2;:H10b2,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } @@ -40649,7 +56183,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H10cc,V;:H10cd,V", + "mappedName": "#2;:H10b2,V;:H10b3,V", "mappedStringIds": [ 2 ], @@ -40659,19 +56193,19 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H10cc,V;:H10cd,V", + "mappedName": "#4;:H10b2,V;:H10b3,V", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#4:2;:H10cc,V", + "mappedName": "#4;:H10b2,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } @@ -40680,7 +56214,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H10cc,V;:H10cd,V", + "mappedName": "#4;:H10b2,V;:H10b3,V", "mappedStringIds": [ 4 ], @@ -40690,33 +56224,34 @@ "history": [ { "children": [], - "mappedName": "#16:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:1;:U2;MAK;:H10b2:8,V;:H10b3,V", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#f:2;:G;MAK;:H10cc:7,E", - "#4:2;:H10cc,V" + "#14:1;:U;MAK;:H10b2:7,E", + "#d:1;:G;MAK;:H10b2:7,F", + "#b:1;:H10b2,E" ], - "mappedName": "#16:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U2;MAK;:H10b2:8,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 22 + 29 ], - "mappedName": "#16:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:1;:U2;MAK;:H10b2:8,V;:H10b3,V", "mappedStringIds": [ - 22 + 29 ], "name": "Vertex3" }, @@ -40724,33 +56259,34 @@ "history": [ { "children": [], - "mappedName": "#17:1;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:1;:U;MAK;:H10b2:7,V;:H10b3,V", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#10:1;:G;MAK;:H10cc:7,E", - "#2:1;:H10cc,V" + "#14:1;:U;MAK;:H10b2:7,E", + "#d:1;:G;MAK;:H10b2:7,F", + "#b:1;:H10b2,E" ], - "mappedName": "#17:1;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U;MAK;:H10b2:7,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 23 + 29 ], - "mappedName": "#17:1;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:1;:U;MAK;:H10b2:7,V;:H10b3,V", "mappedStringIds": [ - 23 + 29 ], "name": "Vertex4" }, @@ -40758,19 +56294,19 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H10cc,V;:H10cd,V", + "mappedName": "#6;:H10b2,V;:H10b3,V", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#6:2;:H10cc,V", + "mappedName": "#6;:H10b2,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } @@ -40779,7 +56315,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H10cc,V;:H10cd,V", + "mappedName": "#6;:H10b2,V;:H10b3,V", "mappedStringIds": [ 6 ], @@ -40789,33 +56325,34 @@ "history": [ { "children": [], - "mappedName": "#18:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:2;:U2;MAK;:H10b2:8,V;:H10b3,V", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#11:2;:G;MAK;:H10cc:7,E", - "#6:2;:H10cc,V" + "#14:2;:U;MAK;:H10b2:7,E", + "#d:2;:G;MAK;:H10b2:7,F", + "#b:2;:H10b2,E" ], - "mappedName": "#18:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:2;:U2;MAK;:H10b2:8,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 24 + 29 ], - "mappedName": "#18:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:2;:U2;MAK;:H10b2:8,V;:H10b3,V", "mappedStringIds": [ - 24 + 29 ], "name": "Vertex6" }, @@ -40823,19 +56360,19 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H10cc,V;:H10cd,V", + "mappedName": "#8;:H10b2,V;:H10b3,V", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#8:2;:H10cc,V", + "mappedName": "#8;:H10b2,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } @@ -40844,7 +56381,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H10cc,V;:H10cd,V", + "mappedName": "#8;:H10b2,V;:H10b3,V", "mappedStringIds": [ 8 ], @@ -40854,33 +56391,34 @@ "history": [ { "children": [], - "mappedName": "#19:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:3;:U2;MAK;:H10b2:8,V;:H10b3,V", "object": "Body13", "typeId": "PartDesign::Body" }, { "children": [ - "#12:2;:G;MAK;:H10cc:7,E", - "#8:2;:H10cc,V" + "#14:3;:U;MAK;:H10b2:7,E", + "#d:3;:G;MAK;:H10b2:7,F", + "#b:3;:H10b2,E" ], - "mappedName": "#19:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:3;:U2;MAK;:H10b2:8,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 25 + 29 ], - "mappedName": "#19:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:3;:U2;MAK;:H10b2:8,V;:H10b3,V", "mappedStringIds": [ - 25 + 29 ], "name": "Vertex8" } @@ -40898,7 +56436,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:1;:G;MAK;:H10b2:7,F;:H10b3,F", "mappedStringIds": [ 13 ], @@ -40908,7 +56446,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;MAK;:H10cc:7,F;:H10cd,F", + "name": "#d:1;:G;MAK;:H10b2:7,F;:H10b3,F", "stringIds": [ 13 ] @@ -40918,9 +56456,9 @@ "resultPersistentId": "Body13:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;MAK;:H10cc:7,F", + "mappedName": "#d:1;:G;MAK;:H10b2:7,F", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#d:1;:G;MAK;:H10cc:7,F", + "persistentId": "Pad13:mapped:#d:1;:G;MAK;:H10b2:7,F", "stageId": "Pad13" }, { @@ -40938,7 +56476,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:2;:G;MAK;:H10b2:7,F;:H10b3,F", "mappedStringIds": [ 11, 13 @@ -40949,7 +56487,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;MAK;:H10cc:7,F;:H10cd,F", + "name": "#d:2;:G;MAK;:H10b2:7,F;:H10b3,F", "stringIds": [ 11, 13 @@ -40960,9 +56498,9 @@ "resultPersistentId": "Body13:face:1", "sourceRefs": [ { - "mappedName": "#d:2;:G;MAK;:H10cc:7,F", + "mappedName": "#d:2;:G;MAK;:H10b2:7,F", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#d:2;:G;MAK;:H10cc:7,F", + "persistentId": "Pad13:mapped:#d:2;:G;MAK;:H10b2:7,F", "stageId": "Pad13" }, { @@ -40980,7 +56518,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:3;:G;MAK;:H10b2:7,F;:H10b3,F", "mappedStringIds": [ 11, 13 @@ -40991,7 +56529,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;MAK;:H10cc:7,F;:H10cd,F", + "name": "#d:3;:G;MAK;:H10b2:7,F;:H10b3,F", "stringIds": [ 11, 13 @@ -41002,9 +56540,9 @@ "resultPersistentId": "Body13:face:2", "sourceRefs": [ { - "mappedName": "#d:3;:G;MAK;:H10cc:7,F", + "mappedName": "#d:3;:G;MAK;:H10b2:7,F", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#d:3;:G;MAK;:H10cc:7,F", + "persistentId": "Pad13:mapped:#d:3;:G;MAK;:H10b2:7,F", "stageId": "Pad13" }, { @@ -41022,7 +56560,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;MAK;:H10cc:7,F;:H10cd,F", + "mappedName": "#d:4;:G;MAK;:H10b2:7,F;:H10b3,F", "mappedStringIds": [ 11, 13 @@ -41033,7 +56571,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;MAK;:H10cc:7,F;:H10cd,F", + "name": "#d:4;:G;MAK;:H10b2:7,F;:H10b3,F", "stringIds": [ 11, 13 @@ -41044,9 +56582,9 @@ "resultPersistentId": "Body13:face:3", "sourceRefs": [ { - "mappedName": "#d:4;:G;MAK;:H10cc:7,F", + "mappedName": "#d:4;:G;MAK;:H10b2:7,F", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#d:4;:G;MAK;:H10cc:7,F", + "persistentId": "Pad13:mapped:#d:4;:G;MAK;:H10b2:7,F", "stageId": "Pad13" }, { @@ -41067,7 +56605,7 @@ 26 ], "kind": "face", - "mappedName": "#d:1;:L#1a;MAK;:H10cc:a,F;:H10cd,F", + "mappedName": "#d:1;:L#1a;MAK;:H10b2:a,F;:H10b3,F", "mappedStringIds": [ 11, 11, @@ -41081,7 +56619,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;:L#1a;MAK;:H10cc:a,F;:H10cd,F", + "name": "#d:1;:L#1a;MAK;:H10b2:a,F;:H10b3,F", "stringIds": [ 11, 11, @@ -41095,9 +56633,9 @@ "resultPersistentId": "Body13:face:4", "sourceRefs": [ { - "mappedName": "#d:1;:L#1a;MAK;:H10cc:a,F", + "mappedName": "#d:1;:L#1a;MAK;:H10b2:a,F", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#d:1;:L#1a;MAK;:H10cc:a,F", + "persistentId": "Pad13:mapped:#d:1;:L#1a;MAK;:H10b2:a,F", "stageId": "Pad13" }, { @@ -41114,7 +56652,7 @@ 29 ], "kind": "face", - "mappedName": "#1d:1;:L#1b;MAK;:H10cc:a,F;:H10cd,F", + "mappedName": "#1d:1;:L#1b;MAK;:H10b2:a,F;:H10b3,F", "mappedStringIds": [ 29 ], @@ -41124,7 +56662,7 @@ "index": 6, "type": "Face" }, - "name": "#1d:1;:L#1b;MAK;:H10cc:a,F;:H10cd,F", + "name": "#1d:1;:L#1b;MAK;:H10b2:a,F;:H10b3,F", "stringIds": [ 29 ] @@ -41134,9 +56672,9 @@ "resultPersistentId": "Body13:face:5", "sourceRefs": [ { - "mappedName": "#1d:1;:L#1b;MAK;:H10cc:a,F", + "mappedName": "#1d:1;:L#1b;MAK;:H10b2:a,F", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#1d:1;:L#1b;MAK;:H10cc:a,F", + "persistentId": "Pad13:mapped:#1d:1;:L#1b;MAK;:H10b2:a,F", "stageId": "Pad13" }, { @@ -41153,7 +56691,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H10cc,E;:H10cd,E", + "mappedName": "#b:1;:H10b2,E;:H10b3,E", "mappedStringIds": [ 11 ], @@ -41163,7 +56701,7 @@ "index": 1, "type": "Edge" }, - "name": "#b:1;:H10cc,E;:H10cd,E", + "name": "#b:1;:H10b2,E;:H10b3,E", "stringIds": [ 11 ] @@ -41173,9 +56711,9 @@ "resultPersistentId": "Body13:edge:0", "sourceRefs": [ { - "mappedName": "#b:1;:H10cc,E", + "mappedName": "#b:1;:H10b2,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#b:1;:H10cc,E", + "persistentId": "Pad13:mapped:#b:1;:H10b2,E", "stageId": "Pad13" }, { @@ -41189,12 +56727,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 15 + 30 ], "kind": "edge", - "mappedName": "#f:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#1e;:G;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ - 15 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -41202,9 +56740,9 @@ "index": 2, "type": "Edge" }, - "name": "#f:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "name": "#1e;:G;MAK;:H10b2:7,E;:H10b3,E", "stringIds": [ - 15 + 30 ] }, "relation": "generated", @@ -41212,15 +56750,15 @@ "resultPersistentId": "Body13:edge:1", "sourceRefs": [ { - "mappedName": "#f:2;:G;MAK;:H10cc:7,E", + "mappedName": "#1e;:G;MAK;:H10b2:7,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#f:2;:G;MAK;:H10cc:7,E", + "persistentId": "Pad13:mapped:#1e;:G;MAK;:H10b2:7,E", "stageId": "Pad13" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v22;SKT", + "persistentId": "Sketch13:mapped:g1v2;SKT", "stageId": "Sketch13" } ] @@ -41231,7 +56769,7 @@ 20 ], "kind": "edge", - "mappedName": "#14:1;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:1;:U;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ 20 ], @@ -41241,7 +56779,7 @@ "index": 3, "type": "Edge" }, - "name": "#14:1;:U;MAK;:H10cc:7,E;:H10cd,E", + "name": "#14:1;:U;MAK;:H10b2:7,E;:H10b3,E", "stringIds": [ 20 ] @@ -41251,9 +56789,9 @@ "resultPersistentId": "Body13:edge:2", "sourceRefs": [ { - "mappedName": "#14:1;:U;MAK;:H10cc:7,E", + "mappedName": "#14:1;:U;MAK;:H10b2:7,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#14:1;:U;MAK;:H10cc:7,E", + "persistentId": "Pad13:mapped:#14:1;:U;MAK;:H10b2:7,E", "stageId": "Pad13" }, { @@ -41267,12 +56805,12 @@ { "indexedName": "Edge4", "indexedStringIds": [ - 16 + 31 ], "kind": "edge", - "mappedName": "#10:1;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#1f;:G;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ - 16 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -41280,9 +56818,9 @@ "index": 4, "type": "Edge" }, - "name": "#10:1;:G;MAK;:H10cc:7,E;:H10cd,E", + "name": "#1f;:G;MAK;:H10b2:7,E;:H10b3,E", "stringIds": [ - 16 + 31 ] }, "relation": "generated", @@ -41290,15 +56828,15 @@ "resultPersistentId": "Body13:edge:3", "sourceRefs": [ { - "mappedName": "#10:1;:G;MAK;:H10cc:7,E", + "mappedName": "#1f;:G;MAK;:H10b2:7,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#10:1;:G;MAK;:H10cc:7,E", + "persistentId": "Pad13:mapped:#1f;:G;MAK;:H10b2:7,E", "stageId": "Pad13" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v11;SKT", + "persistentId": "Sketch13:mapped:g1v1;SKT", "stageId": "Sketch13" } ] @@ -41309,7 +56847,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H10cc,E;:H10cd,E", + "mappedName": "#b:2;:H10b2,E;:H10b3,E", "mappedStringIds": [ 11 ], @@ -41319,7 +56857,7 @@ "index": 5, "type": "Edge" }, - "name": "#b:2;:H10cc,E;:H10cd,E", + "name": "#b:2;:H10b2,E;:H10b3,E", "stringIds": [ 11 ] @@ -41329,9 +56867,9 @@ "resultPersistentId": "Body13:edge:4", "sourceRefs": [ { - "mappedName": "#b:2;:H10cc,E", + "mappedName": "#b:2;:H10b2,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#b:2;:H10cc,E", + "persistentId": "Pad13:mapped:#b:2;:H10b2,E", "stageId": "Pad13" }, { @@ -41345,12 +56883,12 @@ { "indexedName": "Edge6", "indexedStringIds": [ - 17 + 32 ], "kind": "edge", - "mappedName": "#11:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#20;:G;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ - 17 + 32 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -41358,9 +56896,9 @@ "index": 6, "type": "Edge" }, - "name": "#11:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "name": "#20;:G;MAK;:H10b2:7,E;:H10b3,E", "stringIds": [ - 17 + 32 ] }, "relation": "generated", @@ -41368,15 +56906,15 @@ "resultPersistentId": "Body13:edge:5", "sourceRefs": [ { - "mappedName": "#11:2;:G;MAK;:H10cc:7,E", + "mappedName": "#20;:G;MAK;:H10b2:7,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#11:2;:G;MAK;:H10cc:7,E", + "persistentId": "Pad13:mapped:#20;:G;MAK;:H10b2:7,E", "stageId": "Pad13" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g2v22;SKT", + "persistentId": "Sketch13:mapped:g2v2;SKT", "stageId": "Sketch13" } ] @@ -41389,7 +56927,7 @@ 20 ], "kind": "edge", - "mappedName": "#14:2;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:2;:U;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ 11, 13, @@ -41401,7 +56939,7 @@ "index": 7, "type": "Edge" }, - "name": "#14:2;:U;MAK;:H10cc:7,E;:H10cd,E", + "name": "#14:2;:U;MAK;:H10b2:7,E;:H10b3,E", "stringIds": [ 11, 13, @@ -41413,9 +56951,9 @@ "resultPersistentId": "Body13:edge:6", "sourceRefs": [ { - "mappedName": "#14:2;:U;MAK;:H10cc:7,E", + "mappedName": "#14:2;:U;MAK;:H10b2:7,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#14:2;:U;MAK;:H10cc:7,E", + "persistentId": "Pad13:mapped:#14:2;:U;MAK;:H10b2:7,E", "stageId": "Pad13" }, { @@ -41432,7 +56970,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H10cc,E;:H10cd,E", + "mappedName": "#b:3;:H10b2,E;:H10b3,E", "mappedStringIds": [ 11 ], @@ -41442,7 +56980,7 @@ "index": 8, "type": "Edge" }, - "name": "#b:3;:H10cc,E;:H10cd,E", + "name": "#b:3;:H10b2,E;:H10b3,E", "stringIds": [ 11 ] @@ -41452,9 +56990,9 @@ "resultPersistentId": "Body13:edge:7", "sourceRefs": [ { - "mappedName": "#b:3;:H10cc,E", + "mappedName": "#b:3;:H10b2,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#b:3;:H10cc,E", + "persistentId": "Pad13:mapped:#b:3;:H10b2,E", "stageId": "Pad13" }, { @@ -41468,12 +57006,12 @@ { "indexedName": "Edge9", "indexedStringIds": [ - 18 + 33 ], "kind": "edge", - "mappedName": "#12:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#21;:G;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ - 18 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -41481,9 +57019,9 @@ "index": 9, "type": "Edge" }, - "name": "#12:2;:G;MAK;:H10cc:7,E;:H10cd,E", + "name": "#21;:G;MAK;:H10b2:7,E;:H10b3,E", "stringIds": [ - 18 + 33 ] }, "relation": "generated", @@ -41491,15 +57029,15 @@ "resultPersistentId": "Body13:edge:8", "sourceRefs": [ { - "mappedName": "#12:2;:G;MAK;:H10cc:7,E", + "mappedName": "#21;:G;MAK;:H10b2:7,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#12:2;:G;MAK;:H10cc:7,E", + "persistentId": "Pad13:mapped:#21;:G;MAK;:H10b2:7,E", "stageId": "Pad13" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g3v22;SKT", + "persistentId": "Sketch13:mapped:g3v2;SKT", "stageId": "Sketch13" } ] @@ -41512,7 +57050,7 @@ 20 ], "kind": "edge", - "mappedName": "#14:3;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:3;:U;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ 11, 13, @@ -41524,7 +57062,7 @@ "index": 10, "type": "Edge" }, - "name": "#14:3;:U;MAK;:H10cc:7,E;:H10cd,E", + "name": "#14:3;:U;MAK;:H10b2:7,E;:H10b3,E", "stringIds": [ 11, 13, @@ -41536,9 +57074,9 @@ "resultPersistentId": "Body13:edge:9", "sourceRefs": [ { - "mappedName": "#14:3;:U;MAK;:H10cc:7,E", + "mappedName": "#14:3;:U;MAK;:H10b2:7,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#14:3;:U;MAK;:H10cc:7,E", + "persistentId": "Pad13:mapped:#14:3;:U;MAK;:H10b2:7,E", "stageId": "Pad13" }, { @@ -41555,7 +57093,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H10cc,E;:H10cd,E", + "mappedName": "#b:4;:H10b2,E;:H10b3,E", "mappedStringIds": [ 11 ], @@ -41565,7 +57103,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H10cc,E;:H10cd,E", + "name": "#b:4;:H10b2,E;:H10b3,E", "stringIds": [ 11 ] @@ -41575,9 +57113,9 @@ "resultPersistentId": "Body13:edge:10", "sourceRefs": [ { - "mappedName": "#b:4;:H10cc,E", + "mappedName": "#b:4;:H10b2,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#b:4;:H10cc,E", + "persistentId": "Pad13:mapped:#b:4;:H10b2,E", "stageId": "Pad13" }, { @@ -41596,7 +57134,7 @@ 20 ], "kind": "edge", - "mappedName": "#14:4;:U;MAK;:H10cc:7,E;:H10cd,E", + "mappedName": "#14:4;:U;MAK;:H10b2:7,E;:H10b3,E", "mappedStringIds": [ 11, 13, @@ -41608,7 +57146,7 @@ "index": 12, "type": "Edge" }, - "name": "#14:4;:U;MAK;:H10cc:7,E;:H10cd,E", + "name": "#14:4;:U;MAK;:H10b2:7,E;:H10b3,E", "stringIds": [ 11, 13, @@ -41620,9 +57158,9 @@ "resultPersistentId": "Body13:edge:11", "sourceRefs": [ { - "mappedName": "#14:4;:U;MAK;:H10cc:7,E", + "mappedName": "#14:4;:U;MAK;:H10b2:7,E", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#14:4;:U;MAK;:H10cc:7,E", + "persistentId": "Pad13:mapped:#14:4;:U;MAK;:H10b2:7,E", "stageId": "Pad13" }, { @@ -41639,7 +57177,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H10cc,V;:H10cd,V", + "mappedName": "#2;:H10b2,V;:H10b3,V", "mappedStringIds": [ 2 ], @@ -41649,7 +57187,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H10cc,V;:H10cd,V", + "name": "#2;:H10b2,V;:H10b3,V", "stringIds": [ 2 ] @@ -41659,15 +57197,15 @@ "resultPersistentId": "Body13:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:H10cc,V", + "mappedName": "#2;:H10b2,V", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#2:1;:H10cc,V", + "persistentId": "Pad13:mapped:#2;:H10b2,V", "stageId": "Pad13" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v11;SKT", + "persistentId": "Sketch13:mapped:g1v1;SKT", "stageId": "Sketch13" } ] @@ -41678,7 +57216,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H10cc,V;:H10cd,V", + "mappedName": "#4;:H10b2,V;:H10b3,V", "mappedStringIds": [ 4 ], @@ -41688,7 +57226,7 @@ "index": 2, "type": "Vertex" }, - "name": "#4:2;:H10cc,V;:H10cd,V", + "name": "#4;:H10b2,V;:H10b3,V", "stringIds": [ 4 ] @@ -41698,15 +57236,15 @@ "resultPersistentId": "Body13:vertex:1", "sourceRefs": [ { - "mappedName": "#4:2;:H10cc,V", + "mappedName": "#4;:H10b2,V", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#4:2;:H10cc,V", + "persistentId": "Pad13:mapped:#4;:H10b2,V", "stageId": "Pad13" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v22;SKT", + "persistentId": "Sketch13:mapped:g1v2;SKT", "stageId": "Sketch13" } ] @@ -41714,12 +57252,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 22 + 29 ], "kind": "vertex", - "mappedName": "#16:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:1;:U2;MAK;:H10b2:8,V;:H10b3,V", "mappedStringIds": [ - 22 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -41727,9 +57265,9 @@ "index": 3, "type": "Vertex" }, - "name": "#16:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "name": "#1d:1;:U2;MAK;:H10b2:8,V;:H10b3,V", "stringIds": [ - 22 + 29 ] }, "relation": "preserved", @@ -41737,15 +57275,15 @@ "resultPersistentId": "Body13:vertex:2", "sourceRefs": [ { - "mappedName": "#16:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U2;MAK;:H10b2:8,V", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#16:2;:U;MAK;:H10cc:7,V", + "persistentId": "Pad13:mapped:#1d:1;:U2;MAK;:H10b2:8,V", "stageId": "Pad13" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v22;SKT", + "persistentId": "Sketch13:mapped:g1;SKT", "stageId": "Sketch13" } ] @@ -41753,12 +57291,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 23 + 29 ], "kind": "vertex", - "mappedName": "#17:1;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:1;:U;MAK;:H10b2:7,V;:H10b3,V", "mappedStringIds": [ - 23 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -41766,9 +57304,9 @@ "index": 4, "type": "Vertex" }, - "name": "#17:1;:U;MAK;:H10cc:7,V;:H10cd,V", + "name": "#1d:1;:U;MAK;:H10b2:7,V;:H10b3,V", "stringIds": [ - 23 + 29 ] }, "relation": "preserved", @@ -41776,15 +57314,15 @@ "resultPersistentId": "Body13:vertex:3", "sourceRefs": [ { - "mappedName": "#17:1;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U;MAK;:H10b2:7,V", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#17:1;:U;MAK;:H10cc:7,V", + "persistentId": "Pad13:mapped:#1d:1;:U;MAK;:H10b2:7,V", "stageId": "Pad13" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v11;SKT", + "persistentId": "Sketch13:mapped:g1;SKT", "stageId": "Sketch13" } ] @@ -41795,7 +57333,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H10cc,V;:H10cd,V", + "mappedName": "#6;:H10b2,V;:H10b3,V", "mappedStringIds": [ 6 ], @@ -41805,7 +57343,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H10cc,V;:H10cd,V", + "name": "#6;:H10b2,V;:H10b3,V", "stringIds": [ 6 ] @@ -41815,15 +57353,15 @@ "resultPersistentId": "Body13:vertex:4", "sourceRefs": [ { - "mappedName": "#6:2;:H10cc,V", + "mappedName": "#6;:H10b2,V", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#6:2;:H10cc,V", + "persistentId": "Pad13:mapped:#6;:H10b2,V", "stageId": "Pad13" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g2v22;SKT", + "persistentId": "Sketch13:mapped:g2v2;SKT", "stageId": "Sketch13" } ] @@ -41831,12 +57369,12 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 24 + 29 ], "kind": "vertex", - "mappedName": "#18:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:2;:U2;MAK;:H10b2:8,V;:H10b3,V", "mappedStringIds": [ - 24 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -41844,9 +57382,9 @@ "index": 6, "type": "Vertex" }, - "name": "#18:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "name": "#1d:2;:U2;MAK;:H10b2:8,V;:H10b3,V", "stringIds": [ - 24 + 29 ] }, "relation": "preserved", @@ -41854,15 +57392,15 @@ "resultPersistentId": "Body13:vertex:5", "sourceRefs": [ { - "mappedName": "#18:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:2;:U2;MAK;:H10b2:8,V", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#18:2;:U;MAK;:H10cc:7,V", + "persistentId": "Pad13:mapped:#1d:2;:U2;MAK;:H10b2:8,V", "stageId": "Pad13" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g2v22;SKT", + "persistentId": "Sketch13:mapped:g2;SKT", "stageId": "Sketch13" } ] @@ -41873,7 +57411,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H10cc,V;:H10cd,V", + "mappedName": "#8;:H10b2,V;:H10b3,V", "mappedStringIds": [ 8 ], @@ -41883,7 +57421,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H10cc,V;:H10cd,V", + "name": "#8;:H10b2,V;:H10b3,V", "stringIds": [ 8 ] @@ -41893,15 +57431,15 @@ "resultPersistentId": "Body13:vertex:6", "sourceRefs": [ { - "mappedName": "#8:2;:H10cc,V", + "mappedName": "#8;:H10b2,V", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#8:2;:H10cc,V", + "persistentId": "Pad13:mapped:#8;:H10b2,V", "stageId": "Pad13" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g3v22;SKT", + "persistentId": "Sketch13:mapped:g3v2;SKT", "stageId": "Sketch13" } ] @@ -41909,12 +57447,12 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 25 + 29 ], "kind": "vertex", - "mappedName": "#19:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "mappedName": "#1d:3;:U2;MAK;:H10b2:8,V;:H10b3,V", "mappedStringIds": [ - 25 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -41922,9 +57460,9 @@ "index": 8, "type": "Vertex" }, - "name": "#19:2;:U;MAK;:H10cc:7,V;:H10cd,V", + "name": "#1d:3;:U2;MAK;:H10b2:8,V;:H10b3,V", "stringIds": [ - 25 + 29 ] }, "relation": "preserved", @@ -41932,15 +57470,15 @@ "resultPersistentId": "Body13:vertex:7", "sourceRefs": [ { - "mappedName": "#19:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:3;:U2;MAK;:H10b2:8,V", "objectId": "Pad13", - "persistentId": "Pad13:mapped:#19:2;:U;MAK;:H10cc:7,V", + "persistentId": "Pad13:mapped:#1d:3;:U2;MAK;:H10b2:8,V", "stageId": "Pad13" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g3v22;SKT", + "persistentId": "Sketch13:mapped:g3;SKT", "stageId": "Sketch13" } ] @@ -41955,11 +57493,641 @@ "stageId": "Body13", "status": "native-evidence" }, + "relationDigest": "543c95a92cd252d827e669645866548928c0b22945f5d1a3be33fd2745d95712", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;MAK;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;MAK;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;MAK;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;MAK;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;MAK;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;MAK;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;MAK;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;MAK;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;:L#1a;MAK;:H#:a,F;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:L#1a;MAK;:H#:a,F", + "sourceElement": "#d:1", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#1d:1;:L#1b;MAK;:H#:a,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#14:1;:U;MAK;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;MAK;:H#:7,F" + ], + "mappedName": "#1d:1;:L#1b;MAK;:H#:a,F", + "sourceElement": "#1d:1", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#b:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1e;:G;MAK;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#1e;:G;MAK;:H#:7,E", + "sourceElement": "#1e", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#14:1;:U;MAK;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;MAK;:H#:7,F" + ], + "mappedName": "#14:1;:U;MAK;:H#:7,E", + "sourceElement": "#14:1", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#1f;:G;MAK;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1f;:G;MAK;:H#:7,E", + "sourceElement": "#1f", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#b:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#20;:G;MAK;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge6", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#20;:G;MAK;:H#:7,E", + "sourceElement": "#20", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#14:2;:U;MAK;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;MAK;:H#:7,F" + ], + "mappedName": "#14:2;:U;MAK;:H#:7,E", + "sourceElement": "#14:2", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#b:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#21;:G;MAK;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#21;:G;MAK;:H#:7,E", + "sourceElement": "#21", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#14:3;:U;MAK;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;MAK;:H#:7,F" + ], + "mappedName": "#14:3;:U;MAK;:H#:7,E", + "sourceElement": "#14:3", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#14:4;:U;MAK;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;MAK;:H#:7,F" + ], + "mappedName": "#14:4;:U;MAK;:H#:7,E", + "sourceElement": "#14:4", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#1d:1;:U2;MAK;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [ + "#14:1;:U;MAK;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;MAK;:H#:7,F" + ], + "mappedName": "#1d:1;:U2;MAK;:H#:8,V", + "sourceElement": "#1d:1", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#1d:1;:U;MAK;:H#:7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#14:1;:U;MAK;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;MAK;:H#:7,F" + ], + "mappedName": "#1d:1;:U;MAK;:H#:7,V", + "sourceElement": "#1d:1", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#1d:2;:U2;MAK;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#14:2;:U;MAK;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;MAK;:H#:7,F" + ], + "mappedName": "#1d:2;:U2;MAK;:H#:8,V", + "sourceElement": "#1d:2", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#1d:3;:U2;MAK;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#14:3;:U;MAK;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;MAK;:H#:7,F" + ], + "mappedName": "#1d:3;:U2;MAK;:H#:8,V", + "sourceElement": "#1d:3", + "sourceObject": "Pad13", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "4b7706afa7b318162eab8e9d3223f84acaf520d15a170d80dc35c8a6d3a6a26b", "shape": { + "area": 189.48242002024205, + "brepSha256": "43f2e1c6827f1752a270225757bb73bb2f863f2d6dcc7662bd900524fdb03649", "edges": 12, "faces": 6, + "geometryDigest": "c05c3502a01b573722a3f86b2e5e64839f0a890421528288e086cb03f7b8c5a8", "solids": 1, "valid": true, + "vertices": 8, "volume": 176.58190289989568 }, "typeId": "PartDesign::Body" @@ -41969,6 +58137,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -42017,11 +58186,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -42031,6 +58215,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -42079,11 +58264,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -42093,6 +58293,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -42141,11 +58342,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -42155,6 +58371,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -42203,11 +58420,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -42217,6 +58449,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -42265,11 +58498,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -42279,6 +58527,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -42327,11 +58576,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -42341,6 +58605,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -42389,11 +58654,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -42405,6 +58685,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch13", + "linkedObjects": [], "name": "Sketch13", "names": [ { @@ -42705,11 +58986,75 @@ "stageId": "Sketch13", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "aa14dd69ad520a0ff6826553044789aa322409e06f75f0ec5d5f42f69e71a507", "edges": 4, "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -42722,15 +59067,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad13", + "linkedObjects": [ + "Body13", + "Sketch13" + ], "name": "Pad13", "names": [ { "history": [ { "children": [ - "#b:1;:H10cc,E" + "#b:1;:H10b2,E" ], - "mappedName": "#d:1;:G;MAK;:H10cc:7,F", + "mappedName": "#d:1;:G;MAK;:H10b2:7,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -42745,7 +59094,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;MAK;:H10cc:7,F", + "mappedName": "#d:1;:G;MAK;:H10b2:7,F", "mappedStringIds": [ 13 ], @@ -42755,9 +59104,9 @@ "history": [ { "children": [ - "#b:2;:H10cc,E" + "#b:2;:H10b2,E" ], - "mappedName": "#d:2;:G;MAK;:H10cc:7,F", + "mappedName": "#d:2;:G;MAK;:H10b2:7,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -42773,7 +59122,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;MAK;:H10cc:7,F", + "mappedName": "#d:2;:G;MAK;:H10b2:7,F", "mappedStringIds": [ 11, 13 @@ -42784,9 +59133,9 @@ "history": [ { "children": [ - "#b:3;:H10cc,E" + "#b:3;:H10b2,E" ], - "mappedName": "#d:3;:G;MAK;:H10cc:7,F", + "mappedName": "#d:3;:G;MAK;:H10b2:7,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -42802,7 +59151,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;MAK;:H10cc:7,F", + "mappedName": "#d:3;:G;MAK;:H10b2:7,F", "mappedStringIds": [ 11, 13 @@ -42813,9 +59162,9 @@ "history": [ { "children": [ - "#b:4;:H10cc,E" + "#b:4;:H10b2,E" ], - "mappedName": "#d:4;:G;MAK;:H10cc:7,F", + "mappedName": "#d:4;:G;MAK;:H10b2:7,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -42831,7 +59180,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;MAK;:H10cc:7,F", + "mappedName": "#d:4;:G;MAK;:H10b2:7,F", "mappedStringIds": [ 11, 13 @@ -42842,9 +59191,9 @@ "history": [ { "children": [ - "#b:1;:H10cc,E" + "#b:1;:H10b2,E" ], - "mappedName": "#d:1;:L#1a;MAK;:H10cc:a,F", + "mappedName": "#d:1;:L#1a;MAK;:H10b2:a,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -42863,7 +59212,7 @@ 13, 26 ], - "mappedName": "#d:1;:L#1a;MAK;:H10cc:a,F", + "mappedName": "#d:1;:L#1a;MAK;:H10b2:a,F", "mappedStringIds": [ 11, 11, @@ -42877,11 +59226,11 @@ "history": [ { "children": [ - "#14:1;:U;MAK;:H10cc:7,E", - "#d:1;:G;MAK;:H10cc:7,F", - "#b:1;:H10cc,E" + "#14:1;:U;MAK;:H10b2:7,E", + "#d:1;:G;MAK;:H10b2:7,F", + "#b:1;:H10b2,E" ], - "mappedName": "#1d:1;:L#1b;MAK;:H10cc:a,F", + "mappedName": "#1d:1;:L#1b;MAK;:H10b2:a,F", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -42896,7 +59245,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:L#1b;MAK;:H10cc:a,F", + "mappedName": "#1d:1;:L#1b;MAK;:H10b2:a,F", "mappedStringIds": [ 29 ], @@ -42906,7 +59255,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H10cc,E", + "mappedName": "#b:1;:H10b2,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -42921,7 +59270,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H10cc,E", + "mappedName": "#b:1;:H10b2,E", "mappedStringIds": [ 11 ], @@ -42931,26 +59280,26 @@ "history": [ { "children": [ - "#4:2;:H10cc,V" + "#4;:H10b2,V" ], - "mappedName": "#f:2;:G;MAK;:H10cc:7,E", + "mappedName": "#1e;:G;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 15 + 30 ], - "mappedName": "#f:2;:G;MAK;:H10cc:7,E", + "mappedName": "#1e;:G;MAK;:H10b2:7,E", "mappedStringIds": [ - 15 + 30 ], "name": "Edge2" }, @@ -42958,10 +59307,10 @@ "history": [ { "children": [ - "#d:1;:G;MAK;:H10cc:7,F", - "#b:1;:H10cc,E" + "#d:1;:G;MAK;:H10b2:7,F", + "#b:1;:H10b2,E" ], - "mappedName": "#14:1;:U;MAK;:H10cc:7,E", + "mappedName": "#14:1;:U;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -42976,7 +59325,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:U;MAK;:H10cc:7,E", + "mappedName": "#14:1;:U;MAK;:H10b2:7,E", "mappedStringIds": [ 20 ], @@ -42986,26 +59335,26 @@ "history": [ { "children": [ - "#2:1;:H10cc,V" + "#2;:H10b2,V" ], - "mappedName": "#10:1;:G;MAK;:H10cc:7,E", + "mappedName": "#1f;:G;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge4", "indexedStringIds": [ - 16 + 31 ], - "mappedName": "#10:1;:G;MAK;:H10cc:7,E", + "mappedName": "#1f;:G;MAK;:H10b2:7,E", "mappedStringIds": [ - 16 + 31 ], "name": "Edge4" }, @@ -43013,7 +59362,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H10cc,E", + "mappedName": "#b:2;:H10b2,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -43028,7 +59377,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H10cc,E", + "mappedName": "#b:2;:H10b2,E", "mappedStringIds": [ 11 ], @@ -43038,26 +59387,26 @@ "history": [ { "children": [ - "#6:2;:H10cc,V" + "#6;:H10b2,V" ], - "mappedName": "#11:2;:G;MAK;:H10cc:7,E", + "mappedName": "#20;:G;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge6", "indexedStringIds": [ - 17 + 32 ], - "mappedName": "#11:2;:G;MAK;:H10cc:7,E", + "mappedName": "#20;:G;MAK;:H10b2:7,E", "mappedStringIds": [ - 17 + 32 ], "name": "Edge6" }, @@ -43065,10 +59414,10 @@ "history": [ { "children": [ - "#d:2;:G;MAK;:H10cc:7,F", - "#b:2;:H10cc,E" + "#d:2;:G;MAK;:H10b2:7,F", + "#b:2;:H10b2,E" ], - "mappedName": "#14:2;:U;MAK;:H10cc:7,E", + "mappedName": "#14:2;:U;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -43085,7 +59434,7 @@ 13, 20 ], - "mappedName": "#14:2;:U;MAK;:H10cc:7,E", + "mappedName": "#14:2;:U;MAK;:H10b2:7,E", "mappedStringIds": [ 11, 13, @@ -43097,7 +59446,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H10cc,E", + "mappedName": "#b:3;:H10b2,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -43112,7 +59461,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H10cc,E", + "mappedName": "#b:3;:H10b2,E", "mappedStringIds": [ 11 ], @@ -43122,26 +59471,26 @@ "history": [ { "children": [ - "#8:2;:H10cc,V" + "#8;:H10b2,V" ], - "mappedName": "#12:2;:G;MAK;:H10cc:7,E", + "mappedName": "#21;:G;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge9", "indexedStringIds": [ - 18 + 33 ], - "mappedName": "#12:2;:G;MAK;:H10cc:7,E", + "mappedName": "#21;:G;MAK;:H10b2:7,E", "mappedStringIds": [ - 18 + 33 ], "name": "Edge9" }, @@ -43149,10 +59498,10 @@ "history": [ { "children": [ - "#d:3;:G;MAK;:H10cc:7,F", - "#b:3;:H10cc,E" + "#d:3;:G;MAK;:H10b2:7,F", + "#b:3;:H10b2,E" ], - "mappedName": "#14:3;:U;MAK;:H10cc:7,E", + "mappedName": "#14:3;:U;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -43169,7 +59518,7 @@ 13, 20 ], - "mappedName": "#14:3;:U;MAK;:H10cc:7,E", + "mappedName": "#14:3;:U;MAK;:H10b2:7,E", "mappedStringIds": [ 11, 13, @@ -43181,7 +59530,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H10cc,E", + "mappedName": "#b:4;:H10b2,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -43196,7 +59545,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H10cc,E", + "mappedName": "#b:4;:H10b2,E", "mappedStringIds": [ 11 ], @@ -43206,10 +59555,10 @@ "history": [ { "children": [ - "#d:4;:G;MAK;:H10cc:7,F", - "#b:4;:H10cc,E" + "#d:4;:G;MAK;:H10b2:7,F", + "#b:4;:H10b2,E" ], - "mappedName": "#14:4;:U;MAK;:H10cc:7,E", + "mappedName": "#14:4;:U;MAK;:H10b2:7,E", "object": "Pad13", "typeId": "PartDesign::Pad" }, @@ -43226,7 +59575,7 @@ 13, 20 ], - "mappedName": "#14:4;:U;MAK;:H10cc:7,E", + "mappedName": "#14:4;:U;MAK;:H10b2:7,E", "mappedStringIds": [ 11, 13, @@ -43238,13 +59587,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H10cc,V", + "mappedName": "#2;:H10b2,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } @@ -43253,7 +59602,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H10cc,V", + "mappedName": "#2;:H10b2,V", "mappedStringIds": [ 2 ], @@ -43263,13 +59612,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H10cc,V", + "mappedName": "#4;:H10b2,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } @@ -43278,7 +59627,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H10cc,V", + "mappedName": "#4;:H10b2,V", "mappedStringIds": [ 4 ], @@ -43288,27 +59637,28 @@ "history": [ { "children": [ - "#f:2;:G;MAK;:H10cc:7,E", - "#4:2;:H10cc,V" + "#14:1;:U;MAK;:H10b2:7,E", + "#d:1;:G;MAK;:H10b2:7,F", + "#b:1;:H10b2,E" ], - "mappedName": "#16:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U2;MAK;:H10b2:8,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 22 + 29 ], - "mappedName": "#16:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U2;MAK;:H10b2:8,V", "mappedStringIds": [ - 22 + 29 ], "name": "Vertex3" }, @@ -43316,27 +59666,28 @@ "history": [ { "children": [ - "#10:1;:G;MAK;:H10cc:7,E", - "#2:1;:H10cc,V" + "#14:1;:U;MAK;:H10b2:7,E", + "#d:1;:G;MAK;:H10b2:7,F", + "#b:1;:H10b2,E" ], - "mappedName": "#17:1;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U;MAK;:H10b2:7,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 23 + 29 ], - "mappedName": "#17:1;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U;MAK;:H10b2:7,V", "mappedStringIds": [ - 23 + 29 ], "name": "Vertex4" }, @@ -43344,13 +59695,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H10cc,V", + "mappedName": "#6;:H10b2,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } @@ -43359,7 +59710,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H10cc,V", + "mappedName": "#6;:H10b2,V", "mappedStringIds": [ 6 ], @@ -43369,27 +59720,28 @@ "history": [ { "children": [ - "#11:2;:G;MAK;:H10cc:7,E", - "#6:2;:H10cc,V" + "#14:2;:U;MAK;:H10b2:7,E", + "#d:2;:G;MAK;:H10b2:7,F", + "#b:2;:H10b2,E" ], - "mappedName": "#18:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:2;:U2;MAK;:H10b2:8,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 24 + 29 ], - "mappedName": "#18:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:2;:U2;MAK;:H10b2:8,V", "mappedStringIds": [ - 24 + 29 ], "name": "Vertex6" }, @@ -43397,13 +59749,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H10cc,V", + "mappedName": "#8;:H10b2,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } @@ -43412,7 +59764,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H10cc,V", + "mappedName": "#8;:H10b2,V", "mappedStringIds": [ 8 ], @@ -43422,27 +59774,28 @@ "history": [ { "children": [ - "#12:2;:G;MAK;:H10cc:7,E", - "#8:2;:H10cc,V" + "#14:3;:U;MAK;:H10b2:7,E", + "#d:3;:G;MAK;:H10b2:7,F", + "#b:3;:H10b2,E" ], - "mappedName": "#19:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:3;:U2;MAK;:H10b2:8,V", "object": "Pad13", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch13", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 25 + 29 ], - "mappedName": "#19:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:3;:U2;MAK;:H10b2:8,V", "mappedStringIds": [ - 25 + 29 ], "name": "Vertex8" } @@ -43460,7 +59813,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;MAK;:H10cc:7,F", + "mappedName": "#d:1;:G;MAK;:H10b2:7,F", "mappedStringIds": [ 13 ], @@ -43470,7 +59823,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;MAK;:H10cc:7,F", + "name": "#d:1;:G;MAK;:H10b2:7,F", "stringIds": [ 13 ] @@ -43494,7 +59847,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;MAK;:H10cc:7,F", + "mappedName": "#d:2;:G;MAK;:H10b2:7,F", "mappedStringIds": [ 11, 13 @@ -43505,7 +59858,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;MAK;:H10cc:7,F", + "name": "#d:2;:G;MAK;:H10b2:7,F", "stringIds": [ 11, 13 @@ -43530,7 +59883,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;MAK;:H10cc:7,F", + "mappedName": "#d:3;:G;MAK;:H10b2:7,F", "mappedStringIds": [ 11, 13 @@ -43541,7 +59894,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;MAK;:H10cc:7,F", + "name": "#d:3;:G;MAK;:H10b2:7,F", "stringIds": [ 11, 13 @@ -43566,7 +59919,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;MAK;:H10cc:7,F", + "mappedName": "#d:4;:G;MAK;:H10b2:7,F", "mappedStringIds": [ 11, 13 @@ -43577,7 +59930,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;MAK;:H10cc:7,F", + "name": "#d:4;:G;MAK;:H10b2:7,F", "stringIds": [ 11, 13 @@ -43605,7 +59958,7 @@ 26 ], "kind": "face", - "mappedName": "#d:1;:L#1a;MAK;:H10cc:a,F", + "mappedName": "#d:1;:L#1a;MAK;:H10b2:a,F", "mappedStringIds": [ 11, 11, @@ -43619,7 +59972,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;:L#1a;MAK;:H10cc:a,F", + "name": "#d:1;:L#1a;MAK;:H10b2:a,F", "stringIds": [ 11, 11, @@ -43646,7 +59999,7 @@ 29 ], "kind": "face", - "mappedName": "#1d:1;:L#1b;MAK;:H10cc:a,F", + "mappedName": "#1d:1;:L#1b;MAK;:H10b2:a,F", "mappedStringIds": [ 29 ], @@ -43656,7 +60009,7 @@ "index": 6, "type": "Face" }, - "name": "#1d:1;:L#1b;MAK;:H10cc:a,F", + "name": "#1d:1;:L#1b;MAK;:H10b2:a,F", "stringIds": [ 29 ] @@ -43679,7 +60032,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H10cc,E", + "mappedName": "#b:1;:H10b2,E", "mappedStringIds": [ 11 ], @@ -43689,7 +60042,7 @@ "index": 1, "type": "Edge" }, - "name": "#b:1;:H10cc,E", + "name": "#b:1;:H10b2,E", "stringIds": [ 11 ] @@ -43709,12 +60062,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 15 + 30 ], "kind": "edge", - "mappedName": "#f:2;:G;MAK;:H10cc:7,E", + "mappedName": "#1e;:G;MAK;:H10b2:7,E", "mappedStringIds": [ - 15 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -43722,9 +60075,9 @@ "index": 2, "type": "Edge" }, - "name": "#f:2;:G;MAK;:H10cc:7,E", + "name": "#1e;:G;MAK;:H10b2:7,E", "stringIds": [ - 15 + 30 ] }, "relation": "generated", @@ -43732,9 +60085,9 @@ "resultPersistentId": "Pad13:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v22;SKT", + "persistentId": "Sketch13:mapped:g1v2;SKT", "stageId": "Sketch13" } ] @@ -43745,7 +60098,7 @@ 20 ], "kind": "edge", - "mappedName": "#14:1;:U;MAK;:H10cc:7,E", + "mappedName": "#14:1;:U;MAK;:H10b2:7,E", "mappedStringIds": [ 20 ], @@ -43755,7 +60108,7 @@ "index": 3, "type": "Edge" }, - "name": "#14:1;:U;MAK;:H10cc:7,E", + "name": "#14:1;:U;MAK;:H10b2:7,E", "stringIds": [ 20 ] @@ -43775,12 +60128,12 @@ { "indexedName": "Edge4", "indexedStringIds": [ - 16 + 31 ], "kind": "edge", - "mappedName": "#10:1;:G;MAK;:H10cc:7,E", + "mappedName": "#1f;:G;MAK;:H10b2:7,E", "mappedStringIds": [ - 16 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -43788,9 +60141,9 @@ "index": 4, "type": "Edge" }, - "name": "#10:1;:G;MAK;:H10cc:7,E", + "name": "#1f;:G;MAK;:H10b2:7,E", "stringIds": [ - 16 + 31 ] }, "relation": "generated", @@ -43798,9 +60151,9 @@ "resultPersistentId": "Pad13:edge:3", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v11;SKT", + "persistentId": "Sketch13:mapped:g1v1;SKT", "stageId": "Sketch13" } ] @@ -43811,7 +60164,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H10cc,E", + "mappedName": "#b:2;:H10b2,E", "mappedStringIds": [ 11 ], @@ -43821,7 +60174,7 @@ "index": 5, "type": "Edge" }, - "name": "#b:2;:H10cc,E", + "name": "#b:2;:H10b2,E", "stringIds": [ 11 ] @@ -43841,12 +60194,12 @@ { "indexedName": "Edge6", "indexedStringIds": [ - 17 + 32 ], "kind": "edge", - "mappedName": "#11:2;:G;MAK;:H10cc:7,E", + "mappedName": "#20;:G;MAK;:H10b2:7,E", "mappedStringIds": [ - 17 + 32 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -43854,9 +60207,9 @@ "index": 6, "type": "Edge" }, - "name": "#11:2;:G;MAK;:H10cc:7,E", + "name": "#20;:G;MAK;:H10b2:7,E", "stringIds": [ - 17 + 32 ] }, "relation": "generated", @@ -43864,9 +60217,9 @@ "resultPersistentId": "Pad13:edge:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g2v22;SKT", + "persistentId": "Sketch13:mapped:g2v2;SKT", "stageId": "Sketch13" } ] @@ -43879,7 +60232,7 @@ 20 ], "kind": "edge", - "mappedName": "#14:2;:U;MAK;:H10cc:7,E", + "mappedName": "#14:2;:U;MAK;:H10b2:7,E", "mappedStringIds": [ 11, 13, @@ -43891,7 +60244,7 @@ "index": 7, "type": "Edge" }, - "name": "#14:2;:U;MAK;:H10cc:7,E", + "name": "#14:2;:U;MAK;:H10b2:7,E", "stringIds": [ 11, 13, @@ -43916,7 +60269,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H10cc,E", + "mappedName": "#b:3;:H10b2,E", "mappedStringIds": [ 11 ], @@ -43926,7 +60279,7 @@ "index": 8, "type": "Edge" }, - "name": "#b:3;:H10cc,E", + "name": "#b:3;:H10b2,E", "stringIds": [ 11 ] @@ -43946,12 +60299,12 @@ { "indexedName": "Edge9", "indexedStringIds": [ - 18 + 33 ], "kind": "edge", - "mappedName": "#12:2;:G;MAK;:H10cc:7,E", + "mappedName": "#21;:G;MAK;:H10b2:7,E", "mappedStringIds": [ - 18 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -43959,9 +60312,9 @@ "index": 9, "type": "Edge" }, - "name": "#12:2;:G;MAK;:H10cc:7,E", + "name": "#21;:G;MAK;:H10b2:7,E", "stringIds": [ - 18 + 33 ] }, "relation": "generated", @@ -43969,9 +60322,9 @@ "resultPersistentId": "Pad13:edge:8", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g3v22;SKT", + "persistentId": "Sketch13:mapped:g3v2;SKT", "stageId": "Sketch13" } ] @@ -43984,7 +60337,7 @@ 20 ], "kind": "edge", - "mappedName": "#14:3;:U;MAK;:H10cc:7,E", + "mappedName": "#14:3;:U;MAK;:H10b2:7,E", "mappedStringIds": [ 11, 13, @@ -43996,7 +60349,7 @@ "index": 10, "type": "Edge" }, - "name": "#14:3;:U;MAK;:H10cc:7,E", + "name": "#14:3;:U;MAK;:H10b2:7,E", "stringIds": [ 11, 13, @@ -44021,7 +60374,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H10cc,E", + "mappedName": "#b:4;:H10b2,E", "mappedStringIds": [ 11 ], @@ -44031,7 +60384,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H10cc,E", + "name": "#b:4;:H10b2,E", "stringIds": [ 11 ] @@ -44056,7 +60409,7 @@ 20 ], "kind": "edge", - "mappedName": "#14:4;:U;MAK;:H10cc:7,E", + "mappedName": "#14:4;:U;MAK;:H10b2:7,E", "mappedStringIds": [ 11, 13, @@ -44068,7 +60421,7 @@ "index": 12, "type": "Edge" }, - "name": "#14:4;:U;MAK;:H10cc:7,E", + "name": "#14:4;:U;MAK;:H10b2:7,E", "stringIds": [ 11, 13, @@ -44093,7 +60446,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H10cc,V", + "mappedName": "#2;:H10b2,V", "mappedStringIds": [ 2 ], @@ -44103,7 +60456,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H10cc,V", + "name": "#2;:H10b2,V", "stringIds": [ 2 ] @@ -44113,9 +60466,9 @@ "resultPersistentId": "Pad13:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v11;SKT", + "persistentId": "Sketch13:mapped:g1v1;SKT", "stageId": "Sketch13" } ] @@ -44126,7 +60479,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H10cc,V", + "mappedName": "#4;:H10b2,V", "mappedStringIds": [ 4 ], @@ -44136,7 +60489,7 @@ "index": 2, "type": "Vertex" }, - "name": "#4:2;:H10cc,V", + "name": "#4;:H10b2,V", "stringIds": [ 4 ] @@ -44146,9 +60499,9 @@ "resultPersistentId": "Pad13:vertex:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v22;SKT", + "persistentId": "Sketch13:mapped:g1v2;SKT", "stageId": "Sketch13" } ] @@ -44156,12 +60509,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 22 + 29 ], "kind": "vertex", - "mappedName": "#16:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U2;MAK;:H10b2:8,V", "mappedStringIds": [ - 22 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -44169,9 +60522,9 @@ "index": 3, "type": "Vertex" }, - "name": "#16:2;:U;MAK;:H10cc:7,V", + "name": "#1d:1;:U2;MAK;:H10b2:8,V", "stringIds": [ - 22 + 29 ] }, "relation": "preserved", @@ -44179,9 +60532,9 @@ "resultPersistentId": "Pad13:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v22;SKT", + "persistentId": "Sketch13:mapped:g1;SKT", "stageId": "Sketch13" } ] @@ -44189,12 +60542,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 23 + 29 ], "kind": "vertex", - "mappedName": "#17:1;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:1;:U;MAK;:H10b2:7,V", "mappedStringIds": [ - 23 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -44202,9 +60555,9 @@ "index": 4, "type": "Vertex" }, - "name": "#17:1;:U;MAK;:H10cc:7,V", + "name": "#1d:1;:U;MAK;:H10b2:7,V", "stringIds": [ - 23 + 29 ] }, "relation": "preserved", @@ -44212,9 +60565,9 @@ "resultPersistentId": "Pad13:vertex:3", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g1v11;SKT", + "persistentId": "Sketch13:mapped:g1;SKT", "stageId": "Sketch13" } ] @@ -44225,7 +60578,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H10cc,V", + "mappedName": "#6;:H10b2,V", "mappedStringIds": [ 6 ], @@ -44235,7 +60588,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H10cc,V", + "name": "#6;:H10b2,V", "stringIds": [ 6 ] @@ -44245,9 +60598,9 @@ "resultPersistentId": "Pad13:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g2v22;SKT", + "persistentId": "Sketch13:mapped:g2v2;SKT", "stageId": "Sketch13" } ] @@ -44255,12 +60608,12 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 24 + 29 ], "kind": "vertex", - "mappedName": "#18:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:2;:U2;MAK;:H10b2:8,V", "mappedStringIds": [ - 24 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -44268,9 +60621,9 @@ "index": 6, "type": "Vertex" }, - "name": "#18:2;:U;MAK;:H10cc:7,V", + "name": "#1d:2;:U2;MAK;:H10b2:8,V", "stringIds": [ - 24 + 29 ] }, "relation": "preserved", @@ -44278,9 +60631,9 @@ "resultPersistentId": "Pad13:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g2v22;SKT", + "persistentId": "Sketch13:mapped:g2;SKT", "stageId": "Sketch13" } ] @@ -44291,7 +60644,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H10cc,V", + "mappedName": "#8;:H10b2,V", "mappedStringIds": [ 8 ], @@ -44301,7 +60654,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H10cc,V", + "name": "#8;:H10b2,V", "stringIds": [ 8 ] @@ -44311,9 +60664,9 @@ "resultPersistentId": "Pad13:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g3v22;SKT", + "persistentId": "Sketch13:mapped:g3v2;SKT", "stageId": "Sketch13" } ] @@ -44321,12 +60674,12 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 25 + 29 ], "kind": "vertex", - "mappedName": "#19:2;:U;MAK;:H10cc:7,V", + "mappedName": "#1d:3;:U2;MAK;:H10b2:8,V", "mappedStringIds": [ - 25 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -44334,9 +60687,9 @@ "index": 8, "type": "Vertex" }, - "name": "#19:2;:U;MAK;:H10cc:7,V", + "name": "#1d:3;:U2;MAK;:H10b2:8,V", "stringIds": [ - 25 + 29 ] }, "relation": "preserved", @@ -44344,9 +60697,9 @@ "resultPersistentId": "Pad13:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch13", - "persistentId": "Sketch13:mapped:g3v22;SKT", + "persistentId": "Sketch13:mapped:g3;SKT", "stageId": "Sketch13" } ] @@ -44361,11 +60714,409 @@ "stageId": "Pad13", "status": "native-evidence" }, + "relationDigest": "b58c23cc399d11a1eb9a64a307c9e325ff49671a1df6925890c552ee8025656f", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;MAK;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;MAK;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;MAK;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;MAK;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;:L#1a;MAK;:H#:a,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#1d:1;:L#1b;MAK;:H#:a,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1e;:G;MAK;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#14:1;:U;MAK;:H#:7,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#1f;:G;MAK;:H#:7,E", + "relation": "generated", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#20;:G;MAK;:H#:7,E", + "relation": "generated", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#14:2;:U;MAK;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#21;:G;MAK;:H#:7,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#14:3;:U;MAK;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#14:4;:U;MAK;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#1d:1;:U2;MAK;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#1d:1;:U;MAK;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#1d:2;:U2;MAK;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#1d:3;:U2;MAK;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch13", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "5eeeb5e7bf485ee4aa447b478eb3bbe111f1498777964dadcec5877bba468408", "shape": { + "area": 189.48242002024205, + "brepSha256": "ddb61d594592a1b69ee91982616375804cc7adfd6ca930b9ad670343ebcdca83", "edges": 12, "faces": 6, + "geometryDigest": "c05c3502a01b573722a3f86b2e5e64839f0a890421528288e086cb03f7b8c5a8", "solids": 1, "valid": true, + "vertices": 8, "volume": 176.58190289989568 }, "typeId": "PartDesign::Pad" @@ -44373,23 +61124,24 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "ce43b7cbc763ea22fbd9642fbdaf1c6e0935f7dbf6c525cf8004d2055e3047de", - "text": "StringTableStart v1 29\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H10cc,E\n-1.4c.1.2\n-1.0 0:;:H10cc,V\n-1.4c.1.b\n-1.4c.0.-2\n-1.4c.0.4\n-1.4c.0.2\n-1.0 0:;:G;MAK;:H10cc:7,F\n-1.4c.1.7\n-1.0 0:;:G;MAK;:H10cc:7,E\n-1.4c.1.7\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.0 0:(#b:2;:H10cc,E|#b:3;:H10cc,E|#b:4;:H10cc,E)\n-1.0 0:(#14:2;:U;MAK;:H10cc:7,E|#14:3;:U;MAK;:H10cc:7,E|#14:4;:U;MAK;:H10cc:7,E)\n-1.0 0:;:U;MAK;:H10cc:7,E\n-1.4c.1.9.12.12.10.10.10.12.9.9.9.2\n" + "sha256": "ce7096f583bf39d75cb53fc13a998198dd02a304dbcbf13ea35b923c53f460bb", + "text": "StringTableStart v1 24\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H10b2,E\n-1.4c.1.2\n-1.0 0:;:H10b2,V\n-5.0 0:;:G;MAK;:H10b2:7,F\n-1.4c.1.7\n-6.0 0:(#b:2;:H10b2,E|#b:3;:H10b2,E|#b:4;:H10b2,E)\n-1.0 0:(#14:2;:U;MAK;:H10b2:7,E|#14:3;:U;MAK;:H10b2:7,E|#14:4;:U;MAK;:H10b2:7,E)\n-1.0 0:;:U;MAK;:H10b2:7,E\n-1.4c.1.9.12.12.10.10.10.12.9.9.9.2\n-1.2c.-e.-10\n-1.2c.0.-2\n-1.2c.0.4\n-1.2c.0.2\n" } }, { + "category": "partdesign", "elementMapResources": { "Body14.Shape.Map.txt": { - "sha256": "e38a7460b6da2d43e6a37ff068276b4a943432d0396889e443ee191b0d6fb1a0", - "text": "BeginElementMap v1\n1 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:He99:7,E\n;:G0;XTR;:He99:8,F\n;:U;XTR;:He99:7,E\n;:U;XTR;:He99:7,V\n;:He99,V\n;:He99,E\n;:G;XTR;:He99:7,F\n;FAC;:He99:4,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 3738 1 ;:He9a,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 3738 1 ;:He9a,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 3738 1 ;:He9a,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "9dc9be71805a474d3352163ea1ef00965edff11eda4391169492428873b7e692", + "text": "BeginElementMap v1\n1 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H4a:8,F\n;:U;XTR;:H4a:7,E\n;:G;XTR;:H4a:7,E\n;:U2;XTR;:H4a:8,V\n;:U;XTR;:H4a:7,V\n;:H4a,V\n;:H4a,E\n;:G;XTR;:H4a:7,F\n;FAC;:H4a:4,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 12 75 1 ;:H4b,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 6 75 1 ;:H4b,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 8 75 1 ;:H4b,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad14.AddSubShape.Map.txt": { - "sha256": "e0eae59a463d1ab12f35075e9eab2cad3ff39c3be2ce45d501d32d9bd915acef", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:He99:7,E\n;:G0;XTR;:He99:8,F\n;:U;XTR;:He99:7,E\n;:U;XTR;:He99:7,V\n;:He99,V\n;:He99,E\n;:G;XTR;:He99:7,F\n;FAC;:He99:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "1ac5cdd5c19a87be4e335b230b1171c341c8271867e438c590a72d0c64af2207", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H4a:8,F\n;:U;XTR;:H4a:7,E\n;:G;XTR;:H4a:7,E\n;:U2;XTR;:H4a:8,V\n;:U;XTR;:H4a:7,V\n;:H4a,V\n;:H4a,E\n;:G;XTR;:H4a:7,F\n;FAC;:H4a:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n" }, "Pad14.Shape.Map.txt": { - "sha256": "30f388d5a30e5fdfdb2ab0ca126c46532864cf024eefde6d0b113b1e1ad0de50", - "text": "BeginElementMap v1\n2 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:He99:7,E\n;:G0;XTR;:He99:8,F\n;:U;XTR;:He99:7,E\n;:U;XTR;:He99:7,V\n;:He99,V\n;:He99,E\n;:G;XTR;:He99:7,F\n;FAC;:He99:4,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "2f011362697990e6adac7f09660b26cc82d1806e3a723c73cee5c5cf325d99b0", + "text": "BeginElementMap v1\n2 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H4a:8,F\n;:U;XTR;:H4a:7,E\n;:G;XTR;:H4a:7,E\n;:U2;XTR;:H4a:8,V\n;:U;XTR;:H4a:7,V\n;:H4a,V\n;:H4a,E\n;:G;XTR;:H4a:7,F\n;FAC;:H4a:4,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1c.6 0\n$#1d.6 0\n$#b:1.a 0\n$#16:1.5 0\n$#1e.6 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#1f.6 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#21:1.8 0\n$#4.9 $#5.9 0\n$#21:1.7 0\n$#6.9 $#7.9 0\n$#21:2.7.b.d.16 0\n$#8.9 $#9.9 0\n$#21:3.7.b.d.16 0\n\nEndMap\n" }, "Sketch14.Shape.Map.txt": { "sha256": "3122a2e70dafbd5617afe7851c9a3864672cd03df3cc15e737748f470219b4a7", @@ -44398,6 +61150,636 @@ }, "finalObject": "Pad14", "id": "partdesign-twoside", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pad14", + "finalStageOrdinal": 9, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad14", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9 + ], + "namingChangedStages": 2, + "namingRestorationDriftOrdinals": [ + 0, + 9 + ], + "namingRestorationDriftStages": 2, + "phaseStageRecords": 30, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 10 + }, + "phases": { + "before": [ + { + "key": "partdesign-twoside:000:Body14", + "name": "Body14", + "ordinal": 0, + "relationDigest": "c12a5e737c4ceb635d3b816638bbee537b67c44d467f700bbddd60b4fa4dfbc0", + "semanticNameDigest": "e07d8f0ab682e495d52c97a9d6b90e5118a60b25266785f1fc5b9cf85744ef7d", + "shape": { + "area": 144, + "brepSha256": "2b943d19ea56a9d036556f5ebf0ebf332e47b62234bcc7612afc01aa0a2b4c05", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-twoside:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-twoside:008:Sketch14", + "name": "Sketch14", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-twoside:009:Pad14", + "name": "Pad14", + "ordinal": 9, + "relationDigest": "1170dc13ef4dfcac346e9890a7e6a4bace0274d9944cea12dde5f575b4f1034b", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 144, + "brepSha256": "cbc3c3d5ea92a1a997922edb9e952ad3df6237bff48915ce874cb25f3dc247eb", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Pad" + } + ], + "edited": [ + { + "key": "partdesign-twoside:000:Body14", + "name": "Body14", + "ordinal": 0, + "relationDigest": "804546aa8c9b1d6c1da2fb40dfe48ea428b1fea35dc01b413d20c6417b319e4f", + "semanticNameDigest": "8f307d5ca4c52c1887be472b56e18442b32d61713c815ca48ca5ab42c49b1ce4", + "shape": { + "area": 156, + "brepSha256": "8641eee1d8a4f70b385cb4e8aeac647ba6ad715249c453e7c77015e69f109c0c", + "edges": 12, + "faces": 6, + "geometryDigest": "fed2b972ec166149c219536523b05f1741885d073a6c5dbc7c36e92e047c2a85", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 123.99999999999999 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-twoside:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-twoside:008:Sketch14", + "name": "Sketch14", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-twoside:009:Pad14", + "name": "Pad14", + "ordinal": 9, + "relationDigest": "a05760355028c6df0ec3e4c2587297c8096239cea16684547af72036cd82bb5c", + "semanticNameDigest": "e60c184158a6d432b63a52e686588e64b204949b19118add959d63c15895a2b4", + "shape": { + "area": 156, + "brepSha256": "86ede5e445466d2f80228d4ce40cbc03a240d7b813c61b9f7a008993026e9951", + "edges": 12, + "faces": 6, + "geometryDigest": "fed2b972ec166149c219536523b05f1741885d073a6c5dbc7c36e92e047c2a85", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 123.99999999999999 + }, + "typeId": "PartDesign::Pad" + } + ], + "restored": [ + { + "key": "partdesign-twoside:000:Body14", + "name": "Body14", + "ordinal": 0, + "relationDigest": "5015ae56df1c5ce36525016b8bf938c154cfca2ff2d3d1cc97b99cd44063e095", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "shape": { + "area": 144, + "brepSha256": "2b943d19ea56a9d036556f5ebf0ebf332e47b62234bcc7612afc01aa0a2b4c05", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-twoside:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-twoside:008:Sketch14", + "name": "Sketch14", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-twoside:009:Pad14", + "name": "Pad14", + "ordinal": 9, + "relationDigest": "a15dbcc85c15b1cd15ea8d51e321d75faca0af30c1a4a80b73cdb929ae4c37c7", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "shape": { + "area": 144, + "brepSha256": "cbc3c3d5ea92a1a997922edb9e952ad3df6237bff48915ce874cb25f3dc247eb", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Pad" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 7, + "edited": 7.75, + "restored": 7 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -44407,21 +61789,26 @@ "elementMapSize": 26, "elementMapVersion": "15.70200.5", "label": "Body14", + "linkedObjects": [ + "Origin", + "Pad14", + "Sketch14" + ], "name": "Body14", "names": [ { "history": [ { "children": [], - "mappedName": "#d:1;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:1;:G;XTR;:H4a:7,F;:H4b,F", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:He99,E" + "#b:1;:H4a,E" ], - "mappedName": "#d:1;:G;XTR;:He99:7,F", + "mappedName": "#d:1;:G;XTR;:H4a:7,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44436,7 +61823,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:1;:G;XTR;:H4a:7,F;:H4b,F", "mappedStringIds": [ 13 ], @@ -44446,15 +61833,15 @@ "history": [ { "children": [], - "mappedName": "#d:2;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:2;:G;XTR;:H4a:7,F;:H4b,F", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:He99,E" + "#b:2;:H4a,E" ], - "mappedName": "#d:2;:G;XTR;:He99:7,F", + "mappedName": "#d:2;:G;XTR;:H4a:7,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44470,7 +61857,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:2;:G;XTR;:H4a:7,F;:H4b,F", "mappedStringIds": [ 11, 13 @@ -44481,15 +61868,15 @@ "history": [ { "children": [], - "mappedName": "#d:3;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:3;:G;XTR;:H4a:7,F;:H4b,F", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:He99,E" + "#b:3;:H4a,E" ], - "mappedName": "#d:3;:G;XTR;:He99:7,F", + "mappedName": "#d:3;:G;XTR;:H4a:7,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44505,7 +61892,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:3;:G;XTR;:H4a:7,F;:H4b,F", "mappedStringIds": [ 11, 13 @@ -44516,15 +61903,15 @@ "history": [ { "children": [], - "mappedName": "#d:4;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:4;:G;XTR;:H4a:7,F;:H4b,F", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:He99,E" + "#b:4;:H4a,E" ], - "mappedName": "#d:4;:G;XTR;:He99:7,F", + "mappedName": "#d:4;:G;XTR;:H4a:7,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44540,7 +61927,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:4;:G;XTR;:H4a:7,F;:H4b,F", "mappedStringIds": [ 11, 13 @@ -44551,15 +61938,15 @@ "history": [ { "children": [], - "mappedName": "#d:1;FAC;:He99:4,F;:He9a,F", + "mappedName": "#d:1;FAC;:H4a:4,F;:H4b,F", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:He99,E" + "#b:1;:H4a,E" ], - "mappedName": "#d:1;FAC;:He99:4,F", + "mappedName": "#d:1;FAC;:H4a:4,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44574,7 +61961,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:He99:4,F;:He9a,F", + "mappedName": "#d:1;FAC;:H4a:4,F;:H4b,F", "mappedStringIds": [ 13 ], @@ -44584,16 +61971,16 @@ "history": [ { "children": [], - "mappedName": "#14:1;:G0;XTR;:He99:8,F;:He9a,F", + "mappedName": "#14:1;:G0;XTR;:H4a:8,F;:H4b,F", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#d:1;FAC;:He99:4,F", - "#b:1;:He99,E" + "#d:1;FAC;:H4a:4,F", + "#b:1;:H4a,E" ], - "mappedName": "#14:1;:G0;XTR;:He99:8,F", + "mappedName": "#14:1;:G0;XTR;:H4a:8,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44608,7 +61995,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:He99:8,F;:He9a,F", + "mappedName": "#14:1;:G0;XTR;:H4a:8,F;:H4b,F", "mappedStringIds": [ 20 ], @@ -44618,32 +62005,32 @@ "history": [ { "children": [], - "mappedName": "#f:1;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1c;:G;XTR;:H4a:7,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#2:1;:He99,V" + "#2;:H4a,V" ], - "mappedName": "#f:1;:G;XTR;:He99:7,E", + "mappedName": "#1c;:G;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], - "mappedName": "#f:1;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1c;:G;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ - 15 + 28 ], "name": "Edge1" }, @@ -44651,32 +62038,32 @@ "history": [ { "children": [], - "mappedName": "#10:2;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1d;:G;XTR;:H4a:7,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#4:2;:He99,V" + "#4;:H4a,V" ], - "mappedName": "#10:2;:G;XTR;:He99:7,E", + "mappedName": "#1d;:G;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], - "mappedName": "#10:2;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1d;:G;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ - 16 + 29 ], "name": "Edge2" }, @@ -44684,13 +62071,13 @@ "history": [ { "children": [], - "mappedName": "#b:1;:He99,E;:He9a,E", + "mappedName": "#b:1;:H4a,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:1;:He99,E", + "mappedName": "#b:1;:H4a,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44705,7 +62092,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:He99,E;:He9a,E", + "mappedName": "#b:1;:H4a,E;:H4b,E", "mappedStringIds": [ 11 ], @@ -44715,16 +62102,16 @@ "history": [ { "children": [], - "mappedName": "#16:1;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:1;:U;XTR;:H4a:7,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#d:1;:G;XTR;:He99:7,F", - "#b:1;:He99,E" + "#d:1;:G;XTR;:H4a:7,F", + "#b:1;:H4a,E" ], - "mappedName": "#16:1;:U;XTR;:He99:7,E", + "mappedName": "#16:1;:U;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44739,7 +62126,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:1;:U;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ 22 ], @@ -44749,32 +62136,32 @@ "history": [ { "children": [], - "mappedName": "#11:2;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1e;:G;XTR;:H4a:7,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#6:2;:He99,V" + "#6;:H4a,V" ], - "mappedName": "#11:2;:G;XTR;:He99:7,E", + "mappedName": "#1e;:G;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], - "mappedName": "#11:2;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1e;:G;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ - 17 + 30 ], "name": "Edge5" }, @@ -44782,13 +62169,13 @@ "history": [ { "children": [], - "mappedName": "#b:2;:He99,E;:He9a,E", + "mappedName": "#b:2;:H4a,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:2;:He99,E", + "mappedName": "#b:2;:H4a,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44803,7 +62190,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:He99,E;:He9a,E", + "mappedName": "#b:2;:H4a,E;:H4b,E", "mappedStringIds": [ 11 ], @@ -44813,16 +62200,16 @@ "history": [ { "children": [], - "mappedName": "#16:2;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:2;:U;XTR;:H4a:7,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#d:2;:G;XTR;:He99:7,F", - "#b:2;:He99,E" + "#d:2;:G;XTR;:H4a:7,F", + "#b:2;:H4a,E" ], - "mappedName": "#16:2;:U;XTR;:He99:7,E", + "mappedName": "#16:2;:U;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44839,7 +62226,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:2;:U;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ 11, 13, @@ -44851,32 +62238,32 @@ "history": [ { "children": [], - "mappedName": "#12:2;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1f;:G;XTR;:H4a:7,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#8:2;:He99,V" + "#8;:H4a,V" ], - "mappedName": "#12:2;:G;XTR;:He99:7,E", + "mappedName": "#1f;:G;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], - "mappedName": "#12:2;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1f;:G;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ - 18 + 31 ], "name": "Edge8" }, @@ -44884,13 +62271,13 @@ "history": [ { "children": [], - "mappedName": "#b:3;:He99,E;:He9a,E", + "mappedName": "#b:3;:H4a,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:3;:He99,E", + "mappedName": "#b:3;:H4a,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44905,7 +62292,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:He99,E;:He9a,E", + "mappedName": "#b:3;:H4a,E;:H4b,E", "mappedStringIds": [ 11 ], @@ -44915,16 +62302,16 @@ "history": [ { "children": [], - "mappedName": "#16:3;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:3;:U;XTR;:H4a:7,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#d:3;:G;XTR;:He99:7,F", - "#b:3;:He99,E" + "#d:3;:G;XTR;:H4a:7,F", + "#b:3;:H4a,E" ], - "mappedName": "#16:3;:U;XTR;:He99:7,E", + "mappedName": "#16:3;:U;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44941,7 +62328,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:3;:U;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ 11, 13, @@ -44953,13 +62340,13 @@ "history": [ { "children": [], - "mappedName": "#b:4;:He99,E;:He9a,E", + "mappedName": "#b:4;:H4a,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#b:4;:He99,E", + "mappedName": "#b:4;:H4a,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -44974,7 +62361,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:He99,E;:He9a,E", + "mappedName": "#b:4;:H4a,E;:H4b,E", "mappedStringIds": [ 11 ], @@ -44984,16 +62371,16 @@ "history": [ { "children": [], - "mappedName": "#16:4;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:4;:U;XTR;:H4a:7,E;:H4b,E", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#d:4;:G;XTR;:He99:7,F", - "#b:4;:He99,E" + "#d:4;:G;XTR;:H4a:7,F", + "#b:4;:H4a,E" ], - "mappedName": "#16:4;:U;XTR;:He99:7,E", + "mappedName": "#16:4;:U;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -45010,7 +62397,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:4;:U;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ 11, 13, @@ -45022,19 +62409,19 @@ "history": [ { "children": [], - "mappedName": "#2:1;:He99,V;:He9a,V", + "mappedName": "#2;:H4a,V;:H4b,V", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2:1;:He99,V", + "mappedName": "#2;:H4a,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } @@ -45043,7 +62430,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:He99,V;:He9a,V", + "mappedName": "#2;:H4a,V;:H4b,V", "mappedStringIds": [ 2 ], @@ -45053,33 +62440,34 @@ "history": [ { "children": [], - "mappedName": "#18:1;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:1;:U;XTR;:H4a:7,V;:H4b,V", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#f:1;:G;XTR;:He99:7,E", - "#2:1;:He99,V" + "#16:1;:U;XTR;:H4a:7,E", + "#d:1;:G;XTR;:H4a:7,F", + "#b:1;:H4a,E" ], - "mappedName": "#18:1;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U;XTR;:H4a:7,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], - "mappedName": "#18:1;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:1;:U;XTR;:H4a:7,V;:H4b,V", "mappedStringIds": [ - 24 + 33 ], "name": "Vertex2" }, @@ -45087,19 +62475,19 @@ "history": [ { "children": [], - "mappedName": "#4:2;:He99,V;:He9a,V", + "mappedName": "#4;:H4a,V;:H4b,V", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#4:2;:He99,V", + "mappedName": "#4;:H4a,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } @@ -45108,7 +62496,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:He99,V;:He9a,V", + "mappedName": "#4;:H4a,V;:H4b,V", "mappedStringIds": [ 4 ], @@ -45118,33 +62506,34 @@ "history": [ { "children": [], - "mappedName": "#19:2;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:1;:U2;XTR;:H4a:8,V;:H4b,V", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#10:2;:G;XTR;:He99:7,E", - "#4:2;:He99,V" + "#16:1;:U;XTR;:H4a:7,E", + "#d:1;:G;XTR;:H4a:7,F", + "#b:1;:H4a,E" ], - "mappedName": "#19:2;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U2;XTR;:H4a:8,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], - "mappedName": "#19:2;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:1;:U2;XTR;:H4a:8,V;:H4b,V", "mappedStringIds": [ - 25 + 33 ], "name": "Vertex4" }, @@ -45152,19 +62541,19 @@ "history": [ { "children": [], - "mappedName": "#6:2;:He99,V;:He9a,V", + "mappedName": "#6;:H4a,V;:H4b,V", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#6:2;:He99,V", + "mappedName": "#6;:H4a,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } @@ -45173,7 +62562,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:He99,V;:He9a,V", + "mappedName": "#6;:H4a,V;:H4b,V", "mappedStringIds": [ 6 ], @@ -45183,33 +62572,40 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:2;:U2;XTR;:H4a:8,V;:H4b,V", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#11:2;:G;XTR;:He99:7,E", - "#6:2;:He99,V" + "#16:2;:U;XTR;:H4a:7,E", + "#d:2;:G;XTR;:H4a:7,F", + "#b:2;:H4a,E" ], - "mappedName": "#1a:2;:U;XTR;:He99:7,V", + "mappedName": "#21:2;:U2;XTR;:H4a:8,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], - "mappedName": "#1a:2;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:2;:U2;XTR;:H4a:8,V;:H4b,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "name": "Vertex6" }, @@ -45217,19 +62613,19 @@ "history": [ { "children": [], - "mappedName": "#8:2;:He99,V;:He9a,V", + "mappedName": "#8;:H4a,V;:H4b,V", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#8:2;:He99,V", + "mappedName": "#8;:H4a,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } @@ -45238,7 +62634,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:He99,V;:He9a,V", + "mappedName": "#8;:H4a,V;:H4b,V", "mappedStringIds": [ 8 ], @@ -45248,33 +62644,40 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:3;:U2;XTR;:H4a:8,V;:H4b,V", "object": "Body14", "typeId": "PartDesign::Body" }, { "children": [ - "#12:2;:G;XTR;:He99:7,E", - "#8:2;:He99,V" + "#16:3;:U;XTR;:H4a:7,E", + "#d:3;:G;XTR;:H4a:7,F", + "#b:3;:H4a,E" ], - "mappedName": "#1b:2;:U;XTR;:He99:7,V", + "mappedName": "#21:3;:U2;XTR;:H4a:8,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], - "mappedName": "#1b:2;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:3;:U2;XTR;:H4a:8,V;:H4b,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "name": "Vertex8" } @@ -45292,7 +62695,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:1;:G;XTR;:H4a:7,F;:H4b,F", "mappedStringIds": [ 13 ], @@ -45302,7 +62705,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:He99:7,F;:He9a,F", + "name": "#d:1;:G;XTR;:H4a:7,F;:H4b,F", "stringIds": [ 13 ] @@ -45312,9 +62715,9 @@ "resultPersistentId": "Body14:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:He99:7,F", + "mappedName": "#d:1;:G;XTR;:H4a:7,F", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#d:1;:G;XTR;:He99:7,F", + "persistentId": "Pad14:mapped:#d:1;:G;XTR;:H4a:7,F", "stageId": "Pad14" }, { @@ -45332,7 +62735,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:2;:G;XTR;:H4a:7,F;:H4b,F", "mappedStringIds": [ 11, 13 @@ -45343,7 +62746,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:He99:7,F;:He9a,F", + "name": "#d:2;:G;XTR;:H4a:7,F;:H4b,F", "stringIds": [ 11, 13 @@ -45354,9 +62757,9 @@ "resultPersistentId": "Body14:face:1", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:He99:7,F", + "mappedName": "#d:2;:G;XTR;:H4a:7,F", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#d:2;:G;XTR;:He99:7,F", + "persistentId": "Pad14:mapped:#d:2;:G;XTR;:H4a:7,F", "stageId": "Pad14" }, { @@ -45374,7 +62777,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:3;:G;XTR;:H4a:7,F;:H4b,F", "mappedStringIds": [ 11, 13 @@ -45385,7 +62788,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:He99:7,F;:He9a,F", + "name": "#d:3;:G;XTR;:H4a:7,F;:H4b,F", "stringIds": [ 11, 13 @@ -45396,9 +62799,9 @@ "resultPersistentId": "Body14:face:2", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:He99:7,F", + "mappedName": "#d:3;:G;XTR;:H4a:7,F", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#d:3;:G;XTR;:He99:7,F", + "persistentId": "Pad14:mapped:#d:3;:G;XTR;:H4a:7,F", "stageId": "Pad14" }, { @@ -45416,7 +62819,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:He99:7,F;:He9a,F", + "mappedName": "#d:4;:G;XTR;:H4a:7,F;:H4b,F", "mappedStringIds": [ 11, 13 @@ -45427,7 +62830,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:He99:7,F;:He9a,F", + "name": "#d:4;:G;XTR;:H4a:7,F;:H4b,F", "stringIds": [ 11, 13 @@ -45438,9 +62841,9 @@ "resultPersistentId": "Body14:face:3", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:He99:7,F", + "mappedName": "#d:4;:G;XTR;:H4a:7,F", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#d:4;:G;XTR;:He99:7,F", + "persistentId": "Pad14:mapped:#d:4;:G;XTR;:H4a:7,F", "stageId": "Pad14" }, { @@ -45457,7 +62860,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:He99:4,F;:He9a,F", + "mappedName": "#d:1;FAC;:H4a:4,F;:H4b,F", "mappedStringIds": [ 13 ], @@ -45467,7 +62870,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:He99:4,F;:He9a,F", + "name": "#d:1;FAC;:H4a:4,F;:H4b,F", "stringIds": [ 13 ] @@ -45477,9 +62880,9 @@ "resultPersistentId": "Body14:face:4", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:He99:4,F", + "mappedName": "#d:1;FAC;:H4a:4,F", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#d:1;FAC;:He99:4,F", + "persistentId": "Pad14:mapped:#d:1;FAC;:H4a:4,F", "stageId": "Pad14" }, { @@ -45496,7 +62899,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:He99:8,F;:He9a,F", + "mappedName": "#14:1;:G0;XTR;:H4a:8,F;:H4b,F", "mappedStringIds": [ 20 ], @@ -45506,7 +62909,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:He99:8,F;:He9a,F", + "name": "#14:1;:G0;XTR;:H4a:8,F;:H4b,F", "stringIds": [ 20 ] @@ -45516,9 +62919,9 @@ "resultPersistentId": "Body14:face:5", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:He99:8,F", + "mappedName": "#14:1;:G0;XTR;:H4a:8,F", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#14:1;:G0;XTR;:He99:8,F", + "persistentId": "Pad14:mapped:#14:1;:G0;XTR;:H4a:8,F", "stageId": "Pad14" }, { @@ -45532,12 +62935,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1c;:G;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ - 15 + 28 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -45545,9 +62948,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:He99:7,E;:He9a,E", + "name": "#1c;:G;XTR;:H4a:7,E;:H4b,E", "stringIds": [ - 15 + 28 ] }, "relation": "generated", @@ -45555,15 +62958,15 @@ "resultPersistentId": "Body14:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:He99:7,E", + "mappedName": "#1c;:G;XTR;:H4a:7,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#f:1;:G;XTR;:He99:7,E", + "persistentId": "Pad14:mapped:#1c;:G;XTR;:H4a:7,E", "stageId": "Pad14" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v11;SKT", + "persistentId": "Sketch14:mapped:g1v1;SKT", "stageId": "Sketch14" } ] @@ -45571,12 +62974,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1d;:G;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ - 16 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -45584,9 +62987,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:He99:7,E;:He9a,E", + "name": "#1d;:G;XTR;:H4a:7,E;:H4b,E", "stringIds": [ - 16 + 29 ] }, "relation": "generated", @@ -45594,15 +62997,15 @@ "resultPersistentId": "Body14:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:He99:7,E", + "mappedName": "#1d;:G;XTR;:H4a:7,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#10:2;:G;XTR;:He99:7,E", + "persistentId": "Pad14:mapped:#1d;:G;XTR;:H4a:7,E", "stageId": "Pad14" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v22;SKT", + "persistentId": "Sketch14:mapped:g1v2;SKT", "stageId": "Sketch14" } ] @@ -45613,7 +63016,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:He99,E;:He9a,E", + "mappedName": "#b:1;:H4a,E;:H4b,E", "mappedStringIds": [ 11 ], @@ -45623,7 +63026,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:He99,E;:He9a,E", + "name": "#b:1;:H4a,E;:H4b,E", "stringIds": [ 11 ] @@ -45633,9 +63036,9 @@ "resultPersistentId": "Body14:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:He99,E", + "mappedName": "#b:1;:H4a,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#b:1;:He99,E", + "persistentId": "Pad14:mapped:#b:1;:H4a,E", "stageId": "Pad14" }, { @@ -45652,7 +63055,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:1;:U;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ 22 ], @@ -45662,7 +63065,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:He99:7,E;:He9a,E", + "name": "#16:1;:U;XTR;:H4a:7,E;:H4b,E", "stringIds": [ 22 ] @@ -45672,9 +63075,9 @@ "resultPersistentId": "Body14:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:He99:7,E", + "mappedName": "#16:1;:U;XTR;:H4a:7,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#16:1;:U;XTR;:He99:7,E", + "persistentId": "Pad14:mapped:#16:1;:U;XTR;:H4a:7,E", "stageId": "Pad14" }, { @@ -45688,12 +63091,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1e;:G;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ - 17 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -45701,9 +63104,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:He99:7,E;:He9a,E", + "name": "#1e;:G;XTR;:H4a:7,E;:H4b,E", "stringIds": [ - 17 + 30 ] }, "relation": "generated", @@ -45711,15 +63114,15 @@ "resultPersistentId": "Body14:edge:4", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:He99:7,E", + "mappedName": "#1e;:G;XTR;:H4a:7,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#11:2;:G;XTR;:He99:7,E", + "persistentId": "Pad14:mapped:#1e;:G;XTR;:H4a:7,E", "stageId": "Pad14" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g2v22;SKT", + "persistentId": "Sketch14:mapped:g2v2;SKT", "stageId": "Sketch14" } ] @@ -45730,7 +63133,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:He99,E;:He9a,E", + "mappedName": "#b:2;:H4a,E;:H4b,E", "mappedStringIds": [ 11 ], @@ -45740,7 +63143,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:He99,E;:He9a,E", + "name": "#b:2;:H4a,E;:H4b,E", "stringIds": [ 11 ] @@ -45750,9 +63153,9 @@ "resultPersistentId": "Body14:edge:5", "sourceRefs": [ { - "mappedName": "#b:2;:He99,E", + "mappedName": "#b:2;:H4a,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#b:2;:He99,E", + "persistentId": "Pad14:mapped:#b:2;:H4a,E", "stageId": "Pad14" }, { @@ -45771,7 +63174,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:2;:U;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ 11, 13, @@ -45783,7 +63186,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:He99:7,E;:He9a,E", + "name": "#16:2;:U;XTR;:H4a:7,E;:H4b,E", "stringIds": [ 11, 13, @@ -45795,9 +63198,9 @@ "resultPersistentId": "Body14:edge:6", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:He99:7,E", + "mappedName": "#16:2;:U;XTR;:H4a:7,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#16:2;:U;XTR;:He99:7,E", + "persistentId": "Pad14:mapped:#16:2;:U;XTR;:H4a:7,E", "stageId": "Pad14" }, { @@ -45811,12 +63214,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:He99:7,E;:He9a,E", + "mappedName": "#1f;:G;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ - 18 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -45824,9 +63227,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:He99:7,E;:He9a,E", + "name": "#1f;:G;XTR;:H4a:7,E;:H4b,E", "stringIds": [ - 18 + 31 ] }, "relation": "generated", @@ -45834,15 +63237,15 @@ "resultPersistentId": "Body14:edge:7", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:He99:7,E", + "mappedName": "#1f;:G;XTR;:H4a:7,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#12:2;:G;XTR;:He99:7,E", + "persistentId": "Pad14:mapped:#1f;:G;XTR;:H4a:7,E", "stageId": "Pad14" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g3v22;SKT", + "persistentId": "Sketch14:mapped:g3v2;SKT", "stageId": "Sketch14" } ] @@ -45853,7 +63256,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:He99,E;:He9a,E", + "mappedName": "#b:3;:H4a,E;:H4b,E", "mappedStringIds": [ 11 ], @@ -45863,7 +63266,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:He99,E;:He9a,E", + "name": "#b:3;:H4a,E;:H4b,E", "stringIds": [ 11 ] @@ -45873,9 +63276,9 @@ "resultPersistentId": "Body14:edge:8", "sourceRefs": [ { - "mappedName": "#b:3;:He99,E", + "mappedName": "#b:3;:H4a,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#b:3;:He99,E", + "persistentId": "Pad14:mapped:#b:3;:H4a,E", "stageId": "Pad14" }, { @@ -45894,7 +63297,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:3;:U;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ 11, 13, @@ -45906,7 +63309,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:He99:7,E;:He9a,E", + "name": "#16:3;:U;XTR;:H4a:7,E;:H4b,E", "stringIds": [ 11, 13, @@ -45918,9 +63321,9 @@ "resultPersistentId": "Body14:edge:9", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:He99:7,E", + "mappedName": "#16:3;:U;XTR;:H4a:7,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#16:3;:U;XTR;:He99:7,E", + "persistentId": "Pad14:mapped:#16:3;:U;XTR;:H4a:7,E", "stageId": "Pad14" }, { @@ -45937,7 +63340,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:He99,E;:He9a,E", + "mappedName": "#b:4;:H4a,E;:H4b,E", "mappedStringIds": [ 11 ], @@ -45947,7 +63350,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:He99,E;:He9a,E", + "name": "#b:4;:H4a,E;:H4b,E", "stringIds": [ 11 ] @@ -45957,9 +63360,9 @@ "resultPersistentId": "Body14:edge:10", "sourceRefs": [ { - "mappedName": "#b:4;:He99,E", + "mappedName": "#b:4;:H4a,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#b:4;:He99,E", + "persistentId": "Pad14:mapped:#b:4;:H4a,E", "stageId": "Pad14" }, { @@ -45978,7 +63381,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:He99:7,E;:He9a,E", + "mappedName": "#16:4;:U;XTR;:H4a:7,E;:H4b,E", "mappedStringIds": [ 11, 13, @@ -45990,7 +63393,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:He99:7,E;:He9a,E", + "name": "#16:4;:U;XTR;:H4a:7,E;:H4b,E", "stringIds": [ 11, 13, @@ -46002,9 +63405,9 @@ "resultPersistentId": "Body14:edge:11", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:He99:7,E", + "mappedName": "#16:4;:U;XTR;:H4a:7,E", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#16:4;:U;XTR;:He99:7,E", + "persistentId": "Pad14:mapped:#16:4;:U;XTR;:H4a:7,E", "stageId": "Pad14" }, { @@ -46021,7 +63424,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:He99,V;:He9a,V", + "mappedName": "#2;:H4a,V;:H4b,V", "mappedStringIds": [ 2 ], @@ -46031,7 +63434,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:He99,V;:He9a,V", + "name": "#2;:H4a,V;:H4b,V", "stringIds": [ 2 ] @@ -46041,15 +63444,15 @@ "resultPersistentId": "Body14:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:He99,V", + "mappedName": "#2;:H4a,V", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#2:1;:He99,V", + "persistentId": "Pad14:mapped:#2;:H4a,V", "stageId": "Pad14" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v11;SKT", + "persistentId": "Sketch14:mapped:g1v1;SKT", "stageId": "Sketch14" } ] @@ -46057,12 +63460,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:1;:U;XTR;:H4a:7,V;:H4b,V", "mappedStringIds": [ - 24 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -46070,9 +63473,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:He99:7,V;:He9a,V", + "name": "#21:1;:U;XTR;:H4a:7,V;:H4b,V", "stringIds": [ - 24 + 33 ] }, "relation": "preserved", @@ -46080,15 +63483,15 @@ "resultPersistentId": "Body14:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U;XTR;:H4a:7,V", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#18:1;:U;XTR;:He99:7,V", + "persistentId": "Pad14:mapped:#21:1;:U;XTR;:H4a:7,V", "stageId": "Pad14" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v11;SKT", + "persistentId": "Sketch14:mapped:g1;SKT", "stageId": "Sketch14" } ] @@ -46099,7 +63502,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:He99,V;:He9a,V", + "mappedName": "#4;:H4a,V;:H4b,V", "mappedStringIds": [ 4 ], @@ -46109,7 +63512,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:He99,V;:He9a,V", + "name": "#4;:H4a,V;:H4b,V", "stringIds": [ 4 ] @@ -46119,15 +63522,15 @@ "resultPersistentId": "Body14:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:He99,V", + "mappedName": "#4;:H4a,V", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#4:2;:He99,V", + "persistentId": "Pad14:mapped:#4;:H4a,V", "stageId": "Pad14" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v22;SKT", + "persistentId": "Sketch14:mapped:g1v2;SKT", "stageId": "Sketch14" } ] @@ -46135,12 +63538,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:1;:U2;XTR;:H4a:8,V;:H4b,V", "mappedStringIds": [ - 25 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -46148,9 +63551,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:He99:7,V;:He9a,V", + "name": "#21:1;:U2;XTR;:H4a:8,V;:H4b,V", "stringIds": [ - 25 + 33 ] }, "relation": "preserved", @@ -46158,15 +63561,15 @@ "resultPersistentId": "Body14:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U2;XTR;:H4a:8,V", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#19:2;:U;XTR;:He99:7,V", + "persistentId": "Pad14:mapped:#21:1;:U2;XTR;:H4a:8,V", "stageId": "Pad14" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v22;SKT", + "persistentId": "Sketch14:mapped:g1;SKT", "stageId": "Sketch14" } ] @@ -46177,7 +63580,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:He99,V;:He9a,V", + "mappedName": "#6;:H4a,V;:H4b,V", "mappedStringIds": [ 6 ], @@ -46187,7 +63590,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:He99,V;:He9a,V", + "name": "#6;:H4a,V;:H4b,V", "stringIds": [ 6 ] @@ -46197,15 +63600,15 @@ "resultPersistentId": "Body14:vertex:4", "sourceRefs": [ { - "mappedName": "#6:2;:He99,V", + "mappedName": "#6;:H4a,V", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#6:2;:He99,V", + "persistentId": "Pad14:mapped:#6;:H4a,V", "stageId": "Pad14" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g2v22;SKT", + "persistentId": "Sketch14:mapped:g2v2;SKT", "stageId": "Sketch14" } ] @@ -46213,12 +63616,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:2;:U2;XTR;:H4a:8,V;:H4b,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -46226,9 +63635,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:He99:7,V;:He9a,V", + "name": "#21:2;:U2;XTR;:H4a:8,V;:H4b,V", "stringIds": [ - 26 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -46236,15 +63648,15 @@ "resultPersistentId": "Body14:vertex:5", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:He99:7,V", + "mappedName": "#21:2;:U2;XTR;:H4a:8,V", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#1a:2;:U;XTR;:He99:7,V", + "persistentId": "Pad14:mapped:#21:2;:U2;XTR;:H4a:8,V", "stageId": "Pad14" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g2v22;SKT", + "persistentId": "Sketch14:mapped:g2;SKT", "stageId": "Sketch14" } ] @@ -46255,7 +63667,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:He99,V;:He9a,V", + "mappedName": "#8;:H4a,V;:H4b,V", "mappedStringIds": [ 8 ], @@ -46265,7 +63677,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:He99,V;:He9a,V", + "name": "#8;:H4a,V;:H4b,V", "stringIds": [ 8 ] @@ -46275,15 +63687,15 @@ "resultPersistentId": "Body14:vertex:6", "sourceRefs": [ { - "mappedName": "#8:2;:He99,V", + "mappedName": "#8;:H4a,V", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#8:2;:He99,V", + "persistentId": "Pad14:mapped:#8;:H4a,V", "stageId": "Pad14" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g3v22;SKT", + "persistentId": "Sketch14:mapped:g3v2;SKT", "stageId": "Sketch14" } ] @@ -46291,12 +63703,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:He99:7,V;:He9a,V", + "mappedName": "#21:3;:U2;XTR;:H4a:8,V;:H4b,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -46304,9 +63722,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:He99:7,V;:He9a,V", + "name": "#21:3;:U2;XTR;:H4a:8,V;:H4b,V", "stringIds": [ - 27 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -46314,15 +63735,15 @@ "resultPersistentId": "Body14:vertex:7", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:He99:7,V", + "mappedName": "#21:3;:U2;XTR;:H4a:8,V", "objectId": "Pad14", - "persistentId": "Pad14:mapped:#1b:2;:U;XTR;:He99:7,V", + "persistentId": "Pad14:mapped:#21:3;:U2;XTR;:H4a:8,V", "stageId": "Pad14" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g3v22;SKT", + "persistentId": "Sketch14:mapped:g3;SKT", "stageId": "Sketch14" } ] @@ -46337,11 +63758,640 @@ "stageId": "Body14", "status": "native-evidence" }, + "relationDigest": "5015ae56df1c5ce36525016b8bf938c154cfca2ff2d3d1cc97b99cd44063e095", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F;:H#,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#1c;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1c;:G;XTR;:H#:7,E", + "sourceElement": "#1c", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1d;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#1d;:G;XTR;:H#:7,E", + "sourceElement": "#1d", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#1e;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#1e;:G;XTR;:H#:7,E", + "sourceElement": "#1e", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#1f;:G;XTR;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#1f;:G;XTR;:H#:7,E", + "sourceElement": "#1f", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#21:1;:U;XTR;:H#:7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:1;:U;XTR;:H#:7,V", + "sourceElement": "#21:1", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#21:1;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:1;:U2;XTR;:H#:8,V", + "sourceElement": "#21:1", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#21:2;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:2;:U2;XTR;:H#:8,V", + "sourceElement": "#21:2", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#21:3;:U2;XTR;:H#:8,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#21:3;:U2;XTR;:H#:8,V", + "sourceElement": "#21:3", + "sourceObject": "Pad14", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", "shape": { + "area": 144, + "brepSha256": "2b943d19ea56a9d036556f5ebf0ebf332e47b62234bcc7612afc01aa0a2b4c05", "edges": 12, "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", "solids": 1, "valid": true, + "vertices": 8, "volume": 112 }, "typeId": "PartDesign::Body" @@ -46351,6 +64401,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -46399,11 +64450,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -46413,6 +64479,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -46461,11 +64528,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -46475,6 +64557,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -46523,11 +64606,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -46537,6 +64635,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -46585,11 +64684,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -46599,6 +64713,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -46647,11 +64762,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -46661,6 +64791,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -46709,11 +64840,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -46723,6 +64869,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -46771,11 +64918,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -46787,6 +64949,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch14", + "linkedObjects": [], "name": "Sketch14", "names": [ { @@ -47087,11 +65250,75 @@ "stageId": "Sketch14", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", "edges": 4, "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -47104,15 +65331,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad14", + "linkedObjects": [ + "Body14", + "Sketch14" + ], "name": "Pad14", "names": [ { "history": [ { "children": [ - "#b:1;:He99,E" + "#b:1;:H4a,E" ], - "mappedName": "#d:1;:G;XTR;:He99:7,F", + "mappedName": "#d:1;:G;XTR;:H4a:7,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47127,7 +65358,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:He99:7,F", + "mappedName": "#d:1;:G;XTR;:H4a:7,F", "mappedStringIds": [ 13 ], @@ -47137,9 +65368,9 @@ "history": [ { "children": [ - "#b:2;:He99,E" + "#b:2;:H4a,E" ], - "mappedName": "#d:2;:G;XTR;:He99:7,F", + "mappedName": "#d:2;:G;XTR;:H4a:7,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47155,7 +65386,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:He99:7,F", + "mappedName": "#d:2;:G;XTR;:H4a:7,F", "mappedStringIds": [ 11, 13 @@ -47166,9 +65397,9 @@ "history": [ { "children": [ - "#b:3;:He99,E" + "#b:3;:H4a,E" ], - "mappedName": "#d:3;:G;XTR;:He99:7,F", + "mappedName": "#d:3;:G;XTR;:H4a:7,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47184,7 +65415,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:He99:7,F", + "mappedName": "#d:3;:G;XTR;:H4a:7,F", "mappedStringIds": [ 11, 13 @@ -47195,9 +65426,9 @@ "history": [ { "children": [ - "#b:4;:He99,E" + "#b:4;:H4a,E" ], - "mappedName": "#d:4;:G;XTR;:He99:7,F", + "mappedName": "#d:4;:G;XTR;:H4a:7,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47213,7 +65444,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:He99:7,F", + "mappedName": "#d:4;:G;XTR;:H4a:7,F", "mappedStringIds": [ 11, 13 @@ -47224,9 +65455,9 @@ "history": [ { "children": [ - "#b:1;:He99,E" + "#b:1;:H4a,E" ], - "mappedName": "#d:1;FAC;:He99:4,F", + "mappedName": "#d:1;FAC;:H4a:4,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47241,7 +65472,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:He99:4,F", + "mappedName": "#d:1;FAC;:H4a:4,F", "mappedStringIds": [ 13 ], @@ -47251,10 +65482,10 @@ "history": [ { "children": [ - "#d:1;FAC;:He99:4,F", - "#b:1;:He99,E" + "#d:1;FAC;:H4a:4,F", + "#b:1;:H4a,E" ], - "mappedName": "#14:1;:G0;XTR;:He99:8,F", + "mappedName": "#14:1;:G0;XTR;:H4a:8,F", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47269,7 +65500,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:He99:8,F", + "mappedName": "#14:1;:G0;XTR;:H4a:8,F", "mappedStringIds": [ 20 ], @@ -47279,26 +65510,26 @@ "history": [ { "children": [ - "#2:1;:He99,V" + "#2;:H4a,V" ], - "mappedName": "#f:1;:G;XTR;:He99:7,E", + "mappedName": "#1c;:G;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], - "mappedName": "#f:1;:G;XTR;:He99:7,E", + "mappedName": "#1c;:G;XTR;:H4a:7,E", "mappedStringIds": [ - 15 + 28 ], "name": "Edge1" }, @@ -47306,26 +65537,26 @@ "history": [ { "children": [ - "#4:2;:He99,V" + "#4;:H4a,V" ], - "mappedName": "#10:2;:G;XTR;:He99:7,E", + "mappedName": "#1d;:G;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], - "mappedName": "#10:2;:G;XTR;:He99:7,E", + "mappedName": "#1d;:G;XTR;:H4a:7,E", "mappedStringIds": [ - 16 + 29 ], "name": "Edge2" }, @@ -47333,7 +65564,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:He99,E", + "mappedName": "#b:1;:H4a,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47348,7 +65579,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:He99,E", + "mappedName": "#b:1;:H4a,E", "mappedStringIds": [ 11 ], @@ -47358,10 +65589,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:He99:7,F", - "#b:1;:He99,E" + "#d:1;:G;XTR;:H4a:7,F", + "#b:1;:H4a,E" ], - "mappedName": "#16:1;:U;XTR;:He99:7,E", + "mappedName": "#16:1;:U;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47376,7 +65607,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:He99:7,E", + "mappedName": "#16:1;:U;XTR;:H4a:7,E", "mappedStringIds": [ 22 ], @@ -47386,26 +65617,26 @@ "history": [ { "children": [ - "#6:2;:He99,V" + "#6;:H4a,V" ], - "mappedName": "#11:2;:G;XTR;:He99:7,E", + "mappedName": "#1e;:G;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], - "mappedName": "#11:2;:G;XTR;:He99:7,E", + "mappedName": "#1e;:G;XTR;:H4a:7,E", "mappedStringIds": [ - 17 + 30 ], "name": "Edge5" }, @@ -47413,7 +65644,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:He99,E", + "mappedName": "#b:2;:H4a,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47428,7 +65659,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:He99,E", + "mappedName": "#b:2;:H4a,E", "mappedStringIds": [ 11 ], @@ -47438,10 +65669,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:He99:7,F", - "#b:2;:He99,E" + "#d:2;:G;XTR;:H4a:7,F", + "#b:2;:H4a,E" ], - "mappedName": "#16:2;:U;XTR;:He99:7,E", + "mappedName": "#16:2;:U;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47458,7 +65689,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:He99:7,E", + "mappedName": "#16:2;:U;XTR;:H4a:7,E", "mappedStringIds": [ 11, 13, @@ -47470,26 +65701,26 @@ "history": [ { "children": [ - "#8:2;:He99,V" + "#8;:H4a,V" ], - "mappedName": "#12:2;:G;XTR;:He99:7,E", + "mappedName": "#1f;:G;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], - "mappedName": "#12:2;:G;XTR;:He99:7,E", + "mappedName": "#1f;:G;XTR;:H4a:7,E", "mappedStringIds": [ - 18 + 31 ], "name": "Edge8" }, @@ -47497,7 +65728,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:He99,E", + "mappedName": "#b:3;:H4a,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47512,7 +65743,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:He99,E", + "mappedName": "#b:3;:H4a,E", "mappedStringIds": [ 11 ], @@ -47522,10 +65753,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:He99:7,F", - "#b:3;:He99,E" + "#d:3;:G;XTR;:H4a:7,F", + "#b:3;:H4a,E" ], - "mappedName": "#16:3;:U;XTR;:He99:7,E", + "mappedName": "#16:3;:U;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47542,7 +65773,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:He99:7,E", + "mappedName": "#16:3;:U;XTR;:H4a:7,E", "mappedStringIds": [ 11, 13, @@ -47554,7 +65785,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:He99,E", + "mappedName": "#b:4;:H4a,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47569,7 +65800,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:He99,E", + "mappedName": "#b:4;:H4a,E", "mappedStringIds": [ 11 ], @@ -47579,10 +65810,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:He99:7,F", - "#b:4;:He99,E" + "#d:4;:G;XTR;:H4a:7,F", + "#b:4;:H4a,E" ], - "mappedName": "#16:4;:U;XTR;:He99:7,E", + "mappedName": "#16:4;:U;XTR;:H4a:7,E", "object": "Pad14", "typeId": "PartDesign::Pad" }, @@ -47599,7 +65830,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:He99:7,E", + "mappedName": "#16:4;:U;XTR;:H4a:7,E", "mappedStringIds": [ 11, 13, @@ -47611,13 +65842,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:He99,V", + "mappedName": "#2;:H4a,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } @@ -47626,7 +65857,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:He99,V", + "mappedName": "#2;:H4a,V", "mappedStringIds": [ 2 ], @@ -47636,27 +65867,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:He99:7,E", - "#2:1;:He99,V" + "#16:1;:U;XTR;:H4a:7,E", + "#d:1;:G;XTR;:H4a:7,F", + "#b:1;:H4a,E" ], - "mappedName": "#18:1;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U;XTR;:H4a:7,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], - "mappedName": "#18:1;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U;XTR;:H4a:7,V", "mappedStringIds": [ - 24 + 33 ], "name": "Vertex2" }, @@ -47664,13 +65896,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:He99,V", + "mappedName": "#4;:H4a,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } @@ -47679,7 +65911,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:He99,V", + "mappedName": "#4;:H4a,V", "mappedStringIds": [ 4 ], @@ -47689,27 +65921,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:He99:7,E", - "#4:2;:He99,V" + "#16:1;:U;XTR;:H4a:7,E", + "#d:1;:G;XTR;:H4a:7,F", + "#b:1;:H4a,E" ], - "mappedName": "#19:2;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U2;XTR;:H4a:8,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], - "mappedName": "#19:2;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U2;XTR;:H4a:8,V", "mappedStringIds": [ - 25 + 33 ], "name": "Vertex4" }, @@ -47717,13 +65950,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:He99,V", + "mappedName": "#6;:H4a,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } @@ -47732,7 +65965,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:He99,V", + "mappedName": "#6;:H4a,V", "mappedStringIds": [ 6 ], @@ -47742,27 +65975,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:He99:7,E", - "#6:2;:He99,V" + "#16:2;:U;XTR;:H4a:7,E", + "#d:2;:G;XTR;:H4a:7,F", + "#b:2;:H4a,E" ], - "mappedName": "#1a:2;:U;XTR;:He99:7,V", + "mappedName": "#21:2;:U2;XTR;:H4a:8,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], - "mappedName": "#1a:2;:U;XTR;:He99:7,V", + "mappedName": "#21:2;:U2;XTR;:H4a:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "name": "Vertex6" }, @@ -47770,13 +66010,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:He99,V", + "mappedName": "#8;:H4a,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } @@ -47785,7 +66025,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:He99,V", + "mappedName": "#8;:H4a,V", "mappedStringIds": [ 8 ], @@ -47795,27 +66035,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:He99:7,E", - "#8:2;:He99,V" + "#16:3;:U;XTR;:H4a:7,E", + "#d:3;:G;XTR;:H4a:7,F", + "#b:3;:H4a,E" ], - "mappedName": "#1b:2;:U;XTR;:He99:7,V", + "mappedName": "#21:3;:U2;XTR;:H4a:8,V", "object": "Pad14", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch14", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], - "mappedName": "#1b:2;:U;XTR;:He99:7,V", + "mappedName": "#21:3;:U2;XTR;:H4a:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "name": "Vertex8" } @@ -47833,7 +66080,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:He99:7,F", + "mappedName": "#d:1;:G;XTR;:H4a:7,F", "mappedStringIds": [ 13 ], @@ -47843,7 +66090,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:He99:7,F", + "name": "#d:1;:G;XTR;:H4a:7,F", "stringIds": [ 13 ] @@ -47867,7 +66114,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:He99:7,F", + "mappedName": "#d:2;:G;XTR;:H4a:7,F", "mappedStringIds": [ 11, 13 @@ -47878,7 +66125,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:He99:7,F", + "name": "#d:2;:G;XTR;:H4a:7,F", "stringIds": [ 11, 13 @@ -47903,7 +66150,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:He99:7,F", + "mappedName": "#d:3;:G;XTR;:H4a:7,F", "mappedStringIds": [ 11, 13 @@ -47914,7 +66161,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:He99:7,F", + "name": "#d:3;:G;XTR;:H4a:7,F", "stringIds": [ 11, 13 @@ -47939,7 +66186,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:He99:7,F", + "mappedName": "#d:4;:G;XTR;:H4a:7,F", "mappedStringIds": [ 11, 13 @@ -47950,7 +66197,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:He99:7,F", + "name": "#d:4;:G;XTR;:H4a:7,F", "stringIds": [ 11, 13 @@ -47974,7 +66221,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:He99:4,F", + "mappedName": "#d:1;FAC;:H4a:4,F", "mappedStringIds": [ 13 ], @@ -47984,7 +66231,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:He99:4,F", + "name": "#d:1;FAC;:H4a:4,F", "stringIds": [ 13 ] @@ -48007,7 +66254,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:He99:8,F", + "mappedName": "#14:1;:G0;XTR;:H4a:8,F", "mappedStringIds": [ 20 ], @@ -48017,7 +66264,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:He99:8,F", + "name": "#14:1;:G0;XTR;:H4a:8,F", "stringIds": [ 20 ] @@ -48037,12 +66284,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 28 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:He99:7,E", + "mappedName": "#1c;:G;XTR;:H4a:7,E", "mappedStringIds": [ - 15 + 28 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -48050,9 +66297,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:He99:7,E", + "name": "#1c;:G;XTR;:H4a:7,E", "stringIds": [ - 15 + 28 ] }, "relation": "generated", @@ -48060,9 +66307,9 @@ "resultPersistentId": "Pad14:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v11;SKT", + "persistentId": "Sketch14:mapped:g1v1;SKT", "stageId": "Sketch14" } ] @@ -48070,12 +66317,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 29 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:He99:7,E", + "mappedName": "#1d;:G;XTR;:H4a:7,E", "mappedStringIds": [ - 16 + 29 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -48083,9 +66330,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:He99:7,E", + "name": "#1d;:G;XTR;:H4a:7,E", "stringIds": [ - 16 + 29 ] }, "relation": "generated", @@ -48093,9 +66340,9 @@ "resultPersistentId": "Pad14:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v22;SKT", + "persistentId": "Sketch14:mapped:g1v2;SKT", "stageId": "Sketch14" } ] @@ -48106,7 +66353,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:He99,E", + "mappedName": "#b:1;:H4a,E", "mappedStringIds": [ 11 ], @@ -48116,7 +66363,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:He99,E", + "name": "#b:1;:H4a,E", "stringIds": [ 11 ] @@ -48139,7 +66386,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:He99:7,E", + "mappedName": "#16:1;:U;XTR;:H4a:7,E", "mappedStringIds": [ 22 ], @@ -48149,7 +66396,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:He99:7,E", + "name": "#16:1;:U;XTR;:H4a:7,E", "stringIds": [ 22 ] @@ -48169,12 +66416,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 30 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:He99:7,E", + "mappedName": "#1e;:G;XTR;:H4a:7,E", "mappedStringIds": [ - 17 + 30 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -48182,9 +66429,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:He99:7,E", + "name": "#1e;:G;XTR;:H4a:7,E", "stringIds": [ - 17 + 30 ] }, "relation": "generated", @@ -48192,9 +66439,9 @@ "resultPersistentId": "Pad14:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g2v22;SKT", + "persistentId": "Sketch14:mapped:g2v2;SKT", "stageId": "Sketch14" } ] @@ -48205,7 +66452,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:He99,E", + "mappedName": "#b:2;:H4a,E", "mappedStringIds": [ 11 ], @@ -48215,7 +66462,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:He99,E", + "name": "#b:2;:H4a,E", "stringIds": [ 11 ] @@ -48240,7 +66487,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:He99:7,E", + "mappedName": "#16:2;:U;XTR;:H4a:7,E", "mappedStringIds": [ 11, 13, @@ -48252,7 +66499,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:He99:7,E", + "name": "#16:2;:U;XTR;:H4a:7,E", "stringIds": [ 11, 13, @@ -48274,12 +66521,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 31 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:He99:7,E", + "mappedName": "#1f;:G;XTR;:H4a:7,E", "mappedStringIds": [ - 18 + 31 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -48287,9 +66534,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:He99:7,E", + "name": "#1f;:G;XTR;:H4a:7,E", "stringIds": [ - 18 + 31 ] }, "relation": "generated", @@ -48297,9 +66544,9 @@ "resultPersistentId": "Pad14:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g3v22;SKT", + "persistentId": "Sketch14:mapped:g3v2;SKT", "stageId": "Sketch14" } ] @@ -48310,7 +66557,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:He99,E", + "mappedName": "#b:3;:H4a,E", "mappedStringIds": [ 11 ], @@ -48320,7 +66567,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:He99,E", + "name": "#b:3;:H4a,E", "stringIds": [ 11 ] @@ -48345,7 +66592,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:He99:7,E", + "mappedName": "#16:3;:U;XTR;:H4a:7,E", "mappedStringIds": [ 11, 13, @@ -48357,7 +66604,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:He99:7,E", + "name": "#16:3;:U;XTR;:H4a:7,E", "stringIds": [ 11, 13, @@ -48382,7 +66629,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:He99,E", + "mappedName": "#b:4;:H4a,E", "mappedStringIds": [ 11 ], @@ -48392,7 +66639,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:He99,E", + "name": "#b:4;:H4a,E", "stringIds": [ 11 ] @@ -48417,7 +66664,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:He99:7,E", + "mappedName": "#16:4;:U;XTR;:H4a:7,E", "mappedStringIds": [ 11, 13, @@ -48429,7 +66676,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:He99:7,E", + "name": "#16:4;:U;XTR;:H4a:7,E", "stringIds": [ 11, 13, @@ -48454,7 +66701,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:He99,V", + "mappedName": "#2;:H4a,V", "mappedStringIds": [ 2 ], @@ -48464,7 +66711,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:He99,V", + "name": "#2;:H4a,V", "stringIds": [ 2 ] @@ -48474,9 +66721,9 @@ "resultPersistentId": "Pad14:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v11;SKT", + "persistentId": "Sketch14:mapped:g1v1;SKT", "stageId": "Sketch14" } ] @@ -48484,12 +66731,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 33 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U;XTR;:H4a:7,V", "mappedStringIds": [ - 24 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -48497,9 +66744,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:He99:7,V", + "name": "#21:1;:U;XTR;:H4a:7,V", "stringIds": [ - 24 + 33 ] }, "relation": "preserved", @@ -48507,9 +66754,9 @@ "resultPersistentId": "Pad14:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v11;SKT", + "persistentId": "Sketch14:mapped:g1;SKT", "stageId": "Sketch14" } ] @@ -48520,7 +66767,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:He99,V", + "mappedName": "#4;:H4a,V", "mappedStringIds": [ 4 ], @@ -48530,7 +66777,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:He99,V", + "name": "#4;:H4a,V", "stringIds": [ 4 ] @@ -48540,9 +66787,9 @@ "resultPersistentId": "Pad14:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v22;SKT", + "persistentId": "Sketch14:mapped:g1v2;SKT", "stageId": "Sketch14" } ] @@ -48550,12 +66797,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 33 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:He99:7,V", + "mappedName": "#21:1;:U2;XTR;:H4a:8,V", "mappedStringIds": [ - 25 + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -48563,9 +66810,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:He99:7,V", + "name": "#21:1;:U2;XTR;:H4a:8,V", "stringIds": [ - 25 + 33 ] }, "relation": "preserved", @@ -48573,9 +66820,9 @@ "resultPersistentId": "Pad14:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g1v22;SKT", + "persistentId": "Sketch14:mapped:g1;SKT", "stageId": "Sketch14" } ] @@ -48586,7 +66833,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:He99,V", + "mappedName": "#6;:H4a,V", "mappedStringIds": [ 6 ], @@ -48596,7 +66843,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:He99,V", + "name": "#6;:H4a,V", "stringIds": [ 6 ] @@ -48606,9 +66853,9 @@ "resultPersistentId": "Pad14:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g2v22;SKT", + "persistentId": "Sketch14:mapped:g2v2;SKT", "stageId": "Sketch14" } ] @@ -48616,12 +66863,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:He99:7,V", + "mappedName": "#21:2;:U2;XTR;:H4a:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -48629,9 +66882,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:He99:7,V", + "name": "#21:2;:U2;XTR;:H4a:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -48639,9 +66895,9 @@ "resultPersistentId": "Pad14:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g2v22;SKT", + "persistentId": "Sketch14:mapped:g2;SKT", "stageId": "Sketch14" } ] @@ -48652,7 +66908,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:He99,V", + "mappedName": "#8;:H4a,V", "mappedStringIds": [ 8 ], @@ -48662,7 +66918,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:He99,V", + "name": "#8;:H4a,V", "stringIds": [ 8 ] @@ -48672,9 +66928,9 @@ "resultPersistentId": "Pad14:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g3v22;SKT", + "persistentId": "Sketch14:mapped:g3v2;SKT", "stageId": "Sketch14" } ] @@ -48682,12 +66938,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:He99:7,V", + "mappedName": "#21:3;:U2;XTR;:H4a:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 33 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -48695,9 +66957,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:He99:7,V", + "name": "#21:3;:U2;XTR;:H4a:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 33 ] }, "relation": "preserved", @@ -48705,9 +66970,9 @@ "resultPersistentId": "Pad14:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch14", - "persistentId": "Sketch14:mapped:g3v22;SKT", + "persistentId": "Sketch14:mapped:g3;SKT", "stageId": "Sketch14" } ] @@ -48722,11 +66987,409 @@ "stageId": "Pad14", "status": "native-evidence" }, + "relationDigest": "a15dbcc85c15b1cd15ea8d51e321d75faca0af30c1a4a80b73cdb929ae4c37c7", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#1c;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#1d;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#1e;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#1f;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#21:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#21:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#21:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#21:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch14", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", "shape": { + "area": 144, + "brepSha256": "cbc3c3d5ea92a1a997922edb9e952ad3df6237bff48915ce874cb25f3dc247eb", "edges": 12, "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", "solids": 1, "valid": true, + "vertices": 8, "volume": 112 }, "typeId": "PartDesign::Pad" @@ -48734,31 +67397,32 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "06728405c954f093ae3714136f165d4ee3bbf38a19cc8693ede0b9b87c30dff6", - "text": "StringTableStart v1 27\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:He99,E\n-1.4c.1.2\n-1.0 0:;:He99,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:He99:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:He99:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:He99:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n" + "sha256": "f1960fa8d39dd629aa0eaafdd64e3a55a2467fcbdd30ba62be58286c4a7b24c0", + "text": "StringTableStart v1 24\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H4a,E\n-1.4c.1.2\n-1.0 0:;:H4a,V\n-5.0 0:;FAC;:H4a:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H4a:7,F\n-1.4c.1.9\n-6.2c.-7.-b\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;:U;XTR;:H4a:7,E\n-1.4c.1.b\n" } }, { + "category": "partdesign", "elementMapResources": { "Body15.Shape.Map.txt": { - "sha256": "2c0529081339a6c300374538007227de5ede72fbb4387df841cbe034f2defe02", - "text": "BeginElementMap v1\n1 PostfixCount 9\nEdge\nFace\nVertex\n;:H125a,V\n;:H125a,F\n;:H125a,E\n;:H-125c,E\n;:H-125c,V\n;:H-125c,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#28:2.7 0\n$#29:4.7 0\n$#1d:1.7 0\n$#43:1.7 0\n$#2b:8.7 0\n$#1d:4.7.b 0\n$#43:4.7.b.1d.26 0\n$#2a:6.7 0\n$#1d:2.7.b 0\n$#43:2.7.b.1d.26 0\n$#1d:3.7.b 0\n$#43:3.7.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#38:1.5 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:4.9.b.1d 0\n$#26:2.9.b.1d 0\n$#24:1.9 0\n$#45:1.9 0\n$#26:3.9.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#1f.8 $#39:3.8 0\n$#3b:2.8 0\n$#20.8 $#3c:5.8 0\n$#3d:4.8 0\n$#22.8 $#40:9.8 0\n$#41:8.8 0\n$#21.8 $#3e:7.8 0\n$#3f:6.8 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 4700 1 ;:H125c,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 12 4700 1 ;:H125c,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 4700 1 ;:H125c,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "615ff56f3277169800068c29f25426f2f78402abc2b24751327c4d7479d5f193", + "text": "BeginElementMap v1\n1 PostfixCount 9\nEdge\nFace\nVertex\n;:Hd5,F\n;:H-d7,E\n;:H-d7,V\n;:H-d7,F\n;:Hd5,E\n;:Hd5,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#5d:2e.8 0\n$#5e:2f.8 0\n$#d:1.8 0\n$#36:1.8 0\n$#60:31.8 0\n$#d:4.8.b 0\n$#36:4.8.b.d.16 0\n$#5f:30.8 0\n$#d:2.8.b 0\n$#36:2.8.b.d.16 0\n$#d:3.8.b 0\n$#36:3.8.b.d.16 0\n$#4a.5 0\n$#4b.5 0\n$#1d:1.5 0\n$#43:1.5 0\n$#4d.5 0\n$#1d:4.5.b 0\n$#43:4.5.b.1d.26 0\n$#4c.5 0\n$#1d:2.5.b 0\n$#43:2.5.b.1d.26 0\n$#1d:3.5.b 0\n$#43:3.5.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#38:1.4 0\n$#16:3.4.b.d 0\n$#26:1.7 0\n$#26:4.7.b.1d 0\n$#26:2.7.b.1d 0\n$#24:1.7 0\n$#45:1.7 0\n$#26:3.7.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#46.9 $#4e.9 0\n$#4f:1.9 0\n$#47.9 $#50.9 0\n$#52:1.9 0\n$#49.9 $#54.9 0\n$#52:3.9.b.d.16.36 0\n$#48.9 $#53.9 0\n$#52:2.9.b.d.16.36 0\n$#1f.6 $#39.6 0\n$#59.6 0\n$#20.6 $#3c.6 0\n$#61.6 0\n$#22.6 $#40.6 0\n$#63.6 0\n$#21.6 $#3e.6 0\n$#62.6 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 215 1 ;:Hd7,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 12 215 1 ;:Hd7,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 215 1 ;:Hd7,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad15.AddSubShape.Map.txt": { - "sha256": "a88a33769bf1c626a1c00e32b654d3dca0cf3865a7ea4a9bbc321f3e2c5154e0", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H1259:7,E\n;:G0;XTR;:H1259:8,F\n;:U;XTR;:H1259:7,E\n;:U;XTR;:H1259:7,V\n;:H1259,V\n;:H1259,E\n;:G;XTR;:H1259:7,F\n;FAC;:H1259:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "4728c2f8d1035119603204fd7453b425ac96383f37ecc51ea0ff865335318f42", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:Hd4:8,F\n;:U;XTR;:Hd4:7,E\n;:Hd4,V\n;:U2;XTR;:Hd4:8,V\n;:U;XTR;:Hd4:7,V\n;:G;XTR;:Hd4:7,E\n;:Hd4,E\n;:G;XTR;:Hd4:7,F\n;FAC;:Hd4:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#46.9 0\n$#47.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#48.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#49.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pad15.Shape.Map.txt": { - "sha256": "1c82b62378c571a32dc7138d35f36785cf9d05b64c73b5dc9e67dd6fb8118825", - "text": "BeginElementMap v1\n5 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H1259:7,E\n;:G0;XTR;:H1259:8,F\n;:U;XTR;:H1259:7,E\n;:U;XTR;:H1259:7,V\n;:H1259,V\n;:H1259,E\n;:G;XTR;:H1259:7,F\n;FAC;:H1259:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "6b60b13e4da6cf8c2e6ea376d66bde02e1dbd5354c4f055488717b1992dcc50f", + "text": "BeginElementMap v1\n5 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:Hd4:8,F\n;:U;XTR;:Hd4:7,E\n;:Hd4,V\n;:U2;XTR;:Hd4:8,V\n;:U;XTR;:Hd4:7,V\n;:G;XTR;:Hd4:7,E\n;:Hd4,E\n;:G;XTR;:Hd4:7,F\n;FAC;:Hd4:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#46.9 0\n$#47.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#48.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#49.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pocket15.AddSubShape.Map.txt": { - "sha256": "a086c80ed511c637a3a347341fb82b62335b08901cdc7ee1c88dbf414de0b3e6", - "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H125b:7,F\n;FAC;:H125b:4,F\n;:G;XTR;:H125b:7,E\n;:G0;XTR;:H125b:8,F\n;:U;XTR;:H125b:7,E\n;:U;XTR;:H125b:7,V\n;:H125b,V\n;:H125b,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f:2.6 0\n$#20:4.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21:6.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22:8.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.a $#3.a 0\n$#28:2.9 0\n$#4.a $#5.a 0\n$#29:4.9 0\n$#6.a $#7.a 0\n$#2a:6.9 0\n$#8.a $#9.a 0\n$#2b:8.9 0\n\nEndMap\n" + "sha256": "261654ad6442e8abec95bc966726f85c9af084885714bb7ce75870b2473ad5ca", + "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:Hd6:7,F\n;FAC;:Hd6:4,F\n;:G;XTR;:Hd6:7,E\n;:G0;XTR;:Hd6:8,F\n;:U;XTR;:Hd6:7,E\n;:Hd6,V\n;:U;XTR;:Hd6:7,V\n;:Hd6,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f.6 0\n$#20.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#4a.a 0\n$#4.9 $#5.9 0\n$#4b.a 0\n$#6.9 $#7.9 0\n$#4c.a 0\n$#8.9 $#9.9 0\n$#4d.a 0\n\nEndMap\n" }, "Pocket15.Shape.Map.txt": { - "sha256": "92947f7943adb8eec7083f415422a7bbabc8e131e4c637dd1743a48d0c6431d9", - "text": "BeginElementMap v1\n2 PostfixCount 9\nEdge\nFace\nVertex\n;:H125a,V\n;:H125a,F\n;:H125a,E\n;:H-125c,E\n;:H-125c,V\n;:H-125c,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#28:2.7 0\n$#29:4.7 0\n$#1d:1.7 0\n$#43:1.7 0\n$#2b:8.7 0\n$#1d:4.7.b 0\n$#43:4.7.b.1d.26 0\n$#2a:6.7 0\n$#1d:2.7.b 0\n$#43:2.7.b.1d.26 0\n$#1d:3.7.b 0\n$#43:3.7.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#38:1.5 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:4.9.b.1d 0\n$#26:2.9.b.1d 0\n$#24:1.9 0\n$#45:1.9 0\n$#26:3.9.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#1f.8 $#39:3.8 0\n$#3b:2.8 0\n$#20.8 $#3c:5.8 0\n$#3d:4.8 0\n$#22.8 $#40:9.8 0\n$#41:8.8 0\n$#21.8 $#3e:7.8 0\n$#3f:6.8 0\n\nEndMap\n" + "sha256": "f5fb0084f2a10ee4b5293a66394c904b6ecf99a1acf647f8299e1a1b356594fa", + "text": "BeginElementMap v1\n2 PostfixCount 9\nEdge\nFace\nVertex\n;:Hd5,F\n;:H-d7,E\n;:H-d7,V\n;:H-d7,F\n;:Hd5,E\n;:Hd5,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#5d:2e.8 0\n$#5e:2f.8 0\n$#d:1.8 0\n$#36:1.8 0\n$#60:31.8 0\n$#d:4.8.b 0\n$#36:4.8.b.d.16 0\n$#5f:30.8 0\n$#d:2.8.b 0\n$#36:2.8.b.d.16 0\n$#d:3.8.b 0\n$#36:3.8.b.d.16 0\n$#4a.5 0\n$#4b.5 0\n$#1d:1.5 0\n$#43:1.5 0\n$#4d.5 0\n$#1d:4.5.b 0\n$#43:4.5.b.1d.26 0\n$#4c.5 0\n$#1d:2.5.b 0\n$#43:2.5.b.1d.26 0\n$#1d:3.5.b 0\n$#43:3.5.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#38:1.4 0\n$#16:3.4.b.d 0\n$#26:1.7 0\n$#26:4.7.b.1d 0\n$#26:2.7.b.1d 0\n$#24:1.7 0\n$#45:1.7 0\n$#26:3.7.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#46.9 $#4e.9 0\n$#4f:1.9 0\n$#47.9 $#50.9 0\n$#52:1.9 0\n$#49.9 $#54.9 0\n$#52:3.9.b.d.16.36 0\n$#48.9 $#53.9 0\n$#52:2.9.b.d.16.36 0\n$#1f.6 $#39.6 0\n$#59.6 0\n$#20.6 $#3c.6 0\n$#61.6 0\n$#22.6 $#40.6 0\n$#63.6 0\n$#21.6 $#3e.6 0\n$#62.6 0\n\nEndMap\n" }, "PocketSketch15.Shape.Map.txt": { "sha256": "1ed561710b6beacd691b5c137e89026185121dd34f9665cf426096572e48efa0", @@ -48771,6 +67435,753 @@ }, "finalObject": "Pocket15", "id": "partdesign-pocket", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pocket15", + "finalStageOrdinal": 11, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad15", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9, + 11 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9, + 11 + ], + "namingChangedStages": 3, + "namingRestorationDriftOrdinals": [ + 0, + 9, + 11 + ], + "namingRestorationDriftStages": 3, + "phaseStageRecords": 36, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 12 + }, + "phases": { + "before": [ + { + "key": "partdesign-pocket:000:Body15", + "name": "Body15", + "ordinal": 0, + "relationDigest": "df1083b1e5673a66ef60298ba4679d1f7137ef96974974dcd0692fc263817470", + "semanticNameDigest": "99c51ea8b14f0ca86e8768719f2dda41550b1b7173bbb8ae30a173caf9c3542c", + "shape": { + "area": 234.32000000000002, + "brepSha256": "b62707598c03005f6d65ffa77f5c33dcc380e5a2051b6b581d1816d249d33a16", + "edges": 24, + "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 192.32 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket:008:Sketch15", + "name": "Sketch15", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:009:Pad15", + "name": "Pad15", + "ordinal": 9, + "relationDigest": "d8708cae7aa61b2b888b3eb5b6529061fc2b984cefdd15313a7779752d0343d1", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 209.99999999999997, + "brepSha256": "f30d9bcb1fd9e0a59ddf8bbcb2b707c3fc99a995824beee026eb73acee4901e8", + "edges": 12, + "faces": 6, + "geometryDigest": "4d9bac34ef00223e0ad79ac8343db5ad41db344865e328d2af08af39e54d6cdc", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 199.99999999999994 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket:010:PocketSketch15", + "name": "PocketSketch15", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:011:Pocket15", + "name": "Pocket15", + "ordinal": 11, + "relationDigest": "9a5922a465ca2c209f271e3d69a0946c26788da9cf941a6c1ad197069b433e80", + "semanticNameDigest": "38a4f32dc7183df7507e46035b6165c7fcf382628683ef9481373e4a8bc855eb", + "shape": { + "area": 234.32000000000002, + "brepSha256": "cc79e0dab4e322db97ed2042207fb127aa33964f64067056757bd60cbfbbcc04", + "edges": 24, + "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 192.32 + }, + "typeId": "PartDesign::Pocket" + } + ], + "edited": [ + { + "key": "partdesign-pocket:000:Body15", + "name": "Body15", + "ordinal": 0, + "relationDigest": "9f09423f99c68875399c30dbfd6aaa1fc3f562be22cac48b8355738de1058c4e", + "semanticNameDigest": "ff9a4a0dce7bf1b6e16606c93298d77fecbd0b94b9cee895d67970af5e8b4292", + "shape": { + "area": 249.32000000000002, + "brepSha256": "f0cb55dd5efd4f12e421006ba28b4af682944d1b182b7f0845d9c2b86371d87d", + "edges": 24, + "faces": 12, + "geometryDigest": "90eadfc7f0435be3e16d7311111443f4fddc5df89ceff54539d8257dbe22d96a", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 211.06999999999994 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket:008:Sketch15", + "name": "Sketch15", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:009:Pad15", + "name": "Pad15", + "ordinal": 9, + "relationDigest": "aba7cfa7c09710094b72467c3bbae3e9c1b428b9fbfa5820b42b4b2c6077189f", + "semanticNameDigest": "14b22a1488b0ec4a49010c5a65a0cdb568599add0570eae14ebe3a08579fbed0", + "shape": { + "area": 224.99999999999997, + "brepSha256": "94a87458428b3d1f2decd18f03fe005440ed875a1ac0e0c952f252d85a160ad0", + "edges": 12, + "faces": 6, + "geometryDigest": "14a7d2af0ccc862011b83efa94b5a31de96ed928c5e2da9fc5e6c7bc27847dce", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 218.75 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket:010:PocketSketch15", + "name": "PocketSketch15", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:011:Pocket15", + "name": "Pocket15", + "ordinal": 11, + "relationDigest": "395c34fc674ce5a109939589f8f092cba769200d06c40be5b92cf1d6248e130e", + "semanticNameDigest": "14aadd2695abb094bfa0bebdb39e1e9f7ae20d7106fe07ab796cf0c0ba3ffccd", + "shape": { + "area": 249.32000000000002, + "brepSha256": "f641922e3fafed85dbbf7bb6c2718494baaf4ec1ab5c14ad0c1049e412a37bc1", + "edges": 24, + "faces": 12, + "geometryDigest": "90eadfc7f0435be3e16d7311111443f4fddc5df89ceff54539d8257dbe22d96a", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 211.06999999999994 + }, + "typeId": "PartDesign::Pocket" + } + ], + "restored": [ + { + "key": "partdesign-pocket:000:Body15", + "name": "Body15", + "ordinal": 0, + "relationDigest": "835e0cf6f0102faf415757a4b21e47cedf21f35329898ff417f8d7bedc6d9798", + "semanticNameDigest": "9707309dde4d9bda56609872fd2e8d88ea9e7a69313fe8cca3ce33871e97b619", + "shape": { + "area": 234.32000000000002, + "brepSha256": "b62707598c03005f6d65ffa77f5c33dcc380e5a2051b6b581d1816d249d33a16", + "edges": 24, + "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 192.32 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket:008:Sketch15", + "name": "Sketch15", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:009:Pad15", + "name": "Pad15", + "ordinal": 9, + "relationDigest": "e97281f38a54f85f3efd545921005513575cc9de7482a0822585214bc5edd954", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "shape": { + "area": 209.99999999999997, + "brepSha256": "f30d9bcb1fd9e0a59ddf8bbcb2b707c3fc99a995824beee026eb73acee4901e8", + "edges": 12, + "faces": 6, + "geometryDigest": "4d9bac34ef00223e0ad79ac8343db5ad41db344865e328d2af08af39e54d6cdc", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 199.99999999999994 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket:010:PocketSketch15", + "name": "PocketSketch15", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:011:Pocket15", + "name": "Pocket15", + "ordinal": 11, + "relationDigest": "adffd9c88c511bb64a85b993d5fb13f30668df6f0c6c1877ba4f1b0826287782", + "semanticNameDigest": "6f05ebd5436a54724d02365700524cc3f13e8979408d51f646e07f870f4ecd19", + "shape": { + "area": 234.32000000000002, + "brepSha256": "cc79e0dab4e322db97ed2042207fb127aa33964f64067056757bd60cbfbbcc04", + "edges": 24, + "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 192.32 + }, + "typeId": "PartDesign::Pocket" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 8, + "edited": 8.75, + "restored": 8 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -48780,27 +68191,34 @@ "elementMapSize": 52, "elementMapVersion": "15.70200.5", "label": "Body15", + "linkedObjects": [ + "Origin", + "Pad15", + "Pocket15", + "PocketSketch15", + "Sketch15" + ], "name": "Body15", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:H125a,F;:H125c,F", + "mappedName": "#16:1;:Hd5,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:1;:H125a,F", + "mappedName": "#16:1;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H1259,E" + "#b:1;:Hd4,E" ], - "mappedName": "#d:1;:G;XTR;:H1259:7,F", + "mappedName": "#d:1;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -48815,7 +68233,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:H125a,F;:H125c,F", + "mappedName": "#16:1;:Hd5,F;:Hd7,F", "mappedStringIds": [ 22 ], @@ -48825,21 +68243,21 @@ "history": [ { "children": [], - "mappedName": "#16:4;:H125a,F;:H125c,F", + "mappedName": "#16:4;:Hd5,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:4;:H125a,F", + "mappedName": "#16:4;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:H1259,E" + "#b:4;:Hd4,E" ], - "mappedName": "#d:4;:G;XTR;:H1259:7,F", + "mappedName": "#d:4;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -48856,7 +68274,7 @@ 13, 22 ], - "mappedName": "#16:4;:H125a,F;:H125c,F", + "mappedName": "#16:4;:Hd5,F;:Hd7,F", "mappedStringIds": [ 11, 13, @@ -48868,21 +68286,21 @@ "history": [ { "children": [], - "mappedName": "#16:2;:H125a,F;:H125c,F", + "mappedName": "#16:2;:Hd5,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:2;:H125a,F", + "mappedName": "#16:2;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:H1259,E" + "#b:2;:Hd4,E" ], - "mappedName": "#d:2;:G;XTR;:H1259:7,F", + "mappedName": "#d:2;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -48899,7 +68317,7 @@ 13, 22 ], - "mappedName": "#16:2;:H125a,F;:H125c,F", + "mappedName": "#16:2;:Hd5,F;:Hd7,F", "mappedStringIds": [ 11, 13, @@ -48911,21 +68329,21 @@ "history": [ { "children": [], - "mappedName": "#14:1;:H125a,F;:H125c,F", + "mappedName": "#14:1;:Hd5,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#14:1;:H125a,F", + "mappedName": "#14:1;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H1259,E" + "#b:1;:Hd4,E" ], - "mappedName": "#d:1;FAC;:H1259:4,F", + "mappedName": "#d:1;FAC;:Hd4:4,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -48940,7 +68358,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:H125a,F;:H125c,F", + "mappedName": "#14:1;:Hd5,F;:Hd7,F", "mappedStringIds": [ 20 ], @@ -48950,22 +68368,22 @@ "history": [ { "children": [], - "mappedName": "#38:1;:H125a,F;:H125c,F", + "mappedName": "#38:1;:Hd5,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#38:1;:H125a,F", + "mappedName": "#38:1;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:H1259:4,F", - "#b:1;:H1259,E" + "#d:1;FAC;:Hd4:4,F", + "#b:1;:Hd4,E" ], - "mappedName": "#14:1;:G0;XTR;:H1259:8,F", + "mappedName": "#14:1;:G0;XTR;:Hd4:8,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -48980,7 +68398,7 @@ "indexedStringIds": [ 56 ], - "mappedName": "#38:1;:H125a,F;:H125c,F", + "mappedName": "#38:1;:Hd5,F;:Hd7,F", "mappedStringIds": [ 56 ], @@ -48990,21 +68408,21 @@ "history": [ { "children": [], - "mappedName": "#16:3;:H125a,F;:H125c,F", + "mappedName": "#16:3;:Hd5,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:3;:H125a,F", + "mappedName": "#16:3;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:H1259,E" + "#b:3;:Hd4,E" ], - "mappedName": "#d:3;:G;XTR;:H1259:7,F", + "mappedName": "#d:3;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -49021,7 +68439,7 @@ 13, 22 ], - "mappedName": "#16:3;:H125a,F;:H125c,F", + "mappedName": "#16:3;:Hd5,F;:Hd7,F", "mappedStringIds": [ 11, 13, @@ -49033,18 +68451,18 @@ "history": [ { "children": [ - "#26:1;:H-125c,F" + "#26:1;:H-d7,F" ], - "mappedName": "#26:1;:H-125c,F;:H125c,F", + "mappedName": "#26:1;:H-d7,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;:G;XTR;:H125b:7,F", - "#b:1;:H125b,E" + "#1d:1;:G;XTR;:Hd6:7,F", + "#b:1;:Hd6,E" ], - "mappedName": "#26:1;:H-125c,F", + "mappedName": "#26:1;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49059,7 +68477,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:H-125c,F;:H125c,F", + "mappedName": "#26:1;:H-d7,F;:Hd7,F", "mappedStringIds": [ 38 ], @@ -49069,18 +68487,18 @@ "history": [ { "children": [ - "#26:4;:H-125c,F" + "#26:4;:H-d7,F" ], - "mappedName": "#26:4;:H-125c,F;:H125c,F", + "mappedName": "#26:4;:H-d7,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:4;:G;XTR;:H125b:7,F", - "#b:4;:H125b,E" + "#1d:4;:G;XTR;:Hd6:7,F", + "#b:4;:Hd6,E" ], - "mappedName": "#26:4;:H-125c,F", + "mappedName": "#26:4;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49097,7 +68515,7 @@ 29, 38 ], - "mappedName": "#26:4;:H-125c,F;:H125c,F", + "mappedName": "#26:4;:H-d7,F;:Hd7,F", "mappedStringIds": [ 11, 29, @@ -49109,18 +68527,18 @@ "history": [ { "children": [ - "#26:2;:H-125c,F" + "#26:2;:H-d7,F" ], - "mappedName": "#26:2;:H-125c,F;:H125c,F", + "mappedName": "#26:2;:H-d7,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:2;:G;XTR;:H125b:7,F", - "#b:2;:H125b,E" + "#1d:2;:G;XTR;:Hd6:7,F", + "#b:2;:Hd6,E" ], - "mappedName": "#26:2;:H-125c,F", + "mappedName": "#26:2;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49137,7 +68555,7 @@ 29, 38 ], - "mappedName": "#26:2;:H-125c,F;:H125c,F", + "mappedName": "#26:2;:H-d7,F;:Hd7,F", "mappedStringIds": [ 11, 29, @@ -49149,18 +68567,18 @@ "history": [ { "children": [ - "#24:1;:H-125c,F" + "#24:1;:H-d7,F" ], - "mappedName": "#24:1;:H-125c,F;:H125c,F", + "mappedName": "#24:1;:H-d7,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;FAC;:H125b:4,F", - "#b:1;:H125b,E" + "#1d:1;FAC;:Hd6:4,F", + "#b:1;:Hd6,E" ], - "mappedName": "#24:1;:H-125c,F", + "mappedName": "#24:1;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49175,7 +68593,7 @@ "indexedStringIds": [ 36 ], - "mappedName": "#24:1;:H-125c,F;:H125c,F", + "mappedName": "#24:1;:H-d7,F;:Hd7,F", "mappedStringIds": [ 36 ], @@ -49185,19 +68603,19 @@ "history": [ { "children": [ - "#45:1;:H-125c,F" + "#45:1;:H-d7,F" ], - "mappedName": "#45:1;:H-125c,F;:H125c,F", + "mappedName": "#45:1;:H-d7,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#24:1;:G0;XTR;:H125b:8,F", - "#1d:1;FAC;:H125b:4,F", - "#b:1;:H125b,E" + "#24:1;:G0;XTR;:Hd6:8,F", + "#1d:1;FAC;:Hd6:4,F", + "#b:1;:Hd6,E" ], - "mappedName": "#45:1;:H-125c,F", + "mappedName": "#45:1;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49212,7 +68630,7 @@ "indexedStringIds": [ 69 ], - "mappedName": "#45:1;:H-125c,F;:H125c,F", + "mappedName": "#45:1;:H-d7,F;:Hd7,F", "mappedStringIds": [ 69 ], @@ -49222,18 +68640,18 @@ "history": [ { "children": [ - "#26:3;:H-125c,F" + "#26:3;:H-d7,F" ], - "mappedName": "#26:3;:H-125c,F;:H125c,F", + "mappedName": "#26:3;:H-d7,F;:Hd7,F", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:3;:G;XTR;:H125b:7,F", - "#b:3;:H125b,E" + "#1d:3;:G;XTR;:Hd6:7,F", + "#b:3;:Hd6,E" ], - "mappedName": "#26:3;:H-125c,F", + "mappedName": "#26:3;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49250,7 +68668,7 @@ 29, 38 ], - "mappedName": "#26:3;:H-125c,F;:H125c,F", + "mappedName": "#26:3;:H-d7,F;:Hd7,F", "mappedStringIds": [ 11, 29, @@ -49262,38 +68680,36 @@ "history": [ { "children": [], - "mappedName": "#18:1;:H125a,E;:H125c,E", + "mappedName": "#5d:2e;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#18:1;:H125a,E", + "mappedName": "#5d:2e;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:H1259,V" - ], - "mappedName": "#f:1;:G;XTR;:H1259:7,E", + "children": [], + "mappedName": "#4646;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], - "mappedName": "#18:1;:H125a,E;:H125c,E", + "mappedName": "#5d:2e;:Hd5,E;:Hd7,E", "mappedStringIds": [ - 24 + 93 ], "name": "Edge1" }, @@ -49301,38 +68717,36 @@ "history": [ { "children": [], - "mappedName": "#19:2;:H125a,E;:H125c,E", + "mappedName": "#5e:2f;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#19:2;:H125a,E", + "mappedName": "#5e:2f;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:H1259,V" - ], - "mappedName": "#10:2;:G;XTR;:H1259:7,E", + "children": [], + "mappedName": "#4747;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], - "mappedName": "#19:2;:H125a,E;:H125c,E", + "mappedName": "#5e:2f;:Hd5,E;:Hd7,E", "mappedStringIds": [ - 25 + 94 ], "name": "Edge2" }, @@ -49340,19 +68754,19 @@ "history": [ { "children": [], - "mappedName": "#d:1;:H125a,E;:H125c,E", + "mappedName": "#d:1;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:1;:H125a,E", + "mappedName": "#d:1;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:H1259,E", + "mappedName": "#b:1;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -49367,7 +68781,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:H125a,E;:H125c,E", + "mappedName": "#d:1;:Hd5,E;:Hd7,E", "mappedStringIds": [ 13 ], @@ -49377,22 +68791,22 @@ "history": [ { "children": [], - "mappedName": "#36:1;:H125a,E;:H125c,E", + "mappedName": "#36:1;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:1;:H125a,E", + "mappedName": "#36:1;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:H1259:7,F", - "#b:1;:H1259,E" + "#d:1;:G;XTR;:Hd4:7,F", + "#b:1;:Hd4,E" ], - "mappedName": "#16:1;:U;XTR;:H1259:7,E", + "mappedName": "#16:1;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -49407,7 +68821,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:H125a,E;:H125c,E", + "mappedName": "#36:1;:Hd5,E;:Hd7,E", "mappedStringIds": [ 54 ], @@ -49417,38 +68831,36 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:H125a,E;:H125c,E", + "mappedName": "#60:31;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1b:2;:H125a,E", + "mappedName": "#60:31;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:H1259,V" - ], - "mappedName": "#12:2;:G;XTR;:H1259:7,E", + "children": [], + "mappedName": "#4949;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], - "mappedName": "#1b:2;:H125a,E;:H125c,E", + "mappedName": "#60:31;:Hd5,E;:Hd7,E", "mappedStringIds": [ - 27 + 96 ], "name": "Edge5" }, @@ -49456,19 +68868,19 @@ "history": [ { "children": [], - "mappedName": "#d:4;:H125a,E;:H125c,E", + "mappedName": "#d:4;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:4;:H125a,E", + "mappedName": "#d:4;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:H1259,E", + "mappedName": "#b:4;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -49484,7 +68896,7 @@ 11, 13 ], - "mappedName": "#d:4;:H125a,E;:H125c,E", + "mappedName": "#d:4;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13 @@ -49495,22 +68907,22 @@ "history": [ { "children": [], - "mappedName": "#36:4;:H125a,E;:H125c,E", + "mappedName": "#36:4;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:4;:H125a,E", + "mappedName": "#36:4;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:H1259:7,F", - "#b:4;:H1259,E" + "#d:4;:G;XTR;:Hd4:7,F", + "#b:4;:Hd4,E" ], - "mappedName": "#16:4;:U;XTR;:H1259:7,E", + "mappedName": "#16:4;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -49528,7 +68940,7 @@ 22, 54 ], - "mappedName": "#36:4;:H125a,E;:H125c,E", + "mappedName": "#36:4;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13, @@ -49541,38 +68953,36 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:H125a,E;:H125c,E", + "mappedName": "#5f:30;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1a:2;:H125a,E", + "mappedName": "#5f:30;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:H1259,V" - ], - "mappedName": "#11:2;:G;XTR;:H1259:7,E", + "children": [], + "mappedName": "#4848;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], - "mappedName": "#1a:2;:H125a,E;:H125c,E", + "mappedName": "#5f:30;:Hd5,E;:Hd7,E", "mappedStringIds": [ - 26 + 95 ], "name": "Edge8" }, @@ -49580,19 +68990,19 @@ "history": [ { "children": [], - "mappedName": "#d:2;:H125a,E;:H125c,E", + "mappedName": "#d:2;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:2;:H125a,E", + "mappedName": "#d:2;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:H1259,E", + "mappedName": "#b:2;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -49608,7 +69018,7 @@ 11, 13 ], - "mappedName": "#d:2;:H125a,E;:H125c,E", + "mappedName": "#d:2;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13 @@ -49619,22 +69029,22 @@ "history": [ { "children": [], - "mappedName": "#36:2;:H125a,E;:H125c,E", + "mappedName": "#36:2;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:2;:H125a,E", + "mappedName": "#36:2;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:H1259:7,F", - "#b:2;:H1259,E" + "#d:2;:G;XTR;:Hd4:7,F", + "#b:2;:Hd4,E" ], - "mappedName": "#16:2;:U;XTR;:H1259:7,E", + "mappedName": "#16:2;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -49652,7 +69062,7 @@ 22, 54 ], - "mappedName": "#36:2;:H125a,E;:H125c,E", + "mappedName": "#36:2;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13, @@ -49665,19 +69075,19 @@ "history": [ { "children": [], - "mappedName": "#d:3;:H125a,E;:H125c,E", + "mappedName": "#d:3;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:3;:H125a,E", + "mappedName": "#d:3;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:H1259,E", + "mappedName": "#b:3;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -49693,7 +69103,7 @@ 11, 13 ], - "mappedName": "#d:3;:H125a,E;:H125c,E", + "mappedName": "#d:3;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13 @@ -49704,22 +69114,22 @@ "history": [ { "children": [], - "mappedName": "#36:3;:H125a,E;:H125c,E", + "mappedName": "#36:3;:Hd5,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:3;:H125a,E", + "mappedName": "#36:3;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:H1259:7,F", - "#b:3;:H1259,E" + "#d:3;:G;XTR;:Hd4:7,F", + "#b:3;:Hd4,E" ], - "mappedName": "#16:3;:U;XTR;:H1259:7,E", + "mappedName": "#16:3;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -49737,7 +69147,7 @@ 22, 54 ], - "mappedName": "#36:3;:H125a,E;:H125c,E", + "mappedName": "#36:3;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13, @@ -49750,36 +69160,35 @@ "history": [ { "children": [ - "#28:2;:H-125c,E" + "#4a;:H-d7,E" ], - "mappedName": "#28:2;:H-125c,E;:H125c,E", + "mappedName": "#4a;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#1f:2;:G;XTR;:H125b:7,E", - "#22;:H125b,V", - "#8;:H125b,V" + "#1f;:G;XTR;:Hd6:7,E", + "#2;:Hd6,V" ], - "mappedName": "#28:2;:H-125c,E", + "mappedName": "#4a;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], - "mappedName": "#28:2;:H-125c,E;:H125c,E", + "mappedName": "#4a;:H-d7,E;:Hd7,E", "mappedStringIds": [ - 40 + 74 ], "name": "Edge13" }, @@ -49787,30 +69196,35 @@ "history": [ { "children": [ - "#29:4;:H-125c,E" + "#4b;:H-d7,E" ], - "mappedName": "#29:4;:H-125c,E;:H125c,E", + "mappedName": "#4b;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#20:4;:G;XTR;:H125b:7,E", - "#44;:H125b,V", - ";:G0;XTR;:H125b:8,F" + "#20;:G;XTR;:Hd6:7,E", + "#4;:Hd6,V" ], - "mappedName": "#29:4;:H-125c,E", + "mappedName": "#4b;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch15", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], - "mappedName": "#29:4;:H-125c,E;:H125c,E", + "mappedName": "#4b;:H-d7,E;:Hd7,E", "mappedStringIds": [ - 41 + 75 ], "name": "Edge14" }, @@ -49818,17 +69232,17 @@ "history": [ { "children": [ - "#1d:1;:H-125c,E" + "#1d:1;:H-d7,E" ], - "mappedName": "#1d:1;:H-125c,E;:H125c,E", + "mappedName": "#1d:1;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:H125b,E" + "#b:1;:Hd6,E" ], - "mappedName": "#1d:1;:H-125c,E", + "mappedName": "#1d:1;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49843,7 +69257,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:H-125c,E;:H125c,E", + "mappedName": "#1d:1;:H-d7,E;:Hd7,E", "mappedStringIds": [ 29 ], @@ -49853,19 +69267,19 @@ "history": [ { "children": [ - "#43:1;:H-125c,E" + "#43:1;:H-d7,E" ], - "mappedName": "#43:1;:H-125c,E;:H125c,E", + "mappedName": "#43:1;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#26:1;:U;XTR;:H125b:7,E", - "#1d:1;:G;XTR;:H125b:7,F", - "#b:1;:H125b,E" + "#26:1;:U;XTR;:Hd6:7,E", + "#1d:1;:G;XTR;:Hd6:7,F", + "#b:1;:Hd6,E" ], - "mappedName": "#43:1;:H-125c,E", + "mappedName": "#43:1;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49880,7 +69294,7 @@ "indexedStringIds": [ 67 ], - "mappedName": "#43:1;:H-125c,E;:H125c,E", + "mappedName": "#43:1;:H-d7,E;:Hd7,E", "mappedStringIds": [ 67 ], @@ -49890,35 +69304,35 @@ "history": [ { "children": [ - "#2b:8;:H-125c,E" + "#4d;:H-d7,E" ], - "mappedName": "#2b:8;:H-125c,E;:H125c,E", + "mappedName": "#4d;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#22:8;:G;XTR;:H125b:7,E", - "#88;:H125b,V" + "#22;:G;XTR;:Hd6:7,E", + "#8;:Hd6,V" ], - "mappedName": "#2b:8;:H-125c,E", + "mappedName": "#4d;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], - "mappedName": "#2b:8;:H-125c,E;:H125c,E", + "mappedName": "#4d;:H-d7,E;:Hd7,E", "mappedStringIds": [ - 43 + 77 ], "name": "Edge17" }, @@ -49926,17 +69340,17 @@ "history": [ { "children": [ - "#1d:4;:H-125c,E" + "#1d:4;:H-d7,E" ], - "mappedName": "#1d:4;:H-125c,E;:H125c,E", + "mappedName": "#1d:4;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:H125b,E" + "#b:4;:Hd6,E" ], - "mappedName": "#1d:4;:H-125c,E", + "mappedName": "#1d:4;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49952,7 +69366,7 @@ 11, 29 ], - "mappedName": "#1d:4;:H-125c,E;:H125c,E", + "mappedName": "#1d:4;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29 @@ -49963,19 +69377,19 @@ "history": [ { "children": [ - "#43:4;:H-125c,E" + "#43:4;:H-d7,E" ], - "mappedName": "#43:4;:H-125c,E;:H125c,E", + "mappedName": "#43:4;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#26:4;:U;XTR;:H125b:7,E", - "#1d:4;:G;XTR;:H125b:7,F", - "#b:4;:H125b,E" + "#26:4;:U;XTR;:Hd6:7,E", + "#1d:4;:G;XTR;:Hd6:7,F", + "#b:4;:Hd6,E" ], - "mappedName": "#43:4;:H-125c,E", + "mappedName": "#43:4;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -49993,7 +69407,7 @@ 38, 67 ], - "mappedName": "#43:4;:H-125c,E;:H125c,E", + "mappedName": "#43:4;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29, @@ -50006,35 +69420,35 @@ "history": [ { "children": [ - "#2a:6;:H-125c,E" + "#4c;:H-d7,E" ], - "mappedName": "#2a:6;:H-125c,E;:H125c,E", + "mappedName": "#4c;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#21:6;:G;XTR;:H125b:7,E", - "#66;:H125b,V" + "#21;:G;XTR;:Hd6:7,E", + "#6;:Hd6,V" ], - "mappedName": "#2a:6;:H-125c,E", + "mappedName": "#4c;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], - "mappedName": "#2a:6;:H-125c,E;:H125c,E", + "mappedName": "#4c;:H-d7,E;:Hd7,E", "mappedStringIds": [ - 42 + 76 ], "name": "Edge20" }, @@ -50042,17 +69456,17 @@ "history": [ { "children": [ - "#1d:2;:H-125c,E" + "#1d:2;:H-d7,E" ], - "mappedName": "#1d:2;:H-125c,E;:H125c,E", + "mappedName": "#1d:2;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:H125b,E" + "#b:2;:Hd6,E" ], - "mappedName": "#1d:2;:H-125c,E", + "mappedName": "#1d:2;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -50068,7 +69482,7 @@ 11, 29 ], - "mappedName": "#1d:2;:H-125c,E;:H125c,E", + "mappedName": "#1d:2;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29 @@ -50079,19 +69493,19 @@ "history": [ { "children": [ - "#43:2;:H-125c,E" + "#43:2;:H-d7,E" ], - "mappedName": "#43:2;:H-125c,E;:H125c,E", + "mappedName": "#43:2;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#26:2;:U;XTR;:H125b:7,E", - "#1d:2;:G;XTR;:H125b:7,F", - "#b:2;:H125b,E" + "#26:2;:U;XTR;:Hd6:7,E", + "#1d:2;:G;XTR;:Hd6:7,F", + "#b:2;:Hd6,E" ], - "mappedName": "#43:2;:H-125c,E", + "mappedName": "#43:2;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -50109,7 +69523,7 @@ 38, 67 ], - "mappedName": "#43:2;:H-125c,E;:H125c,E", + "mappedName": "#43:2;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29, @@ -50122,17 +69536,17 @@ "history": [ { "children": [ - "#1d:3;:H-125c,E" + "#1d:3;:H-d7,E" ], - "mappedName": "#1d:3;:H-125c,E;:H125c,E", + "mappedName": "#1d:3;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:H125b,E" + "#b:3;:Hd6,E" ], - "mappedName": "#1d:3;:H-125c,E", + "mappedName": "#1d:3;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -50148,7 +69562,7 @@ 11, 29 ], - "mappedName": "#1d:3;:H-125c,E;:H125c,E", + "mappedName": "#1d:3;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29 @@ -50159,19 +69573,19 @@ "history": [ { "children": [ - "#43:3;:H-125c,E" + "#43:3;:H-d7,E" ], - "mappedName": "#43:3;:H-125c,E;:H125c,E", + "mappedName": "#43:3;:H-d7,E;:Hd7,E", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#26:3;:U;XTR;:H125b:7,E", - "#1d:3;:G;XTR;:H125b:7,F", - "#b:3;:H125b,E" + "#26:3;:U;XTR;:Hd6:7,E", + "#1d:3;:G;XTR;:Hd6:7,F", + "#b:3;:Hd6,E" ], - "mappedName": "#43:3;:H-125c,E", + "mappedName": "#43:3;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -50189,7 +69603,7 @@ 38, 67 ], - "mappedName": "#43:3;:H-125c,E;:H125c,E", + "mappedName": "#43:3;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29, @@ -50202,36 +69616,36 @@ "history": [ { "children": [], - "mappedName": "#f:1;:H125a,V;:H125c,V", + "mappedName": "#46;:Hd5,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#f:1;:H125a,V", + "mappedName": "#46;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:H1259,V", + "mappedName": "#2;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], - "mappedName": "#f:1;:H125a,V;:H125c,V", + "mappedName": "#46;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 15 + 70 ], "name": "Vertex1" }, @@ -50239,39 +69653,40 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:H125a,V;:H125c,V", + "mappedName": "#4f:1;:Hd5,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2e:1;:H125a,V", + "mappedName": "#4f:1;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:H1259:7,E", - "#2:1;:H1259,V" + "#16:1;:U;XTR;:Hd4:7,E", + "#d:1;:G;XTR;:Hd4:7,F", + "#b:1;:Hd4,E" ], - "mappedName": "#18:1;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U;XTR;:Hd4:7,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], - "mappedName": "#2e:1;:H125a,V;:H125c,V", + "mappedName": "#4f:1;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 46 + 79 ], "name": "Vertex2" }, @@ -50279,36 +69694,36 @@ "history": [ { "children": [], - "mappedName": "#10:2;:H125a,V;:H125c,V", + "mappedName": "#47;:Hd5,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#10:2;:H125a,V", + "mappedName": "#47;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:H1259,V", + "mappedName": "#4;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], - "mappedName": "#10:2;:H125a,V;:H125c,V", + "mappedName": "#47;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 16 + 71 ], "name": "Vertex3" }, @@ -50316,39 +69731,40 @@ "history": [ { "children": [], - "mappedName": "#30:2;:H125a,V;:H125c,V", + "mappedName": "#52:1;:Hd5,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#30:2;:H125a,V", + "mappedName": "#52:1;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:H1259:7,E", - "#4:2;:H1259,V" + "#16:1;:U;XTR;:Hd4:7,E", + "#d:1;:G;XTR;:Hd4:7,F", + "#b:1;:Hd4,E" ], - "mappedName": "#19:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U2;XTR;:Hd4:8,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], - "mappedName": "#30:2;:H125a,V;:H125c,V", + "mappedName": "#52:1;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 48 + 82 ], "name": "Vertex4" }, @@ -50356,36 +69772,36 @@ "history": [ { "children": [], - "mappedName": "#12:2;:H125a,V;:H125c,V", + "mappedName": "#49;:Hd5,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#12:2;:H125a,V", + "mappedName": "#49;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:H1259,V", + "mappedName": "#8;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], - "mappedName": "#12:2;:H125a,V;:H125c,V", + "mappedName": "#49;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 18 + 73 ], "name": "Vertex5" }, @@ -50393,39 +69809,48 @@ "history": [ { "children": [], - "mappedName": "#34:2;:H125a,V;:H125c,V", + "mappedName": "#52:3;:Hd5,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#34:2;:H125a,V", + "mappedName": "#52:3;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:H1259:7,E", - "#8:2;:H1259,V" + "#16:3;:U;XTR;:Hd4:7,E", + "#d:3;:G;XTR;:Hd4:7,F", + "#b:3;:Hd4,E" ], - "mappedName": "#1b:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:3;:U2;XTR;:Hd4:8,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#34:2;:H125a,V;:H125c,V", + "mappedName": "#52:3;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex6" }, @@ -50433,36 +69858,36 @@ "history": [ { "children": [], - "mappedName": "#11:2;:H125a,V;:H125c,V", + "mappedName": "#48;:Hd5,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#11:2;:H125a,V", + "mappedName": "#48;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:H1259,V", + "mappedName": "#6;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], - "mappedName": "#11:2;:H125a,V;:H125c,V", + "mappedName": "#48;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 17 + 72 ], "name": "Vertex7" }, @@ -50470,39 +69895,48 @@ "history": [ { "children": [], - "mappedName": "#32:2;:H125a,V;:H125c,V", + "mappedName": "#52:2;:Hd5,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#32:2;:H125a,V", + "mappedName": "#52:2;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:H1259:7,E", - "#6:2;:H1259,V" + "#16:2;:U;XTR;:Hd4:7,E", + "#d:2;:G;XTR;:Hd4:7,F", + "#b:2;:Hd4,E" ], - "mappedName": "#1a:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:2;:U2;XTR;:Hd4:8,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#32:2;:H125a,V;:H125c,V", + "mappedName": "#52:2;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex8" }, @@ -50510,17 +69944,17 @@ "history": [ { "children": [ - "#1f;:H-125c,V" + "#1f;:H-d7,V" ], - "mappedName": "#1f;:H-125c,V;:H125c,V", + "mappedName": "#1f;:H-d7,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#2;:H125b,V" + "#2;:Hd6,V" ], - "mappedName": "#1f;:H-125c,V", + "mappedName": "#1f;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -50535,7 +69969,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:H-125c,V;:H125c,V", + "mappedName": "#1f;:H-d7,V;:Hd7,V", "mappedStringIds": [ 31 ], @@ -50545,37 +69979,36 @@ "history": [ { "children": [ - "#3b:2;:H-125c,V" + "#59;:H-d7,V" ], - "mappedName": "#3b:2;:H-125c,V;:H125c,V", + "mappedName": "#59;:H-d7,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#28:2;:U;XTR;:H125b:7,V", - "#1f:2;:G;XTR;:H125b:7,E", - "#22;:H125b,V", - "#8;:H125b,V" + "#4a;:U;XTR;:Hd6:7,V", + "#1f;:G;XTR;:Hd6:7,E", + "#2;:Hd6,V" ], - "mappedName": "#3b:2;:H-125c,V", + "mappedName": "#59;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], - "mappedName": "#3b:2;:H-125c,V;:H125c,V", + "mappedName": "#59;:H-d7,V;:Hd7,V", "mappedStringIds": [ - 59 + 89 ], "name": "Vertex10" }, @@ -50583,17 +70016,17 @@ "history": [ { "children": [ - "#20;:H-125c,V" + "#20;:H-d7,V" ], - "mappedName": "#20;:H-125c,V;:H125c,V", + "mappedName": "#20;:H-d7,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#4;:H125b,V" + "#4;:Hd6,V" ], - "mappedName": "#20;:H-125c,V", + "mappedName": "#20;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -50608,7 +70041,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:H-125c,V;:H125c,V", + "mappedName": "#20;:H-d7,V;:Hd7,V", "mappedStringIds": [ 32 ], @@ -50618,31 +70051,36 @@ "history": [ { "children": [ - "#3d:4;:H-125c,V" + "#61;:H-d7,V" ], - "mappedName": "#3d:4;:H-125c,V;:H125c,V", + "mappedName": "#61;:H-d7,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#29:4;:U;XTR;:H125b:7,V", - "#20:4;:G;XTR;:H125b:7,E", - "#44;:H125b,V", - ";:G0;XTR;:H125b:8,F" + "#4b;:U;XTR;:Hd6:7,V", + "#20;:G;XTR;:Hd6:7,E", + "#4;:Hd6,V" ], - "mappedName": "#3d:4;:H-125c,V", + "mappedName": "#61;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch15", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], - "mappedName": "#3d:4;:H-125c,V;:H125c,V", + "mappedName": "#61;:H-d7,V;:Hd7,V", "mappedStringIds": [ - 61 + 97 ], "name": "Vertex12" }, @@ -50650,17 +70088,17 @@ "history": [ { "children": [ - "#22;:H-125c,V" + "#22;:H-d7,V" ], - "mappedName": "#22;:H-125c,V;:H125c,V", + "mappedName": "#22;:H-d7,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#8;:H125b,V" + "#8;:Hd6,V" ], - "mappedName": "#22;:H-125c,V", + "mappedName": "#22;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -50675,7 +70113,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:H-125c,V;:H125c,V", + "mappedName": "#22;:H-d7,V;:Hd7,V", "mappedStringIds": [ 34 ], @@ -50685,36 +70123,36 @@ "history": [ { "children": [ - "#41:8;:H-125c,V" + "#63;:H-d7,V" ], - "mappedName": "#41:8;:H-125c,V;:H125c,V", + "mappedName": "#63;:H-d7,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#2b:8;:U;XTR;:H125b:7,V", - "#22:8;:G;XTR;:H125b:7,E", - "#88;:H125b,V" + "#4d;:U;XTR;:Hd6:7,V", + "#22;:G;XTR;:Hd6:7,E", + "#8;:Hd6,V" ], - "mappedName": "#41:8;:H-125c,V", + "mappedName": "#63;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], - "mappedName": "#41:8;:H-125c,V;:H125c,V", + "mappedName": "#63;:H-d7,V;:Hd7,V", "mappedStringIds": [ - 65 + 99 ], "name": "Vertex14" }, @@ -50722,17 +70160,17 @@ "history": [ { "children": [ - "#21;:H-125c,V" + "#21;:H-d7,V" ], - "mappedName": "#21;:H-125c,V;:H125c,V", + "mappedName": "#21;:H-d7,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#6;:H125b,V" + "#6;:Hd6,V" ], - "mappedName": "#21;:H-125c,V", + "mappedName": "#21;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -50747,7 +70185,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:H-125c,V;:H125c,V", + "mappedName": "#21;:H-d7,V;:Hd7,V", "mappedStringIds": [ 33 ], @@ -50757,36 +70195,36 @@ "history": [ { "children": [ - "#3f:6;:H-125c,V" + "#62;:H-d7,V" ], - "mappedName": "#3f:6;:H-125c,V;:H125c,V", + "mappedName": "#62;:H-d7,V;:Hd7,V", "object": "Body15", "typeId": "PartDesign::Body" }, { "children": [ - "#2a:6;:U;XTR;:H125b:7,V", - "#21:6;:G;XTR;:H125b:7,E", - "#66;:H125b,V" + "#4c;:U;XTR;:Hd6:7,V", + "#21;:G;XTR;:Hd6:7,E", + "#6;:Hd6,V" ], - "mappedName": "#3f:6;:H-125c,V", + "mappedName": "#62;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], - "mappedName": "#3f:6;:H-125c,V;:H125c,V", + "mappedName": "#62;:H-d7,V;:Hd7,V", "mappedStringIds": [ - 63 + 98 ], "name": "Vertex16" } @@ -50804,7 +70242,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:H125a,F;:H125c,F", + "mappedName": "#16:1;:Hd5,F;:Hd7,F", "mappedStringIds": [ 22 ], @@ -50814,7 +70252,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:H125a,F;:H125c,F", + "name": "#16:1;:Hd5,F;:Hd7,F", "stringIds": [ 22 ] @@ -50824,15 +70262,15 @@ "resultPersistentId": "Body15:face:0", "sourceRefs": [ { - "mappedName": "#16:1;:H125a,F", + "mappedName": "#16:1;:Hd5,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#16:1;:H125a,F", + "persistentId": "Pocket15:mapped:#16:1;:Hd5,F", "stageId": "Pocket15" }, { - "mappedName": "#d:1;:G;XTR;:H1259:7,F", + "mappedName": "#d:1;:G;XTR;:Hd4:7,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:1;:G;XTR;:H1259:7,F", + "persistentId": "Pad15:mapped:#d:1;:G;XTR;:Hd4:7,F", "stageId": "Pad15" }, { @@ -50851,7 +70289,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:H125a,F;:H125c,F", + "mappedName": "#16:4;:Hd5,F;:Hd7,F", "mappedStringIds": [ 11, 13, @@ -50863,7 +70301,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:H125a,F;:H125c,F", + "name": "#16:4;:Hd5,F;:Hd7,F", "stringIds": [ 11, 13, @@ -50875,15 +70313,15 @@ "resultPersistentId": "Body15:face:1", "sourceRefs": [ { - "mappedName": "#16:4;:H125a,F", + "mappedName": "#16:4;:Hd5,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#16:4;:H125a,F", + "persistentId": "Pocket15:mapped:#16:4;:Hd5,F", "stageId": "Pocket15" }, { - "mappedName": "#d:4;:G;XTR;:H1259:7,F", + "mappedName": "#d:4;:G;XTR;:Hd4:7,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:4;:G;XTR;:H1259:7,F", + "persistentId": "Pad15:mapped:#d:4;:G;XTR;:Hd4:7,F", "stageId": "Pad15" }, { @@ -50902,7 +70340,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:H125a,F;:H125c,F", + "mappedName": "#16:2;:Hd5,F;:Hd7,F", "mappedStringIds": [ 11, 13, @@ -50914,7 +70352,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:H125a,F;:H125c,F", + "name": "#16:2;:Hd5,F;:Hd7,F", "stringIds": [ 11, 13, @@ -50926,15 +70364,15 @@ "resultPersistentId": "Body15:face:2", "sourceRefs": [ { - "mappedName": "#16:2;:H125a,F", + "mappedName": "#16:2;:Hd5,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#16:2;:H125a,F", + "persistentId": "Pocket15:mapped:#16:2;:Hd5,F", "stageId": "Pocket15" }, { - "mappedName": "#d:2;:G;XTR;:H1259:7,F", + "mappedName": "#d:2;:G;XTR;:Hd4:7,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:2;:G;XTR;:H1259:7,F", + "persistentId": "Pad15:mapped:#d:2;:G;XTR;:Hd4:7,F", "stageId": "Pad15" }, { @@ -50951,7 +70389,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:H125a,F;:H125c,F", + "mappedName": "#14:1;:Hd5,F;:Hd7,F", "mappedStringIds": [ 20 ], @@ -50961,7 +70399,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:H125a,F;:H125c,F", + "name": "#14:1;:Hd5,F;:Hd7,F", "stringIds": [ 20 ] @@ -50971,15 +70409,15 @@ "resultPersistentId": "Body15:face:3", "sourceRefs": [ { - "mappedName": "#14:1;:H125a,F", + "mappedName": "#14:1;:Hd5,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#14:1;:H125a,F", + "persistentId": "Pocket15:mapped:#14:1;:Hd5,F", "stageId": "Pocket15" }, { - "mappedName": "#d:1;FAC;:H1259:4,F", + "mappedName": "#d:1;FAC;:Hd4:4,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:1;FAC;:H1259:4,F", + "persistentId": "Pad15:mapped:#d:1;FAC;:Hd4:4,F", "stageId": "Pad15" }, { @@ -50996,7 +70434,7 @@ 56 ], "kind": "face", - "mappedName": "#38:1;:H125a,F;:H125c,F", + "mappedName": "#38:1;:Hd5,F;:Hd7,F", "mappedStringIds": [ 56 ], @@ -51006,7 +70444,7 @@ "index": 5, "type": "Face" }, - "name": "#38:1;:H125a,F;:H125c,F", + "name": "#38:1;:Hd5,F;:Hd7,F", "stringIds": [ 56 ] @@ -51016,15 +70454,15 @@ "resultPersistentId": "Body15:face:4", "sourceRefs": [ { - "mappedName": "#38:1;:H125a,F", + "mappedName": "#38:1;:Hd5,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#38:1;:H125a,F", + "persistentId": "Pocket15:mapped:#38:1;:Hd5,F", "stageId": "Pocket15" }, { - "mappedName": "#14:1;:G0;XTR;:H1259:8,F", + "mappedName": "#14:1;:G0;XTR;:Hd4:8,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#14:1;:G0;XTR;:H1259:8,F", + "persistentId": "Pad15:mapped:#14:1;:G0;XTR;:Hd4:8,F", "stageId": "Pad15" }, { @@ -51043,7 +70481,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:H125a,F;:H125c,F", + "mappedName": "#16:3;:Hd5,F;:Hd7,F", "mappedStringIds": [ 11, 13, @@ -51055,7 +70493,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:H125a,F;:H125c,F", + "name": "#16:3;:Hd5,F;:Hd7,F", "stringIds": [ 11, 13, @@ -51067,15 +70505,15 @@ "resultPersistentId": "Body15:face:5", "sourceRefs": [ { - "mappedName": "#16:3;:H125a,F", + "mappedName": "#16:3;:Hd5,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#16:3;:H125a,F", + "persistentId": "Pocket15:mapped:#16:3;:Hd5,F", "stageId": "Pocket15" }, { - "mappedName": "#d:3;:G;XTR;:H1259:7,F", + "mappedName": "#d:3;:G;XTR;:Hd4:7,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:3;:G;XTR;:H1259:7,F", + "persistentId": "Pad15:mapped:#d:3;:G;XTR;:Hd4:7,F", "stageId": "Pad15" }, { @@ -51092,7 +70530,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:H-125c,F;:H125c,F", + "mappedName": "#26:1;:H-d7,F;:Hd7,F", "mappedStringIds": [ 38 ], @@ -51102,7 +70540,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:H-125c,F;:H125c,F", + "name": "#26:1;:H-d7,F;:Hd7,F", "stringIds": [ 38 ] @@ -51112,9 +70550,9 @@ "resultPersistentId": "Body15:face:6", "sourceRefs": [ { - "mappedName": "#26:1;:H-125c,F", + "mappedName": "#26:1;:H-d7,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#26:1;:H-125c,F", + "persistentId": "Pocket15:mapped:#26:1;:H-d7,F", "stageId": "Pocket15" }, { @@ -51133,7 +70571,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:H-125c,F;:H125c,F", + "mappedName": "#26:4;:H-d7,F;:Hd7,F", "mappedStringIds": [ 11, 29, @@ -51145,7 +70583,7 @@ "index": 8, "type": "Face" }, - "name": "#26:4;:H-125c,F;:H125c,F", + "name": "#26:4;:H-d7,F;:Hd7,F", "stringIds": [ 11, 29, @@ -51157,9 +70595,9 @@ "resultPersistentId": "Body15:face:7", "sourceRefs": [ { - "mappedName": "#26:4;:H-125c,F", + "mappedName": "#26:4;:H-d7,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#26:4;:H-125c,F", + "persistentId": "Pocket15:mapped:#26:4;:H-d7,F", "stageId": "Pocket15" }, { @@ -51178,7 +70616,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:H-125c,F;:H125c,F", + "mappedName": "#26:2;:H-d7,F;:Hd7,F", "mappedStringIds": [ 11, 29, @@ -51190,7 +70628,7 @@ "index": 9, "type": "Face" }, - "name": "#26:2;:H-125c,F;:H125c,F", + "name": "#26:2;:H-d7,F;:Hd7,F", "stringIds": [ 11, 29, @@ -51202,9 +70640,9 @@ "resultPersistentId": "Body15:face:8", "sourceRefs": [ { - "mappedName": "#26:2;:H-125c,F", + "mappedName": "#26:2;:H-d7,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#26:2;:H-125c,F", + "persistentId": "Pocket15:mapped:#26:2;:H-d7,F", "stageId": "Pocket15" }, { @@ -51221,7 +70659,7 @@ 36 ], "kind": "face", - "mappedName": "#24:1;:H-125c,F;:H125c,F", + "mappedName": "#24:1;:H-d7,F;:Hd7,F", "mappedStringIds": [ 36 ], @@ -51231,7 +70669,7 @@ "index": 10, "type": "Face" }, - "name": "#24:1;:H-125c,F;:H125c,F", + "name": "#24:1;:H-d7,F;:Hd7,F", "stringIds": [ 36 ] @@ -51241,9 +70679,9 @@ "resultPersistentId": "Body15:face:9", "sourceRefs": [ { - "mappedName": "#24:1;:H-125c,F", + "mappedName": "#24:1;:H-d7,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#24:1;:H-125c,F", + "persistentId": "Pocket15:mapped:#24:1;:H-d7,F", "stageId": "Pocket15" }, { @@ -51260,7 +70698,7 @@ 69 ], "kind": "face", - "mappedName": "#45:1;:H-125c,F;:H125c,F", + "mappedName": "#45:1;:H-d7,F;:Hd7,F", "mappedStringIds": [ 69 ], @@ -51270,7 +70708,7 @@ "index": 11, "type": "Face" }, - "name": "#45:1;:H-125c,F;:H125c,F", + "name": "#45:1;:H-d7,F;:Hd7,F", "stringIds": [ 69 ] @@ -51280,9 +70718,9 @@ "resultPersistentId": "Body15:face:10", "sourceRefs": [ { - "mappedName": "#45:1;:H-125c,F", + "mappedName": "#45:1;:H-d7,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#45:1;:H-125c,F", + "persistentId": "Pocket15:mapped:#45:1;:H-d7,F", "stageId": "Pocket15" }, { @@ -51301,7 +70739,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:H-125c,F;:H125c,F", + "mappedName": "#26:3;:H-d7,F;:Hd7,F", "mappedStringIds": [ 11, 29, @@ -51313,7 +70751,7 @@ "index": 12, "type": "Face" }, - "name": "#26:3;:H-125c,F;:H125c,F", + "name": "#26:3;:H-d7,F;:Hd7,F", "stringIds": [ 11, 29, @@ -51325,9 +70763,9 @@ "resultPersistentId": "Body15:face:11", "sourceRefs": [ { - "mappedName": "#26:3;:H-125c,F", + "mappedName": "#26:3;:H-d7,F", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#26:3;:H-125c,F", + "persistentId": "Pocket15:mapped:#26:3;:H-d7,F", "stageId": "Pocket15" }, { @@ -51341,12 +70779,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], "kind": "edge", - "mappedName": "#18:1;:H125a,E;:H125c,E", + "mappedName": "#5d:2e;:Hd5,E;:Hd7,E", "mappedStringIds": [ - 24 + 93 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -51354,9 +70792,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:H125a,E;:H125c,E", + "name": "#5d:2e;:Hd5,E;:Hd7,E", "stringIds": [ - 24 + 93 ] }, "relation": "preserved", @@ -51364,21 +70802,21 @@ "resultPersistentId": "Body15:edge:0", "sourceRefs": [ { - "mappedName": "#18:1;:H125a,E", + "mappedName": "#5d:2e;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#18:1;:H125a,E", + "persistentId": "Pocket15:mapped:#5d:2e;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#f:1;:G;XTR;:H1259:7,E", + "mappedName": "#4646;:G;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#f:1;:G;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#4646;:G;XTR;:Hd4:7,E", "stageId": "Pad15" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v11;SKT", + "persistentId": "Sketch15:mapped:#4646", "stageId": "Sketch15" } ] @@ -51386,12 +70824,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], "kind": "edge", - "mappedName": "#19:2;:H125a,E;:H125c,E", + "mappedName": "#5e:2f;:Hd5,E;:Hd7,E", "mappedStringIds": [ - 25 + 94 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -51399,9 +70837,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:H125a,E;:H125c,E", + "name": "#5e:2f;:Hd5,E;:Hd7,E", "stringIds": [ - 25 + 94 ] }, "relation": "preserved", @@ -51409,21 +70847,21 @@ "resultPersistentId": "Body15:edge:1", "sourceRefs": [ { - "mappedName": "#19:2;:H125a,E", + "mappedName": "#5e:2f;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#19:2;:H125a,E", + "persistentId": "Pocket15:mapped:#5e:2f;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#10:2;:G;XTR;:H1259:7,E", + "mappedName": "#4747;:G;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#10:2;:G;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#4747;:G;XTR;:Hd4:7,E", "stageId": "Pad15" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v22;SKT", + "persistentId": "Sketch15:mapped:#4747", "stageId": "Sketch15" } ] @@ -51434,7 +70872,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:H125a,E;:H125c,E", + "mappedName": "#d:1;:Hd5,E;:Hd7,E", "mappedStringIds": [ 13 ], @@ -51444,7 +70882,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:H125a,E;:H125c,E", + "name": "#d:1;:Hd5,E;:Hd7,E", "stringIds": [ 13 ] @@ -51454,15 +70892,15 @@ "resultPersistentId": "Body15:edge:2", "sourceRefs": [ { - "mappedName": "#d:1;:H125a,E", + "mappedName": "#d:1;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#d:1;:H125a,E", + "persistentId": "Pocket15:mapped:#d:1;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#b:1;:H1259,E", + "mappedName": "#b:1;:Hd4,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#b:1;:H1259,E", + "persistentId": "Pad15:mapped:#b:1;:Hd4,E", "stageId": "Pad15" }, { @@ -51479,7 +70917,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:H125a,E;:H125c,E", + "mappedName": "#36:1;:Hd5,E;:Hd7,E", "mappedStringIds": [ 54 ], @@ -51489,7 +70927,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:H125a,E;:H125c,E", + "name": "#36:1;:Hd5,E;:Hd7,E", "stringIds": [ 54 ] @@ -51499,15 +70937,15 @@ "resultPersistentId": "Body15:edge:3", "sourceRefs": [ { - "mappedName": "#36:1;:H125a,E", + "mappedName": "#36:1;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#36:1;:H125a,E", + "persistentId": "Pocket15:mapped:#36:1;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#16:1;:U;XTR;:H1259:7,E", + "mappedName": "#16:1;:U;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#16:1;:U;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#16:1;:U;XTR;:Hd4:7,E", "stageId": "Pad15" }, { @@ -51521,12 +70959,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], "kind": "edge", - "mappedName": "#1b:2;:H125a,E;:H125c,E", + "mappedName": "#60:31;:Hd5,E;:Hd7,E", "mappedStringIds": [ - 27 + 96 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -51534,9 +70972,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:H125a,E;:H125c,E", + "name": "#60:31;:Hd5,E;:Hd7,E", "stringIds": [ - 27 + 96 ] }, "relation": "preserved", @@ -51544,21 +70982,21 @@ "resultPersistentId": "Body15:edge:4", "sourceRefs": [ { - "mappedName": "#1b:2;:H125a,E", + "mappedName": "#60:31;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#1b:2;:H125a,E", + "persistentId": "Pocket15:mapped:#60:31;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#12:2;:G;XTR;:H1259:7,E", + "mappedName": "#4949;:G;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#12:2;:G;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#4949;:G;XTR;:Hd4:7,E", "stageId": "Pad15" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g3v22;SKT", + "persistentId": "Sketch15:mapped:#4949", "stageId": "Sketch15" } ] @@ -51570,7 +71008,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:H125a,E;:H125c,E", + "mappedName": "#d:4;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13 @@ -51581,7 +71019,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:H125a,E;:H125c,E", + "name": "#d:4;:Hd5,E;:Hd7,E", "stringIds": [ 11, 13 @@ -51592,15 +71030,15 @@ "resultPersistentId": "Body15:edge:5", "sourceRefs": [ { - "mappedName": "#d:4;:H125a,E", + "mappedName": "#d:4;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#d:4;:H125a,E", + "persistentId": "Pocket15:mapped:#d:4;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#b:4;:H1259,E", + "mappedName": "#b:4;:Hd4,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#b:4;:H1259,E", + "persistentId": "Pad15:mapped:#b:4;:Hd4,E", "stageId": "Pad15" }, { @@ -51620,7 +71058,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:H125a,E;:H125c,E", + "mappedName": "#36:4;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13, @@ -51633,7 +71071,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:H125a,E;:H125c,E", + "name": "#36:4;:Hd5,E;:Hd7,E", "stringIds": [ 11, 13, @@ -51646,15 +71084,15 @@ "resultPersistentId": "Body15:edge:6", "sourceRefs": [ { - "mappedName": "#36:4;:H125a,E", + "mappedName": "#36:4;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#36:4;:H125a,E", + "persistentId": "Pocket15:mapped:#36:4;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#16:4;:U;XTR;:H1259:7,E", + "mappedName": "#16:4;:U;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#16:4;:U;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#16:4;:U;XTR;:Hd4:7,E", "stageId": "Pad15" }, { @@ -51668,12 +71106,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], "kind": "edge", - "mappedName": "#1a:2;:H125a,E;:H125c,E", + "mappedName": "#5f:30;:Hd5,E;:Hd7,E", "mappedStringIds": [ - 26 + 95 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -51681,9 +71119,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:H125a,E;:H125c,E", + "name": "#5f:30;:Hd5,E;:Hd7,E", "stringIds": [ - 26 + 95 ] }, "relation": "preserved", @@ -51691,21 +71129,21 @@ "resultPersistentId": "Body15:edge:7", "sourceRefs": [ { - "mappedName": "#1a:2;:H125a,E", + "mappedName": "#5f:30;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#1a:2;:H125a,E", + "persistentId": "Pocket15:mapped:#5f:30;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#11:2;:G;XTR;:H1259:7,E", + "mappedName": "#4848;:G;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#11:2;:G;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#4848;:G;XTR;:Hd4:7,E", "stageId": "Pad15" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g2v22;SKT", + "persistentId": "Sketch15:mapped:#4848", "stageId": "Sketch15" } ] @@ -51717,7 +71155,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:H125a,E;:H125c,E", + "mappedName": "#d:2;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13 @@ -51728,7 +71166,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:H125a,E;:H125c,E", + "name": "#d:2;:Hd5,E;:Hd7,E", "stringIds": [ 11, 13 @@ -51739,15 +71177,15 @@ "resultPersistentId": "Body15:edge:8", "sourceRefs": [ { - "mappedName": "#d:2;:H125a,E", + "mappedName": "#d:2;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#d:2;:H125a,E", + "persistentId": "Pocket15:mapped:#d:2;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#b:2;:H1259,E", + "mappedName": "#b:2;:Hd4,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#b:2;:H1259,E", + "persistentId": "Pad15:mapped:#b:2;:Hd4,E", "stageId": "Pad15" }, { @@ -51767,7 +71205,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:H125a,E;:H125c,E", + "mappedName": "#36:2;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13, @@ -51780,7 +71218,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:H125a,E;:H125c,E", + "name": "#36:2;:Hd5,E;:Hd7,E", "stringIds": [ 11, 13, @@ -51793,15 +71231,15 @@ "resultPersistentId": "Body15:edge:9", "sourceRefs": [ { - "mappedName": "#36:2;:H125a,E", + "mappedName": "#36:2;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#36:2;:H125a,E", + "persistentId": "Pocket15:mapped:#36:2;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#16:2;:U;XTR;:H1259:7,E", + "mappedName": "#16:2;:U;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#16:2;:U;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#16:2;:U;XTR;:Hd4:7,E", "stageId": "Pad15" }, { @@ -51819,7 +71257,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:H125a,E;:H125c,E", + "mappedName": "#d:3;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13 @@ -51830,7 +71268,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:H125a,E;:H125c,E", + "name": "#d:3;:Hd5,E;:Hd7,E", "stringIds": [ 11, 13 @@ -51841,15 +71279,15 @@ "resultPersistentId": "Body15:edge:10", "sourceRefs": [ { - "mappedName": "#d:3;:H125a,E", + "mappedName": "#d:3;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#d:3;:H125a,E", + "persistentId": "Pocket15:mapped:#d:3;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#b:3;:H1259,E", + "mappedName": "#b:3;:Hd4,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#b:3;:H1259,E", + "persistentId": "Pad15:mapped:#b:3;:Hd4,E", "stageId": "Pad15" }, { @@ -51869,7 +71307,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:H125a,E;:H125c,E", + "mappedName": "#36:3;:Hd5,E;:Hd7,E", "mappedStringIds": [ 11, 13, @@ -51882,7 +71320,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:H125a,E;:H125c,E", + "name": "#36:3;:Hd5,E;:Hd7,E", "stringIds": [ 11, 13, @@ -51895,15 +71333,15 @@ "resultPersistentId": "Body15:edge:11", "sourceRefs": [ { - "mappedName": "#36:3;:H125a,E", + "mappedName": "#36:3;:Hd5,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#36:3;:H125a,E", + "persistentId": "Pocket15:mapped:#36:3;:Hd5,E", "stageId": "Pocket15" }, { - "mappedName": "#16:3;:U;XTR;:H1259:7,E", + "mappedName": "#16:3;:U;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#16:3;:U;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#16:3;:U;XTR;:Hd4:7,E", "stageId": "Pad15" }, { @@ -51917,12 +71355,12 @@ { "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], "kind": "edge", - "mappedName": "#28:2;:H-125c,E;:H125c,E", + "mappedName": "#4a;:H-d7,E;:Hd7,E", "mappedStringIds": [ - 40 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -51930,9 +71368,9 @@ "index": 13, "type": "Edge" }, - "name": "#28:2;:H-125c,E;:H125c,E", + "name": "#4a;:H-d7,E;:Hd7,E", "stringIds": [ - 40 + 74 ] }, "relation": "preserved", @@ -51940,15 +71378,15 @@ "resultPersistentId": "Body15:edge:12", "sourceRefs": [ { - "mappedName": "#28:2;:H-125c,E", + "mappedName": "#4a;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#28:2;:H-125c,E", + "persistentId": "Pocket15:mapped:#4a;:H-d7,E", "stageId": "Pocket15" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:g3v2;SKT", + "persistentId": "PocketSketch15:mapped:g1v1;SKT", "stageId": "PocketSketch15" } ] @@ -51956,12 +71394,12 @@ { "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], "kind": "edge", - "mappedName": "#29:4;:H-125c,E;:H125c,E", + "mappedName": "#4b;:H-d7,E;:Hd7,E", "mappedStringIds": [ - 41 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -51969,9 +71407,9 @@ "index": 14, "type": "Edge" }, - "name": "#29:4;:H-125c,E;:H125c,E", + "name": "#4b;:H-d7,E;:Hd7,E", "stringIds": [ - 41 + 75 ] }, "relation": "preserved", @@ -51979,10 +71417,16 @@ "resultPersistentId": "Body15:edge:13", "sourceRefs": [ { - "mappedName": "#29:4;:H-125c,E", + "mappedName": "#4b;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#29:4;:H-125c,E", + "persistentId": "Pocket15:mapped:#4b;:H-d7,E", "stageId": "Pocket15" + }, + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch15", + "persistentId": "PocketSketch15:mapped:g1v2;SKT", + "stageId": "PocketSketch15" } ] }, @@ -51992,7 +71436,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:H-125c,E;:H125c,E", + "mappedName": "#1d:1;:H-d7,E;:Hd7,E", "mappedStringIds": [ 29 ], @@ -52002,7 +71446,7 @@ "index": 15, "type": "Edge" }, - "name": "#1d:1;:H-125c,E;:H125c,E", + "name": "#1d:1;:H-d7,E;:Hd7,E", "stringIds": [ 29 ] @@ -52012,9 +71456,9 @@ "resultPersistentId": "Body15:edge:14", "sourceRefs": [ { - "mappedName": "#1d:1;:H-125c,E", + "mappedName": "#1d:1;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#1d:1;:H-125c,E", + "persistentId": "Pocket15:mapped:#1d:1;:H-d7,E", "stageId": "Pocket15" }, { @@ -52031,7 +71475,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:1;:H-125c,E;:H125c,E", + "mappedName": "#43:1;:H-d7,E;:Hd7,E", "mappedStringIds": [ 67 ], @@ -52041,7 +71485,7 @@ "index": 16, "type": "Edge" }, - "name": "#43:1;:H-125c,E;:H125c,E", + "name": "#43:1;:H-d7,E;:Hd7,E", "stringIds": [ 67 ] @@ -52051,9 +71495,9 @@ "resultPersistentId": "Body15:edge:15", "sourceRefs": [ { - "mappedName": "#43:1;:H-125c,E", + "mappedName": "#43:1;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#43:1;:H-125c,E", + "persistentId": "Pocket15:mapped:#43:1;:H-d7,E", "stageId": "Pocket15" }, { @@ -52067,12 +71511,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], "kind": "edge", - "mappedName": "#2b:8;:H-125c,E;:H125c,E", + "mappedName": "#4d;:H-d7,E;:Hd7,E", "mappedStringIds": [ - 43 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52080,9 +71524,9 @@ "index": 17, "type": "Edge" }, - "name": "#2b:8;:H-125c,E;:H125c,E", + "name": "#4d;:H-d7,E;:Hd7,E", "stringIds": [ - 43 + 77 ] }, "relation": "preserved", @@ -52090,15 +71534,15 @@ "resultPersistentId": "Body15:edge:16", "sourceRefs": [ { - "mappedName": "#2b:8;:H-125c,E", + "mappedName": "#4d;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#2b:8;:H-125c,E", + "persistentId": "Pocket15:mapped:#4d;:H-d7,E", "stageId": "Pocket15" }, { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:#88", + "persistentId": "PocketSketch15:mapped:g3v2;SKT", "stageId": "PocketSketch15" } ] @@ -52110,7 +71554,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:H-125c,E;:H125c,E", + "mappedName": "#1d:4;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29 @@ -52121,7 +71565,7 @@ "index": 18, "type": "Edge" }, - "name": "#1d:4;:H-125c,E;:H125c,E", + "name": "#1d:4;:H-d7,E;:Hd7,E", "stringIds": [ 11, 29 @@ -52132,9 +71576,9 @@ "resultPersistentId": "Body15:edge:17", "sourceRefs": [ { - "mappedName": "#1d:4;:H-125c,E", + "mappedName": "#1d:4;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#1d:4;:H-125c,E", + "persistentId": "Pocket15:mapped:#1d:4;:H-d7,E", "stageId": "Pocket15" }, { @@ -52154,7 +71598,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:4;:H-125c,E;:H125c,E", + "mappedName": "#43:4;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29, @@ -52167,7 +71611,7 @@ "index": 19, "type": "Edge" }, - "name": "#43:4;:H-125c,E;:H125c,E", + "name": "#43:4;:H-d7,E;:Hd7,E", "stringIds": [ 11, 29, @@ -52180,9 +71624,9 @@ "resultPersistentId": "Body15:edge:18", "sourceRefs": [ { - "mappedName": "#43:4;:H-125c,E", + "mappedName": "#43:4;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#43:4;:H-125c,E", + "persistentId": "Pocket15:mapped:#43:4;:H-d7,E", "stageId": "Pocket15" }, { @@ -52196,12 +71640,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], "kind": "edge", - "mappedName": "#2a:6;:H-125c,E;:H125c,E", + "mappedName": "#4c;:H-d7,E;:Hd7,E", "mappedStringIds": [ - 42 + 76 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52209,9 +71653,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:H-125c,E;:H125c,E", + "name": "#4c;:H-d7,E;:Hd7,E", "stringIds": [ - 42 + 76 ] }, "relation": "preserved", @@ -52219,15 +71663,15 @@ "resultPersistentId": "Body15:edge:19", "sourceRefs": [ { - "mappedName": "#2a:6;:H-125c,E", + "mappedName": "#4c;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#2a:6;:H-125c,E", + "persistentId": "Pocket15:mapped:#4c;:H-d7,E", "stageId": "Pocket15" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:#66", + "persistentId": "PocketSketch15:mapped:g2v2;SKT", "stageId": "PocketSketch15" } ] @@ -52239,7 +71683,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:H-125c,E;:H125c,E", + "mappedName": "#1d:2;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29 @@ -52250,7 +71694,7 @@ "index": 21, "type": "Edge" }, - "name": "#1d:2;:H-125c,E;:H125c,E", + "name": "#1d:2;:H-d7,E;:Hd7,E", "stringIds": [ 11, 29 @@ -52261,9 +71705,9 @@ "resultPersistentId": "Body15:edge:20", "sourceRefs": [ { - "mappedName": "#1d:2;:H-125c,E", + "mappedName": "#1d:2;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#1d:2;:H-125c,E", + "persistentId": "Pocket15:mapped:#1d:2;:H-d7,E", "stageId": "Pocket15" }, { @@ -52283,7 +71727,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:2;:H-125c,E;:H125c,E", + "mappedName": "#43:2;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29, @@ -52296,7 +71740,7 @@ "index": 22, "type": "Edge" }, - "name": "#43:2;:H-125c,E;:H125c,E", + "name": "#43:2;:H-d7,E;:Hd7,E", "stringIds": [ 11, 29, @@ -52309,9 +71753,9 @@ "resultPersistentId": "Body15:edge:21", "sourceRefs": [ { - "mappedName": "#43:2;:H-125c,E", + "mappedName": "#43:2;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#43:2;:H-125c,E", + "persistentId": "Pocket15:mapped:#43:2;:H-d7,E", "stageId": "Pocket15" }, { @@ -52329,7 +71773,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:H-125c,E;:H125c,E", + "mappedName": "#1d:3;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29 @@ -52340,7 +71784,7 @@ "index": 23, "type": "Edge" }, - "name": "#1d:3;:H-125c,E;:H125c,E", + "name": "#1d:3;:H-d7,E;:Hd7,E", "stringIds": [ 11, 29 @@ -52351,9 +71795,9 @@ "resultPersistentId": "Body15:edge:22", "sourceRefs": [ { - "mappedName": "#1d:3;:H-125c,E", + "mappedName": "#1d:3;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#1d:3;:H-125c,E", + "persistentId": "Pocket15:mapped:#1d:3;:H-d7,E", "stageId": "Pocket15" }, { @@ -52373,7 +71817,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:3;:H-125c,E;:H125c,E", + "mappedName": "#43:3;:H-d7,E;:Hd7,E", "mappedStringIds": [ 11, 29, @@ -52386,7 +71830,7 @@ "index": 24, "type": "Edge" }, - "name": "#43:3;:H-125c,E;:H125c,E", + "name": "#43:3;:H-d7,E;:Hd7,E", "stringIds": [ 11, 29, @@ -52399,9 +71843,9 @@ "resultPersistentId": "Body15:edge:23", "sourceRefs": [ { - "mappedName": "#43:3;:H-125c,E", + "mappedName": "#43:3;:H-d7,E", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#43:3;:H-125c,E", + "persistentId": "Pocket15:mapped:#43:3;:H-d7,E", "stageId": "Pocket15" }, { @@ -52415,12 +71859,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], "kind": "vertex", - "mappedName": "#f:1;:H125a,V;:H125c,V", + "mappedName": "#46;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 15 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52428,9 +71872,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:H125a,V;:H125c,V", + "name": "#46;:Hd5,V;:Hd7,V", "stringIds": [ - 15 + 70 ] }, "relation": "preserved", @@ -52438,21 +71882,21 @@ "resultPersistentId": "Body15:vertex:0", "sourceRefs": [ { - "mappedName": "#f:1;:H125a,V", + "mappedName": "#46;:Hd5,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#f:1;:H125a,V", + "persistentId": "Pocket15:mapped:#46;:Hd5,V", "stageId": "Pocket15" }, { - "mappedName": "#2:1;:H1259,V", + "mappedName": "#2;:Hd4,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#2:1;:H1259,V", + "persistentId": "Pad15:mapped:#2;:Hd4,V", "stageId": "Pad15" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v11;SKT", + "persistentId": "Sketch15:mapped:g1v1;SKT", "stageId": "Sketch15" } ] @@ -52460,12 +71904,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], "kind": "vertex", - "mappedName": "#2e:1;:H125a,V;:H125c,V", + "mappedName": "#4f:1;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 46 + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52473,9 +71917,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:H125a,V;:H125c,V", + "name": "#4f:1;:Hd5,V;:Hd7,V", "stringIds": [ - 46 + 79 ] }, "relation": "preserved", @@ -52483,21 +71927,21 @@ "resultPersistentId": "Body15:vertex:1", "sourceRefs": [ { - "mappedName": "#2e:1;:H125a,V", + "mappedName": "#4f:1;:Hd5,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#2e:1;:H125a,V", + "persistentId": "Pocket15:mapped:#4f:1;:Hd5,V", "stageId": "Pocket15" }, { - "mappedName": "#18:1;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U;XTR;:Hd4:7,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#18:1;:U;XTR;:H1259:7,V", + "persistentId": "Pad15:mapped:#36:1;:U;XTR;:Hd4:7,V", "stageId": "Pad15" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v11;SKT", + "persistentId": "Sketch15:mapped:g1;SKT", "stageId": "Sketch15" } ] @@ -52505,12 +71949,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], "kind": "vertex", - "mappedName": "#10:2;:H125a,V;:H125c,V", + "mappedName": "#47;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 16 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52518,9 +71962,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:H125a,V;:H125c,V", + "name": "#47;:Hd5,V;:Hd7,V", "stringIds": [ - 16 + 71 ] }, "relation": "preserved", @@ -52528,21 +71972,21 @@ "resultPersistentId": "Body15:vertex:2", "sourceRefs": [ { - "mappedName": "#10:2;:H125a,V", + "mappedName": "#47;:Hd5,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#10:2;:H125a,V", + "persistentId": "Pocket15:mapped:#47;:Hd5,V", "stageId": "Pocket15" }, { - "mappedName": "#4:2;:H1259,V", + "mappedName": "#4;:Hd4,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#4:2;:H1259,V", + "persistentId": "Pad15:mapped:#4;:Hd4,V", "stageId": "Pad15" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v22;SKT", + "persistentId": "Sketch15:mapped:g1v2;SKT", "stageId": "Sketch15" } ] @@ -52550,12 +71994,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], "kind": "vertex", - "mappedName": "#30:2;:H125a,V;:H125c,V", + "mappedName": "#52:1;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 48 + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52563,9 +72007,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:H125a,V;:H125c,V", + "name": "#52:1;:Hd5,V;:Hd7,V", "stringIds": [ - 48 + 82 ] }, "relation": "preserved", @@ -52573,21 +72017,21 @@ "resultPersistentId": "Body15:vertex:3", "sourceRefs": [ { - "mappedName": "#30:2;:H125a,V", + "mappedName": "#52:1;:Hd5,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#30:2;:H125a,V", + "persistentId": "Pocket15:mapped:#52:1;:Hd5,V", "stageId": "Pocket15" }, { - "mappedName": "#19:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U2;XTR;:Hd4:8,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#19:2;:U;XTR;:H1259:7,V", + "persistentId": "Pad15:mapped:#36:1;:U2;XTR;:Hd4:8,V", "stageId": "Pad15" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v22;SKT", + "persistentId": "Sketch15:mapped:g1;SKT", "stageId": "Sketch15" } ] @@ -52595,12 +72039,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], "kind": "vertex", - "mappedName": "#12:2;:H125a,V;:H125c,V", + "mappedName": "#49;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 18 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52608,9 +72052,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:H125a,V;:H125c,V", + "name": "#49;:Hd5,V;:Hd7,V", "stringIds": [ - 18 + 73 ] }, "relation": "preserved", @@ -52618,21 +72062,21 @@ "resultPersistentId": "Body15:vertex:4", "sourceRefs": [ { - "mappedName": "#12:2;:H125a,V", + "mappedName": "#49;:Hd5,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#12:2;:H125a,V", + "persistentId": "Pocket15:mapped:#49;:Hd5,V", "stageId": "Pocket15" }, { - "mappedName": "#8:2;:H1259,V", + "mappedName": "#8;:Hd4,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#8:2;:H1259,V", + "persistentId": "Pad15:mapped:#8;:Hd4,V", "stageId": "Pad15" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g3v22;SKT", + "persistentId": "Sketch15:mapped:g3v2;SKT", "stageId": "Sketch15" } ] @@ -52640,12 +72084,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#34:2;:H125a,V;:H125c,V", + "mappedName": "#52:3;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52653,9 +72105,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:H125a,V;:H125c,V", + "name": "#52:3;:Hd5,V;:Hd7,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -52663,21 +72119,21 @@ "resultPersistentId": "Body15:vertex:5", "sourceRefs": [ { - "mappedName": "#34:2;:H125a,V", + "mappedName": "#52:3;:Hd5,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#34:2;:H125a,V", + "persistentId": "Pocket15:mapped:#52:3;:Hd5,V", "stageId": "Pocket15" }, { - "mappedName": "#1b:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:3;:U2;XTR;:Hd4:8,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#1b:2;:U;XTR;:H1259:7,V", + "persistentId": "Pad15:mapped:#36:3;:U2;XTR;:Hd4:8,V", "stageId": "Pad15" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g3v22;SKT", + "persistentId": "Sketch15:mapped:g3;SKT", "stageId": "Sketch15" } ] @@ -52685,12 +72141,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], "kind": "vertex", - "mappedName": "#11:2;:H125a,V;:H125c,V", + "mappedName": "#48;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 17 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52698,9 +72154,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:H125a,V;:H125c,V", + "name": "#48;:Hd5,V;:Hd7,V", "stringIds": [ - 17 + 72 ] }, "relation": "preserved", @@ -52708,21 +72164,21 @@ "resultPersistentId": "Body15:vertex:6", "sourceRefs": [ { - "mappedName": "#11:2;:H125a,V", + "mappedName": "#48;:Hd5,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#11:2;:H125a,V", + "persistentId": "Pocket15:mapped:#48;:Hd5,V", "stageId": "Pocket15" }, { - "mappedName": "#6:2;:H1259,V", + "mappedName": "#6;:Hd4,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#6:2;:H1259,V", + "persistentId": "Pad15:mapped:#6;:Hd4,V", "stageId": "Pad15" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g2v22;SKT", + "persistentId": "Sketch15:mapped:g2v2;SKT", "stageId": "Sketch15" } ] @@ -52730,12 +72186,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#32:2;:H125a,V;:H125c,V", + "mappedName": "#52:2;:Hd5,V;:Hd7,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52743,9 +72207,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:H125a,V;:H125c,V", + "name": "#52:2;:Hd5,V;:Hd7,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -52753,21 +72221,21 @@ "resultPersistentId": "Body15:vertex:7", "sourceRefs": [ { - "mappedName": "#32:2;:H125a,V", + "mappedName": "#52:2;:Hd5,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#32:2;:H125a,V", + "persistentId": "Pocket15:mapped:#52:2;:Hd5,V", "stageId": "Pocket15" }, { - "mappedName": "#1a:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:2;:U2;XTR;:Hd4:8,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#1a:2;:U;XTR;:H1259:7,V", + "persistentId": "Pad15:mapped:#36:2;:U2;XTR;:Hd4:8,V", "stageId": "Pad15" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g2v22;SKT", + "persistentId": "Sketch15:mapped:g2;SKT", "stageId": "Sketch15" } ] @@ -52778,7 +72246,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:H-125c,V;:H125c,V", + "mappedName": "#1f;:H-d7,V;:Hd7,V", "mappedStringIds": [ 31 ], @@ -52788,7 +72256,7 @@ "index": 9, "type": "Vertex" }, - "name": "#1f;:H-125c,V;:H125c,V", + "name": "#1f;:H-d7,V;:Hd7,V", "stringIds": [ 31 ] @@ -52798,9 +72266,9 @@ "resultPersistentId": "Body15:vertex:8", "sourceRefs": [ { - "mappedName": "#1f;:H-125c,V", + "mappedName": "#1f;:H-d7,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#1f;:H-125c,V", + "persistentId": "Pocket15:mapped:#1f;:H-d7,V", "stageId": "Pocket15" }, { @@ -52814,12 +72282,12 @@ { "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], "kind": "vertex", - "mappedName": "#3b:2;:H-125c,V;:H125c,V", + "mappedName": "#59;:H-d7,V;:Hd7,V", "mappedStringIds": [ - 59 + 89 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52827,9 +72295,9 @@ "index": 10, "type": "Vertex" }, - "name": "#3b:2;:H-125c,V;:H125c,V", + "name": "#59;:H-d7,V;:Hd7,V", "stringIds": [ - 59 + 89 ] }, "relation": "preserved", @@ -52837,15 +72305,15 @@ "resultPersistentId": "Body15:vertex:9", "sourceRefs": [ { - "mappedName": "#3b:2;:H-125c,V", + "mappedName": "#59;:H-d7,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#3b:2;:H-125c,V", + "persistentId": "Pocket15:mapped:#59;:H-d7,V", "stageId": "Pocket15" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:g3v2;SKT", + "persistentId": "PocketSketch15:mapped:g1v1;SKT", "stageId": "PocketSketch15" } ] @@ -52856,7 +72324,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:H-125c,V;:H125c,V", + "mappedName": "#20;:H-d7,V;:Hd7,V", "mappedStringIds": [ 32 ], @@ -52866,7 +72334,7 @@ "index": 11, "type": "Vertex" }, - "name": "#20;:H-125c,V;:H125c,V", + "name": "#20;:H-d7,V;:Hd7,V", "stringIds": [ 32 ] @@ -52876,9 +72344,9 @@ "resultPersistentId": "Body15:vertex:10", "sourceRefs": [ { - "mappedName": "#20;:H-125c,V", + "mappedName": "#20;:H-d7,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#20;:H-125c,V", + "persistentId": "Pocket15:mapped:#20;:H-d7,V", "stageId": "Pocket15" }, { @@ -52892,12 +72360,12 @@ { "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], "kind": "vertex", - "mappedName": "#3d:4;:H-125c,V;:H125c,V", + "mappedName": "#61;:H-d7,V;:Hd7,V", "mappedStringIds": [ - 61 + 97 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52905,9 +72373,9 @@ "index": 12, "type": "Vertex" }, - "name": "#3d:4;:H-125c,V;:H125c,V", + "name": "#61;:H-d7,V;:Hd7,V", "stringIds": [ - 61 + 97 ] }, "relation": "preserved", @@ -52915,10 +72383,16 @@ "resultPersistentId": "Body15:vertex:11", "sourceRefs": [ { - "mappedName": "#3d:4;:H-125c,V", + "mappedName": "#61;:H-d7,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#3d:4;:H-125c,V", + "persistentId": "Pocket15:mapped:#61;:H-d7,V", "stageId": "Pocket15" + }, + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch15", + "persistentId": "PocketSketch15:mapped:g1v2;SKT", + "stageId": "PocketSketch15" } ] }, @@ -52928,7 +72402,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:H-125c,V;:H125c,V", + "mappedName": "#22;:H-d7,V;:Hd7,V", "mappedStringIds": [ 34 ], @@ -52938,7 +72412,7 @@ "index": 13, "type": "Vertex" }, - "name": "#22;:H-125c,V;:H125c,V", + "name": "#22;:H-d7,V;:Hd7,V", "stringIds": [ 34 ] @@ -52948,9 +72422,9 @@ "resultPersistentId": "Body15:vertex:12", "sourceRefs": [ { - "mappedName": "#22;:H-125c,V", + "mappedName": "#22;:H-d7,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#22;:H-125c,V", + "persistentId": "Pocket15:mapped:#22;:H-d7,V", "stageId": "Pocket15" }, { @@ -52964,12 +72438,12 @@ { "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], "kind": "vertex", - "mappedName": "#41:8;:H-125c,V;:H125c,V", + "mappedName": "#63;:H-d7,V;:Hd7,V", "mappedStringIds": [ - 65 + 99 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -52977,9 +72451,9 @@ "index": 14, "type": "Vertex" }, - "name": "#41:8;:H-125c,V;:H125c,V", + "name": "#63;:H-d7,V;:Hd7,V", "stringIds": [ - 65 + 99 ] }, "relation": "preserved", @@ -52987,15 +72461,15 @@ "resultPersistentId": "Body15:vertex:13", "sourceRefs": [ { - "mappedName": "#41:8;:H-125c,V", + "mappedName": "#63;:H-d7,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#41:8;:H-125c,V", + "persistentId": "Pocket15:mapped:#63;:H-d7,V", "stageId": "Pocket15" }, { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:#88", + "persistentId": "PocketSketch15:mapped:g3v2;SKT", "stageId": "PocketSketch15" } ] @@ -53006,7 +72480,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:H-125c,V;:H125c,V", + "mappedName": "#21;:H-d7,V;:Hd7,V", "mappedStringIds": [ 33 ], @@ -53016,7 +72490,7 @@ "index": 15, "type": "Vertex" }, - "name": "#21;:H-125c,V;:H125c,V", + "name": "#21;:H-d7,V;:Hd7,V", "stringIds": [ 33 ] @@ -53026,9 +72500,9 @@ "resultPersistentId": "Body15:vertex:14", "sourceRefs": [ { - "mappedName": "#21;:H-125c,V", + "mappedName": "#21;:H-d7,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#21;:H-125c,V", + "persistentId": "Pocket15:mapped:#21;:H-d7,V", "stageId": "Pocket15" }, { @@ -53042,12 +72516,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], "kind": "vertex", - "mappedName": "#3f:6;:H-125c,V;:H125c,V", + "mappedName": "#62;:H-d7,V;:Hd7,V", "mappedStringIds": [ - 63 + 98 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -53055,9 +72529,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3f:6;:H-125c,V;:H125c,V", + "name": "#62;:H-d7,V;:Hd7,V", "stringIds": [ - 63 + 98 ] }, "relation": "preserved", @@ -53065,15 +72539,15 @@ "resultPersistentId": "Body15:vertex:15", "sourceRefs": [ { - "mappedName": "#3f:6;:H-125c,V", + "mappedName": "#62;:H-d7,V", "objectId": "Pocket15", - "persistentId": "Pocket15:mapped:#3f:6;:H-125c,V", + "persistentId": "Pocket15:mapped:#62;:H-d7,V", "stageId": "Pocket15" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:#66", + "persistentId": "PocketSketch15:mapped:g2v2;SKT", "stageId": "PocketSketch15" } ] @@ -53088,11 +72562,1465 @@ "stageId": "Body15", "status": "native-evidence" }, + "relationDigest": "835e0cf6f0102faf415757a4b21e47cedf21f35329898ff417f8d7bedc6d9798", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:1;:H#,F", + "sourceElement": "#16:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:4;:H#,F", + "sourceElement": "#16:4", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:2;:H#,F", + "sourceElement": "#16:2", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#14:1;:H#,F", + "sourceElement": "#14:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#38:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#38:1;:H#,F", + "sourceElement": "#38:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:3;:H#,F", + "sourceElement": "#16:3", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:H-d7,F;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#b:1;:H#,E" + ], + "mappedName": "#26:1;:H-d7,F", + "sourceElement": "#26:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:4;:H-d7,F;:H#,F", + "relation": "preserved", + "resultName": "Face8", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#b:4;:H#,E" + ], + "mappedName": "#26:4;:H-d7,F", + "sourceElement": "#26:4", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:2;:H-d7,F;:H#,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#b:2;:H#,E" + ], + "mappedName": "#26:2;:H-d7,F", + "sourceElement": "#26:2", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#24:1;:H-d7,F;:H#,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [ + "#1d:1;FAC;:H#:4,F", + "#b:1;:H#,E" + ], + "mappedName": "#24:1;:H-d7,F", + "sourceElement": "#24:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#45:1;:H-d7,F;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [ + "#1d:1;FAC;:H#:4,F", + "#24:1;:G0;XTR;:H#:8,F", + "#b:1;:H#,E" + ], + "mappedName": "#45:1;:H-d7,F", + "sourceElement": "#45:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "#26:3;:H-d7,F;:H#,F", + "relation": "preserved", + "resultName": "Face12", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#b:3;:H#,E" + ], + "mappedName": "#26:3;:H-d7,F", + "sourceElement": "#26:3", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#5d:2e;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4646;:G;XTR;:H#:7,E", + "sourceElement": "#4646", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5d:2e;:H#,E", + "sourceElement": "#5d:2e", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4646", + "sourceElement": "#4646", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#5e:2f;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4747;:G;XTR;:H#:7,E", + "sourceElement": "#4747", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5e:2f;:H#,E", + "sourceElement": "#5e:2f", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4747", + "sourceElement": "#4747", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:1;:H#,E", + "sourceElement": "#d:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:1;:H#,E", + "sourceElement": "#36:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#60:31;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4949;:G;XTR;:H#:7,E", + "sourceElement": "#4949", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#60:31;:H#,E", + "sourceElement": "#60:31", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4949", + "sourceElement": "#4949", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:4;:H#,E", + "sourceElement": "#d:4", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:4;:H#,E", + "sourceElement": "#36:4", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5f:30;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4848;:G;XTR;:H#:7,E", + "sourceElement": "#4848", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5f:30;:H#,E", + "sourceElement": "#5f:30", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4848", + "sourceElement": "#4848", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:2;:H#,E", + "sourceElement": "#d:2", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:2;:H#,E", + "sourceElement": "#36:2", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:3;:H#,E", + "sourceElement": "#d:3", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:3;:H#,E", + "sourceElement": "#36:3", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#4a;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V" + ], + "mappedName": "#4a;:H-d7,E", + "sourceElement": "#4a", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#4b;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V" + ], + "mappedName": "#4b;:H-d7,E", + "sourceElement": "#4b", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#1d:1;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#1d:1;:H-d7,E", + "sourceElement": "#1d:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#43:1;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#26:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E" + ], + "mappedName": "#43:1;:H-d7,E", + "sourceElement": "#43:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#4d;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#8;:H#,V" + ], + "mappedName": "#4d;:H-d7,E", + "sourceElement": "#4d", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#1d:4;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#1d:4;:H-d7,E", + "sourceElement": "#1d:4", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#43:4;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#26:4;:U;XTR;:H#:7,E", + "#b:4;:H#,E" + ], + "mappedName": "#43:4;:H-d7,E", + "sourceElement": "#43:4", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#4c;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge20", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#6;:H#,V" + ], + "mappedName": "#4c;:H-d7,E", + "sourceElement": "#4c", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#1d:2;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#1d:2;:H-d7,E", + "sourceElement": "#1d:2", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#43:2;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge22", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#26:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E" + ], + "mappedName": "#43:2;:H-d7,E", + "sourceElement": "#43:2", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#1d:3;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#1d:3;:H-d7,E", + "sourceElement": "#1d:3", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#43:3;:H-d7,E;:H#,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#26:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E" + ], + "mappedName": "#43:3;:H-d7,E", + "sourceElement": "#43:3", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#46;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#46;:H#,V", + "sourceElement": "#46", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4f:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4f:1;:H#,V", + "sourceElement": "#4f:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#47;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#47;:H#,V", + "sourceElement": "#47", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#52:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#52:1;:H#,V", + "sourceElement": "#52:1", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#49;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#49;:H#,V", + "sourceElement": "#49", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#52:3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#52:3;:H#,V", + "sourceElement": "#52:3", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#48;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#48;:H#,V", + "sourceElement": "#48", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#52:2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#52:2;:H#,V", + "sourceElement": "#52:2", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#1f;:H-d7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1f;:H-d7,V", + "sourceElement": "#1f", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#59;:H-d7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V", + "#4a;:U;XTR;:H#:7,V" + ], + "mappedName": "#59;:H-d7,V", + "sourceElement": "#59", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#20;:H-d7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#20;:H-d7,V", + "sourceElement": "#20", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#61;:H-d7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V", + "#4b;:U;XTR;:H#:7,V" + ], + "mappedName": "#61;:H-d7,V", + "sourceElement": "#61", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#22;:H-d7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#22;:H-d7,V", + "sourceElement": "#22", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#63;:H-d7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#4d;:U;XTR;:H#:7,V", + "#8;:H#,V" + ], + "mappedName": "#63;:H-d7,V", + "sourceElement": "#63", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#21;:H-d7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#21;:H-d7,V", + "sourceElement": "#21", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#62;:H-d7,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#4c;:U;XTR;:H#:7,V", + "#6;:H#,V" + ], + "mappedName": "#62;:H-d7,V", + "sourceElement": "#62", + "sourceObject": "Pocket15", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "9707309dde4d9bda56609872fd2e8d88ea9e7a69313fe8cca3ce33871e97b619", "shape": { + "area": 234.32000000000002, + "brepSha256": "b62707598c03005f6d65ffa77f5c33dcc380e5a2051b6b581d1816d249d33a16", "edges": 24, "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", "solids": 1, "valid": true, + "vertices": 16, "volume": 192.32 }, "typeId": "PartDesign::Body" @@ -53102,6 +74030,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -53150,11 +74079,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -53164,6 +74108,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -53212,11 +74157,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -53226,6 +74186,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -53274,11 +74235,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -53288,6 +74264,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -53336,11 +74313,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -53350,6 +74342,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -53398,11 +74391,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -53412,6 +74420,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -53460,11 +74469,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -53474,6 +74498,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -53522,11 +74547,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -53538,6 +74578,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch15", + "linkedObjects": [], "name": "Sketch15", "names": [ { @@ -53838,11 +74879,75 @@ "stageId": "Sketch15", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", "edges": 4, "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -53855,15 +74960,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad15", + "linkedObjects": [ + "Body15", + "Sketch15" + ], "name": "Pad15", "names": [ { "history": [ { "children": [ - "#b:1;:H1259,E" + "#b:1;:Hd4,E" ], - "mappedName": "#d:1;:G;XTR;:H1259:7,F", + "mappedName": "#d:1;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -53878,7 +74987,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:H1259:7,F", + "mappedName": "#d:1;:G;XTR;:Hd4:7,F", "mappedStringIds": [ 13 ], @@ -53888,9 +74997,9 @@ "history": [ { "children": [ - "#b:2;:H1259,E" + "#b:2;:Hd4,E" ], - "mappedName": "#d:2;:G;XTR;:H1259:7,F", + "mappedName": "#d:2;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -53906,7 +75015,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:H1259:7,F", + "mappedName": "#d:2;:G;XTR;:Hd4:7,F", "mappedStringIds": [ 11, 13 @@ -53917,9 +75026,9 @@ "history": [ { "children": [ - "#b:3;:H1259,E" + "#b:3;:Hd4,E" ], - "mappedName": "#d:3;:G;XTR;:H1259:7,F", + "mappedName": "#d:3;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -53935,7 +75044,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:H1259:7,F", + "mappedName": "#d:3;:G;XTR;:Hd4:7,F", "mappedStringIds": [ 11, 13 @@ -53946,9 +75055,9 @@ "history": [ { "children": [ - "#b:4;:H1259,E" + "#b:4;:Hd4,E" ], - "mappedName": "#d:4;:G;XTR;:H1259:7,F", + "mappedName": "#d:4;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -53964,7 +75073,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:H1259:7,F", + "mappedName": "#d:4;:G;XTR;:Hd4:7,F", "mappedStringIds": [ 11, 13 @@ -53975,9 +75084,9 @@ "history": [ { "children": [ - "#b:1;:H1259,E" + "#b:1;:Hd4,E" ], - "mappedName": "#d:1;FAC;:H1259:4,F", + "mappedName": "#d:1;FAC;:Hd4:4,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -53992,7 +75101,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:H1259:4,F", + "mappedName": "#d:1;FAC;:Hd4:4,F", "mappedStringIds": [ 13 ], @@ -54002,10 +75111,10 @@ "history": [ { "children": [ - "#d:1;FAC;:H1259:4,F", - "#b:1;:H1259,E" + "#d:1;FAC;:Hd4:4,F", + "#b:1;:Hd4,E" ], - "mappedName": "#14:1;:G0;XTR;:H1259:8,F", + "mappedName": "#14:1;:G0;XTR;:Hd4:8,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -54020,7 +75129,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:H1259:8,F", + "mappedName": "#14:1;:G0;XTR;:Hd4:8,F", "mappedStringIds": [ 20 ], @@ -54030,26 +75139,26 @@ "history": [ { "children": [ - "#2:1;:H1259,V" + "#2;:Hd4,V" ], - "mappedName": "#f:1;:G;XTR;:H1259:7,E", + "mappedName": "#46;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 70 ], - "mappedName": "#f:1;:G;XTR;:H1259:7,E", + "mappedName": "#46;:G;XTR;:Hd4:7,E", "mappedStringIds": [ - 15 + 70 ], "name": "Edge1" }, @@ -54057,26 +75166,26 @@ "history": [ { "children": [ - "#4:2;:H1259,V" + "#4;:Hd4,V" ], - "mappedName": "#10:2;:G;XTR;:H1259:7,E", + "mappedName": "#47;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 71 ], - "mappedName": "#10:2;:G;XTR;:H1259:7,E", + "mappedName": "#47;:G;XTR;:Hd4:7,E", "mappedStringIds": [ - 16 + 71 ], "name": "Edge2" }, @@ -54084,7 +75193,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H1259,E", + "mappedName": "#b:1;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -54099,7 +75208,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H1259,E", + "mappedName": "#b:1;:Hd4,E", "mappedStringIds": [ 11 ], @@ -54109,10 +75218,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:H1259:7,F", - "#b:1;:H1259,E" + "#d:1;:G;XTR;:Hd4:7,F", + "#b:1;:Hd4,E" ], - "mappedName": "#16:1;:U;XTR;:H1259:7,E", + "mappedName": "#16:1;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -54127,7 +75236,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:H1259:7,E", + "mappedName": "#16:1;:U;XTR;:Hd4:7,E", "mappedStringIds": [ 22 ], @@ -54137,26 +75246,26 @@ "history": [ { "children": [ - "#6:2;:H1259,V" + "#6;:Hd4,V" ], - "mappedName": "#11:2;:G;XTR;:H1259:7,E", + "mappedName": "#48;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 72 ], - "mappedName": "#11:2;:G;XTR;:H1259:7,E", + "mappedName": "#48;:G;XTR;:Hd4:7,E", "mappedStringIds": [ - 17 + 72 ], "name": "Edge5" }, @@ -54164,7 +75273,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H1259,E", + "mappedName": "#b:2;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -54179,7 +75288,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H1259,E", + "mappedName": "#b:2;:Hd4,E", "mappedStringIds": [ 11 ], @@ -54189,10 +75298,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:H1259:7,F", - "#b:2;:H1259,E" + "#d:2;:G;XTR;:Hd4:7,F", + "#b:2;:Hd4,E" ], - "mappedName": "#16:2;:U;XTR;:H1259:7,E", + "mappedName": "#16:2;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -54209,7 +75318,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:H1259:7,E", + "mappedName": "#16:2;:U;XTR;:Hd4:7,E", "mappedStringIds": [ 11, 13, @@ -54221,26 +75330,26 @@ "history": [ { "children": [ - "#8:2;:H1259,V" + "#8;:Hd4,V" ], - "mappedName": "#12:2;:G;XTR;:H1259:7,E", + "mappedName": "#49;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 73 ], - "mappedName": "#12:2;:G;XTR;:H1259:7,E", + "mappedName": "#49;:G;XTR;:Hd4:7,E", "mappedStringIds": [ - 18 + 73 ], "name": "Edge8" }, @@ -54248,7 +75357,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H1259,E", + "mappedName": "#b:3;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -54263,7 +75372,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H1259,E", + "mappedName": "#b:3;:Hd4,E", "mappedStringIds": [ 11 ], @@ -54273,10 +75382,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:H1259:7,F", - "#b:3;:H1259,E" + "#d:3;:G;XTR;:Hd4:7,F", + "#b:3;:Hd4,E" ], - "mappedName": "#16:3;:U;XTR;:H1259:7,E", + "mappedName": "#16:3;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -54293,7 +75402,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:H1259:7,E", + "mappedName": "#16:3;:U;XTR;:Hd4:7,E", "mappedStringIds": [ 11, 13, @@ -54305,7 +75414,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H1259,E", + "mappedName": "#b:4;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -54320,7 +75429,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H1259,E", + "mappedName": "#b:4;:Hd4,E", "mappedStringIds": [ 11 ], @@ -54330,10 +75439,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:H1259:7,F", - "#b:4;:H1259,E" + "#d:4;:G;XTR;:Hd4:7,F", + "#b:4;:Hd4,E" ], - "mappedName": "#16:4;:U;XTR;:H1259:7,E", + "mappedName": "#16:4;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -54350,7 +75459,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:H1259:7,E", + "mappedName": "#16:4;:U;XTR;:Hd4:7,E", "mappedStringIds": [ 11, 13, @@ -54362,13 +75471,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H1259,V", + "mappedName": "#2;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } @@ -54377,7 +75486,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H1259,V", + "mappedName": "#2;:Hd4,V", "mappedStringIds": [ 2 ], @@ -54387,27 +75496,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:H1259:7,E", - "#2:1;:H1259,V" + "#16:1;:U;XTR;:Hd4:7,E", + "#d:1;:G;XTR;:Hd4:7,F", + "#b:1;:Hd4,E" ], - "mappedName": "#18:1;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U;XTR;:Hd4:7,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], - "mappedName": "#18:1;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U;XTR;:Hd4:7,V", "mappedStringIds": [ - 24 + 54 ], "name": "Vertex2" }, @@ -54415,13 +75525,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H1259,V", + "mappedName": "#4;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } @@ -54430,7 +75540,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H1259,V", + "mappedName": "#4;:Hd4,V", "mappedStringIds": [ 4 ], @@ -54440,27 +75550,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:H1259:7,E", - "#4:2;:H1259,V" + "#16:1;:U;XTR;:Hd4:7,E", + "#d:1;:G;XTR;:Hd4:7,F", + "#b:1;:Hd4,E" ], - "mappedName": "#19:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U2;XTR;:Hd4:8,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], - "mappedName": "#19:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U2;XTR;:Hd4:8,V", "mappedStringIds": [ - 25 + 54 ], "name": "Vertex4" }, @@ -54468,13 +75579,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H1259,V", + "mappedName": "#6;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } @@ -54483,7 +75594,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H1259,V", + "mappedName": "#6;:Hd4,V", "mappedStringIds": [ 6 ], @@ -54493,27 +75604,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:H1259:7,E", - "#6:2;:H1259,V" + "#16:2;:U;XTR;:Hd4:7,E", + "#d:2;:G;XTR;:Hd4:7,F", + "#b:2;:Hd4,E" ], - "mappedName": "#1a:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:2;:U2;XTR;:Hd4:8,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], - "mappedName": "#1a:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:2;:U2;XTR;:Hd4:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "name": "Vertex6" }, @@ -54521,13 +75639,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H1259,V", + "mappedName": "#8;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } @@ -54536,7 +75654,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H1259,V", + "mappedName": "#8;:Hd4,V", "mappedStringIds": [ 8 ], @@ -54546,27 +75664,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:H1259:7,E", - "#8:2;:H1259,V" + "#16:3;:U;XTR;:Hd4:7,E", + "#d:3;:G;XTR;:Hd4:7,F", + "#b:3;:Hd4,E" ], - "mappedName": "#1b:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:3;:U2;XTR;:Hd4:8,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], - "mappedName": "#1b:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:3;:U2;XTR;:Hd4:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "name": "Vertex8" } @@ -54584,7 +75709,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:H1259:7,F", + "mappedName": "#d:1;:G;XTR;:Hd4:7,F", "mappedStringIds": [ 13 ], @@ -54594,7 +75719,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:H1259:7,F", + "name": "#d:1;:G;XTR;:Hd4:7,F", "stringIds": [ 13 ] @@ -54618,7 +75743,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:H1259:7,F", + "mappedName": "#d:2;:G;XTR;:Hd4:7,F", "mappedStringIds": [ 11, 13 @@ -54629,7 +75754,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:H1259:7,F", + "name": "#d:2;:G;XTR;:Hd4:7,F", "stringIds": [ 11, 13 @@ -54654,7 +75779,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:H1259:7,F", + "mappedName": "#d:3;:G;XTR;:Hd4:7,F", "mappedStringIds": [ 11, 13 @@ -54665,7 +75790,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:H1259:7,F", + "name": "#d:3;:G;XTR;:Hd4:7,F", "stringIds": [ 11, 13 @@ -54690,7 +75815,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:H1259:7,F", + "mappedName": "#d:4;:G;XTR;:Hd4:7,F", "mappedStringIds": [ 11, 13 @@ -54701,7 +75826,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:H1259:7,F", + "name": "#d:4;:G;XTR;:Hd4:7,F", "stringIds": [ 11, 13 @@ -54725,7 +75850,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:H1259:4,F", + "mappedName": "#d:1;FAC;:Hd4:4,F", "mappedStringIds": [ 13 ], @@ -54735,7 +75860,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:H1259:4,F", + "name": "#d:1;FAC;:Hd4:4,F", "stringIds": [ 13 ] @@ -54758,7 +75883,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:H1259:8,F", + "mappedName": "#14:1;:G0;XTR;:Hd4:8,F", "mappedStringIds": [ 20 ], @@ -54768,7 +75893,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:H1259:8,F", + "name": "#14:1;:G0;XTR;:Hd4:8,F", "stringIds": [ 20 ] @@ -54788,12 +75913,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 70 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:H1259:7,E", + "mappedName": "#46;:G;XTR;:Hd4:7,E", "mappedStringIds": [ - 15 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -54801,9 +75926,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:H1259:7,E", + "name": "#46;:G;XTR;:Hd4:7,E", "stringIds": [ - 15 + 70 ] }, "relation": "generated", @@ -54811,9 +75936,9 @@ "resultPersistentId": "Pad15:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v11;SKT", + "persistentId": "Sketch15:mapped:g1v1;SKT", "stageId": "Sketch15" } ] @@ -54821,12 +75946,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 71 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:H1259:7,E", + "mappedName": "#47;:G;XTR;:Hd4:7,E", "mappedStringIds": [ - 16 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -54834,9 +75959,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:H1259:7,E", + "name": "#47;:G;XTR;:Hd4:7,E", "stringIds": [ - 16 + 71 ] }, "relation": "generated", @@ -54844,9 +75969,9 @@ "resultPersistentId": "Pad15:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v22;SKT", + "persistentId": "Sketch15:mapped:g1v2;SKT", "stageId": "Sketch15" } ] @@ -54857,7 +75982,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H1259,E", + "mappedName": "#b:1;:Hd4,E", "mappedStringIds": [ 11 ], @@ -54867,7 +75992,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:H1259,E", + "name": "#b:1;:Hd4,E", "stringIds": [ 11 ] @@ -54890,7 +76015,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:H1259:7,E", + "mappedName": "#16:1;:U;XTR;:Hd4:7,E", "mappedStringIds": [ 22 ], @@ -54900,7 +76025,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:H1259:7,E", + "name": "#16:1;:U;XTR;:Hd4:7,E", "stringIds": [ 22 ] @@ -54920,12 +76045,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 72 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:H1259:7,E", + "mappedName": "#48;:G;XTR;:Hd4:7,E", "mappedStringIds": [ - 17 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -54933,9 +76058,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:H1259:7,E", + "name": "#48;:G;XTR;:Hd4:7,E", "stringIds": [ - 17 + 72 ] }, "relation": "generated", @@ -54943,9 +76068,9 @@ "resultPersistentId": "Pad15:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g2v22;SKT", + "persistentId": "Sketch15:mapped:g2v2;SKT", "stageId": "Sketch15" } ] @@ -54956,7 +76081,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H1259,E", + "mappedName": "#b:2;:Hd4,E", "mappedStringIds": [ 11 ], @@ -54966,7 +76091,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:H1259,E", + "name": "#b:2;:Hd4,E", "stringIds": [ 11 ] @@ -54991,7 +76116,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:H1259:7,E", + "mappedName": "#16:2;:U;XTR;:Hd4:7,E", "mappedStringIds": [ 11, 13, @@ -55003,7 +76128,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:H1259:7,E", + "name": "#16:2;:U;XTR;:Hd4:7,E", "stringIds": [ 11, 13, @@ -55025,12 +76150,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 73 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:H1259:7,E", + "mappedName": "#49;:G;XTR;:Hd4:7,E", "mappedStringIds": [ - 18 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -55038,9 +76163,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:H1259:7,E", + "name": "#49;:G;XTR;:Hd4:7,E", "stringIds": [ - 18 + 73 ] }, "relation": "generated", @@ -55048,9 +76173,9 @@ "resultPersistentId": "Pad15:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g3v22;SKT", + "persistentId": "Sketch15:mapped:g3v2;SKT", "stageId": "Sketch15" } ] @@ -55061,7 +76186,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H1259,E", + "mappedName": "#b:3;:Hd4,E", "mappedStringIds": [ 11 ], @@ -55071,7 +76196,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:H1259,E", + "name": "#b:3;:Hd4,E", "stringIds": [ 11 ] @@ -55096,7 +76221,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:H1259:7,E", + "mappedName": "#16:3;:U;XTR;:Hd4:7,E", "mappedStringIds": [ 11, 13, @@ -55108,7 +76233,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:H1259:7,E", + "name": "#16:3;:U;XTR;:Hd4:7,E", "stringIds": [ 11, 13, @@ -55133,7 +76258,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H1259,E", + "mappedName": "#b:4;:Hd4,E", "mappedStringIds": [ 11 ], @@ -55143,7 +76268,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H1259,E", + "name": "#b:4;:Hd4,E", "stringIds": [ 11 ] @@ -55168,7 +76293,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:H1259:7,E", + "mappedName": "#16:4;:U;XTR;:Hd4:7,E", "mappedStringIds": [ 11, 13, @@ -55180,7 +76305,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:H1259:7,E", + "name": "#16:4;:U;XTR;:Hd4:7,E", "stringIds": [ 11, 13, @@ -55205,7 +76330,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H1259,V", + "mappedName": "#2;:Hd4,V", "mappedStringIds": [ 2 ], @@ -55215,7 +76340,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H1259,V", + "name": "#2;:Hd4,V", "stringIds": [ 2 ] @@ -55225,9 +76350,9 @@ "resultPersistentId": "Pad15:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v11;SKT", + "persistentId": "Sketch15:mapped:g1v1;SKT", "stageId": "Sketch15" } ] @@ -55235,12 +76360,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U;XTR;:Hd4:7,V", "mappedStringIds": [ - 24 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -55248,9 +76373,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:H1259:7,V", + "name": "#36:1;:U;XTR;:Hd4:7,V", "stringIds": [ - 24 + 54 ] }, "relation": "preserved", @@ -55258,9 +76383,9 @@ "resultPersistentId": "Pad15:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v11;SKT", + "persistentId": "Sketch15:mapped:g1;SKT", "stageId": "Sketch15" } ] @@ -55271,7 +76396,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H1259,V", + "mappedName": "#4;:Hd4,V", "mappedStringIds": [ 4 ], @@ -55281,7 +76406,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:H1259,V", + "name": "#4;:Hd4,V", "stringIds": [ 4 ] @@ -55291,9 +76416,9 @@ "resultPersistentId": "Pad15:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v22;SKT", + "persistentId": "Sketch15:mapped:g1v2;SKT", "stageId": "Sketch15" } ] @@ -55301,12 +76426,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U2;XTR;:Hd4:8,V", "mappedStringIds": [ - 25 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -55314,9 +76439,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:H1259:7,V", + "name": "#36:1;:U2;XTR;:Hd4:8,V", "stringIds": [ - 25 + 54 ] }, "relation": "preserved", @@ -55324,9 +76449,9 @@ "resultPersistentId": "Pad15:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v22;SKT", + "persistentId": "Sketch15:mapped:g1;SKT", "stageId": "Sketch15" } ] @@ -55337,7 +76462,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H1259,V", + "mappedName": "#6;:Hd4,V", "mappedStringIds": [ 6 ], @@ -55347,7 +76472,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H1259,V", + "name": "#6;:Hd4,V", "stringIds": [ 6 ] @@ -55357,9 +76482,9 @@ "resultPersistentId": "Pad15:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g2v22;SKT", + "persistentId": "Sketch15:mapped:g2v2;SKT", "stageId": "Sketch15" } ] @@ -55367,12 +76492,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:2;:U2;XTR;:Hd4:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -55380,9 +76511,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:H1259:7,V", + "name": "#36:2;:U2;XTR;:Hd4:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -55390,9 +76524,9 @@ "resultPersistentId": "Pad15:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g2v22;SKT", + "persistentId": "Sketch15:mapped:g2;SKT", "stageId": "Sketch15" } ] @@ -55403,7 +76537,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H1259,V", + "mappedName": "#8;:Hd4,V", "mappedStringIds": [ 8 ], @@ -55413,7 +76547,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H1259,V", + "name": "#8;:Hd4,V", "stringIds": [ 8 ] @@ -55423,9 +76557,9 @@ "resultPersistentId": "Pad15:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g3v22;SKT", + "persistentId": "Sketch15:mapped:g3v2;SKT", "stageId": "Sketch15" } ] @@ -55433,12 +76567,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:3;:U2;XTR;:Hd4:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -55446,9 +76586,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:H1259:7,V", + "name": "#36:3;:U2;XTR;:Hd4:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -55456,9 +76599,9 @@ "resultPersistentId": "Pad15:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g3v22;SKT", + "persistentId": "Sketch15:mapped:g3;SKT", "stageId": "Sketch15" } ] @@ -55473,11 +76616,409 @@ "stageId": "Pad15", "status": "native-evidence" }, + "relationDigest": "e97281f38a54f85f3efd545921005513575cc9de7482a0822585214bc5edd954", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#46;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#47;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#48;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#49;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", "shape": { + "area": 209.99999999999997, + "brepSha256": "f30d9bcb1fd9e0a59ddf8bbcb2b707c3fc99a995824beee026eb73acee4901e8", "edges": 12, "faces": 6, + "geometryDigest": "4d9bac34ef00223e0ad79ac8343db5ad41db344865e328d2af08af39e54d6cdc", "solids": 1, "valid": true, + "vertices": 8, "volume": 199.99999999999994 }, "typeId": "PartDesign::Pad" @@ -55489,6 +77030,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "PocketSketch15", + "linkedObjects": [], "name": "PocketSketch15", "names": [ { @@ -55789,11 +77331,75 @@ "stageId": "PocketSketch15", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", "edges": 4, "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -55806,21 +77412,26 @@ "elementMapSize": 60, "elementMapVersion": "15.70200.5", "label": "Pocket15", + "linkedObjects": [ + "Body15", + "Pad15", + "PocketSketch15" + ], "name": "Pocket15", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:H125a,F", + "mappedName": "#16:1;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H1259,E" + "#b:1;:Hd4,E" ], - "mappedName": "#d:1;:G;XTR;:H1259:7,F", + "mappedName": "#d:1;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -55835,7 +77446,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:H125a,F", + "mappedName": "#16:1;:Hd5,F", "mappedStringIds": [ 22 ], @@ -55845,15 +77456,15 @@ "history": [ { "children": [], - "mappedName": "#16:4;:H125a,F", + "mappedName": "#16:4;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:H1259,E" + "#b:4;:Hd4,E" ], - "mappedName": "#d:4;:G;XTR;:H1259:7,F", + "mappedName": "#d:4;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -55870,7 +77481,7 @@ 13, 22 ], - "mappedName": "#16:4;:H125a,F", + "mappedName": "#16:4;:Hd5,F", "mappedStringIds": [ 11, 13, @@ -55882,15 +77493,15 @@ "history": [ { "children": [], - "mappedName": "#16:2;:H125a,F", + "mappedName": "#16:2;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:H1259,E" + "#b:2;:Hd4,E" ], - "mappedName": "#d:2;:G;XTR;:H1259:7,F", + "mappedName": "#d:2;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -55907,7 +77518,7 @@ 13, 22 ], - "mappedName": "#16:2;:H125a,F", + "mappedName": "#16:2;:Hd5,F", "mappedStringIds": [ 11, 13, @@ -55919,15 +77530,15 @@ "history": [ { "children": [], - "mappedName": "#14:1;:H125a,F", + "mappedName": "#14:1;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H1259,E" + "#b:1;:Hd4,E" ], - "mappedName": "#d:1;FAC;:H1259:4,F", + "mappedName": "#d:1;FAC;:Hd4:4,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -55942,7 +77553,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:H125a,F", + "mappedName": "#14:1;:Hd5,F", "mappedStringIds": [ 20 ], @@ -55952,16 +77563,16 @@ "history": [ { "children": [], - "mappedName": "#38:1;:H125a,F", + "mappedName": "#38:1;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:H1259:4,F", - "#b:1;:H1259,E" + "#d:1;FAC;:Hd4:4,F", + "#b:1;:Hd4,E" ], - "mappedName": "#14:1;:G0;XTR;:H1259:8,F", + "mappedName": "#14:1;:G0;XTR;:Hd4:8,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -55976,7 +77587,7 @@ "indexedStringIds": [ 56 ], - "mappedName": "#38:1;:H125a,F", + "mappedName": "#38:1;:Hd5,F", "mappedStringIds": [ 56 ], @@ -55986,15 +77597,15 @@ "history": [ { "children": [], - "mappedName": "#16:3;:H125a,F", + "mappedName": "#16:3;:Hd5,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:H1259,E" + "#b:3;:Hd4,E" ], - "mappedName": "#d:3;:G;XTR;:H1259:7,F", + "mappedName": "#d:3;:G;XTR;:Hd4:7,F", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -56011,7 +77622,7 @@ 13, 22 ], - "mappedName": "#16:3;:H125a,F", + "mappedName": "#16:3;:Hd5,F", "mappedStringIds": [ 11, 13, @@ -56023,10 +77634,10 @@ "history": [ { "children": [ - "#1d:1;:G;XTR;:H125b:7,F", - "#b:1;:H125b,E" + "#1d:1;:G;XTR;:Hd6:7,F", + "#b:1;:Hd6,E" ], - "mappedName": "#26:1;:H-125c,F", + "mappedName": "#26:1;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56041,7 +77652,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:H-125c,F", + "mappedName": "#26:1;:H-d7,F", "mappedStringIds": [ 38 ], @@ -56051,10 +77662,10 @@ "history": [ { "children": [ - "#1d:4;:G;XTR;:H125b:7,F", - "#b:4;:H125b,E" + "#1d:4;:G;XTR;:Hd6:7,F", + "#b:4;:Hd6,E" ], - "mappedName": "#26:4;:H-125c,F", + "mappedName": "#26:4;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56071,7 +77682,7 @@ 29, 38 ], - "mappedName": "#26:4;:H-125c,F", + "mappedName": "#26:4;:H-d7,F", "mappedStringIds": [ 11, 29, @@ -56083,10 +77694,10 @@ "history": [ { "children": [ - "#1d:2;:G;XTR;:H125b:7,F", - "#b:2;:H125b,E" + "#1d:2;:G;XTR;:Hd6:7,F", + "#b:2;:Hd6,E" ], - "mappedName": "#26:2;:H-125c,F", + "mappedName": "#26:2;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56103,7 +77714,7 @@ 29, 38 ], - "mappedName": "#26:2;:H-125c,F", + "mappedName": "#26:2;:H-d7,F", "mappedStringIds": [ 11, 29, @@ -56115,10 +77726,10 @@ "history": [ { "children": [ - "#1d:1;FAC;:H125b:4,F", - "#b:1;:H125b,E" + "#1d:1;FAC;:Hd6:4,F", + "#b:1;:Hd6,E" ], - "mappedName": "#24:1;:H-125c,F", + "mappedName": "#24:1;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56133,7 +77744,7 @@ "indexedStringIds": [ 36 ], - "mappedName": "#24:1;:H-125c,F", + "mappedName": "#24:1;:H-d7,F", "mappedStringIds": [ 36 ], @@ -56143,11 +77754,11 @@ "history": [ { "children": [ - "#24:1;:G0;XTR;:H125b:8,F", - "#1d:1;FAC;:H125b:4,F", - "#b:1;:H125b,E" + "#24:1;:G0;XTR;:Hd6:8,F", + "#1d:1;FAC;:Hd6:4,F", + "#b:1;:Hd6,E" ], - "mappedName": "#45:1;:H-125c,F", + "mappedName": "#45:1;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56162,7 +77773,7 @@ "indexedStringIds": [ 69 ], - "mappedName": "#45:1;:H-125c,F", + "mappedName": "#45:1;:H-d7,F", "mappedStringIds": [ 69 ], @@ -56172,10 +77783,10 @@ "history": [ { "children": [ - "#1d:3;:G;XTR;:H125b:7,F", - "#b:3;:H125b,E" + "#1d:3;:G;XTR;:Hd6:7,F", + "#b:3;:Hd6,E" ], - "mappedName": "#26:3;:H-125c,F", + "mappedName": "#26:3;:H-d7,F", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56192,7 +77803,7 @@ 29, 38 ], - "mappedName": "#26:3;:H-125c,F", + "mappedName": "#26:3;:H-d7,F", "mappedStringIds": [ 11, 29, @@ -56204,32 +77815,30 @@ "history": [ { "children": [], - "mappedName": "#18:1;:H125a,E", + "mappedName": "#5d:2e;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:H1259,V" - ], - "mappedName": "#f:1;:G;XTR;:H1259:7,E", + "children": [], + "mappedName": "#4646;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], - "mappedName": "#18:1;:H125a,E", + "mappedName": "#5d:2e;:Hd5,E", "mappedStringIds": [ - 24 + 93 ], "name": "Edge1" }, @@ -56237,32 +77846,30 @@ "history": [ { "children": [], - "mappedName": "#19:2;:H125a,E", + "mappedName": "#5e:2f;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:H1259,V" - ], - "mappedName": "#10:2;:G;XTR;:H1259:7,E", + "children": [], + "mappedName": "#4747;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], - "mappedName": "#19:2;:H125a,E", + "mappedName": "#5e:2f;:Hd5,E", "mappedStringIds": [ - 25 + 94 ], "name": "Edge2" }, @@ -56270,13 +77877,13 @@ "history": [ { "children": [], - "mappedName": "#d:1;:H125a,E", + "mappedName": "#d:1;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:H1259,E", + "mappedName": "#b:1;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -56291,7 +77898,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:H125a,E", + "mappedName": "#d:1;:Hd5,E", "mappedStringIds": [ 13 ], @@ -56301,16 +77908,16 @@ "history": [ { "children": [], - "mappedName": "#36:1;:H125a,E", + "mappedName": "#36:1;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:H1259:7,F", - "#b:1;:H1259,E" + "#d:1;:G;XTR;:Hd4:7,F", + "#b:1;:Hd4,E" ], - "mappedName": "#16:1;:U;XTR;:H1259:7,E", + "mappedName": "#16:1;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -56325,7 +77932,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:H125a,E", + "mappedName": "#36:1;:Hd5,E", "mappedStringIds": [ 54 ], @@ -56335,32 +77942,30 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:H125a,E", + "mappedName": "#60:31;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:H1259,V" - ], - "mappedName": "#12:2;:G;XTR;:H1259:7,E", + "children": [], + "mappedName": "#4949;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], - "mappedName": "#1b:2;:H125a,E", + "mappedName": "#60:31;:Hd5,E", "mappedStringIds": [ - 27 + 96 ], "name": "Edge5" }, @@ -56368,13 +77973,13 @@ "history": [ { "children": [], - "mappedName": "#d:4;:H125a,E", + "mappedName": "#d:4;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:H1259,E", + "mappedName": "#b:4;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -56390,7 +77995,7 @@ 11, 13 ], - "mappedName": "#d:4;:H125a,E", + "mappedName": "#d:4;:Hd5,E", "mappedStringIds": [ 11, 13 @@ -56401,16 +78006,16 @@ "history": [ { "children": [], - "mappedName": "#36:4;:H125a,E", + "mappedName": "#36:4;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:H1259:7,F", - "#b:4;:H1259,E" + "#d:4;:G;XTR;:Hd4:7,F", + "#b:4;:Hd4,E" ], - "mappedName": "#16:4;:U;XTR;:H1259:7,E", + "mappedName": "#16:4;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -56428,7 +78033,7 @@ 22, 54 ], - "mappedName": "#36:4;:H125a,E", + "mappedName": "#36:4;:Hd5,E", "mappedStringIds": [ 11, 13, @@ -56441,32 +78046,30 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:H125a,E", + "mappedName": "#5f:30;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:H1259,V" - ], - "mappedName": "#11:2;:G;XTR;:H1259:7,E", + "children": [], + "mappedName": "#4848;:G;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], - "mappedName": "#1a:2;:H125a,E", + "mappedName": "#5f:30;:Hd5,E", "mappedStringIds": [ - 26 + 95 ], "name": "Edge8" }, @@ -56474,13 +78077,13 @@ "history": [ { "children": [], - "mappedName": "#d:2;:H125a,E", + "mappedName": "#d:2;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:H1259,E", + "mappedName": "#b:2;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -56496,7 +78099,7 @@ 11, 13 ], - "mappedName": "#d:2;:H125a,E", + "mappedName": "#d:2;:Hd5,E", "mappedStringIds": [ 11, 13 @@ -56507,16 +78110,16 @@ "history": [ { "children": [], - "mappedName": "#36:2;:H125a,E", + "mappedName": "#36:2;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:H1259:7,F", - "#b:2;:H1259,E" + "#d:2;:G;XTR;:Hd4:7,F", + "#b:2;:Hd4,E" ], - "mappedName": "#16:2;:U;XTR;:H1259:7,E", + "mappedName": "#16:2;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -56534,7 +78137,7 @@ 22, 54 ], - "mappedName": "#36:2;:H125a,E", + "mappedName": "#36:2;:Hd5,E", "mappedStringIds": [ 11, 13, @@ -56547,13 +78150,13 @@ "history": [ { "children": [], - "mappedName": "#d:3;:H125a,E", + "mappedName": "#d:3;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:H1259,E", + "mappedName": "#b:3;:Hd4,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -56569,7 +78172,7 @@ 11, 13 ], - "mappedName": "#d:3;:H125a,E", + "mappedName": "#d:3;:Hd5,E", "mappedStringIds": [ 11, 13 @@ -56580,16 +78183,16 @@ "history": [ { "children": [], - "mappedName": "#36:3;:H125a,E", + "mappedName": "#36:3;:Hd5,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:H1259:7,F", - "#b:3;:H1259,E" + "#d:3;:G;XTR;:Hd4:7,F", + "#b:3;:Hd4,E" ], - "mappedName": "#16:3;:U;XTR;:H1259:7,E", + "mappedName": "#16:3;:U;XTR;:Hd4:7,E", "object": "Pad15", "typeId": "PartDesign::Pad" }, @@ -56607,7 +78210,7 @@ 22, 54 ], - "mappedName": "#36:3;:H125a,E", + "mappedName": "#36:3;:Hd5,E", "mappedStringIds": [ 11, 13, @@ -56620,28 +78223,27 @@ "history": [ { "children": [ - "#1f:2;:G;XTR;:H125b:7,E", - "#22;:H125b,V", - "#8;:H125b,V" + "#1f;:G;XTR;:Hd6:7,E", + "#2;:Hd6,V" ], - "mappedName": "#28:2;:H-125c,E", + "mappedName": "#4a;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], - "mappedName": "#28:2;:H-125c,E", + "mappedName": "#4a;:H-d7,E", "mappedStringIds": [ - 40 + 74 ], "name": "Edge13" }, @@ -56649,22 +78251,27 @@ "history": [ { "children": [ - "#20:4;:G;XTR;:H125b:7,E", - "#44;:H125b,V", - ";:G0;XTR;:H125b:8,F" + "#20;:G;XTR;:Hd6:7,E", + "#4;:Hd6,V" ], - "mappedName": "#29:4;:H-125c,E", + "mappedName": "#4b;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch15", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], - "mappedName": "#29:4;:H-125c,E", + "mappedName": "#4b;:H-d7,E", "mappedStringIds": [ - 41 + 75 ], "name": "Edge14" }, @@ -56672,9 +78279,9 @@ "history": [ { "children": [ - "#b:1;:H125b,E" + "#b:1;:Hd6,E" ], - "mappedName": "#1d:1;:H-125c,E", + "mappedName": "#1d:1;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56689,7 +78296,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:H-125c,E", + "mappedName": "#1d:1;:H-d7,E", "mappedStringIds": [ 29 ], @@ -56699,11 +78306,11 @@ "history": [ { "children": [ - "#26:1;:U;XTR;:H125b:7,E", - "#1d:1;:G;XTR;:H125b:7,F", - "#b:1;:H125b,E" + "#26:1;:U;XTR;:Hd6:7,E", + "#1d:1;:G;XTR;:Hd6:7,F", + "#b:1;:Hd6,E" ], - "mappedName": "#43:1;:H-125c,E", + "mappedName": "#43:1;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56718,7 +78325,7 @@ "indexedStringIds": [ 67 ], - "mappedName": "#43:1;:H-125c,E", + "mappedName": "#43:1;:H-d7,E", "mappedStringIds": [ 67 ], @@ -56728,27 +78335,27 @@ "history": [ { "children": [ - "#22:8;:G;XTR;:H125b:7,E", - "#88;:H125b,V" + "#22;:G;XTR;:Hd6:7,E", + "#8;:Hd6,V" ], - "mappedName": "#2b:8;:H-125c,E", + "mappedName": "#4d;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], - "mappedName": "#2b:8;:H-125c,E", + "mappedName": "#4d;:H-d7,E", "mappedStringIds": [ - 43 + 77 ], "name": "Edge17" }, @@ -56756,9 +78363,9 @@ "history": [ { "children": [ - "#b:4;:H125b,E" + "#b:4;:Hd6,E" ], - "mappedName": "#1d:4;:H-125c,E", + "mappedName": "#1d:4;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56774,7 +78381,7 @@ 11, 29 ], - "mappedName": "#1d:4;:H-125c,E", + "mappedName": "#1d:4;:H-d7,E", "mappedStringIds": [ 11, 29 @@ -56785,11 +78392,11 @@ "history": [ { "children": [ - "#26:4;:U;XTR;:H125b:7,E", - "#1d:4;:G;XTR;:H125b:7,F", - "#b:4;:H125b,E" + "#26:4;:U;XTR;:Hd6:7,E", + "#1d:4;:G;XTR;:Hd6:7,F", + "#b:4;:Hd6,E" ], - "mappedName": "#43:4;:H-125c,E", + "mappedName": "#43:4;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56807,7 +78414,7 @@ 38, 67 ], - "mappedName": "#43:4;:H-125c,E", + "mappedName": "#43:4;:H-d7,E", "mappedStringIds": [ 11, 29, @@ -56820,27 +78427,27 @@ "history": [ { "children": [ - "#21:6;:G;XTR;:H125b:7,E", - "#66;:H125b,V" + "#21;:G;XTR;:Hd6:7,E", + "#6;:Hd6,V" ], - "mappedName": "#2a:6;:H-125c,E", + "mappedName": "#4c;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], - "mappedName": "#2a:6;:H-125c,E", + "mappedName": "#4c;:H-d7,E", "mappedStringIds": [ - 42 + 76 ], "name": "Edge20" }, @@ -56848,9 +78455,9 @@ "history": [ { "children": [ - "#b:2;:H125b,E" + "#b:2;:Hd6,E" ], - "mappedName": "#1d:2;:H-125c,E", + "mappedName": "#1d:2;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56866,7 +78473,7 @@ 11, 29 ], - "mappedName": "#1d:2;:H-125c,E", + "mappedName": "#1d:2;:H-d7,E", "mappedStringIds": [ 11, 29 @@ -56877,11 +78484,11 @@ "history": [ { "children": [ - "#26:2;:U;XTR;:H125b:7,E", - "#1d:2;:G;XTR;:H125b:7,F", - "#b:2;:H125b,E" + "#26:2;:U;XTR;:Hd6:7,E", + "#1d:2;:G;XTR;:Hd6:7,F", + "#b:2;:Hd6,E" ], - "mappedName": "#43:2;:H-125c,E", + "mappedName": "#43:2;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56899,7 +78506,7 @@ 38, 67 ], - "mappedName": "#43:2;:H-125c,E", + "mappedName": "#43:2;:H-d7,E", "mappedStringIds": [ 11, 29, @@ -56912,9 +78519,9 @@ "history": [ { "children": [ - "#b:3;:H125b,E" + "#b:3;:Hd6,E" ], - "mappedName": "#1d:3;:H-125c,E", + "mappedName": "#1d:3;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56930,7 +78537,7 @@ 11, 29 ], - "mappedName": "#1d:3;:H-125c,E", + "mappedName": "#1d:3;:H-d7,E", "mappedStringIds": [ 11, 29 @@ -56941,11 +78548,11 @@ "history": [ { "children": [ - "#26:3;:U;XTR;:H125b:7,E", - "#1d:3;:G;XTR;:H125b:7,F", - "#b:3;:H125b,E" + "#26:3;:U;XTR;:Hd6:7,E", + "#1d:3;:G;XTR;:Hd6:7,F", + "#b:3;:Hd6,E" ], - "mappedName": "#43:3;:H-125c,E", + "mappedName": "#43:3;:H-d7,E", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -56963,7 +78570,7 @@ 38, 67 ], - "mappedName": "#43:3;:H-125c,E", + "mappedName": "#43:3;:H-d7,E", "mappedStringIds": [ 11, 29, @@ -56976,30 +78583,30 @@ "history": [ { "children": [], - "mappedName": "#f:1;:H125a,V", + "mappedName": "#46;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:H1259,V", + "mappedName": "#2;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], - "mappedName": "#f:1;:H125a,V", + "mappedName": "#46;:Hd5,V", "mappedStringIds": [ - 15 + 70 ], "name": "Vertex1" }, @@ -57007,33 +78614,34 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:H125a,V", + "mappedName": "#4f:1;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:H1259:7,E", - "#2:1;:H1259,V" + "#16:1;:U;XTR;:Hd4:7,E", + "#d:1;:G;XTR;:Hd4:7,F", + "#b:1;:Hd4,E" ], - "mappedName": "#18:1;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U;XTR;:Hd4:7,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], - "mappedName": "#2e:1;:H125a,V", + "mappedName": "#4f:1;:Hd5,V", "mappedStringIds": [ - 46 + 79 ], "name": "Vertex2" }, @@ -57041,30 +78649,30 @@ "history": [ { "children": [], - "mappedName": "#10:2;:H125a,V", + "mappedName": "#47;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:H1259,V", + "mappedName": "#4;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], - "mappedName": "#10:2;:H125a,V", + "mappedName": "#47;:Hd5,V", "mappedStringIds": [ - 16 + 71 ], "name": "Vertex3" }, @@ -57072,33 +78680,34 @@ "history": [ { "children": [], - "mappedName": "#30:2;:H125a,V", + "mappedName": "#52:1;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:H1259:7,E", - "#4:2;:H1259,V" + "#16:1;:U;XTR;:Hd4:7,E", + "#d:1;:G;XTR;:Hd4:7,F", + "#b:1;:Hd4,E" ], - "mappedName": "#19:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U2;XTR;:Hd4:8,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], - "mappedName": "#30:2;:H125a,V", + "mappedName": "#52:1;:Hd5,V", "mappedStringIds": [ - 48 + 82 ], "name": "Vertex4" }, @@ -57106,30 +78715,30 @@ "history": [ { "children": [], - "mappedName": "#12:2;:H125a,V", + "mappedName": "#49;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:H1259,V", + "mappedName": "#8;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], - "mappedName": "#12:2;:H125a,V", + "mappedName": "#49;:Hd5,V", "mappedStringIds": [ - 18 + 73 ], "name": "Vertex5" }, @@ -57137,33 +78746,42 @@ "history": [ { "children": [], - "mappedName": "#34:2;:H125a,V", + "mappedName": "#52:3;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:H1259:7,E", - "#8:2;:H1259,V" + "#16:3;:U;XTR;:Hd4:7,E", + "#d:3;:G;XTR;:Hd4:7,F", + "#b:3;:Hd4,E" ], - "mappedName": "#1b:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:3;:U2;XTR;:Hd4:8,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#34:2;:H125a,V", + "mappedName": "#52:3;:Hd5,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex6" }, @@ -57171,30 +78789,30 @@ "history": [ { "children": [], - "mappedName": "#11:2;:H125a,V", + "mappedName": "#48;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:H1259,V", + "mappedName": "#6;:Hd4,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], - "mappedName": "#11:2;:H125a,V", + "mappedName": "#48;:Hd5,V", "mappedStringIds": [ - 17 + 72 ], "name": "Vertex7" }, @@ -57202,33 +78820,42 @@ "history": [ { "children": [], - "mappedName": "#32:2;:H125a,V", + "mappedName": "#52:2;:Hd5,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:H1259:7,E", - "#6:2;:H1259,V" + "#16:2;:U;XTR;:Hd4:7,E", + "#d:2;:G;XTR;:Hd4:7,F", + "#b:2;:Hd4,E" ], - "mappedName": "#1a:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:2;:U2;XTR;:Hd4:8,V", "object": "Pad15", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#32:2;:H125a,V", + "mappedName": "#52:2;:Hd5,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex8" }, @@ -57236,9 +78863,9 @@ "history": [ { "children": [ - "#2;:H125b,V" + "#2;:Hd6,V" ], - "mappedName": "#1f;:H-125c,V", + "mappedName": "#1f;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -57253,7 +78880,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:H-125c,V", + "mappedName": "#1f;:H-d7,V", "mappedStringIds": [ 31 ], @@ -57263,29 +78890,28 @@ "history": [ { "children": [ - "#28:2;:U;XTR;:H125b:7,V", - "#1f:2;:G;XTR;:H125b:7,E", - "#22;:H125b,V", - "#8;:H125b,V" + "#4a;:U;XTR;:Hd6:7,V", + "#1f;:G;XTR;:Hd6:7,E", + "#2;:Hd6,V" ], - "mappedName": "#3b:2;:H-125c,V", + "mappedName": "#59;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], - "mappedName": "#3b:2;:H-125c,V", + "mappedName": "#59;:H-d7,V", "mappedStringIds": [ - 59 + 89 ], "name": "Vertex10" }, @@ -57293,9 +78919,9 @@ "history": [ { "children": [ - "#4;:H125b,V" + "#4;:Hd6,V" ], - "mappedName": "#20;:H-125c,V", + "mappedName": "#20;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -57310,7 +78936,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:H-125c,V", + "mappedName": "#20;:H-d7,V", "mappedStringIds": [ 32 ], @@ -57320,23 +78946,28 @@ "history": [ { "children": [ - "#29:4;:U;XTR;:H125b:7,V", - "#20:4;:G;XTR;:H125b:7,E", - "#44;:H125b,V", - ";:G0;XTR;:H125b:8,F" + "#4b;:U;XTR;:Hd6:7,V", + "#20;:G;XTR;:Hd6:7,E", + "#4;:Hd6,V" ], - "mappedName": "#3d:4;:H-125c,V", + "mappedName": "#61;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch15", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], - "mappedName": "#3d:4;:H-125c,V", + "mappedName": "#61;:H-d7,V", "mappedStringIds": [ - 61 + 97 ], "name": "Vertex12" }, @@ -57344,9 +78975,9 @@ "history": [ { "children": [ - "#8;:H125b,V" + "#8;:Hd6,V" ], - "mappedName": "#22;:H-125c,V", + "mappedName": "#22;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -57361,7 +78992,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:H-125c,V", + "mappedName": "#22;:H-d7,V", "mappedStringIds": [ 34 ], @@ -57371,28 +79002,28 @@ "history": [ { "children": [ - "#2b:8;:U;XTR;:H125b:7,V", - "#22:8;:G;XTR;:H125b:7,E", - "#88;:H125b,V" + "#4d;:U;XTR;:Hd6:7,V", + "#22;:G;XTR;:Hd6:7,E", + "#8;:Hd6,V" ], - "mappedName": "#41:8;:H-125c,V", + "mappedName": "#63;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], - "mappedName": "#41:8;:H-125c,V", + "mappedName": "#63;:H-d7,V", "mappedStringIds": [ - 65 + 99 ], "name": "Vertex14" }, @@ -57400,9 +79031,9 @@ "history": [ { "children": [ - "#6;:H125b,V" + "#6;:Hd6,V" ], - "mappedName": "#21;:H-125c,V", + "mappedName": "#21;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, @@ -57417,7 +79048,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:H-125c,V", + "mappedName": "#21;:H-d7,V", "mappedStringIds": [ 33 ], @@ -57427,28 +79058,28 @@ "history": [ { "children": [ - "#2a:6;:U;XTR;:H125b:7,V", - "#21:6;:G;XTR;:H125b:7,E", - "#66;:H125b,V" + "#4c;:U;XTR;:Hd6:7,V", + "#21;:G;XTR;:Hd6:7,E", + "#6;:Hd6,V" ], - "mappedName": "#3f:6;:H-125c,V", + "mappedName": "#62;:H-d7,V", "object": "Pocket15", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch15", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], - "mappedName": "#3f:6;:H-125c,V", + "mappedName": "#62;:H-d7,V", "mappedStringIds": [ - 63 + 98 ], "name": "Vertex16" } @@ -57466,7 +79097,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:H125a,F", + "mappedName": "#16:1;:Hd5,F", "mappedStringIds": [ 22 ], @@ -57476,7 +79107,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:H125a,F", + "name": "#16:1;:Hd5,F", "stringIds": [ 22 ] @@ -57486,9 +79117,9 @@ "resultPersistentId": "Pocket15:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:H1259:7,F", + "mappedName": "#d:1;:G;XTR;:Hd4:7,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:1;:G;XTR;:H1259:7,F", + "persistentId": "Pad15:mapped:#d:1;:G;XTR;:Hd4:7,F", "stageId": "Pad15" }, { @@ -57507,7 +79138,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:H125a,F", + "mappedName": "#16:4;:Hd5,F", "mappedStringIds": [ 11, 13, @@ -57519,7 +79150,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:H125a,F", + "name": "#16:4;:Hd5,F", "stringIds": [ 11, 13, @@ -57531,9 +79162,9 @@ "resultPersistentId": "Pocket15:face:1", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:H1259:7,F", + "mappedName": "#d:4;:G;XTR;:Hd4:7,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:4;:G;XTR;:H1259:7,F", + "persistentId": "Pad15:mapped:#d:4;:G;XTR;:Hd4:7,F", "stageId": "Pad15" }, { @@ -57552,7 +79183,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:H125a,F", + "mappedName": "#16:2;:Hd5,F", "mappedStringIds": [ 11, 13, @@ -57564,7 +79195,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:H125a,F", + "name": "#16:2;:Hd5,F", "stringIds": [ 11, 13, @@ -57576,9 +79207,9 @@ "resultPersistentId": "Pocket15:face:2", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:H1259:7,F", + "mappedName": "#d:2;:G;XTR;:Hd4:7,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:2;:G;XTR;:H1259:7,F", + "persistentId": "Pad15:mapped:#d:2;:G;XTR;:Hd4:7,F", "stageId": "Pad15" }, { @@ -57595,7 +79226,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:H125a,F", + "mappedName": "#14:1;:Hd5,F", "mappedStringIds": [ 20 ], @@ -57605,7 +79236,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:H125a,F", + "name": "#14:1;:Hd5,F", "stringIds": [ 20 ] @@ -57615,9 +79246,9 @@ "resultPersistentId": "Pocket15:face:3", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:H1259:4,F", + "mappedName": "#d:1;FAC;:Hd4:4,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:1;FAC;:H1259:4,F", + "persistentId": "Pad15:mapped:#d:1;FAC;:Hd4:4,F", "stageId": "Pad15" }, { @@ -57634,7 +79265,7 @@ 56 ], "kind": "face", - "mappedName": "#38:1;:H125a,F", + "mappedName": "#38:1;:Hd5,F", "mappedStringIds": [ 56 ], @@ -57644,7 +79275,7 @@ "index": 5, "type": "Face" }, - "name": "#38:1;:H125a,F", + "name": "#38:1;:Hd5,F", "stringIds": [ 56 ] @@ -57654,9 +79285,9 @@ "resultPersistentId": "Pocket15:face:4", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:H1259:8,F", + "mappedName": "#14:1;:G0;XTR;:Hd4:8,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#14:1;:G0;XTR;:H1259:8,F", + "persistentId": "Pad15:mapped:#14:1;:G0;XTR;:Hd4:8,F", "stageId": "Pad15" }, { @@ -57675,7 +79306,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:H125a,F", + "mappedName": "#16:3;:Hd5,F", "mappedStringIds": [ 11, 13, @@ -57687,7 +79318,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:H125a,F", + "name": "#16:3;:Hd5,F", "stringIds": [ 11, 13, @@ -57699,9 +79330,9 @@ "resultPersistentId": "Pocket15:face:5", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:H1259:7,F", + "mappedName": "#d:3;:G;XTR;:Hd4:7,F", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#d:3;:G;XTR;:H1259:7,F", + "persistentId": "Pad15:mapped:#d:3;:G;XTR;:Hd4:7,F", "stageId": "Pad15" }, { @@ -57718,7 +79349,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:H-125c,F", + "mappedName": "#26:1;:H-d7,F", "mappedStringIds": [ 38 ], @@ -57728,7 +79359,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:H-125c,F", + "name": "#26:1;:H-d7,F", "stringIds": [ 38 ] @@ -57753,7 +79384,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:H-125c,F", + "mappedName": "#26:4;:H-d7,F", "mappedStringIds": [ 11, 29, @@ -57765,7 +79396,7 @@ "index": 8, "type": "Face" }, - "name": "#26:4;:H-125c,F", + "name": "#26:4;:H-d7,F", "stringIds": [ 11, 29, @@ -57792,7 +79423,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:H-125c,F", + "mappedName": "#26:2;:H-d7,F", "mappedStringIds": [ 11, 29, @@ -57804,7 +79435,7 @@ "index": 9, "type": "Face" }, - "name": "#26:2;:H-125c,F", + "name": "#26:2;:H-d7,F", "stringIds": [ 11, 29, @@ -57829,7 +79460,7 @@ 36 ], "kind": "face", - "mappedName": "#24:1;:H-125c,F", + "mappedName": "#24:1;:H-d7,F", "mappedStringIds": [ 36 ], @@ -57839,7 +79470,7 @@ "index": 10, "type": "Face" }, - "name": "#24:1;:H-125c,F", + "name": "#24:1;:H-d7,F", "stringIds": [ 36 ] @@ -57862,7 +79493,7 @@ 69 ], "kind": "face", - "mappedName": "#45:1;:H-125c,F", + "mappedName": "#45:1;:H-d7,F", "mappedStringIds": [ 69 ], @@ -57872,7 +79503,7 @@ "index": 11, "type": "Face" }, - "name": "#45:1;:H-125c,F", + "name": "#45:1;:H-d7,F", "stringIds": [ 69 ] @@ -57897,7 +79528,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:H-125c,F", + "mappedName": "#26:3;:H-d7,F", "mappedStringIds": [ 11, 29, @@ -57909,7 +79540,7 @@ "index": 12, "type": "Face" }, - "name": "#26:3;:H-125c,F", + "name": "#26:3;:H-d7,F", "stringIds": [ 11, 29, @@ -57931,12 +79562,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], "kind": "edge", - "mappedName": "#18:1;:H125a,E", + "mappedName": "#5d:2e;:Hd5,E", "mappedStringIds": [ - 24 + 93 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -57944,9 +79575,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:H125a,E", + "name": "#5d:2e;:Hd5,E", "stringIds": [ - 24 + 93 ] }, "relation": "preserved", @@ -57954,15 +79585,15 @@ "resultPersistentId": "Pocket15:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:H1259:7,E", + "mappedName": "#4646;:G;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#f:1;:G;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#4646;:G;XTR;:Hd4:7,E", "stageId": "Pad15" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v11;SKT", + "persistentId": "Sketch15:mapped:#4646", "stageId": "Sketch15" } ] @@ -57970,12 +79601,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], "kind": "edge", - "mappedName": "#19:2;:H125a,E", + "mappedName": "#5e:2f;:Hd5,E", "mappedStringIds": [ - 25 + 94 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -57983,9 +79614,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:H125a,E", + "name": "#5e:2f;:Hd5,E", "stringIds": [ - 25 + 94 ] }, "relation": "preserved", @@ -57993,15 +79624,15 @@ "resultPersistentId": "Pocket15:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:H1259:7,E", + "mappedName": "#4747;:G;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#10:2;:G;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#4747;:G;XTR;:Hd4:7,E", "stageId": "Pad15" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v22;SKT", + "persistentId": "Sketch15:mapped:#4747", "stageId": "Sketch15" } ] @@ -58012,7 +79643,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:H125a,E", + "mappedName": "#d:1;:Hd5,E", "mappedStringIds": [ 13 ], @@ -58022,7 +79653,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:H125a,E", + "name": "#d:1;:Hd5,E", "stringIds": [ 13 ] @@ -58032,9 +79663,9 @@ "resultPersistentId": "Pocket15:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:H1259,E", + "mappedName": "#b:1;:Hd4,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#b:1;:H1259,E", + "persistentId": "Pad15:mapped:#b:1;:Hd4,E", "stageId": "Pad15" }, { @@ -58051,7 +79682,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:H125a,E", + "mappedName": "#36:1;:Hd5,E", "mappedStringIds": [ 54 ], @@ -58061,7 +79692,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:H125a,E", + "name": "#36:1;:Hd5,E", "stringIds": [ 54 ] @@ -58071,9 +79702,9 @@ "resultPersistentId": "Pocket15:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:H1259:7,E", + "mappedName": "#16:1;:U;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#16:1;:U;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#16:1;:U;XTR;:Hd4:7,E", "stageId": "Pad15" }, { @@ -58087,12 +79718,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], "kind": "edge", - "mappedName": "#1b:2;:H125a,E", + "mappedName": "#60:31;:Hd5,E", "mappedStringIds": [ - 27 + 96 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58100,9 +79731,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:H125a,E", + "name": "#60:31;:Hd5,E", "stringIds": [ - 27 + 96 ] }, "relation": "preserved", @@ -58110,15 +79741,15 @@ "resultPersistentId": "Pocket15:edge:4", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:H1259:7,E", + "mappedName": "#4949;:G;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#12:2;:G;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#4949;:G;XTR;:Hd4:7,E", "stageId": "Pad15" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g3v22;SKT", + "persistentId": "Sketch15:mapped:#4949", "stageId": "Sketch15" } ] @@ -58130,7 +79761,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:H125a,E", + "mappedName": "#d:4;:Hd5,E", "mappedStringIds": [ 11, 13 @@ -58141,7 +79772,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:H125a,E", + "name": "#d:4;:Hd5,E", "stringIds": [ 11, 13 @@ -58152,9 +79783,9 @@ "resultPersistentId": "Pocket15:edge:5", "sourceRefs": [ { - "mappedName": "#b:4;:H1259,E", + "mappedName": "#b:4;:Hd4,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#b:4;:H1259,E", + "persistentId": "Pad15:mapped:#b:4;:Hd4,E", "stageId": "Pad15" }, { @@ -58174,7 +79805,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:H125a,E", + "mappedName": "#36:4;:Hd5,E", "mappedStringIds": [ 11, 13, @@ -58187,7 +79818,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:H125a,E", + "name": "#36:4;:Hd5,E", "stringIds": [ 11, 13, @@ -58200,9 +79831,9 @@ "resultPersistentId": "Pocket15:edge:6", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:H1259:7,E", + "mappedName": "#16:4;:U;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#16:4;:U;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#16:4;:U;XTR;:Hd4:7,E", "stageId": "Pad15" }, { @@ -58216,12 +79847,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], "kind": "edge", - "mappedName": "#1a:2;:H125a,E", + "mappedName": "#5f:30;:Hd5,E", "mappedStringIds": [ - 26 + 95 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58229,9 +79860,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:H125a,E", + "name": "#5f:30;:Hd5,E", "stringIds": [ - 26 + 95 ] }, "relation": "preserved", @@ -58239,15 +79870,15 @@ "resultPersistentId": "Pocket15:edge:7", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:H1259:7,E", + "mappedName": "#4848;:G;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#11:2;:G;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#4848;:G;XTR;:Hd4:7,E", "stageId": "Pad15" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g2v22;SKT", + "persistentId": "Sketch15:mapped:#4848", "stageId": "Sketch15" } ] @@ -58259,7 +79890,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:H125a,E", + "mappedName": "#d:2;:Hd5,E", "mappedStringIds": [ 11, 13 @@ -58270,7 +79901,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:H125a,E", + "name": "#d:2;:Hd5,E", "stringIds": [ 11, 13 @@ -58281,9 +79912,9 @@ "resultPersistentId": "Pocket15:edge:8", "sourceRefs": [ { - "mappedName": "#b:2;:H1259,E", + "mappedName": "#b:2;:Hd4,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#b:2;:H1259,E", + "persistentId": "Pad15:mapped:#b:2;:Hd4,E", "stageId": "Pad15" }, { @@ -58303,7 +79934,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:H125a,E", + "mappedName": "#36:2;:Hd5,E", "mappedStringIds": [ 11, 13, @@ -58316,7 +79947,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:H125a,E", + "name": "#36:2;:Hd5,E", "stringIds": [ 11, 13, @@ -58329,9 +79960,9 @@ "resultPersistentId": "Pocket15:edge:9", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:H1259:7,E", + "mappedName": "#16:2;:U;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#16:2;:U;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#16:2;:U;XTR;:Hd4:7,E", "stageId": "Pad15" }, { @@ -58349,7 +79980,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:H125a,E", + "mappedName": "#d:3;:Hd5,E", "mappedStringIds": [ 11, 13 @@ -58360,7 +79991,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:H125a,E", + "name": "#d:3;:Hd5,E", "stringIds": [ 11, 13 @@ -58371,9 +80002,9 @@ "resultPersistentId": "Pocket15:edge:10", "sourceRefs": [ { - "mappedName": "#b:3;:H1259,E", + "mappedName": "#b:3;:Hd4,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#b:3;:H1259,E", + "persistentId": "Pad15:mapped:#b:3;:Hd4,E", "stageId": "Pad15" }, { @@ -58393,7 +80024,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:H125a,E", + "mappedName": "#36:3;:Hd5,E", "mappedStringIds": [ 11, 13, @@ -58406,7 +80037,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:H125a,E", + "name": "#36:3;:Hd5,E", "stringIds": [ 11, 13, @@ -58419,9 +80050,9 @@ "resultPersistentId": "Pocket15:edge:11", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:H1259:7,E", + "mappedName": "#16:3;:U;XTR;:Hd4:7,E", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#16:3;:U;XTR;:H1259:7,E", + "persistentId": "Pad15:mapped:#16:3;:U;XTR;:Hd4:7,E", "stageId": "Pad15" }, { @@ -58435,12 +80066,12 @@ { "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], "kind": "edge", - "mappedName": "#28:2;:H-125c,E", + "mappedName": "#4a;:H-d7,E", "mappedStringIds": [ - 40 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58448,9 +80079,9 @@ "index": 13, "type": "Edge" }, - "name": "#28:2;:H-125c,E", + "name": "#4a;:H-d7,E", "stringIds": [ - 40 + 74 ] }, "relation": "preserved", @@ -58458,9 +80089,9 @@ "resultPersistentId": "Pocket15:edge:12", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:g3v2;SKT", + "persistentId": "PocketSketch15:mapped:g1v1;SKT", "stageId": "PocketSketch15" } ] @@ -58468,12 +80099,12 @@ { "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], "kind": "edge", - "mappedName": "#29:4;:H-125c,E", + "mappedName": "#4b;:H-d7,E", "mappedStringIds": [ - 41 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58481,15 +80112,22 @@ "index": 14, "type": "Edge" }, - "name": "#29:4;:H-125c,E", + "name": "#4b;:H-d7,E", "stringIds": [ - 41 + 75 ] }, "relation": "preserved", "resultIndex": 13, "resultPersistentId": "Pocket15:edge:13", - "sourceRefs": [] + "sourceRefs": [ + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch15", + "persistentId": "PocketSketch15:mapped:g1v2;SKT", + "stageId": "PocketSketch15" + } + ] }, { "indexedName": "Edge15", @@ -58497,7 +80135,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:H-125c,E", + "mappedName": "#1d:1;:H-d7,E", "mappedStringIds": [ 29 ], @@ -58507,7 +80145,7 @@ "index": 15, "type": "Edge" }, - "name": "#1d:1;:H-125c,E", + "name": "#1d:1;:H-d7,E", "stringIds": [ 29 ] @@ -58530,7 +80168,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:1;:H-125c,E", + "mappedName": "#43:1;:H-d7,E", "mappedStringIds": [ 67 ], @@ -58540,7 +80178,7 @@ "index": 16, "type": "Edge" }, - "name": "#43:1;:H-125c,E", + "name": "#43:1;:H-d7,E", "stringIds": [ 67 ] @@ -58560,12 +80198,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], "kind": "edge", - "mappedName": "#2b:8;:H-125c,E", + "mappedName": "#4d;:H-d7,E", "mappedStringIds": [ - 43 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58573,9 +80211,9 @@ "index": 17, "type": "Edge" }, - "name": "#2b:8;:H-125c,E", + "name": "#4d;:H-d7,E", "stringIds": [ - 43 + 77 ] }, "relation": "preserved", @@ -58583,9 +80221,9 @@ "resultPersistentId": "Pocket15:edge:16", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:#88", + "persistentId": "PocketSketch15:mapped:g3v2;SKT", "stageId": "PocketSketch15" } ] @@ -58597,7 +80235,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:H-125c,E", + "mappedName": "#1d:4;:H-d7,E", "mappedStringIds": [ 11, 29 @@ -58608,7 +80246,7 @@ "index": 18, "type": "Edge" }, - "name": "#1d:4;:H-125c,E", + "name": "#1d:4;:H-d7,E", "stringIds": [ 11, 29 @@ -58635,7 +80273,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:4;:H-125c,E", + "mappedName": "#43:4;:H-d7,E", "mappedStringIds": [ 11, 29, @@ -58648,7 +80286,7 @@ "index": 19, "type": "Edge" }, - "name": "#43:4;:H-125c,E", + "name": "#43:4;:H-d7,E", "stringIds": [ 11, 29, @@ -58671,12 +80309,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], "kind": "edge", - "mappedName": "#2a:6;:H-125c,E", + "mappedName": "#4c;:H-d7,E", "mappedStringIds": [ - 42 + 76 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58684,9 +80322,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:H-125c,E", + "name": "#4c;:H-d7,E", "stringIds": [ - 42 + 76 ] }, "relation": "preserved", @@ -58694,9 +80332,9 @@ "resultPersistentId": "Pocket15:edge:19", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:#66", + "persistentId": "PocketSketch15:mapped:g2v2;SKT", "stageId": "PocketSketch15" } ] @@ -58708,7 +80346,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:H-125c,E", + "mappedName": "#1d:2;:H-d7,E", "mappedStringIds": [ 11, 29 @@ -58719,7 +80357,7 @@ "index": 21, "type": "Edge" }, - "name": "#1d:2;:H-125c,E", + "name": "#1d:2;:H-d7,E", "stringIds": [ 11, 29 @@ -58746,7 +80384,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:2;:H-125c,E", + "mappedName": "#43:2;:H-d7,E", "mappedStringIds": [ 11, 29, @@ -58759,7 +80397,7 @@ "index": 22, "type": "Edge" }, - "name": "#43:2;:H-125c,E", + "name": "#43:2;:H-d7,E", "stringIds": [ 11, 29, @@ -58786,7 +80424,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:H-125c,E", + "mappedName": "#1d:3;:H-d7,E", "mappedStringIds": [ 11, 29 @@ -58797,7 +80435,7 @@ "index": 23, "type": "Edge" }, - "name": "#1d:3;:H-125c,E", + "name": "#1d:3;:H-d7,E", "stringIds": [ 11, 29 @@ -58824,7 +80462,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:3;:H-125c,E", + "mappedName": "#43:3;:H-d7,E", "mappedStringIds": [ 11, 29, @@ -58837,7 +80475,7 @@ "index": 24, "type": "Edge" }, - "name": "#43:3;:H-125c,E", + "name": "#43:3;:H-d7,E", "stringIds": [ 11, 29, @@ -58860,12 +80498,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], "kind": "vertex", - "mappedName": "#f:1;:H125a,V", + "mappedName": "#46;:Hd5,V", "mappedStringIds": [ - 15 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58873,9 +80511,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:H125a,V", + "name": "#46;:Hd5,V", "stringIds": [ - 15 + 70 ] }, "relation": "preserved", @@ -58883,15 +80521,15 @@ "resultPersistentId": "Pocket15:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:H1259,V", + "mappedName": "#2;:Hd4,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#2:1;:H1259,V", + "persistentId": "Pad15:mapped:#2;:Hd4,V", "stageId": "Pad15" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v11;SKT", + "persistentId": "Sketch15:mapped:g1v1;SKT", "stageId": "Sketch15" } ] @@ -58899,12 +80537,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], "kind": "vertex", - "mappedName": "#2e:1;:H125a,V", + "mappedName": "#4f:1;:Hd5,V", "mappedStringIds": [ - 46 + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58912,9 +80550,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:H125a,V", + "name": "#4f:1;:Hd5,V", "stringIds": [ - 46 + 79 ] }, "relation": "preserved", @@ -58922,15 +80560,15 @@ "resultPersistentId": "Pocket15:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U;XTR;:Hd4:7,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#18:1;:U;XTR;:H1259:7,V", + "persistentId": "Pad15:mapped:#36:1;:U;XTR;:Hd4:7,V", "stageId": "Pad15" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v11;SKT", + "persistentId": "Sketch15:mapped:g1;SKT", "stageId": "Sketch15" } ] @@ -58938,12 +80576,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], "kind": "vertex", - "mappedName": "#10:2;:H125a,V", + "mappedName": "#47;:Hd5,V", "mappedStringIds": [ - 16 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58951,9 +80589,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:H125a,V", + "name": "#47;:Hd5,V", "stringIds": [ - 16 + 71 ] }, "relation": "preserved", @@ -58961,15 +80599,15 @@ "resultPersistentId": "Pocket15:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:H1259,V", + "mappedName": "#4;:Hd4,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#4:2;:H1259,V", + "persistentId": "Pad15:mapped:#4;:Hd4,V", "stageId": "Pad15" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v22;SKT", + "persistentId": "Sketch15:mapped:g1v2;SKT", "stageId": "Sketch15" } ] @@ -58977,12 +80615,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], "kind": "vertex", - "mappedName": "#30:2;:H125a,V", + "mappedName": "#52:1;:Hd5,V", "mappedStringIds": [ - 48 + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -58990,9 +80628,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:H125a,V", + "name": "#52:1;:Hd5,V", "stringIds": [ - 48 + 82 ] }, "relation": "preserved", @@ -59000,15 +80638,15 @@ "resultPersistentId": "Pocket15:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:1;:U2;XTR;:Hd4:8,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#19:2;:U;XTR;:H1259:7,V", + "persistentId": "Pad15:mapped:#36:1;:U2;XTR;:Hd4:8,V", "stageId": "Pad15" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g1v22;SKT", + "persistentId": "Sketch15:mapped:g1;SKT", "stageId": "Sketch15" } ] @@ -59016,12 +80654,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], "kind": "vertex", - "mappedName": "#12:2;:H125a,V", + "mappedName": "#49;:Hd5,V", "mappedStringIds": [ - 18 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -59029,9 +80667,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:H125a,V", + "name": "#49;:Hd5,V", "stringIds": [ - 18 + 73 ] }, "relation": "preserved", @@ -59039,15 +80677,15 @@ "resultPersistentId": "Pocket15:vertex:4", "sourceRefs": [ { - "mappedName": "#8:2;:H1259,V", + "mappedName": "#8;:Hd4,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#8:2;:H1259,V", + "persistentId": "Pad15:mapped:#8;:Hd4,V", "stageId": "Pad15" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g3v22;SKT", + "persistentId": "Sketch15:mapped:g3v2;SKT", "stageId": "Sketch15" } ] @@ -59055,12 +80693,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#34:2;:H125a,V", + "mappedName": "#52:3;:Hd5,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -59068,9 +80714,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:H125a,V", + "name": "#52:3;:Hd5,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -59078,15 +80728,15 @@ "resultPersistentId": "Pocket15:vertex:5", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:3;:U2;XTR;:Hd4:8,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#1b:2;:U;XTR;:H1259:7,V", + "persistentId": "Pad15:mapped:#36:3;:U2;XTR;:Hd4:8,V", "stageId": "Pad15" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g3v22;SKT", + "persistentId": "Sketch15:mapped:g3;SKT", "stageId": "Sketch15" } ] @@ -59094,12 +80744,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], "kind": "vertex", - "mappedName": "#11:2;:H125a,V", + "mappedName": "#48;:Hd5,V", "mappedStringIds": [ - 17 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -59107,9 +80757,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:H125a,V", + "name": "#48;:Hd5,V", "stringIds": [ - 17 + 72 ] }, "relation": "preserved", @@ -59117,15 +80767,15 @@ "resultPersistentId": "Pocket15:vertex:6", "sourceRefs": [ { - "mappedName": "#6:2;:H1259,V", + "mappedName": "#6;:Hd4,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#6:2;:H1259,V", + "persistentId": "Pad15:mapped:#6;:Hd4,V", "stageId": "Pad15" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g2v22;SKT", + "persistentId": "Sketch15:mapped:g2v2;SKT", "stageId": "Sketch15" } ] @@ -59133,12 +80783,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#32:2;:H125a,V", + "mappedName": "#52:2;:Hd5,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -59146,9 +80804,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:H125a,V", + "name": "#52:2;:Hd5,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -59156,15 +80818,15 @@ "resultPersistentId": "Pocket15:vertex:7", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:H1259:7,V", + "mappedName": "#36:2;:U2;XTR;:Hd4:8,V", "objectId": "Pad15", - "persistentId": "Pad15:mapped:#1a:2;:U;XTR;:H1259:7,V", + "persistentId": "Pad15:mapped:#36:2;:U2;XTR;:Hd4:8,V", "stageId": "Pad15" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch15", - "persistentId": "Sketch15:mapped:g2v22;SKT", + "persistentId": "Sketch15:mapped:g2;SKT", "stageId": "Sketch15" } ] @@ -59175,7 +80837,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:H-125c,V", + "mappedName": "#1f;:H-d7,V", "mappedStringIds": [ 31 ], @@ -59185,7 +80847,7 @@ "index": 9, "type": "Vertex" }, - "name": "#1f;:H-125c,V", + "name": "#1f;:H-d7,V", "stringIds": [ 31 ] @@ -59205,12 +80867,12 @@ { "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], "kind": "vertex", - "mappedName": "#3b:2;:H-125c,V", + "mappedName": "#59;:H-d7,V", "mappedStringIds": [ - 59 + 89 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -59218,9 +80880,9 @@ "index": 10, "type": "Vertex" }, - "name": "#3b:2;:H-125c,V", + "name": "#59;:H-d7,V", "stringIds": [ - 59 + 89 ] }, "relation": "preserved", @@ -59228,9 +80890,9 @@ "resultPersistentId": "Pocket15:vertex:9", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:g3v2;SKT", + "persistentId": "PocketSketch15:mapped:g1v1;SKT", "stageId": "PocketSketch15" } ] @@ -59241,7 +80903,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:H-125c,V", + "mappedName": "#20;:H-d7,V", "mappedStringIds": [ 32 ], @@ -59251,7 +80913,7 @@ "index": 11, "type": "Vertex" }, - "name": "#20;:H-125c,V", + "name": "#20;:H-d7,V", "stringIds": [ 32 ] @@ -59271,12 +80933,12 @@ { "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], "kind": "vertex", - "mappedName": "#3d:4;:H-125c,V", + "mappedName": "#61;:H-d7,V", "mappedStringIds": [ - 61 + 97 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -59284,15 +80946,22 @@ "index": 12, "type": "Vertex" }, - "name": "#3d:4;:H-125c,V", + "name": "#61;:H-d7,V", "stringIds": [ - 61 + 97 ] }, "relation": "preserved", "resultIndex": 11, "resultPersistentId": "Pocket15:vertex:11", - "sourceRefs": [] + "sourceRefs": [ + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch15", + "persistentId": "PocketSketch15:mapped:g1v2;SKT", + "stageId": "PocketSketch15" + } + ] }, { "indexedName": "Vertex13", @@ -59300,7 +80969,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:H-125c,V", + "mappedName": "#22;:H-d7,V", "mappedStringIds": [ 34 ], @@ -59310,7 +80979,7 @@ "index": 13, "type": "Vertex" }, - "name": "#22;:H-125c,V", + "name": "#22;:H-d7,V", "stringIds": [ 34 ] @@ -59330,12 +80999,12 @@ { "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], "kind": "vertex", - "mappedName": "#41:8;:H-125c,V", + "mappedName": "#63;:H-d7,V", "mappedStringIds": [ - 65 + 99 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -59343,9 +81012,9 @@ "index": 14, "type": "Vertex" }, - "name": "#41:8;:H-125c,V", + "name": "#63;:H-d7,V", "stringIds": [ - 65 + 99 ] }, "relation": "preserved", @@ -59353,9 +81022,9 @@ "resultPersistentId": "Pocket15:vertex:13", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:#88", + "persistentId": "PocketSketch15:mapped:g3v2;SKT", "stageId": "PocketSketch15" } ] @@ -59366,7 +81035,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:H-125c,V", + "mappedName": "#21;:H-d7,V", "mappedStringIds": [ 33 ], @@ -59376,7 +81045,7 @@ "index": 15, "type": "Vertex" }, - "name": "#21;:H-125c,V", + "name": "#21;:H-d7,V", "stringIds": [ 33 ] @@ -59396,12 +81065,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], "kind": "vertex", - "mappedName": "#3f:6;:H-125c,V", + "mappedName": "#62;:H-d7,V", "mappedStringIds": [ - 63 + 98 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -59409,9 +81078,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3f:6;:H-125c,V", + "name": "#62;:H-d7,V", "stringIds": [ - 63 + 98 ] }, "relation": "preserved", @@ -59419,9 +81088,9 @@ "resultPersistentId": "Pocket15:vertex:15", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch15", - "persistentId": "PocketSketch15:mapped:#66", + "persistentId": "PocketSketch15:mapped:g2v2;SKT", "stageId": "PocketSketch15" } ] @@ -59436,11 +81105,1022 @@ "stageId": "Pocket15", "status": "native-evidence" }, + "relationDigest": "adffd9c88c511bb64a85b993d5fb13f30668df6f0c6c1877ba4f1b0826287782", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#38:1;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:H-d7,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:4;:H-d7,F", + "relation": "preserved", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:2;:H-d7,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#24:1;:H-d7,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#45:1;:H-d7,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "#26:3;:H-d7,F", + "relation": "preserved", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#5d:2e;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4646;:G;XTR;:H#:7,E", + "sourceElement": "#4646", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4646", + "sourceElement": "#4646", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#5e:2f;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4747;:G;XTR;:H#:7,E", + "sourceElement": "#4747", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4747", + "sourceElement": "#4747", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#60:31;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4949;:G;XTR;:H#:7,E", + "sourceElement": "#4949", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4949", + "sourceElement": "#4949", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5f:30;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4848;:G;XTR;:H#:7,E", + "sourceElement": "#4848", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4848", + "sourceElement": "#4848", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#4a;:H-d7,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#4b;:H-d7,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#1d:1;:H-d7,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#43:1;:H-d7,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#4d;:H-d7,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#1d:4;:H-d7,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#43:4;:H-d7,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#4c;:H-d7,E", + "relation": "preserved", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#1d:2;:H-d7,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#43:2;:H-d7,E", + "relation": "preserved", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#1d:3;:H-d7,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#43:3;:H-d7,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#46;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4f:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#47;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#52:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#49;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#52:3;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#48;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#52:2;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad15", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#1f;:H-d7,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#59;:H-d7,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#20;:H-d7,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#61;:H-d7,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#22;:H-d7,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#63;:H-d7,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#21;:H-d7,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#62;:H-d7,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch15", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "6f05ebd5436a54724d02365700524cc3f13e8979408d51f646e07f870f4ecd19", "shape": { + "area": 234.32000000000002, + "brepSha256": "cc79e0dab4e322db97ed2042207fb127aa33964f64067056757bd60cbfbbcc04", "edges": 24, "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", "solids": 1, "valid": true, + "vertices": 16, "volume": 192.32 }, "typeId": "PartDesign::Pocket" @@ -59448,31 +82128,32 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "6869691b94524505210658d28d737c734c0288a386062e03126b32634024995a", - "text": "StringTableStart v1 69\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H1259,E\n-1.4c.1.2\n-1.0 0:;:H1259,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:H1259:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H1259:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H1259:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.0 0:;:H125b,E\n-1.4c.1.12\n-1.0 0:;:H125b,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:H125b:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H125b:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H125b:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.-19.-1f\n-1.0 0:;:U;XTR;:H1259:7,V\n-1.4c.1.16\n-1.4c.-1f.-13\n-1.4c.1f.14\n-1.4c.-1f.-12\n-1.4c.1f.13\n-1.4c.-1f.-11\n-1.4c.1f.12\n-1.0 0:;:U;XTR;:H1259:7,E\n-1.4c.1.20\n-1.0 0:;:G0;XTR;:H1259:8,F\n-1.4c.1.24\n-1.2c.-19.-11\n-1.0 0:;:U;XTR;:H125b:7,V\n-1.4c.1.13\n-1.2c.-1c.-23\n-1.4c.1c.24\n-1.2c.-1c.-22\n-1.4c.1c.23\n-1.2c.-1c.-21\n-1.4c.1c.22\n-1.0 0:;:U;XTR;:H125b:7,E\n-1.4c.1.1d\n-1.0 0:;:G0;XTR;:H125b:8,F\n-1.4c.1.21\n" + "sha256": "43ce5e02d8012c0a737702da8aeccd794bc60a4cfe0a8b539a438f3b7f815828", + "text": "StringTableStart v1 68\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:Hd4,E\n-1.4c.1.2\n-1.0 0:;:Hd4,V\n-5.0 0:;FAC;:Hd4:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:Hd4:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:Hd4:7,E\n-5.0 0:;:Hd6,E\n-1.4c.1.12\n-1.0 0:;:Hd6,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:Hd6:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:Hd6:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:Hd6:7,E\n-6.0 0:;:U;XTR;:Hd4:7,V\n-8.0 0:;:U;XTR;:Hd4:7,E\n-1.4c.1.20\n-1.0 0:;:G0;XTR;:Hd4:8,F\n-1.4c.1.24\n-1.2c.-19.-11\n-1.0 0:;:U;XTR;:Hd6:7,V\n-2.2c.1e.37\n-2.2c.0.2\n-2.2c.0.2\n-2.0 0:;:U;XTR;:Hd6:7,E\n-1.4c.1.1d\n-1.0 0:;:G0;XTR;:Hd6:8,F\n-1.4c.1.21\n-1.2c.-36.-22\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.19.17\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.-19.-1f\n-1.4c.1f.33\n-1.2c.-1f.-31\n-1.0 0:;:U2;XTR;:Hd4:8,V\n-1.4c.1.1c\n-1.2c.-43.-2f\n-1.2c.0.2\n-5.2c.2c.41\n-4.2c.-23.-4\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.23.2\n-1.2c.0.1\n-1.2c.0.1\n" } }, { + "category": "partdesign", "elementMapResources": { "Body16.Shape.Map.txt": { - "sha256": "297212253ab13a02524e084934f9aaa5b79613ba6e6254a33bc6b556c0179fc3", - "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:Hd59,V\n;:M;CUT;:Hd59:7,F\n;:Hd59,F\n;:Hd59,E\n;:M;CUT;:H-d5b:7,E\n;:M;CUT;:H-d5b:7,V\n;:G#37;CUT;:H-d5b:a,E\n;:M;CUT;:H-d5b:7,F\n;:G#38;CUT;:H-d5b:a,E\n;:G#39;CUT;:H-d5b:a,E\n;:G#3a;CUT;:H-d5b:a,E\n;:G#3d;CUT;:H-d5b:a,V\n;:G#3e;CUT;:H-d5b:a,V\n;:G#3f;CUT;:H-d5b:a,V\n;:G#40;CUT;:H-d5b:a,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.7 0\n$#19:2.7 0\n$#d:1.7 0\n$#36:1.7 0\n$#1b:2.7 0\n$#d:4.7.b 0\n$#36:4.7.b.d.16 0\n$#1a:2.7 0\n$#d:2.7.b 0\n$#36:2.7.b.d.16 0\n$#d:3.7.b 0\n$#26:1.a.d.14.37 0\n$#26:2.c.b.d.14.1d.38 0\n$#26:3.d.b.d.14.1d.39 0\n$#26:4.e.b.d.14.1d.3a 0\n$#36:3.7.b.d.16 0\n$#1d:1.8 0\n$#1d:2.8.b 0\n$#1d:3.8.b 0\n$#1d:4.8.b 0\n$#29:4.8 0\n$#28:2.8 0\n$#2a:6.8 0\n$#2b:8.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n$#16:1.6 0\n$#16:4.6.b.d 0\n$#16:2.6.b.d 0\n$#14:1.5 0\n$#3c:1.5 0\n$#16:3.6.b.d 0\n$#26:1.b 0\n$#26:2.b.b.1d 0\n$#26:3.b.b.1d 0\n$#26:4.b.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#28:2.f.d.14.3d 0\n$#29:4.10.d.14.3e 0\n$#2a:6.11.d.14.3f 0\n$#2b:8.12.d.14.40 0\n$#1f.9 0\n$#20.9 0\n$#21.9 0\n$#22.9 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 3419 1 ;:Hd5b,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 10 3419 1 ;:Hd5b,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 3419 1 ;:Hd5b,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "2fe4d746953807278c3f894559f8f108594faceaf67ee7e27d4ee9a9ba3a6085", + "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:M;CUT;:H14a:7,F\n;:H14a,F\n;:M;CUT;:H-14c:7,E\n;:M;CUT;:H-14c:7,V\n;:G#37;CUT;:H-14c:a,E\n;:M;CUT;:H-14c:7,F\n;:G#38;CUT;:H-14c:a,E\n;:G#39;CUT;:H-14c:a,E\n;:G#3a;CUT;:H-14c:a,E\n;:H14a,E\n;:H14a,V\n;:G#3d;CUT;:H-14c:a,V\n;:G#3e;CUT;:H-14c:a,V\n;:G#3f;CUT;:H-14c:a,V\n;:G#40;CUT;:H-14c:a,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#58:29.d 0\n$#59:2a.d 0\n$#d:1.d 0\n$#36:1.d 0\n$#5b:2c.d 0\n$#d:4.d.b 0\n$#36:4.d.b.d.16 0\n$#5a:2b.d 0\n$#d:2.d.b 0\n$#36:2.d.b.d.16 0\n$#d:3.d.b 0\n$#26:1.8.d.14.37 0\n$#26:2.a.b.d.14.1d.38 0\n$#26:3.b.b.d.14.1d.39 0\n$#26:4.c.b.d.14.1d.3a 0\n$#36:3.d.b.d.16 0\n$#1d:1.6 0\n$#1d:2.6.b 0\n$#1d:3.6.b 0\n$#1d:4.6.b 0\n$#46.6 0\n$#45.6 0\n$#47.6 0\n$#48.6 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.4 0\n$#3c:1.4 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:2.9.b.1d 0\n$#26:3.9.b.1d 0\n$#26:4.9.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#41.e $#49.e 0\n$#4a:1.e 0\n$#42.e $#4b.e 0\n$#4d:1.e 0\n$#44.e $#4f.e 0\n$#4d:3.e.b.d.16.36 0\n$#43.e $#4e.e 0\n$#4d:2.e.b.d.16.36 0\n$#45.f.d.14.3d 0\n$#46.10.d.14.3e 0\n$#47.11.d.14.3f 0\n$#48.12.d.14.40 0\n$#1f.7 0\n$#20.7 0\n$#21.7 0\n$#22.7 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 332 1 ;:H14c,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 10 332 1 ;:H14c,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 332 1 ;:H14c,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad16.AddSubShape.Map.txt": { - "sha256": "2e044cde4f961f730b5a4668737697ec1aa97ada34774a60d6092a5637d16f74", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:Hd58:7,E\n;:G0;XTR;:Hd58:8,F\n;:U;XTR;:Hd58:7,E\n;:U;XTR;:Hd58:7,V\n;:Hd58,V\n;:Hd58,E\n;:G;XTR;:Hd58:7,F\n;FAC;:Hd58:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "2c4fe344e93849827755f3ba4ef6183ba7cf630c4e077cf9fe36527941a021fd", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H149:8,F\n;:U;XTR;:H149:7,E\n;:H149,V\n;:U2;XTR;:H149:8,V\n;:U;XTR;:H149:7,V\n;:G;XTR;:H149:7,E\n;:H149,E\n;:G;XTR;:H149:7,F\n;FAC;:H149:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#41.9 0\n$#42.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#43.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#44.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pad16.Shape.Map.txt": { - "sha256": "c686decf4cb3f2fa85118df3bf04f697452a547c24fc872e56ba648c24fce44a", - "text": "BeginElementMap v1\n5 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:Hd58:7,E\n;:G0;XTR;:Hd58:8,F\n;:U;XTR;:Hd58:7,E\n;:U;XTR;:Hd58:7,V\n;:Hd58,V\n;:Hd58,E\n;:G;XTR;:Hd58:7,F\n;FAC;:Hd58:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "49575d76f7627b4a3319fcea820ccd3c5cf4c547f635fcb2d5f20d6f7a545ce1", + "text": "BeginElementMap v1\n5 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H149:8,F\n;:U;XTR;:H149:7,E\n;:H149,V\n;:U2;XTR;:H149:8,V\n;:U;XTR;:H149:7,V\n;:G;XTR;:H149:7,E\n;:H149,E\n;:G;XTR;:H149:7,F\n;FAC;:H149:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#41.9 0\n$#42.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#43.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#44.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pocket16.AddSubShape.Map.txt": { - "sha256": "aed0ae556c5348e0ac63318c99f84bad4550dada10720ba8859895da8a29c9e0", - "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:Hd5a:7,F\n;FAC;:Hd5a:4,F\n;:G;XTR;:Hd5a:7,E\n;:G0;XTR;:Hd5a:8,F\n;:U;XTR;:Hd5a:7,E\n;:U;XTR;:Hd5a:7,V\n;:Hd5a,V\n;:Hd5a,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f:2.6 0\n$#20:4.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21:6.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22:8.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.a $#3.a 0\n$#28:2.9 0\n$#4.a $#5.a 0\n$#29:4.9 0\n$#6.a $#7.a 0\n$#2a:6.9 0\n$#8.a $#9.a 0\n$#2b:8.9 0\n\nEndMap\n" + "sha256": "4f3a8bb160f2b07e3b85e2b75337a508d65e04d920a9e76e25cca06d0708995c", + "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H14b:7,F\n;FAC;:H14b:4,F\n;:G;XTR;:H14b:7,E\n;:G0;XTR;:H14b:8,F\n;:U;XTR;:H14b:7,E\n;:H14b,V\n;:U;XTR;:H14b:7,V\n;:H14b,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f.6 0\n$#20.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#45.a 0\n$#4.9 $#5.9 0\n$#46.a 0\n$#6.9 $#7.9 0\n$#47.a 0\n$#8.9 $#9.9 0\n$#48.a 0\n\nEndMap\n" }, "Pocket16.Shape.Map.txt": { - "sha256": "5d46d0447a21caca988f080fceb6653130c66747b5e8c237dac794d6811721aa", - "text": "BeginElementMap v1\n2 PostfixCount 18\nEdge\nFace\nVertex\n;:Hd59,V\n;:M;CUT;:Hd59:7,F\n;:Hd59,F\n;:Hd59,E\n;:M;CUT;:H-d5b:7,E\n;:M;CUT;:H-d5b:7,V\n;:G#37;CUT;:H-d5b:a,E\n;:M;CUT;:H-d5b:7,F\n;:G#38;CUT;:H-d5b:a,E\n;:G#39;CUT;:H-d5b:a,E\n;:G#3a;CUT;:H-d5b:a,E\n;:G#3d;CUT;:H-d5b:a,V\n;:G#3e;CUT;:H-d5b:a,V\n;:G#3f;CUT;:H-d5b:a,V\n;:G#40;CUT;:H-d5b:a,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.7 0\n$#19:2.7 0\n$#d:1.7 0\n$#36:1.7 0\n$#1b:2.7 0\n$#d:4.7.b 0\n$#36:4.7.b.d.16 0\n$#1a:2.7 0\n$#d:2.7.b 0\n$#36:2.7.b.d.16 0\n$#d:3.7.b 0\n$#26:1.a.d.14.37 0\n$#26:2.c.b.d.14.1d.38 0\n$#26:3.d.b.d.14.1d.39 0\n$#26:4.e.b.d.14.1d.3a 0\n$#36:3.7.b.d.16 0\n$#1d:1.8 0\n$#1d:2.8.b 0\n$#1d:3.8.b 0\n$#1d:4.8.b 0\n$#29:4.8 0\n$#28:2.8 0\n$#2a:6.8 0\n$#2b:8.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n$#16:1.6 0\n$#16:4.6.b.d 0\n$#16:2.6.b.d 0\n$#14:1.5 0\n$#3c:1.5 0\n$#16:3.6.b.d 0\n$#26:1.b 0\n$#26:2.b.b.1d 0\n$#26:3.b.b.1d 0\n$#26:4.b.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#28:2.f.d.14.3d 0\n$#29:4.10.d.14.3e 0\n$#2a:6.11.d.14.3f 0\n$#2b:8.12.d.14.40 0\n$#1f.9 0\n$#20.9 0\n$#21.9 0\n$#22.9 0\n\nEndMap\n" + "sha256": "2fc84e9a2a23dbee9859981296bf5b1275c4e883726b89daf165f638787aa8ca", + "text": "BeginElementMap v1\n2 PostfixCount 18\nEdge\nFace\nVertex\n;:M;CUT;:H14a:7,F\n;:H14a,F\n;:M;CUT;:H-14c:7,E\n;:M;CUT;:H-14c:7,V\n;:G#37;CUT;:H-14c:a,E\n;:M;CUT;:H-14c:7,F\n;:G#38;CUT;:H-14c:a,E\n;:G#39;CUT;:H-14c:a,E\n;:G#3a;CUT;:H-14c:a,E\n;:H14a,E\n;:H14a,V\n;:G#3d;CUT;:H-14c:a,V\n;:G#3e;CUT;:H-14c:a,V\n;:G#3f;CUT;:H-14c:a,V\n;:G#40;CUT;:H-14c:a,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#58:29.d 0\n$#59:2a.d 0\n$#d:1.d 0\n$#36:1.d 0\n$#5b:2c.d 0\n$#d:4.d.b 0\n$#36:4.d.b.d.16 0\n$#5a:2b.d 0\n$#d:2.d.b 0\n$#36:2.d.b.d.16 0\n$#d:3.d.b 0\n$#26:1.8.d.14.37 0\n$#26:2.a.b.d.14.1d.38 0\n$#26:3.b.b.d.14.1d.39 0\n$#26:4.c.b.d.14.1d.3a 0\n$#36:3.d.b.d.16 0\n$#1d:1.6 0\n$#1d:2.6.b 0\n$#1d:3.6.b 0\n$#1d:4.6.b 0\n$#46.6 0\n$#45.6 0\n$#47.6 0\n$#48.6 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.4 0\n$#3c:1.4 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:2.9.b.1d 0\n$#26:3.9.b.1d 0\n$#26:4.9.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#41.e $#49.e 0\n$#4a:1.e 0\n$#42.e $#4b.e 0\n$#4d:1.e 0\n$#44.e $#4f.e 0\n$#4d:3.e.b.d.16.36 0\n$#43.e $#4e.e 0\n$#4d:2.e.b.d.16.36 0\n$#45.f.d.14.3d 0\n$#46.10.d.14.3e 0\n$#47.11.d.14.3f 0\n$#48.12.d.14.40 0\n$#1f.7 0\n$#20.7 0\n$#21.7 0\n$#22.7 0\n\nEndMap\n" }, "PocketSketch16.Shape.Map.txt": { "sha256": "1ed561710b6beacd691b5c137e89026185121dd34f9665cf426096572e48efa0", @@ -59485,6 +82166,753 @@ }, "finalObject": "Pocket16", "id": "partdesign-pocket-through", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pocket16", + "finalStageOrdinal": 11, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad16", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9, + 11 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9, + 11 + ], + "namingChangedStages": 3, + "namingRestorationDriftOrdinals": [ + 0, + 9, + 11 + ], + "namingRestorationDriftStages": 3, + "phaseStageRecords": 36, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 12 + }, + "phases": { + "before": [ + { + "key": "partdesign-pocket-through:000:Body16", + "name": "Body16", + "ordinal": 0, + "relationDigest": "d4873b617a8538067b56391b124896de42c65b95ec17d08b48629553fed30c61", + "semanticNameDigest": "37f09533d6960d823ed4bab2134fbbf05b13f9d63c2c8b1e4bb0df90ee26be65", + "shape": { + "area": 138.88, + "brepSha256": "896f13d36675806ac8c3a359a5e2be1fbf8f5c3efad19fcf6d27e548f05a5dcf", + "edges": 24, + "faces": 10, + "geometryDigest": "7af30493d106e0bc76fefed0b35974945b9221da76a1bacd447d7ba36dfd0bc7", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 67.19999999999996 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-through:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-through:008:Sketch16", + "name": "Sketch16", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:009:Pad16", + "name": "Pad16", + "ordinal": 9, + "relationDigest": "e93e05d9bd740bbaa9b8613b6be300315b160824f4bcf3a384072b9cf351eecc", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 112, + "brepSha256": "a7be9277dc0e738d364e8eccff250fbda3c79eb6fe2f292f001423fc590bf644", + "edges": 12, + "faces": 6, + "geometryDigest": "b86fad46c20d2107571ef4050aae588e9738c277c2adca4ed5eb4087df945821", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 79.99999999999999 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-through:010:PocketSketch16", + "name": "PocketSketch16", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:011:Pocket16", + "name": "Pocket16", + "ordinal": 11, + "relationDigest": "534c3c2debf788116d5435b27eb3fba80b2a7e05d0b568cc73a5fe7bd2fd0d29", + "semanticNameDigest": "e70e1b5892d7b9c47f86db7d4c1dc795233183d531a2f984c1398960b9546f91", + "shape": { + "area": 138.88, + "brepSha256": "521151d48247104a695e901c89a59dbb59787c4582bf1e190a4f72673b6bd1fa", + "edges": 24, + "faces": 10, + "geometryDigest": "7af30493d106e0bc76fefed0b35974945b9221da76a1bacd447d7ba36dfd0bc7", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 67.19999999999996 + }, + "typeId": "PartDesign::Pocket" + } + ], + "edited": [ + { + "key": "partdesign-pocket-through:000:Body16", + "name": "Body16", + "ordinal": 0, + "relationDigest": "3e65879fbfa756d606addd8c289387428976293fcd0d8053e459391b9cd40795", + "semanticNameDigest": "87bedcc0afc77a505ecfe94b4153cb34c5045b2fe002a169bec1c6501460ef51", + "shape": { + "area": 156, + "brepSha256": "3f4c1a5092258ce139e9d6554d68ef86124a36862d5605c58fe9b91c00d89a8d", + "edges": 24, + "faces": 11, + "geometryDigest": "cde8c6faedccd7982afbe32c73870e22f99f8c9134c7bc095a5869f47f97b771", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 79.19999999999997 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-through:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-through:008:Sketch16", + "name": "Sketch16", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:009:Pad16", + "name": "Pad16", + "ordinal": 9, + "relationDigest": "32444cecf558a13781ba92d0c40c379a4fb94147262f8f73ab224f76a8c9004d", + "semanticNameDigest": "fa2f79d7557e02ea1403c7dde552c68b6ac9e93cc83ff517bd96d7edabbaea39", + "shape": { + "area": 124, + "brepSha256": "21b901ee5eb295a4358842c24faba8b84876edf8f9c88e7a50393fc95c2eb8d7", + "edges": 12, + "faces": 6, + "geometryDigest": "74d5c7543c8efb703f2af1623c3b56cac817251b796344aa3cd0fdfbb34879da", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 91.99999999999999 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-through:010:PocketSketch16", + "name": "PocketSketch16", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:011:Pocket16", + "name": "Pocket16", + "ordinal": 11, + "relationDigest": "a7c26d9edc41c109369a4264aa16ddad3a285303dbec0bfd112fdecba4ba2702", + "semanticNameDigest": "2a6adfd6f1915431516fe0d4284bc5d607f41ccebb5c998d1d9afde310f04c04", + "shape": { + "area": 156, + "brepSha256": "bc8da491ed9cda45ad274fed01eaf8a45be647edae9103664f33d09a0f02f493", + "edges": 24, + "faces": 11, + "geometryDigest": "cde8c6faedccd7982afbe32c73870e22f99f8c9134c7bc095a5869f47f97b771", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 79.19999999999997 + }, + "typeId": "PartDesign::Pocket" + } + ], + "restored": [ + { + "key": "partdesign-pocket-through:000:Body16", + "name": "Body16", + "ordinal": 0, + "relationDigest": "2d719df5714859cd44047b2e1df1e8fea9b106aaff263981b48cd31c7f55f998", + "semanticNameDigest": "1a26a90f5303344243a006e0b8c5b6685dc0a713e0ede6046b6529267bcc61b4", + "shape": { + "area": 138.88, + "brepSha256": "896f13d36675806ac8c3a359a5e2be1fbf8f5c3efad19fcf6d27e548f05a5dcf", + "edges": 24, + "faces": 10, + "geometryDigest": "7af30493d106e0bc76fefed0b35974945b9221da76a1bacd447d7ba36dfd0bc7", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 67.19999999999996 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-through:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-through:008:Sketch16", + "name": "Sketch16", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:009:Pad16", + "name": "Pad16", + "ordinal": 9, + "relationDigest": "e294b273bf95cb39444ca87931043876a9812625eeadc08d9115f13fe99e42c1", + "semanticNameDigest": "8abf4b9c70768ed85307d35287bef12870d6139d09f13966b6daf8149cc0945a", + "shape": { + "area": 112, + "brepSha256": "a7be9277dc0e738d364e8eccff250fbda3c79eb6fe2f292f001423fc590bf644", + "edges": 12, + "faces": 6, + "geometryDigest": "b86fad46c20d2107571ef4050aae588e9738c277c2adca4ed5eb4087df945821", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 79.99999999999999 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-through:010:PocketSketch16", + "name": "PocketSketch16", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:011:Pocket16", + "name": "Pocket16", + "ordinal": 11, + "relationDigest": "df296e78d31bcb9e05107e9c90c4b5d3ab6b9e5118e65b26d827f4aa0b0c42d5", + "semanticNameDigest": "4f4e7febf92fb183e5aebba6f92b295a71c8333c96030907347a64365afe13b4", + "shape": { + "area": 138.88, + "brepSha256": "521151d48247104a695e901c89a59dbb59787c4582bf1e190a4f72673b6bd1fa", + "edges": 24, + "faces": 10, + "geometryDigest": "7af30493d106e0bc76fefed0b35974945b9221da76a1bacd447d7ba36dfd0bc7", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 67.19999999999996 + }, + "typeId": "PartDesign::Pocket" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 5, + "edited": 5.75, + "restored": 5 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -59494,27 +82922,34 @@ "elementMapSize": 50, "elementMapVersion": "15.70200.5", "label": "Body16", + "linkedObjects": [ + "Origin", + "Pad16", + "Pocket16", + "PocketSketch16", + "Sketch16" + ], "name": "Body16", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:Hd59,F;:Hd5b,F", + "mappedName": "#16:1;:H14a,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:1;:Hd59,F", + "mappedName": "#16:1;:H14a,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:Hd58,E" + "#b:1;:H149,E" ], - "mappedName": "#d:1;:G;XTR;:Hd58:7,F", + "mappedName": "#d:1;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -59529,7 +82964,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:Hd59,F;:Hd5b,F", + "mappedName": "#16:1;:H14a,F;:H14c,F", "mappedStringIds": [ 22 ], @@ -59539,21 +82974,21 @@ "history": [ { "children": [], - "mappedName": "#16:4;:Hd59,F;:Hd5b,F", + "mappedName": "#16:4;:H14a,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:4;:Hd59,F", + "mappedName": "#16:4;:H14a,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:Hd58,E" + "#b:4;:H149,E" ], - "mappedName": "#d:4;:G;XTR;:Hd58:7,F", + "mappedName": "#d:4;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -59570,7 +83005,7 @@ 13, 22 ], - "mappedName": "#16:4;:Hd59,F;:Hd5b,F", + "mappedName": "#16:4;:H14a,F;:H14c,F", "mappedStringIds": [ 11, 13, @@ -59582,21 +83017,21 @@ "history": [ { "children": [], - "mappedName": "#16:2;:Hd59,F;:Hd5b,F", + "mappedName": "#16:2;:H14a,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:2;:Hd59,F", + "mappedName": "#16:2;:H14a,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:Hd58,E" + "#b:2;:H149,E" ], - "mappedName": "#d:2;:G;XTR;:Hd58:7,F", + "mappedName": "#d:2;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -59613,7 +83048,7 @@ 13, 22 ], - "mappedName": "#16:2;:Hd59,F;:Hd5b,F", + "mappedName": "#16:2;:H14a,F;:H14c,F", "mappedStringIds": [ 11, 13, @@ -59625,21 +83060,21 @@ "history": [ { "children": [], - "mappedName": "#14:1;:M;CUT;:Hd59:7,F;:Hd5b,F", + "mappedName": "#14:1;:M;CUT;:H14a:7,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#14:1;:M;CUT;:Hd59:7,F", + "mappedName": "#14:1;:M;CUT;:H14a:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:Hd58,E" + "#b:1;:H149,E" ], - "mappedName": "#d:1;FAC;:Hd58:4,F", + "mappedName": "#d:1;FAC;:H149:4,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -59654,7 +83089,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:M;CUT;:Hd59:7,F;:Hd5b,F", + "mappedName": "#14:1;:M;CUT;:H14a:7,F;:H14c,F", "mappedStringIds": [ 20 ], @@ -59664,22 +83099,22 @@ "history": [ { "children": [], - "mappedName": "#3c:1;:M;CUT;:Hd59:7,F;:Hd5b,F", + "mappedName": "#3c:1;:M;CUT;:H14a:7,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#3c:1;:M;CUT;:Hd59:7,F", + "mappedName": "#3c:1;:M;CUT;:H14a:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:Hd58:4,F", - "#b:1;:Hd58,E" + "#d:1;FAC;:H149:4,F", + "#b:1;:H149,E" ], - "mappedName": "#14:1;:G0;XTR;:Hd58:8,F", + "mappedName": "#14:1;:G0;XTR;:H149:8,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -59694,7 +83129,7 @@ "indexedStringIds": [ 60 ], - "mappedName": "#3c:1;:M;CUT;:Hd59:7,F;:Hd5b,F", + "mappedName": "#3c:1;:M;CUT;:H14a:7,F;:H14c,F", "mappedStringIds": [ 60 ], @@ -59704,21 +83139,21 @@ "history": [ { "children": [], - "mappedName": "#16:3;:Hd59,F;:Hd5b,F", + "mappedName": "#16:3;:H14a,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:3;:Hd59,F", + "mappedName": "#16:3;:H14a,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:Hd58,E" + "#b:3;:H149,E" ], - "mappedName": "#d:3;:G;XTR;:Hd58:7,F", + "mappedName": "#d:3;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -59735,7 +83170,7 @@ 13, 22 ], - "mappedName": "#16:3;:Hd59,F;:Hd5b,F", + "mappedName": "#16:3;:H14a,F;:H14c,F", "mappedStringIds": [ 11, 13, @@ -59747,18 +83182,18 @@ "history": [ { "children": [ - "#26:1;:M;CUT;:H-d5b:7,F" + "#26:1;:M;CUT;:H-14c:7,F" ], - "mappedName": "#26:1;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;:G;XTR;:Hd5a:7,F", - "#b:1;:Hd5a,E" + "#1d:1;:G;XTR;:H14b:7,F", + "#b:1;:H14b,E" ], - "mappedName": "#26:1;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -59773,7 +83208,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F;:H14c,F", "mappedStringIds": [ 38 ], @@ -59783,18 +83218,18 @@ "history": [ { "children": [ - "#26:2;:M;CUT;:H-d5b:7,F" + "#26:2;:M;CUT;:H-14c:7,F" ], - "mappedName": "#26:2;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:2;:G;XTR;:Hd5a:7,F", - "#b:2;:Hd5a,E" + "#1d:2;:G;XTR;:H14b:7,F", + "#b:2;:H14b,E" ], - "mappedName": "#26:2;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -59811,7 +83246,7 @@ 29, 38 ], - "mappedName": "#26:2;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F;:H14c,F", "mappedStringIds": [ 11, 29, @@ -59823,18 +83258,18 @@ "history": [ { "children": [ - "#26:3;:M;CUT;:H-d5b:7,F" + "#26:3;:M;CUT;:H-14c:7,F" ], - "mappedName": "#26:3;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:3;:G;XTR;:Hd5a:7,F", - "#b:3;:Hd5a,E" + "#1d:3;:G;XTR;:H14b:7,F", + "#b:3;:H14b,E" ], - "mappedName": "#26:3;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -59851,7 +83286,7 @@ 29, 38 ], - "mappedName": "#26:3;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F;:H14c,F", "mappedStringIds": [ 11, 29, @@ -59863,18 +83298,18 @@ "history": [ { "children": [ - "#26:4;:M;CUT;:H-d5b:7,F" + "#26:4;:M;CUT;:H-14c:7,F" ], - "mappedName": "#26:4;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F;:H14c,F", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:4;:G;XTR;:Hd5a:7,F", - "#b:4;:Hd5a,E" + "#1d:4;:G;XTR;:H14b:7,F", + "#b:4;:H14b,E" ], - "mappedName": "#26:4;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -59891,7 +83326,7 @@ 29, 38 ], - "mappedName": "#26:4;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F;:H14c,F", "mappedStringIds": [ 11, 29, @@ -59903,38 +83338,36 @@ "history": [ { "children": [], - "mappedName": "#18:1;:Hd59,E;:Hd5b,E", + "mappedName": "#58:29;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#18:1;:Hd59,E", + "mappedName": "#58:29;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:Hd58,V" - ], - "mappedName": "#f:1;:G;XTR;:Hd58:7,E", + "children": [], + "mappedName": "#4141;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4141", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 88 ], - "mappedName": "#18:1;:Hd59,E;:Hd5b,E", + "mappedName": "#58:29;:H14a,E;:H14c,E", "mappedStringIds": [ - 24 + 88 ], "name": "Edge1" }, @@ -59942,38 +83375,36 @@ "history": [ { "children": [], - "mappedName": "#19:2;:Hd59,E;:Hd5b,E", + "mappedName": "#59:2a;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#19:2;:Hd59,E", + "mappedName": "#59:2a;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:Hd58,V" - ], - "mappedName": "#10:2;:G;XTR;:Hd58:7,E", + "children": [], + "mappedName": "#4242;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4242", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 89 ], - "mappedName": "#19:2;:Hd59,E;:Hd5b,E", + "mappedName": "#59:2a;:H14a,E;:H14c,E", "mappedStringIds": [ - 25 + 89 ], "name": "Edge2" }, @@ -59981,19 +83412,19 @@ "history": [ { "children": [], - "mappedName": "#d:1;:Hd59,E;:Hd5b,E", + "mappedName": "#d:1;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:1;:Hd59,E", + "mappedName": "#d:1;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:Hd58,E", + "mappedName": "#b:1;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -60008,7 +83439,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:Hd59,E;:Hd5b,E", + "mappedName": "#d:1;:H14a,E;:H14c,E", "mappedStringIds": [ 13 ], @@ -60018,22 +83449,22 @@ "history": [ { "children": [], - "mappedName": "#36:1;:Hd59,E;:Hd5b,E", + "mappedName": "#36:1;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:1;:Hd59,E", + "mappedName": "#36:1;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:Hd58:7,F", - "#b:1;:Hd58,E" + "#d:1;:G;XTR;:H149:7,F", + "#b:1;:H149,E" ], - "mappedName": "#16:1;:U;XTR;:Hd58:7,E", + "mappedName": "#16:1;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -60048,7 +83479,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:Hd59,E;:Hd5b,E", + "mappedName": "#36:1;:H14a,E;:H14c,E", "mappedStringIds": [ 54 ], @@ -60058,38 +83489,36 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:Hd59,E;:Hd5b,E", + "mappedName": "#5b:2c;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1b:2;:Hd59,E", + "mappedName": "#5b:2c;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:Hd58,V" - ], - "mappedName": "#12:2;:G;XTR;:Hd58:7,E", + "children": [], + "mappedName": "#4444;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4444", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 91 ], - "mappedName": "#1b:2;:Hd59,E;:Hd5b,E", + "mappedName": "#5b:2c;:H14a,E;:H14c,E", "mappedStringIds": [ - 27 + 91 ], "name": "Edge5" }, @@ -60097,19 +83526,19 @@ "history": [ { "children": [], - "mappedName": "#d:4;:Hd59,E;:Hd5b,E", + "mappedName": "#d:4;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:4;:Hd59,E", + "mappedName": "#d:4;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:Hd58,E", + "mappedName": "#b:4;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -60125,7 +83554,7 @@ 11, 13 ], - "mappedName": "#d:4;:Hd59,E;:Hd5b,E", + "mappedName": "#d:4;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13 @@ -60136,22 +83565,22 @@ "history": [ { "children": [], - "mappedName": "#36:4;:Hd59,E;:Hd5b,E", + "mappedName": "#36:4;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:4;:Hd59,E", + "mappedName": "#36:4;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:Hd58:7,F", - "#b:4;:Hd58,E" + "#d:4;:G;XTR;:H149:7,F", + "#b:4;:H149,E" ], - "mappedName": "#16:4;:U;XTR;:Hd58:7,E", + "mappedName": "#16:4;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -60169,7 +83598,7 @@ 22, 54 ], - "mappedName": "#36:4;:Hd59,E;:Hd5b,E", + "mappedName": "#36:4;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -60182,38 +83611,36 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:Hd59,E;:Hd5b,E", + "mappedName": "#5a:2b;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1a:2;:Hd59,E", + "mappedName": "#5a:2b;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:Hd58,V" - ], - "mappedName": "#11:2;:G;XTR;:Hd58:7,E", + "children": [], + "mappedName": "#4343;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4343", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 90 ], - "mappedName": "#1a:2;:Hd59,E;:Hd5b,E", + "mappedName": "#5a:2b;:H14a,E;:H14c,E", "mappedStringIds": [ - 26 + 90 ], "name": "Edge8" }, @@ -60221,19 +83648,19 @@ "history": [ { "children": [], - "mappedName": "#d:2;:Hd59,E;:Hd5b,E", + "mappedName": "#d:2;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:2;:Hd59,E", + "mappedName": "#d:2;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:Hd58,E", + "mappedName": "#b:2;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -60249,7 +83676,7 @@ 11, 13 ], - "mappedName": "#d:2;:Hd59,E;:Hd5b,E", + "mappedName": "#d:2;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13 @@ -60260,22 +83687,22 @@ "history": [ { "children": [], - "mappedName": "#36:2;:Hd59,E;:Hd5b,E", + "mappedName": "#36:2;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:2;:Hd59,E", + "mappedName": "#36:2;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:Hd58:7,F", - "#b:2;:Hd58,E" + "#d:2;:G;XTR;:H149:7,F", + "#b:2;:H149,E" ], - "mappedName": "#16:2;:U;XTR;:Hd58:7,E", + "mappedName": "#16:2;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -60293,7 +83720,7 @@ 22, 54 ], - "mappedName": "#36:2;:Hd59,E;:Hd5b,E", + "mappedName": "#36:2;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -60306,19 +83733,19 @@ "history": [ { "children": [], - "mappedName": "#d:3;:Hd59,E;:Hd5b,E", + "mappedName": "#d:3;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:3;:Hd59,E", + "mappedName": "#d:3;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:Hd58,E", + "mappedName": "#b:3;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -60334,7 +83761,7 @@ 11, 13 ], - "mappedName": "#d:3;:Hd59,E;:Hd5b,E", + "mappedName": "#d:3;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13 @@ -60345,18 +83772,18 @@ "history": [ { "children": [ - "#26:1;:G#37;CUT;:H-d5b:a,E" + "#26:1;:G#37;CUT;:H-14c:a,E" ], - "mappedName": "#26:1;:G#37;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;:G;XTR;:Hd5a:7,F", - "#b:1;:Hd5a,E" + "#1d:1;:G;XTR;:H14b:7,F", + "#b:1;:H14b,E" ], - "mappedName": "#26:1;:G#37;CUT;:H-d5b:a,E", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -60374,7 +83801,7 @@ 38, 55 ], - "mappedName": "#26:1;:G#37;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E;:H14c,E", "mappedStringIds": [ 13, 20, @@ -60387,18 +83814,18 @@ "history": [ { "children": [ - "#26:2;:G#38;CUT;:H-d5b:a,E" + "#26:2;:G#38;CUT;:H-14c:a,E" ], - "mappedName": "#26:2;:G#38;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:2;:G;XTR;:Hd5a:7,F", - "#b:2;:Hd5a,E" + "#1d:2;:G;XTR;:H14b:7,F", + "#b:2;:H14b,E" ], - "mappedName": "#26:2;:G#38;CUT;:H-d5b:a,E", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -60418,7 +83845,7 @@ 38, 56 ], - "mappedName": "#26:2;:G#38;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -60433,18 +83860,18 @@ "history": [ { "children": [ - "#26:3;:G#39;CUT;:H-d5b:a,E" + "#26:3;:G#39;CUT;:H-14c:a,E" ], - "mappedName": "#26:3;:G#39;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:3;:G;XTR;:Hd5a:7,F", - "#b:3;:Hd5a,E" + "#1d:3;:G;XTR;:H14b:7,F", + "#b:3;:H14b,E" ], - "mappedName": "#26:3;:G#39;CUT;:H-d5b:a,E", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -60464,7 +83891,7 @@ 38, 57 ], - "mappedName": "#26:3;:G#39;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -60479,18 +83906,18 @@ "history": [ { "children": [ - "#26:4;:G#3a;CUT;:H-d5b:a,E" + "#26:4;:G#3a;CUT;:H-14c:a,E" ], - "mappedName": "#26:4;:G#3a;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:4;:G;XTR;:Hd5a:7,F", - "#b:4;:Hd5a,E" + "#1d:4;:G;XTR;:H14b:7,F", + "#b:4;:H14b,E" ], - "mappedName": "#26:4;:G#3a;CUT;:H-d5b:a,E", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -60510,7 +83937,7 @@ 38, 58 ], - "mappedName": "#26:4;:G#3a;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -60525,22 +83952,22 @@ "history": [ { "children": [], - "mappedName": "#36:3;:Hd59,E;:Hd5b,E", + "mappedName": "#36:3;:H14a,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:3;:Hd59,E", + "mappedName": "#36:3;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:Hd58:7,F", - "#b:3;:Hd58,E" + "#d:3;:G;XTR;:H149:7,F", + "#b:3;:H149,E" ], - "mappedName": "#16:3;:U;XTR;:Hd58:7,E", + "mappedName": "#16:3;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -60558,7 +83985,7 @@ 22, 54 ], - "mappedName": "#36:3;:Hd59,E;:Hd5b,E", + "mappedName": "#36:3;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -60571,17 +83998,17 @@ "history": [ { "children": [ - "#1d:1;:M;CUT;:H-d5b:7,E" + "#1d:1;:M;CUT;:H-14c:7,E" ], - "mappedName": "#1d:1;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:Hd5a,E" + "#b:1;:H14b,E" ], - "mappedName": "#1d:1;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -60596,7 +84023,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ 29 ], @@ -60606,17 +84033,17 @@ "history": [ { "children": [ - "#1d:2;:M;CUT;:H-d5b:7,E" + "#1d:2;:M;CUT;:H-14c:7,E" ], - "mappedName": "#1d:2;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:Hd5a,E" + "#b:2;:H14b,E" ], - "mappedName": "#1d:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -60632,7 +84059,7 @@ 11, 29 ], - "mappedName": "#1d:2;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ 11, 29 @@ -60643,17 +84070,17 @@ "history": [ { "children": [ - "#1d:3;:M;CUT;:H-d5b:7,E" + "#1d:3;:M;CUT;:H-14c:7,E" ], - "mappedName": "#1d:3;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:Hd5a,E" + "#b:3;:H14b,E" ], - "mappedName": "#1d:3;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -60669,7 +84096,7 @@ 11, 29 ], - "mappedName": "#1d:3;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ 11, 29 @@ -60680,17 +84107,17 @@ "history": [ { "children": [ - "#1d:4;:M;CUT;:H-d5b:7,E" + "#1d:4;:M;CUT;:H-14c:7,E" ], - "mappedName": "#1d:4;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:Hd5a,E" + "#b:4;:H14b,E" ], - "mappedName": "#1d:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -60706,7 +84133,7 @@ 11, 29 ], - "mappedName": "#1d:4;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ 11, 29 @@ -60717,35 +84144,35 @@ "history": [ { "children": [ - "#29:4;:M;CUT;:H-d5b:7,E" + "#46;:M;CUT;:H-14c:7,E" ], - "mappedName": "#29:4;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#46;:M;CUT;:H-14c:7,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#20:4;:G;XTR;:Hd5a:7,E", - "#44;:Hd5a,V" + "#20;:G;XTR;:H14b:7,E", + "#4;:H14b,V" ], - "mappedName": "#29:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#46;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#44", + "mappedName": "g1v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge21", "indexedStringIds": [ - 41 + 70 ], - "mappedName": "#29:4;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#46;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ - 41 + 70 ], "name": "Edge21" }, @@ -60753,36 +84180,35 @@ "history": [ { "children": [ - "#28:2;:M;CUT;:H-d5b:7,E" + "#45;:M;CUT;:H-14c:7,E" ], - "mappedName": "#28:2;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#45;:M;CUT;:H-14c:7,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1f:2;:G;XTR;:Hd5a:7,E", - "#22;:Hd5a,V", - "#8;:Hd5a,V" + "#1f;:G;XTR;:H14b:7,E", + "#2;:H14b,V" ], - "mappedName": "#28:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#45;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge22", "indexedStringIds": [ - 40 + 69 ], - "mappedName": "#28:2;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#45;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ - 40 + 69 ], "name": "Edge22" }, @@ -60790,35 +84216,35 @@ "history": [ { "children": [ - "#2a:6;:M;CUT;:H-d5b:7,E" + "#47;:M;CUT;:H-14c:7,E" ], - "mappedName": "#2a:6;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#47;:M;CUT;:H-14c:7,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#21:6;:G;XTR;:Hd5a:7,E", - "#66;:Hd5a,V" + "#21;:G;XTR;:H14b:7,E", + "#6;:H14b,V" ], - "mappedName": "#2a:6;:M;CUT;:H-d5b:7,E", + "mappedName": "#47;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge23", "indexedStringIds": [ - 42 + 71 ], - "mappedName": "#2a:6;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#47;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ - 42 + 71 ], "name": "Edge23" }, @@ -60826,35 +84252,35 @@ "history": [ { "children": [ - "#2b:8;:M;CUT;:H-d5b:7,E" + "#48;:M;CUT;:H-14c:7,E" ], - "mappedName": "#2b:8;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#48;:M;CUT;:H-14c:7,E;:H14c,E", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#22:8;:G;XTR;:Hd5a:7,E", - "#88;:Hd5a,V" + "#22;:G;XTR;:H14b:7,E", + "#8;:H14b,V" ], - "mappedName": "#2b:8;:M;CUT;:H-d5b:7,E", + "mappedName": "#48;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge24", "indexedStringIds": [ - 43 + 72 ], - "mappedName": "#2b:8;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#48;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ - 43 + 72 ], "name": "Edge24" }, @@ -60862,36 +84288,36 @@ "history": [ { "children": [], - "mappedName": "#f:1;:Hd59,V;:Hd5b,V", + "mappedName": "#41;:H14a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#f:1;:Hd59,V", + "mappedName": "#41;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:Hd58,V", + "mappedName": "#2;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 65 ], - "mappedName": "#f:1;:Hd59,V;:Hd5b,V", + "mappedName": "#41;:H14a,V;:H14c,V", "mappedStringIds": [ - 15 + 65 ], "name": "Vertex1" }, @@ -60899,39 +84325,40 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:Hd59,V;:Hd5b,V", + "mappedName": "#4a:1;:H14a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2e:1;:Hd59,V", + "mappedName": "#4a:1;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:Hd58:7,E", - "#2:1;:Hd58,V" + "#16:1;:U;XTR;:H149:7,E", + "#d:1;:G;XTR;:H149:7,F", + "#b:1;:H149,E" ], - "mappedName": "#18:1;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U;XTR;:H149:7,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 74 ], - "mappedName": "#2e:1;:Hd59,V;:Hd5b,V", + "mappedName": "#4a:1;:H14a,V;:H14c,V", "mappedStringIds": [ - 46 + 74 ], "name": "Vertex2" }, @@ -60939,36 +84366,36 @@ "history": [ { "children": [], - "mappedName": "#10:2;:Hd59,V;:Hd5b,V", + "mappedName": "#42;:H14a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#10:2;:Hd59,V", + "mappedName": "#42;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:Hd58,V", + "mappedName": "#4;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 66 ], - "mappedName": "#10:2;:Hd59,V;:Hd5b,V", + "mappedName": "#42;:H14a,V;:H14c,V", "mappedStringIds": [ - 16 + 66 ], "name": "Vertex3" }, @@ -60976,39 +84403,40 @@ "history": [ { "children": [], - "mappedName": "#30:2;:Hd59,V;:Hd5b,V", + "mappedName": "#4d:1;:H14a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#30:2;:Hd59,V", + "mappedName": "#4d:1;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:Hd58:7,E", - "#4:2;:Hd58,V" + "#16:1;:U;XTR;:H149:7,E", + "#d:1;:G;XTR;:H149:7,F", + "#b:1;:H149,E" ], - "mappedName": "#19:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U2;XTR;:H149:8,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 77 ], - "mappedName": "#30:2;:Hd59,V;:Hd5b,V", + "mappedName": "#4d:1;:H14a,V;:H14c,V", "mappedStringIds": [ - 48 + 77 ], "name": "Vertex4" }, @@ -61016,36 +84444,36 @@ "history": [ { "children": [], - "mappedName": "#12:2;:Hd59,V;:Hd5b,V", + "mappedName": "#44;:H14a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#12:2;:Hd59,V", + "mappedName": "#44;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:Hd58,V", + "mappedName": "#8;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 68 ], - "mappedName": "#12:2;:Hd59,V;:Hd5b,V", + "mappedName": "#44;:H14a,V;:H14c,V", "mappedStringIds": [ - 18 + 68 ], "name": "Vertex5" }, @@ -61053,39 +84481,48 @@ "history": [ { "children": [], - "mappedName": "#34:2;:Hd59,V;:Hd5b,V", + "mappedName": "#4d:3;:H14a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#34:2;:Hd59,V", + "mappedName": "#4d:3;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:Hd58:7,E", - "#8:2;:Hd58,V" + "#16:3;:U;XTR;:H149:7,E", + "#d:3;:G;XTR;:H149:7,F", + "#b:3;:H149,E" ], - "mappedName": "#1b:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:3;:U2;XTR;:H149:8,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ], - "mappedName": "#34:2;:Hd59,V;:Hd5b,V", + "mappedName": "#4d:3;:H14a,V;:H14c,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ], "name": "Vertex6" }, @@ -61093,36 +84530,36 @@ "history": [ { "children": [], - "mappedName": "#11:2;:Hd59,V;:Hd5b,V", + "mappedName": "#43;:H14a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#11:2;:Hd59,V", + "mappedName": "#43;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:Hd58,V", + "mappedName": "#6;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 67 ], - "mappedName": "#11:2;:Hd59,V;:Hd5b,V", + "mappedName": "#43;:H14a,V;:H14c,V", "mappedStringIds": [ - 17 + 67 ], "name": "Vertex7" }, @@ -61130,39 +84567,48 @@ "history": [ { "children": [], - "mappedName": "#32:2;:Hd59,V;:Hd5b,V", + "mappedName": "#4d:2;:H14a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#32:2;:Hd59,V", + "mappedName": "#4d:2;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:Hd58:7,E", - "#6:2;:Hd58,V" + "#16:2;:U;XTR;:H149:7,E", + "#d:2;:G;XTR;:H149:7,F", + "#b:2;:H149,E" ], - "mappedName": "#1a:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:2;:U2;XTR;:H149:8,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ], - "mappedName": "#32:2;:Hd59,V;:Hd5b,V", + "mappedName": "#4d:2;:H14a,V;:H14c,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ], "name": "Vertex8" }, @@ -61170,25 +84616,24 @@ "history": [ { "children": [ - "#28:2;:G#3d;CUT;:H-d5b:a,V" + "#45;:G#3d;CUT;:H-14c:a,V" ], - "mappedName": "#28:2;:G#3d;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#1f:2;:G;XTR;:Hd5a:7,E", - "#22;:Hd5a,V", - "#8;:Hd5a,V" + "#1f;:G;XTR;:H14b:7,E", + "#2;:H14b,V" ], - "mappedName": "#28:2;:G#3d;CUT;:H-d5b:a,V", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } @@ -61197,15 +84642,15 @@ "indexedStringIds": [ 13, 20, - 40, - 61 + 61, + 69 ], - "mappedName": "#28:2;:G#3d;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V;:H14c,V", "mappedStringIds": [ 13, 20, - 40, - 61 + 61, + 69 ], "name": "Vertex9" }, @@ -61213,24 +84658,24 @@ "history": [ { "children": [ - "#29:4;:G#3e;CUT;:H-d5b:a,V" + "#46;:G#3e;CUT;:H-14c:a,V" ], - "mappedName": "#29:4;:G#3e;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#20:4;:G;XTR;:Hd5a:7,E", - "#44;:Hd5a,V" + "#20;:G;XTR;:H14b:7,E", + "#4;:H14b,V" ], - "mappedName": "#29:4;:G#3e;CUT;:H-d5b:a,V", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#44", + "mappedName": "g1v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } @@ -61239,15 +84684,15 @@ "indexedStringIds": [ 13, 20, - 41, - 62 + 62, + 70 ], - "mappedName": "#29:4;:G#3e;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V;:H14c,V", "mappedStringIds": [ 13, 20, - 41, - 62 + 62, + 70 ], "name": "Vertex10" }, @@ -61255,24 +84700,24 @@ "history": [ { "children": [ - "#2a:6;:G#3f;CUT;:H-d5b:a,V" + "#47;:G#3f;CUT;:H-14c:a,V" ], - "mappedName": "#2a:6;:G#3f;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#21:6;:G;XTR;:Hd5a:7,E", - "#66;:Hd5a,V" + "#21;:G;XTR;:H14b:7,E", + "#6;:H14b,V" ], - "mappedName": "#2a:6;:G#3f;CUT;:H-d5b:a,V", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } @@ -61281,15 +84726,15 @@ "indexedStringIds": [ 13, 20, - 42, - 63 + 63, + 71 ], - "mappedName": "#2a:6;:G#3f;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V;:H14c,V", "mappedStringIds": [ 13, 20, - 42, - 63 + 63, + 71 ], "name": "Vertex11" }, @@ -61297,24 +84742,24 @@ "history": [ { "children": [ - "#2b:8;:G#40;CUT;:H-d5b:a,V" + "#48;:G#40;CUT;:H-14c:a,V" ], - "mappedName": "#2b:8;:G#40;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#22:8;:G;XTR;:Hd5a:7,E", - "#88;:Hd5a,V" + "#22;:G;XTR;:H14b:7,E", + "#8;:H14b,V" ], - "mappedName": "#2b:8;:G#40;CUT;:H-d5b:a,V", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } @@ -61323,15 +84768,15 @@ "indexedStringIds": [ 13, 20, - 43, - 64 + 64, + 72 ], - "mappedName": "#2b:8;:G#40;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V;:H14c,V", "mappedStringIds": [ 13, 20, - 43, - 64 + 64, + 72 ], "name": "Vertex12" }, @@ -61339,17 +84784,17 @@ "history": [ { "children": [ - "#1f;:M;CUT;:H-d5b:7,V" + "#1f;:M;CUT;:H-14c:7,V" ], - "mappedName": "#1f;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#1f;:M;CUT;:H-14c:7,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#2;:Hd5a,V" + "#2;:H14b,V" ], - "mappedName": "#1f;:M;CUT;:H-d5b:7,V", + "mappedName": "#1f;:M;CUT;:H-14c:7,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -61364,7 +84809,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#1f;:M;CUT;:H-14c:7,V;:H14c,V", "mappedStringIds": [ 31 ], @@ -61374,17 +84819,17 @@ "history": [ { "children": [ - "#20;:M;CUT;:H-d5b:7,V" + "#20;:M;CUT;:H-14c:7,V" ], - "mappedName": "#20;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#20;:M;CUT;:H-14c:7,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#4;:Hd5a,V" + "#4;:H14b,V" ], - "mappedName": "#20;:M;CUT;:H-d5b:7,V", + "mappedName": "#20;:M;CUT;:H-14c:7,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -61399,7 +84844,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#20;:M;CUT;:H-14c:7,V;:H14c,V", "mappedStringIds": [ 32 ], @@ -61409,17 +84854,17 @@ "history": [ { "children": [ - "#21;:M;CUT;:H-d5b:7,V" + "#21;:M;CUT;:H-14c:7,V" ], - "mappedName": "#21;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#21;:M;CUT;:H-14c:7,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#6;:Hd5a,V" + "#6;:H14b,V" ], - "mappedName": "#21;:M;CUT;:H-d5b:7,V", + "mappedName": "#21;:M;CUT;:H-14c:7,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -61434,7 +84879,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#21;:M;CUT;:H-14c:7,V;:H14c,V", "mappedStringIds": [ 33 ], @@ -61444,17 +84889,17 @@ "history": [ { "children": [ - "#22;:M;CUT;:H-d5b:7,V" + "#22;:M;CUT;:H-14c:7,V" ], - "mappedName": "#22;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#22;:M;CUT;:H-14c:7,V;:H14c,V", "object": "Body16", "typeId": "PartDesign::Body" }, { "children": [ - "#8;:Hd5a,V" + "#8;:H14b,V" ], - "mappedName": "#22;:M;CUT;:H-d5b:7,V", + "mappedName": "#22;:M;CUT;:H-14c:7,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -61469,7 +84914,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#22;:M;CUT;:H-14c:7,V;:H14c,V", "mappedStringIds": [ 34 ], @@ -61489,7 +84934,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:Hd59,F;:Hd5b,F", + "mappedName": "#16:1;:H14a,F;:H14c,F", "mappedStringIds": [ 22 ], @@ -61499,7 +84944,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:Hd59,F;:Hd5b,F", + "name": "#16:1;:H14a,F;:H14c,F", "stringIds": [ 22 ] @@ -61509,15 +84954,15 @@ "resultPersistentId": "Body16:face:0", "sourceRefs": [ { - "mappedName": "#16:1;:Hd59,F", + "mappedName": "#16:1;:H14a,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#16:1;:Hd59,F", + "persistentId": "Pocket16:mapped:#16:1;:H14a,F", "stageId": "Pocket16" }, { - "mappedName": "#d:1;:G;XTR;:Hd58:7,F", + "mappedName": "#d:1;:G;XTR;:H149:7,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:1;:G;XTR;:Hd58:7,F", + "persistentId": "Pad16:mapped:#d:1;:G;XTR;:H149:7,F", "stageId": "Pad16" }, { @@ -61536,7 +84981,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:Hd59,F;:Hd5b,F", + "mappedName": "#16:4;:H14a,F;:H14c,F", "mappedStringIds": [ 11, 13, @@ -61548,7 +84993,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:Hd59,F;:Hd5b,F", + "name": "#16:4;:H14a,F;:H14c,F", "stringIds": [ 11, 13, @@ -61560,15 +85005,15 @@ "resultPersistentId": "Body16:face:1", "sourceRefs": [ { - "mappedName": "#16:4;:Hd59,F", + "mappedName": "#16:4;:H14a,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#16:4;:Hd59,F", + "persistentId": "Pocket16:mapped:#16:4;:H14a,F", "stageId": "Pocket16" }, { - "mappedName": "#d:4;:G;XTR;:Hd58:7,F", + "mappedName": "#d:4;:G;XTR;:H149:7,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:4;:G;XTR;:Hd58:7,F", + "persistentId": "Pad16:mapped:#d:4;:G;XTR;:H149:7,F", "stageId": "Pad16" }, { @@ -61587,7 +85032,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:Hd59,F;:Hd5b,F", + "mappedName": "#16:2;:H14a,F;:H14c,F", "mappedStringIds": [ 11, 13, @@ -61599,7 +85044,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:Hd59,F;:Hd5b,F", + "name": "#16:2;:H14a,F;:H14c,F", "stringIds": [ 11, 13, @@ -61611,15 +85056,15 @@ "resultPersistentId": "Body16:face:2", "sourceRefs": [ { - "mappedName": "#16:2;:Hd59,F", + "mappedName": "#16:2;:H14a,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#16:2;:Hd59,F", + "persistentId": "Pocket16:mapped:#16:2;:H14a,F", "stageId": "Pocket16" }, { - "mappedName": "#d:2;:G;XTR;:Hd58:7,F", + "mappedName": "#d:2;:G;XTR;:H149:7,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:2;:G;XTR;:Hd58:7,F", + "persistentId": "Pad16:mapped:#d:2;:G;XTR;:H149:7,F", "stageId": "Pad16" }, { @@ -61636,7 +85081,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:M;CUT;:Hd59:7,F;:Hd5b,F", + "mappedName": "#14:1;:M;CUT;:H14a:7,F;:H14c,F", "mappedStringIds": [ 20 ], @@ -61646,7 +85091,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:M;CUT;:Hd59:7,F;:Hd5b,F", + "name": "#14:1;:M;CUT;:H14a:7,F;:H14c,F", "stringIds": [ 20 ] @@ -61656,15 +85101,15 @@ "resultPersistentId": "Body16:face:3", "sourceRefs": [ { - "mappedName": "#14:1;:M;CUT;:Hd59:7,F", + "mappedName": "#14:1;:M;CUT;:H14a:7,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#14:1;:M;CUT;:Hd59:7,F", + "persistentId": "Pocket16:mapped:#14:1;:M;CUT;:H14a:7,F", "stageId": "Pocket16" }, { - "mappedName": "#d:1;FAC;:Hd58:4,F", + "mappedName": "#d:1;FAC;:H149:4,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:1;FAC;:Hd58:4,F", + "persistentId": "Pad16:mapped:#d:1;FAC;:H149:4,F", "stageId": "Pad16" }, { @@ -61681,7 +85126,7 @@ 60 ], "kind": "face", - "mappedName": "#3c:1;:M;CUT;:Hd59:7,F;:Hd5b,F", + "mappedName": "#3c:1;:M;CUT;:H14a:7,F;:H14c,F", "mappedStringIds": [ 60 ], @@ -61691,7 +85136,7 @@ "index": 5, "type": "Face" }, - "name": "#3c:1;:M;CUT;:Hd59:7,F;:Hd5b,F", + "name": "#3c:1;:M;CUT;:H14a:7,F;:H14c,F", "stringIds": [ 60 ] @@ -61701,15 +85146,15 @@ "resultPersistentId": "Body16:face:4", "sourceRefs": [ { - "mappedName": "#3c:1;:M;CUT;:Hd59:7,F", + "mappedName": "#3c:1;:M;CUT;:H14a:7,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#3c:1;:M;CUT;:Hd59:7,F", + "persistentId": "Pocket16:mapped:#3c:1;:M;CUT;:H14a:7,F", "stageId": "Pocket16" }, { - "mappedName": "#14:1;:G0;XTR;:Hd58:8,F", + "mappedName": "#14:1;:G0;XTR;:H149:8,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#14:1;:G0;XTR;:Hd58:8,F", + "persistentId": "Pad16:mapped:#14:1;:G0;XTR;:H149:8,F", "stageId": "Pad16" }, { @@ -61728,7 +85173,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:Hd59,F;:Hd5b,F", + "mappedName": "#16:3;:H14a,F;:H14c,F", "mappedStringIds": [ 11, 13, @@ -61740,7 +85185,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:Hd59,F;:Hd5b,F", + "name": "#16:3;:H14a,F;:H14c,F", "stringIds": [ 11, 13, @@ -61752,15 +85197,15 @@ "resultPersistentId": "Body16:face:5", "sourceRefs": [ { - "mappedName": "#16:3;:Hd59,F", + "mappedName": "#16:3;:H14a,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#16:3;:Hd59,F", + "persistentId": "Pocket16:mapped:#16:3;:H14a,F", "stageId": "Pocket16" }, { - "mappedName": "#d:3;:G;XTR;:Hd58:7,F", + "mappedName": "#d:3;:G;XTR;:H149:7,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:3;:G;XTR;:Hd58:7,F", + "persistentId": "Pad16:mapped:#d:3;:G;XTR;:H149:7,F", "stageId": "Pad16" }, { @@ -61777,7 +85222,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F;:H14c,F", "mappedStringIds": [ 38 ], @@ -61787,7 +85232,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "name": "#26:1;:M;CUT;:H-14c:7,F;:H14c,F", "stringIds": [ 38 ] @@ -61797,9 +85242,9 @@ "resultPersistentId": "Body16:face:6", "sourceRefs": [ { - "mappedName": "#26:1;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#26:1;:M;CUT;:H-d5b:7,F", + "persistentId": "Pocket16:mapped:#26:1;:M;CUT;:H-14c:7,F", "stageId": "Pocket16" }, { @@ -61818,7 +85263,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F;:H14c,F", "mappedStringIds": [ 11, 29, @@ -61830,7 +85275,7 @@ "index": 8, "type": "Face" }, - "name": "#26:2;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "name": "#26:2;:M;CUT;:H-14c:7,F;:H14c,F", "stringIds": [ 11, 29, @@ -61842,9 +85287,9 @@ "resultPersistentId": "Body16:face:7", "sourceRefs": [ { - "mappedName": "#26:2;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#26:2;:M;CUT;:H-d5b:7,F", + "persistentId": "Pocket16:mapped:#26:2;:M;CUT;:H-14c:7,F", "stageId": "Pocket16" }, { @@ -61863,7 +85308,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F;:H14c,F", "mappedStringIds": [ 11, 29, @@ -61875,7 +85320,7 @@ "index": 9, "type": "Face" }, - "name": "#26:3;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "name": "#26:3;:M;CUT;:H-14c:7,F;:H14c,F", "stringIds": [ 11, 29, @@ -61887,9 +85332,9 @@ "resultPersistentId": "Body16:face:8", "sourceRefs": [ { - "mappedName": "#26:3;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#26:3;:M;CUT;:H-d5b:7,F", + "persistentId": "Pocket16:mapped:#26:3;:M;CUT;:H-14c:7,F", "stageId": "Pocket16" }, { @@ -61908,7 +85353,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F;:H14c,F", "mappedStringIds": [ 11, 29, @@ -61920,7 +85365,7 @@ "index": 10, "type": "Face" }, - "name": "#26:4;:M;CUT;:H-d5b:7,F;:Hd5b,F", + "name": "#26:4;:M;CUT;:H-14c:7,F;:H14c,F", "stringIds": [ 11, 29, @@ -61932,9 +85377,9 @@ "resultPersistentId": "Body16:face:9", "sourceRefs": [ { - "mappedName": "#26:4;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#26:4;:M;CUT;:H-d5b:7,F", + "persistentId": "Pocket16:mapped:#26:4;:M;CUT;:H-14c:7,F", "stageId": "Pocket16" }, { @@ -61948,12 +85393,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 88 ], "kind": "edge", - "mappedName": "#18:1;:Hd59,E;:Hd5b,E", + "mappedName": "#58:29;:H14a,E;:H14c,E", "mappedStringIds": [ - 24 + 88 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -61961,9 +85406,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:Hd59,E;:Hd5b,E", + "name": "#58:29;:H14a,E;:H14c,E", "stringIds": [ - 24 + 88 ] }, "relation": "preserved", @@ -61971,21 +85416,21 @@ "resultPersistentId": "Body16:edge:0", "sourceRefs": [ { - "mappedName": "#18:1;:Hd59,E", + "mappedName": "#58:29;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#18:1;:Hd59,E", + "persistentId": "Pocket16:mapped:#58:29;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#f:1;:G;XTR;:Hd58:7,E", + "mappedName": "#4141;:G;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#f:1;:G;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#4141;:G;XTR;:H149:7,E", "stageId": "Pad16" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4141", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v11;SKT", + "persistentId": "Sketch16:mapped:#4141", "stageId": "Sketch16" } ] @@ -61993,12 +85438,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 89 ], "kind": "edge", - "mappedName": "#19:2;:Hd59,E;:Hd5b,E", + "mappedName": "#59:2a;:H14a,E;:H14c,E", "mappedStringIds": [ - 25 + 89 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -62006,9 +85451,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:Hd59,E;:Hd5b,E", + "name": "#59:2a;:H14a,E;:H14c,E", "stringIds": [ - 25 + 89 ] }, "relation": "preserved", @@ -62016,21 +85461,21 @@ "resultPersistentId": "Body16:edge:1", "sourceRefs": [ { - "mappedName": "#19:2;:Hd59,E", + "mappedName": "#59:2a;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#19:2;:Hd59,E", + "persistentId": "Pocket16:mapped:#59:2a;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#10:2;:G;XTR;:Hd58:7,E", + "mappedName": "#4242;:G;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#10:2;:G;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#4242;:G;XTR;:H149:7,E", "stageId": "Pad16" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4242", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v22;SKT", + "persistentId": "Sketch16:mapped:#4242", "stageId": "Sketch16" } ] @@ -62041,7 +85486,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:Hd59,E;:Hd5b,E", + "mappedName": "#d:1;:H14a,E;:H14c,E", "mappedStringIds": [ 13 ], @@ -62051,7 +85496,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:Hd59,E;:Hd5b,E", + "name": "#d:1;:H14a,E;:H14c,E", "stringIds": [ 13 ] @@ -62061,15 +85506,15 @@ "resultPersistentId": "Body16:edge:2", "sourceRefs": [ { - "mappedName": "#d:1;:Hd59,E", + "mappedName": "#d:1;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#d:1;:Hd59,E", + "persistentId": "Pocket16:mapped:#d:1;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#b:1;:Hd58,E", + "mappedName": "#b:1;:H149,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#b:1;:Hd58,E", + "persistentId": "Pad16:mapped:#b:1;:H149,E", "stageId": "Pad16" }, { @@ -62086,7 +85531,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:Hd59,E;:Hd5b,E", + "mappedName": "#36:1;:H14a,E;:H14c,E", "mappedStringIds": [ 54 ], @@ -62096,7 +85541,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:Hd59,E;:Hd5b,E", + "name": "#36:1;:H14a,E;:H14c,E", "stringIds": [ 54 ] @@ -62106,15 +85551,15 @@ "resultPersistentId": "Body16:edge:3", "sourceRefs": [ { - "mappedName": "#36:1;:Hd59,E", + "mappedName": "#36:1;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#36:1;:Hd59,E", + "persistentId": "Pocket16:mapped:#36:1;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#16:1;:U;XTR;:Hd58:7,E", + "mappedName": "#16:1;:U;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#16:1;:U;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#16:1;:U;XTR;:H149:7,E", "stageId": "Pad16" }, { @@ -62128,12 +85573,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 91 ], "kind": "edge", - "mappedName": "#1b:2;:Hd59,E;:Hd5b,E", + "mappedName": "#5b:2c;:H14a,E;:H14c,E", "mappedStringIds": [ - 27 + 91 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -62141,9 +85586,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:Hd59,E;:Hd5b,E", + "name": "#5b:2c;:H14a,E;:H14c,E", "stringIds": [ - 27 + 91 ] }, "relation": "preserved", @@ -62151,21 +85596,21 @@ "resultPersistentId": "Body16:edge:4", "sourceRefs": [ { - "mappedName": "#1b:2;:Hd59,E", + "mappedName": "#5b:2c;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#1b:2;:Hd59,E", + "persistentId": "Pocket16:mapped:#5b:2c;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#12:2;:G;XTR;:Hd58:7,E", + "mappedName": "#4444;:G;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#12:2;:G;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#4444;:G;XTR;:H149:7,E", "stageId": "Pad16" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4444", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g3v22;SKT", + "persistentId": "Sketch16:mapped:#4444", "stageId": "Sketch16" } ] @@ -62177,7 +85622,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:Hd59,E;:Hd5b,E", + "mappedName": "#d:4;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13 @@ -62188,7 +85633,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:Hd59,E;:Hd5b,E", + "name": "#d:4;:H14a,E;:H14c,E", "stringIds": [ 11, 13 @@ -62199,15 +85644,15 @@ "resultPersistentId": "Body16:edge:5", "sourceRefs": [ { - "mappedName": "#d:4;:Hd59,E", + "mappedName": "#d:4;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#d:4;:Hd59,E", + "persistentId": "Pocket16:mapped:#d:4;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#b:4;:Hd58,E", + "mappedName": "#b:4;:H149,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#b:4;:Hd58,E", + "persistentId": "Pad16:mapped:#b:4;:H149,E", "stageId": "Pad16" }, { @@ -62227,7 +85672,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:Hd59,E;:Hd5b,E", + "mappedName": "#36:4;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -62240,7 +85685,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:Hd59,E;:Hd5b,E", + "name": "#36:4;:H14a,E;:H14c,E", "stringIds": [ 11, 13, @@ -62253,15 +85698,15 @@ "resultPersistentId": "Body16:edge:6", "sourceRefs": [ { - "mappedName": "#36:4;:Hd59,E", + "mappedName": "#36:4;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#36:4;:Hd59,E", + "persistentId": "Pocket16:mapped:#36:4;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#16:4;:U;XTR;:Hd58:7,E", + "mappedName": "#16:4;:U;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#16:4;:U;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#16:4;:U;XTR;:H149:7,E", "stageId": "Pad16" }, { @@ -62275,12 +85720,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 90 ], "kind": "edge", - "mappedName": "#1a:2;:Hd59,E;:Hd5b,E", + "mappedName": "#5a:2b;:H14a,E;:H14c,E", "mappedStringIds": [ - 26 + 90 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -62288,9 +85733,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:Hd59,E;:Hd5b,E", + "name": "#5a:2b;:H14a,E;:H14c,E", "stringIds": [ - 26 + 90 ] }, "relation": "preserved", @@ -62298,21 +85743,21 @@ "resultPersistentId": "Body16:edge:7", "sourceRefs": [ { - "mappedName": "#1a:2;:Hd59,E", + "mappedName": "#5a:2b;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#1a:2;:Hd59,E", + "persistentId": "Pocket16:mapped:#5a:2b;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#11:2;:G;XTR;:Hd58:7,E", + "mappedName": "#4343;:G;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#11:2;:G;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#4343;:G;XTR;:H149:7,E", "stageId": "Pad16" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4343", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g2v22;SKT", + "persistentId": "Sketch16:mapped:#4343", "stageId": "Sketch16" } ] @@ -62324,7 +85769,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:Hd59,E;:Hd5b,E", + "mappedName": "#d:2;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13 @@ -62335,7 +85780,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:Hd59,E;:Hd5b,E", + "name": "#d:2;:H14a,E;:H14c,E", "stringIds": [ 11, 13 @@ -62346,15 +85791,15 @@ "resultPersistentId": "Body16:edge:8", "sourceRefs": [ { - "mappedName": "#d:2;:Hd59,E", + "mappedName": "#d:2;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#d:2;:Hd59,E", + "persistentId": "Pocket16:mapped:#d:2;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#b:2;:Hd58,E", + "mappedName": "#b:2;:H149,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#b:2;:Hd58,E", + "persistentId": "Pad16:mapped:#b:2;:H149,E", "stageId": "Pad16" }, { @@ -62374,7 +85819,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:Hd59,E;:Hd5b,E", + "mappedName": "#36:2;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -62387,7 +85832,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:Hd59,E;:Hd5b,E", + "name": "#36:2;:H14a,E;:H14c,E", "stringIds": [ 11, 13, @@ -62400,15 +85845,15 @@ "resultPersistentId": "Body16:edge:9", "sourceRefs": [ { - "mappedName": "#36:2;:Hd59,E", + "mappedName": "#36:2;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#36:2;:Hd59,E", + "persistentId": "Pocket16:mapped:#36:2;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#16:2;:U;XTR;:Hd58:7,E", + "mappedName": "#16:2;:U;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#16:2;:U;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#16:2;:U;XTR;:H149:7,E", "stageId": "Pad16" }, { @@ -62426,7 +85871,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:Hd59,E;:Hd5b,E", + "mappedName": "#d:3;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13 @@ -62437,7 +85882,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:Hd59,E;:Hd5b,E", + "name": "#d:3;:H14a,E;:H14c,E", "stringIds": [ 11, 13 @@ -62448,15 +85893,15 @@ "resultPersistentId": "Body16:edge:10", "sourceRefs": [ { - "mappedName": "#d:3;:Hd59,E", + "mappedName": "#d:3;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#d:3;:Hd59,E", + "persistentId": "Pocket16:mapped:#d:3;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#b:3;:Hd58,E", + "mappedName": "#b:3;:H149,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#b:3;:Hd58,E", + "persistentId": "Pad16:mapped:#b:3;:H149,E", "stageId": "Pad16" }, { @@ -62476,7 +85921,7 @@ 55 ], "kind": "edge", - "mappedName": "#26:1;:G#37;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E;:H14c,E", "mappedStringIds": [ 13, 20, @@ -62489,7 +85934,7 @@ "index": 12, "type": "Edge" }, - "name": "#26:1;:G#37;CUT;:H-d5b:a,E;:Hd5b,E", + "name": "#26:1;:G#37;CUT;:H-14c:a,E;:H14c,E", "stringIds": [ 13, 20, @@ -62502,9 +85947,9 @@ "resultPersistentId": "Body16:edge:11", "sourceRefs": [ { - "mappedName": "#26:1;:G#37;CUT;:H-d5b:a,E", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#26:1;:G#37;CUT;:H-d5b:a,E", + "persistentId": "Pocket16:mapped:#26:1;:G#37;CUT;:H-14c:a,E", "stageId": "Pocket16" }, { @@ -62526,7 +85971,7 @@ 56 ], "kind": "edge", - "mappedName": "#26:2;:G#38;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -62541,7 +85986,7 @@ "index": 13, "type": "Edge" }, - "name": "#26:2;:G#38;CUT;:H-d5b:a,E;:Hd5b,E", + "name": "#26:2;:G#38;CUT;:H-14c:a,E;:H14c,E", "stringIds": [ 11, 13, @@ -62556,9 +86001,9 @@ "resultPersistentId": "Body16:edge:12", "sourceRefs": [ { - "mappedName": "#26:2;:G#38;CUT;:H-d5b:a,E", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#26:2;:G#38;CUT;:H-d5b:a,E", + "persistentId": "Pocket16:mapped:#26:2;:G#38;CUT;:H-14c:a,E", "stageId": "Pocket16" }, { @@ -62580,7 +86025,7 @@ 57 ], "kind": "edge", - "mappedName": "#26:3;:G#39;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -62595,7 +86040,7 @@ "index": 14, "type": "Edge" }, - "name": "#26:3;:G#39;CUT;:H-d5b:a,E;:Hd5b,E", + "name": "#26:3;:G#39;CUT;:H-14c:a,E;:H14c,E", "stringIds": [ 11, 13, @@ -62610,9 +86055,9 @@ "resultPersistentId": "Body16:edge:13", "sourceRefs": [ { - "mappedName": "#26:3;:G#39;CUT;:H-d5b:a,E", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#26:3;:G#39;CUT;:H-d5b:a,E", + "persistentId": "Pocket16:mapped:#26:3;:G#39;CUT;:H-14c:a,E", "stageId": "Pocket16" }, { @@ -62634,7 +86079,7 @@ 58 ], "kind": "edge", - "mappedName": "#26:4;:G#3a;CUT;:H-d5b:a,E;:Hd5b,E", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -62649,7 +86094,7 @@ "index": 15, "type": "Edge" }, - "name": "#26:4;:G#3a;CUT;:H-d5b:a,E;:Hd5b,E", + "name": "#26:4;:G#3a;CUT;:H-14c:a,E;:H14c,E", "stringIds": [ 11, 13, @@ -62664,9 +86109,9 @@ "resultPersistentId": "Body16:edge:14", "sourceRefs": [ { - "mappedName": "#26:4;:G#3a;CUT;:H-d5b:a,E", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#26:4;:G#3a;CUT;:H-d5b:a,E", + "persistentId": "Pocket16:mapped:#26:4;:G#3a;CUT;:H-14c:a,E", "stageId": "Pocket16" }, { @@ -62686,7 +86131,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:Hd59,E;:Hd5b,E", + "mappedName": "#36:3;:H14a,E;:H14c,E", "mappedStringIds": [ 11, 13, @@ -62699,7 +86144,7 @@ "index": 16, "type": "Edge" }, - "name": "#36:3;:Hd59,E;:Hd5b,E", + "name": "#36:3;:H14a,E;:H14c,E", "stringIds": [ 11, 13, @@ -62712,15 +86157,15 @@ "resultPersistentId": "Body16:edge:15", "sourceRefs": [ { - "mappedName": "#36:3;:Hd59,E", + "mappedName": "#36:3;:H14a,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#36:3;:Hd59,E", + "persistentId": "Pocket16:mapped:#36:3;:H14a,E", "stageId": "Pocket16" }, { - "mappedName": "#16:3;:U;XTR;:Hd58:7,E", + "mappedName": "#16:3;:U;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#16:3;:U;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#16:3;:U;XTR;:H149:7,E", "stageId": "Pad16" }, { @@ -62737,7 +86182,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ 29 ], @@ -62747,7 +86192,7 @@ "index": 17, "type": "Edge" }, - "name": "#1d:1;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "name": "#1d:1;:M;CUT;:H-14c:7,E;:H14c,E", "stringIds": [ 29 ] @@ -62757,9 +86202,9 @@ "resultPersistentId": "Body16:edge:16", "sourceRefs": [ { - "mappedName": "#1d:1;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#1d:1;:M;CUT;:H-d5b:7,E", + "persistentId": "Pocket16:mapped:#1d:1;:M;CUT;:H-14c:7,E", "stageId": "Pocket16" }, { @@ -62777,7 +86222,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ 11, 29 @@ -62788,7 +86233,7 @@ "index": 18, "type": "Edge" }, - "name": "#1d:2;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "name": "#1d:2;:M;CUT;:H-14c:7,E;:H14c,E", "stringIds": [ 11, 29 @@ -62799,9 +86244,9 @@ "resultPersistentId": "Body16:edge:17", "sourceRefs": [ { - "mappedName": "#1d:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#1d:2;:M;CUT;:H-d5b:7,E", + "persistentId": "Pocket16:mapped:#1d:2;:M;CUT;:H-14c:7,E", "stageId": "Pocket16" }, { @@ -62819,7 +86264,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ 11, 29 @@ -62830,7 +86275,7 @@ "index": 19, "type": "Edge" }, - "name": "#1d:3;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "name": "#1d:3;:M;CUT;:H-14c:7,E;:H14c,E", "stringIds": [ 11, 29 @@ -62841,9 +86286,9 @@ "resultPersistentId": "Body16:edge:18", "sourceRefs": [ { - "mappedName": "#1d:3;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#1d:3;:M;CUT;:H-d5b:7,E", + "persistentId": "Pocket16:mapped:#1d:3;:M;CUT;:H-14c:7,E", "stageId": "Pocket16" }, { @@ -62861,7 +86306,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ 11, 29 @@ -62872,7 +86317,7 @@ "index": 20, "type": "Edge" }, - "name": "#1d:4;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "name": "#1d:4;:M;CUT;:H-14c:7,E;:H14c,E", "stringIds": [ 11, 29 @@ -62883,9 +86328,9 @@ "resultPersistentId": "Body16:edge:19", "sourceRefs": [ { - "mappedName": "#1d:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#1d:4;:M;CUT;:H-d5b:7,E", + "persistentId": "Pocket16:mapped:#1d:4;:M;CUT;:H-14c:7,E", "stageId": "Pocket16" }, { @@ -62899,12 +86344,12 @@ { "indexedName": "Edge21", "indexedStringIds": [ - 41 + 70 ], "kind": "edge", - "mappedName": "#29:4;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#46;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ - 41 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -62912,9 +86357,9 @@ "index": 21, "type": "Edge" }, - "name": "#29:4;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "name": "#46;:M;CUT;:H-14c:7,E;:H14c,E", "stringIds": [ - 41 + 70 ] }, "relation": "modified", @@ -62922,15 +86367,15 @@ "resultPersistentId": "Body16:edge:20", "sourceRefs": [ { - "mappedName": "#29:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#46;:M;CUT;:H-14c:7,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#29:4;:M;CUT;:H-d5b:7,E", + "persistentId": "Pocket16:mapped:#46;:M;CUT;:H-14c:7,E", "stageId": "Pocket16" }, { - "mappedName": "#44", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#44", + "persistentId": "PocketSketch16:mapped:g1v2;SKT", "stageId": "PocketSketch16" } ] @@ -62938,12 +86383,12 @@ { "indexedName": "Edge22", "indexedStringIds": [ - 40 + 69 ], "kind": "edge", - "mappedName": "#28:2;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "mappedName": "#45;:M;CUT;:H-14c:7,E;:H14c,E", "mappedStringIds": [ - 40 + 69 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -62951,9 +86396,9 @@ "index": 22, "type": "Edge" }, - "name": "#28:2;:M;CUT;:H-d5b:7,E;:Hd5b,E", + "name": "#45;:M;CUT;:H-14c:7,E;:H14c,E", "stringIds": [ - 40 + 69 ] }, "relation": "modified", @@ -62961,9 +86406,87 @@ "resultPersistentId": "Body16:edge:21", "sourceRefs": [ { - "mappedName": "#28:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#45;:M;CUT;:H-14c:7,E", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#28:2;:M;CUT;:H-d5b:7,E", + "persistentId": "Pocket16:mapped:#45;:M;CUT;:H-14c:7,E", + "stageId": "Pocket16" + }, + { + "mappedName": "g1v1;SKT", + "objectId": "PocketSketch16", + "persistentId": "PocketSketch16:mapped:g1v1;SKT", + "stageId": "PocketSketch16" + } + ] + }, + { + "indexedName": "Edge23", + "indexedStringIds": [ + 71 + ], + "kind": "edge", + "mappedName": "#47;:M;CUT;:H-14c:7,E;:H14c,E", + "mappedStringIds": [ + 71 + ], + "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", + "reference": { + "indexedName": { + "index": 23, + "type": "Edge" + }, + "name": "#47;:M;CUT;:H-14c:7,E;:H14c,E", + "stringIds": [ + 71 + ] + }, + "relation": "modified", + "resultIndex": 22, + "resultPersistentId": "Body16:edge:22", + "sourceRefs": [ + { + "mappedName": "#47;:M;CUT;:H-14c:7,E", + "objectId": "Pocket16", + "persistentId": "Pocket16:mapped:#47;:M;CUT;:H-14c:7,E", + "stageId": "Pocket16" + }, + { + "mappedName": "g2v2;SKT", + "objectId": "PocketSketch16", + "persistentId": "PocketSketch16:mapped:g2v2;SKT", + "stageId": "PocketSketch16" + } + ] + }, + { + "indexedName": "Edge24", + "indexedStringIds": [ + 72 + ], + "kind": "edge", + "mappedName": "#48;:M;CUT;:H-14c:7,E;:H14c,E", + "mappedStringIds": [ + 72 + ], + "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", + "reference": { + "indexedName": { + "index": 24, + "type": "Edge" + }, + "name": "#48;:M;CUT;:H-14c:7,E;:H14c,E", + "stringIds": [ + 72 + ] + }, + "relation": "modified", + "resultIndex": 23, + "resultPersistentId": "Body16:edge:23", + "sourceRefs": [ + { + "mappedName": "#48;:M;CUT;:H-14c:7,E", + "objectId": "Pocket16", + "persistentId": "Pocket16:mapped:#48;:M;CUT;:H-14c:7,E", "stageId": "Pocket16" }, { @@ -62974,93 +86497,15 @@ } ] }, - { - "indexedName": "Edge23", - "indexedStringIds": [ - 42 - ], - "kind": "edge", - "mappedName": "#2a:6;:M;CUT;:H-d5b:7,E;:Hd5b,E", - "mappedStringIds": [ - 42 - ], - "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", - "reference": { - "indexedName": { - "index": 23, - "type": "Edge" - }, - "name": "#2a:6;:M;CUT;:H-d5b:7,E;:Hd5b,E", - "stringIds": [ - 42 - ] - }, - "relation": "modified", - "resultIndex": 22, - "resultPersistentId": "Body16:edge:22", - "sourceRefs": [ - { - "mappedName": "#2a:6;:M;CUT;:H-d5b:7,E", - "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#2a:6;:M;CUT;:H-d5b:7,E", - "stageId": "Pocket16" - }, - { - "mappedName": "#66", - "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#66", - "stageId": "PocketSketch16" - } - ] - }, - { - "indexedName": "Edge24", - "indexedStringIds": [ - 43 - ], - "kind": "edge", - "mappedName": "#2b:8;:M;CUT;:H-d5b:7,E;:Hd5b,E", - "mappedStringIds": [ - 43 - ], - "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", - "reference": { - "indexedName": { - "index": 24, - "type": "Edge" - }, - "name": "#2b:8;:M;CUT;:H-d5b:7,E;:Hd5b,E", - "stringIds": [ - 43 - ] - }, - "relation": "modified", - "resultIndex": 23, - "resultPersistentId": "Body16:edge:23", - "sourceRefs": [ - { - "mappedName": "#2b:8;:M;CUT;:H-d5b:7,E", - "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#2b:8;:M;CUT;:H-d5b:7,E", - "stageId": "Pocket16" - }, - { - "mappedName": "#88", - "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#88", - "stageId": "PocketSketch16" - } - ] - }, { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 65 ], "kind": "vertex", - "mappedName": "#f:1;:Hd59,V;:Hd5b,V", + "mappedName": "#41;:H14a,V;:H14c,V", "mappedStringIds": [ - 15 + 65 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63068,9 +86513,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:Hd59,V;:Hd5b,V", + "name": "#41;:H14a,V;:H14c,V", "stringIds": [ - 15 + 65 ] }, "relation": "preserved", @@ -63078,21 +86523,21 @@ "resultPersistentId": "Body16:vertex:0", "sourceRefs": [ { - "mappedName": "#f:1;:Hd59,V", + "mappedName": "#41;:H14a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#f:1;:Hd59,V", + "persistentId": "Pocket16:mapped:#41;:H14a,V", "stageId": "Pocket16" }, { - "mappedName": "#2:1;:Hd58,V", + "mappedName": "#2;:H149,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#2:1;:Hd58,V", + "persistentId": "Pad16:mapped:#2;:H149,V", "stageId": "Pad16" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v11;SKT", + "persistentId": "Sketch16:mapped:g1v1;SKT", "stageId": "Sketch16" } ] @@ -63100,12 +86545,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 74 ], "kind": "vertex", - "mappedName": "#2e:1;:Hd59,V;:Hd5b,V", + "mappedName": "#4a:1;:H14a,V;:H14c,V", "mappedStringIds": [ - 46 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63113,9 +86558,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:Hd59,V;:Hd5b,V", + "name": "#4a:1;:H14a,V;:H14c,V", "stringIds": [ - 46 + 74 ] }, "relation": "preserved", @@ -63123,21 +86568,21 @@ "resultPersistentId": "Body16:vertex:1", "sourceRefs": [ { - "mappedName": "#2e:1;:Hd59,V", + "mappedName": "#4a:1;:H14a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#2e:1;:Hd59,V", + "persistentId": "Pocket16:mapped:#4a:1;:H14a,V", "stageId": "Pocket16" }, { - "mappedName": "#18:1;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U;XTR;:H149:7,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#18:1;:U;XTR;:Hd58:7,V", + "persistentId": "Pad16:mapped:#36:1;:U;XTR;:H149:7,V", "stageId": "Pad16" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v11;SKT", + "persistentId": "Sketch16:mapped:g1;SKT", "stageId": "Sketch16" } ] @@ -63145,12 +86590,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 66 ], "kind": "vertex", - "mappedName": "#10:2;:Hd59,V;:Hd5b,V", + "mappedName": "#42;:H14a,V;:H14c,V", "mappedStringIds": [ - 16 + 66 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63158,9 +86603,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:Hd59,V;:Hd5b,V", + "name": "#42;:H14a,V;:H14c,V", "stringIds": [ - 16 + 66 ] }, "relation": "preserved", @@ -63168,21 +86613,21 @@ "resultPersistentId": "Body16:vertex:2", "sourceRefs": [ { - "mappedName": "#10:2;:Hd59,V", + "mappedName": "#42;:H14a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#10:2;:Hd59,V", + "persistentId": "Pocket16:mapped:#42;:H14a,V", "stageId": "Pocket16" }, { - "mappedName": "#4:2;:Hd58,V", + "mappedName": "#4;:H149,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#4:2;:Hd58,V", + "persistentId": "Pad16:mapped:#4;:H149,V", "stageId": "Pad16" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v22;SKT", + "persistentId": "Sketch16:mapped:g1v2;SKT", "stageId": "Sketch16" } ] @@ -63190,12 +86635,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 77 ], "kind": "vertex", - "mappedName": "#30:2;:Hd59,V;:Hd5b,V", + "mappedName": "#4d:1;:H14a,V;:H14c,V", "mappedStringIds": [ - 48 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63203,9 +86648,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:Hd59,V;:Hd5b,V", + "name": "#4d:1;:H14a,V;:H14c,V", "stringIds": [ - 48 + 77 ] }, "relation": "preserved", @@ -63213,21 +86658,21 @@ "resultPersistentId": "Body16:vertex:3", "sourceRefs": [ { - "mappedName": "#30:2;:Hd59,V", + "mappedName": "#4d:1;:H14a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#30:2;:Hd59,V", + "persistentId": "Pocket16:mapped:#4d:1;:H14a,V", "stageId": "Pocket16" }, { - "mappedName": "#19:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U2;XTR;:H149:8,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#19:2;:U;XTR;:Hd58:7,V", + "persistentId": "Pad16:mapped:#36:1;:U2;XTR;:H149:8,V", "stageId": "Pad16" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v22;SKT", + "persistentId": "Sketch16:mapped:g1;SKT", "stageId": "Sketch16" } ] @@ -63235,12 +86680,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 68 ], "kind": "vertex", - "mappedName": "#12:2;:Hd59,V;:Hd5b,V", + "mappedName": "#44;:H14a,V;:H14c,V", "mappedStringIds": [ - 18 + 68 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63248,9 +86693,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:Hd59,V;:Hd5b,V", + "name": "#44;:H14a,V;:H14c,V", "stringIds": [ - 18 + 68 ] }, "relation": "preserved", @@ -63258,21 +86703,21 @@ "resultPersistentId": "Body16:vertex:4", "sourceRefs": [ { - "mappedName": "#12:2;:Hd59,V", + "mappedName": "#44;:H14a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#12:2;:Hd59,V", + "persistentId": "Pocket16:mapped:#44;:H14a,V", "stageId": "Pocket16" }, { - "mappedName": "#8:2;:Hd58,V", + "mappedName": "#8;:H149,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#8:2;:Hd58,V", + "persistentId": "Pad16:mapped:#8;:H149,V", "stageId": "Pad16" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g3v22;SKT", + "persistentId": "Sketch16:mapped:g3v2;SKT", "stageId": "Sketch16" } ] @@ -63280,12 +86725,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ], "kind": "vertex", - "mappedName": "#34:2;:Hd59,V;:Hd5b,V", + "mappedName": "#4d:3;:H14a,V;:H14c,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63293,9 +86746,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:Hd59,V;:Hd5b,V", + "name": "#4d:3;:H14a,V;:H14c,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ] }, "relation": "preserved", @@ -63303,21 +86760,21 @@ "resultPersistentId": "Body16:vertex:5", "sourceRefs": [ { - "mappedName": "#34:2;:Hd59,V", + "mappedName": "#4d:3;:H14a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#34:2;:Hd59,V", + "persistentId": "Pocket16:mapped:#4d:3;:H14a,V", "stageId": "Pocket16" }, { - "mappedName": "#1b:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:3;:U2;XTR;:H149:8,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#1b:2;:U;XTR;:Hd58:7,V", + "persistentId": "Pad16:mapped:#36:3;:U2;XTR;:H149:8,V", "stageId": "Pad16" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g3v22;SKT", + "persistentId": "Sketch16:mapped:g3;SKT", "stageId": "Sketch16" } ] @@ -63325,12 +86782,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 67 ], "kind": "vertex", - "mappedName": "#11:2;:Hd59,V;:Hd5b,V", + "mappedName": "#43;:H14a,V;:H14c,V", "mappedStringIds": [ - 17 + 67 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63338,9 +86795,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:Hd59,V;:Hd5b,V", + "name": "#43;:H14a,V;:H14c,V", "stringIds": [ - 17 + 67 ] }, "relation": "preserved", @@ -63348,21 +86805,21 @@ "resultPersistentId": "Body16:vertex:6", "sourceRefs": [ { - "mappedName": "#11:2;:Hd59,V", + "mappedName": "#43;:H14a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#11:2;:Hd59,V", + "persistentId": "Pocket16:mapped:#43;:H14a,V", "stageId": "Pocket16" }, { - "mappedName": "#6:2;:Hd58,V", + "mappedName": "#6;:H149,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#6:2;:Hd58,V", + "persistentId": "Pad16:mapped:#6;:H149,V", "stageId": "Pad16" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g2v22;SKT", + "persistentId": "Sketch16:mapped:g2v2;SKT", "stageId": "Sketch16" } ] @@ -63370,12 +86827,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ], "kind": "vertex", - "mappedName": "#32:2;:Hd59,V;:Hd5b,V", + "mappedName": "#4d:2;:H14a,V;:H14c,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63383,9 +86848,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:Hd59,V;:Hd5b,V", + "name": "#4d:2;:H14a,V;:H14c,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ] }, "relation": "preserved", @@ -63393,21 +86862,21 @@ "resultPersistentId": "Body16:vertex:7", "sourceRefs": [ { - "mappedName": "#32:2;:Hd59,V", + "mappedName": "#4d:2;:H14a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#32:2;:Hd59,V", + "persistentId": "Pocket16:mapped:#4d:2;:H14a,V", "stageId": "Pocket16" }, { - "mappedName": "#1a:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:2;:U2;XTR;:H149:8,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#1a:2;:U;XTR;:Hd58:7,V", + "persistentId": "Pad16:mapped:#36:2;:U2;XTR;:H149:8,V", "stageId": "Pad16" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g2v22;SKT", + "persistentId": "Sketch16:mapped:g2;SKT", "stageId": "Sketch16" } ] @@ -63417,16 +86886,16 @@ "indexedStringIds": [ 13, 20, - 40, - 61 + 61, + 69 ], "kind": "vertex", - "mappedName": "#28:2;:G#3d;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V;:H14c,V", "mappedStringIds": [ 13, 20, - 40, - 61 + 61, + 69 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63434,12 +86903,12 @@ "index": 9, "type": "Vertex" }, - "name": "#28:2;:G#3d;CUT;:H-d5b:a,V;:Hd5b,V", + "name": "#45;:G#3d;CUT;:H-14c:a,V;:H14c,V", "stringIds": [ 13, 20, - 40, - 61 + 61, + 69 ] }, "relation": "generated", @@ -63447,15 +86916,15 @@ "resultPersistentId": "Body16:vertex:8", "sourceRefs": [ { - "mappedName": "#28:2;:G#3d;CUT;:H-d5b:a,V", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#28:2;:G#3d;CUT;:H-d5b:a,V", + "persistentId": "Pocket16:mapped:#45;:G#3d;CUT;:H-14c:a,V", "stageId": "Pocket16" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:g3v2;SKT", + "persistentId": "PocketSketch16:mapped:g1v1;SKT", "stageId": "PocketSketch16" } ] @@ -63465,16 +86934,16 @@ "indexedStringIds": [ 13, 20, - 41, - 62 + 62, + 70 ], "kind": "vertex", - "mappedName": "#29:4;:G#3e;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V;:H14c,V", "mappedStringIds": [ 13, 20, - 41, - 62 + 62, + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63482,12 +86951,12 @@ "index": 10, "type": "Vertex" }, - "name": "#29:4;:G#3e;CUT;:H-d5b:a,V;:Hd5b,V", + "name": "#46;:G#3e;CUT;:H-14c:a,V;:H14c,V", "stringIds": [ 13, 20, - 41, - 62 + 62, + 70 ] }, "relation": "generated", @@ -63495,15 +86964,15 @@ "resultPersistentId": "Body16:vertex:9", "sourceRefs": [ { - "mappedName": "#29:4;:G#3e;CUT;:H-d5b:a,V", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#29:4;:G#3e;CUT;:H-d5b:a,V", + "persistentId": "Pocket16:mapped:#46;:G#3e;CUT;:H-14c:a,V", "stageId": "Pocket16" }, { - "mappedName": "#44", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#44", + "persistentId": "PocketSketch16:mapped:g1v2;SKT", "stageId": "PocketSketch16" } ] @@ -63513,16 +86982,16 @@ "indexedStringIds": [ 13, 20, - 42, - 63 + 63, + 71 ], "kind": "vertex", - "mappedName": "#2a:6;:G#3f;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V;:H14c,V", "mappedStringIds": [ 13, 20, - 42, - 63 + 63, + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63530,12 +86999,12 @@ "index": 11, "type": "Vertex" }, - "name": "#2a:6;:G#3f;CUT;:H-d5b:a,V;:Hd5b,V", + "name": "#47;:G#3f;CUT;:H-14c:a,V;:H14c,V", "stringIds": [ 13, 20, - 42, - 63 + 63, + 71 ] }, "relation": "generated", @@ -63543,15 +87012,15 @@ "resultPersistentId": "Body16:vertex:10", "sourceRefs": [ { - "mappedName": "#2a:6;:G#3f;CUT;:H-d5b:a,V", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#2a:6;:G#3f;CUT;:H-d5b:a,V", + "persistentId": "Pocket16:mapped:#47;:G#3f;CUT;:H-14c:a,V", "stageId": "Pocket16" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#66", + "persistentId": "PocketSketch16:mapped:g2v2;SKT", "stageId": "PocketSketch16" } ] @@ -63561,16 +87030,16 @@ "indexedStringIds": [ 13, 20, - 43, - 64 + 64, + 72 ], "kind": "vertex", - "mappedName": "#2b:8;:G#40;CUT;:H-d5b:a,V;:Hd5b,V", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V;:H14c,V", "mappedStringIds": [ 13, 20, - 43, - 64 + 64, + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -63578,12 +87047,12 @@ "index": 12, "type": "Vertex" }, - "name": "#2b:8;:G#40;CUT;:H-d5b:a,V;:Hd5b,V", + "name": "#48;:G#40;CUT;:H-14c:a,V;:H14c,V", "stringIds": [ 13, 20, - 43, - 64 + 64, + 72 ] }, "relation": "generated", @@ -63591,15 +87060,15 @@ "resultPersistentId": "Body16:vertex:11", "sourceRefs": [ { - "mappedName": "#2b:8;:G#40;CUT;:H-d5b:a,V", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#2b:8;:G#40;CUT;:H-d5b:a,V", + "persistentId": "Pocket16:mapped:#48;:G#40;CUT;:H-14c:a,V", "stageId": "Pocket16" }, { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#88", + "persistentId": "PocketSketch16:mapped:g3v2;SKT", "stageId": "PocketSketch16" } ] @@ -63610,7 +87079,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#1f;:M;CUT;:H-14c:7,V;:H14c,V", "mappedStringIds": [ 31 ], @@ -63620,7 +87089,7 @@ "index": 13, "type": "Vertex" }, - "name": "#1f;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "name": "#1f;:M;CUT;:H-14c:7,V;:H14c,V", "stringIds": [ 31 ] @@ -63630,9 +87099,9 @@ "resultPersistentId": "Body16:vertex:12", "sourceRefs": [ { - "mappedName": "#1f;:M;CUT;:H-d5b:7,V", + "mappedName": "#1f;:M;CUT;:H-14c:7,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#1f;:M;CUT;:H-d5b:7,V", + "persistentId": "Pocket16:mapped:#1f;:M;CUT;:H-14c:7,V", "stageId": "Pocket16" }, { @@ -63649,7 +87118,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#20;:M;CUT;:H-14c:7,V;:H14c,V", "mappedStringIds": [ 32 ], @@ -63659,7 +87128,7 @@ "index": 14, "type": "Vertex" }, - "name": "#20;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "name": "#20;:M;CUT;:H-14c:7,V;:H14c,V", "stringIds": [ 32 ] @@ -63669,9 +87138,9 @@ "resultPersistentId": "Body16:vertex:13", "sourceRefs": [ { - "mappedName": "#20;:M;CUT;:H-d5b:7,V", + "mappedName": "#20;:M;CUT;:H-14c:7,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#20;:M;CUT;:H-d5b:7,V", + "persistentId": "Pocket16:mapped:#20;:M;CUT;:H-14c:7,V", "stageId": "Pocket16" }, { @@ -63688,7 +87157,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#21;:M;CUT;:H-14c:7,V;:H14c,V", "mappedStringIds": [ 33 ], @@ -63698,7 +87167,7 @@ "index": 15, "type": "Vertex" }, - "name": "#21;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "name": "#21;:M;CUT;:H-14c:7,V;:H14c,V", "stringIds": [ 33 ] @@ -63708,9 +87177,9 @@ "resultPersistentId": "Body16:vertex:14", "sourceRefs": [ { - "mappedName": "#21;:M;CUT;:H-d5b:7,V", + "mappedName": "#21;:M;CUT;:H-14c:7,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#21;:M;CUT;:H-d5b:7,V", + "persistentId": "Pocket16:mapped:#21;:M;CUT;:H-14c:7,V", "stageId": "Pocket16" }, { @@ -63727,7 +87196,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "mappedName": "#22;:M;CUT;:H-14c:7,V;:H14c,V", "mappedStringIds": [ 34 ], @@ -63737,7 +87206,7 @@ "index": 16, "type": "Vertex" }, - "name": "#22;:M;CUT;:H-d5b:7,V;:Hd5b,V", + "name": "#22;:M;CUT;:H-14c:7,V;:H14c,V", "stringIds": [ 34 ] @@ -63747,9 +87216,9 @@ "resultPersistentId": "Body16:vertex:15", "sourceRefs": [ { - "mappedName": "#22;:M;CUT;:H-d5b:7,V", + "mappedName": "#22;:M;CUT;:H-14c:7,V", "objectId": "Pocket16", - "persistentId": "Pocket16:mapped:#22;:M;CUT;:H-d5b:7,V", + "persistentId": "Pocket16:mapped:#22;:M;CUT;:H-14c:7,V", "stageId": "Pocket16" }, { @@ -63770,11 +87239,1406 @@ "stageId": "Body16", "status": "native-evidence" }, + "relationDigest": "2d719df5714859cd44047b2e1df1e8fea9b106aaff263981b48cd31c7f55f998", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:1;:H#,F", + "sourceElement": "#16:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:4;:H#,F", + "sourceElement": "#16:4", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:2;:H#,F", + "sourceElement": "#16:2", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#14:1;:M;CUT;:H#:7,F", + "sourceElement": "#14:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#3c:1;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#3c:1;:M;CUT;:H#:7,F", + "sourceElement": "#3c:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:3;:H#,F", + "sourceElement": "#16:3", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F;:H#,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#b:1;:H#,E" + ], + "mappedName": "#26:1;:M;CUT;:H-14c:7,F", + "sourceElement": "#26:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F;:H#,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#b:2;:H#,E" + ], + "mappedName": "#26:2;:M;CUT;:H-14c:7,F", + "sourceElement": "#26:2", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F;:H#,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#b:3;:H#,E" + ], + "mappedName": "#26:3;:M;CUT;:H-14c:7,F", + "sourceElement": "#26:3", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F;:H#,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#b:4;:H#,E" + ], + "mappedName": "#26:4;:M;CUT;:H-14c:7,F", + "sourceElement": "#26:4", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#58:29;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4141;:G;XTR;:H#:7,E", + "sourceElement": "#4141", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#58:29;:H#,E", + "sourceElement": "#58:29", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4141", + "sourceElement": "#4141", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#59:2a;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4242;:G;XTR;:H#:7,E", + "sourceElement": "#4242", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#59:2a;:H#,E", + "sourceElement": "#59:2a", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4242", + "sourceElement": "#4242", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:1;:H#,E", + "sourceElement": "#d:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:1;:H#,E", + "sourceElement": "#36:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#5b:2c;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4444;:G;XTR;:H#:7,E", + "sourceElement": "#4444", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5b:2c;:H#,E", + "sourceElement": "#5b:2c", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4444", + "sourceElement": "#4444", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:4;:H#,E", + "sourceElement": "#d:4", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:4;:H#,E", + "sourceElement": "#36:4", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5a:2b;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4343;:G;XTR;:H#:7,E", + "sourceElement": "#4343", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5a:2b;:H#,E", + "sourceElement": "#5a:2b", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4343", + "sourceElement": "#4343", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:2;:H#,E", + "sourceElement": "#d:2", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:2;:H#,E", + "sourceElement": "#36:2", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:3;:H#,E", + "sourceElement": "#d:3", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E;:H#,E", + "relation": "generated", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#b:1;:H#,E" + ], + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E", + "sourceElement": "#26:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E;:H#,E", + "relation": "generated", + "resultName": "Edge13", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#b:2;:H#,E" + ], + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E", + "sourceElement": "#26:2", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E;:H#,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#b:3;:H#,E" + ], + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E", + "sourceElement": "#26:3", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E;:H#,E", + "relation": "generated", + "resultName": "Edge15", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#b:4;:H#,E" + ], + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E", + "sourceElement": "#26:4", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#36:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:3;:H#,E", + "sourceElement": "#36:3", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge17", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E", + "sourceElement": "#1d:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E", + "sourceElement": "#1d:2", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge19", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E", + "sourceElement": "#1d:3", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E", + "sourceElement": "#1d:4", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#46;:M;CUT;:H-14c:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge21", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V" + ], + "mappedName": "#46;:M;CUT;:H-14c:7,E", + "sourceElement": "#46", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#45;:M;CUT;:H-14c:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V" + ], + "mappedName": "#45;:M;CUT;:H-14c:7,E", + "sourceElement": "#45", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#47;:M;CUT;:H-14c:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge23", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#6;:H#,V" + ], + "mappedName": "#47;:M;CUT;:H-14c:7,E", + "sourceElement": "#47", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#48;:M;CUT;:H-14c:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge24", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#8;:H#,V" + ], + "mappedName": "#48;:M;CUT;:H-14c:7,E", + "sourceElement": "#48", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#41;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#41;:H#,V", + "sourceElement": "#41", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4a:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4a:1;:H#,V", + "sourceElement": "#4a:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#42;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#42;:H#,V", + "sourceElement": "#42", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#4d:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4d:1;:H#,V", + "sourceElement": "#4d:1", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#44;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#44;:H#,V", + "sourceElement": "#44", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#4d:3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4d:3;:H#,V", + "sourceElement": "#4d:3", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#43;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#43;:H#,V", + "sourceElement": "#43", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#4d:2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4d:2;:H#,V", + "sourceElement": "#4d:2", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V;:H#,V", + "relation": "generated", + "resultName": "Vertex9", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V" + ], + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V", + "sourceElement": "#45", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V;:H#,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V" + ], + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V", + "sourceElement": "#46", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V;:H#,V", + "relation": "generated", + "resultName": "Vertex11", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#6;:H#,V" + ], + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V", + "sourceElement": "#47", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V;:H#,V", + "relation": "generated", + "resultName": "Vertex12", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#8;:H#,V" + ], + "mappedName": "#48;:G#40;CUT;:H-14c:a,V", + "sourceElement": "#48", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#1f;:M;CUT;:H-14c:7,V;:H#,V", + "relation": "modified", + "resultName": "Vertex13", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1f;:M;CUT;:H-14c:7,V", + "sourceElement": "#1f", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#20;:M;CUT;:H-14c:7,V;:H#,V", + "relation": "modified", + "resultName": "Vertex14", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#20;:M;CUT;:H-14c:7,V", + "sourceElement": "#20", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#21;:M;CUT;:H-14c:7,V;:H#,V", + "relation": "modified", + "resultName": "Vertex15", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#21;:M;CUT;:H-14c:7,V", + "sourceElement": "#21", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#22;:M;CUT;:H-14c:7,V;:H#,V", + "relation": "modified", + "resultName": "Vertex16", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#22;:M;CUT;:H-14c:7,V", + "sourceElement": "#22", + "sourceObject": "Pocket16", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "1a26a90f5303344243a006e0b8c5b6685dc0a713e0ede6046b6529267bcc61b4", "shape": { + "area": 138.88, + "brepSha256": "896f13d36675806ac8c3a359a5e2be1fbf8f5c3efad19fcf6d27e548f05a5dcf", "edges": 24, "faces": 10, + "geometryDigest": "7af30493d106e0bc76fefed0b35974945b9221da76a1bacd447d7ba36dfd0bc7", "solids": 1, "valid": true, + "vertices": 16, "volume": 67.19999999999996 }, "typeId": "PartDesign::Body" @@ -63784,6 +88648,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -63832,11 +88697,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -63846,6 +88726,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -63894,11 +88775,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -63908,6 +88804,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -63956,11 +88853,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -63970,6 +88882,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -64018,11 +88931,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -64032,6 +88960,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -64080,11 +89009,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -64094,6 +89038,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -64142,11 +89087,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -64156,6 +89116,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -64204,11 +89165,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -64220,6 +89196,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch16", + "linkedObjects": [], "name": "Sketch16", "names": [ { @@ -64520,11 +89497,75 @@ "stageId": "Sketch16", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", "edges": 4, "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -64537,15 +89578,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad16", + "linkedObjects": [ + "Body16", + "Sketch16" + ], "name": "Pad16", "names": [ { "history": [ { "children": [ - "#b:1;:Hd58,E" + "#b:1;:H149,E" ], - "mappedName": "#d:1;:G;XTR;:Hd58:7,F", + "mappedName": "#d:1;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64560,7 +89605,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:Hd58:7,F", + "mappedName": "#d:1;:G;XTR;:H149:7,F", "mappedStringIds": [ 13 ], @@ -64570,9 +89615,9 @@ "history": [ { "children": [ - "#b:2;:Hd58,E" + "#b:2;:H149,E" ], - "mappedName": "#d:2;:G;XTR;:Hd58:7,F", + "mappedName": "#d:2;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64588,7 +89633,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:Hd58:7,F", + "mappedName": "#d:2;:G;XTR;:H149:7,F", "mappedStringIds": [ 11, 13 @@ -64599,9 +89644,9 @@ "history": [ { "children": [ - "#b:3;:Hd58,E" + "#b:3;:H149,E" ], - "mappedName": "#d:3;:G;XTR;:Hd58:7,F", + "mappedName": "#d:3;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64617,7 +89662,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:Hd58:7,F", + "mappedName": "#d:3;:G;XTR;:H149:7,F", "mappedStringIds": [ 11, 13 @@ -64628,9 +89673,9 @@ "history": [ { "children": [ - "#b:4;:Hd58,E" + "#b:4;:H149,E" ], - "mappedName": "#d:4;:G;XTR;:Hd58:7,F", + "mappedName": "#d:4;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64646,7 +89691,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:Hd58:7,F", + "mappedName": "#d:4;:G;XTR;:H149:7,F", "mappedStringIds": [ 11, 13 @@ -64657,9 +89702,9 @@ "history": [ { "children": [ - "#b:1;:Hd58,E" + "#b:1;:H149,E" ], - "mappedName": "#d:1;FAC;:Hd58:4,F", + "mappedName": "#d:1;FAC;:H149:4,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64674,7 +89719,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:Hd58:4,F", + "mappedName": "#d:1;FAC;:H149:4,F", "mappedStringIds": [ 13 ], @@ -64684,10 +89729,10 @@ "history": [ { "children": [ - "#d:1;FAC;:Hd58:4,F", - "#b:1;:Hd58,E" + "#d:1;FAC;:H149:4,F", + "#b:1;:H149,E" ], - "mappedName": "#14:1;:G0;XTR;:Hd58:8,F", + "mappedName": "#14:1;:G0;XTR;:H149:8,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64702,7 +89747,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:Hd58:8,F", + "mappedName": "#14:1;:G0;XTR;:H149:8,F", "mappedStringIds": [ 20 ], @@ -64712,26 +89757,26 @@ "history": [ { "children": [ - "#2:1;:Hd58,V" + "#2;:H149,V" ], - "mappedName": "#f:1;:G;XTR;:Hd58:7,E", + "mappedName": "#41;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 65 ], - "mappedName": "#f:1;:G;XTR;:Hd58:7,E", + "mappedName": "#41;:G;XTR;:H149:7,E", "mappedStringIds": [ - 15 + 65 ], "name": "Edge1" }, @@ -64739,26 +89784,26 @@ "history": [ { "children": [ - "#4:2;:Hd58,V" + "#4;:H149,V" ], - "mappedName": "#10:2;:G;XTR;:Hd58:7,E", + "mappedName": "#42;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 66 ], - "mappedName": "#10:2;:G;XTR;:Hd58:7,E", + "mappedName": "#42;:G;XTR;:H149:7,E", "mappedStringIds": [ - 16 + 66 ], "name": "Edge2" }, @@ -64766,7 +89811,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:Hd58,E", + "mappedName": "#b:1;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64781,7 +89826,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:Hd58,E", + "mappedName": "#b:1;:H149,E", "mappedStringIds": [ 11 ], @@ -64791,10 +89836,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:Hd58:7,F", - "#b:1;:Hd58,E" + "#d:1;:G;XTR;:H149:7,F", + "#b:1;:H149,E" ], - "mappedName": "#16:1;:U;XTR;:Hd58:7,E", + "mappedName": "#16:1;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64809,7 +89854,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:Hd58:7,E", + "mappedName": "#16:1;:U;XTR;:H149:7,E", "mappedStringIds": [ 22 ], @@ -64819,26 +89864,26 @@ "history": [ { "children": [ - "#6:2;:Hd58,V" + "#6;:H149,V" ], - "mappedName": "#11:2;:G;XTR;:Hd58:7,E", + "mappedName": "#43;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 67 ], - "mappedName": "#11:2;:G;XTR;:Hd58:7,E", + "mappedName": "#43;:G;XTR;:H149:7,E", "mappedStringIds": [ - 17 + 67 ], "name": "Edge5" }, @@ -64846,7 +89891,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:Hd58,E", + "mappedName": "#b:2;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64861,7 +89906,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:Hd58,E", + "mappedName": "#b:2;:H149,E", "mappedStringIds": [ 11 ], @@ -64871,10 +89916,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:Hd58:7,F", - "#b:2;:Hd58,E" + "#d:2;:G;XTR;:H149:7,F", + "#b:2;:H149,E" ], - "mappedName": "#16:2;:U;XTR;:Hd58:7,E", + "mappedName": "#16:2;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64891,7 +89936,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:Hd58:7,E", + "mappedName": "#16:2;:U;XTR;:H149:7,E", "mappedStringIds": [ 11, 13, @@ -64903,26 +89948,26 @@ "history": [ { "children": [ - "#8:2;:Hd58,V" + "#8;:H149,V" ], - "mappedName": "#12:2;:G;XTR;:Hd58:7,E", + "mappedName": "#44;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 68 ], - "mappedName": "#12:2;:G;XTR;:Hd58:7,E", + "mappedName": "#44;:G;XTR;:H149:7,E", "mappedStringIds": [ - 18 + 68 ], "name": "Edge8" }, @@ -64930,7 +89975,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:Hd58,E", + "mappedName": "#b:3;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64945,7 +89990,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:Hd58,E", + "mappedName": "#b:3;:H149,E", "mappedStringIds": [ 11 ], @@ -64955,10 +90000,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:Hd58:7,F", - "#b:3;:Hd58,E" + "#d:3;:G;XTR;:H149:7,F", + "#b:3;:H149,E" ], - "mappedName": "#16:3;:U;XTR;:Hd58:7,E", + "mappedName": "#16:3;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -64975,7 +90020,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:Hd58:7,E", + "mappedName": "#16:3;:U;XTR;:H149:7,E", "mappedStringIds": [ 11, 13, @@ -64987,7 +90032,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:Hd58,E", + "mappedName": "#b:4;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -65002,7 +90047,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:Hd58,E", + "mappedName": "#b:4;:H149,E", "mappedStringIds": [ 11 ], @@ -65012,10 +90057,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:Hd58:7,F", - "#b:4;:Hd58,E" + "#d:4;:G;XTR;:H149:7,F", + "#b:4;:H149,E" ], - "mappedName": "#16:4;:U;XTR;:Hd58:7,E", + "mappedName": "#16:4;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -65032,7 +90077,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:Hd58:7,E", + "mappedName": "#16:4;:U;XTR;:H149:7,E", "mappedStringIds": [ 11, 13, @@ -65044,13 +90089,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:Hd58,V", + "mappedName": "#2;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } @@ -65059,7 +90104,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:Hd58,V", + "mappedName": "#2;:H149,V", "mappedStringIds": [ 2 ], @@ -65069,27 +90114,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:Hd58:7,E", - "#2:1;:Hd58,V" + "#16:1;:U;XTR;:H149:7,E", + "#d:1;:G;XTR;:H149:7,F", + "#b:1;:H149,E" ], - "mappedName": "#18:1;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U;XTR;:H149:7,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], - "mappedName": "#18:1;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U;XTR;:H149:7,V", "mappedStringIds": [ - 24 + 54 ], "name": "Vertex2" }, @@ -65097,13 +90143,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:Hd58,V", + "mappedName": "#4;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } @@ -65112,7 +90158,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:Hd58,V", + "mappedName": "#4;:H149,V", "mappedStringIds": [ 4 ], @@ -65122,27 +90168,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:Hd58:7,E", - "#4:2;:Hd58,V" + "#16:1;:U;XTR;:H149:7,E", + "#d:1;:G;XTR;:H149:7,F", + "#b:1;:H149,E" ], - "mappedName": "#19:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U2;XTR;:H149:8,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], - "mappedName": "#19:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U2;XTR;:H149:8,V", "mappedStringIds": [ - 25 + 54 ], "name": "Vertex4" }, @@ -65150,13 +90197,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:Hd58,V", + "mappedName": "#6;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } @@ -65165,7 +90212,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:Hd58,V", + "mappedName": "#6;:H149,V", "mappedStringIds": [ 6 ], @@ -65175,27 +90222,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:Hd58:7,E", - "#6:2;:Hd58,V" + "#16:2;:U;XTR;:H149:7,E", + "#d:2;:G;XTR;:H149:7,F", + "#b:2;:H149,E" ], - "mappedName": "#1a:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:2;:U2;XTR;:H149:8,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], - "mappedName": "#1a:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:2;:U2;XTR;:H149:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "name": "Vertex6" }, @@ -65203,13 +90257,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:Hd58,V", + "mappedName": "#8;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } @@ -65218,7 +90272,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:Hd58,V", + "mappedName": "#8;:H149,V", "mappedStringIds": [ 8 ], @@ -65228,27 +90282,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:Hd58:7,E", - "#8:2;:Hd58,V" + "#16:3;:U;XTR;:H149:7,E", + "#d:3;:G;XTR;:H149:7,F", + "#b:3;:H149,E" ], - "mappedName": "#1b:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:3;:U2;XTR;:H149:8,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], - "mappedName": "#1b:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:3;:U2;XTR;:H149:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "name": "Vertex8" } @@ -65266,7 +90327,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:Hd58:7,F", + "mappedName": "#d:1;:G;XTR;:H149:7,F", "mappedStringIds": [ 13 ], @@ -65276,7 +90337,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:Hd58:7,F", + "name": "#d:1;:G;XTR;:H149:7,F", "stringIds": [ 13 ] @@ -65300,7 +90361,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:Hd58:7,F", + "mappedName": "#d:2;:G;XTR;:H149:7,F", "mappedStringIds": [ 11, 13 @@ -65311,7 +90372,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:Hd58:7,F", + "name": "#d:2;:G;XTR;:H149:7,F", "stringIds": [ 11, 13 @@ -65336,7 +90397,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:Hd58:7,F", + "mappedName": "#d:3;:G;XTR;:H149:7,F", "mappedStringIds": [ 11, 13 @@ -65347,7 +90408,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:Hd58:7,F", + "name": "#d:3;:G;XTR;:H149:7,F", "stringIds": [ 11, 13 @@ -65372,7 +90433,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:Hd58:7,F", + "mappedName": "#d:4;:G;XTR;:H149:7,F", "mappedStringIds": [ 11, 13 @@ -65383,7 +90444,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:Hd58:7,F", + "name": "#d:4;:G;XTR;:H149:7,F", "stringIds": [ 11, 13 @@ -65407,7 +90468,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:Hd58:4,F", + "mappedName": "#d:1;FAC;:H149:4,F", "mappedStringIds": [ 13 ], @@ -65417,7 +90478,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:Hd58:4,F", + "name": "#d:1;FAC;:H149:4,F", "stringIds": [ 13 ] @@ -65440,7 +90501,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:Hd58:8,F", + "mappedName": "#14:1;:G0;XTR;:H149:8,F", "mappedStringIds": [ 20 ], @@ -65450,7 +90511,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:Hd58:8,F", + "name": "#14:1;:G0;XTR;:H149:8,F", "stringIds": [ 20 ] @@ -65470,12 +90531,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 65 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:Hd58:7,E", + "mappedName": "#41;:G;XTR;:H149:7,E", "mappedStringIds": [ - 15 + 65 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -65483,9 +90544,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:Hd58:7,E", + "name": "#41;:G;XTR;:H149:7,E", "stringIds": [ - 15 + 65 ] }, "relation": "generated", @@ -65493,9 +90554,9 @@ "resultPersistentId": "Pad16:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v11;SKT", + "persistentId": "Sketch16:mapped:g1v1;SKT", "stageId": "Sketch16" } ] @@ -65503,12 +90564,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 66 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:Hd58:7,E", + "mappedName": "#42;:G;XTR;:H149:7,E", "mappedStringIds": [ - 16 + 66 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -65516,9 +90577,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:Hd58:7,E", + "name": "#42;:G;XTR;:H149:7,E", "stringIds": [ - 16 + 66 ] }, "relation": "generated", @@ -65526,9 +90587,9 @@ "resultPersistentId": "Pad16:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v22;SKT", + "persistentId": "Sketch16:mapped:g1v2;SKT", "stageId": "Sketch16" } ] @@ -65539,7 +90600,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:Hd58,E", + "mappedName": "#b:1;:H149,E", "mappedStringIds": [ 11 ], @@ -65549,7 +90610,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:Hd58,E", + "name": "#b:1;:H149,E", "stringIds": [ 11 ] @@ -65572,7 +90633,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:Hd58:7,E", + "mappedName": "#16:1;:U;XTR;:H149:7,E", "mappedStringIds": [ 22 ], @@ -65582,7 +90643,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:Hd58:7,E", + "name": "#16:1;:U;XTR;:H149:7,E", "stringIds": [ 22 ] @@ -65602,12 +90663,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 67 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:Hd58:7,E", + "mappedName": "#43;:G;XTR;:H149:7,E", "mappedStringIds": [ - 17 + 67 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -65615,9 +90676,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:Hd58:7,E", + "name": "#43;:G;XTR;:H149:7,E", "stringIds": [ - 17 + 67 ] }, "relation": "generated", @@ -65625,9 +90686,9 @@ "resultPersistentId": "Pad16:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g2v22;SKT", + "persistentId": "Sketch16:mapped:g2v2;SKT", "stageId": "Sketch16" } ] @@ -65638,7 +90699,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:Hd58,E", + "mappedName": "#b:2;:H149,E", "mappedStringIds": [ 11 ], @@ -65648,7 +90709,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:Hd58,E", + "name": "#b:2;:H149,E", "stringIds": [ 11 ] @@ -65673,7 +90734,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:Hd58:7,E", + "mappedName": "#16:2;:U;XTR;:H149:7,E", "mappedStringIds": [ 11, 13, @@ -65685,7 +90746,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:Hd58:7,E", + "name": "#16:2;:U;XTR;:H149:7,E", "stringIds": [ 11, 13, @@ -65707,12 +90768,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 68 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:Hd58:7,E", + "mappedName": "#44;:G;XTR;:H149:7,E", "mappedStringIds": [ - 18 + 68 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -65720,9 +90781,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:Hd58:7,E", + "name": "#44;:G;XTR;:H149:7,E", "stringIds": [ - 18 + 68 ] }, "relation": "generated", @@ -65730,9 +90791,9 @@ "resultPersistentId": "Pad16:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g3v22;SKT", + "persistentId": "Sketch16:mapped:g3v2;SKT", "stageId": "Sketch16" } ] @@ -65743,7 +90804,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:Hd58,E", + "mappedName": "#b:3;:H149,E", "mappedStringIds": [ 11 ], @@ -65753,7 +90814,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:Hd58,E", + "name": "#b:3;:H149,E", "stringIds": [ 11 ] @@ -65778,7 +90839,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:Hd58:7,E", + "mappedName": "#16:3;:U;XTR;:H149:7,E", "mappedStringIds": [ 11, 13, @@ -65790,7 +90851,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:Hd58:7,E", + "name": "#16:3;:U;XTR;:H149:7,E", "stringIds": [ 11, 13, @@ -65815,7 +90876,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:Hd58,E", + "mappedName": "#b:4;:H149,E", "mappedStringIds": [ 11 ], @@ -65825,7 +90886,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:Hd58,E", + "name": "#b:4;:H149,E", "stringIds": [ 11 ] @@ -65850,7 +90911,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:Hd58:7,E", + "mappedName": "#16:4;:U;XTR;:H149:7,E", "mappedStringIds": [ 11, 13, @@ -65862,7 +90923,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:Hd58:7,E", + "name": "#16:4;:U;XTR;:H149:7,E", "stringIds": [ 11, 13, @@ -65887,7 +90948,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:Hd58,V", + "mappedName": "#2;:H149,V", "mappedStringIds": [ 2 ], @@ -65897,7 +90958,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:Hd58,V", + "name": "#2;:H149,V", "stringIds": [ 2 ] @@ -65907,9 +90968,9 @@ "resultPersistentId": "Pad16:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v11;SKT", + "persistentId": "Sketch16:mapped:g1v1;SKT", "stageId": "Sketch16" } ] @@ -65917,12 +90978,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U;XTR;:H149:7,V", "mappedStringIds": [ - 24 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -65930,9 +90991,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:Hd58:7,V", + "name": "#36:1;:U;XTR;:H149:7,V", "stringIds": [ - 24 + 54 ] }, "relation": "preserved", @@ -65940,9 +91001,9 @@ "resultPersistentId": "Pad16:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v11;SKT", + "persistentId": "Sketch16:mapped:g1;SKT", "stageId": "Sketch16" } ] @@ -65953,7 +91014,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:Hd58,V", + "mappedName": "#4;:H149,V", "mappedStringIds": [ 4 ], @@ -65963,7 +91024,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:Hd58,V", + "name": "#4;:H149,V", "stringIds": [ 4 ] @@ -65973,9 +91034,9 @@ "resultPersistentId": "Pad16:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v22;SKT", + "persistentId": "Sketch16:mapped:g1v2;SKT", "stageId": "Sketch16" } ] @@ -65983,12 +91044,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U2;XTR;:H149:8,V", "mappedStringIds": [ - 25 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -65996,9 +91057,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:Hd58:7,V", + "name": "#36:1;:U2;XTR;:H149:8,V", "stringIds": [ - 25 + 54 ] }, "relation": "preserved", @@ -66006,9 +91067,9 @@ "resultPersistentId": "Pad16:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v22;SKT", + "persistentId": "Sketch16:mapped:g1;SKT", "stageId": "Sketch16" } ] @@ -66019,7 +91080,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:Hd58,V", + "mappedName": "#6;:H149,V", "mappedStringIds": [ 6 ], @@ -66029,7 +91090,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:Hd58,V", + "name": "#6;:H149,V", "stringIds": [ 6 ] @@ -66039,9 +91100,9 @@ "resultPersistentId": "Pad16:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g2v22;SKT", + "persistentId": "Sketch16:mapped:g2v2;SKT", "stageId": "Sketch16" } ] @@ -66049,12 +91110,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:2;:U2;XTR;:H149:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -66062,9 +91129,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:Hd58:7,V", + "name": "#36:2;:U2;XTR;:H149:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -66072,9 +91142,9 @@ "resultPersistentId": "Pad16:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g2v22;SKT", + "persistentId": "Sketch16:mapped:g2;SKT", "stageId": "Sketch16" } ] @@ -66085,7 +91155,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:Hd58,V", + "mappedName": "#8;:H149,V", "mappedStringIds": [ 8 ], @@ -66095,7 +91165,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:Hd58,V", + "name": "#8;:H149,V", "stringIds": [ 8 ] @@ -66105,9 +91175,9 @@ "resultPersistentId": "Pad16:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g3v22;SKT", + "persistentId": "Sketch16:mapped:g3v2;SKT", "stageId": "Sketch16" } ] @@ -66115,12 +91185,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:3;:U2;XTR;:H149:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -66128,9 +91204,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:Hd58:7,V", + "name": "#36:3;:U2;XTR;:H149:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -66138,9 +91217,9 @@ "resultPersistentId": "Pad16:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g3v22;SKT", + "persistentId": "Sketch16:mapped:g3;SKT", "stageId": "Sketch16" } ] @@ -66155,11 +91234,409 @@ "stageId": "Pad16", "status": "native-evidence" }, + "relationDigest": "e294b273bf95cb39444ca87931043876a9812625eeadc08d9115f13fe99e42c1", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#41;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#42;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#43;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#44;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "8abf4b9c70768ed85307d35287bef12870d6139d09f13966b6daf8149cc0945a", "shape": { + "area": 112, + "brepSha256": "a7be9277dc0e738d364e8eccff250fbda3c79eb6fe2f292f001423fc590bf644", "edges": 12, "faces": 6, + "geometryDigest": "b86fad46c20d2107571ef4050aae588e9738c277c2adca4ed5eb4087df945821", "solids": 1, "valid": true, + "vertices": 8, "volume": 79.99999999999999 }, "typeId": "PartDesign::Pad" @@ -66171,6 +91648,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "PocketSketch16", + "linkedObjects": [], "name": "PocketSketch16", "names": [ { @@ -66471,11 +91949,75 @@ "stageId": "PocketSketch16", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", "edges": 4, "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -66488,21 +92030,26 @@ "elementMapSize": 54, "elementMapVersion": "15.70200.5", "label": "Pocket16", + "linkedObjects": [ + "Body16", + "Pad16", + "PocketSketch16" + ], "name": "Pocket16", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:Hd59,F", + "mappedName": "#16:1;:H14a,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:Hd58,E" + "#b:1;:H149,E" ], - "mappedName": "#d:1;:G;XTR;:Hd58:7,F", + "mappedName": "#d:1;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -66517,7 +92064,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:Hd59,F", + "mappedName": "#16:1;:H14a,F", "mappedStringIds": [ 22 ], @@ -66527,15 +92074,15 @@ "history": [ { "children": [], - "mappedName": "#16:4;:Hd59,F", + "mappedName": "#16:4;:H14a,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:Hd58,E" + "#b:4;:H149,E" ], - "mappedName": "#d:4;:G;XTR;:Hd58:7,F", + "mappedName": "#d:4;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -66552,7 +92099,7 @@ 13, 22 ], - "mappedName": "#16:4;:Hd59,F", + "mappedName": "#16:4;:H14a,F", "mappedStringIds": [ 11, 13, @@ -66564,15 +92111,15 @@ "history": [ { "children": [], - "mappedName": "#16:2;:Hd59,F", + "mappedName": "#16:2;:H14a,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:Hd58,E" + "#b:2;:H149,E" ], - "mappedName": "#d:2;:G;XTR;:Hd58:7,F", + "mappedName": "#d:2;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -66589,7 +92136,7 @@ 13, 22 ], - "mappedName": "#16:2;:Hd59,F", + "mappedName": "#16:2;:H14a,F", "mappedStringIds": [ 11, 13, @@ -66601,15 +92148,15 @@ "history": [ { "children": [], - "mappedName": "#14:1;:M;CUT;:Hd59:7,F", + "mappedName": "#14:1;:M;CUT;:H14a:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:Hd58,E" + "#b:1;:H149,E" ], - "mappedName": "#d:1;FAC;:Hd58:4,F", + "mappedName": "#d:1;FAC;:H149:4,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -66624,7 +92171,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:M;CUT;:Hd59:7,F", + "mappedName": "#14:1;:M;CUT;:H14a:7,F", "mappedStringIds": [ 20 ], @@ -66634,16 +92181,16 @@ "history": [ { "children": [], - "mappedName": "#3c:1;:M;CUT;:Hd59:7,F", + "mappedName": "#3c:1;:M;CUT;:H14a:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:Hd58:4,F", - "#b:1;:Hd58,E" + "#d:1;FAC;:H149:4,F", + "#b:1;:H149,E" ], - "mappedName": "#14:1;:G0;XTR;:Hd58:8,F", + "mappedName": "#14:1;:G0;XTR;:H149:8,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -66658,7 +92205,7 @@ "indexedStringIds": [ 60 ], - "mappedName": "#3c:1;:M;CUT;:Hd59:7,F", + "mappedName": "#3c:1;:M;CUT;:H14a:7,F", "mappedStringIds": [ 60 ], @@ -66668,15 +92215,15 @@ "history": [ { "children": [], - "mappedName": "#16:3;:Hd59,F", + "mappedName": "#16:3;:H14a,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:Hd58,E" + "#b:3;:H149,E" ], - "mappedName": "#d:3;:G;XTR;:Hd58:7,F", + "mappedName": "#d:3;:G;XTR;:H149:7,F", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -66693,7 +92240,7 @@ 13, 22 ], - "mappedName": "#16:3;:Hd59,F", + "mappedName": "#16:3;:H14a,F", "mappedStringIds": [ 11, 13, @@ -66705,10 +92252,10 @@ "history": [ { "children": [ - "#1d:1;:G;XTR;:Hd5a:7,F", - "#b:1;:Hd5a,E" + "#1d:1;:G;XTR;:H14b:7,F", + "#b:1;:H14b,E" ], - "mappedName": "#26:1;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -66723,7 +92270,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F", "mappedStringIds": [ 38 ], @@ -66733,10 +92280,10 @@ "history": [ { "children": [ - "#1d:2;:G;XTR;:Hd5a:7,F", - "#b:2;:Hd5a,E" + "#1d:2;:G;XTR;:H14b:7,F", + "#b:2;:H14b,E" ], - "mappedName": "#26:2;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -66753,7 +92300,7 @@ 29, 38 ], - "mappedName": "#26:2;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F", "mappedStringIds": [ 11, 29, @@ -66765,10 +92312,10 @@ "history": [ { "children": [ - "#1d:3;:G;XTR;:Hd5a:7,F", - "#b:3;:Hd5a,E" + "#1d:3;:G;XTR;:H14b:7,F", + "#b:3;:H14b,E" ], - "mappedName": "#26:3;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -66785,7 +92332,7 @@ 29, 38 ], - "mappedName": "#26:3;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F", "mappedStringIds": [ 11, 29, @@ -66797,10 +92344,10 @@ "history": [ { "children": [ - "#1d:4;:G;XTR;:Hd5a:7,F", - "#b:4;:Hd5a,E" + "#1d:4;:G;XTR;:H14b:7,F", + "#b:4;:H14b,E" ], - "mappedName": "#26:4;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -66817,7 +92364,7 @@ 29, 38 ], - "mappedName": "#26:4;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F", "mappedStringIds": [ 11, 29, @@ -66829,32 +92376,30 @@ "history": [ { "children": [], - "mappedName": "#18:1;:Hd59,E", + "mappedName": "#58:29;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:Hd58,V" - ], - "mappedName": "#f:1;:G;XTR;:Hd58:7,E", + "children": [], + "mappedName": "#4141;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4141", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 88 ], - "mappedName": "#18:1;:Hd59,E", + "mappedName": "#58:29;:H14a,E", "mappedStringIds": [ - 24 + 88 ], "name": "Edge1" }, @@ -66862,32 +92407,30 @@ "history": [ { "children": [], - "mappedName": "#19:2;:Hd59,E", + "mappedName": "#59:2a;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:Hd58,V" - ], - "mappedName": "#10:2;:G;XTR;:Hd58:7,E", + "children": [], + "mappedName": "#4242;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4242", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 89 ], - "mappedName": "#19:2;:Hd59,E", + "mappedName": "#59:2a;:H14a,E", "mappedStringIds": [ - 25 + 89 ], "name": "Edge2" }, @@ -66895,13 +92438,13 @@ "history": [ { "children": [], - "mappedName": "#d:1;:Hd59,E", + "mappedName": "#d:1;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:Hd58,E", + "mappedName": "#b:1;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -66916,7 +92459,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:Hd59,E", + "mappedName": "#d:1;:H14a,E", "mappedStringIds": [ 13 ], @@ -66926,16 +92469,16 @@ "history": [ { "children": [], - "mappedName": "#36:1;:Hd59,E", + "mappedName": "#36:1;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:Hd58:7,F", - "#b:1;:Hd58,E" + "#d:1;:G;XTR;:H149:7,F", + "#b:1;:H149,E" ], - "mappedName": "#16:1;:U;XTR;:Hd58:7,E", + "mappedName": "#16:1;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -66950,7 +92493,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:Hd59,E", + "mappedName": "#36:1;:H14a,E", "mappedStringIds": [ 54 ], @@ -66960,32 +92503,30 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:Hd59,E", + "mappedName": "#5b:2c;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:Hd58,V" - ], - "mappedName": "#12:2;:G;XTR;:Hd58:7,E", + "children": [], + "mappedName": "#4444;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4444", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 91 ], - "mappedName": "#1b:2;:Hd59,E", + "mappedName": "#5b:2c;:H14a,E", "mappedStringIds": [ - 27 + 91 ], "name": "Edge5" }, @@ -66993,13 +92534,13 @@ "history": [ { "children": [], - "mappedName": "#d:4;:Hd59,E", + "mappedName": "#d:4;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:Hd58,E", + "mappedName": "#b:4;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -67015,7 +92556,7 @@ 11, 13 ], - "mappedName": "#d:4;:Hd59,E", + "mappedName": "#d:4;:H14a,E", "mappedStringIds": [ 11, 13 @@ -67026,16 +92567,16 @@ "history": [ { "children": [], - "mappedName": "#36:4;:Hd59,E", + "mappedName": "#36:4;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:Hd58:7,F", - "#b:4;:Hd58,E" + "#d:4;:G;XTR;:H149:7,F", + "#b:4;:H149,E" ], - "mappedName": "#16:4;:U;XTR;:Hd58:7,E", + "mappedName": "#16:4;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -67053,7 +92594,7 @@ 22, 54 ], - "mappedName": "#36:4;:Hd59,E", + "mappedName": "#36:4;:H14a,E", "mappedStringIds": [ 11, 13, @@ -67066,32 +92607,30 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:Hd59,E", + "mappedName": "#5a:2b;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:Hd58,V" - ], - "mappedName": "#11:2;:G;XTR;:Hd58:7,E", + "children": [], + "mappedName": "#4343;:G;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4343", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 90 ], - "mappedName": "#1a:2;:Hd59,E", + "mappedName": "#5a:2b;:H14a,E", "mappedStringIds": [ - 26 + 90 ], "name": "Edge8" }, @@ -67099,13 +92638,13 @@ "history": [ { "children": [], - "mappedName": "#d:2;:Hd59,E", + "mappedName": "#d:2;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:Hd58,E", + "mappedName": "#b:2;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -67121,7 +92660,7 @@ 11, 13 ], - "mappedName": "#d:2;:Hd59,E", + "mappedName": "#d:2;:H14a,E", "mappedStringIds": [ 11, 13 @@ -67132,16 +92671,16 @@ "history": [ { "children": [], - "mappedName": "#36:2;:Hd59,E", + "mappedName": "#36:2;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:Hd58:7,F", - "#b:2;:Hd58,E" + "#d:2;:G;XTR;:H149:7,F", + "#b:2;:H149,E" ], - "mappedName": "#16:2;:U;XTR;:Hd58:7,E", + "mappedName": "#16:2;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -67159,7 +92698,7 @@ 22, 54 ], - "mappedName": "#36:2;:Hd59,E", + "mappedName": "#36:2;:H14a,E", "mappedStringIds": [ 11, 13, @@ -67172,13 +92711,13 @@ "history": [ { "children": [], - "mappedName": "#d:3;:Hd59,E", + "mappedName": "#d:3;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:Hd58,E", + "mappedName": "#b:3;:H149,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -67194,7 +92733,7 @@ 11, 13 ], - "mappedName": "#d:3;:Hd59,E", + "mappedName": "#d:3;:H14a,E", "mappedStringIds": [ 11, 13 @@ -67205,10 +92744,10 @@ "history": [ { "children": [ - "#1d:1;:G;XTR;:Hd5a:7,F", - "#b:1;:Hd5a,E" + "#1d:1;:G;XTR;:H14b:7,F", + "#b:1;:H14b,E" ], - "mappedName": "#26:1;:G#37;CUT;:H-d5b:a,E", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -67226,7 +92765,7 @@ 38, 55 ], - "mappedName": "#26:1;:G#37;CUT;:H-d5b:a,E", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E", "mappedStringIds": [ 13, 20, @@ -67239,10 +92778,10 @@ "history": [ { "children": [ - "#1d:2;:G;XTR;:Hd5a:7,F", - "#b:2;:Hd5a,E" + "#1d:2;:G;XTR;:H14b:7,F", + "#b:2;:H14b,E" ], - "mappedName": "#26:2;:G#38;CUT;:H-d5b:a,E", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -67262,7 +92801,7 @@ 38, 56 ], - "mappedName": "#26:2;:G#38;CUT;:H-d5b:a,E", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E", "mappedStringIds": [ 11, 13, @@ -67277,10 +92816,10 @@ "history": [ { "children": [ - "#1d:3;:G;XTR;:Hd5a:7,F", - "#b:3;:Hd5a,E" + "#1d:3;:G;XTR;:H14b:7,F", + "#b:3;:H14b,E" ], - "mappedName": "#26:3;:G#39;CUT;:H-d5b:a,E", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -67300,7 +92839,7 @@ 38, 57 ], - "mappedName": "#26:3;:G#39;CUT;:H-d5b:a,E", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E", "mappedStringIds": [ 11, 13, @@ -67315,10 +92854,10 @@ "history": [ { "children": [ - "#1d:4;:G;XTR;:Hd5a:7,F", - "#b:4;:Hd5a,E" + "#1d:4;:G;XTR;:H14b:7,F", + "#b:4;:H14b,E" ], - "mappedName": "#26:4;:G#3a;CUT;:H-d5b:a,E", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -67338,7 +92877,7 @@ 38, 58 ], - "mappedName": "#26:4;:G#3a;CUT;:H-d5b:a,E", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E", "mappedStringIds": [ 11, 13, @@ -67353,16 +92892,16 @@ "history": [ { "children": [], - "mappedName": "#36:3;:Hd59,E", + "mappedName": "#36:3;:H14a,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:Hd58:7,F", - "#b:3;:Hd58,E" + "#d:3;:G;XTR;:H149:7,F", + "#b:3;:H149,E" ], - "mappedName": "#16:3;:U;XTR;:Hd58:7,E", + "mappedName": "#16:3;:U;XTR;:H149:7,E", "object": "Pad16", "typeId": "PartDesign::Pad" }, @@ -67380,7 +92919,7 @@ 22, 54 ], - "mappedName": "#36:3;:Hd59,E", + "mappedName": "#36:3;:H14a,E", "mappedStringIds": [ 11, 13, @@ -67393,9 +92932,9 @@ "history": [ { "children": [ - "#b:1;:Hd5a,E" + "#b:1;:H14b,E" ], - "mappedName": "#1d:1;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -67410,7 +92949,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E", "mappedStringIds": [ 29 ], @@ -67420,9 +92959,9 @@ "history": [ { "children": [ - "#b:2;:Hd5a,E" + "#b:2;:H14b,E" ], - "mappedName": "#1d:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -67438,7 +92977,7 @@ 11, 29 ], - "mappedName": "#1d:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E", "mappedStringIds": [ 11, 29 @@ -67449,9 +92988,9 @@ "history": [ { "children": [ - "#b:3;:Hd5a,E" + "#b:3;:H14b,E" ], - "mappedName": "#1d:3;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -67467,7 +93006,7 @@ 11, 29 ], - "mappedName": "#1d:3;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E", "mappedStringIds": [ 11, 29 @@ -67478,9 +93017,9 @@ "history": [ { "children": [ - "#b:4;:Hd5a,E" + "#b:4;:H14b,E" ], - "mappedName": "#1d:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -67496,7 +93035,7 @@ 11, 29 ], - "mappedName": "#1d:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E", "mappedStringIds": [ 11, 29 @@ -67507,27 +93046,27 @@ "history": [ { "children": [ - "#20:4;:G;XTR;:Hd5a:7,E", - "#44;:Hd5a,V" + "#20;:G;XTR;:H14b:7,E", + "#4;:H14b,V" ], - "mappedName": "#29:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#46;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#44", + "mappedName": "g1v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge21", "indexedStringIds": [ - 41 + 70 ], - "mappedName": "#29:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#46;:M;CUT;:H-14c:7,E", "mappedStringIds": [ - 41 + 70 ], "name": "Edge21" }, @@ -67535,28 +93074,27 @@ "history": [ { "children": [ - "#1f:2;:G;XTR;:Hd5a:7,E", - "#22;:Hd5a,V", - "#8;:Hd5a,V" + "#1f;:G;XTR;:H14b:7,E", + "#2;:H14b,V" ], - "mappedName": "#28:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#45;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge22", "indexedStringIds": [ - 40 + 69 ], - "mappedName": "#28:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#45;:M;CUT;:H-14c:7,E", "mappedStringIds": [ - 40 + 69 ], "name": "Edge22" }, @@ -67564,27 +93102,27 @@ "history": [ { "children": [ - "#21:6;:G;XTR;:Hd5a:7,E", - "#66;:Hd5a,V" + "#21;:G;XTR;:H14b:7,E", + "#6;:H14b,V" ], - "mappedName": "#2a:6;:M;CUT;:H-d5b:7,E", + "mappedName": "#47;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge23", "indexedStringIds": [ - 42 + 71 ], - "mappedName": "#2a:6;:M;CUT;:H-d5b:7,E", + "mappedName": "#47;:M;CUT;:H-14c:7,E", "mappedStringIds": [ - 42 + 71 ], "name": "Edge23" }, @@ -67592,27 +93130,27 @@ "history": [ { "children": [ - "#22:8;:G;XTR;:Hd5a:7,E", - "#88;:Hd5a,V" + "#22;:G;XTR;:H14b:7,E", + "#8;:H14b,V" ], - "mappedName": "#2b:8;:M;CUT;:H-d5b:7,E", + "mappedName": "#48;:M;CUT;:H-14c:7,E", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge24", "indexedStringIds": [ - 43 + 72 ], - "mappedName": "#2b:8;:M;CUT;:H-d5b:7,E", + "mappedName": "#48;:M;CUT;:H-14c:7,E", "mappedStringIds": [ - 43 + 72 ], "name": "Edge24" }, @@ -67620,30 +93158,30 @@ "history": [ { "children": [], - "mappedName": "#f:1;:Hd59,V", + "mappedName": "#41;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:Hd58,V", + "mappedName": "#2;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 65 ], - "mappedName": "#f:1;:Hd59,V", + "mappedName": "#41;:H14a,V", "mappedStringIds": [ - 15 + 65 ], "name": "Vertex1" }, @@ -67651,33 +93189,34 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:Hd59,V", + "mappedName": "#4a:1;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:Hd58:7,E", - "#2:1;:Hd58,V" + "#16:1;:U;XTR;:H149:7,E", + "#d:1;:G;XTR;:H149:7,F", + "#b:1;:H149,E" ], - "mappedName": "#18:1;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U;XTR;:H149:7,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 74 ], - "mappedName": "#2e:1;:Hd59,V", + "mappedName": "#4a:1;:H14a,V", "mappedStringIds": [ - 46 + 74 ], "name": "Vertex2" }, @@ -67685,30 +93224,30 @@ "history": [ { "children": [], - "mappedName": "#10:2;:Hd59,V", + "mappedName": "#42;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:Hd58,V", + "mappedName": "#4;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 66 ], - "mappedName": "#10:2;:Hd59,V", + "mappedName": "#42;:H14a,V", "mappedStringIds": [ - 16 + 66 ], "name": "Vertex3" }, @@ -67716,33 +93255,34 @@ "history": [ { "children": [], - "mappedName": "#30:2;:Hd59,V", + "mappedName": "#4d:1;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:Hd58:7,E", - "#4:2;:Hd58,V" + "#16:1;:U;XTR;:H149:7,E", + "#d:1;:G;XTR;:H149:7,F", + "#b:1;:H149,E" ], - "mappedName": "#19:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U2;XTR;:H149:8,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 77 ], - "mappedName": "#30:2;:Hd59,V", + "mappedName": "#4d:1;:H14a,V", "mappedStringIds": [ - 48 + 77 ], "name": "Vertex4" }, @@ -67750,30 +93290,30 @@ "history": [ { "children": [], - "mappedName": "#12:2;:Hd59,V", + "mappedName": "#44;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:Hd58,V", + "mappedName": "#8;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 68 ], - "mappedName": "#12:2;:Hd59,V", + "mappedName": "#44;:H14a,V", "mappedStringIds": [ - 18 + 68 ], "name": "Vertex5" }, @@ -67781,33 +93321,42 @@ "history": [ { "children": [], - "mappedName": "#34:2;:Hd59,V", + "mappedName": "#4d:3;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:Hd58:7,E", - "#8:2;:Hd58,V" + "#16:3;:U;XTR;:H149:7,E", + "#d:3;:G;XTR;:H149:7,F", + "#b:3;:H149,E" ], - "mappedName": "#1b:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:3;:U2;XTR;:H149:8,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ], - "mappedName": "#34:2;:Hd59,V", + "mappedName": "#4d:3;:H14a,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ], "name": "Vertex6" }, @@ -67815,30 +93364,30 @@ "history": [ { "children": [], - "mappedName": "#11:2;:Hd59,V", + "mappedName": "#43;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:Hd58,V", + "mappedName": "#6;:H149,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 67 ], - "mappedName": "#11:2;:Hd59,V", + "mappedName": "#43;:H14a,V", "mappedStringIds": [ - 17 + 67 ], "name": "Vertex7" }, @@ -67846,33 +93395,42 @@ "history": [ { "children": [], - "mappedName": "#32:2;:Hd59,V", + "mappedName": "#4d:2;:H14a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:Hd58:7,E", - "#6:2;:Hd58,V" + "#16:2;:U;XTR;:H149:7,E", + "#d:2;:G;XTR;:H149:7,F", + "#b:2;:H149,E" ], - "mappedName": "#1a:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:2;:U2;XTR;:H149:8,V", "object": "Pad16", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch16", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ], - "mappedName": "#32:2;:Hd59,V", + "mappedName": "#4d:2;:H14a,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ], "name": "Vertex8" }, @@ -67880,17 +93438,16 @@ "history": [ { "children": [ - "#1f:2;:G;XTR;:Hd5a:7,E", - "#22;:Hd5a,V", - "#8;:Hd5a,V" + "#1f;:G;XTR;:H14b:7,E", + "#2;:H14b,V" ], - "mappedName": "#28:2;:G#3d;CUT;:H-d5b:a,V", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } @@ -67899,15 +93456,15 @@ "indexedStringIds": [ 13, 20, - 40, - 61 + 61, + 69 ], - "mappedName": "#28:2;:G#3d;CUT;:H-d5b:a,V", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V", "mappedStringIds": [ 13, 20, - 40, - 61 + 61, + 69 ], "name": "Vertex9" }, @@ -67915,16 +93472,16 @@ "history": [ { "children": [ - "#20:4;:G;XTR;:Hd5a:7,E", - "#44;:Hd5a,V" + "#20;:G;XTR;:H14b:7,E", + "#4;:H14b,V" ], - "mappedName": "#29:4;:G#3e;CUT;:H-d5b:a,V", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#44", + "mappedName": "g1v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } @@ -67933,15 +93490,15 @@ "indexedStringIds": [ 13, 20, - 41, - 62 + 62, + 70 ], - "mappedName": "#29:4;:G#3e;CUT;:H-d5b:a,V", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V", "mappedStringIds": [ 13, 20, - 41, - 62 + 62, + 70 ], "name": "Vertex10" }, @@ -67949,16 +93506,16 @@ "history": [ { "children": [ - "#21:6;:G;XTR;:Hd5a:7,E", - "#66;:Hd5a,V" + "#21;:G;XTR;:H14b:7,E", + "#6;:H14b,V" ], - "mappedName": "#2a:6;:G#3f;CUT;:H-d5b:a,V", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } @@ -67967,15 +93524,15 @@ "indexedStringIds": [ 13, 20, - 42, - 63 + 63, + 71 ], - "mappedName": "#2a:6;:G#3f;CUT;:H-d5b:a,V", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V", "mappedStringIds": [ 13, 20, - 42, - 63 + 63, + 71 ], "name": "Vertex11" }, @@ -67983,16 +93540,16 @@ "history": [ { "children": [ - "#22:8;:G;XTR;:Hd5a:7,E", - "#88;:Hd5a,V" + "#22;:G;XTR;:H14b:7,E", + "#8;:H14b,V" ], - "mappedName": "#2b:8;:G#40;CUT;:H-d5b:a,V", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch16", "typeId": "Sketcher::SketchObject" } @@ -68001,15 +93558,15 @@ "indexedStringIds": [ 13, 20, - 43, - 64 + 64, + 72 ], - "mappedName": "#2b:8;:G#40;CUT;:H-d5b:a,V", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V", "mappedStringIds": [ 13, 20, - 43, - 64 + 64, + 72 ], "name": "Vertex12" }, @@ -68017,9 +93574,9 @@ "history": [ { "children": [ - "#2;:Hd5a,V" + "#2;:H14b,V" ], - "mappedName": "#1f;:M;CUT;:H-d5b:7,V", + "mappedName": "#1f;:M;CUT;:H-14c:7,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -68034,7 +93591,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:M;CUT;:H-d5b:7,V", + "mappedName": "#1f;:M;CUT;:H-14c:7,V", "mappedStringIds": [ 31 ], @@ -68044,9 +93601,9 @@ "history": [ { "children": [ - "#4;:Hd5a,V" + "#4;:H14b,V" ], - "mappedName": "#20;:M;CUT;:H-d5b:7,V", + "mappedName": "#20;:M;CUT;:H-14c:7,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -68061,7 +93618,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:M;CUT;:H-d5b:7,V", + "mappedName": "#20;:M;CUT;:H-14c:7,V", "mappedStringIds": [ 32 ], @@ -68071,9 +93628,9 @@ "history": [ { "children": [ - "#6;:Hd5a,V" + "#6;:H14b,V" ], - "mappedName": "#21;:M;CUT;:H-d5b:7,V", + "mappedName": "#21;:M;CUT;:H-14c:7,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -68088,7 +93645,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:M;CUT;:H-d5b:7,V", + "mappedName": "#21;:M;CUT;:H-14c:7,V", "mappedStringIds": [ 33 ], @@ -68098,9 +93655,9 @@ "history": [ { "children": [ - "#8;:Hd5a,V" + "#8;:H14b,V" ], - "mappedName": "#22;:M;CUT;:H-d5b:7,V", + "mappedName": "#22;:M;CUT;:H-14c:7,V", "object": "Pocket16", "typeId": "PartDesign::Pocket" }, @@ -68115,7 +93672,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:M;CUT;:H-d5b:7,V", + "mappedName": "#22;:M;CUT;:H-14c:7,V", "mappedStringIds": [ 34 ], @@ -68135,7 +93692,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:Hd59,F", + "mappedName": "#16:1;:H14a,F", "mappedStringIds": [ 22 ], @@ -68145,7 +93702,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:Hd59,F", + "name": "#16:1;:H14a,F", "stringIds": [ 22 ] @@ -68155,9 +93712,9 @@ "resultPersistentId": "Pocket16:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:Hd58:7,F", + "mappedName": "#d:1;:G;XTR;:H149:7,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:1;:G;XTR;:Hd58:7,F", + "persistentId": "Pad16:mapped:#d:1;:G;XTR;:H149:7,F", "stageId": "Pad16" }, { @@ -68176,7 +93733,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:Hd59,F", + "mappedName": "#16:4;:H14a,F", "mappedStringIds": [ 11, 13, @@ -68188,7 +93745,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:Hd59,F", + "name": "#16:4;:H14a,F", "stringIds": [ 11, 13, @@ -68200,9 +93757,9 @@ "resultPersistentId": "Pocket16:face:1", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:Hd58:7,F", + "mappedName": "#d:4;:G;XTR;:H149:7,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:4;:G;XTR;:Hd58:7,F", + "persistentId": "Pad16:mapped:#d:4;:G;XTR;:H149:7,F", "stageId": "Pad16" }, { @@ -68221,7 +93778,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:Hd59,F", + "mappedName": "#16:2;:H14a,F", "mappedStringIds": [ 11, 13, @@ -68233,7 +93790,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:Hd59,F", + "name": "#16:2;:H14a,F", "stringIds": [ 11, 13, @@ -68245,9 +93802,9 @@ "resultPersistentId": "Pocket16:face:2", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:Hd58:7,F", + "mappedName": "#d:2;:G;XTR;:H149:7,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:2;:G;XTR;:Hd58:7,F", + "persistentId": "Pad16:mapped:#d:2;:G;XTR;:H149:7,F", "stageId": "Pad16" }, { @@ -68264,7 +93821,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:M;CUT;:Hd59:7,F", + "mappedName": "#14:1;:M;CUT;:H14a:7,F", "mappedStringIds": [ 20 ], @@ -68274,7 +93831,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:M;CUT;:Hd59:7,F", + "name": "#14:1;:M;CUT;:H14a:7,F", "stringIds": [ 20 ] @@ -68284,9 +93841,9 @@ "resultPersistentId": "Pocket16:face:3", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:Hd58:4,F", + "mappedName": "#d:1;FAC;:H149:4,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:1;FAC;:Hd58:4,F", + "persistentId": "Pad16:mapped:#d:1;FAC;:H149:4,F", "stageId": "Pad16" }, { @@ -68303,7 +93860,7 @@ 60 ], "kind": "face", - "mappedName": "#3c:1;:M;CUT;:Hd59:7,F", + "mappedName": "#3c:1;:M;CUT;:H14a:7,F", "mappedStringIds": [ 60 ], @@ -68313,7 +93870,7 @@ "index": 5, "type": "Face" }, - "name": "#3c:1;:M;CUT;:Hd59:7,F", + "name": "#3c:1;:M;CUT;:H14a:7,F", "stringIds": [ 60 ] @@ -68323,9 +93880,9 @@ "resultPersistentId": "Pocket16:face:4", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:Hd58:8,F", + "mappedName": "#14:1;:G0;XTR;:H149:8,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#14:1;:G0;XTR;:Hd58:8,F", + "persistentId": "Pad16:mapped:#14:1;:G0;XTR;:H149:8,F", "stageId": "Pad16" }, { @@ -68344,7 +93901,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:Hd59,F", + "mappedName": "#16:3;:H14a,F", "mappedStringIds": [ 11, 13, @@ -68356,7 +93913,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:Hd59,F", + "name": "#16:3;:H14a,F", "stringIds": [ 11, 13, @@ -68368,9 +93925,9 @@ "resultPersistentId": "Pocket16:face:5", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:Hd58:7,F", + "mappedName": "#d:3;:G;XTR;:H149:7,F", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#d:3;:G;XTR;:Hd58:7,F", + "persistentId": "Pad16:mapped:#d:3;:G;XTR;:H149:7,F", "stageId": "Pad16" }, { @@ -68387,7 +93944,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F", "mappedStringIds": [ 38 ], @@ -68397,7 +93954,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:M;CUT;:H-d5b:7,F", + "name": "#26:1;:M;CUT;:H-14c:7,F", "stringIds": [ 38 ] @@ -68422,7 +93979,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F", "mappedStringIds": [ 11, 29, @@ -68434,7 +93991,7 @@ "index": 8, "type": "Face" }, - "name": "#26:2;:M;CUT;:H-d5b:7,F", + "name": "#26:2;:M;CUT;:H-14c:7,F", "stringIds": [ 11, 29, @@ -68461,7 +94018,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F", "mappedStringIds": [ 11, 29, @@ -68473,7 +94030,7 @@ "index": 9, "type": "Face" }, - "name": "#26:3;:M;CUT;:H-d5b:7,F", + "name": "#26:3;:M;CUT;:H-14c:7,F", "stringIds": [ 11, 29, @@ -68500,7 +94057,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:M;CUT;:H-d5b:7,F", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F", "mappedStringIds": [ 11, 29, @@ -68512,7 +94069,7 @@ "index": 10, "type": "Face" }, - "name": "#26:4;:M;CUT;:H-d5b:7,F", + "name": "#26:4;:M;CUT;:H-14c:7,F", "stringIds": [ 11, 29, @@ -68534,12 +94091,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 88 ], "kind": "edge", - "mappedName": "#18:1;:Hd59,E", + "mappedName": "#58:29;:H14a,E", "mappedStringIds": [ - 24 + 88 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -68547,9 +94104,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:Hd59,E", + "name": "#58:29;:H14a,E", "stringIds": [ - 24 + 88 ] }, "relation": "preserved", @@ -68557,15 +94114,15 @@ "resultPersistentId": "Pocket16:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:Hd58:7,E", + "mappedName": "#4141;:G;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#f:1;:G;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#4141;:G;XTR;:H149:7,E", "stageId": "Pad16" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4141", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v11;SKT", + "persistentId": "Sketch16:mapped:#4141", "stageId": "Sketch16" } ] @@ -68573,12 +94130,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 89 ], "kind": "edge", - "mappedName": "#19:2;:Hd59,E", + "mappedName": "#59:2a;:H14a,E", "mappedStringIds": [ - 25 + 89 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -68586,9 +94143,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:Hd59,E", + "name": "#59:2a;:H14a,E", "stringIds": [ - 25 + 89 ] }, "relation": "preserved", @@ -68596,15 +94153,15 @@ "resultPersistentId": "Pocket16:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:Hd58:7,E", + "mappedName": "#4242;:G;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#10:2;:G;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#4242;:G;XTR;:H149:7,E", "stageId": "Pad16" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4242", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v22;SKT", + "persistentId": "Sketch16:mapped:#4242", "stageId": "Sketch16" } ] @@ -68615,7 +94172,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:Hd59,E", + "mappedName": "#d:1;:H14a,E", "mappedStringIds": [ 13 ], @@ -68625,7 +94182,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:Hd59,E", + "name": "#d:1;:H14a,E", "stringIds": [ 13 ] @@ -68635,9 +94192,9 @@ "resultPersistentId": "Pocket16:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:Hd58,E", + "mappedName": "#b:1;:H149,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#b:1;:Hd58,E", + "persistentId": "Pad16:mapped:#b:1;:H149,E", "stageId": "Pad16" }, { @@ -68654,7 +94211,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:Hd59,E", + "mappedName": "#36:1;:H14a,E", "mappedStringIds": [ 54 ], @@ -68664,7 +94221,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:Hd59,E", + "name": "#36:1;:H14a,E", "stringIds": [ 54 ] @@ -68674,9 +94231,9 @@ "resultPersistentId": "Pocket16:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:Hd58:7,E", + "mappedName": "#16:1;:U;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#16:1;:U;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#16:1;:U;XTR;:H149:7,E", "stageId": "Pad16" }, { @@ -68690,12 +94247,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 91 ], "kind": "edge", - "mappedName": "#1b:2;:Hd59,E", + "mappedName": "#5b:2c;:H14a,E", "mappedStringIds": [ - 27 + 91 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -68703,9 +94260,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:Hd59,E", + "name": "#5b:2c;:H14a,E", "stringIds": [ - 27 + 91 ] }, "relation": "preserved", @@ -68713,15 +94270,15 @@ "resultPersistentId": "Pocket16:edge:4", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:Hd58:7,E", + "mappedName": "#4444;:G;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#12:2;:G;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#4444;:G;XTR;:H149:7,E", "stageId": "Pad16" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4444", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g3v22;SKT", + "persistentId": "Sketch16:mapped:#4444", "stageId": "Sketch16" } ] @@ -68733,7 +94290,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:Hd59,E", + "mappedName": "#d:4;:H14a,E", "mappedStringIds": [ 11, 13 @@ -68744,7 +94301,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:Hd59,E", + "name": "#d:4;:H14a,E", "stringIds": [ 11, 13 @@ -68755,9 +94312,9 @@ "resultPersistentId": "Pocket16:edge:5", "sourceRefs": [ { - "mappedName": "#b:4;:Hd58,E", + "mappedName": "#b:4;:H149,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#b:4;:Hd58,E", + "persistentId": "Pad16:mapped:#b:4;:H149,E", "stageId": "Pad16" }, { @@ -68777,7 +94334,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:Hd59,E", + "mappedName": "#36:4;:H14a,E", "mappedStringIds": [ 11, 13, @@ -68790,7 +94347,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:Hd59,E", + "name": "#36:4;:H14a,E", "stringIds": [ 11, 13, @@ -68803,9 +94360,9 @@ "resultPersistentId": "Pocket16:edge:6", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:Hd58:7,E", + "mappedName": "#16:4;:U;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#16:4;:U;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#16:4;:U;XTR;:H149:7,E", "stageId": "Pad16" }, { @@ -68819,12 +94376,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 90 ], "kind": "edge", - "mappedName": "#1a:2;:Hd59,E", + "mappedName": "#5a:2b;:H14a,E", "mappedStringIds": [ - 26 + 90 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -68832,9 +94389,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:Hd59,E", + "name": "#5a:2b;:H14a,E", "stringIds": [ - 26 + 90 ] }, "relation": "preserved", @@ -68842,15 +94399,15 @@ "resultPersistentId": "Pocket16:edge:7", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:Hd58:7,E", + "mappedName": "#4343;:G;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#11:2;:G;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#4343;:G;XTR;:H149:7,E", "stageId": "Pad16" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4343", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g2v22;SKT", + "persistentId": "Sketch16:mapped:#4343", "stageId": "Sketch16" } ] @@ -68862,7 +94419,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:Hd59,E", + "mappedName": "#d:2;:H14a,E", "mappedStringIds": [ 11, 13 @@ -68873,7 +94430,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:Hd59,E", + "name": "#d:2;:H14a,E", "stringIds": [ 11, 13 @@ -68884,9 +94441,9 @@ "resultPersistentId": "Pocket16:edge:8", "sourceRefs": [ { - "mappedName": "#b:2;:Hd58,E", + "mappedName": "#b:2;:H149,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#b:2;:Hd58,E", + "persistentId": "Pad16:mapped:#b:2;:H149,E", "stageId": "Pad16" }, { @@ -68906,7 +94463,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:Hd59,E", + "mappedName": "#36:2;:H14a,E", "mappedStringIds": [ 11, 13, @@ -68919,7 +94476,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:Hd59,E", + "name": "#36:2;:H14a,E", "stringIds": [ 11, 13, @@ -68932,9 +94489,9 @@ "resultPersistentId": "Pocket16:edge:9", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:Hd58:7,E", + "mappedName": "#16:2;:U;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#16:2;:U;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#16:2;:U;XTR;:H149:7,E", "stageId": "Pad16" }, { @@ -68952,7 +94509,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:Hd59,E", + "mappedName": "#d:3;:H14a,E", "mappedStringIds": [ 11, 13 @@ -68963,7 +94520,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:Hd59,E", + "name": "#d:3;:H14a,E", "stringIds": [ 11, 13 @@ -68974,9 +94531,9 @@ "resultPersistentId": "Pocket16:edge:10", "sourceRefs": [ { - "mappedName": "#b:3;:Hd58,E", + "mappedName": "#b:3;:H149,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#b:3;:Hd58,E", + "persistentId": "Pad16:mapped:#b:3;:H149,E", "stageId": "Pad16" }, { @@ -68996,7 +94553,7 @@ 55 ], "kind": "edge", - "mappedName": "#26:1;:G#37;CUT;:H-d5b:a,E", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E", "mappedStringIds": [ 13, 20, @@ -69009,7 +94566,7 @@ "index": 12, "type": "Edge" }, - "name": "#26:1;:G#37;CUT;:H-d5b:a,E", + "name": "#26:1;:G#37;CUT;:H-14c:a,E", "stringIds": [ 13, 20, @@ -69040,7 +94597,7 @@ 56 ], "kind": "edge", - "mappedName": "#26:2;:G#38;CUT;:H-d5b:a,E", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E", "mappedStringIds": [ 11, 13, @@ -69055,7 +94612,7 @@ "index": 13, "type": "Edge" }, - "name": "#26:2;:G#38;CUT;:H-d5b:a,E", + "name": "#26:2;:G#38;CUT;:H-14c:a,E", "stringIds": [ 11, 13, @@ -69088,7 +94645,7 @@ 57 ], "kind": "edge", - "mappedName": "#26:3;:G#39;CUT;:H-d5b:a,E", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E", "mappedStringIds": [ 11, 13, @@ -69103,7 +94660,7 @@ "index": 14, "type": "Edge" }, - "name": "#26:3;:G#39;CUT;:H-d5b:a,E", + "name": "#26:3;:G#39;CUT;:H-14c:a,E", "stringIds": [ 11, 13, @@ -69136,7 +94693,7 @@ 58 ], "kind": "edge", - "mappedName": "#26:4;:G#3a;CUT;:H-d5b:a,E", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E", "mappedStringIds": [ 11, 13, @@ -69151,7 +94708,7 @@ "index": 15, "type": "Edge" }, - "name": "#26:4;:G#3a;CUT;:H-d5b:a,E", + "name": "#26:4;:G#3a;CUT;:H-14c:a,E", "stringIds": [ 11, 13, @@ -69182,7 +94739,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:Hd59,E", + "mappedName": "#36:3;:H14a,E", "mappedStringIds": [ 11, 13, @@ -69195,7 +94752,7 @@ "index": 16, "type": "Edge" }, - "name": "#36:3;:Hd59,E", + "name": "#36:3;:H14a,E", "stringIds": [ 11, 13, @@ -69208,9 +94765,9 @@ "resultPersistentId": "Pocket16:edge:15", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:Hd58:7,E", + "mappedName": "#16:3;:U;XTR;:H149:7,E", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#16:3;:U;XTR;:Hd58:7,E", + "persistentId": "Pad16:mapped:#16:3;:U;XTR;:H149:7,E", "stageId": "Pad16" }, { @@ -69227,7 +94784,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E", "mappedStringIds": [ 29 ], @@ -69237,7 +94794,7 @@ "index": 17, "type": "Edge" }, - "name": "#1d:1;:M;CUT;:H-d5b:7,E", + "name": "#1d:1;:M;CUT;:H-14c:7,E", "stringIds": [ 29 ] @@ -69261,7 +94818,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E", "mappedStringIds": [ 11, 29 @@ -69272,7 +94829,7 @@ "index": 18, "type": "Edge" }, - "name": "#1d:2;:M;CUT;:H-d5b:7,E", + "name": "#1d:2;:M;CUT;:H-14c:7,E", "stringIds": [ 11, 29 @@ -69297,7 +94854,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E", "mappedStringIds": [ 11, 29 @@ -69308,7 +94865,7 @@ "index": 19, "type": "Edge" }, - "name": "#1d:3;:M;CUT;:H-d5b:7,E", + "name": "#1d:3;:M;CUT;:H-14c:7,E", "stringIds": [ 11, 29 @@ -69333,7 +94890,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E", "mappedStringIds": [ 11, 29 @@ -69344,7 +94901,7 @@ "index": 20, "type": "Edge" }, - "name": "#1d:4;:M;CUT;:H-d5b:7,E", + "name": "#1d:4;:M;CUT;:H-14c:7,E", "stringIds": [ 11, 29 @@ -69365,12 +94922,12 @@ { "indexedName": "Edge21", "indexedStringIds": [ - 41 + 70 ], "kind": "edge", - "mappedName": "#29:4;:M;CUT;:H-d5b:7,E", + "mappedName": "#46;:M;CUT;:H-14c:7,E", "mappedStringIds": [ - 41 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69378,9 +94935,9 @@ "index": 21, "type": "Edge" }, - "name": "#29:4;:M;CUT;:H-d5b:7,E", + "name": "#46;:M;CUT;:H-14c:7,E", "stringIds": [ - 41 + 70 ] }, "relation": "modified", @@ -69388,9 +94945,9 @@ "resultPersistentId": "Pocket16:edge:20", "sourceRefs": [ { - "mappedName": "#44", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#44", + "persistentId": "PocketSketch16:mapped:g1v2;SKT", "stageId": "PocketSketch16" } ] @@ -69398,12 +94955,12 @@ { "indexedName": "Edge22", "indexedStringIds": [ - 40 + 69 ], "kind": "edge", - "mappedName": "#28:2;:M;CUT;:H-d5b:7,E", + "mappedName": "#45;:M;CUT;:H-14c:7,E", "mappedStringIds": [ - 40 + 69 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69411,14 +94968,80 @@ "index": 22, "type": "Edge" }, - "name": "#28:2;:M;CUT;:H-d5b:7,E", + "name": "#45;:M;CUT;:H-14c:7,E", "stringIds": [ - 40 + 69 ] }, "relation": "modified", "resultIndex": 21, "resultPersistentId": "Pocket16:edge:21", + "sourceRefs": [ + { + "mappedName": "g1v1;SKT", + "objectId": "PocketSketch16", + "persistentId": "PocketSketch16:mapped:g1v1;SKT", + "stageId": "PocketSketch16" + } + ] + }, + { + "indexedName": "Edge23", + "indexedStringIds": [ + 71 + ], + "kind": "edge", + "mappedName": "#47;:M;CUT;:H-14c:7,E", + "mappedStringIds": [ + 71 + ], + "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", + "reference": { + "indexedName": { + "index": 23, + "type": "Edge" + }, + "name": "#47;:M;CUT;:H-14c:7,E", + "stringIds": [ + 71 + ] + }, + "relation": "modified", + "resultIndex": 22, + "resultPersistentId": "Pocket16:edge:22", + "sourceRefs": [ + { + "mappedName": "g2v2;SKT", + "objectId": "PocketSketch16", + "persistentId": "PocketSketch16:mapped:g2v2;SKT", + "stageId": "PocketSketch16" + } + ] + }, + { + "indexedName": "Edge24", + "indexedStringIds": [ + 72 + ], + "kind": "edge", + "mappedName": "#48;:M;CUT;:H-14c:7,E", + "mappedStringIds": [ + 72 + ], + "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", + "reference": { + "indexedName": { + "index": 24, + "type": "Edge" + }, + "name": "#48;:M;CUT;:H-14c:7,E", + "stringIds": [ + 72 + ] + }, + "relation": "modified", + "resultIndex": 23, + "resultPersistentId": "Pocket16:edge:23", "sourceRefs": [ { "mappedName": "g3v2;SKT", @@ -69428,81 +95051,15 @@ } ] }, - { - "indexedName": "Edge23", - "indexedStringIds": [ - 42 - ], - "kind": "edge", - "mappedName": "#2a:6;:M;CUT;:H-d5b:7,E", - "mappedStringIds": [ - 42 - ], - "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", - "reference": { - "indexedName": { - "index": 23, - "type": "Edge" - }, - "name": "#2a:6;:M;CUT;:H-d5b:7,E", - "stringIds": [ - 42 - ] - }, - "relation": "modified", - "resultIndex": 22, - "resultPersistentId": "Pocket16:edge:22", - "sourceRefs": [ - { - "mappedName": "#66", - "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#66", - "stageId": "PocketSketch16" - } - ] - }, - { - "indexedName": "Edge24", - "indexedStringIds": [ - 43 - ], - "kind": "edge", - "mappedName": "#2b:8;:M;CUT;:H-d5b:7,E", - "mappedStringIds": [ - 43 - ], - "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", - "reference": { - "indexedName": { - "index": 24, - "type": "Edge" - }, - "name": "#2b:8;:M;CUT;:H-d5b:7,E", - "stringIds": [ - 43 - ] - }, - "relation": "modified", - "resultIndex": 23, - "resultPersistentId": "Pocket16:edge:23", - "sourceRefs": [ - { - "mappedName": "#88", - "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#88", - "stageId": "PocketSketch16" - } - ] - }, { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 65 ], "kind": "vertex", - "mappedName": "#f:1;:Hd59,V", + "mappedName": "#41;:H14a,V", "mappedStringIds": [ - 15 + 65 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69510,9 +95067,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:Hd59,V", + "name": "#41;:H14a,V", "stringIds": [ - 15 + 65 ] }, "relation": "preserved", @@ -69520,15 +95077,15 @@ "resultPersistentId": "Pocket16:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:Hd58,V", + "mappedName": "#2;:H149,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#2:1;:Hd58,V", + "persistentId": "Pad16:mapped:#2;:H149,V", "stageId": "Pad16" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v11;SKT", + "persistentId": "Sketch16:mapped:g1v1;SKT", "stageId": "Sketch16" } ] @@ -69536,12 +95093,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 74 ], "kind": "vertex", - "mappedName": "#2e:1;:Hd59,V", + "mappedName": "#4a:1;:H14a,V", "mappedStringIds": [ - 46 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69549,9 +95106,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:Hd59,V", + "name": "#4a:1;:H14a,V", "stringIds": [ - 46 + 74 ] }, "relation": "preserved", @@ -69559,15 +95116,15 @@ "resultPersistentId": "Pocket16:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U;XTR;:H149:7,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#18:1;:U;XTR;:Hd58:7,V", + "persistentId": "Pad16:mapped:#36:1;:U;XTR;:H149:7,V", "stageId": "Pad16" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v11;SKT", + "persistentId": "Sketch16:mapped:g1;SKT", "stageId": "Sketch16" } ] @@ -69575,12 +95132,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 66 ], "kind": "vertex", - "mappedName": "#10:2;:Hd59,V", + "mappedName": "#42;:H14a,V", "mappedStringIds": [ - 16 + 66 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69588,9 +95145,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:Hd59,V", + "name": "#42;:H14a,V", "stringIds": [ - 16 + 66 ] }, "relation": "preserved", @@ -69598,15 +95155,15 @@ "resultPersistentId": "Pocket16:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:Hd58,V", + "mappedName": "#4;:H149,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#4:2;:Hd58,V", + "persistentId": "Pad16:mapped:#4;:H149,V", "stageId": "Pad16" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v22;SKT", + "persistentId": "Sketch16:mapped:g1v2;SKT", "stageId": "Sketch16" } ] @@ -69614,12 +95171,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 77 ], "kind": "vertex", - "mappedName": "#30:2;:Hd59,V", + "mappedName": "#4d:1;:H14a,V", "mappedStringIds": [ - 48 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69627,9 +95184,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:Hd59,V", + "name": "#4d:1;:H14a,V", "stringIds": [ - 48 + 77 ] }, "relation": "preserved", @@ -69637,15 +95194,15 @@ "resultPersistentId": "Pocket16:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:1;:U2;XTR;:H149:8,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#19:2;:U;XTR;:Hd58:7,V", + "persistentId": "Pad16:mapped:#36:1;:U2;XTR;:H149:8,V", "stageId": "Pad16" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g1v22;SKT", + "persistentId": "Sketch16:mapped:g1;SKT", "stageId": "Sketch16" } ] @@ -69653,12 +95210,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 68 ], "kind": "vertex", - "mappedName": "#12:2;:Hd59,V", + "mappedName": "#44;:H14a,V", "mappedStringIds": [ - 18 + 68 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69666,9 +95223,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:Hd59,V", + "name": "#44;:H14a,V", "stringIds": [ - 18 + 68 ] }, "relation": "preserved", @@ -69676,15 +95233,15 @@ "resultPersistentId": "Pocket16:vertex:4", "sourceRefs": [ { - "mappedName": "#8:2;:Hd58,V", + "mappedName": "#8;:H149,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#8:2;:Hd58,V", + "persistentId": "Pad16:mapped:#8;:H149,V", "stageId": "Pad16" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g3v22;SKT", + "persistentId": "Sketch16:mapped:g3v2;SKT", "stageId": "Sketch16" } ] @@ -69692,12 +95249,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ], "kind": "vertex", - "mappedName": "#34:2;:Hd59,V", + "mappedName": "#4d:3;:H14a,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69705,9 +95270,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:Hd59,V", + "name": "#4d:3;:H14a,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 77 ] }, "relation": "preserved", @@ -69715,15 +95284,15 @@ "resultPersistentId": "Pocket16:vertex:5", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:3;:U2;XTR;:H149:8,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#1b:2;:U;XTR;:Hd58:7,V", + "persistentId": "Pad16:mapped:#36:3;:U2;XTR;:H149:8,V", "stageId": "Pad16" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g3v22;SKT", + "persistentId": "Sketch16:mapped:g3;SKT", "stageId": "Sketch16" } ] @@ -69731,12 +95300,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 67 ], "kind": "vertex", - "mappedName": "#11:2;:Hd59,V", + "mappedName": "#43;:H14a,V", "mappedStringIds": [ - 17 + 67 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69744,9 +95313,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:Hd59,V", + "name": "#43;:H14a,V", "stringIds": [ - 17 + 67 ] }, "relation": "preserved", @@ -69754,15 +95323,15 @@ "resultPersistentId": "Pocket16:vertex:6", "sourceRefs": [ { - "mappedName": "#6:2;:Hd58,V", + "mappedName": "#6;:H149,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#6:2;:Hd58,V", + "persistentId": "Pad16:mapped:#6;:H149,V", "stageId": "Pad16" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g2v22;SKT", + "persistentId": "Sketch16:mapped:g2v2;SKT", "stageId": "Sketch16" } ] @@ -69770,12 +95339,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ], "kind": "vertex", - "mappedName": "#32:2;:Hd59,V", + "mappedName": "#4d:2;:H14a,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69783,9 +95360,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:Hd59,V", + "name": "#4d:2;:H14a,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 77 ] }, "relation": "preserved", @@ -69793,15 +95374,15 @@ "resultPersistentId": "Pocket16:vertex:7", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:Hd58:7,V", + "mappedName": "#36:2;:U2;XTR;:H149:8,V", "objectId": "Pad16", - "persistentId": "Pad16:mapped:#1a:2;:U;XTR;:Hd58:7,V", + "persistentId": "Pad16:mapped:#36:2;:U2;XTR;:H149:8,V", "stageId": "Pad16" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch16", - "persistentId": "Sketch16:mapped:g2v22;SKT", + "persistentId": "Sketch16:mapped:g2;SKT", "stageId": "Sketch16" } ] @@ -69811,16 +95392,16 @@ "indexedStringIds": [ 13, 20, - 40, - 61 + 61, + 69 ], "kind": "vertex", - "mappedName": "#28:2;:G#3d;CUT;:H-d5b:a,V", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V", "mappedStringIds": [ 13, 20, - 40, - 61 + 61, + 69 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69828,12 +95409,12 @@ "index": 9, "type": "Vertex" }, - "name": "#28:2;:G#3d;CUT;:H-d5b:a,V", + "name": "#45;:G#3d;CUT;:H-14c:a,V", "stringIds": [ 13, 20, - 40, - 61 + 61, + 69 ] }, "relation": "generated", @@ -69841,9 +95422,9 @@ "resultPersistentId": "Pocket16:vertex:8", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:g3v2;SKT", + "persistentId": "PocketSketch16:mapped:g1v1;SKT", "stageId": "PocketSketch16" } ] @@ -69853,16 +95434,16 @@ "indexedStringIds": [ 13, 20, - 41, - 62 + 62, + 70 ], "kind": "vertex", - "mappedName": "#29:4;:G#3e;CUT;:H-d5b:a,V", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V", "mappedStringIds": [ 13, 20, - 41, - 62 + 62, + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69870,12 +95451,12 @@ "index": 10, "type": "Vertex" }, - "name": "#29:4;:G#3e;CUT;:H-d5b:a,V", + "name": "#46;:G#3e;CUT;:H-14c:a,V", "stringIds": [ 13, 20, - 41, - 62 + 62, + 70 ] }, "relation": "generated", @@ -69883,9 +95464,9 @@ "resultPersistentId": "Pocket16:vertex:9", "sourceRefs": [ { - "mappedName": "#44", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#44", + "persistentId": "PocketSketch16:mapped:g1v2;SKT", "stageId": "PocketSketch16" } ] @@ -69895,16 +95476,16 @@ "indexedStringIds": [ 13, 20, - 42, - 63 + 63, + 71 ], "kind": "vertex", - "mappedName": "#2a:6;:G#3f;CUT;:H-d5b:a,V", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V", "mappedStringIds": [ 13, 20, - 42, - 63 + 63, + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69912,12 +95493,12 @@ "index": 11, "type": "Vertex" }, - "name": "#2a:6;:G#3f;CUT;:H-d5b:a,V", + "name": "#47;:G#3f;CUT;:H-14c:a,V", "stringIds": [ 13, 20, - 42, - 63 + 63, + 71 ] }, "relation": "generated", @@ -69925,9 +95506,9 @@ "resultPersistentId": "Pocket16:vertex:10", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#66", + "persistentId": "PocketSketch16:mapped:g2v2;SKT", "stageId": "PocketSketch16" } ] @@ -69937,16 +95518,16 @@ "indexedStringIds": [ 13, 20, - 43, - 64 + 64, + 72 ], "kind": "vertex", - "mappedName": "#2b:8;:G#40;CUT;:H-d5b:a,V", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V", "mappedStringIds": [ 13, 20, - 43, - 64 + 64, + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -69954,12 +95535,12 @@ "index": 12, "type": "Vertex" }, - "name": "#2b:8;:G#40;CUT;:H-d5b:a,V", + "name": "#48;:G#40;CUT;:H-14c:a,V", "stringIds": [ 13, 20, - 43, - 64 + 64, + 72 ] }, "relation": "generated", @@ -69967,9 +95548,9 @@ "resultPersistentId": "Pocket16:vertex:11", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch16", - "persistentId": "PocketSketch16:mapped:#88", + "persistentId": "PocketSketch16:mapped:g3v2;SKT", "stageId": "PocketSketch16" } ] @@ -69980,7 +95561,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:M;CUT;:H-d5b:7,V", + "mappedName": "#1f;:M;CUT;:H-14c:7,V", "mappedStringIds": [ 31 ], @@ -69990,7 +95571,7 @@ "index": 13, "type": "Vertex" }, - "name": "#1f;:M;CUT;:H-d5b:7,V", + "name": "#1f;:M;CUT;:H-14c:7,V", "stringIds": [ 31 ] @@ -70013,7 +95594,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:M;CUT;:H-d5b:7,V", + "mappedName": "#20;:M;CUT;:H-14c:7,V", "mappedStringIds": [ 32 ], @@ -70023,7 +95604,7 @@ "index": 14, "type": "Vertex" }, - "name": "#20;:M;CUT;:H-d5b:7,V", + "name": "#20;:M;CUT;:H-14c:7,V", "stringIds": [ 32 ] @@ -70046,7 +95627,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:M;CUT;:H-d5b:7,V", + "mappedName": "#21;:M;CUT;:H-14c:7,V", "mappedStringIds": [ 33 ], @@ -70056,7 +95637,7 @@ "index": 15, "type": "Vertex" }, - "name": "#21;:M;CUT;:H-d5b:7,V", + "name": "#21;:M;CUT;:H-14c:7,V", "stringIds": [ 33 ] @@ -70079,7 +95660,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:M;CUT;:H-d5b:7,V", + "mappedName": "#22;:M;CUT;:H-14c:7,V", "mappedStringIds": [ 34 ], @@ -70089,7 +95670,7 @@ "index": 16, "type": "Vertex" }, - "name": "#22;:M;CUT;:H-d5b:7,V", + "name": "#22;:M;CUT;:H-14c:7,V", "stringIds": [ 34 ] @@ -70116,11 +95697,992 @@ "stageId": "Pocket16", "status": "native-evidence" }, + "relationDigest": "df296e78d31bcb9e05107e9c90c4b5d3ab6b9e5118e65b26d827f4aa0b0c42d5", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#3c:1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:M;CUT;:H-14c:7,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:2;:M;CUT;:H-14c:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:3;:M;CUT;:H-14c:7,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#26:4;:M;CUT;:H-14c:7,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#58:29;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4141;:G;XTR;:H#:7,E", + "sourceElement": "#4141", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4141", + "sourceElement": "#4141", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#59:2a;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4242;:G;XTR;:H#:7,E", + "sourceElement": "#4242", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4242", + "sourceElement": "#4242", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#5b:2c;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4444;:G;XTR;:H#:7,E", + "sourceElement": "#4444", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4444", + "sourceElement": "#4444", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5a:2b;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4343;:G;XTR;:H#:7,E", + "sourceElement": "#4343", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4343", + "sourceElement": "#4343", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#26:1;:G#37;CUT;:H-14c:a,E", + "relation": "generated", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#26:2;:G#38;CUT;:H-14c:a,E", + "relation": "generated", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#26:3;:G#39;CUT;:H-14c:a,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#26:4;:G#3a;CUT;:H-14c:a,E", + "relation": "generated", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#36:3;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#1d:1;:M;CUT;:H-14c:7,E", + "relation": "modified", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#1d:2;:M;CUT;:H-14c:7,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#1d:3;:M;CUT;:H-14c:7,E", + "relation": "modified", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#1d:4;:M;CUT;:H-14c:7,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#46;:M;CUT;:H-14c:7,E", + "relation": "modified", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#45;:M;CUT;:H-14c:7,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#47;:M;CUT;:H-14c:7,E", + "relation": "modified", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#48;:M;CUT;:H-14c:7,E", + "relation": "modified", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#41;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4a:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#42;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#4d:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#44;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#4d:3;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#43;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#4d:2;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad16", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#45;:G#3d;CUT;:H-14c:a,V", + "relation": "generated", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#46;:G#3e;CUT;:H-14c:a,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#47;:G#3f;CUT;:H-14c:a,V", + "relation": "generated", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#48;:G#40;CUT;:H-14c:a,V", + "relation": "generated", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#1f;:M;CUT;:H-14c:7,V", + "relation": "modified", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#20;:M;CUT;:H-14c:7,V", + "relation": "modified", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#21;:M;CUT;:H-14c:7,V", + "relation": "modified", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#22;:M;CUT;:H-14c:7,V", + "relation": "modified", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch16", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "4f4e7febf92fb183e5aebba6f92b295a71c8333c96030907347a64365afe13b4", "shape": { + "area": 138.88, + "brepSha256": "521151d48247104a695e901c89a59dbb59787c4582bf1e190a4f72673b6bd1fa", "edges": 24, "faces": 10, + "geometryDigest": "7af30493d106e0bc76fefed0b35974945b9221da76a1bacd447d7ba36dfd0bc7", "solids": 1, "valid": true, + "vertices": 16, "volume": 67.19999999999996 }, "typeId": "PartDesign::Pocket" @@ -70128,31 +96690,32 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "5baf726fca37a76e1c07ece099649f5c145581339a2138f875eae0cc3e2acb02", - "text": "StringTableStart v1 64\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:Hd58,E\n-1.4c.1.2\n-1.0 0:;:Hd58,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:Hd58:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:Hd58:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:Hd58:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.0 0:;:Hd5a,E\n-1.4c.1.12\n-1.0 0:;:Hd5a,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:Hd5a:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:Hd5a:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:Hd5a:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.-19.-1f\n-1.0 0:;:U;XTR;:Hd58:7,V\n-1.4c.1.16\n-1.4c.-1f.-13\n-1.4c.1f.14\n-1.4c.-1f.-12\n-1.4c.1f.13\n-1.4c.-1f.-11\n-1.4c.1f.12\n-1.0 0:;:U;XTR;:Hd58:7,E\n-1.4c.1.20\n-1.0 0:(#14:1;K-5;:Hd59:4,F)\n-1.0 0:(#14:1;K-6;:Hd59:4,F)\n-1.0 0:(#14:1;K-7;:Hd59:4,F)\n-1.0 0:(#14:1;K-8;:Hd59:4,F)\n-1.0 0:;:G0;XTR;:Hd58:8,F\n-1.4c.1.28\n-1.0 0:(#14:1;K-1;:Hd59:4,F)\n-1.0 0:(#14:1;K-2;:Hd59:4,F)\n-1.0 0:(#14:1;K-3;:Hd59:4,F)\n-1.0 0:(#14:1;K-4;:Hd59:4,F)\n" + "sha256": "f4c0bbadf630eb4b1bb90b530b19f39919956e9d566bf5f0aa1a5e0799de7ec6", + "text": "StringTableStart v1 63\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H149,E\n-1.4c.1.2\n-1.0 0:;:H149,V\n-5.0 0:;FAC;:H149:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H149:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H149:7,E\n-5.0 0:;:H14b,E\n-1.4c.1.12\n-1.0 0:;:H14b,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:H14b:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H14b:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H14b:7,E\n-6.0 0:;:U;XTR;:H149:7,V\n-8.0 0:;:U;XTR;:H149:7,E\n-1.4c.1.20\n-1.0 0:(#14:1;K-5;:H14a:4,F)\n-1.0 0:(#14:1;K-6;:H14a:4,F)\n-1.0 0:(#14:1;K-7;:H14a:4,F)\n-1.0 0:(#14:1;K-8;:H14a:4,F)\n-1.0 0:;:G0;XTR;:H149:8,F\n-1.4c.1.28\n-1.0 0:(#14:1;K-1;:H14a:4,F)\n-1.0 0:(#14:1;K-2;:H14a:4,F)\n-1.0 0:(#14:1;K-3;:H14a:4,F)\n-1.0 0:(#14:1;K-4;:H14a:4,F)\n-1.2c.33.3f\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.19.17\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.-19.-1f\n-1.4c.1f.33\n-1.2c.-1f.-31\n-1.0 0:;:U2;XTR;:H149:8,V\n-1.4c.1.17\n-1.2c.-3e.-2f\n-1.2c.0.2\n-9.2c.9.38\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n" } }, { + "category": "partdesign", "elementMapResources": { "Body17.Shape.Map.txt": { - "sha256": "9ead49144012afbbe8c83256c742aa1b91c493b30c8c6b3ecedcd2b26c94b0f5", - "text": "BeginElementMap v1\n1 PostfixCount 20\nEdge\nFace\nVertex\n;:H491,V\n;:H491,F\n;:H491,E\n;:G#42;CUT;:H-493:a,E\n;:M;CUT;:H-493:7,F\n;:G#43;CUT;:H-493:a,E\n;:G#44;CUT;:H-493:a,E\n;:G#45;CUT;:H-493:a,E\n;:G#46;CUT;:H-493:a,V\n;:M;CUT;:H-493:7,E\n;:G#47;CUT;:H-493:a,V\n;:G#48;CUT;:H-493:a,V\n;:G#49;CUT;:H-493:a,V\n;:H-493,V\n;:H-493,E\n;:H-493,F\n;:M;CUT;:H491:7,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#26:1.7.14.41.42 0\n$#26:2.9.b.14.1d.41.43 0\n$#26:3.a.b.14.1d.41.44 0\n$#26:4.b.b.14.1d.41.45 0\n$#29:4.d 0\n$#3d:1.12 0\n$#28:2.d 0\n$#2a:6.d 0\n$#3d:2.12.b.1d.26 0\n$#2b:8.d 0\n$#3d:3.12.b.1d.26 0\n$#3d:4.12.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 12\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#41:1.14.14 0\n$#16:3.5.b.d 0\n$#26:1.8 0\n$#26:2.8.b.1d 0\n$#26:3.8.b.1d 0\n$#26:4.8.b.1d 0\n$#3f:1.13 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#28:2.c.14.41.46 0\n$#29:4.e.14.41.47 0\n$#2a:6.f.14.41.48 0\n$#2b:8.10.14.41.49 0\n$#39:4.11 0\n$#38:2.11 0\n$#3a:6.11 0\n$#3b:8.11 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 1171 1 ;:H493,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 11 1171 1 ;:H493,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 1171 1 ;:H493,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "0bfea7652a8c97c212c98f81419c38162b1e5b981610cf7ae1ed2d2b4623686c", + "text": "BeginElementMap v1\n1 PostfixCount 20\nEdge\nFace\nVertex\n;:He09,F\n;:G#42;CUT;:H-e0b:a,E\n;:M;CUT;:H-e0b:7,F\n;:G#43;CUT;:H-e0b:a,E\n;:G#44;CUT;:H-e0b:a,E\n;:G#45;CUT;:H-e0b:a,E\n;:He09,E\n;:H-e0b,E\n;:H-e0b,F\n;:M;CUT;:He09:7,F\n;:He09,V\n;:G#46;CUT;:H-e0b:a,V\n;:M;CUT;:H-e0b:7,E\n;:G#47;CUT;:H-e0b:a,V\n;:G#48;CUT;:H-e0b:a,V\n;:G#49;CUT;:H-e0b:a,V\n;:H-e0b,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#65.a 0\n$#66.a 0\n$#d:1.a 0\n$#36:1.a 0\n$#68.a 0\n$#d:4.a.b 0\n$#36:4.a.b.d.16 0\n$#67.a 0\n$#d:2.a.b 0\n$#36:2.a.b.d.16 0\n$#d:3.a.b 0\n$#36:3.a.b.d.16 0\n$#26:1.5.14.41.42 0\n$#26:2.7.b.14.1d.41.43 0\n$#26:3.8.b.14.1d.41.44 0\n$#26:4.9.b.14.1d.41.45 0\n$#4f.10 0\n$#3d:1.b 0\n$#4e.10 0\n$#50.10 0\n$#3d:2.b.b.1d.26 0\n$#51.10 0\n$#3d:3.b.b.1d.26 0\n$#3d:4.b.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 12\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#41:1.d.14 0\n$#16:3.4.b.d 0\n$#26:1.6 0\n$#26:2.6.b.1d 0\n$#26:3.6.b.1d 0\n$#26:4.6.b.1d 0\n$#3f:1.c 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#4a.e $#52.e 0\n$#53:1.e 0\n$#4b.e $#54.e 0\n$#56:1.e 0\n$#4d.e $#58.e 0\n$#56:3.e.b.d.16.36 0\n$#4c.e $#57.e 0\n$#56:2.e.b.d.16.36 0\n$#4e.f.14.41.46 0\n$#4f.11.14.41.47 0\n$#50.12.14.41.48 0\n$#51.13.14.41.49 0\n$#69.14 0\n$#5e.14 0\n$#6a:32.14 0\n$#6b:33.14 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 3595 1 ;:He0b,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 11 3595 1 ;:He0b,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 3595 1 ;:He0b,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad17.AddSubShape.Map.txt": { - "sha256": "f72f4bd3f5909cccd43f68ed072ed03033d587c14216c38d2dd2ad3416058a29", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H490:7,E\n;:G0;XTR;:H490:8,F\n;:U;XTR;:H490:7,E\n;:U;XTR;:H490:7,V\n;:H490,V\n;:H490,E\n;:G;XTR;:H490:7,F\n;FAC;:H490:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "879d490026c2086e150b721de72afcaa1059867aab0a5592ca25eb825c8f9ba6", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:He08:8,F\n;:U;XTR;:He08:7,E\n;:He08,V\n;:U2;XTR;:He08:8,V\n;:U;XTR;:He08:7,V\n;:G;XTR;:He08:7,E\n;:He08,E\n;:G;XTR;:He08:7,F\n;FAC;:He08:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#4a.9 0\n$#4b.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#4c.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#4d.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pad17.Shape.Map.txt": { - "sha256": "12aa7a03cf8a22b6e26a11bfffb85bf3dd3caaa8eacac34f3f60aa0c8bbb7a22", - "text": "BeginElementMap v1\n5 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H490:7,E\n;:G0;XTR;:H490:8,F\n;:U;XTR;:H490:7,E\n;:U;XTR;:H490:7,V\n;:H490,V\n;:H490,E\n;:G;XTR;:H490:7,F\n;FAC;:H490:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "29ade276446a979c1977b606724b47f9dcc80bfcb13e1040f14596df31e889cb", + "text": "BeginElementMap v1\n5 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:He08:8,F\n;:U;XTR;:He08:7,E\n;:He08,V\n;:U2;XTR;:He08:8,V\n;:U;XTR;:He08:7,V\n;:G;XTR;:He08:7,E\n;:He08,E\n;:G;XTR;:He08:7,F\n;FAC;:He08:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#4a.9 0\n$#4b.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#4c.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#4d.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pocket17.AddSubShape.Map.txt": { - "sha256": "52cbe0d4357eeb7063607d1771f147e5684e2c221e36835b8823d1335cf42f93", - "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H492:7,F\n;FAC;:H492:4,F\n;:G;XTR;:H492:7,E\n;:G0;XTR;:H492:8,F\n;:U;XTR;:H492:7,E\n;:U;XTR;:H492:7,V\n;:H492,V\n;:H492,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f:2.6 0\n$#20:4.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21:6.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22:8.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.a $#3.a 0\n$#28:2.9 0\n$#4.a $#5.a 0\n$#29:4.9 0\n$#6.a $#7.a 0\n$#2a:6.9 0\n$#8.a $#9.a 0\n$#2b:8.9 0\n\nEndMap\n" + "sha256": "c71101cf486f410baa1fb84873546b52e7a53c0a3c7e78e781fa35919a39fb40", + "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:He0a:7,F\n;FAC;:He0a:4,F\n;:G;XTR;:He0a:7,E\n;:G0;XTR;:He0a:8,F\n;:U;XTR;:He0a:7,E\n;:He0a,V\n;:U;XTR;:He0a:7,V\n;:He0a,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f.6 0\n$#20.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#4e.a 0\n$#4.9 $#5.9 0\n$#4f.a 0\n$#6.9 $#7.9 0\n$#50.a 0\n$#8.9 $#9.9 0\n$#51.a 0\n\nEndMap\n" }, "Pocket17.Shape.Map.txt": { - "sha256": "ba467e518b297977ac0acfe14ea07ebaf06a3c69b15dca45fe468e78c04fd3d3", - "text": "BeginElementMap v1\n2 PostfixCount 20\nEdge\nFace\nVertex\n;:H491,V\n;:H491,F\n;:H491,E\n;:G#42;CUT;:H-493:a,E\n;:M;CUT;:H-493:7,F\n;:G#43;CUT;:H-493:a,E\n;:G#44;CUT;:H-493:a,E\n;:G#45;CUT;:H-493:a,E\n;:G#46;CUT;:H-493:a,V\n;:M;CUT;:H-493:7,E\n;:G#47;CUT;:H-493:a,V\n;:G#48;CUT;:H-493:a,V\n;:G#49;CUT;:H-493:a,V\n;:H-493,V\n;:H-493,E\n;:H-493,F\n;:M;CUT;:H491:7,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#26:1.7.14.41.42 0\n$#26:2.9.b.14.1d.41.43 0\n$#26:3.a.b.14.1d.41.44 0\n$#26:4.b.b.14.1d.41.45 0\n$#29:4.d 0\n$#3d:1.12 0\n$#28:2.d 0\n$#2a:6.d 0\n$#3d:2.12.b.1d.26 0\n$#2b:8.d 0\n$#3d:3.12.b.1d.26 0\n$#3d:4.12.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 12\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#41:1.14.14 0\n$#16:3.5.b.d 0\n$#26:1.8 0\n$#26:2.8.b.1d 0\n$#26:3.8.b.1d 0\n$#26:4.8.b.1d 0\n$#3f:1.13 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#28:2.c.14.41.46 0\n$#29:4.e.14.41.47 0\n$#2a:6.f.14.41.48 0\n$#2b:8.10.14.41.49 0\n$#39:4.11 0\n$#38:2.11 0\n$#3a:6.11 0\n$#3b:8.11 0\n\nEndMap\n" + "sha256": "809461b3e5aa77dabccbcdf725f8eeb85bd0797ff293f280c9b586d47abe929f", + "text": "BeginElementMap v1\n2 PostfixCount 20\nEdge\nFace\nVertex\n;:He09,F\n;:G#42;CUT;:H-e0b:a,E\n;:M;CUT;:H-e0b:7,F\n;:G#43;CUT;:H-e0b:a,E\n;:G#44;CUT;:H-e0b:a,E\n;:G#45;CUT;:H-e0b:a,E\n;:He09,E\n;:H-e0b,E\n;:H-e0b,F\n;:M;CUT;:He09:7,F\n;:He09,V\n;:G#46;CUT;:H-e0b:a,V\n;:M;CUT;:H-e0b:7,E\n;:G#47;CUT;:H-e0b:a,V\n;:G#48;CUT;:H-e0b:a,V\n;:G#49;CUT;:H-e0b:a,V\n;:H-e0b,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#65.a 0\n$#66.a 0\n$#d:1.a 0\n$#36:1.a 0\n$#68.a 0\n$#d:4.a.b 0\n$#36:4.a.b.d.16 0\n$#67.a 0\n$#d:2.a.b 0\n$#36:2.a.b.d.16 0\n$#d:3.a.b 0\n$#36:3.a.b.d.16 0\n$#26:1.5.14.41.42 0\n$#26:2.7.b.14.1d.41.43 0\n$#26:3.8.b.14.1d.41.44 0\n$#26:4.9.b.14.1d.41.45 0\n$#4f.10 0\n$#3d:1.b 0\n$#4e.10 0\n$#50.10 0\n$#3d:2.b.b.1d.26 0\n$#51.10 0\n$#3d:3.b.b.1d.26 0\n$#3d:4.b.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 12\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#41:1.d.14 0\n$#16:3.4.b.d 0\n$#26:1.6 0\n$#26:2.6.b.1d 0\n$#26:3.6.b.1d 0\n$#26:4.6.b.1d 0\n$#3f:1.c 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#4a.e $#52.e 0\n$#53:1.e 0\n$#4b.e $#54.e 0\n$#56:1.e 0\n$#4d.e $#58.e 0\n$#56:3.e.b.d.16.36 0\n$#4c.e $#57.e 0\n$#56:2.e.b.d.16.36 0\n$#4e.f.14.41.46 0\n$#4f.11.14.41.47 0\n$#50.12.14.41.48 0\n$#51.13.14.41.49 0\n$#69.14 0\n$#5e.14 0\n$#6a:32.14 0\n$#6b:33.14 0\n\nEndMap\n" }, "PocketSketch17.Shape.Map.txt": { "sha256": "1ed561710b6beacd691b5c137e89026185121dd34f9665cf426096572e48efa0", @@ -70165,6 +96728,753 @@ }, "finalObject": "Pocket17", "id": "partdesign-pocket-midplane", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pocket17", + "finalStageOrdinal": 11, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad17", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9, + 11 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9, + 11 + ], + "namingChangedStages": 3, + "namingRestorationDriftOrdinals": [ + 0, + 9, + 11 + ], + "namingRestorationDriftStages": 3, + "phaseStageRecords": 36, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 12 + }, + "phases": { + "before": [ + { + "key": "partdesign-pocket-midplane:000:Body17", + "name": "Body17", + "ordinal": 0, + "relationDigest": "427a7ad8666f2eda8a5a1771c853fc294da40fbcbf33c5c9fe657b54d84373e0", + "semanticNameDigest": "00d24a2da788bc1c1ed8c5a1c3617380770091d282b42a44e51f68dbc78d3ada", + "shape": { + "area": 185.99999999999997, + "brepSha256": "b2e55e73e06d38d547c5f544818926ca9f51ff9089fd4d8645bd9a9088b38caa", + "edges": 24, + "faces": 11, + "geometryDigest": "2c5b47b085e3da4923fc22ca9a25edf6db4784848966322eecf8391d79deae71", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 143.60000000000002 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-midplane:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-midplane:008:Sketch17", + "name": "Sketch17", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:009:Pad17", + "name": "Pad17", + "ordinal": 9, + "relationDigest": "6520fc9e1245066040d463e7cf5628b58b9a05e41d9aa6c857e4bc5fcf6c5e70", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 169.99999999999997, + "brepSha256": "18bd5794f24614da63eec30a5548f0f06eafcaceec6e366204805b8c7d1ba529", + "edges": 12, + "faces": 6, + "geometryDigest": "eb8470c20e1ba0010c97d146b04d47381be407845fd327ba38a19c4cc204da76", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 149.99999999999997 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-midplane:010:PocketSketch17", + "name": "PocketSketch17", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:011:Pocket17", + "name": "Pocket17", + "ordinal": 11, + "relationDigest": "74a02e666c5331fdcbcc76aa5e587269cf1b0b755a5323d6464e4641b97bdca7", + "semanticNameDigest": "ce887dfbfbc3bfa66a53cba0827b33287dfb8cc45dcb9e46632368c7962037e8", + "shape": { + "area": 185.99999999999997, + "brepSha256": "602d3c48ebd9361bdd43740b3fe851b036f327ac47bc99b68bbcbcc71b5f5dbd", + "edges": 24, + "faces": 11, + "geometryDigest": "2c5b47b085e3da4923fc22ca9a25edf6db4784848966322eecf8391d79deae71", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 143.60000000000002 + }, + "typeId": "PartDesign::Pocket" + } + ], + "edited": [ + { + "key": "partdesign-pocket-midplane:000:Body17", + "name": "Body17", + "ordinal": 0, + "relationDigest": "8b6830cf3405437fd48dea5fa156b345f059642100d1429afce9392c98c533c3", + "semanticNameDigest": "c6a1db461b191f7f321bb034c6f1e96e9d98bf90dac0330e266387cae6f6b417", + "shape": { + "area": 209.32000000000002, + "brepSha256": "fc8771ac90f73cdffe6f331e225f086128343b488e8faa3ba8e375622cb9a101", + "edges": 24, + "faces": 12, + "geometryDigest": "9bb4e9ec6ab06c0e0979e0a01cd80bd6b77b0ccf0dc798fb2a97daee75e39280", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 161.06999999999996 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-midplane:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-midplane:008:Sketch17", + "name": "Sketch17", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:009:Pad17", + "name": "Pad17", + "ordinal": 9, + "relationDigest": "abc4faa6f5bf280b2e05269a4adad122325bbd552c3e5c90d65ef54e50c12f70", + "semanticNameDigest": "47304b9879aac442780b0985ced9d496875c356776e4a9ed8497cc8a128567d9", + "shape": { + "area": 184.99999999999997, + "brepSha256": "0530b79bb674b155d80cd88629dc0ab13d4cd5cd64763f08e9e98401640e0c8a", + "edges": 12, + "faces": 6, + "geometryDigest": "675811212aac24325abe74640f6bfa949174c578fac2fa1b935ae8c1866c9c95", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 168.75 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-midplane:010:PocketSketch17", + "name": "PocketSketch17", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:011:Pocket17", + "name": "Pocket17", + "ordinal": 11, + "relationDigest": "4539443270c0ad637bc55f7756c6f57a5b642c7a4ed0189109f26e2ed5e671a9", + "semanticNameDigest": "69fa1ef0ada67ab29c9aea597db4f6390ceeee58b1408cd6b691ab5ec6630288", + "shape": { + "area": 209.32000000000002, + "brepSha256": "14a12d1adc87e5f687e2db560b1e03e18afa118d09d0e26b7568057953b742b2", + "edges": 24, + "faces": 12, + "geometryDigest": "9bb4e9ec6ab06c0e0979e0a01cd80bd6b77b0ccf0dc798fb2a97daee75e39280", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 161.06999999999996 + }, + "typeId": "PartDesign::Pocket" + } + ], + "restored": [ + { + "key": "partdesign-pocket-midplane:000:Body17", + "name": "Body17", + "ordinal": 0, + "relationDigest": "28160a0ab8b121b4637d821a472da5a3185218b7e6ec13152eec5ea0b1c9afba", + "semanticNameDigest": "c780d168d3ceaf75ce64dd09012e09a6ccf65e2b66faa339eef3aefde20b0233", + "shape": { + "area": 185.99999999999997, + "brepSha256": "b2e55e73e06d38d547c5f544818926ca9f51ff9089fd4d8645bd9a9088b38caa", + "edges": 24, + "faces": 11, + "geometryDigest": "2c5b47b085e3da4923fc22ca9a25edf6db4784848966322eecf8391d79deae71", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 143.60000000000002 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-midplane:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-midplane:008:Sketch17", + "name": "Sketch17", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:009:Pad17", + "name": "Pad17", + "ordinal": 9, + "relationDigest": "f54d0fbb396fae621163c58f047ed35d7e9d5c185487e07d2ae254c208f16220", + "semanticNameDigest": "b15da8ac5d7c0413cdaf3dd82d545c3cc84c131ce25b8c27726ce43406868a59", + "shape": { + "area": 169.99999999999997, + "brepSha256": "18bd5794f24614da63eec30a5548f0f06eafcaceec6e366204805b8c7d1ba529", + "edges": 12, + "faces": 6, + "geometryDigest": "eb8470c20e1ba0010c97d146b04d47381be407845fd327ba38a19c4cc204da76", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 149.99999999999997 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-midplane:010:PocketSketch17", + "name": "PocketSketch17", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:011:Pocket17", + "name": "Pocket17", + "ordinal": 11, + "relationDigest": "f5e86d9c1e288997a787cb8faaf9a0e89c4143fb68259c96272723166e3d18c3", + "semanticNameDigest": "a18bf0085100e35287dc55da036619ca6b8675e066ddb1bbd345775572049b67", + "shape": { + "area": 185.99999999999997, + "brepSha256": "602d3c48ebd9361bdd43740b3fe851b036f327ac47bc99b68bbcbcc71b5f5dbd", + "edges": 24, + "faces": 11, + "geometryDigest": "2c5b47b085e3da4923fc22ca9a25edf6db4784848966322eecf8391d79deae71", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 143.60000000000002 + }, + "typeId": "PartDesign::Pocket" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 6, + "edited": 6.75, + "restored": 6 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -70174,27 +97484,34 @@ "elementMapSize": 51, "elementMapVersion": "15.70200.5", "label": "Body17", + "linkedObjects": [ + "Origin", + "Pad17", + "Pocket17", + "PocketSketch17", + "Sketch17" + ], "name": "Body17", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:H491,F;:H493,F", + "mappedName": "#16:1;:He09,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:1;:H491,F", + "mappedName": "#16:1;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H490,E" + "#b:1;:He08,E" ], - "mappedName": "#d:1;:G;XTR;:H490:7,F", + "mappedName": "#d:1;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70209,7 +97526,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:H491,F;:H493,F", + "mappedName": "#16:1;:He09,F;:He0b,F", "mappedStringIds": [ 22 ], @@ -70219,21 +97536,21 @@ "history": [ { "children": [], - "mappedName": "#16:4;:H491,F;:H493,F", + "mappedName": "#16:4;:He09,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:4;:H491,F", + "mappedName": "#16:4;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:H490,E" + "#b:4;:He08,E" ], - "mappedName": "#d:4;:G;XTR;:H490:7,F", + "mappedName": "#d:4;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70250,7 +97567,7 @@ 13, 22 ], - "mappedName": "#16:4;:H491,F;:H493,F", + "mappedName": "#16:4;:He09,F;:He0b,F", "mappedStringIds": [ 11, 13, @@ -70262,21 +97579,21 @@ "history": [ { "children": [], - "mappedName": "#16:2;:H491,F;:H493,F", + "mappedName": "#16:2;:He09,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:2;:H491,F", + "mappedName": "#16:2;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:H490,E" + "#b:2;:He08,E" ], - "mappedName": "#d:2;:G;XTR;:H490:7,F", + "mappedName": "#d:2;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70293,7 +97610,7 @@ 13, 22 ], - "mappedName": "#16:2;:H491,F;:H493,F", + "mappedName": "#16:2;:He09,F;:He0b,F", "mappedStringIds": [ 11, 13, @@ -70305,21 +97622,21 @@ "history": [ { "children": [], - "mappedName": "#14:1;:H491,F;:H493,F", + "mappedName": "#14:1;:He09,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#14:1;:H491,F", + "mappedName": "#14:1;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H490,E" + "#b:1;:He08,E" ], - "mappedName": "#d:1;FAC;:H490:4,F", + "mappedName": "#d:1;FAC;:He08:4,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70334,7 +97651,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:H491,F;:H493,F", + "mappedName": "#14:1;:He09,F;:He0b,F", "mappedStringIds": [ 20 ], @@ -70344,22 +97661,22 @@ "history": [ { "children": [], - "mappedName": "#41:1;:M;CUT;:H491:7,F;:H493,F", + "mappedName": "#41:1;:M;CUT;:He09:7,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#41:1;:M;CUT;:H491:7,F", + "mappedName": "#41:1;:M;CUT;:He09:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:H490:4,F", - "#b:1;:H490,E" + "#d:1;FAC;:He08:4,F", + "#b:1;:He08,E" ], - "mappedName": "#14:1;:G0;XTR;:H490:8,F", + "mappedName": "#14:1;:G0;XTR;:He08:8,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70375,7 +97692,7 @@ 20, 65 ], - "mappedName": "#41:1;:M;CUT;:H491:7,F;:H493,F", + "mappedName": "#41:1;:M;CUT;:He09:7,F;:He0b,F", "mappedStringIds": [ 20, 65 @@ -70386,21 +97703,21 @@ "history": [ { "children": [], - "mappedName": "#16:3;:H491,F;:H493,F", + "mappedName": "#16:3;:He09,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:3;:H491,F", + "mappedName": "#16:3;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:H490,E" + "#b:3;:He08,E" ], - "mappedName": "#d:3;:G;XTR;:H490:7,F", + "mappedName": "#d:3;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70417,7 +97734,7 @@ 13, 22 ], - "mappedName": "#16:3;:H491,F;:H493,F", + "mappedName": "#16:3;:He09,F;:He0b,F", "mappedStringIds": [ 11, 13, @@ -70429,18 +97746,18 @@ "history": [ { "children": [ - "#26:1;:M;CUT;:H-493:7,F" + "#26:1;:M;CUT;:H-e0b:7,F" ], - "mappedName": "#26:1;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;:G;XTR;:H492:7,F", - "#b:1;:H492,E" + "#1d:1;:G;XTR;:He0a:7,F", + "#b:1;:He0a,E" ], - "mappedName": "#26:1;:M;CUT;:H-493:7,F", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -70455,7 +97772,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F;:He0b,F", "mappedStringIds": [ 38 ], @@ -70465,18 +97782,18 @@ "history": [ { "children": [ - "#26:2;:M;CUT;:H-493:7,F" + "#26:2;:M;CUT;:H-e0b:7,F" ], - "mappedName": "#26:2;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:2;:G;XTR;:H492:7,F", - "#b:2;:H492,E" + "#1d:2;:G;XTR;:He0a:7,F", + "#b:2;:He0a,E" ], - "mappedName": "#26:2;:M;CUT;:H-493:7,F", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -70493,7 +97810,7 @@ 29, 38 ], - "mappedName": "#26:2;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F;:He0b,F", "mappedStringIds": [ 11, 29, @@ -70505,18 +97822,18 @@ "history": [ { "children": [ - "#26:3;:M;CUT;:H-493:7,F" + "#26:3;:M;CUT;:H-e0b:7,F" ], - "mappedName": "#26:3;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:3;:G;XTR;:H492:7,F", - "#b:3;:H492,E" + "#1d:3;:G;XTR;:He0a:7,F", + "#b:3;:He0a,E" ], - "mappedName": "#26:3;:M;CUT;:H-493:7,F", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -70533,7 +97850,7 @@ 29, 38 ], - "mappedName": "#26:3;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F;:He0b,F", "mappedStringIds": [ 11, 29, @@ -70545,18 +97862,18 @@ "history": [ { "children": [ - "#26:4;:M;CUT;:H-493:7,F" + "#26:4;:M;CUT;:H-e0b:7,F" ], - "mappedName": "#26:4;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:4;:G;XTR;:H492:7,F", - "#b:4;:H492,E" + "#1d:4;:G;XTR;:He0a:7,F", + "#b:4;:He0a,E" ], - "mappedName": "#26:4;:M;CUT;:H-493:7,F", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -70573,7 +97890,7 @@ 29, 38 ], - "mappedName": "#26:4;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F;:He0b,F", "mappedStringIds": [ 11, 29, @@ -70585,19 +97902,19 @@ "history": [ { "children": [ - "#3f:1;:H-493,F" + "#3f:1;:H-e0b,F" ], - "mappedName": "#3f:1;:H-493,F;:H493,F", + "mappedName": "#3f:1;:H-e0b,F;:He0b,F", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#24:1;:G0;XTR;:H492:8,F", - "#1d:1;FAC;:H492:4,F", - "#b:1;:H492,E" + "#24:1;:G0;XTR;:He0a:8,F", + "#1d:1;FAC;:He0a:4,F", + "#b:1;:He0a,E" ], - "mappedName": "#3f:1;:H-493,F", + "mappedName": "#3f:1;:H-e0b,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -70612,7 +97929,7 @@ "indexedStringIds": [ 63 ], - "mappedName": "#3f:1;:H-493,F;:H493,F", + "mappedName": "#3f:1;:H-e0b,F;:He0b,F", "mappedStringIds": [ 63 ], @@ -70622,38 +97939,38 @@ "history": [ { "children": [], - "mappedName": "#18:1;:H491,E;:H493,E", + "mappedName": "#65;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#18:1;:H491,E", + "mappedName": "#65;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#2:1;:H490,V" + "#2;:He08,V" ], - "mappedName": "#f:1;:G;XTR;:H490:7,E", + "mappedName": "#4a;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 101 ], - "mappedName": "#18:1;:H491,E;:H493,E", + "mappedName": "#65;:He09,E;:He0b,E", "mappedStringIds": [ - 24 + 101 ], "name": "Edge1" }, @@ -70661,38 +97978,38 @@ "history": [ { "children": [], - "mappedName": "#19:2;:H491,E;:H493,E", + "mappedName": "#66;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#19:2;:H491,E", + "mappedName": "#66;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#4:2;:H490,V" + "#4;:He08,V" ], - "mappedName": "#10:2;:G;XTR;:H490:7,E", + "mappedName": "#4b;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 102 ], - "mappedName": "#19:2;:H491,E;:H493,E", + "mappedName": "#66;:He09,E;:He0b,E", "mappedStringIds": [ - 25 + 102 ], "name": "Edge2" }, @@ -70700,19 +98017,19 @@ "history": [ { "children": [], - "mappedName": "#d:1;:H491,E;:H493,E", + "mappedName": "#d:1;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:1;:H491,E", + "mappedName": "#d:1;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:H490,E", + "mappedName": "#b:1;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70727,7 +98044,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:H491,E;:H493,E", + "mappedName": "#d:1;:He09,E;:He0b,E", "mappedStringIds": [ 13 ], @@ -70737,22 +98054,22 @@ "history": [ { "children": [], - "mappedName": "#36:1;:H491,E;:H493,E", + "mappedName": "#36:1;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:1;:H491,E", + "mappedName": "#36:1;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:H490:7,F", - "#b:1;:H490,E" + "#d:1;:G;XTR;:He08:7,F", + "#b:1;:He08,E" ], - "mappedName": "#16:1;:U;XTR;:H490:7,E", + "mappedName": "#16:1;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70767,7 +98084,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:H491,E;:H493,E", + "mappedName": "#36:1;:He09,E;:He0b,E", "mappedStringIds": [ 54 ], @@ -70777,38 +98094,38 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:H491,E;:H493,E", + "mappedName": "#68;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1b:2;:H491,E", + "mappedName": "#68;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#8:2;:H490,V" + "#8;:He08,V" ], - "mappedName": "#12:2;:G;XTR;:H490:7,E", + "mappedName": "#4d;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 104 ], - "mappedName": "#1b:2;:H491,E;:H493,E", + "mappedName": "#68;:He09,E;:He0b,E", "mappedStringIds": [ - 27 + 104 ], "name": "Edge5" }, @@ -70816,19 +98133,19 @@ "history": [ { "children": [], - "mappedName": "#d:4;:H491,E;:H493,E", + "mappedName": "#d:4;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:4;:H491,E", + "mappedName": "#d:4;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:H490,E", + "mappedName": "#b:4;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70844,7 +98161,7 @@ 11, 13 ], - "mappedName": "#d:4;:H491,E;:H493,E", + "mappedName": "#d:4;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13 @@ -70855,22 +98172,22 @@ "history": [ { "children": [], - "mappedName": "#36:4;:H491,E;:H493,E", + "mappedName": "#36:4;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:4;:H491,E", + "mappedName": "#36:4;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:H490:7,F", - "#b:4;:H490,E" + "#d:4;:G;XTR;:He08:7,F", + "#b:4;:He08,E" ], - "mappedName": "#16:4;:U;XTR;:H490:7,E", + "mappedName": "#16:4;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70888,7 +98205,7 @@ 22, 54 ], - "mappedName": "#36:4;:H491,E;:H493,E", + "mappedName": "#36:4;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13, @@ -70901,38 +98218,38 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:H491,E;:H493,E", + "mappedName": "#67;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1a:2;:H491,E", + "mappedName": "#67;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#6:2;:H490,V" + "#6;:He08,V" ], - "mappedName": "#11:2;:G;XTR;:H490:7,E", + "mappedName": "#4c;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 103 ], - "mappedName": "#1a:2;:H491,E;:H493,E", + "mappedName": "#67;:He09,E;:He0b,E", "mappedStringIds": [ - 26 + 103 ], "name": "Edge8" }, @@ -70940,19 +98257,19 @@ "history": [ { "children": [], - "mappedName": "#d:2;:H491,E;:H493,E", + "mappedName": "#d:2;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:2;:H491,E", + "mappedName": "#d:2;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:H490,E", + "mappedName": "#b:2;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -70968,7 +98285,7 @@ 11, 13 ], - "mappedName": "#d:2;:H491,E;:H493,E", + "mappedName": "#d:2;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13 @@ -70979,22 +98296,22 @@ "history": [ { "children": [], - "mappedName": "#36:2;:H491,E;:H493,E", + "mappedName": "#36:2;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:2;:H491,E", + "mappedName": "#36:2;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:H490:7,F", - "#b:2;:H490,E" + "#d:2;:G;XTR;:He08:7,F", + "#b:2;:He08,E" ], - "mappedName": "#16:2;:U;XTR;:H490:7,E", + "mappedName": "#16:2;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -71012,7 +98329,7 @@ 22, 54 ], - "mappedName": "#36:2;:H491,E;:H493,E", + "mappedName": "#36:2;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13, @@ -71025,19 +98342,19 @@ "history": [ { "children": [], - "mappedName": "#d:3;:H491,E;:H493,E", + "mappedName": "#d:3;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:3;:H491,E", + "mappedName": "#d:3;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:H490,E", + "mappedName": "#b:3;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -71053,7 +98370,7 @@ 11, 13 ], - "mappedName": "#d:3;:H491,E;:H493,E", + "mappedName": "#d:3;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13 @@ -71064,22 +98381,22 @@ "history": [ { "children": [], - "mappedName": "#36:3;:H491,E;:H493,E", + "mappedName": "#36:3;:He09,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:3;:H491,E", + "mappedName": "#36:3;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:H490:7,F", - "#b:3;:H490,E" + "#d:3;:G;XTR;:He08:7,F", + "#b:3;:He08,E" ], - "mappedName": "#16:3;:U;XTR;:H490:7,E", + "mappedName": "#16:3;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -71097,7 +98414,7 @@ 22, 54 ], - "mappedName": "#36:3;:H491,E;:H493,E", + "mappedName": "#36:3;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13, @@ -71110,18 +98427,18 @@ "history": [ { "children": [ - "#26:1;:G#42;CUT;:H-493:a,E" + "#26:1;:G#42;CUT;:H-e0b:a,E" ], - "mappedName": "#26:1;:G#42;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;:G;XTR;:H492:7,F", - "#b:1;:H492,E" + "#1d:1;:G;XTR;:He0a:7,F", + "#b:1;:He0a,E" ], - "mappedName": "#26:1;:G#42;CUT;:H-493:a,E", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -71139,7 +98456,7 @@ 65, 66 ], - "mappedName": "#26:1;:G#42;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E;:He0b,E", "mappedStringIds": [ 20, 38, @@ -71152,18 +98469,18 @@ "history": [ { "children": [ - "#26:2;:G#43;CUT;:H-493:a,E" + "#26:2;:G#43;CUT;:H-e0b:a,E" ], - "mappedName": "#26:2;:G#43;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:2;:G;XTR;:H492:7,F", - "#b:2;:H492,E" + "#1d:2;:G;XTR;:He0a:7,F", + "#b:2;:He0a,E" ], - "mappedName": "#26:2;:G#43;CUT;:H-493:a,E", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -71183,7 +98500,7 @@ 65, 67 ], - "mappedName": "#26:2;:G#43;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E;:He0b,E", "mappedStringIds": [ 11, 20, @@ -71198,18 +98515,18 @@ "history": [ { "children": [ - "#26:3;:G#44;CUT;:H-493:a,E" + "#26:3;:G#44;CUT;:H-e0b:a,E" ], - "mappedName": "#26:3;:G#44;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:3;:G;XTR;:H492:7,F", - "#b:3;:H492,E" + "#1d:3;:G;XTR;:He0a:7,F", + "#b:3;:He0a,E" ], - "mappedName": "#26:3;:G#44;CUT;:H-493:a,E", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -71229,7 +98546,7 @@ 65, 68 ], - "mappedName": "#26:3;:G#44;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E;:He0b,E", "mappedStringIds": [ 11, 20, @@ -71244,18 +98561,18 @@ "history": [ { "children": [ - "#26:4;:G#45;CUT;:H-493:a,E" + "#26:4;:G#45;CUT;:H-e0b:a,E" ], - "mappedName": "#26:4;:G#45;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:4;:G;XTR;:H492:7,F", - "#b:4;:H492,E" + "#1d:4;:G;XTR;:He0a:7,F", + "#b:4;:He0a,E" ], - "mappedName": "#26:4;:G#45;CUT;:H-493:a,E", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -71275,7 +98592,7 @@ 65, 69 ], - "mappedName": "#26:4;:G#45;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E;:He0b,E", "mappedStringIds": [ 11, 20, @@ -71290,35 +98607,35 @@ "history": [ { "children": [ - "#29:4;:M;CUT;:H-493:7,E" + "#4f;:M;CUT;:H-e0b:7,E" ], - "mappedName": "#29:4;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#20:4;:G;XTR;:H492:7,E", - "#44;:H492,V" + "#20;:G;XTR;:He0a:7,E", + "#4;:He0a,V" ], - "mappedName": "#29:4;:M;CUT;:H-493:7,E", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "(#41:1;K-7;:H491:4,F)", + "mappedName": "g1v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 41 + 79 ], - "mappedName": "#29:4;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E;:He0b,E", "mappedStringIds": [ - 41 + 79 ], "name": "Edge17" }, @@ -71326,19 +98643,19 @@ "history": [ { "children": [ - "#3d:1;:H-493,E" + "#3d:1;:H-e0b,E" ], - "mappedName": "#3d:1;:H-493,E;:H493,E", + "mappedName": "#3d:1;:H-e0b,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#26:1;:U;XTR;:H492:7,E", - "#1d:1;:G;XTR;:H492:7,F", - "#b:1;:H492,E" + "#26:1;:U;XTR;:He0a:7,E", + "#1d:1;:G;XTR;:He0a:7,F", + "#b:1;:He0a,E" ], - "mappedName": "#3d:1;:H-493,E", + "mappedName": "#3d:1;:H-e0b,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -71353,7 +98670,7 @@ "indexedStringIds": [ 61 ], - "mappedName": "#3d:1;:H-493,E;:H493,E", + "mappedName": "#3d:1;:H-e0b,E;:He0b,E", "mappedStringIds": [ 61 ], @@ -71363,36 +98680,35 @@ "history": [ { "children": [ - "#28:2;:M;CUT;:H-493:7,E" + "#4e;:M;CUT;:H-e0b:7,E" ], - "mappedName": "#28:2;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1f:2;:G;XTR;:H492:7,E", - "#22;:H492,V", - "#8;:H492,V" + "#1f;:G;XTR;:He0a:7,E", + "#2;:He0a,V" ], - "mappedName": "#28:2;:M;CUT;:H-493:7,E", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge19", "indexedStringIds": [ - 40 + 78 ], - "mappedName": "#28:2;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E;:He0b,E", "mappedStringIds": [ - 40 + 78 ], "name": "Edge19" }, @@ -71400,35 +98716,35 @@ "history": [ { "children": [ - "#2a:6;:M;CUT;:H-493:7,E" + "#50;:M;CUT;:H-e0b:7,E" ], - "mappedName": "#2a:6;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#50;:M;CUT;:H-e0b:7,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#21:6;:G;XTR;:H492:7,E", - "#66;:H492,V" + "#21;:G;XTR;:He0a:7,E", + "#6;:He0a,V" ], - "mappedName": "#2a:6;:M;CUT;:H-493:7,E", + "mappedName": "#50;:M;CUT;:H-e0b:7,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 80 ], - "mappedName": "#2a:6;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#50;:M;CUT;:H-e0b:7,E;:He0b,E", "mappedStringIds": [ - 42 + 80 ], "name": "Edge20" }, @@ -71436,19 +98752,19 @@ "history": [ { "children": [ - "#3d:2;:H-493,E" + "#3d:2;:H-e0b,E" ], - "mappedName": "#3d:2;:H-493,E;:H493,E", + "mappedName": "#3d:2;:H-e0b,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#26:2;:U;XTR;:H492:7,E", - "#1d:2;:G;XTR;:H492:7,F", - "#b:2;:H492,E" + "#26:2;:U;XTR;:He0a:7,E", + "#1d:2;:G;XTR;:He0a:7,F", + "#b:2;:He0a,E" ], - "mappedName": "#3d:2;:H-493,E", + "mappedName": "#3d:2;:H-e0b,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -71466,7 +98782,7 @@ 38, 61 ], - "mappedName": "#3d:2;:H-493,E;:H493,E", + "mappedName": "#3d:2;:H-e0b,E;:He0b,E", "mappedStringIds": [ 11, 29, @@ -71479,35 +98795,35 @@ "history": [ { "children": [ - "#2b:8;:M;CUT;:H-493:7,E" + "#51;:M;CUT;:H-e0b:7,E" ], - "mappedName": "#2b:8;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#51;:M;CUT;:H-e0b:7,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#22:8;:G;XTR;:H492:7,E", - "#88;:H492,V" + "#22;:G;XTR;:He0a:7,E", + "#8;:He0a,V" ], - "mappedName": "#2b:8;:M;CUT;:H-493:7,E", + "mappedName": "#51;:M;CUT;:H-e0b:7,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge22", "indexedStringIds": [ - 43 + 81 ], - "mappedName": "#2b:8;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#51;:M;CUT;:H-e0b:7,E;:He0b,E", "mappedStringIds": [ - 43 + 81 ], "name": "Edge22" }, @@ -71515,19 +98831,19 @@ "history": [ { "children": [ - "#3d:3;:H-493,E" + "#3d:3;:H-e0b,E" ], - "mappedName": "#3d:3;:H-493,E;:H493,E", + "mappedName": "#3d:3;:H-e0b,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#26:3;:U;XTR;:H492:7,E", - "#1d:3;:G;XTR;:H492:7,F", - "#b:3;:H492,E" + "#26:3;:U;XTR;:He0a:7,E", + "#1d:3;:G;XTR;:He0a:7,F", + "#b:3;:He0a,E" ], - "mappedName": "#3d:3;:H-493,E", + "mappedName": "#3d:3;:H-e0b,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -71545,7 +98861,7 @@ 38, 61 ], - "mappedName": "#3d:3;:H-493,E;:H493,E", + "mappedName": "#3d:3;:H-e0b,E;:He0b,E", "mappedStringIds": [ 11, 29, @@ -71558,19 +98874,19 @@ "history": [ { "children": [ - "#3d:4;:H-493,E" + "#3d:4;:H-e0b,E" ], - "mappedName": "#3d:4;:H-493,E;:H493,E", + "mappedName": "#3d:4;:H-e0b,E;:He0b,E", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#26:4;:U;XTR;:H492:7,E", - "#1d:4;:G;XTR;:H492:7,F", - "#b:4;:H492,E" + "#26:4;:U;XTR;:He0a:7,E", + "#1d:4;:G;XTR;:He0a:7,F", + "#b:4;:He0a,E" ], - "mappedName": "#3d:4;:H-493,E", + "mappedName": "#3d:4;:H-e0b,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -71588,7 +98904,7 @@ 38, 61 ], - "mappedName": "#3d:4;:H-493,E;:H493,E", + "mappedName": "#3d:4;:H-e0b,E;:He0b,E", "mappedStringIds": [ 11, 29, @@ -71601,36 +98917,36 @@ "history": [ { "children": [], - "mappedName": "#f:1;:H491,V;:H493,V", + "mappedName": "#4a;:He09,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#f:1;:H491,V", + "mappedName": "#4a;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:H490,V", + "mappedName": "#2;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 74 ], - "mappedName": "#f:1;:H491,V;:H493,V", + "mappedName": "#4a;:He09,V;:He0b,V", "mappedStringIds": [ - 15 + 74 ], "name": "Vertex1" }, @@ -71638,39 +98954,40 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:H491,V;:H493,V", + "mappedName": "#53:1;:He09,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2e:1;:H491,V", + "mappedName": "#53:1;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:H490:7,E", - "#2:1;:H490,V" + "#16:1;:U;XTR;:He08:7,E", + "#d:1;:G;XTR;:He08:7,F", + "#b:1;:He08,E" ], - "mappedName": "#18:1;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U;XTR;:He08:7,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 83 ], - "mappedName": "#2e:1;:H491,V;:H493,V", + "mappedName": "#53:1;:He09,V;:He0b,V", "mappedStringIds": [ - 46 + 83 ], "name": "Vertex2" }, @@ -71678,36 +98995,36 @@ "history": [ { "children": [], - "mappedName": "#10:2;:H491,V;:H493,V", + "mappedName": "#4b;:He09,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#10:2;:H491,V", + "mappedName": "#4b;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:H490,V", + "mappedName": "#4;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 75 ], - "mappedName": "#10:2;:H491,V;:H493,V", + "mappedName": "#4b;:He09,V;:He0b,V", "mappedStringIds": [ - 16 + 75 ], "name": "Vertex3" }, @@ -71715,39 +99032,40 @@ "history": [ { "children": [], - "mappedName": "#30:2;:H491,V;:H493,V", + "mappedName": "#56:1;:He09,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#30:2;:H491,V", + "mappedName": "#56:1;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:H490:7,E", - "#4:2;:H490,V" + "#16:1;:U;XTR;:He08:7,E", + "#d:1;:G;XTR;:He08:7,F", + "#b:1;:He08,E" ], - "mappedName": "#19:2;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U2;XTR;:He08:8,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 86 ], - "mappedName": "#30:2;:H491,V;:H493,V", + "mappedName": "#56:1;:He09,V;:He0b,V", "mappedStringIds": [ - 48 + 86 ], "name": "Vertex4" }, @@ -71755,36 +99073,36 @@ "history": [ { "children": [], - "mappedName": "#12:2;:H491,V;:H493,V", + "mappedName": "#4d;:He09,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#12:2;:H491,V", + "mappedName": "#4d;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:H490,V", + "mappedName": "#8;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 77 ], - "mappedName": "#12:2;:H491,V;:H493,V", + "mappedName": "#4d;:He09,V;:He0b,V", "mappedStringIds": [ - 18 + 77 ], "name": "Vertex5" }, @@ -71792,39 +99110,48 @@ "history": [ { "children": [], - "mappedName": "#34:2;:H491,V;:H493,V", + "mappedName": "#56:3;:He09,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#34:2;:H491,V", + "mappedName": "#56:3;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:H490:7,E", - "#8:2;:H490,V" + "#16:3;:U;XTR;:He08:7,E", + "#d:3;:G;XTR;:He08:7,F", + "#b:3;:He08,E" ], - "mappedName": "#1b:2;:U;XTR;:H490:7,V", + "mappedName": "#36:3;:U2;XTR;:He08:8,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ], - "mappedName": "#34:2;:H491,V;:H493,V", + "mappedName": "#56:3;:He09,V;:He0b,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ], "name": "Vertex6" }, @@ -71832,36 +99159,36 @@ "history": [ { "children": [], - "mappedName": "#11:2;:H491,V;:H493,V", + "mappedName": "#4c;:He09,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#11:2;:H491,V", + "mappedName": "#4c;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:H490,V", + "mappedName": "#6;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 76 ], - "mappedName": "#11:2;:H491,V;:H493,V", + "mappedName": "#4c;:He09,V;:He0b,V", "mappedStringIds": [ - 17 + 76 ], "name": "Vertex7" }, @@ -71869,39 +99196,48 @@ "history": [ { "children": [], - "mappedName": "#32:2;:H491,V;:H493,V", + "mappedName": "#56:2;:He09,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#32:2;:H491,V", + "mappedName": "#56:2;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:H490:7,E", - "#6:2;:H490,V" + "#16:2;:U;XTR;:He08:7,E", + "#d:2;:G;XTR;:He08:7,F", + "#b:2;:He08,E" ], - "mappedName": "#1a:2;:U;XTR;:H490:7,V", + "mappedName": "#36:2;:U2;XTR;:He08:8,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ], - "mappedName": "#32:2;:H491,V;:H493,V", + "mappedName": "#56:2;:He09,V;:He0b,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ], "name": "Vertex8" }, @@ -71909,25 +99245,24 @@ "history": [ { "children": [ - "#28:2;:G#46;CUT;:H-493:a,V" + "#4e;:G#46;CUT;:H-e0b:a,V" ], - "mappedName": "#28:2;:G#46;CUT;:H-493:a,V;:H493,V", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#1f:2;:G;XTR;:H492:7,E", - "#22;:H492,V", - "#8;:H492,V" + "#1f;:G;XTR;:He0a:7,E", + "#2;:He0a,V" ], - "mappedName": "#28:2;:G#46;CUT;:H-493:a,V", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } @@ -71935,16 +99270,16 @@ "indexedName": "Vertex9", "indexedStringIds": [ 20, - 40, 65, - 70 + 70, + 78 ], - "mappedName": "#28:2;:G#46;CUT;:H-493:a,V;:H493,V", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V;:He0b,V", "mappedStringIds": [ 20, - 40, 65, - 70 + 70, + 78 ], "name": "Vertex9" }, @@ -71952,24 +99287,24 @@ "history": [ { "children": [ - "#29:4;:G#47;CUT;:H-493:a,V" + "#4f;:G#47;CUT;:H-e0b:a,V" ], - "mappedName": "#29:4;:G#47;CUT;:H-493:a,V;:H493,V", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#20:4;:G;XTR;:H492:7,E", - "#44;:H492,V" + "#20;:G;XTR;:He0a:7,E", + "#4;:He0a,V" ], - "mappedName": "#29:4;:G#47;CUT;:H-493:a,V", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "(#41:1;K-7;:H491:4,F)", + "mappedName": "g1v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } @@ -71977,16 +99312,16 @@ "indexedName": "Vertex10", "indexedStringIds": [ 20, - 41, 65, - 71 + 71, + 79 ], - "mappedName": "#29:4;:G#47;CUT;:H-493:a,V;:H493,V", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V;:He0b,V", "mappedStringIds": [ 20, - 41, 65, - 71 + 71, + 79 ], "name": "Vertex10" }, @@ -71994,24 +99329,24 @@ "history": [ { "children": [ - "#2a:6;:G#48;CUT;:H-493:a,V" + "#50;:G#48;CUT;:H-e0b:a,V" ], - "mappedName": "#2a:6;:G#48;CUT;:H-493:a,V;:H493,V", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#21:6;:G;XTR;:H492:7,E", - "#66;:H492,V" + "#21;:G;XTR;:He0a:7,E", + "#6;:He0a,V" ], - "mappedName": "#2a:6;:G#48;CUT;:H-493:a,V", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } @@ -72019,16 +99354,16 @@ "indexedName": "Vertex11", "indexedStringIds": [ 20, - 42, 65, - 72 + 72, + 80 ], - "mappedName": "#2a:6;:G#48;CUT;:H-493:a,V;:H493,V", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V;:He0b,V", "mappedStringIds": [ 20, - 42, 65, - 72 + 72, + 80 ], "name": "Vertex11" }, @@ -72036,99 +99371,18 @@ "history": [ { "children": [ - "#2b:8;:G#49;CUT;:H-493:a,V" + "#51;:G#49;CUT;:H-e0b:a,V" ], - "mappedName": "#2b:8;:G#49;CUT;:H-493:a,V;:H493,V", + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#22:8;:G;XTR;:H492:7,E", - "#88;:H492,V" + "#22;:G;XTR;:He0a:7,E", + "#8;:He0a,V" ], - "mappedName": "#2b:8;:G#49;CUT;:H-493:a,V", - "object": "Pocket17", - "typeId": "PartDesign::Pocket" - }, - { - "children": [], - "mappedName": "#88", - "object": "PocketSketch17", - "typeId": "Sketcher::SketchObject" - } - ], - "indexedName": "Vertex12", - "indexedStringIds": [ - 20, - 43, - 65, - 73 - ], - "mappedName": "#2b:8;:G#49;CUT;:H-493:a,V;:H493,V", - "mappedStringIds": [ - 20, - 43, - 65, - 73 - ], - "name": "Vertex12" - }, - { - "history": [ - { - "children": [ - "#39:4;:H-493,V" - ], - "mappedName": "#39:4;:H-493,V;:H493,V", - "object": "Body17", - "typeId": "PartDesign::Body" - }, - { - "children": [ - "#29:4;:U;XTR;:H492:7,V", - "#20:4;:G;XTR;:H492:7,E", - "#44;:H492,V" - ], - "mappedName": "#39:4;:H-493,V", - "object": "Pocket17", - "typeId": "PartDesign::Pocket" - }, - { - "children": [], - "mappedName": "(#41:1;K-7;:H491:4,F)", - "object": "PocketSketch17", - "typeId": "Sketcher::SketchObject" - } - ], - "indexedName": "Vertex13", - "indexedStringIds": [ - 57 - ], - "mappedName": "#39:4;:H-493,V;:H493,V", - "mappedStringIds": [ - 57 - ], - "name": "Vertex13" - }, - { - "history": [ - { - "children": [ - "#38:2;:H-493,V" - ], - "mappedName": "#38:2;:H-493,V;:H493,V", - "object": "Body17", - "typeId": "PartDesign::Body" - }, - { - "children": [ - "#28:2;:U;XTR;:H492:7,V", - "#1f:2;:G;XTR;:H492:7,E", - "#22;:H492,V", - "#8;:H492,V" - ], - "mappedName": "#38:2;:H-493,V", + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -72139,13 +99393,93 @@ "typeId": "Sketcher::SketchObject" } ], + "indexedName": "Vertex12", + "indexedStringIds": [ + 20, + 65, + 73, + 81 + ], + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V;:He0b,V", + "mappedStringIds": [ + 20, + 65, + 73, + 81 + ], + "name": "Vertex12" + }, + { + "history": [ + { + "children": [ + "#69;:H-e0b,V" + ], + "mappedName": "#69;:H-e0b,V;:He0b,V", + "object": "Body17", + "typeId": "PartDesign::Body" + }, + { + "children": [ + "#4f;:U;XTR;:He0a:7,V", + "#20;:G;XTR;:He0a:7,E", + "#4;:He0a,V" + ], + "mappedName": "#69;:H-e0b,V", + "object": "Pocket17", + "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch17", + "typeId": "Sketcher::SketchObject" + } + ], + "indexedName": "Vertex13", + "indexedStringIds": [ + 105 + ], + "mappedName": "#69;:H-e0b,V;:He0b,V", + "mappedStringIds": [ + 105 + ], + "name": "Vertex13" + }, + { + "history": [ + { + "children": [ + "#5e;:H-e0b,V" + ], + "mappedName": "#5e;:H-e0b,V;:He0b,V", + "object": "Body17", + "typeId": "PartDesign::Body" + }, + { + "children": [ + "#4e;:U;XTR;:He0a:7,V", + "#1f;:G;XTR;:He0a:7,E", + "#2;:He0a,V" + ], + "mappedName": "#5e;:H-e0b,V", + "object": "Pocket17", + "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "object": "PocketSketch17", + "typeId": "Sketcher::SketchObject" + } + ], "indexedName": "Vertex14", "indexedStringIds": [ - 56 + 94 ], - "mappedName": "#38:2;:H-493,V;:H493,V", + "mappedName": "#5e;:H-e0b,V;:He0b,V", "mappedStringIds": [ - 56 + 94 ], "name": "Vertex14" }, @@ -72153,36 +99487,34 @@ "history": [ { "children": [ - "#3a:6;:H-493,V" + "#6a:32;:H-e0b,V" ], - "mappedName": "#3a:6;:H-493,V;:H493,V", + "mappedName": "#6a:32;:H-e0b,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#2a:6;:U;XTR;:H492:7,V", - "#21:6;:G;XTR;:H492:7,E", - "#66;:H492,V" + "#5050;:U;XTR;:He0a:7,V" ], - "mappedName": "#3a:6;:H-493,V", + "mappedName": "#6a:32;:H-e0b,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "#5050", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex15", "indexedStringIds": [ - 58 + 106 ], - "mappedName": "#3a:6;:H-493,V;:H493,V", + "mappedName": "#6a:32;:H-e0b,V;:He0b,V", "mappedStringIds": [ - 58 + 106 ], "name": "Vertex15" }, @@ -72190,36 +99522,34 @@ "history": [ { "children": [ - "#3b:8;:H-493,V" + "#6b:33;:H-e0b,V" ], - "mappedName": "#3b:8;:H-493,V;:H493,V", + "mappedName": "#6b:33;:H-e0b,V;:He0b,V", "object": "Body17", "typeId": "PartDesign::Body" }, { "children": [ - "#2b:8;:U;XTR;:H492:7,V", - "#22:8;:G;XTR;:H492:7,E", - "#88;:H492,V" + "#5151;:U;XTR;:He0a:7,V" ], - "mappedName": "#3b:8;:H-493,V", + "mappedName": "#6b:33;:H-e0b,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "#5151", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 59 + 107 ], - "mappedName": "#3b:8;:H-493,V;:H493,V", + "mappedName": "#6b:33;:H-e0b,V;:He0b,V", "mappedStringIds": [ - 59 + 107 ], "name": "Vertex16" } @@ -72237,7 +99567,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:H491,F;:H493,F", + "mappedName": "#16:1;:He09,F;:He0b,F", "mappedStringIds": [ 22 ], @@ -72247,7 +99577,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:H491,F;:H493,F", + "name": "#16:1;:He09,F;:He0b,F", "stringIds": [ 22 ] @@ -72257,15 +99587,15 @@ "resultPersistentId": "Body17:face:0", "sourceRefs": [ { - "mappedName": "#16:1;:H491,F", + "mappedName": "#16:1;:He09,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#16:1;:H491,F", + "persistentId": "Pocket17:mapped:#16:1;:He09,F", "stageId": "Pocket17" }, { - "mappedName": "#d:1;:G;XTR;:H490:7,F", + "mappedName": "#d:1;:G;XTR;:He08:7,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:1;:G;XTR;:H490:7,F", + "persistentId": "Pad17:mapped:#d:1;:G;XTR;:He08:7,F", "stageId": "Pad17" }, { @@ -72284,7 +99614,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:H491,F;:H493,F", + "mappedName": "#16:4;:He09,F;:He0b,F", "mappedStringIds": [ 11, 13, @@ -72296,7 +99626,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:H491,F;:H493,F", + "name": "#16:4;:He09,F;:He0b,F", "stringIds": [ 11, 13, @@ -72308,15 +99638,15 @@ "resultPersistentId": "Body17:face:1", "sourceRefs": [ { - "mappedName": "#16:4;:H491,F", + "mappedName": "#16:4;:He09,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#16:4;:H491,F", + "persistentId": "Pocket17:mapped:#16:4;:He09,F", "stageId": "Pocket17" }, { - "mappedName": "#d:4;:G;XTR;:H490:7,F", + "mappedName": "#d:4;:G;XTR;:He08:7,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:4;:G;XTR;:H490:7,F", + "persistentId": "Pad17:mapped:#d:4;:G;XTR;:He08:7,F", "stageId": "Pad17" }, { @@ -72335,7 +99665,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:H491,F;:H493,F", + "mappedName": "#16:2;:He09,F;:He0b,F", "mappedStringIds": [ 11, 13, @@ -72347,7 +99677,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:H491,F;:H493,F", + "name": "#16:2;:He09,F;:He0b,F", "stringIds": [ 11, 13, @@ -72359,15 +99689,15 @@ "resultPersistentId": "Body17:face:2", "sourceRefs": [ { - "mappedName": "#16:2;:H491,F", + "mappedName": "#16:2;:He09,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#16:2;:H491,F", + "persistentId": "Pocket17:mapped:#16:2;:He09,F", "stageId": "Pocket17" }, { - "mappedName": "#d:2;:G;XTR;:H490:7,F", + "mappedName": "#d:2;:G;XTR;:He08:7,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:2;:G;XTR;:H490:7,F", + "persistentId": "Pad17:mapped:#d:2;:G;XTR;:He08:7,F", "stageId": "Pad17" }, { @@ -72384,7 +99714,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:H491,F;:H493,F", + "mappedName": "#14:1;:He09,F;:He0b,F", "mappedStringIds": [ 20 ], @@ -72394,7 +99724,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:H491,F;:H493,F", + "name": "#14:1;:He09,F;:He0b,F", "stringIds": [ 20 ] @@ -72404,15 +99734,15 @@ "resultPersistentId": "Body17:face:3", "sourceRefs": [ { - "mappedName": "#14:1;:H491,F", + "mappedName": "#14:1;:He09,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#14:1;:H491,F", + "persistentId": "Pocket17:mapped:#14:1;:He09,F", "stageId": "Pocket17" }, { - "mappedName": "#d:1;FAC;:H490:4,F", + "mappedName": "#d:1;FAC;:He08:4,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:1;FAC;:H490:4,F", + "persistentId": "Pad17:mapped:#d:1;FAC;:He08:4,F", "stageId": "Pad17" }, { @@ -72430,7 +99760,7 @@ 65 ], "kind": "face", - "mappedName": "#41:1;:M;CUT;:H491:7,F;:H493,F", + "mappedName": "#41:1;:M;CUT;:He09:7,F;:He0b,F", "mappedStringIds": [ 20, 65 @@ -72441,7 +99771,7 @@ "index": 5, "type": "Face" }, - "name": "#41:1;:M;CUT;:H491:7,F;:H493,F", + "name": "#41:1;:M;CUT;:He09:7,F;:He0b,F", "stringIds": [ 20, 65 @@ -72452,15 +99782,15 @@ "resultPersistentId": "Body17:face:4", "sourceRefs": [ { - "mappedName": "#41:1;:M;CUT;:H491:7,F", + "mappedName": "#41:1;:M;CUT;:He09:7,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#41:1;:M;CUT;:H491:7,F", + "persistentId": "Pocket17:mapped:#41:1;:M;CUT;:He09:7,F", "stageId": "Pocket17" }, { - "mappedName": "#14:1;:G0;XTR;:H490:8,F", + "mappedName": "#14:1;:G0;XTR;:He08:8,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#14:1;:G0;XTR;:H490:8,F", + "persistentId": "Pad17:mapped:#14:1;:G0;XTR;:He08:8,F", "stageId": "Pad17" }, { @@ -72479,7 +99809,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:H491,F;:H493,F", + "mappedName": "#16:3;:He09,F;:He0b,F", "mappedStringIds": [ 11, 13, @@ -72491,7 +99821,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:H491,F;:H493,F", + "name": "#16:3;:He09,F;:He0b,F", "stringIds": [ 11, 13, @@ -72503,15 +99833,15 @@ "resultPersistentId": "Body17:face:5", "sourceRefs": [ { - "mappedName": "#16:3;:H491,F", + "mappedName": "#16:3;:He09,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#16:3;:H491,F", + "persistentId": "Pocket17:mapped:#16:3;:He09,F", "stageId": "Pocket17" }, { - "mappedName": "#d:3;:G;XTR;:H490:7,F", + "mappedName": "#d:3;:G;XTR;:He08:7,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:3;:G;XTR;:H490:7,F", + "persistentId": "Pad17:mapped:#d:3;:G;XTR;:He08:7,F", "stageId": "Pad17" }, { @@ -72528,7 +99858,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F;:He0b,F", "mappedStringIds": [ 38 ], @@ -72538,7 +99868,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:M;CUT;:H-493:7,F;:H493,F", + "name": "#26:1;:M;CUT;:H-e0b:7,F;:He0b,F", "stringIds": [ 38 ] @@ -72548,9 +99878,9 @@ "resultPersistentId": "Body17:face:6", "sourceRefs": [ { - "mappedName": "#26:1;:M;CUT;:H-493:7,F", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#26:1;:M;CUT;:H-493:7,F", + "persistentId": "Pocket17:mapped:#26:1;:M;CUT;:H-e0b:7,F", "stageId": "Pocket17" }, { @@ -72569,7 +99899,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F;:He0b,F", "mappedStringIds": [ 11, 29, @@ -72581,7 +99911,7 @@ "index": 8, "type": "Face" }, - "name": "#26:2;:M;CUT;:H-493:7,F;:H493,F", + "name": "#26:2;:M;CUT;:H-e0b:7,F;:He0b,F", "stringIds": [ 11, 29, @@ -72593,9 +99923,9 @@ "resultPersistentId": "Body17:face:7", "sourceRefs": [ { - "mappedName": "#26:2;:M;CUT;:H-493:7,F", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#26:2;:M;CUT;:H-493:7,F", + "persistentId": "Pocket17:mapped:#26:2;:M;CUT;:H-e0b:7,F", "stageId": "Pocket17" }, { @@ -72614,7 +99944,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F;:He0b,F", "mappedStringIds": [ 11, 29, @@ -72626,7 +99956,7 @@ "index": 9, "type": "Face" }, - "name": "#26:3;:M;CUT;:H-493:7,F;:H493,F", + "name": "#26:3;:M;CUT;:H-e0b:7,F;:He0b,F", "stringIds": [ 11, 29, @@ -72638,9 +99968,9 @@ "resultPersistentId": "Body17:face:8", "sourceRefs": [ { - "mappedName": "#26:3;:M;CUT;:H-493:7,F", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#26:3;:M;CUT;:H-493:7,F", + "persistentId": "Pocket17:mapped:#26:3;:M;CUT;:H-e0b:7,F", "stageId": "Pocket17" }, { @@ -72659,7 +99989,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:M;CUT;:H-493:7,F;:H493,F", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F;:He0b,F", "mappedStringIds": [ 11, 29, @@ -72671,7 +100001,7 @@ "index": 10, "type": "Face" }, - "name": "#26:4;:M;CUT;:H-493:7,F;:H493,F", + "name": "#26:4;:M;CUT;:H-e0b:7,F;:He0b,F", "stringIds": [ 11, 29, @@ -72683,9 +100013,9 @@ "resultPersistentId": "Body17:face:9", "sourceRefs": [ { - "mappedName": "#26:4;:M;CUT;:H-493:7,F", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#26:4;:M;CUT;:H-493:7,F", + "persistentId": "Pocket17:mapped:#26:4;:M;CUT;:H-e0b:7,F", "stageId": "Pocket17" }, { @@ -72702,7 +100032,7 @@ 63 ], "kind": "face", - "mappedName": "#3f:1;:H-493,F;:H493,F", + "mappedName": "#3f:1;:H-e0b,F;:He0b,F", "mappedStringIds": [ 63 ], @@ -72712,7 +100042,7 @@ "index": 11, "type": "Face" }, - "name": "#3f:1;:H-493,F;:H493,F", + "name": "#3f:1;:H-e0b,F;:He0b,F", "stringIds": [ 63 ] @@ -72722,9 +100052,9 @@ "resultPersistentId": "Body17:face:10", "sourceRefs": [ { - "mappedName": "#3f:1;:H-493,F", + "mappedName": "#3f:1;:H-e0b,F", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#3f:1;:H-493,F", + "persistentId": "Pocket17:mapped:#3f:1;:H-e0b,F", "stageId": "Pocket17" }, { @@ -72738,12 +100068,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 101 ], "kind": "edge", - "mappedName": "#18:1;:H491,E;:H493,E", + "mappedName": "#65;:He09,E;:He0b,E", "mappedStringIds": [ - 24 + 101 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -72751,9 +100081,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:H491,E;:H493,E", + "name": "#65;:He09,E;:He0b,E", "stringIds": [ - 24 + 101 ] }, "relation": "preserved", @@ -72761,21 +100091,21 @@ "resultPersistentId": "Body17:edge:0", "sourceRefs": [ { - "mappedName": "#18:1;:H491,E", + "mappedName": "#65;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#18:1;:H491,E", + "persistentId": "Pocket17:mapped:#65;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#f:1;:G;XTR;:H490:7,E", + "mappedName": "#4a;:G;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#f:1;:G;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#4a;:G;XTR;:He08:7,E", "stageId": "Pad17" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v11;SKT", + "persistentId": "Sketch17:mapped:g1v1;SKT", "stageId": "Sketch17" } ] @@ -72783,12 +100113,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 102 ], "kind": "edge", - "mappedName": "#19:2;:H491,E;:H493,E", + "mappedName": "#66;:He09,E;:He0b,E", "mappedStringIds": [ - 25 + 102 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -72796,9 +100126,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:H491,E;:H493,E", + "name": "#66;:He09,E;:He0b,E", "stringIds": [ - 25 + 102 ] }, "relation": "preserved", @@ -72806,21 +100136,21 @@ "resultPersistentId": "Body17:edge:1", "sourceRefs": [ { - "mappedName": "#19:2;:H491,E", + "mappedName": "#66;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#19:2;:H491,E", + "persistentId": "Pocket17:mapped:#66;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#10:2;:G;XTR;:H490:7,E", + "mappedName": "#4b;:G;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#10:2;:G;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#4b;:G;XTR;:He08:7,E", "stageId": "Pad17" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v22;SKT", + "persistentId": "Sketch17:mapped:g1v2;SKT", "stageId": "Sketch17" } ] @@ -72831,7 +100161,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:H491,E;:H493,E", + "mappedName": "#d:1;:He09,E;:He0b,E", "mappedStringIds": [ 13 ], @@ -72841,7 +100171,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:H491,E;:H493,E", + "name": "#d:1;:He09,E;:He0b,E", "stringIds": [ 13 ] @@ -72851,15 +100181,15 @@ "resultPersistentId": "Body17:edge:2", "sourceRefs": [ { - "mappedName": "#d:1;:H491,E", + "mappedName": "#d:1;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#d:1;:H491,E", + "persistentId": "Pocket17:mapped:#d:1;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#b:1;:H490,E", + "mappedName": "#b:1;:He08,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#b:1;:H490,E", + "persistentId": "Pad17:mapped:#b:1;:He08,E", "stageId": "Pad17" }, { @@ -72876,7 +100206,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:H491,E;:H493,E", + "mappedName": "#36:1;:He09,E;:He0b,E", "mappedStringIds": [ 54 ], @@ -72886,7 +100216,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:H491,E;:H493,E", + "name": "#36:1;:He09,E;:He0b,E", "stringIds": [ 54 ] @@ -72896,15 +100226,15 @@ "resultPersistentId": "Body17:edge:3", "sourceRefs": [ { - "mappedName": "#36:1;:H491,E", + "mappedName": "#36:1;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#36:1;:H491,E", + "persistentId": "Pocket17:mapped:#36:1;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#16:1;:U;XTR;:H490:7,E", + "mappedName": "#16:1;:U;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#16:1;:U;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#16:1;:U;XTR;:He08:7,E", "stageId": "Pad17" }, { @@ -72918,12 +100248,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 104 ], "kind": "edge", - "mappedName": "#1b:2;:H491,E;:H493,E", + "mappedName": "#68;:He09,E;:He0b,E", "mappedStringIds": [ - 27 + 104 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -72931,9 +100261,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:H491,E;:H493,E", + "name": "#68;:He09,E;:He0b,E", "stringIds": [ - 27 + 104 ] }, "relation": "preserved", @@ -72941,21 +100271,21 @@ "resultPersistentId": "Body17:edge:4", "sourceRefs": [ { - "mappedName": "#1b:2;:H491,E", + "mappedName": "#68;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#1b:2;:H491,E", + "persistentId": "Pocket17:mapped:#68;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#12:2;:G;XTR;:H490:7,E", + "mappedName": "#4d;:G;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#12:2;:G;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#4d;:G;XTR;:He08:7,E", "stageId": "Pad17" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g3v22;SKT", + "persistentId": "Sketch17:mapped:g3v2;SKT", "stageId": "Sketch17" } ] @@ -72967,7 +100297,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:H491,E;:H493,E", + "mappedName": "#d:4;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13 @@ -72978,7 +100308,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:H491,E;:H493,E", + "name": "#d:4;:He09,E;:He0b,E", "stringIds": [ 11, 13 @@ -72989,15 +100319,15 @@ "resultPersistentId": "Body17:edge:5", "sourceRefs": [ { - "mappedName": "#d:4;:H491,E", + "mappedName": "#d:4;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#d:4;:H491,E", + "persistentId": "Pocket17:mapped:#d:4;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#b:4;:H490,E", + "mappedName": "#b:4;:He08,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#b:4;:H490,E", + "persistentId": "Pad17:mapped:#b:4;:He08,E", "stageId": "Pad17" }, { @@ -73017,7 +100347,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:H491,E;:H493,E", + "mappedName": "#36:4;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13, @@ -73030,7 +100360,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:H491,E;:H493,E", + "name": "#36:4;:He09,E;:He0b,E", "stringIds": [ 11, 13, @@ -73043,15 +100373,15 @@ "resultPersistentId": "Body17:edge:6", "sourceRefs": [ { - "mappedName": "#36:4;:H491,E", + "mappedName": "#36:4;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#36:4;:H491,E", + "persistentId": "Pocket17:mapped:#36:4;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#16:4;:U;XTR;:H490:7,E", + "mappedName": "#16:4;:U;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#16:4;:U;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#16:4;:U;XTR;:He08:7,E", "stageId": "Pad17" }, { @@ -73065,12 +100395,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 103 ], "kind": "edge", - "mappedName": "#1a:2;:H491,E;:H493,E", + "mappedName": "#67;:He09,E;:He0b,E", "mappedStringIds": [ - 26 + 103 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -73078,9 +100408,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:H491,E;:H493,E", + "name": "#67;:He09,E;:He0b,E", "stringIds": [ - 26 + 103 ] }, "relation": "preserved", @@ -73088,21 +100418,21 @@ "resultPersistentId": "Body17:edge:7", "sourceRefs": [ { - "mappedName": "#1a:2;:H491,E", + "mappedName": "#67;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#1a:2;:H491,E", + "persistentId": "Pocket17:mapped:#67;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#11:2;:G;XTR;:H490:7,E", + "mappedName": "#4c;:G;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#11:2;:G;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#4c;:G;XTR;:He08:7,E", "stageId": "Pad17" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g2v22;SKT", + "persistentId": "Sketch17:mapped:g2v2;SKT", "stageId": "Sketch17" } ] @@ -73114,7 +100444,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:H491,E;:H493,E", + "mappedName": "#d:2;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13 @@ -73125,7 +100455,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:H491,E;:H493,E", + "name": "#d:2;:He09,E;:He0b,E", "stringIds": [ 11, 13 @@ -73136,15 +100466,15 @@ "resultPersistentId": "Body17:edge:8", "sourceRefs": [ { - "mappedName": "#d:2;:H491,E", + "mappedName": "#d:2;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#d:2;:H491,E", + "persistentId": "Pocket17:mapped:#d:2;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#b:2;:H490,E", + "mappedName": "#b:2;:He08,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#b:2;:H490,E", + "persistentId": "Pad17:mapped:#b:2;:He08,E", "stageId": "Pad17" }, { @@ -73164,7 +100494,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:H491,E;:H493,E", + "mappedName": "#36:2;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13, @@ -73177,7 +100507,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:H491,E;:H493,E", + "name": "#36:2;:He09,E;:He0b,E", "stringIds": [ 11, 13, @@ -73190,15 +100520,15 @@ "resultPersistentId": "Body17:edge:9", "sourceRefs": [ { - "mappedName": "#36:2;:H491,E", + "mappedName": "#36:2;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#36:2;:H491,E", + "persistentId": "Pocket17:mapped:#36:2;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#16:2;:U;XTR;:H490:7,E", + "mappedName": "#16:2;:U;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#16:2;:U;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#16:2;:U;XTR;:He08:7,E", "stageId": "Pad17" }, { @@ -73216,7 +100546,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:H491,E;:H493,E", + "mappedName": "#d:3;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13 @@ -73227,7 +100557,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:H491,E;:H493,E", + "name": "#d:3;:He09,E;:He0b,E", "stringIds": [ 11, 13 @@ -73238,15 +100568,15 @@ "resultPersistentId": "Body17:edge:10", "sourceRefs": [ { - "mappedName": "#d:3;:H491,E", + "mappedName": "#d:3;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#d:3;:H491,E", + "persistentId": "Pocket17:mapped:#d:3;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#b:3;:H490,E", + "mappedName": "#b:3;:He08,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#b:3;:H490,E", + "persistentId": "Pad17:mapped:#b:3;:He08,E", "stageId": "Pad17" }, { @@ -73266,7 +100596,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:H491,E;:H493,E", + "mappedName": "#36:3;:He09,E;:He0b,E", "mappedStringIds": [ 11, 13, @@ -73279,7 +100609,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:H491,E;:H493,E", + "name": "#36:3;:He09,E;:He0b,E", "stringIds": [ 11, 13, @@ -73292,15 +100622,15 @@ "resultPersistentId": "Body17:edge:11", "sourceRefs": [ { - "mappedName": "#36:3;:H491,E", + "mappedName": "#36:3;:He09,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#36:3;:H491,E", + "persistentId": "Pocket17:mapped:#36:3;:He09,E", "stageId": "Pocket17" }, { - "mappedName": "#16:3;:U;XTR;:H490:7,E", + "mappedName": "#16:3;:U;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#16:3;:U;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#16:3;:U;XTR;:He08:7,E", "stageId": "Pad17" }, { @@ -73320,7 +100650,7 @@ 66 ], "kind": "edge", - "mappedName": "#26:1;:G#42;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E;:He0b,E", "mappedStringIds": [ 20, 38, @@ -73333,7 +100663,7 @@ "index": 13, "type": "Edge" }, - "name": "#26:1;:G#42;CUT;:H-493:a,E;:H493,E", + "name": "#26:1;:G#42;CUT;:H-e0b:a,E;:He0b,E", "stringIds": [ 20, 38, @@ -73346,9 +100676,9 @@ "resultPersistentId": "Body17:edge:12", "sourceRefs": [ { - "mappedName": "#26:1;:G#42;CUT;:H-493:a,E", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#26:1;:G#42;CUT;:H-493:a,E", + "persistentId": "Pocket17:mapped:#26:1;:G#42;CUT;:H-e0b:a,E", "stageId": "Pocket17" }, { @@ -73370,7 +100700,7 @@ 67 ], "kind": "edge", - "mappedName": "#26:2;:G#43;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E;:He0b,E", "mappedStringIds": [ 11, 20, @@ -73385,7 +100715,7 @@ "index": 14, "type": "Edge" }, - "name": "#26:2;:G#43;CUT;:H-493:a,E;:H493,E", + "name": "#26:2;:G#43;CUT;:H-e0b:a,E;:He0b,E", "stringIds": [ 11, 20, @@ -73400,9 +100730,9 @@ "resultPersistentId": "Body17:edge:13", "sourceRefs": [ { - "mappedName": "#26:2;:G#43;CUT;:H-493:a,E", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#26:2;:G#43;CUT;:H-493:a,E", + "persistentId": "Pocket17:mapped:#26:2;:G#43;CUT;:H-e0b:a,E", "stageId": "Pocket17" }, { @@ -73424,7 +100754,7 @@ 68 ], "kind": "edge", - "mappedName": "#26:3;:G#44;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E;:He0b,E", "mappedStringIds": [ 11, 20, @@ -73439,7 +100769,7 @@ "index": 15, "type": "Edge" }, - "name": "#26:3;:G#44;CUT;:H-493:a,E;:H493,E", + "name": "#26:3;:G#44;CUT;:H-e0b:a,E;:He0b,E", "stringIds": [ 11, 20, @@ -73454,9 +100784,9 @@ "resultPersistentId": "Body17:edge:14", "sourceRefs": [ { - "mappedName": "#26:3;:G#44;CUT;:H-493:a,E", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#26:3;:G#44;CUT;:H-493:a,E", + "persistentId": "Pocket17:mapped:#26:3;:G#44;CUT;:H-e0b:a,E", "stageId": "Pocket17" }, { @@ -73478,7 +100808,7 @@ 69 ], "kind": "edge", - "mappedName": "#26:4;:G#45;CUT;:H-493:a,E;:H493,E", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E;:He0b,E", "mappedStringIds": [ 11, 20, @@ -73493,7 +100823,7 @@ "index": 16, "type": "Edge" }, - "name": "#26:4;:G#45;CUT;:H-493:a,E;:H493,E", + "name": "#26:4;:G#45;CUT;:H-e0b:a,E;:He0b,E", "stringIds": [ 11, 20, @@ -73508,9 +100838,9 @@ "resultPersistentId": "Body17:edge:15", "sourceRefs": [ { - "mappedName": "#26:4;:G#45;CUT;:H-493:a,E", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#26:4;:G#45;CUT;:H-493:a,E", + "persistentId": "Pocket17:mapped:#26:4;:G#45;CUT;:H-e0b:a,E", "stageId": "Pocket17" }, { @@ -73524,12 +100854,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 41 + 79 ], "kind": "edge", - "mappedName": "#29:4;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E;:He0b,E", "mappedStringIds": [ - 41 + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -73537,9 +100867,9 @@ "index": 17, "type": "Edge" }, - "name": "#29:4;:M;CUT;:H-493:7,E;:H493,E", + "name": "#4f;:M;CUT;:H-e0b:7,E;:He0b,E", "stringIds": [ - 41 + 79 ] }, "relation": "modified", @@ -73547,15 +100877,15 @@ "resultPersistentId": "Body17:edge:16", "sourceRefs": [ { - "mappedName": "#29:4;:M;CUT;:H-493:7,E", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#29:4;:M;CUT;:H-493:7,E", + "persistentId": "Pocket17:mapped:#4f;:M;CUT;:H-e0b:7,E", "stageId": "Pocket17" }, { - "mappedName": "(#41:1;K-7;:H491:4,F)", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:(#41:1;K-7;:H491:4,F)", + "persistentId": "PocketSketch17:mapped:g1v2;SKT", "stageId": "PocketSketch17" } ] @@ -73566,7 +100896,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:1;:H-493,E;:H493,E", + "mappedName": "#3d:1;:H-e0b,E;:He0b,E", "mappedStringIds": [ 61 ], @@ -73576,7 +100906,7 @@ "index": 18, "type": "Edge" }, - "name": "#3d:1;:H-493,E;:H493,E", + "name": "#3d:1;:H-e0b,E;:He0b,E", "stringIds": [ 61 ] @@ -73586,9 +100916,9 @@ "resultPersistentId": "Body17:edge:17", "sourceRefs": [ { - "mappedName": "#3d:1;:H-493,E", + "mappedName": "#3d:1;:H-e0b,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#3d:1;:H-493,E", + "persistentId": "Pocket17:mapped:#3d:1;:H-e0b,E", "stageId": "Pocket17" }, { @@ -73602,12 +100932,12 @@ { "indexedName": "Edge19", "indexedStringIds": [ - 40 + 78 ], "kind": "edge", - "mappedName": "#28:2;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E;:He0b,E", "mappedStringIds": [ - 40 + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -73615,9 +100945,9 @@ "index": 19, "type": "Edge" }, - "name": "#28:2;:M;CUT;:H-493:7,E;:H493,E", + "name": "#4e;:M;CUT;:H-e0b:7,E;:He0b,E", "stringIds": [ - 40 + 78 ] }, "relation": "modified", @@ -73625,15 +100955,15 @@ "resultPersistentId": "Body17:edge:18", "sourceRefs": [ { - "mappedName": "#28:2;:M;CUT;:H-493:7,E", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#28:2;:M;CUT;:H-493:7,E", + "persistentId": "Pocket17:mapped:#4e;:M;CUT;:H-e0b:7,E", "stageId": "Pocket17" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:g3v2;SKT", + "persistentId": "PocketSketch17:mapped:g1v1;SKT", "stageId": "PocketSketch17" } ] @@ -73641,12 +100971,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 80 ], "kind": "edge", - "mappedName": "#2a:6;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#50;:M;CUT;:H-e0b:7,E;:He0b,E", "mappedStringIds": [ - 42 + 80 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -73654,9 +100984,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:M;CUT;:H-493:7,E;:H493,E", + "name": "#50;:M;CUT;:H-e0b:7,E;:He0b,E", "stringIds": [ - 42 + 80 ] }, "relation": "modified", @@ -73664,15 +100994,15 @@ "resultPersistentId": "Body17:edge:19", "sourceRefs": [ { - "mappedName": "#2a:6;:M;CUT;:H-493:7,E", + "mappedName": "#50;:M;CUT;:H-e0b:7,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#2a:6;:M;CUT;:H-493:7,E", + "persistentId": "Pocket17:mapped:#50;:M;CUT;:H-e0b:7,E", "stageId": "Pocket17" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#66", + "persistentId": "PocketSketch17:mapped:g2v2;SKT", "stageId": "PocketSketch17" } ] @@ -73686,7 +101016,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:2;:H-493,E;:H493,E", + "mappedName": "#3d:2;:H-e0b,E;:He0b,E", "mappedStringIds": [ 11, 29, @@ -73699,7 +101029,7 @@ "index": 21, "type": "Edge" }, - "name": "#3d:2;:H-493,E;:H493,E", + "name": "#3d:2;:H-e0b,E;:He0b,E", "stringIds": [ 11, 29, @@ -73712,9 +101042,9 @@ "resultPersistentId": "Body17:edge:20", "sourceRefs": [ { - "mappedName": "#3d:2;:H-493,E", + "mappedName": "#3d:2;:H-e0b,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#3d:2;:H-493,E", + "persistentId": "Pocket17:mapped:#3d:2;:H-e0b,E", "stageId": "Pocket17" }, { @@ -73728,12 +101058,12 @@ { "indexedName": "Edge22", "indexedStringIds": [ - 43 + 81 ], "kind": "edge", - "mappedName": "#2b:8;:M;CUT;:H-493:7,E;:H493,E", + "mappedName": "#51;:M;CUT;:H-e0b:7,E;:He0b,E", "mappedStringIds": [ - 43 + 81 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -73741,9 +101071,9 @@ "index": 22, "type": "Edge" }, - "name": "#2b:8;:M;CUT;:H-493:7,E;:H493,E", + "name": "#51;:M;CUT;:H-e0b:7,E;:He0b,E", "stringIds": [ - 43 + 81 ] }, "relation": "modified", @@ -73751,15 +101081,15 @@ "resultPersistentId": "Body17:edge:21", "sourceRefs": [ { - "mappedName": "#2b:8;:M;CUT;:H-493:7,E", + "mappedName": "#51;:M;CUT;:H-e0b:7,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#2b:8;:M;CUT;:H-493:7,E", + "persistentId": "Pocket17:mapped:#51;:M;CUT;:H-e0b:7,E", "stageId": "Pocket17" }, { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#88", + "persistentId": "PocketSketch17:mapped:g3v2;SKT", "stageId": "PocketSketch17" } ] @@ -73773,7 +101103,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:3;:H-493,E;:H493,E", + "mappedName": "#3d:3;:H-e0b,E;:He0b,E", "mappedStringIds": [ 11, 29, @@ -73786,7 +101116,7 @@ "index": 23, "type": "Edge" }, - "name": "#3d:3;:H-493,E;:H493,E", + "name": "#3d:3;:H-e0b,E;:He0b,E", "stringIds": [ 11, 29, @@ -73799,9 +101129,9 @@ "resultPersistentId": "Body17:edge:22", "sourceRefs": [ { - "mappedName": "#3d:3;:H-493,E", + "mappedName": "#3d:3;:H-e0b,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#3d:3;:H-493,E", + "persistentId": "Pocket17:mapped:#3d:3;:H-e0b,E", "stageId": "Pocket17" }, { @@ -73821,7 +101151,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:4;:H-493,E;:H493,E", + "mappedName": "#3d:4;:H-e0b,E;:He0b,E", "mappedStringIds": [ 11, 29, @@ -73834,7 +101164,7 @@ "index": 24, "type": "Edge" }, - "name": "#3d:4;:H-493,E;:H493,E", + "name": "#3d:4;:H-e0b,E;:He0b,E", "stringIds": [ 11, 29, @@ -73847,9 +101177,9 @@ "resultPersistentId": "Body17:edge:23", "sourceRefs": [ { - "mappedName": "#3d:4;:H-493,E", + "mappedName": "#3d:4;:H-e0b,E", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#3d:4;:H-493,E", + "persistentId": "Pocket17:mapped:#3d:4;:H-e0b,E", "stageId": "Pocket17" }, { @@ -73863,12 +101193,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 74 ], "kind": "vertex", - "mappedName": "#f:1;:H491,V;:H493,V", + "mappedName": "#4a;:He09,V;:He0b,V", "mappedStringIds": [ - 15 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -73876,9 +101206,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:H491,V;:H493,V", + "name": "#4a;:He09,V;:He0b,V", "stringIds": [ - 15 + 74 ] }, "relation": "preserved", @@ -73886,21 +101216,21 @@ "resultPersistentId": "Body17:vertex:0", "sourceRefs": [ { - "mappedName": "#f:1;:H491,V", + "mappedName": "#4a;:He09,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#f:1;:H491,V", + "persistentId": "Pocket17:mapped:#4a;:He09,V", "stageId": "Pocket17" }, { - "mappedName": "#2:1;:H490,V", + "mappedName": "#2;:He08,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#2:1;:H490,V", + "persistentId": "Pad17:mapped:#2;:He08,V", "stageId": "Pad17" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v11;SKT", + "persistentId": "Sketch17:mapped:g1v1;SKT", "stageId": "Sketch17" } ] @@ -73908,12 +101238,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 83 ], "kind": "vertex", - "mappedName": "#2e:1;:H491,V;:H493,V", + "mappedName": "#53:1;:He09,V;:He0b,V", "mappedStringIds": [ - 46 + 83 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -73921,9 +101251,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:H491,V;:H493,V", + "name": "#53:1;:He09,V;:He0b,V", "stringIds": [ - 46 + 83 ] }, "relation": "preserved", @@ -73931,21 +101261,21 @@ "resultPersistentId": "Body17:vertex:1", "sourceRefs": [ { - "mappedName": "#2e:1;:H491,V", + "mappedName": "#53:1;:He09,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#2e:1;:H491,V", + "persistentId": "Pocket17:mapped:#53:1;:He09,V", "stageId": "Pocket17" }, { - "mappedName": "#18:1;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U;XTR;:He08:7,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#18:1;:U;XTR;:H490:7,V", + "persistentId": "Pad17:mapped:#36:1;:U;XTR;:He08:7,V", "stageId": "Pad17" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v11;SKT", + "persistentId": "Sketch17:mapped:g1;SKT", "stageId": "Sketch17" } ] @@ -73953,12 +101283,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 75 ], "kind": "vertex", - "mappedName": "#10:2;:H491,V;:H493,V", + "mappedName": "#4b;:He09,V;:He0b,V", "mappedStringIds": [ - 16 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -73966,9 +101296,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:H491,V;:H493,V", + "name": "#4b;:He09,V;:He0b,V", "stringIds": [ - 16 + 75 ] }, "relation": "preserved", @@ -73976,21 +101306,21 @@ "resultPersistentId": "Body17:vertex:2", "sourceRefs": [ { - "mappedName": "#10:2;:H491,V", + "mappedName": "#4b;:He09,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#10:2;:H491,V", + "persistentId": "Pocket17:mapped:#4b;:He09,V", "stageId": "Pocket17" }, { - "mappedName": "#4:2;:H490,V", + "mappedName": "#4;:He08,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#4:2;:H490,V", + "persistentId": "Pad17:mapped:#4;:He08,V", "stageId": "Pad17" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v22;SKT", + "persistentId": "Sketch17:mapped:g1v2;SKT", "stageId": "Sketch17" } ] @@ -73998,12 +101328,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 86 ], "kind": "vertex", - "mappedName": "#30:2;:H491,V;:H493,V", + "mappedName": "#56:1;:He09,V;:He0b,V", "mappedStringIds": [ - 48 + 86 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74011,9 +101341,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:H491,V;:H493,V", + "name": "#56:1;:He09,V;:He0b,V", "stringIds": [ - 48 + 86 ] }, "relation": "preserved", @@ -74021,21 +101351,21 @@ "resultPersistentId": "Body17:vertex:3", "sourceRefs": [ { - "mappedName": "#30:2;:H491,V", + "mappedName": "#56:1;:He09,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#30:2;:H491,V", + "persistentId": "Pocket17:mapped:#56:1;:He09,V", "stageId": "Pocket17" }, { - "mappedName": "#19:2;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U2;XTR;:He08:8,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#19:2;:U;XTR;:H490:7,V", + "persistentId": "Pad17:mapped:#36:1;:U2;XTR;:He08:8,V", "stageId": "Pad17" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v22;SKT", + "persistentId": "Sketch17:mapped:g1;SKT", "stageId": "Sketch17" } ] @@ -74043,12 +101373,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 77 ], "kind": "vertex", - "mappedName": "#12:2;:H491,V;:H493,V", + "mappedName": "#4d;:He09,V;:He0b,V", "mappedStringIds": [ - 18 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74056,9 +101386,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:H491,V;:H493,V", + "name": "#4d;:He09,V;:He0b,V", "stringIds": [ - 18 + 77 ] }, "relation": "preserved", @@ -74066,21 +101396,21 @@ "resultPersistentId": "Body17:vertex:4", "sourceRefs": [ { - "mappedName": "#12:2;:H491,V", + "mappedName": "#4d;:He09,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#12:2;:H491,V", + "persistentId": "Pocket17:mapped:#4d;:He09,V", "stageId": "Pocket17" }, { - "mappedName": "#8:2;:H490,V", + "mappedName": "#8;:He08,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#8:2;:H490,V", + "persistentId": "Pad17:mapped:#8;:He08,V", "stageId": "Pad17" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g3v22;SKT", + "persistentId": "Sketch17:mapped:g3v2;SKT", "stageId": "Sketch17" } ] @@ -74088,12 +101418,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ], "kind": "vertex", - "mappedName": "#34:2;:H491,V;:H493,V", + "mappedName": "#56:3;:He09,V;:He0b,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74101,9 +101439,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:H491,V;:H493,V", + "name": "#56:3;:He09,V;:He0b,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ] }, "relation": "preserved", @@ -74111,21 +101453,21 @@ "resultPersistentId": "Body17:vertex:5", "sourceRefs": [ { - "mappedName": "#34:2;:H491,V", + "mappedName": "#56:3;:He09,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#34:2;:H491,V", + "persistentId": "Pocket17:mapped:#56:3;:He09,V", "stageId": "Pocket17" }, { - "mappedName": "#1b:2;:U;XTR;:H490:7,V", + "mappedName": "#36:3;:U2;XTR;:He08:8,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#1b:2;:U;XTR;:H490:7,V", + "persistentId": "Pad17:mapped:#36:3;:U2;XTR;:He08:8,V", "stageId": "Pad17" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g3v22;SKT", + "persistentId": "Sketch17:mapped:g3;SKT", "stageId": "Sketch17" } ] @@ -74133,12 +101475,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 76 ], "kind": "vertex", - "mappedName": "#11:2;:H491,V;:H493,V", + "mappedName": "#4c;:He09,V;:He0b,V", "mappedStringIds": [ - 17 + 76 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74146,9 +101488,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:H491,V;:H493,V", + "name": "#4c;:He09,V;:He0b,V", "stringIds": [ - 17 + 76 ] }, "relation": "preserved", @@ -74156,21 +101498,21 @@ "resultPersistentId": "Body17:vertex:6", "sourceRefs": [ { - "mappedName": "#11:2;:H491,V", + "mappedName": "#4c;:He09,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#11:2;:H491,V", + "persistentId": "Pocket17:mapped:#4c;:He09,V", "stageId": "Pocket17" }, { - "mappedName": "#6:2;:H490,V", + "mappedName": "#6;:He08,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#6:2;:H490,V", + "persistentId": "Pad17:mapped:#6;:He08,V", "stageId": "Pad17" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g2v22;SKT", + "persistentId": "Sketch17:mapped:g2v2;SKT", "stageId": "Sketch17" } ] @@ -74178,12 +101520,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ], "kind": "vertex", - "mappedName": "#32:2;:H491,V;:H493,V", + "mappedName": "#56:2;:He09,V;:He0b,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74191,9 +101541,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:H491,V;:H493,V", + "name": "#56:2;:He09,V;:He0b,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ] }, "relation": "preserved", @@ -74201,21 +101555,21 @@ "resultPersistentId": "Body17:vertex:7", "sourceRefs": [ { - "mappedName": "#32:2;:H491,V", + "mappedName": "#56:2;:He09,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#32:2;:H491,V", + "persistentId": "Pocket17:mapped:#56:2;:He09,V", "stageId": "Pocket17" }, { - "mappedName": "#1a:2;:U;XTR;:H490:7,V", + "mappedName": "#36:2;:U2;XTR;:He08:8,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#1a:2;:U;XTR;:H490:7,V", + "persistentId": "Pad17:mapped:#36:2;:U2;XTR;:He08:8,V", "stageId": "Pad17" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g2v22;SKT", + "persistentId": "Sketch17:mapped:g2;SKT", "stageId": "Sketch17" } ] @@ -74224,17 +101578,17 @@ "indexedName": "Vertex9", "indexedStringIds": [ 20, - 40, 65, - 70 + 70, + 78 ], "kind": "vertex", - "mappedName": "#28:2;:G#46;CUT;:H-493:a,V;:H493,V", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V;:He0b,V", "mappedStringIds": [ 20, - 40, 65, - 70 + 70, + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74242,12 +101596,12 @@ "index": 9, "type": "Vertex" }, - "name": "#28:2;:G#46;CUT;:H-493:a,V;:H493,V", + "name": "#4e;:G#46;CUT;:H-e0b:a,V;:He0b,V", "stringIds": [ 20, - 40, 65, - 70 + 70, + 78 ] }, "relation": "generated", @@ -74255,15 +101609,15 @@ "resultPersistentId": "Body17:vertex:8", "sourceRefs": [ { - "mappedName": "#28:2;:G#46;CUT;:H-493:a,V", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#28:2;:G#46;CUT;:H-493:a,V", + "persistentId": "Pocket17:mapped:#4e;:G#46;CUT;:H-e0b:a,V", "stageId": "Pocket17" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:g3v2;SKT", + "persistentId": "PocketSketch17:mapped:g1v1;SKT", "stageId": "PocketSketch17" } ] @@ -74272,17 +101626,17 @@ "indexedName": "Vertex10", "indexedStringIds": [ 20, - 41, 65, - 71 + 71, + 79 ], "kind": "vertex", - "mappedName": "#29:4;:G#47;CUT;:H-493:a,V;:H493,V", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V;:He0b,V", "mappedStringIds": [ 20, - 41, 65, - 71 + 71, + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74290,12 +101644,12 @@ "index": 10, "type": "Vertex" }, - "name": "#29:4;:G#47;CUT;:H-493:a,V;:H493,V", + "name": "#4f;:G#47;CUT;:H-e0b:a,V;:He0b,V", "stringIds": [ 20, - 41, 65, - 71 + 71, + 79 ] }, "relation": "generated", @@ -74303,15 +101657,15 @@ "resultPersistentId": "Body17:vertex:9", "sourceRefs": [ { - "mappedName": "#29:4;:G#47;CUT;:H-493:a,V", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#29:4;:G#47;CUT;:H-493:a,V", + "persistentId": "Pocket17:mapped:#4f;:G#47;CUT;:H-e0b:a,V", "stageId": "Pocket17" }, { - "mappedName": "(#41:1;K-7;:H491:4,F)", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:(#41:1;K-7;:H491:4,F)", + "persistentId": "PocketSketch17:mapped:g1v2;SKT", "stageId": "PocketSketch17" } ] @@ -74320,17 +101674,17 @@ "indexedName": "Vertex11", "indexedStringIds": [ 20, - 42, 65, - 72 + 72, + 80 ], "kind": "vertex", - "mappedName": "#2a:6;:G#48;CUT;:H-493:a,V;:H493,V", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V;:He0b,V", "mappedStringIds": [ 20, - 42, 65, - 72 + 72, + 80 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74338,12 +101692,12 @@ "index": 11, "type": "Vertex" }, - "name": "#2a:6;:G#48;CUT;:H-493:a,V;:H493,V", + "name": "#50;:G#48;CUT;:H-e0b:a,V;:He0b,V", "stringIds": [ 20, - 42, 65, - 72 + 72, + 80 ] }, "relation": "generated", @@ -74351,15 +101705,15 @@ "resultPersistentId": "Body17:vertex:10", "sourceRefs": [ { - "mappedName": "#2a:6;:G#48;CUT;:H-493:a,V", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#2a:6;:G#48;CUT;:H-493:a,V", + "persistentId": "Pocket17:mapped:#50;:G#48;CUT;:H-e0b:a,V", "stageId": "Pocket17" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#66", + "persistentId": "PocketSketch17:mapped:g2v2;SKT", "stageId": "PocketSketch17" } ] @@ -74368,17 +101722,17 @@ "indexedName": "Vertex12", "indexedStringIds": [ 20, - 43, 65, - 73 + 73, + 81 ], "kind": "vertex", - "mappedName": "#2b:8;:G#49;CUT;:H-493:a,V;:H493,V", + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V;:He0b,V", "mappedStringIds": [ 20, - 43, 65, - 73 + 73, + 81 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74386,12 +101740,12 @@ "index": 12, "type": "Vertex" }, - "name": "#2b:8;:G#49;CUT;:H-493:a,V;:H493,V", + "name": "#51;:G#49;CUT;:H-e0b:a,V;:He0b,V", "stringIds": [ 20, - 43, 65, - 73 + 73, + 81 ] }, "relation": "generated", @@ -74399,87 +101753,9 @@ "resultPersistentId": "Body17:vertex:11", "sourceRefs": [ { - "mappedName": "#2b:8;:G#49;CUT;:H-493:a,V", + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#2b:8;:G#49;CUT;:H-493:a,V", - "stageId": "Pocket17" - }, - { - "mappedName": "#88", - "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#88", - "stageId": "PocketSketch17" - } - ] - }, - { - "indexedName": "Vertex13", - "indexedStringIds": [ - 57 - ], - "kind": "vertex", - "mappedName": "#39:4;:H-493,V;:H493,V", - "mappedStringIds": [ - 57 - ], - "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", - "reference": { - "indexedName": { - "index": 13, - "type": "Vertex" - }, - "name": "#39:4;:H-493,V;:H493,V", - "stringIds": [ - 57 - ] - }, - "relation": "preserved", - "resultIndex": 12, - "resultPersistentId": "Body17:vertex:12", - "sourceRefs": [ - { - "mappedName": "#39:4;:H-493,V", - "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#39:4;:H-493,V", - "stageId": "Pocket17" - }, - { - "mappedName": "(#41:1;K-7;:H491:4,F)", - "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:(#41:1;K-7;:H491:4,F)", - "stageId": "PocketSketch17" - } - ] - }, - { - "indexedName": "Vertex14", - "indexedStringIds": [ - 56 - ], - "kind": "vertex", - "mappedName": "#38:2;:H-493,V;:H493,V", - "mappedStringIds": [ - 56 - ], - "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", - "reference": { - "indexedName": { - "index": 14, - "type": "Vertex" - }, - "name": "#38:2;:H-493,V;:H493,V", - "stringIds": [ - 56 - ] - }, - "relation": "preserved", - "resultIndex": 13, - "resultPersistentId": "Body17:vertex:13", - "sourceRefs": [ - { - "mappedName": "#38:2;:H-493,V", - "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#38:2;:H-493,V", + "persistentId": "Pocket17:mapped:#51;:G#49;CUT;:H-e0b:a,V", "stageId": "Pocket17" }, { @@ -74491,14 +101767,92 @@ ] }, { - "indexedName": "Vertex15", + "indexedName": "Vertex13", "indexedStringIds": [ - 58 + 105 ], "kind": "vertex", - "mappedName": "#3a:6;:H-493,V;:H493,V", + "mappedName": "#69;:H-e0b,V;:He0b,V", "mappedStringIds": [ - 58 + 105 + ], + "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", + "reference": { + "indexedName": { + "index": 13, + "type": "Vertex" + }, + "name": "#69;:H-e0b,V;:He0b,V", + "stringIds": [ + 105 + ] + }, + "relation": "preserved", + "resultIndex": 12, + "resultPersistentId": "Body17:vertex:12", + "sourceRefs": [ + { + "mappedName": "#69;:H-e0b,V", + "objectId": "Pocket17", + "persistentId": "Pocket17:mapped:#69;:H-e0b,V", + "stageId": "Pocket17" + }, + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch17", + "persistentId": "PocketSketch17:mapped:g1v2;SKT", + "stageId": "PocketSketch17" + } + ] + }, + { + "indexedName": "Vertex14", + "indexedStringIds": [ + 94 + ], + "kind": "vertex", + "mappedName": "#5e;:H-e0b,V;:He0b,V", + "mappedStringIds": [ + 94 + ], + "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", + "reference": { + "indexedName": { + "index": 14, + "type": "Vertex" + }, + "name": "#5e;:H-e0b,V;:He0b,V", + "stringIds": [ + 94 + ] + }, + "relation": "preserved", + "resultIndex": 13, + "resultPersistentId": "Body17:vertex:13", + "sourceRefs": [ + { + "mappedName": "#5e;:H-e0b,V", + "objectId": "Pocket17", + "persistentId": "Pocket17:mapped:#5e;:H-e0b,V", + "stageId": "Pocket17" + }, + { + "mappedName": "g1v1;SKT", + "objectId": "PocketSketch17", + "persistentId": "PocketSketch17:mapped:g1v1;SKT", + "stageId": "PocketSketch17" + } + ] + }, + { + "indexedName": "Vertex15", + "indexedStringIds": [ + 106 + ], + "kind": "vertex", + "mappedName": "#6a:32;:H-e0b,V;:He0b,V", + "mappedStringIds": [ + 106 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74506,9 +101860,9 @@ "index": 15, "type": "Vertex" }, - "name": "#3a:6;:H-493,V;:H493,V", + "name": "#6a:32;:H-e0b,V;:He0b,V", "stringIds": [ - 58 + 106 ] }, "relation": "preserved", @@ -74516,15 +101870,15 @@ "resultPersistentId": "Body17:vertex:14", "sourceRefs": [ { - "mappedName": "#3a:6;:H-493,V", + "mappedName": "#6a:32;:H-e0b,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#3a:6;:H-493,V", + "persistentId": "Pocket17:mapped:#6a:32;:H-e0b,V", "stageId": "Pocket17" }, { - "mappedName": "#66", + "mappedName": "#5050", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#66", + "persistentId": "PocketSketch17:mapped:#5050", "stageId": "PocketSketch17" } ] @@ -74532,12 +101886,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 59 + 107 ], "kind": "vertex", - "mappedName": "#3b:8;:H-493,V;:H493,V", + "mappedName": "#6b:33;:H-e0b,V;:He0b,V", "mappedStringIds": [ - 59 + 107 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -74545,9 +101899,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3b:8;:H-493,V;:H493,V", + "name": "#6b:33;:H-e0b,V;:He0b,V", "stringIds": [ - 59 + 107 ] }, "relation": "preserved", @@ -74555,15 +101909,15 @@ "resultPersistentId": "Body17:vertex:15", "sourceRefs": [ { - "mappedName": "#3b:8;:H-493,V", + "mappedName": "#6b:33;:H-e0b,V", "objectId": "Pocket17", - "persistentId": "Pocket17:mapped:#3b:8;:H-493,V", + "persistentId": "Pocket17:mapped:#6b:33;:H-e0b,V", "stageId": "Pocket17" }, { - "mappedName": "#88", + "mappedName": "#5151", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#88", + "persistentId": "PocketSketch17:mapped:#5151", "stageId": "PocketSketch17" } ] @@ -74578,11 +101932,1452 @@ "stageId": "Body17", "status": "native-evidence" }, + "relationDigest": "28160a0ab8b121b4637d821a472da5a3185218b7e6ec13152eec5ea0b1c9afba", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:1;:H#,F", + "sourceElement": "#16:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:4;:H#,F", + "sourceElement": "#16:4", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:2;:H#,F", + "sourceElement": "#16:2", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#14:1;:H#,F", + "sourceElement": "#14:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#41:1;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#41:1;:M;CUT;:H#:7,F", + "sourceElement": "#41:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:3;:H#,F", + "sourceElement": "#16:3", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F;:H#,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#b:1;:H#,E" + ], + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F", + "sourceElement": "#26:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F;:H#,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#b:2;:H#,E" + ], + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F", + "sourceElement": "#26:2", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F;:H#,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#b:3;:H#,E" + ], + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F", + "sourceElement": "#26:3", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F;:H#,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#b:4;:H#,E" + ], + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F", + "sourceElement": "#26:4", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#3f:1;:H-e0b,F;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [ + "#1d:1;FAC;:H#:4,F", + "#24:1;:G0;XTR;:H#:8,F", + "#b:1;:H#,E" + ], + "mappedName": "#3f:1;:H-e0b,F", + "sourceElement": "#3f:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#65;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#4a;:G;XTR;:H#:7,E", + "sourceElement": "#4a", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#65;:H#,E", + "sourceElement": "#65", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#66;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#4b;:G;XTR;:H#:7,E", + "sourceElement": "#4b", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#66;:H#,E", + "sourceElement": "#66", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:1;:H#,E", + "sourceElement": "#d:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:1;:H#,E", + "sourceElement": "#36:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#68;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#4d;:G;XTR;:H#:7,E", + "sourceElement": "#4d", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#68;:H#,E", + "sourceElement": "#68", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:4;:H#,E", + "sourceElement": "#d:4", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:4;:H#,E", + "sourceElement": "#36:4", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#67;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#4c;:G;XTR;:H#:7,E", + "sourceElement": "#4c", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#67;:H#,E", + "sourceElement": "#67", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:2;:H#,E", + "sourceElement": "#d:2", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:2;:H#,E", + "sourceElement": "#36:2", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:3;:H#,E", + "sourceElement": "#d:3", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:3;:H#,E", + "sourceElement": "#36:3", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E;:H#,E", + "relation": "generated", + "resultName": "Edge13", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#b:1;:H#,E" + ], + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E", + "sourceElement": "#26:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E;:H#,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#b:2;:H#,E" + ], + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E", + "sourceElement": "#26:2", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E;:H#,E", + "relation": "generated", + "resultName": "Edge15", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#b:3;:H#,E" + ], + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E", + "sourceElement": "#26:3", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E;:H#,E", + "relation": "generated", + "resultName": "Edge16", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#b:4;:H#,E" + ], + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E", + "sourceElement": "#26:4", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge17", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V" + ], + "mappedName": "#4f;:M;CUT;:H-e0b:7,E", + "sourceElement": "#4f", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#3d:1;:H-e0b,E;:H#,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#26:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E" + ], + "mappedName": "#3d:1;:H-e0b,E", + "sourceElement": "#3d:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge19", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V" + ], + "mappedName": "#4e;:M;CUT;:H-e0b:7,E", + "sourceElement": "#4e", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#50;:M;CUT;:H-e0b:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#6;:H#,V" + ], + "mappedName": "#50;:M;CUT;:H-e0b:7,E", + "sourceElement": "#50", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#3d:2;:H-e0b,E;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#26:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E" + ], + "mappedName": "#3d:2;:H-e0b,E", + "sourceElement": "#3d:2", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#51;:M;CUT;:H-e0b:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#8;:H#,V" + ], + "mappedName": "#51;:M;CUT;:H-e0b:7,E", + "sourceElement": "#51", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#3d:3;:H-e0b,E;:H#,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#26:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E" + ], + "mappedName": "#3d:3;:H-e0b,E", + "sourceElement": "#3d:3", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#3d:4;:H-e0b,E;:H#,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#26:4;:U;XTR;:H#:7,E", + "#b:4;:H#,E" + ], + "mappedName": "#3d:4;:H-e0b,E", + "sourceElement": "#3d:4", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#4a;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4a;:H#,V", + "sourceElement": "#4a", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#53:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#53:1;:H#,V", + "sourceElement": "#53:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4b;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4b;:H#,V", + "sourceElement": "#4b", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#56:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#56:1;:H#,V", + "sourceElement": "#56:1", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#4d;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4d;:H#,V", + "sourceElement": "#4d", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#56:3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#56:3;:H#,V", + "sourceElement": "#56:3", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#4c;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4c;:H#,V", + "sourceElement": "#4c", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#56:2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#56:2;:H#,V", + "sourceElement": "#56:2", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V;:H#,V", + "relation": "generated", + "resultName": "Vertex9", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V" + ], + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V", + "sourceElement": "#4e", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V;:H#,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V" + ], + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V", + "sourceElement": "#4f", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V;:H#,V", + "relation": "generated", + "resultName": "Vertex11", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#6;:H#,V" + ], + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V", + "sourceElement": "#50", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V;:H#,V", + "relation": "generated", + "resultName": "Vertex12", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#8;:H#,V" + ], + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V", + "sourceElement": "#51", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#69;:H-e0b,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V", + "#4f;:U;XTR;:H#:7,V" + ], + "mappedName": "#69;:H-e0b,V", + "sourceElement": "#69", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#5e;:H-e0b,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V", + "#4e;:U;XTR;:H#:7,V" + ], + "mappedName": "#5e;:H-e0b,V", + "sourceElement": "#5e", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#6a:32;:H-e0b,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [ + "#5050;:U;XTR;:H#:7,V" + ], + "mappedName": "#6a:32;:H-e0b,V", + "sourceElement": "#6a:32", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#5050", + "sourceElement": "#5050", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#6b:33;:H-e0b,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [ + "#5151;:U;XTR;:H#:7,V" + ], + "mappedName": "#6b:33;:H-e0b,V", + "sourceElement": "#6b:33", + "sourceObject": "Pocket17", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#5151", + "sourceElement": "#5151", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "c780d168d3ceaf75ce64dd09012e09a6ccf65e2b66faa339eef3aefde20b0233", "shape": { + "area": 185.99999999999997, + "brepSha256": "b2e55e73e06d38d547c5f544818926ca9f51ff9089fd4d8645bd9a9088b38caa", "edges": 24, "faces": 11, + "geometryDigest": "2c5b47b085e3da4923fc22ca9a25edf6db4784848966322eecf8391d79deae71", "solids": 1, "valid": true, + "vertices": 16, "volume": 143.60000000000002 }, "typeId": "PartDesign::Body" @@ -74592,6 +103387,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -74640,11 +103436,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -74654,6 +103465,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -74702,11 +103514,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -74716,6 +103543,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -74764,11 +103592,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -74778,6 +103621,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -74826,11 +103670,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -74840,6 +103699,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -74888,11 +103748,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -74902,6 +103777,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -74950,11 +103826,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -74964,6 +103855,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -75012,11 +103904,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -75028,6 +103935,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch17", + "linkedObjects": [], "name": "Sketch17", "names": [ { @@ -75328,11 +104236,75 @@ "stageId": "Sketch17", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", "edges": 4, "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -75345,15 +104317,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad17", + "linkedObjects": [ + "Body17", + "Sketch17" + ], "name": "Pad17", "names": [ { "history": [ { "children": [ - "#b:1;:H490,E" + "#b:1;:He08,E" ], - "mappedName": "#d:1;:G;XTR;:H490:7,F", + "mappedName": "#d:1;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75368,7 +104344,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:H490:7,F", + "mappedName": "#d:1;:G;XTR;:He08:7,F", "mappedStringIds": [ 13 ], @@ -75378,9 +104354,9 @@ "history": [ { "children": [ - "#b:2;:H490,E" + "#b:2;:He08,E" ], - "mappedName": "#d:2;:G;XTR;:H490:7,F", + "mappedName": "#d:2;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75396,7 +104372,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:H490:7,F", + "mappedName": "#d:2;:G;XTR;:He08:7,F", "mappedStringIds": [ 11, 13 @@ -75407,9 +104383,9 @@ "history": [ { "children": [ - "#b:3;:H490,E" + "#b:3;:He08,E" ], - "mappedName": "#d:3;:G;XTR;:H490:7,F", + "mappedName": "#d:3;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75425,7 +104401,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:H490:7,F", + "mappedName": "#d:3;:G;XTR;:He08:7,F", "mappedStringIds": [ 11, 13 @@ -75436,9 +104412,9 @@ "history": [ { "children": [ - "#b:4;:H490,E" + "#b:4;:He08,E" ], - "mappedName": "#d:4;:G;XTR;:H490:7,F", + "mappedName": "#d:4;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75454,7 +104430,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:H490:7,F", + "mappedName": "#d:4;:G;XTR;:He08:7,F", "mappedStringIds": [ 11, 13 @@ -75465,9 +104441,9 @@ "history": [ { "children": [ - "#b:1;:H490,E" + "#b:1;:He08,E" ], - "mappedName": "#d:1;FAC;:H490:4,F", + "mappedName": "#d:1;FAC;:He08:4,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75482,7 +104458,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:H490:4,F", + "mappedName": "#d:1;FAC;:He08:4,F", "mappedStringIds": [ 13 ], @@ -75492,10 +104468,10 @@ "history": [ { "children": [ - "#d:1;FAC;:H490:4,F", - "#b:1;:H490,E" + "#d:1;FAC;:He08:4,F", + "#b:1;:He08,E" ], - "mappedName": "#14:1;:G0;XTR;:H490:8,F", + "mappedName": "#14:1;:G0;XTR;:He08:8,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75510,7 +104486,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:H490:8,F", + "mappedName": "#14:1;:G0;XTR;:He08:8,F", "mappedStringIds": [ 20 ], @@ -75520,26 +104496,26 @@ "history": [ { "children": [ - "#2:1;:H490,V" + "#2;:He08,V" ], - "mappedName": "#f:1;:G;XTR;:H490:7,E", + "mappedName": "#4a;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 74 ], - "mappedName": "#f:1;:G;XTR;:H490:7,E", + "mappedName": "#4a;:G;XTR;:He08:7,E", "mappedStringIds": [ - 15 + 74 ], "name": "Edge1" }, @@ -75547,26 +104523,26 @@ "history": [ { "children": [ - "#4:2;:H490,V" + "#4;:He08,V" ], - "mappedName": "#10:2;:G;XTR;:H490:7,E", + "mappedName": "#4b;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 75 ], - "mappedName": "#10:2;:G;XTR;:H490:7,E", + "mappedName": "#4b;:G;XTR;:He08:7,E", "mappedStringIds": [ - 16 + 75 ], "name": "Edge2" }, @@ -75574,7 +104550,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H490,E", + "mappedName": "#b:1;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75589,7 +104565,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H490,E", + "mappedName": "#b:1;:He08,E", "mappedStringIds": [ 11 ], @@ -75599,10 +104575,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:H490:7,F", - "#b:1;:H490,E" + "#d:1;:G;XTR;:He08:7,F", + "#b:1;:He08,E" ], - "mappedName": "#16:1;:U;XTR;:H490:7,E", + "mappedName": "#16:1;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75617,7 +104593,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:H490:7,E", + "mappedName": "#16:1;:U;XTR;:He08:7,E", "mappedStringIds": [ 22 ], @@ -75627,26 +104603,26 @@ "history": [ { "children": [ - "#6:2;:H490,V" + "#6;:He08,V" ], - "mappedName": "#11:2;:G;XTR;:H490:7,E", + "mappedName": "#4c;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 76 ], - "mappedName": "#11:2;:G;XTR;:H490:7,E", + "mappedName": "#4c;:G;XTR;:He08:7,E", "mappedStringIds": [ - 17 + 76 ], "name": "Edge5" }, @@ -75654,7 +104630,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H490,E", + "mappedName": "#b:2;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75669,7 +104645,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H490,E", + "mappedName": "#b:2;:He08,E", "mappedStringIds": [ 11 ], @@ -75679,10 +104655,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:H490:7,F", - "#b:2;:H490,E" + "#d:2;:G;XTR;:He08:7,F", + "#b:2;:He08,E" ], - "mappedName": "#16:2;:U;XTR;:H490:7,E", + "mappedName": "#16:2;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75699,7 +104675,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:H490:7,E", + "mappedName": "#16:2;:U;XTR;:He08:7,E", "mappedStringIds": [ 11, 13, @@ -75711,26 +104687,26 @@ "history": [ { "children": [ - "#8:2;:H490,V" + "#8;:He08,V" ], - "mappedName": "#12:2;:G;XTR;:H490:7,E", + "mappedName": "#4d;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 77 ], - "mappedName": "#12:2;:G;XTR;:H490:7,E", + "mappedName": "#4d;:G;XTR;:He08:7,E", "mappedStringIds": [ - 18 + 77 ], "name": "Edge8" }, @@ -75738,7 +104714,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H490,E", + "mappedName": "#b:3;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75753,7 +104729,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H490,E", + "mappedName": "#b:3;:He08,E", "mappedStringIds": [ 11 ], @@ -75763,10 +104739,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:H490:7,F", - "#b:3;:H490,E" + "#d:3;:G;XTR;:He08:7,F", + "#b:3;:He08,E" ], - "mappedName": "#16:3;:U;XTR;:H490:7,E", + "mappedName": "#16:3;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75783,7 +104759,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:H490:7,E", + "mappedName": "#16:3;:U;XTR;:He08:7,E", "mappedStringIds": [ 11, 13, @@ -75795,7 +104771,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H490,E", + "mappedName": "#b:4;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75810,7 +104786,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H490,E", + "mappedName": "#b:4;:He08,E", "mappedStringIds": [ 11 ], @@ -75820,10 +104796,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:H490:7,F", - "#b:4;:H490,E" + "#d:4;:G;XTR;:He08:7,F", + "#b:4;:He08,E" ], - "mappedName": "#16:4;:U;XTR;:H490:7,E", + "mappedName": "#16:4;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -75840,7 +104816,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:H490:7,E", + "mappedName": "#16:4;:U;XTR;:He08:7,E", "mappedStringIds": [ 11, 13, @@ -75852,13 +104828,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H490,V", + "mappedName": "#2;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } @@ -75867,7 +104843,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H490,V", + "mappedName": "#2;:He08,V", "mappedStringIds": [ 2 ], @@ -75877,27 +104853,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:H490:7,E", - "#2:1;:H490,V" + "#16:1;:U;XTR;:He08:7,E", + "#d:1;:G;XTR;:He08:7,F", + "#b:1;:He08,E" ], - "mappedName": "#18:1;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U;XTR;:He08:7,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], - "mappedName": "#18:1;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U;XTR;:He08:7,V", "mappedStringIds": [ - 24 + 54 ], "name": "Vertex2" }, @@ -75905,13 +104882,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H490,V", + "mappedName": "#4;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } @@ -75920,7 +104897,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H490,V", + "mappedName": "#4;:He08,V", "mappedStringIds": [ 4 ], @@ -75930,27 +104907,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:H490:7,E", - "#4:2;:H490,V" + "#16:1;:U;XTR;:He08:7,E", + "#d:1;:G;XTR;:He08:7,F", + "#b:1;:He08,E" ], - "mappedName": "#19:2;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U2;XTR;:He08:8,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], - "mappedName": "#19:2;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U2;XTR;:He08:8,V", "mappedStringIds": [ - 25 + 54 ], "name": "Vertex4" }, @@ -75958,13 +104936,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H490,V", + "mappedName": "#6;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } @@ -75973,7 +104951,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H490,V", + "mappedName": "#6;:He08,V", "mappedStringIds": [ 6 ], @@ -75983,27 +104961,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:H490:7,E", - "#6:2;:H490,V" + "#16:2;:U;XTR;:He08:7,E", + "#d:2;:G;XTR;:He08:7,F", + "#b:2;:He08,E" ], - "mappedName": "#1a:2;:U;XTR;:H490:7,V", + "mappedName": "#36:2;:U2;XTR;:He08:8,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], - "mappedName": "#1a:2;:U;XTR;:H490:7,V", + "mappedName": "#36:2;:U2;XTR;:He08:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "name": "Vertex6" }, @@ -76011,13 +104996,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H490,V", + "mappedName": "#8;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } @@ -76026,7 +105011,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H490,V", + "mappedName": "#8;:He08,V", "mappedStringIds": [ 8 ], @@ -76036,27 +105021,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:H490:7,E", - "#8:2;:H490,V" + "#16:3;:U;XTR;:He08:7,E", + "#d:3;:G;XTR;:He08:7,F", + "#b:3;:He08,E" ], - "mappedName": "#1b:2;:U;XTR;:H490:7,V", + "mappedName": "#36:3;:U2;XTR;:He08:8,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], - "mappedName": "#1b:2;:U;XTR;:H490:7,V", + "mappedName": "#36:3;:U2;XTR;:He08:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "name": "Vertex8" } @@ -76074,7 +105066,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:H490:7,F", + "mappedName": "#d:1;:G;XTR;:He08:7,F", "mappedStringIds": [ 13 ], @@ -76084,7 +105076,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:H490:7,F", + "name": "#d:1;:G;XTR;:He08:7,F", "stringIds": [ 13 ] @@ -76108,7 +105100,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:H490:7,F", + "mappedName": "#d:2;:G;XTR;:He08:7,F", "mappedStringIds": [ 11, 13 @@ -76119,7 +105111,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:H490:7,F", + "name": "#d:2;:G;XTR;:He08:7,F", "stringIds": [ 11, 13 @@ -76144,7 +105136,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:H490:7,F", + "mappedName": "#d:3;:G;XTR;:He08:7,F", "mappedStringIds": [ 11, 13 @@ -76155,7 +105147,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:H490:7,F", + "name": "#d:3;:G;XTR;:He08:7,F", "stringIds": [ 11, 13 @@ -76180,7 +105172,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:H490:7,F", + "mappedName": "#d:4;:G;XTR;:He08:7,F", "mappedStringIds": [ 11, 13 @@ -76191,7 +105183,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:H490:7,F", + "name": "#d:4;:G;XTR;:He08:7,F", "stringIds": [ 11, 13 @@ -76215,7 +105207,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:H490:4,F", + "mappedName": "#d:1;FAC;:He08:4,F", "mappedStringIds": [ 13 ], @@ -76225,7 +105217,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:H490:4,F", + "name": "#d:1;FAC;:He08:4,F", "stringIds": [ 13 ] @@ -76248,7 +105240,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:H490:8,F", + "mappedName": "#14:1;:G0;XTR;:He08:8,F", "mappedStringIds": [ 20 ], @@ -76258,7 +105250,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:H490:8,F", + "name": "#14:1;:G0;XTR;:He08:8,F", "stringIds": [ 20 ] @@ -76278,12 +105270,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 74 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:H490:7,E", + "mappedName": "#4a;:G;XTR;:He08:7,E", "mappedStringIds": [ - 15 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -76291,9 +105283,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:H490:7,E", + "name": "#4a;:G;XTR;:He08:7,E", "stringIds": [ - 15 + 74 ] }, "relation": "generated", @@ -76301,9 +105293,9 @@ "resultPersistentId": "Pad17:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v11;SKT", + "persistentId": "Sketch17:mapped:g1v1;SKT", "stageId": "Sketch17" } ] @@ -76311,12 +105303,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 75 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:H490:7,E", + "mappedName": "#4b;:G;XTR;:He08:7,E", "mappedStringIds": [ - 16 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -76324,9 +105316,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:H490:7,E", + "name": "#4b;:G;XTR;:He08:7,E", "stringIds": [ - 16 + 75 ] }, "relation": "generated", @@ -76334,9 +105326,9 @@ "resultPersistentId": "Pad17:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v22;SKT", + "persistentId": "Sketch17:mapped:g1v2;SKT", "stageId": "Sketch17" } ] @@ -76347,7 +105339,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H490,E", + "mappedName": "#b:1;:He08,E", "mappedStringIds": [ 11 ], @@ -76357,7 +105349,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:H490,E", + "name": "#b:1;:He08,E", "stringIds": [ 11 ] @@ -76380,7 +105372,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:H490:7,E", + "mappedName": "#16:1;:U;XTR;:He08:7,E", "mappedStringIds": [ 22 ], @@ -76390,7 +105382,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:H490:7,E", + "name": "#16:1;:U;XTR;:He08:7,E", "stringIds": [ 22 ] @@ -76410,12 +105402,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 76 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:H490:7,E", + "mappedName": "#4c;:G;XTR;:He08:7,E", "mappedStringIds": [ - 17 + 76 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -76423,9 +105415,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:H490:7,E", + "name": "#4c;:G;XTR;:He08:7,E", "stringIds": [ - 17 + 76 ] }, "relation": "generated", @@ -76433,9 +105425,9 @@ "resultPersistentId": "Pad17:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g2v22;SKT", + "persistentId": "Sketch17:mapped:g2v2;SKT", "stageId": "Sketch17" } ] @@ -76446,7 +105438,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H490,E", + "mappedName": "#b:2;:He08,E", "mappedStringIds": [ 11 ], @@ -76456,7 +105448,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:H490,E", + "name": "#b:2;:He08,E", "stringIds": [ 11 ] @@ -76481,7 +105473,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:H490:7,E", + "mappedName": "#16:2;:U;XTR;:He08:7,E", "mappedStringIds": [ 11, 13, @@ -76493,7 +105485,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:H490:7,E", + "name": "#16:2;:U;XTR;:He08:7,E", "stringIds": [ 11, 13, @@ -76515,12 +105507,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 77 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:H490:7,E", + "mappedName": "#4d;:G;XTR;:He08:7,E", "mappedStringIds": [ - 18 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -76528,9 +105520,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:H490:7,E", + "name": "#4d;:G;XTR;:He08:7,E", "stringIds": [ - 18 + 77 ] }, "relation": "generated", @@ -76538,9 +105530,9 @@ "resultPersistentId": "Pad17:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g3v22;SKT", + "persistentId": "Sketch17:mapped:g3v2;SKT", "stageId": "Sketch17" } ] @@ -76551,7 +105543,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H490,E", + "mappedName": "#b:3;:He08,E", "mappedStringIds": [ 11 ], @@ -76561,7 +105553,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:H490,E", + "name": "#b:3;:He08,E", "stringIds": [ 11 ] @@ -76586,7 +105578,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:H490:7,E", + "mappedName": "#16:3;:U;XTR;:He08:7,E", "mappedStringIds": [ 11, 13, @@ -76598,7 +105590,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:H490:7,E", + "name": "#16:3;:U;XTR;:He08:7,E", "stringIds": [ 11, 13, @@ -76623,7 +105615,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H490,E", + "mappedName": "#b:4;:He08,E", "mappedStringIds": [ 11 ], @@ -76633,7 +105625,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H490,E", + "name": "#b:4;:He08,E", "stringIds": [ 11 ] @@ -76658,7 +105650,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:H490:7,E", + "mappedName": "#16:4;:U;XTR;:He08:7,E", "mappedStringIds": [ 11, 13, @@ -76670,7 +105662,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:H490:7,E", + "name": "#16:4;:U;XTR;:He08:7,E", "stringIds": [ 11, 13, @@ -76695,7 +105687,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H490,V", + "mappedName": "#2;:He08,V", "mappedStringIds": [ 2 ], @@ -76705,7 +105697,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H490,V", + "name": "#2;:He08,V", "stringIds": [ 2 ] @@ -76715,9 +105707,9 @@ "resultPersistentId": "Pad17:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v11;SKT", + "persistentId": "Sketch17:mapped:g1v1;SKT", "stageId": "Sketch17" } ] @@ -76725,12 +105717,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U;XTR;:He08:7,V", "mappedStringIds": [ - 24 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -76738,9 +105730,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:H490:7,V", + "name": "#36:1;:U;XTR;:He08:7,V", "stringIds": [ - 24 + 54 ] }, "relation": "preserved", @@ -76748,9 +105740,9 @@ "resultPersistentId": "Pad17:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v11;SKT", + "persistentId": "Sketch17:mapped:g1;SKT", "stageId": "Sketch17" } ] @@ -76761,7 +105753,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H490,V", + "mappedName": "#4;:He08,V", "mappedStringIds": [ 4 ], @@ -76771,7 +105763,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:H490,V", + "name": "#4;:He08,V", "stringIds": [ 4 ] @@ -76781,9 +105773,9 @@ "resultPersistentId": "Pad17:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v22;SKT", + "persistentId": "Sketch17:mapped:g1v2;SKT", "stageId": "Sketch17" } ] @@ -76791,12 +105783,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U2;XTR;:He08:8,V", "mappedStringIds": [ - 25 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -76804,9 +105796,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:H490:7,V", + "name": "#36:1;:U2;XTR;:He08:8,V", "stringIds": [ - 25 + 54 ] }, "relation": "preserved", @@ -76814,9 +105806,9 @@ "resultPersistentId": "Pad17:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v22;SKT", + "persistentId": "Sketch17:mapped:g1;SKT", "stageId": "Sketch17" } ] @@ -76827,7 +105819,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H490,V", + "mappedName": "#6;:He08,V", "mappedStringIds": [ 6 ], @@ -76837,7 +105829,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H490,V", + "name": "#6;:He08,V", "stringIds": [ 6 ] @@ -76847,9 +105839,9 @@ "resultPersistentId": "Pad17:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g2v22;SKT", + "persistentId": "Sketch17:mapped:g2v2;SKT", "stageId": "Sketch17" } ] @@ -76857,12 +105849,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:H490:7,V", + "mappedName": "#36:2;:U2;XTR;:He08:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -76870,9 +105868,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:H490:7,V", + "name": "#36:2;:U2;XTR;:He08:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -76880,9 +105881,9 @@ "resultPersistentId": "Pad17:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g2v22;SKT", + "persistentId": "Sketch17:mapped:g2;SKT", "stageId": "Sketch17" } ] @@ -76893,7 +105894,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H490,V", + "mappedName": "#8;:He08,V", "mappedStringIds": [ 8 ], @@ -76903,7 +105904,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H490,V", + "name": "#8;:He08,V", "stringIds": [ 8 ] @@ -76913,9 +105914,9 @@ "resultPersistentId": "Pad17:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g3v22;SKT", + "persistentId": "Sketch17:mapped:g3v2;SKT", "stageId": "Sketch17" } ] @@ -76923,12 +105924,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:H490:7,V", + "mappedName": "#36:3;:U2;XTR;:He08:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -76936,9 +105943,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:H490:7,V", + "name": "#36:3;:U2;XTR;:He08:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -76946,9 +105956,9 @@ "resultPersistentId": "Pad17:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g3v22;SKT", + "persistentId": "Sketch17:mapped:g3;SKT", "stageId": "Sketch17" } ] @@ -76963,11 +105973,409 @@ "stageId": "Pad17", "status": "native-evidence" }, + "relationDigest": "f54d0fbb396fae621163c58f047ed35d7e9d5c185487e07d2ae254c208f16220", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#4a;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#4b;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#4c;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#4d;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "b15da8ac5d7c0413cdaf3dd82d545c3cc84c131ce25b8c27726ce43406868a59", "shape": { + "area": 169.99999999999997, + "brepSha256": "18bd5794f24614da63eec30a5548f0f06eafcaceec6e366204805b8c7d1ba529", "edges": 12, "faces": 6, + "geometryDigest": "eb8470c20e1ba0010c97d146b04d47381be407845fd327ba38a19c4cc204da76", "solids": 1, "valid": true, + "vertices": 8, "volume": 149.99999999999997 }, "typeId": "PartDesign::Pad" @@ -76979,6 +106387,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "PocketSketch17", + "linkedObjects": [], "name": "PocketSketch17", "names": [ { @@ -77279,11 +106688,75 @@ "stageId": "PocketSketch17", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", "edges": 4, "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -77296,21 +106769,26 @@ "elementMapSize": 55, "elementMapVersion": "15.70200.5", "label": "Pocket17", + "linkedObjects": [ + "Body17", + "Pad17", + "PocketSketch17" + ], "name": "Pocket17", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:H491,F", + "mappedName": "#16:1;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H490,E" + "#b:1;:He08,E" ], - "mappedName": "#d:1;:G;XTR;:H490:7,F", + "mappedName": "#d:1;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77325,7 +106803,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:H491,F", + "mappedName": "#16:1;:He09,F", "mappedStringIds": [ 22 ], @@ -77335,15 +106813,15 @@ "history": [ { "children": [], - "mappedName": "#16:4;:H491,F", + "mappedName": "#16:4;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:H490,E" + "#b:4;:He08,E" ], - "mappedName": "#d:4;:G;XTR;:H490:7,F", + "mappedName": "#d:4;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77360,7 +106838,7 @@ 13, 22 ], - "mappedName": "#16:4;:H491,F", + "mappedName": "#16:4;:He09,F", "mappedStringIds": [ 11, 13, @@ -77372,15 +106850,15 @@ "history": [ { "children": [], - "mappedName": "#16:2;:H491,F", + "mappedName": "#16:2;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:H490,E" + "#b:2;:He08,E" ], - "mappedName": "#d:2;:G;XTR;:H490:7,F", + "mappedName": "#d:2;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77397,7 +106875,7 @@ 13, 22 ], - "mappedName": "#16:2;:H491,F", + "mappedName": "#16:2;:He09,F", "mappedStringIds": [ 11, 13, @@ -77409,15 +106887,15 @@ "history": [ { "children": [], - "mappedName": "#14:1;:H491,F", + "mappedName": "#14:1;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H490,E" + "#b:1;:He08,E" ], - "mappedName": "#d:1;FAC;:H490:4,F", + "mappedName": "#d:1;FAC;:He08:4,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77432,7 +106910,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:H491,F", + "mappedName": "#14:1;:He09,F", "mappedStringIds": [ 20 ], @@ -77442,16 +106920,16 @@ "history": [ { "children": [], - "mappedName": "#41:1;:M;CUT;:H491:7,F", + "mappedName": "#41:1;:M;CUT;:He09:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:H490:4,F", - "#b:1;:H490,E" + "#d:1;FAC;:He08:4,F", + "#b:1;:He08,E" ], - "mappedName": "#14:1;:G0;XTR;:H490:8,F", + "mappedName": "#14:1;:G0;XTR;:He08:8,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77467,7 +106945,7 @@ 20, 65 ], - "mappedName": "#41:1;:M;CUT;:H491:7,F", + "mappedName": "#41:1;:M;CUT;:He09:7,F", "mappedStringIds": [ 20, 65 @@ -77478,15 +106956,15 @@ "history": [ { "children": [], - "mappedName": "#16:3;:H491,F", + "mappedName": "#16:3;:He09,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:H490,E" + "#b:3;:He08,E" ], - "mappedName": "#d:3;:G;XTR;:H490:7,F", + "mappedName": "#d:3;:G;XTR;:He08:7,F", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77503,7 +106981,7 @@ 13, 22 ], - "mappedName": "#16:3;:H491,F", + "mappedName": "#16:3;:He09,F", "mappedStringIds": [ 11, 13, @@ -77515,10 +106993,10 @@ "history": [ { "children": [ - "#1d:1;:G;XTR;:H492:7,F", - "#b:1;:H492,E" + "#1d:1;:G;XTR;:He0a:7,F", + "#b:1;:He0a,E" ], - "mappedName": "#26:1;:M;CUT;:H-493:7,F", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -77533,7 +107011,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:M;CUT;:H-493:7,F", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F", "mappedStringIds": [ 38 ], @@ -77543,10 +107021,10 @@ "history": [ { "children": [ - "#1d:2;:G;XTR;:H492:7,F", - "#b:2;:H492,E" + "#1d:2;:G;XTR;:He0a:7,F", + "#b:2;:He0a,E" ], - "mappedName": "#26:2;:M;CUT;:H-493:7,F", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -77563,7 +107041,7 @@ 29, 38 ], - "mappedName": "#26:2;:M;CUT;:H-493:7,F", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F", "mappedStringIds": [ 11, 29, @@ -77575,10 +107053,10 @@ "history": [ { "children": [ - "#1d:3;:G;XTR;:H492:7,F", - "#b:3;:H492,E" + "#1d:3;:G;XTR;:He0a:7,F", + "#b:3;:He0a,E" ], - "mappedName": "#26:3;:M;CUT;:H-493:7,F", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -77595,7 +107073,7 @@ 29, 38 ], - "mappedName": "#26:3;:M;CUT;:H-493:7,F", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F", "mappedStringIds": [ 11, 29, @@ -77607,10 +107085,10 @@ "history": [ { "children": [ - "#1d:4;:G;XTR;:H492:7,F", - "#b:4;:H492,E" + "#1d:4;:G;XTR;:He0a:7,F", + "#b:4;:He0a,E" ], - "mappedName": "#26:4;:M;CUT;:H-493:7,F", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -77627,7 +107105,7 @@ 29, 38 ], - "mappedName": "#26:4;:M;CUT;:H-493:7,F", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F", "mappedStringIds": [ 11, 29, @@ -77639,11 +107117,11 @@ "history": [ { "children": [ - "#24:1;:G0;XTR;:H492:8,F", - "#1d:1;FAC;:H492:4,F", - "#b:1;:H492,E" + "#24:1;:G0;XTR;:He0a:8,F", + "#1d:1;FAC;:He0a:4,F", + "#b:1;:He0a,E" ], - "mappedName": "#3f:1;:H-493,F", + "mappedName": "#3f:1;:H-e0b,F", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -77658,7 +107136,7 @@ "indexedStringIds": [ 63 ], - "mappedName": "#3f:1;:H-493,F", + "mappedName": "#3f:1;:H-e0b,F", "mappedStringIds": [ 63 ], @@ -77668,32 +107146,32 @@ "history": [ { "children": [], - "mappedName": "#18:1;:H491,E", + "mappedName": "#65;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#2:1;:H490,V" + "#2;:He08,V" ], - "mappedName": "#f:1;:G;XTR;:H490:7,E", + "mappedName": "#4a;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 101 ], - "mappedName": "#18:1;:H491,E", + "mappedName": "#65;:He09,E", "mappedStringIds": [ - 24 + 101 ], "name": "Edge1" }, @@ -77701,32 +107179,32 @@ "history": [ { "children": [], - "mappedName": "#19:2;:H491,E", + "mappedName": "#66;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#4:2;:H490,V" + "#4;:He08,V" ], - "mappedName": "#10:2;:G;XTR;:H490:7,E", + "mappedName": "#4b;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 102 ], - "mappedName": "#19:2;:H491,E", + "mappedName": "#66;:He09,E", "mappedStringIds": [ - 25 + 102 ], "name": "Edge2" }, @@ -77734,13 +107212,13 @@ "history": [ { "children": [], - "mappedName": "#d:1;:H491,E", + "mappedName": "#d:1;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:H490,E", + "mappedName": "#b:1;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77755,7 +107233,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:H491,E", + "mappedName": "#d:1;:He09,E", "mappedStringIds": [ 13 ], @@ -77765,16 +107243,16 @@ "history": [ { "children": [], - "mappedName": "#36:1;:H491,E", + "mappedName": "#36:1;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:H490:7,F", - "#b:1;:H490,E" + "#d:1;:G;XTR;:He08:7,F", + "#b:1;:He08,E" ], - "mappedName": "#16:1;:U;XTR;:H490:7,E", + "mappedName": "#16:1;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77789,7 +107267,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:H491,E", + "mappedName": "#36:1;:He09,E", "mappedStringIds": [ 54 ], @@ -77799,32 +107277,32 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:H491,E", + "mappedName": "#68;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#8:2;:H490,V" + "#8;:He08,V" ], - "mappedName": "#12:2;:G;XTR;:H490:7,E", + "mappedName": "#4d;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 104 ], - "mappedName": "#1b:2;:H491,E", + "mappedName": "#68;:He09,E", "mappedStringIds": [ - 27 + 104 ], "name": "Edge5" }, @@ -77832,13 +107310,13 @@ "history": [ { "children": [], - "mappedName": "#d:4;:H491,E", + "mappedName": "#d:4;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:H490,E", + "mappedName": "#b:4;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77854,7 +107332,7 @@ 11, 13 ], - "mappedName": "#d:4;:H491,E", + "mappedName": "#d:4;:He09,E", "mappedStringIds": [ 11, 13 @@ -77865,16 +107343,16 @@ "history": [ { "children": [], - "mappedName": "#36:4;:H491,E", + "mappedName": "#36:4;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:H490:7,F", - "#b:4;:H490,E" + "#d:4;:G;XTR;:He08:7,F", + "#b:4;:He08,E" ], - "mappedName": "#16:4;:U;XTR;:H490:7,E", + "mappedName": "#16:4;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77892,7 +107370,7 @@ 22, 54 ], - "mappedName": "#36:4;:H491,E", + "mappedName": "#36:4;:He09,E", "mappedStringIds": [ 11, 13, @@ -77905,32 +107383,32 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:H491,E", + "mappedName": "#67;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#6:2;:H490,V" + "#6;:He08,V" ], - "mappedName": "#11:2;:G;XTR;:H490:7,E", + "mappedName": "#4c;:G;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 103 ], - "mappedName": "#1a:2;:H491,E", + "mappedName": "#67;:He09,E", "mappedStringIds": [ - 26 + 103 ], "name": "Edge8" }, @@ -77938,13 +107416,13 @@ "history": [ { "children": [], - "mappedName": "#d:2;:H491,E", + "mappedName": "#d:2;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:H490,E", + "mappedName": "#b:2;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77960,7 +107438,7 @@ 11, 13 ], - "mappedName": "#d:2;:H491,E", + "mappedName": "#d:2;:He09,E", "mappedStringIds": [ 11, 13 @@ -77971,16 +107449,16 @@ "history": [ { "children": [], - "mappedName": "#36:2;:H491,E", + "mappedName": "#36:2;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:H490:7,F", - "#b:2;:H490,E" + "#d:2;:G;XTR;:He08:7,F", + "#b:2;:He08,E" ], - "mappedName": "#16:2;:U;XTR;:H490:7,E", + "mappedName": "#16:2;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -77998,7 +107476,7 @@ 22, 54 ], - "mappedName": "#36:2;:H491,E", + "mappedName": "#36:2;:He09,E", "mappedStringIds": [ 11, 13, @@ -78011,13 +107489,13 @@ "history": [ { "children": [], - "mappedName": "#d:3;:H491,E", + "mappedName": "#d:3;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:H490,E", + "mappedName": "#b:3;:He08,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -78033,7 +107511,7 @@ 11, 13 ], - "mappedName": "#d:3;:H491,E", + "mappedName": "#d:3;:He09,E", "mappedStringIds": [ 11, 13 @@ -78044,16 +107522,16 @@ "history": [ { "children": [], - "mappedName": "#36:3;:H491,E", + "mappedName": "#36:3;:He09,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:H490:7,F", - "#b:3;:H490,E" + "#d:3;:G;XTR;:He08:7,F", + "#b:3;:He08,E" ], - "mappedName": "#16:3;:U;XTR;:H490:7,E", + "mappedName": "#16:3;:U;XTR;:He08:7,E", "object": "Pad17", "typeId": "PartDesign::Pad" }, @@ -78071,7 +107549,7 @@ 22, 54 ], - "mappedName": "#36:3;:H491,E", + "mappedName": "#36:3;:He09,E", "mappedStringIds": [ 11, 13, @@ -78084,10 +107562,10 @@ "history": [ { "children": [ - "#1d:1;:G;XTR;:H492:7,F", - "#b:1;:H492,E" + "#1d:1;:G;XTR;:He0a:7,F", + "#b:1;:He0a,E" ], - "mappedName": "#26:1;:G#42;CUT;:H-493:a,E", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -78105,7 +107583,7 @@ 65, 66 ], - "mappedName": "#26:1;:G#42;CUT;:H-493:a,E", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E", "mappedStringIds": [ 20, 38, @@ -78118,10 +107596,10 @@ "history": [ { "children": [ - "#1d:2;:G;XTR;:H492:7,F", - "#b:2;:H492,E" + "#1d:2;:G;XTR;:He0a:7,F", + "#b:2;:He0a,E" ], - "mappedName": "#26:2;:G#43;CUT;:H-493:a,E", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -78141,7 +107619,7 @@ 65, 67 ], - "mappedName": "#26:2;:G#43;CUT;:H-493:a,E", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E", "mappedStringIds": [ 11, 20, @@ -78156,10 +107634,10 @@ "history": [ { "children": [ - "#1d:3;:G;XTR;:H492:7,F", - "#b:3;:H492,E" + "#1d:3;:G;XTR;:He0a:7,F", + "#b:3;:He0a,E" ], - "mappedName": "#26:3;:G#44;CUT;:H-493:a,E", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -78179,7 +107657,7 @@ 65, 68 ], - "mappedName": "#26:3;:G#44;CUT;:H-493:a,E", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E", "mappedStringIds": [ 11, 20, @@ -78194,10 +107672,10 @@ "history": [ { "children": [ - "#1d:4;:G;XTR;:H492:7,F", - "#b:4;:H492,E" + "#1d:4;:G;XTR;:He0a:7,F", + "#b:4;:He0a,E" ], - "mappedName": "#26:4;:G#45;CUT;:H-493:a,E", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -78217,7 +107695,7 @@ 65, 69 ], - "mappedName": "#26:4;:G#45;CUT;:H-493:a,E", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E", "mappedStringIds": [ 11, 20, @@ -78232,27 +107710,27 @@ "history": [ { "children": [ - "#20:4;:G;XTR;:H492:7,E", - "#44;:H492,V" + "#20;:G;XTR;:He0a:7,E", + "#4;:He0a,V" ], - "mappedName": "#29:4;:M;CUT;:H-493:7,E", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "(#41:1;K-7;:H491:4,F)", + "mappedName": "g1v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 41 + 79 ], - "mappedName": "#29:4;:M;CUT;:H-493:7,E", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E", "mappedStringIds": [ - 41 + 79 ], "name": "Edge17" }, @@ -78260,11 +107738,11 @@ "history": [ { "children": [ - "#26:1;:U;XTR;:H492:7,E", - "#1d:1;:G;XTR;:H492:7,F", - "#b:1;:H492,E" + "#26:1;:U;XTR;:He0a:7,E", + "#1d:1;:G;XTR;:He0a:7,F", + "#b:1;:He0a,E" ], - "mappedName": "#3d:1;:H-493,E", + "mappedName": "#3d:1;:H-e0b,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -78279,7 +107757,7 @@ "indexedStringIds": [ 61 ], - "mappedName": "#3d:1;:H-493,E", + "mappedName": "#3d:1;:H-e0b,E", "mappedStringIds": [ 61 ], @@ -78289,28 +107767,27 @@ "history": [ { "children": [ - "#1f:2;:G;XTR;:H492:7,E", - "#22;:H492,V", - "#8;:H492,V" + "#1f;:G;XTR;:He0a:7,E", + "#2;:He0a,V" ], - "mappedName": "#28:2;:M;CUT;:H-493:7,E", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge19", "indexedStringIds": [ - 40 + 78 ], - "mappedName": "#28:2;:M;CUT;:H-493:7,E", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E", "mappedStringIds": [ - 40 + 78 ], "name": "Edge19" }, @@ -78318,27 +107795,27 @@ "history": [ { "children": [ - "#21:6;:G;XTR;:H492:7,E", - "#66;:H492,V" + "#21;:G;XTR;:He0a:7,E", + "#6;:He0a,V" ], - "mappedName": "#2a:6;:M;CUT;:H-493:7,E", + "mappedName": "#50;:M;CUT;:H-e0b:7,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 80 ], - "mappedName": "#2a:6;:M;CUT;:H-493:7,E", + "mappedName": "#50;:M;CUT;:H-e0b:7,E", "mappedStringIds": [ - 42 + 80 ], "name": "Edge20" }, @@ -78346,11 +107823,11 @@ "history": [ { "children": [ - "#26:2;:U;XTR;:H492:7,E", - "#1d:2;:G;XTR;:H492:7,F", - "#b:2;:H492,E" + "#26:2;:U;XTR;:He0a:7,E", + "#1d:2;:G;XTR;:He0a:7,F", + "#b:2;:He0a,E" ], - "mappedName": "#3d:2;:H-493,E", + "mappedName": "#3d:2;:H-e0b,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -78368,7 +107845,7 @@ 38, 61 ], - "mappedName": "#3d:2;:H-493,E", + "mappedName": "#3d:2;:H-e0b,E", "mappedStringIds": [ 11, 29, @@ -78381,27 +107858,27 @@ "history": [ { "children": [ - "#22:8;:G;XTR;:H492:7,E", - "#88;:H492,V" + "#22;:G;XTR;:He0a:7,E", + "#8;:He0a,V" ], - "mappedName": "#2b:8;:M;CUT;:H-493:7,E", + "mappedName": "#51;:M;CUT;:H-e0b:7,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge22", "indexedStringIds": [ - 43 + 81 ], - "mappedName": "#2b:8;:M;CUT;:H-493:7,E", + "mappedName": "#51;:M;CUT;:H-e0b:7,E", "mappedStringIds": [ - 43 + 81 ], "name": "Edge22" }, @@ -78409,11 +107886,11 @@ "history": [ { "children": [ - "#26:3;:U;XTR;:H492:7,E", - "#1d:3;:G;XTR;:H492:7,F", - "#b:3;:H492,E" + "#26:3;:U;XTR;:He0a:7,E", + "#1d:3;:G;XTR;:He0a:7,F", + "#b:3;:He0a,E" ], - "mappedName": "#3d:3;:H-493,E", + "mappedName": "#3d:3;:H-e0b,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -78431,7 +107908,7 @@ 38, 61 ], - "mappedName": "#3d:3;:H-493,E", + "mappedName": "#3d:3;:H-e0b,E", "mappedStringIds": [ 11, 29, @@ -78444,11 +107921,11 @@ "history": [ { "children": [ - "#26:4;:U;XTR;:H492:7,E", - "#1d:4;:G;XTR;:H492:7,F", - "#b:4;:H492,E" + "#26:4;:U;XTR;:He0a:7,E", + "#1d:4;:G;XTR;:He0a:7,F", + "#b:4;:He0a,E" ], - "mappedName": "#3d:4;:H-493,E", + "mappedName": "#3d:4;:H-e0b,E", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -78466,7 +107943,7 @@ 38, 61 ], - "mappedName": "#3d:4;:H-493,E", + "mappedName": "#3d:4;:H-e0b,E", "mappedStringIds": [ 11, 29, @@ -78479,30 +107956,30 @@ "history": [ { "children": [], - "mappedName": "#f:1;:H491,V", + "mappedName": "#4a;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:H490,V", + "mappedName": "#2;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 74 ], - "mappedName": "#f:1;:H491,V", + "mappedName": "#4a;:He09,V", "mappedStringIds": [ - 15 + 74 ], "name": "Vertex1" }, @@ -78510,33 +107987,34 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:H491,V", + "mappedName": "#53:1;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:H490:7,E", - "#2:1;:H490,V" + "#16:1;:U;XTR;:He08:7,E", + "#d:1;:G;XTR;:He08:7,F", + "#b:1;:He08,E" ], - "mappedName": "#18:1;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U;XTR;:He08:7,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 83 ], - "mappedName": "#2e:1;:H491,V", + "mappedName": "#53:1;:He09,V", "mappedStringIds": [ - 46 + 83 ], "name": "Vertex2" }, @@ -78544,30 +108022,30 @@ "history": [ { "children": [], - "mappedName": "#10:2;:H491,V", + "mappedName": "#4b;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:H490,V", + "mappedName": "#4;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 75 ], - "mappedName": "#10:2;:H491,V", + "mappedName": "#4b;:He09,V", "mappedStringIds": [ - 16 + 75 ], "name": "Vertex3" }, @@ -78575,33 +108053,34 @@ "history": [ { "children": [], - "mappedName": "#30:2;:H491,V", + "mappedName": "#56:1;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:H490:7,E", - "#4:2;:H490,V" + "#16:1;:U;XTR;:He08:7,E", + "#d:1;:G;XTR;:He08:7,F", + "#b:1;:He08,E" ], - "mappedName": "#19:2;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U2;XTR;:He08:8,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 86 ], - "mappedName": "#30:2;:H491,V", + "mappedName": "#56:1;:He09,V", "mappedStringIds": [ - 48 + 86 ], "name": "Vertex4" }, @@ -78609,30 +108088,30 @@ "history": [ { "children": [], - "mappedName": "#12:2;:H491,V", + "mappedName": "#4d;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:H490,V", + "mappedName": "#8;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 77 ], - "mappedName": "#12:2;:H491,V", + "mappedName": "#4d;:He09,V", "mappedStringIds": [ - 18 + 77 ], "name": "Vertex5" }, @@ -78640,33 +108119,42 @@ "history": [ { "children": [], - "mappedName": "#34:2;:H491,V", + "mappedName": "#56:3;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:H490:7,E", - "#8:2;:H490,V" + "#16:3;:U;XTR;:He08:7,E", + "#d:3;:G;XTR;:He08:7,F", + "#b:3;:He08,E" ], - "mappedName": "#1b:2;:U;XTR;:H490:7,V", + "mappedName": "#36:3;:U2;XTR;:He08:8,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ], - "mappedName": "#34:2;:H491,V", + "mappedName": "#56:3;:He09,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ], "name": "Vertex6" }, @@ -78674,30 +108162,30 @@ "history": [ { "children": [], - "mappedName": "#11:2;:H491,V", + "mappedName": "#4c;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:H490,V", + "mappedName": "#6;:He08,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 76 ], - "mappedName": "#11:2;:H491,V", + "mappedName": "#4c;:He09,V", "mappedStringIds": [ - 17 + 76 ], "name": "Vertex7" }, @@ -78705,33 +108193,42 @@ "history": [ { "children": [], - "mappedName": "#32:2;:H491,V", + "mappedName": "#56:2;:He09,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:H490:7,E", - "#6:2;:H490,V" + "#16:2;:U;XTR;:He08:7,E", + "#d:2;:G;XTR;:He08:7,F", + "#b:2;:He08,E" ], - "mappedName": "#1a:2;:U;XTR;:H490:7,V", + "mappedName": "#36:2;:U2;XTR;:He08:8,V", "object": "Pad17", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ], - "mappedName": "#32:2;:H491,V", + "mappedName": "#56:2;:He09,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ], "name": "Vertex8" }, @@ -78739,17 +108236,16 @@ "history": [ { "children": [ - "#1f:2;:G;XTR;:H492:7,E", - "#22;:H492,V", - "#8;:H492,V" + "#1f;:G;XTR;:He0a:7,E", + "#2;:He0a,V" ], - "mappedName": "#28:2;:G#46;CUT;:H-493:a,V", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } @@ -78757,16 +108253,16 @@ "indexedName": "Vertex9", "indexedStringIds": [ 20, - 40, 65, - 70 + 70, + 78 ], - "mappedName": "#28:2;:G#46;CUT;:H-493:a,V", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V", "mappedStringIds": [ 20, - 40, 65, - 70 + 70, + 78 ], "name": "Vertex9" }, @@ -78774,16 +108270,16 @@ "history": [ { "children": [ - "#20:4;:G;XTR;:H492:7,E", - "#44;:H492,V" + "#20;:G;XTR;:He0a:7,E", + "#4;:He0a,V" ], - "mappedName": "#29:4;:G#47;CUT;:H-493:a,V", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "(#41:1;K-7;:H491:4,F)", + "mappedName": "g1v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } @@ -78791,16 +108287,16 @@ "indexedName": "Vertex10", "indexedStringIds": [ 20, - 41, 65, - 71 + 71, + 79 ], - "mappedName": "#29:4;:G#47;CUT;:H-493:a,V", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V", "mappedStringIds": [ 20, - 41, 65, - 71 + 71, + 79 ], "name": "Vertex10" }, @@ -78808,16 +108304,16 @@ "history": [ { "children": [ - "#21:6;:G;XTR;:H492:7,E", - "#66;:H492,V" + "#21;:G;XTR;:He0a:7,E", + "#6;:He0a,V" ], - "mappedName": "#2a:6;:G#48;CUT;:H-493:a,V", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } @@ -78825,16 +108321,16 @@ "indexedName": "Vertex11", "indexedStringIds": [ 20, - 42, 65, - 72 + 72, + 80 ], - "mappedName": "#2a:6;:G#48;CUT;:H-493:a,V", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V", "mappedStringIds": [ 20, - 42, 65, - 72 + 72, + 80 ], "name": "Vertex11" }, @@ -78842,75 +108338,10 @@ "history": [ { "children": [ - "#22:8;:G;XTR;:H492:7,E", - "#88;:H492,V" + "#22;:G;XTR;:He0a:7,E", + "#8;:He0a,V" ], - "mappedName": "#2b:8;:G#49;CUT;:H-493:a,V", - "object": "Pocket17", - "typeId": "PartDesign::Pocket" - }, - { - "children": [], - "mappedName": "#88", - "object": "PocketSketch17", - "typeId": "Sketcher::SketchObject" - } - ], - "indexedName": "Vertex12", - "indexedStringIds": [ - 20, - 43, - 65, - 73 - ], - "mappedName": "#2b:8;:G#49;CUT;:H-493:a,V", - "mappedStringIds": [ - 20, - 43, - 65, - 73 - ], - "name": "Vertex12" - }, - { - "history": [ - { - "children": [ - "#29:4;:U;XTR;:H492:7,V", - "#20:4;:G;XTR;:H492:7,E", - "#44;:H492,V" - ], - "mappedName": "#39:4;:H-493,V", - "object": "Pocket17", - "typeId": "PartDesign::Pocket" - }, - { - "children": [], - "mappedName": "(#41:1;K-7;:H491:4,F)", - "object": "PocketSketch17", - "typeId": "Sketcher::SketchObject" - } - ], - "indexedName": "Vertex13", - "indexedStringIds": [ - 57 - ], - "mappedName": "#39:4;:H-493,V", - "mappedStringIds": [ - 57 - ], - "name": "Vertex13" - }, - { - "history": [ - { - "children": [ - "#28:2;:U;XTR;:H492:7,V", - "#1f:2;:G;XTR;:H492:7,E", - "#22;:H492,V", - "#8;:H492,V" - ], - "mappedName": "#38:2;:H-493,V", + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, @@ -78921,13 +108352,77 @@ "typeId": "Sketcher::SketchObject" } ], + "indexedName": "Vertex12", + "indexedStringIds": [ + 20, + 65, + 73, + 81 + ], + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V", + "mappedStringIds": [ + 20, + 65, + 73, + 81 + ], + "name": "Vertex12" + }, + { + "history": [ + { + "children": [ + "#4f;:U;XTR;:He0a:7,V", + "#20;:G;XTR;:He0a:7,E", + "#4;:He0a,V" + ], + "mappedName": "#69;:H-e0b,V", + "object": "Pocket17", + "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch17", + "typeId": "Sketcher::SketchObject" + } + ], + "indexedName": "Vertex13", + "indexedStringIds": [ + 105 + ], + "mappedName": "#69;:H-e0b,V", + "mappedStringIds": [ + 105 + ], + "name": "Vertex13" + }, + { + "history": [ + { + "children": [ + "#4e;:U;XTR;:He0a:7,V", + "#1f;:G;XTR;:He0a:7,E", + "#2;:He0a,V" + ], + "mappedName": "#5e;:H-e0b,V", + "object": "Pocket17", + "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "object": "PocketSketch17", + "typeId": "Sketcher::SketchObject" + } + ], "indexedName": "Vertex14", "indexedStringIds": [ - 56 + 94 ], - "mappedName": "#38:2;:H-493,V", + "mappedName": "#5e;:H-e0b,V", "mappedStringIds": [ - 56 + 94 ], "name": "Vertex14" }, @@ -78935,28 +108430,26 @@ "history": [ { "children": [ - "#2a:6;:U;XTR;:H492:7,V", - "#21:6;:G;XTR;:H492:7,E", - "#66;:H492,V" + "#5050;:U;XTR;:He0a:7,V" ], - "mappedName": "#3a:6;:H-493,V", + "mappedName": "#6a:32;:H-e0b,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "#5050", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex15", "indexedStringIds": [ - 58 + 106 ], - "mappedName": "#3a:6;:H-493,V", + "mappedName": "#6a:32;:H-e0b,V", "mappedStringIds": [ - 58 + 106 ], "name": "Vertex15" }, @@ -78964,28 +108457,26 @@ "history": [ { "children": [ - "#2b:8;:U;XTR;:H492:7,V", - "#22:8;:G;XTR;:H492:7,E", - "#88;:H492,V" + "#5151;:U;XTR;:He0a:7,V" ], - "mappedName": "#3b:8;:H-493,V", + "mappedName": "#6b:33;:H-e0b,V", "object": "Pocket17", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "#5151", "object": "PocketSketch17", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 59 + 107 ], - "mappedName": "#3b:8;:H-493,V", + "mappedName": "#6b:33;:H-e0b,V", "mappedStringIds": [ - 59 + 107 ], "name": "Vertex16" } @@ -79003,7 +108494,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:H491,F", + "mappedName": "#16:1;:He09,F", "mappedStringIds": [ 22 ], @@ -79013,7 +108504,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:H491,F", + "name": "#16:1;:He09,F", "stringIds": [ 22 ] @@ -79023,9 +108514,9 @@ "resultPersistentId": "Pocket17:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:H490:7,F", + "mappedName": "#d:1;:G;XTR;:He08:7,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:1;:G;XTR;:H490:7,F", + "persistentId": "Pad17:mapped:#d:1;:G;XTR;:He08:7,F", "stageId": "Pad17" }, { @@ -79044,7 +108535,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:H491,F", + "mappedName": "#16:4;:He09,F", "mappedStringIds": [ 11, 13, @@ -79056,7 +108547,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:H491,F", + "name": "#16:4;:He09,F", "stringIds": [ 11, 13, @@ -79068,9 +108559,9 @@ "resultPersistentId": "Pocket17:face:1", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:H490:7,F", + "mappedName": "#d:4;:G;XTR;:He08:7,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:4;:G;XTR;:H490:7,F", + "persistentId": "Pad17:mapped:#d:4;:G;XTR;:He08:7,F", "stageId": "Pad17" }, { @@ -79089,7 +108580,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:H491,F", + "mappedName": "#16:2;:He09,F", "mappedStringIds": [ 11, 13, @@ -79101,7 +108592,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:H491,F", + "name": "#16:2;:He09,F", "stringIds": [ 11, 13, @@ -79113,9 +108604,9 @@ "resultPersistentId": "Pocket17:face:2", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:H490:7,F", + "mappedName": "#d:2;:G;XTR;:He08:7,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:2;:G;XTR;:H490:7,F", + "persistentId": "Pad17:mapped:#d:2;:G;XTR;:He08:7,F", "stageId": "Pad17" }, { @@ -79132,7 +108623,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:H491,F", + "mappedName": "#14:1;:He09,F", "mappedStringIds": [ 20 ], @@ -79142,7 +108633,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:H491,F", + "name": "#14:1;:He09,F", "stringIds": [ 20 ] @@ -79152,9 +108643,9 @@ "resultPersistentId": "Pocket17:face:3", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:H490:4,F", + "mappedName": "#d:1;FAC;:He08:4,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:1;FAC;:H490:4,F", + "persistentId": "Pad17:mapped:#d:1;FAC;:He08:4,F", "stageId": "Pad17" }, { @@ -79172,7 +108663,7 @@ 65 ], "kind": "face", - "mappedName": "#41:1;:M;CUT;:H491:7,F", + "mappedName": "#41:1;:M;CUT;:He09:7,F", "mappedStringIds": [ 20, 65 @@ -79183,7 +108674,7 @@ "index": 5, "type": "Face" }, - "name": "#41:1;:M;CUT;:H491:7,F", + "name": "#41:1;:M;CUT;:He09:7,F", "stringIds": [ 20, 65 @@ -79194,9 +108685,9 @@ "resultPersistentId": "Pocket17:face:4", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:H490:8,F", + "mappedName": "#14:1;:G0;XTR;:He08:8,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#14:1;:G0;XTR;:H490:8,F", + "persistentId": "Pad17:mapped:#14:1;:G0;XTR;:He08:8,F", "stageId": "Pad17" }, { @@ -79215,7 +108706,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:H491,F", + "mappedName": "#16:3;:He09,F", "mappedStringIds": [ 11, 13, @@ -79227,7 +108718,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:H491,F", + "name": "#16:3;:He09,F", "stringIds": [ 11, 13, @@ -79239,9 +108730,9 @@ "resultPersistentId": "Pocket17:face:5", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:H490:7,F", + "mappedName": "#d:3;:G;XTR;:He08:7,F", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#d:3;:G;XTR;:H490:7,F", + "persistentId": "Pad17:mapped:#d:3;:G;XTR;:He08:7,F", "stageId": "Pad17" }, { @@ -79258,7 +108749,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:M;CUT;:H-493:7,F", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F", "mappedStringIds": [ 38 ], @@ -79268,7 +108759,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:M;CUT;:H-493:7,F", + "name": "#26:1;:M;CUT;:H-e0b:7,F", "stringIds": [ 38 ] @@ -79293,7 +108784,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:M;CUT;:H-493:7,F", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F", "mappedStringIds": [ 11, 29, @@ -79305,7 +108796,7 @@ "index": 8, "type": "Face" }, - "name": "#26:2;:M;CUT;:H-493:7,F", + "name": "#26:2;:M;CUT;:H-e0b:7,F", "stringIds": [ 11, 29, @@ -79332,7 +108823,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:M;CUT;:H-493:7,F", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F", "mappedStringIds": [ 11, 29, @@ -79344,7 +108835,7 @@ "index": 9, "type": "Face" }, - "name": "#26:3;:M;CUT;:H-493:7,F", + "name": "#26:3;:M;CUT;:H-e0b:7,F", "stringIds": [ 11, 29, @@ -79371,7 +108862,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:M;CUT;:H-493:7,F", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F", "mappedStringIds": [ 11, 29, @@ -79383,7 +108874,7 @@ "index": 10, "type": "Face" }, - "name": "#26:4;:M;CUT;:H-493:7,F", + "name": "#26:4;:M;CUT;:H-e0b:7,F", "stringIds": [ 11, 29, @@ -79408,7 +108899,7 @@ 63 ], "kind": "face", - "mappedName": "#3f:1;:H-493,F", + "mappedName": "#3f:1;:H-e0b,F", "mappedStringIds": [ 63 ], @@ -79418,7 +108909,7 @@ "index": 11, "type": "Face" }, - "name": "#3f:1;:H-493,F", + "name": "#3f:1;:H-e0b,F", "stringIds": [ 63 ] @@ -79438,12 +108929,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 101 ], "kind": "edge", - "mappedName": "#18:1;:H491,E", + "mappedName": "#65;:He09,E", "mappedStringIds": [ - 24 + 101 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -79451,9 +108942,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:H491,E", + "name": "#65;:He09,E", "stringIds": [ - 24 + 101 ] }, "relation": "preserved", @@ -79461,15 +108952,15 @@ "resultPersistentId": "Pocket17:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:H490:7,E", + "mappedName": "#4a;:G;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#f:1;:G;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#4a;:G;XTR;:He08:7,E", "stageId": "Pad17" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v11;SKT", + "persistentId": "Sketch17:mapped:g1v1;SKT", "stageId": "Sketch17" } ] @@ -79477,12 +108968,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 102 ], "kind": "edge", - "mappedName": "#19:2;:H491,E", + "mappedName": "#66;:He09,E", "mappedStringIds": [ - 25 + 102 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -79490,9 +108981,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:H491,E", + "name": "#66;:He09,E", "stringIds": [ - 25 + 102 ] }, "relation": "preserved", @@ -79500,15 +108991,15 @@ "resultPersistentId": "Pocket17:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:H490:7,E", + "mappedName": "#4b;:G;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#10:2;:G;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#4b;:G;XTR;:He08:7,E", "stageId": "Pad17" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v22;SKT", + "persistentId": "Sketch17:mapped:g1v2;SKT", "stageId": "Sketch17" } ] @@ -79519,7 +109010,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:H491,E", + "mappedName": "#d:1;:He09,E", "mappedStringIds": [ 13 ], @@ -79529,7 +109020,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:H491,E", + "name": "#d:1;:He09,E", "stringIds": [ 13 ] @@ -79539,9 +109030,9 @@ "resultPersistentId": "Pocket17:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:H490,E", + "mappedName": "#b:1;:He08,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#b:1;:H490,E", + "persistentId": "Pad17:mapped:#b:1;:He08,E", "stageId": "Pad17" }, { @@ -79558,7 +109049,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:H491,E", + "mappedName": "#36:1;:He09,E", "mappedStringIds": [ 54 ], @@ -79568,7 +109059,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:H491,E", + "name": "#36:1;:He09,E", "stringIds": [ 54 ] @@ -79578,9 +109069,9 @@ "resultPersistentId": "Pocket17:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:H490:7,E", + "mappedName": "#16:1;:U;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#16:1;:U;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#16:1;:U;XTR;:He08:7,E", "stageId": "Pad17" }, { @@ -79594,12 +109085,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 104 ], "kind": "edge", - "mappedName": "#1b:2;:H491,E", + "mappedName": "#68;:He09,E", "mappedStringIds": [ - 27 + 104 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -79607,9 +109098,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:H491,E", + "name": "#68;:He09,E", "stringIds": [ - 27 + 104 ] }, "relation": "preserved", @@ -79617,15 +109108,15 @@ "resultPersistentId": "Pocket17:edge:4", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:H490:7,E", + "mappedName": "#4d;:G;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#12:2;:G;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#4d;:G;XTR;:He08:7,E", "stageId": "Pad17" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g3v22;SKT", + "persistentId": "Sketch17:mapped:g3v2;SKT", "stageId": "Sketch17" } ] @@ -79637,7 +109128,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:H491,E", + "mappedName": "#d:4;:He09,E", "mappedStringIds": [ 11, 13 @@ -79648,7 +109139,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:H491,E", + "name": "#d:4;:He09,E", "stringIds": [ 11, 13 @@ -79659,9 +109150,9 @@ "resultPersistentId": "Pocket17:edge:5", "sourceRefs": [ { - "mappedName": "#b:4;:H490,E", + "mappedName": "#b:4;:He08,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#b:4;:H490,E", + "persistentId": "Pad17:mapped:#b:4;:He08,E", "stageId": "Pad17" }, { @@ -79681,7 +109172,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:H491,E", + "mappedName": "#36:4;:He09,E", "mappedStringIds": [ 11, 13, @@ -79694,7 +109185,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:H491,E", + "name": "#36:4;:He09,E", "stringIds": [ 11, 13, @@ -79707,9 +109198,9 @@ "resultPersistentId": "Pocket17:edge:6", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:H490:7,E", + "mappedName": "#16:4;:U;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#16:4;:U;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#16:4;:U;XTR;:He08:7,E", "stageId": "Pad17" }, { @@ -79723,12 +109214,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 103 ], "kind": "edge", - "mappedName": "#1a:2;:H491,E", + "mappedName": "#67;:He09,E", "mappedStringIds": [ - 26 + 103 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -79736,9 +109227,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:H491,E", + "name": "#67;:He09,E", "stringIds": [ - 26 + 103 ] }, "relation": "preserved", @@ -79746,15 +109237,15 @@ "resultPersistentId": "Pocket17:edge:7", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:H490:7,E", + "mappedName": "#4c;:G;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#11:2;:G;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#4c;:G;XTR;:He08:7,E", "stageId": "Pad17" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g2v22;SKT", + "persistentId": "Sketch17:mapped:g2v2;SKT", "stageId": "Sketch17" } ] @@ -79766,7 +109257,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:H491,E", + "mappedName": "#d:2;:He09,E", "mappedStringIds": [ 11, 13 @@ -79777,7 +109268,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:H491,E", + "name": "#d:2;:He09,E", "stringIds": [ 11, 13 @@ -79788,9 +109279,9 @@ "resultPersistentId": "Pocket17:edge:8", "sourceRefs": [ { - "mappedName": "#b:2;:H490,E", + "mappedName": "#b:2;:He08,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#b:2;:H490,E", + "persistentId": "Pad17:mapped:#b:2;:He08,E", "stageId": "Pad17" }, { @@ -79810,7 +109301,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:H491,E", + "mappedName": "#36:2;:He09,E", "mappedStringIds": [ 11, 13, @@ -79823,7 +109314,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:H491,E", + "name": "#36:2;:He09,E", "stringIds": [ 11, 13, @@ -79836,9 +109327,9 @@ "resultPersistentId": "Pocket17:edge:9", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:H490:7,E", + "mappedName": "#16:2;:U;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#16:2;:U;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#16:2;:U;XTR;:He08:7,E", "stageId": "Pad17" }, { @@ -79856,7 +109347,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:H491,E", + "mappedName": "#d:3;:He09,E", "mappedStringIds": [ 11, 13 @@ -79867,7 +109358,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:H491,E", + "name": "#d:3;:He09,E", "stringIds": [ 11, 13 @@ -79878,9 +109369,9 @@ "resultPersistentId": "Pocket17:edge:10", "sourceRefs": [ { - "mappedName": "#b:3;:H490,E", + "mappedName": "#b:3;:He08,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#b:3;:H490,E", + "persistentId": "Pad17:mapped:#b:3;:He08,E", "stageId": "Pad17" }, { @@ -79900,7 +109391,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:H491,E", + "mappedName": "#36:3;:He09,E", "mappedStringIds": [ 11, 13, @@ -79913,7 +109404,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:H491,E", + "name": "#36:3;:He09,E", "stringIds": [ 11, 13, @@ -79926,9 +109417,9 @@ "resultPersistentId": "Pocket17:edge:11", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:H490:7,E", + "mappedName": "#16:3;:U;XTR;:He08:7,E", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#16:3;:U;XTR;:H490:7,E", + "persistentId": "Pad17:mapped:#16:3;:U;XTR;:He08:7,E", "stageId": "Pad17" }, { @@ -79948,7 +109439,7 @@ 66 ], "kind": "edge", - "mappedName": "#26:1;:G#42;CUT;:H-493:a,E", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E", "mappedStringIds": [ 20, 38, @@ -79961,7 +109452,7 @@ "index": 13, "type": "Edge" }, - "name": "#26:1;:G#42;CUT;:H-493:a,E", + "name": "#26:1;:G#42;CUT;:H-e0b:a,E", "stringIds": [ 20, 38, @@ -79992,7 +109483,7 @@ 67 ], "kind": "edge", - "mappedName": "#26:2;:G#43;CUT;:H-493:a,E", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E", "mappedStringIds": [ 11, 20, @@ -80007,7 +109498,7 @@ "index": 14, "type": "Edge" }, - "name": "#26:2;:G#43;CUT;:H-493:a,E", + "name": "#26:2;:G#43;CUT;:H-e0b:a,E", "stringIds": [ 11, 20, @@ -80040,7 +109531,7 @@ 68 ], "kind": "edge", - "mappedName": "#26:3;:G#44;CUT;:H-493:a,E", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E", "mappedStringIds": [ 11, 20, @@ -80055,7 +109546,7 @@ "index": 15, "type": "Edge" }, - "name": "#26:3;:G#44;CUT;:H-493:a,E", + "name": "#26:3;:G#44;CUT;:H-e0b:a,E", "stringIds": [ 11, 20, @@ -80088,7 +109579,7 @@ 69 ], "kind": "edge", - "mappedName": "#26:4;:G#45;CUT;:H-493:a,E", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E", "mappedStringIds": [ 11, 20, @@ -80103,7 +109594,7 @@ "index": 16, "type": "Edge" }, - "name": "#26:4;:G#45;CUT;:H-493:a,E", + "name": "#26:4;:G#45;CUT;:H-e0b:a,E", "stringIds": [ 11, 20, @@ -80128,12 +109619,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 41 + 79 ], "kind": "edge", - "mappedName": "#29:4;:M;CUT;:H-493:7,E", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E", "mappedStringIds": [ - 41 + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80141,9 +109632,9 @@ "index": 17, "type": "Edge" }, - "name": "#29:4;:M;CUT;:H-493:7,E", + "name": "#4f;:M;CUT;:H-e0b:7,E", "stringIds": [ - 41 + 79 ] }, "relation": "modified", @@ -80151,9 +109642,9 @@ "resultPersistentId": "Pocket17:edge:16", "sourceRefs": [ { - "mappedName": "(#41:1;K-7;:H491:4,F)", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:(#41:1;K-7;:H491:4,F)", + "persistentId": "PocketSketch17:mapped:g1v2;SKT", "stageId": "PocketSketch17" } ] @@ -80164,7 +109655,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:1;:H-493,E", + "mappedName": "#3d:1;:H-e0b,E", "mappedStringIds": [ 61 ], @@ -80174,7 +109665,7 @@ "index": 18, "type": "Edge" }, - "name": "#3d:1;:H-493,E", + "name": "#3d:1;:H-e0b,E", "stringIds": [ 61 ] @@ -80194,12 +109685,12 @@ { "indexedName": "Edge19", "indexedStringIds": [ - 40 + 78 ], "kind": "edge", - "mappedName": "#28:2;:M;CUT;:H-493:7,E", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E", "mappedStringIds": [ - 40 + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80207,9 +109698,9 @@ "index": 19, "type": "Edge" }, - "name": "#28:2;:M;CUT;:H-493:7,E", + "name": "#4e;:M;CUT;:H-e0b:7,E", "stringIds": [ - 40 + 78 ] }, "relation": "modified", @@ -80217,9 +109708,9 @@ "resultPersistentId": "Pocket17:edge:18", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:g3v2;SKT", + "persistentId": "PocketSketch17:mapped:g1v1;SKT", "stageId": "PocketSketch17" } ] @@ -80227,12 +109718,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 80 ], "kind": "edge", - "mappedName": "#2a:6;:M;CUT;:H-493:7,E", + "mappedName": "#50;:M;CUT;:H-e0b:7,E", "mappedStringIds": [ - 42 + 80 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80240,9 +109731,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:M;CUT;:H-493:7,E", + "name": "#50;:M;CUT;:H-e0b:7,E", "stringIds": [ - 42 + 80 ] }, "relation": "modified", @@ -80250,9 +109741,9 @@ "resultPersistentId": "Pocket17:edge:19", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#66", + "persistentId": "PocketSketch17:mapped:g2v2;SKT", "stageId": "PocketSketch17" } ] @@ -80266,7 +109757,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:2;:H-493,E", + "mappedName": "#3d:2;:H-e0b,E", "mappedStringIds": [ 11, 29, @@ -80279,7 +109770,7 @@ "index": 21, "type": "Edge" }, - "name": "#3d:2;:H-493,E", + "name": "#3d:2;:H-e0b,E", "stringIds": [ 11, 29, @@ -80302,12 +109793,12 @@ { "indexedName": "Edge22", "indexedStringIds": [ - 43 + 81 ], "kind": "edge", - "mappedName": "#2b:8;:M;CUT;:H-493:7,E", + "mappedName": "#51;:M;CUT;:H-e0b:7,E", "mappedStringIds": [ - 43 + 81 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80315,9 +109806,9 @@ "index": 22, "type": "Edge" }, - "name": "#2b:8;:M;CUT;:H-493:7,E", + "name": "#51;:M;CUT;:H-e0b:7,E", "stringIds": [ - 43 + 81 ] }, "relation": "modified", @@ -80325,9 +109816,9 @@ "resultPersistentId": "Pocket17:edge:21", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#88", + "persistentId": "PocketSketch17:mapped:g3v2;SKT", "stageId": "PocketSketch17" } ] @@ -80341,7 +109832,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:3;:H-493,E", + "mappedName": "#3d:3;:H-e0b,E", "mappedStringIds": [ 11, 29, @@ -80354,7 +109845,7 @@ "index": 23, "type": "Edge" }, - "name": "#3d:3;:H-493,E", + "name": "#3d:3;:H-e0b,E", "stringIds": [ 11, 29, @@ -80383,7 +109874,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:4;:H-493,E", + "mappedName": "#3d:4;:H-e0b,E", "mappedStringIds": [ 11, 29, @@ -80396,7 +109887,7 @@ "index": 24, "type": "Edge" }, - "name": "#3d:4;:H-493,E", + "name": "#3d:4;:H-e0b,E", "stringIds": [ 11, 29, @@ -80419,12 +109910,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 74 ], "kind": "vertex", - "mappedName": "#f:1;:H491,V", + "mappedName": "#4a;:He09,V", "mappedStringIds": [ - 15 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80432,9 +109923,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:H491,V", + "name": "#4a;:He09,V", "stringIds": [ - 15 + 74 ] }, "relation": "preserved", @@ -80442,15 +109933,15 @@ "resultPersistentId": "Pocket17:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:H490,V", + "mappedName": "#2;:He08,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#2:1;:H490,V", + "persistentId": "Pad17:mapped:#2;:He08,V", "stageId": "Pad17" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v11;SKT", + "persistentId": "Sketch17:mapped:g1v1;SKT", "stageId": "Sketch17" } ] @@ -80458,12 +109949,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 83 ], "kind": "vertex", - "mappedName": "#2e:1;:H491,V", + "mappedName": "#53:1;:He09,V", "mappedStringIds": [ - 46 + 83 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80471,9 +109962,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:H491,V", + "name": "#53:1;:He09,V", "stringIds": [ - 46 + 83 ] }, "relation": "preserved", @@ -80481,15 +109972,15 @@ "resultPersistentId": "Pocket17:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U;XTR;:He08:7,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#18:1;:U;XTR;:H490:7,V", + "persistentId": "Pad17:mapped:#36:1;:U;XTR;:He08:7,V", "stageId": "Pad17" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v11;SKT", + "persistentId": "Sketch17:mapped:g1;SKT", "stageId": "Sketch17" } ] @@ -80497,12 +109988,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 75 ], "kind": "vertex", - "mappedName": "#10:2;:H491,V", + "mappedName": "#4b;:He09,V", "mappedStringIds": [ - 16 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80510,9 +110001,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:H491,V", + "name": "#4b;:He09,V", "stringIds": [ - 16 + 75 ] }, "relation": "preserved", @@ -80520,15 +110011,15 @@ "resultPersistentId": "Pocket17:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:H490,V", + "mappedName": "#4;:He08,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#4:2;:H490,V", + "persistentId": "Pad17:mapped:#4;:He08,V", "stageId": "Pad17" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v22;SKT", + "persistentId": "Sketch17:mapped:g1v2;SKT", "stageId": "Sketch17" } ] @@ -80536,12 +110027,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 86 ], "kind": "vertex", - "mappedName": "#30:2;:H491,V", + "mappedName": "#56:1;:He09,V", "mappedStringIds": [ - 48 + 86 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80549,9 +110040,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:H491,V", + "name": "#56:1;:He09,V", "stringIds": [ - 48 + 86 ] }, "relation": "preserved", @@ -80559,15 +110050,15 @@ "resultPersistentId": "Pocket17:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:H490:7,V", + "mappedName": "#36:1;:U2;XTR;:He08:8,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#19:2;:U;XTR;:H490:7,V", + "persistentId": "Pad17:mapped:#36:1;:U2;XTR;:He08:8,V", "stageId": "Pad17" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g1v22;SKT", + "persistentId": "Sketch17:mapped:g1;SKT", "stageId": "Sketch17" } ] @@ -80575,12 +110066,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 77 ], "kind": "vertex", - "mappedName": "#12:2;:H491,V", + "mappedName": "#4d;:He09,V", "mappedStringIds": [ - 18 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80588,9 +110079,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:H491,V", + "name": "#4d;:He09,V", "stringIds": [ - 18 + 77 ] }, "relation": "preserved", @@ -80598,15 +110089,15 @@ "resultPersistentId": "Pocket17:vertex:4", "sourceRefs": [ { - "mappedName": "#8:2;:H490,V", + "mappedName": "#8;:He08,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#8:2;:H490,V", + "persistentId": "Pad17:mapped:#8;:He08,V", "stageId": "Pad17" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g3v22;SKT", + "persistentId": "Sketch17:mapped:g3v2;SKT", "stageId": "Sketch17" } ] @@ -80614,12 +110105,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ], "kind": "vertex", - "mappedName": "#34:2;:H491,V", + "mappedName": "#56:3;:He09,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80627,9 +110126,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:H491,V", + "name": "#56:3;:He09,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 86 ] }, "relation": "preserved", @@ -80637,15 +110140,15 @@ "resultPersistentId": "Pocket17:vertex:5", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:H490:7,V", + "mappedName": "#36:3;:U2;XTR;:He08:8,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#1b:2;:U;XTR;:H490:7,V", + "persistentId": "Pad17:mapped:#36:3;:U2;XTR;:He08:8,V", "stageId": "Pad17" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g3v22;SKT", + "persistentId": "Sketch17:mapped:g3;SKT", "stageId": "Sketch17" } ] @@ -80653,12 +110156,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 76 ], "kind": "vertex", - "mappedName": "#11:2;:H491,V", + "mappedName": "#4c;:He09,V", "mappedStringIds": [ - 17 + 76 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80666,9 +110169,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:H491,V", + "name": "#4c;:He09,V", "stringIds": [ - 17 + 76 ] }, "relation": "preserved", @@ -80676,15 +110179,15 @@ "resultPersistentId": "Pocket17:vertex:6", "sourceRefs": [ { - "mappedName": "#6:2;:H490,V", + "mappedName": "#6;:He08,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#6:2;:H490,V", + "persistentId": "Pad17:mapped:#6;:He08,V", "stageId": "Pad17" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g2v22;SKT", + "persistentId": "Sketch17:mapped:g2v2;SKT", "stageId": "Sketch17" } ] @@ -80692,12 +110195,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ], "kind": "vertex", - "mappedName": "#32:2;:H491,V", + "mappedName": "#56:2;:He09,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80705,9 +110216,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:H491,V", + "name": "#56:2;:He09,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 86 ] }, "relation": "preserved", @@ -80715,15 +110230,15 @@ "resultPersistentId": "Pocket17:vertex:7", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:H490:7,V", + "mappedName": "#36:2;:U2;XTR;:He08:8,V", "objectId": "Pad17", - "persistentId": "Pad17:mapped:#1a:2;:U;XTR;:H490:7,V", + "persistentId": "Pad17:mapped:#36:2;:U2;XTR;:He08:8,V", "stageId": "Pad17" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch17", - "persistentId": "Sketch17:mapped:g2v22;SKT", + "persistentId": "Sketch17:mapped:g2;SKT", "stageId": "Sketch17" } ] @@ -80732,17 +110247,17 @@ "indexedName": "Vertex9", "indexedStringIds": [ 20, - 40, 65, - 70 + 70, + 78 ], "kind": "vertex", - "mappedName": "#28:2;:G#46;CUT;:H-493:a,V", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V", "mappedStringIds": [ 20, - 40, 65, - 70 + 70, + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80750,12 +110265,12 @@ "index": 9, "type": "Vertex" }, - "name": "#28:2;:G#46;CUT;:H-493:a,V", + "name": "#4e;:G#46;CUT;:H-e0b:a,V", "stringIds": [ 20, - 40, 65, - 70 + 70, + 78 ] }, "relation": "generated", @@ -80763,9 +110278,9 @@ "resultPersistentId": "Pocket17:vertex:8", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:g3v2;SKT", + "persistentId": "PocketSketch17:mapped:g1v1;SKT", "stageId": "PocketSketch17" } ] @@ -80774,17 +110289,17 @@ "indexedName": "Vertex10", "indexedStringIds": [ 20, - 41, 65, - 71 + 71, + 79 ], "kind": "vertex", - "mappedName": "#29:4;:G#47;CUT;:H-493:a,V", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V", "mappedStringIds": [ 20, - 41, 65, - 71 + 71, + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80792,12 +110307,12 @@ "index": 10, "type": "Vertex" }, - "name": "#29:4;:G#47;CUT;:H-493:a,V", + "name": "#4f;:G#47;CUT;:H-e0b:a,V", "stringIds": [ 20, - 41, 65, - 71 + 71, + 79 ] }, "relation": "generated", @@ -80805,9 +110320,9 @@ "resultPersistentId": "Pocket17:vertex:9", "sourceRefs": [ { - "mappedName": "(#41:1;K-7;:H491:4,F)", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:(#41:1;K-7;:H491:4,F)", + "persistentId": "PocketSketch17:mapped:g1v2;SKT", "stageId": "PocketSketch17" } ] @@ -80816,17 +110331,17 @@ "indexedName": "Vertex11", "indexedStringIds": [ 20, - 42, 65, - 72 + 72, + 80 ], "kind": "vertex", - "mappedName": "#2a:6;:G#48;CUT;:H-493:a,V", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V", "mappedStringIds": [ 20, - 42, 65, - 72 + 72, + 80 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80834,12 +110349,12 @@ "index": 11, "type": "Vertex" }, - "name": "#2a:6;:G#48;CUT;:H-493:a,V", + "name": "#50;:G#48;CUT;:H-e0b:a,V", "stringIds": [ 20, - 42, 65, - 72 + 72, + 80 ] }, "relation": "generated", @@ -80847,9 +110362,9 @@ "resultPersistentId": "Pocket17:vertex:10", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#66", + "persistentId": "PocketSketch17:mapped:g2v2;SKT", "stageId": "PocketSketch17" } ] @@ -80858,17 +110373,17 @@ "indexedName": "Vertex12", "indexedStringIds": [ 20, - 43, 65, - 73 + 73, + 81 ], "kind": "vertex", - "mappedName": "#2b:8;:G#49;CUT;:H-493:a,V", + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V", "mappedStringIds": [ 20, - 43, 65, - 73 + 73, + 81 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80876,83 +110391,17 @@ "index": 12, "type": "Vertex" }, - "name": "#2b:8;:G#49;CUT;:H-493:a,V", + "name": "#51;:G#49;CUT;:H-e0b:a,V", "stringIds": [ 20, - 43, 65, - 73 + 73, + 81 ] }, "relation": "generated", "resultIndex": 11, "resultPersistentId": "Pocket17:vertex:11", - "sourceRefs": [ - { - "mappedName": "#88", - "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#88", - "stageId": "PocketSketch17" - } - ] - }, - { - "indexedName": "Vertex13", - "indexedStringIds": [ - 57 - ], - "kind": "vertex", - "mappedName": "#39:4;:H-493,V", - "mappedStringIds": [ - 57 - ], - "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", - "reference": { - "indexedName": { - "index": 13, - "type": "Vertex" - }, - "name": "#39:4;:H-493,V", - "stringIds": [ - 57 - ] - }, - "relation": "preserved", - "resultIndex": 12, - "resultPersistentId": "Pocket17:vertex:12", - "sourceRefs": [ - { - "mappedName": "(#41:1;K-7;:H491:4,F)", - "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:(#41:1;K-7;:H491:4,F)", - "stageId": "PocketSketch17" - } - ] - }, - { - "indexedName": "Vertex14", - "indexedStringIds": [ - 56 - ], - "kind": "vertex", - "mappedName": "#38:2;:H-493,V", - "mappedStringIds": [ - 56 - ], - "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", - "reference": { - "indexedName": { - "index": 14, - "type": "Vertex" - }, - "name": "#38:2;:H-493,V", - "stringIds": [ - 56 - ] - }, - "relation": "preserved", - "resultIndex": 13, - "resultPersistentId": "Pocket17:vertex:13", "sourceRefs": [ { "mappedName": "g3v2;SKT", @@ -80963,14 +110412,80 @@ ] }, { - "indexedName": "Vertex15", + "indexedName": "Vertex13", "indexedStringIds": [ - 58 + 105 ], "kind": "vertex", - "mappedName": "#3a:6;:H-493,V", + "mappedName": "#69;:H-e0b,V", "mappedStringIds": [ - 58 + 105 + ], + "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", + "reference": { + "indexedName": { + "index": 13, + "type": "Vertex" + }, + "name": "#69;:H-e0b,V", + "stringIds": [ + 105 + ] + }, + "relation": "preserved", + "resultIndex": 12, + "resultPersistentId": "Pocket17:vertex:12", + "sourceRefs": [ + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch17", + "persistentId": "PocketSketch17:mapped:g1v2;SKT", + "stageId": "PocketSketch17" + } + ] + }, + { + "indexedName": "Vertex14", + "indexedStringIds": [ + 94 + ], + "kind": "vertex", + "mappedName": "#5e;:H-e0b,V", + "mappedStringIds": [ + 94 + ], + "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", + "reference": { + "indexedName": { + "index": 14, + "type": "Vertex" + }, + "name": "#5e;:H-e0b,V", + "stringIds": [ + 94 + ] + }, + "relation": "preserved", + "resultIndex": 13, + "resultPersistentId": "Pocket17:vertex:13", + "sourceRefs": [ + { + "mappedName": "g1v1;SKT", + "objectId": "PocketSketch17", + "persistentId": "PocketSketch17:mapped:g1v1;SKT", + "stageId": "PocketSketch17" + } + ] + }, + { + "indexedName": "Vertex15", + "indexedStringIds": [ + 106 + ], + "kind": "vertex", + "mappedName": "#6a:32;:H-e0b,V", + "mappedStringIds": [ + 106 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -80978,9 +110493,9 @@ "index": 15, "type": "Vertex" }, - "name": "#3a:6;:H-493,V", + "name": "#6a:32;:H-e0b,V", "stringIds": [ - 58 + 106 ] }, "relation": "preserved", @@ -80988,9 +110503,9 @@ "resultPersistentId": "Pocket17:vertex:14", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "#5050", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#66", + "persistentId": "PocketSketch17:mapped:#5050", "stageId": "PocketSketch17" } ] @@ -80998,12 +110513,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 59 + 107 ], "kind": "vertex", - "mappedName": "#3b:8;:H-493,V", + "mappedName": "#6b:33;:H-e0b,V", "mappedStringIds": [ - 59 + 107 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -81011,9 +110526,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3b:8;:H-493,V", + "name": "#6b:33;:H-e0b,V", "stringIds": [ - 59 + 107 ] }, "relation": "preserved", @@ -81021,9 +110536,9 @@ "resultPersistentId": "Pocket17:vertex:15", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "#5151", "objectId": "PocketSketch17", - "persistentId": "PocketSketch17:mapped:#88", + "persistentId": "PocketSketch17:mapped:#5151", "stageId": "PocketSketch17" } ] @@ -81038,11 +110553,1015 @@ "stageId": "Pocket17", "status": "native-evidence" }, + "relationDigest": "f5e86d9c1e288997a787cb8faaf9a0e89c4143fb68259c96272723166e3d18c3", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#41:1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:M;CUT;:H-e0b:7,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:2;:M;CUT;:H-e0b:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:3;:M;CUT;:H-e0b:7,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#26:4;:M;CUT;:H-e0b:7,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#3f:1;:H-e0b,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#65;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#4a;:G;XTR;:H#:7,E", + "sourceElement": "#4a", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#66;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#4b;:G;XTR;:H#:7,E", + "sourceElement": "#4b", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#68;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#4d;:G;XTR;:H#:7,E", + "sourceElement": "#4d", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#67;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#4c;:G;XTR;:H#:7,E", + "sourceElement": "#4c", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#26:1;:G#42;CUT;:H-e0b:a,E", + "relation": "generated", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#26:2;:G#43;CUT;:H-e0b:a,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#26:3;:G#44;CUT;:H-e0b:a,E", + "relation": "generated", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#26:4;:G#45;CUT;:H-e0b:a,E", + "relation": "generated", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#4f;:M;CUT;:H-e0b:7,E", + "relation": "modified", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#3d:1;:H-e0b,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#4e;:M;CUT;:H-e0b:7,E", + "relation": "modified", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#50;:M;CUT;:H-e0b:7,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#3d:2;:H-e0b,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#51;:M;CUT;:H-e0b:7,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#3d:3;:H-e0b,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#3d:4;:H-e0b,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#4a;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#53:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4b;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#56:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#4d;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#56:3;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#4c;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#56:2;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad17", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#4e;:G#46;CUT;:H-e0b:a,V", + "relation": "generated", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#4f;:G#47;CUT;:H-e0b:a,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#50;:G#48;CUT;:H-e0b:a,V", + "relation": "generated", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#51;:G#49;CUT;:H-e0b:a,V", + "relation": "generated", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#69;:H-e0b,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#5e;:H-e0b,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#6a:32;:H-e0b,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "#5050", + "sourceElement": "#5050", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#6b:33;:H-e0b,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "#5151", + "sourceElement": "#5151", + "sourceObject": "PocketSketch17", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "a18bf0085100e35287dc55da036619ca6b8675e066ddb1bbd345775572049b67", "shape": { + "area": 185.99999999999997, + "brepSha256": "602d3c48ebd9361bdd43740b3fe851b036f327ac47bc99b68bbcbcc71b5f5dbd", "edges": 24, "faces": 11, + "geometryDigest": "2c5b47b085e3da4923fc22ca9a25edf6db4784848966322eecf8391d79deae71", "solids": 1, "valid": true, + "vertices": 16, "volume": 143.60000000000002 }, "typeId": "PartDesign::Pocket" @@ -81050,31 +111569,32 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "db4ec558d761fe6e7a0a49f7300fd63652da52300dd961053e454ede271dd995", - "text": "StringTableStart v1 73\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H490,E\n-1.4c.1.2\n-1.0 0:;:H490,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:H490:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H490:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H490:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.0 0:;:H492,E\n-1.4c.1.12\n-1.0 0:;:H492,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:H492:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H492:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H492:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.-19.-1f\n-1.0 0:;:U;XTR;:H490:7,V\n-1.4c.1.16\n-1.4c.-1f.-13\n-1.4c.1f.14\n-1.4c.-1f.-12\n-1.4c.1f.13\n-1.4c.-1f.-11\n-1.4c.1f.12\n-1.0 0:;:U;XTR;:H490:7,E\n-1.4c.1.20\n-1.0 0:;:U;XTR;:H492:7,V\n-1.4c.1.10\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.0 0:;:U;XTR;:H492:7,E\n-1.4c.1.17\n-1.0 0:;:G0;XTR;:H492:8,F\n-1.4c.1.1b\n-1.0 0:;:G0;XTR;:H490:8,F\n-1.c.1.24 #14:\n-1.0 0:(#41:1;K-5;:H491:4,F)\n-1.0 0:(#41:1;K-6;:H491:4,F)\n-1.0 0:(#41:1;K-7;:H491:4,F)\n-1.0 0:(#41:1;K-8;:H491:4,F)\n-1.0 0:(#41:1;K-1;:H491:4,F)\n-1.0 0:(#41:1;K-2;:H491:4,F)\n-1.0 0:(#41:1;K-3;:H491:4,F)\n-1.0 0:(#41:1;K-4;:H491:4,F)\n" + "sha256": "566cd42d7716b8ce40e379bd15a64b8ac6600ae3bfe938997558a3bac3ba1e53", + "text": "StringTableStart v1 72\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:He08,E\n-1.4c.1.2\n-1.0 0:;:He08,V\n-5.0 0:;FAC;:He08:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:He08:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:He08:7,E\n-5.0 0:;:He0a,E\n-1.4c.1.12\n-1.0 0:;:He0a,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:He0a:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:He0a:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:He0a:7,E\n-6.0 0:;:U;XTR;:He08:7,V\n-8.0 0:;:U;XTR;:He08:7,E\n-1.4c.1.20\n-1.0 0:;:U;XTR;:He0a:7,V\n-5.0 0:;:U;XTR;:He0a:7,E\n-1.4c.1.17\n-1.0 0:;:G0;XTR;:He0a:8,F\n-1.4c.1.1b\n-1.0 0:;:G0;XTR;:He08:8,F\n-1.c.1.24 #14:\n-1.0 0:(#41:1;K-5;:He09:4,F)\n-1.0 0:(#41:1;K-6;:He09:4,F)\n-1.0 0:(#41:1;K-7;:He09:4,F)\n-1.0 0:(#41:1;K-8;:He09:4,F)\n-1.0 0:(#41:1;K-1;:He09:4,F)\n-1.0 0:(#41:1;K-2;:He09:4,F)\n-1.0 0:(#41:1;K-3;:He09:4,F)\n-1.0 0:(#41:1;K-4;:He09:4,F)\n-1.2c.3c.48\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.19.17\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.-19.-1f\n-1.4c.1f.33\n-1.2c.-1f.-31\n-1.0 0:;:U2;XTR;:He08:8,V\n-1.4c.1.20\n-1.2c.-47.-2f\n-1.2c.0.2\n-6.2c.29.45\n-7.2c.-20.-4\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.20.2\n-1.2c.0.1\n-1.2c.0.1\n" } }, { + "category": "partdesign", "elementMapResources": { "Body18.Shape.Map.txt": { - "sha256": "ab77038f45ca52dfabe989c7449ab8d893c6ffd2ec8dd43a8f7f8ad4f658fd50", - "text": "BeginElementMap v1\n1 PostfixCount 9\nEdge\nFace\nVertex\n;:He68,V\n;:He68,F\n;:He68,E\n;:H-e6a,E\n;:H-e6a,V\n;:H-e6a,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#28:2.7 0\n$#29:4.7 0\n$#1d:1.7 0\n$#43:1.7 0\n$#2b:8.7 0\n$#1d:4.7.b 0\n$#43:4.7.b.1d.26 0\n$#2a:6.7 0\n$#1d:2.7.b 0\n$#43:2.7.b.1d.26 0\n$#1d:3.7.b 0\n$#43:3.7.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#38:1.5 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:4.9.b.1d 0\n$#26:2.9.b.1d 0\n$#24:1.9 0\n$#45:1.9 0\n$#26:3.9.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#1f.8 $#39:3.8 0\n$#3b:2.8 0\n$#20.8 $#3c:5.8 0\n$#3d:4.8 0\n$#22.8 $#40:9.8 0\n$#41:8.8 0\n$#21.8 $#3e:7.8 0\n$#3f:6.8 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 3690 1 ;:He6a,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 12 3690 1 ;:He6a,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 3690 1 ;:He6a,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "b212c0d99108c9f8f166344edfaafc28296730da44a9bb6f3e6288f3764b9743", + "text": "BeginElementMap v1\n1 PostfixCount 9\nEdge\nFace\nVertex\n;:H9ca,F\n;:H-9cc,E\n;:H-9cc,V\n;:H-9cc,F\n;:H9ca,E\n;:H9ca,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#5d:2e.8 0\n$#5e:2f.8 0\n$#d:1.8 0\n$#36:1.8 0\n$#60:31.8 0\n$#d:4.8.b 0\n$#36:4.8.b.d.16 0\n$#5f:30.8 0\n$#d:2.8.b 0\n$#36:2.8.b.d.16 0\n$#d:3.8.b 0\n$#36:3.8.b.d.16 0\n$#4a.5 0\n$#4b.5 0\n$#1d:1.5 0\n$#43:1.5 0\n$#4d.5 0\n$#1d:4.5.b 0\n$#43:4.5.b.1d.26 0\n$#4c.5 0\n$#1d:2.5.b 0\n$#43:2.5.b.1d.26 0\n$#1d:3.5.b 0\n$#43:3.5.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#38:1.4 0\n$#16:3.4.b.d 0\n$#26:1.7 0\n$#26:4.7.b.1d 0\n$#26:2.7.b.1d 0\n$#24:1.7 0\n$#45:1.7 0\n$#26:3.7.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#46.9 $#4e.9 0\n$#4f:1.9 0\n$#47.9 $#50.9 0\n$#52:1.9 0\n$#49.9 $#54.9 0\n$#52:3.9.b.d.16.36 0\n$#48.9 $#53.9 0\n$#52:2.9.b.d.16.36 0\n$#1f.6 $#39.6 0\n$#59.6 0\n$#20.6 $#3c.6 0\n$#61.6 0\n$#22.6 $#40.6 0\n$#63.6 0\n$#21.6 $#3e.6 0\n$#62.6 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 2508 1 ;:H9cc,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 12 2508 1 ;:H9cc,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 2508 1 ;:H9cc,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad18.AddSubShape.Map.txt": { - "sha256": "2d2d8510b99747b5a29510ae32a8d5f42a80a8285d3dbdd627da250608daa70f", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:He67:7,E\n;:G0;XTR;:He67:8,F\n;:U;XTR;:He67:7,E\n;:U;XTR;:He67:7,V\n;:He67,V\n;:He67,E\n;:G;XTR;:He67:7,F\n;FAC;:He67:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "cdf0950eb91d3dcfced645f297f0e927feb0e2e1de97e03421fc412c74dfdaa1", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H9c9:8,F\n;:U;XTR;:H9c9:7,E\n;:H9c9,V\n;:U2;XTR;:H9c9:8,V\n;:U;XTR;:H9c9:7,V\n;:G;XTR;:H9c9:7,E\n;:H9c9,E\n;:G;XTR;:H9c9:7,F\n;FAC;:H9c9:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#46.9 0\n$#47.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#48.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#49.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pad18.Shape.Map.txt": { - "sha256": "5ce376ca45358ac16bce8351792799bfa0a5c27a470f1df222c3a86df41c8707", - "text": "BeginElementMap v1\n5 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:He67:7,E\n;:G0;XTR;:He67:8,F\n;:U;XTR;:He67:7,E\n;:U;XTR;:He67:7,V\n;:He67,V\n;:He67,E\n;:G;XTR;:He67:7,F\n;FAC;:He67:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "b6b72d403a167791abfdfc4858dff98e3bbb051c524c4c34715f61d24cf41e6b", + "text": "BeginElementMap v1\n5 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H9c9:8,F\n;:U;XTR;:H9c9:7,E\n;:H9c9,V\n;:U2;XTR;:H9c9:8,V\n;:U;XTR;:H9c9:7,V\n;:G;XTR;:H9c9:7,E\n;:H9c9,E\n;:G;XTR;:H9c9:7,F\n;FAC;:H9c9:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#46.9 0\n$#47.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#48.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#49.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pocket18.AddSubShape.Map.txt": { - "sha256": "9047a2045eebe7084ab44f49568d4320c0a0fb0afb6ebda4bc82812cbecd29d4", - "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:He69:7,F\n;FAC;:He69:4,F\n;:G;XTR;:He69:7,E\n;:G0;XTR;:He69:8,F\n;:U;XTR;:He69:7,E\n;:U;XTR;:He69:7,V\n;:He69,V\n;:He69,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f:2.6 0\n$#20:4.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21:6.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22:8.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.a $#3.a 0\n$#28:2.9 0\n$#4.a $#5.a 0\n$#29:4.9 0\n$#6.a $#7.a 0\n$#2a:6.9 0\n$#8.a $#9.a 0\n$#2b:8.9 0\n\nEndMap\n" + "sha256": "f25e5d5597d6dca627dea5c9e6f136022c41828d70070185470ce91d09a63e98", + "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H9cb:7,F\n;FAC;:H9cb:4,F\n;:G;XTR;:H9cb:7,E\n;:G0;XTR;:H9cb:8,F\n;:U;XTR;:H9cb:7,E\n;:H9cb,V\n;:U;XTR;:H9cb:7,V\n;:H9cb,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f.6 0\n$#20.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#4a.a 0\n$#4.9 $#5.9 0\n$#4b.a 0\n$#6.9 $#7.9 0\n$#4c.a 0\n$#8.9 $#9.9 0\n$#4d.a 0\n\nEndMap\n" }, "Pocket18.Shape.Map.txt": { - "sha256": "f2b5b7ba046f0202f4648d732f56b34a5b63b25064c22dd593d35497804d198a", - "text": "BeginElementMap v1\n2 PostfixCount 9\nEdge\nFace\nVertex\n;:He68,V\n;:He68,F\n;:He68,E\n;:H-e6a,E\n;:H-e6a,V\n;:H-e6a,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#28:2.7 0\n$#29:4.7 0\n$#1d:1.7 0\n$#43:1.7 0\n$#2b:8.7 0\n$#1d:4.7.b 0\n$#43:4.7.b.1d.26 0\n$#2a:6.7 0\n$#1d:2.7.b 0\n$#43:2.7.b.1d.26 0\n$#1d:3.7.b 0\n$#43:3.7.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#38:1.5 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:4.9.b.1d 0\n$#26:2.9.b.1d 0\n$#24:1.9 0\n$#45:1.9 0\n$#26:3.9.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#1f.8 $#39:3.8 0\n$#3b:2.8 0\n$#20.8 $#3c:5.8 0\n$#3d:4.8 0\n$#22.8 $#40:9.8 0\n$#41:8.8 0\n$#21.8 $#3e:7.8 0\n$#3f:6.8 0\n\nEndMap\n" + "sha256": "5ec939375d5c71b224fb4c41cb91c7ab4ae1dea2549b0e986ca5a69902560957", + "text": "BeginElementMap v1\n2 PostfixCount 9\nEdge\nFace\nVertex\n;:H9ca,F\n;:H-9cc,E\n;:H-9cc,V\n;:H-9cc,F\n;:H9ca,E\n;:H9ca,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#5d:2e.8 0\n$#5e:2f.8 0\n$#d:1.8 0\n$#36:1.8 0\n$#60:31.8 0\n$#d:4.8.b 0\n$#36:4.8.b.d.16 0\n$#5f:30.8 0\n$#d:2.8.b 0\n$#36:2.8.b.d.16 0\n$#d:3.8.b 0\n$#36:3.8.b.d.16 0\n$#4a.5 0\n$#4b.5 0\n$#1d:1.5 0\n$#43:1.5 0\n$#4d.5 0\n$#1d:4.5.b 0\n$#43:4.5.b.1d.26 0\n$#4c.5 0\n$#1d:2.5.b 0\n$#43:2.5.b.1d.26 0\n$#1d:3.5.b 0\n$#43:3.5.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#38:1.4 0\n$#16:3.4.b.d 0\n$#26:1.7 0\n$#26:4.7.b.1d 0\n$#26:2.7.b.1d 0\n$#24:1.7 0\n$#45:1.7 0\n$#26:3.7.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#46.9 $#4e.9 0\n$#4f:1.9 0\n$#47.9 $#50.9 0\n$#52:1.9 0\n$#49.9 $#54.9 0\n$#52:3.9.b.d.16.36 0\n$#48.9 $#53.9 0\n$#52:2.9.b.d.16.36 0\n$#1f.6 $#39.6 0\n$#59.6 0\n$#20.6 $#3c.6 0\n$#61.6 0\n$#22.6 $#40.6 0\n$#63.6 0\n$#21.6 $#3e.6 0\n$#62.6 0\n\nEndMap\n" }, "PocketSketch18.Shape.Map.txt": { "sha256": "1ed561710b6beacd691b5c137e89026185121dd34f9665cf426096572e48efa0", @@ -81087,6 +111607,753 @@ }, "finalObject": "Pocket18", "id": "partdesign-pocket-twoside", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pocket18", + "finalStageOrdinal": 11, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad18", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9, + 11 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9, + 11 + ], + "namingChangedStages": 3, + "namingRestorationDriftOrdinals": [ + 0, + 9, + 11 + ], + "namingRestorationDriftStages": 3, + "phaseStageRecords": 36, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 12 + }, + "phases": { + "before": [ + { + "key": "partdesign-pocket-twoside:000:Body18", + "name": "Body18", + "ordinal": 0, + "relationDigest": "0dfb5708eb5c9c9a49c2261f8a18832a44924175f187bc668acb6053fdb65707", + "semanticNameDigest": "9d0b63c9092b107f9f17a95a009d7b720eca9b9114d8f208f528a1d0e481faf2", + "shape": { + "area": 168.32000000000005, + "brepSha256": "d02671d959d794c183be2cbe4756435c9fc89bc55266830eb6311e256468bc88", + "edges": 24, + "faces": 12, + "geometryDigest": "2d5233507695621846d3d51212c3c101f501fb9a92729fa2a6d5e021544014c9", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 104.32 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-twoside:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-twoside:008:Sketch18", + "name": "Sketch18", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:009:Pad18", + "name": "Pad18", + "ordinal": 9, + "relationDigest": "f602880accbff293e2a2f5e009f1ea470b8a4ccc6c5ee2379a1d54ee433897a4", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 144, + "brepSha256": "cbc3c3d5ea92a1a997922edb9e952ad3df6237bff48915ce874cb25f3dc247eb", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-twoside:010:PocketSketch18", + "name": "PocketSketch18", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:011:Pocket18", + "name": "Pocket18", + "ordinal": 11, + "relationDigest": "662d51ef41eda382bd7dd38df27b1b618c443d8441885de440918bd6c5b0da82", + "semanticNameDigest": "9ee51b68185b1098a52ef19ab90b13155f754f81e42630800607825763ff2f34", + "shape": { + "area": 168.32000000000005, + "brepSha256": "a22d486238b89b0c4859e90752aa9a2f479966cc79b979b97689cf92cfca0e7c", + "edges": 24, + "faces": 12, + "geometryDigest": "2d5233507695621846d3d51212c3c101f501fb9a92729fa2a6d5e021544014c9", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 104.32 + }, + "typeId": "PartDesign::Pocket" + } + ], + "edited": [ + { + "key": "partdesign-pocket-twoside:000:Body18", + "name": "Body18", + "ordinal": 0, + "relationDigest": "1ae2bd4a153681079952460127c6948ec6fe1d612c2dd31df1f3a2c558f16f58", + "semanticNameDigest": "7c5d686a1feb6fd5b03967e019524eab3d5f385558059a5dd0ed1adce0110afb", + "shape": { + "area": 180.32000000000005, + "brepSha256": "d2d885e266f8db4bd6241fbe0fd7bf967449aaa7178da7bdeebcfc52141082d1", + "edges": 24, + "faces": 12, + "geometryDigest": "3e2c331a8c968f3ce8f42371759763386d459670eb902c0b0d71da72e405a7a2", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 116.31999999999996 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-twoside:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-twoside:008:Sketch18", + "name": "Sketch18", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:009:Pad18", + "name": "Pad18", + "ordinal": 9, + "relationDigest": "a47f77860bf97980e4994c7665c7756776741f0838b2df86ae69acce318088e6", + "semanticNameDigest": "14b22a1488b0ec4a49010c5a65a0cdb568599add0570eae14ebe3a08579fbed0", + "shape": { + "area": 156, + "brepSha256": "86ede5e445466d2f80228d4ce40cbc03a240d7b813c61b9f7a008993026e9951", + "edges": 12, + "faces": 6, + "geometryDigest": "fed2b972ec166149c219536523b05f1741885d073a6c5dbc7c36e92e047c2a85", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 123.99999999999999 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-twoside:010:PocketSketch18", + "name": "PocketSketch18", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:011:Pocket18", + "name": "Pocket18", + "ordinal": 11, + "relationDigest": "d692c4bd20cab69e61566c9806899080e2a742a4cfde300f6d1bbbc847c40f6b", + "semanticNameDigest": "98f4ed75f0891a5252cdbffb93c612dfad5056926f231ccac9ef3726dc4d9065", + "shape": { + "area": 180.32000000000005, + "brepSha256": "04c9fe79cbc16ebbdb17811d38d9ddf69d13b6402743da4727b49d967a96e585", + "edges": 24, + "faces": 12, + "geometryDigest": "3e2c331a8c968f3ce8f42371759763386d459670eb902c0b0d71da72e405a7a2", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 116.31999999999996 + }, + "typeId": "PartDesign::Pocket" + } + ], + "restored": [ + { + "key": "partdesign-pocket-twoside:000:Body18", + "name": "Body18", + "ordinal": 0, + "relationDigest": "c7ff8a40c0d46636da7adfae5790056fca26cd6cfb1a4ed4764e69fb13bda510", + "semanticNameDigest": "30f99433b9fb972746315f6833df916e44638090ee4660a0d4d475c108b8c0e5", + "shape": { + "area": 168.32000000000005, + "brepSha256": "d02671d959d794c183be2cbe4756435c9fc89bc55266830eb6311e256468bc88", + "edges": 24, + "faces": 12, + "geometryDigest": "2d5233507695621846d3d51212c3c101f501fb9a92729fa2a6d5e021544014c9", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 104.32 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-twoside:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-twoside:008:Sketch18", + "name": "Sketch18", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:009:Pad18", + "name": "Pad18", + "ordinal": 9, + "relationDigest": "b4db7dd81f88db0d147e3390ce2cc8d1dc407ffd22ad4939f081b8d90524bf60", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "shape": { + "area": 144, + "brepSha256": "cbc3c3d5ea92a1a997922edb9e952ad3df6237bff48915ce874cb25f3dc247eb", + "edges": 12, + "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 112 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-twoside:010:PocketSketch18", + "name": "PocketSketch18", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:011:Pocket18", + "name": "Pocket18", + "ordinal": 11, + "relationDigest": "75aad02d9e5d9292306a954633ab61b5cbd7c527babc918fe6c5f8da9174fa78", + "semanticNameDigest": "3f9d77793d7497e2cb3fa763c437ce1653db71cd335405c7452079abcd4691df", + "shape": { + "area": 168.32000000000005, + "brepSha256": "a22d486238b89b0c4859e90752aa9a2f479966cc79b979b97689cf92cfca0e7c", + "edges": 24, + "faces": 12, + "geometryDigest": "2d5233507695621846d3d51212c3c101f501fb9a92729fa2a6d5e021544014c9", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 104.32 + }, + "typeId": "PartDesign::Pocket" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 7, + "edited": 7.75, + "restored": 7 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -81096,27 +112363,34 @@ "elementMapSize": 52, "elementMapVersion": "15.70200.5", "label": "Body18", + "linkedObjects": [ + "Origin", + "Pad18", + "Pocket18", + "PocketSketch18", + "Sketch18" + ], "name": "Body18", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:He68,F;:He6a,F", + "mappedName": "#16:1;:H9ca,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:1;:He68,F", + "mappedName": "#16:1;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:He67,E" + "#b:1;:H9c9,E" ], - "mappedName": "#d:1;:G;XTR;:He67:7,F", + "mappedName": "#d:1;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81131,7 +112405,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:He68,F;:He6a,F", + "mappedName": "#16:1;:H9ca,F;:H9cc,F", "mappedStringIds": [ 22 ], @@ -81141,21 +112415,21 @@ "history": [ { "children": [], - "mappedName": "#16:4;:He68,F;:He6a,F", + "mappedName": "#16:4;:H9ca,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:4;:He68,F", + "mappedName": "#16:4;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:He67,E" + "#b:4;:H9c9,E" ], - "mappedName": "#d:4;:G;XTR;:He67:7,F", + "mappedName": "#d:4;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81172,7 +112446,7 @@ 13, 22 ], - "mappedName": "#16:4;:He68,F;:He6a,F", + "mappedName": "#16:4;:H9ca,F;:H9cc,F", "mappedStringIds": [ 11, 13, @@ -81184,21 +112458,21 @@ "history": [ { "children": [], - "mappedName": "#16:2;:He68,F;:He6a,F", + "mappedName": "#16:2;:H9ca,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:2;:He68,F", + "mappedName": "#16:2;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:He67,E" + "#b:2;:H9c9,E" ], - "mappedName": "#d:2;:G;XTR;:He67:7,F", + "mappedName": "#d:2;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81215,7 +112489,7 @@ 13, 22 ], - "mappedName": "#16:2;:He68,F;:He6a,F", + "mappedName": "#16:2;:H9ca,F;:H9cc,F", "mappedStringIds": [ 11, 13, @@ -81227,21 +112501,21 @@ "history": [ { "children": [], - "mappedName": "#14:1;:He68,F;:He6a,F", + "mappedName": "#14:1;:H9ca,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#14:1;:He68,F", + "mappedName": "#14:1;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:He67,E" + "#b:1;:H9c9,E" ], - "mappedName": "#d:1;FAC;:He67:4,F", + "mappedName": "#d:1;FAC;:H9c9:4,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81256,7 +112530,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:He68,F;:He6a,F", + "mappedName": "#14:1;:H9ca,F;:H9cc,F", "mappedStringIds": [ 20 ], @@ -81266,22 +112540,22 @@ "history": [ { "children": [], - "mappedName": "#38:1;:He68,F;:He6a,F", + "mappedName": "#38:1;:H9ca,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#38:1;:He68,F", + "mappedName": "#38:1;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:He67:4,F", - "#b:1;:He67,E" + "#d:1;FAC;:H9c9:4,F", + "#b:1;:H9c9,E" ], - "mappedName": "#14:1;:G0;XTR;:He67:8,F", + "mappedName": "#14:1;:G0;XTR;:H9c9:8,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81296,7 +112570,7 @@ "indexedStringIds": [ 56 ], - "mappedName": "#38:1;:He68,F;:He6a,F", + "mappedName": "#38:1;:H9ca,F;:H9cc,F", "mappedStringIds": [ 56 ], @@ -81306,21 +112580,21 @@ "history": [ { "children": [], - "mappedName": "#16:3;:He68,F;:He6a,F", + "mappedName": "#16:3;:H9ca,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:3;:He68,F", + "mappedName": "#16:3;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:He67,E" + "#b:3;:H9c9,E" ], - "mappedName": "#d:3;:G;XTR;:He67:7,F", + "mappedName": "#d:3;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81337,7 +112611,7 @@ 13, 22 ], - "mappedName": "#16:3;:He68,F;:He6a,F", + "mappedName": "#16:3;:H9ca,F;:H9cc,F", "mappedStringIds": [ 11, 13, @@ -81349,18 +112623,18 @@ "history": [ { "children": [ - "#26:1;:H-e6a,F" + "#26:1;:H-9cc,F" ], - "mappedName": "#26:1;:H-e6a,F;:He6a,F", + "mappedName": "#26:1;:H-9cc,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;:G;XTR;:He69:7,F", - "#b:1;:He69,E" + "#1d:1;:G;XTR;:H9cb:7,F", + "#b:1;:H9cb,E" ], - "mappedName": "#26:1;:H-e6a,F", + "mappedName": "#26:1;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -81375,7 +112649,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:H-e6a,F;:He6a,F", + "mappedName": "#26:1;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 38 ], @@ -81385,18 +112659,18 @@ "history": [ { "children": [ - "#26:4;:H-e6a,F" + "#26:4;:H-9cc,F" ], - "mappedName": "#26:4;:H-e6a,F;:He6a,F", + "mappedName": "#26:4;:H-9cc,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:4;:G;XTR;:He69:7,F", - "#b:4;:He69,E" + "#1d:4;:G;XTR;:H9cb:7,F", + "#b:4;:H9cb,E" ], - "mappedName": "#26:4;:H-e6a,F", + "mappedName": "#26:4;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -81413,7 +112687,7 @@ 29, 38 ], - "mappedName": "#26:4;:H-e6a,F;:He6a,F", + "mappedName": "#26:4;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 11, 29, @@ -81425,18 +112699,18 @@ "history": [ { "children": [ - "#26:2;:H-e6a,F" + "#26:2;:H-9cc,F" ], - "mappedName": "#26:2;:H-e6a,F;:He6a,F", + "mappedName": "#26:2;:H-9cc,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:2;:G;XTR;:He69:7,F", - "#b:2;:He69,E" + "#1d:2;:G;XTR;:H9cb:7,F", + "#b:2;:H9cb,E" ], - "mappedName": "#26:2;:H-e6a,F", + "mappedName": "#26:2;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -81453,7 +112727,7 @@ 29, 38 ], - "mappedName": "#26:2;:H-e6a,F;:He6a,F", + "mappedName": "#26:2;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 11, 29, @@ -81465,18 +112739,18 @@ "history": [ { "children": [ - "#24:1;:H-e6a,F" + "#24:1;:H-9cc,F" ], - "mappedName": "#24:1;:H-e6a,F;:He6a,F", + "mappedName": "#24:1;:H-9cc,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;FAC;:He69:4,F", - "#b:1;:He69,E" + "#1d:1;FAC;:H9cb:4,F", + "#b:1;:H9cb,E" ], - "mappedName": "#24:1;:H-e6a,F", + "mappedName": "#24:1;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -81491,7 +112765,7 @@ "indexedStringIds": [ 36 ], - "mappedName": "#24:1;:H-e6a,F;:He6a,F", + "mappedName": "#24:1;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 36 ], @@ -81501,19 +112775,19 @@ "history": [ { "children": [ - "#45:1;:H-e6a,F" + "#45:1;:H-9cc,F" ], - "mappedName": "#45:1;:H-e6a,F;:He6a,F", + "mappedName": "#45:1;:H-9cc,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#24:1;:G0;XTR;:He69:8,F", - "#1d:1;FAC;:He69:4,F", - "#b:1;:He69,E" + "#24:1;:G0;XTR;:H9cb:8,F", + "#1d:1;FAC;:H9cb:4,F", + "#b:1;:H9cb,E" ], - "mappedName": "#45:1;:H-e6a,F", + "mappedName": "#45:1;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -81528,7 +112802,7 @@ "indexedStringIds": [ 69 ], - "mappedName": "#45:1;:H-e6a,F;:He6a,F", + "mappedName": "#45:1;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 69 ], @@ -81538,18 +112812,18 @@ "history": [ { "children": [ - "#26:3;:H-e6a,F" + "#26:3;:H-9cc,F" ], - "mappedName": "#26:3;:H-e6a,F;:He6a,F", + "mappedName": "#26:3;:H-9cc,F;:H9cc,F", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:3;:G;XTR;:He69:7,F", - "#b:3;:He69,E" + "#1d:3;:G;XTR;:H9cb:7,F", + "#b:3;:H9cb,E" ], - "mappedName": "#26:3;:H-e6a,F", + "mappedName": "#26:3;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -81566,7 +112840,7 @@ 29, 38 ], - "mappedName": "#26:3;:H-e6a,F;:He6a,F", + "mappedName": "#26:3;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 11, 29, @@ -81578,38 +112852,36 @@ "history": [ { "children": [], - "mappedName": "#18:1;:He68,E;:He6a,E", + "mappedName": "#5d:2e;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#18:1;:He68,E", + "mappedName": "#5d:2e;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:He67,V" - ], - "mappedName": "#f:1;:G;XTR;:He67:7,E", + "children": [], + "mappedName": "#4646;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], - "mappedName": "#18:1;:He68,E;:He6a,E", + "mappedName": "#5d:2e;:H9ca,E;:H9cc,E", "mappedStringIds": [ - 24 + 93 ], "name": "Edge1" }, @@ -81617,38 +112889,36 @@ "history": [ { "children": [], - "mappedName": "#19:2;:He68,E;:He6a,E", + "mappedName": "#5e:2f;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#19:2;:He68,E", + "mappedName": "#5e:2f;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:He67,V" - ], - "mappedName": "#10:2;:G;XTR;:He67:7,E", + "children": [], + "mappedName": "#4747;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], - "mappedName": "#19:2;:He68,E;:He6a,E", + "mappedName": "#5e:2f;:H9ca,E;:H9cc,E", "mappedStringIds": [ - 25 + 94 ], "name": "Edge2" }, @@ -81656,19 +112926,19 @@ "history": [ { "children": [], - "mappedName": "#d:1;:He68,E;:He6a,E", + "mappedName": "#d:1;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:1;:He68,E", + "mappedName": "#d:1;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:He67,E", + "mappedName": "#b:1;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81683,7 +112953,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:He68,E;:He6a,E", + "mappedName": "#d:1;:H9ca,E;:H9cc,E", "mappedStringIds": [ 13 ], @@ -81693,22 +112963,22 @@ "history": [ { "children": [], - "mappedName": "#36:1;:He68,E;:He6a,E", + "mappedName": "#36:1;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:1;:He68,E", + "mappedName": "#36:1;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:He67:7,F", - "#b:1;:He67,E" + "#d:1;:G;XTR;:H9c9:7,F", + "#b:1;:H9c9,E" ], - "mappedName": "#16:1;:U;XTR;:He67:7,E", + "mappedName": "#16:1;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81723,7 +112993,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:He68,E;:He6a,E", + "mappedName": "#36:1;:H9ca,E;:H9cc,E", "mappedStringIds": [ 54 ], @@ -81733,38 +113003,36 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:He68,E;:He6a,E", + "mappedName": "#60:31;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1b:2;:He68,E", + "mappedName": "#60:31;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:He67,V" - ], - "mappedName": "#12:2;:G;XTR;:He67:7,E", + "children": [], + "mappedName": "#4949;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], - "mappedName": "#1b:2;:He68,E;:He6a,E", + "mappedName": "#60:31;:H9ca,E;:H9cc,E", "mappedStringIds": [ - 27 + 96 ], "name": "Edge5" }, @@ -81772,19 +113040,19 @@ "history": [ { "children": [], - "mappedName": "#d:4;:He68,E;:He6a,E", + "mappedName": "#d:4;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:4;:He68,E", + "mappedName": "#d:4;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:He67,E", + "mappedName": "#b:4;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81800,7 +113068,7 @@ 11, 13 ], - "mappedName": "#d:4;:He68,E;:He6a,E", + "mappedName": "#d:4;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13 @@ -81811,22 +113079,22 @@ "history": [ { "children": [], - "mappedName": "#36:4;:He68,E;:He6a,E", + "mappedName": "#36:4;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:4;:He68,E", + "mappedName": "#36:4;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:He67:7,F", - "#b:4;:He67,E" + "#d:4;:G;XTR;:H9c9:7,F", + "#b:4;:H9c9,E" ], - "mappedName": "#16:4;:U;XTR;:He67:7,E", + "mappedName": "#16:4;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81844,7 +113112,7 @@ 22, 54 ], - "mappedName": "#36:4;:He68,E;:He6a,E", + "mappedName": "#36:4;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13, @@ -81857,38 +113125,36 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:He68,E;:He6a,E", + "mappedName": "#5f:30;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1a:2;:He68,E", + "mappedName": "#5f:30;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:He67,V" - ], - "mappedName": "#11:2;:G;XTR;:He67:7,E", + "children": [], + "mappedName": "#4848;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], - "mappedName": "#1a:2;:He68,E;:He6a,E", + "mappedName": "#5f:30;:H9ca,E;:H9cc,E", "mappedStringIds": [ - 26 + 95 ], "name": "Edge8" }, @@ -81896,19 +113162,19 @@ "history": [ { "children": [], - "mappedName": "#d:2;:He68,E;:He6a,E", + "mappedName": "#d:2;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:2;:He68,E", + "mappedName": "#d:2;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:He67,E", + "mappedName": "#b:2;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81924,7 +113190,7 @@ 11, 13 ], - "mappedName": "#d:2;:He68,E;:He6a,E", + "mappedName": "#d:2;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13 @@ -81935,22 +113201,22 @@ "history": [ { "children": [], - "mappedName": "#36:2;:He68,E;:He6a,E", + "mappedName": "#36:2;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:2;:He68,E", + "mappedName": "#36:2;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:He67:7,F", - "#b:2;:He67,E" + "#d:2;:G;XTR;:H9c9:7,F", + "#b:2;:H9c9,E" ], - "mappedName": "#16:2;:U;XTR;:He67:7,E", + "mappedName": "#16:2;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -81968,7 +113234,7 @@ 22, 54 ], - "mappedName": "#36:2;:He68,E;:He6a,E", + "mappedName": "#36:2;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13, @@ -81981,19 +113247,19 @@ "history": [ { "children": [], - "mappedName": "#d:3;:He68,E;:He6a,E", + "mappedName": "#d:3;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:3;:He68,E", + "mappedName": "#d:3;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:He67,E", + "mappedName": "#b:3;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -82009,7 +113275,7 @@ 11, 13 ], - "mappedName": "#d:3;:He68,E;:He6a,E", + "mappedName": "#d:3;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13 @@ -82020,22 +113286,22 @@ "history": [ { "children": [], - "mappedName": "#36:3;:He68,E;:He6a,E", + "mappedName": "#36:3;:H9ca,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:3;:He68,E", + "mappedName": "#36:3;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:He67:7,F", - "#b:3;:He67,E" + "#d:3;:G;XTR;:H9c9:7,F", + "#b:3;:H9c9,E" ], - "mappedName": "#16:3;:U;XTR;:He67:7,E", + "mappedName": "#16:3;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -82053,7 +113319,7 @@ 22, 54 ], - "mappedName": "#36:3;:He68,E;:He6a,E", + "mappedName": "#36:3;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13, @@ -82066,36 +113332,35 @@ "history": [ { "children": [ - "#28:2;:H-e6a,E" + "#4a;:H-9cc,E" ], - "mappedName": "#28:2;:H-e6a,E;:He6a,E", + "mappedName": "#4a;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#1f:2;:G;XTR;:He69:7,E", - "#22;:He69,V", - "#8;:He69,V" + "#1f;:G;XTR;:H9cb:7,E", + "#2;:H9cb,V" ], - "mappedName": "#28:2;:H-e6a,E", + "mappedName": "#4a;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], - "mappedName": "#28:2;:H-e6a,E;:He6a,E", + "mappedName": "#4a;:H-9cc,E;:H9cc,E", "mappedStringIds": [ - 40 + 74 ], "name": "Edge13" }, @@ -82103,30 +113368,35 @@ "history": [ { "children": [ - "#29:4;:H-e6a,E" + "#4b;:H-9cc,E" ], - "mappedName": "#29:4;:H-e6a,E;:He6a,E", + "mappedName": "#4b;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#20:4;:G;XTR;:He69:7,E", - "#44;:He69,V", - ";:G0;XTR;:He69:8,F" + "#20;:G;XTR;:H9cb:7,E", + "#4;:H9cb,V" ], - "mappedName": "#29:4;:H-e6a,E", + "mappedName": "#4b;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch18", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], - "mappedName": "#29:4;:H-e6a,E;:He6a,E", + "mappedName": "#4b;:H-9cc,E;:H9cc,E", "mappedStringIds": [ - 41 + 75 ], "name": "Edge14" }, @@ -82134,17 +113404,17 @@ "history": [ { "children": [ - "#1d:1;:H-e6a,E" + "#1d:1;:H-9cc,E" ], - "mappedName": "#1d:1;:H-e6a,E;:He6a,E", + "mappedName": "#1d:1;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:He69,E" + "#b:1;:H9cb,E" ], - "mappedName": "#1d:1;:H-e6a,E", + "mappedName": "#1d:1;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82159,7 +113429,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:H-e6a,E;:He6a,E", + "mappedName": "#1d:1;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 29 ], @@ -82169,19 +113439,19 @@ "history": [ { "children": [ - "#43:1;:H-e6a,E" + "#43:1;:H-9cc,E" ], - "mappedName": "#43:1;:H-e6a,E;:He6a,E", + "mappedName": "#43:1;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#26:1;:U;XTR;:He69:7,E", - "#1d:1;:G;XTR;:He69:7,F", - "#b:1;:He69,E" + "#26:1;:U;XTR;:H9cb:7,E", + "#1d:1;:G;XTR;:H9cb:7,F", + "#b:1;:H9cb,E" ], - "mappedName": "#43:1;:H-e6a,E", + "mappedName": "#43:1;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82196,7 +113466,7 @@ "indexedStringIds": [ 67 ], - "mappedName": "#43:1;:H-e6a,E;:He6a,E", + "mappedName": "#43:1;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 67 ], @@ -82206,35 +113476,35 @@ "history": [ { "children": [ - "#2b:8;:H-e6a,E" + "#4d;:H-9cc,E" ], - "mappedName": "#2b:8;:H-e6a,E;:He6a,E", + "mappedName": "#4d;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#22:8;:G;XTR;:He69:7,E", - "#88;:He69,V" + "#22;:G;XTR;:H9cb:7,E", + "#8;:H9cb,V" ], - "mappedName": "#2b:8;:H-e6a,E", + "mappedName": "#4d;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], - "mappedName": "#2b:8;:H-e6a,E;:He6a,E", + "mappedName": "#4d;:H-9cc,E;:H9cc,E", "mappedStringIds": [ - 43 + 77 ], "name": "Edge17" }, @@ -82242,17 +113512,17 @@ "history": [ { "children": [ - "#1d:4;:H-e6a,E" + "#1d:4;:H-9cc,E" ], - "mappedName": "#1d:4;:H-e6a,E;:He6a,E", + "mappedName": "#1d:4;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:He69,E" + "#b:4;:H9cb,E" ], - "mappedName": "#1d:4;:H-e6a,E", + "mappedName": "#1d:4;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82268,7 +113538,7 @@ 11, 29 ], - "mappedName": "#1d:4;:H-e6a,E;:He6a,E", + "mappedName": "#1d:4;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29 @@ -82279,19 +113549,19 @@ "history": [ { "children": [ - "#43:4;:H-e6a,E" + "#43:4;:H-9cc,E" ], - "mappedName": "#43:4;:H-e6a,E;:He6a,E", + "mappedName": "#43:4;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#26:4;:U;XTR;:He69:7,E", - "#1d:4;:G;XTR;:He69:7,F", - "#b:4;:He69,E" + "#26:4;:U;XTR;:H9cb:7,E", + "#1d:4;:G;XTR;:H9cb:7,F", + "#b:4;:H9cb,E" ], - "mappedName": "#43:4;:H-e6a,E", + "mappedName": "#43:4;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82309,7 +113579,7 @@ 38, 67 ], - "mappedName": "#43:4;:H-e6a,E;:He6a,E", + "mappedName": "#43:4;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29, @@ -82322,35 +113592,35 @@ "history": [ { "children": [ - "#2a:6;:H-e6a,E" + "#4c;:H-9cc,E" ], - "mappedName": "#2a:6;:H-e6a,E;:He6a,E", + "mappedName": "#4c;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#21:6;:G;XTR;:He69:7,E", - "#66;:He69,V" + "#21;:G;XTR;:H9cb:7,E", + "#6;:H9cb,V" ], - "mappedName": "#2a:6;:H-e6a,E", + "mappedName": "#4c;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], - "mappedName": "#2a:6;:H-e6a,E;:He6a,E", + "mappedName": "#4c;:H-9cc,E;:H9cc,E", "mappedStringIds": [ - 42 + 76 ], "name": "Edge20" }, @@ -82358,17 +113628,17 @@ "history": [ { "children": [ - "#1d:2;:H-e6a,E" + "#1d:2;:H-9cc,E" ], - "mappedName": "#1d:2;:H-e6a,E;:He6a,E", + "mappedName": "#1d:2;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:He69,E" + "#b:2;:H9cb,E" ], - "mappedName": "#1d:2;:H-e6a,E", + "mappedName": "#1d:2;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82384,7 +113654,7 @@ 11, 29 ], - "mappedName": "#1d:2;:H-e6a,E;:He6a,E", + "mappedName": "#1d:2;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29 @@ -82395,19 +113665,19 @@ "history": [ { "children": [ - "#43:2;:H-e6a,E" + "#43:2;:H-9cc,E" ], - "mappedName": "#43:2;:H-e6a,E;:He6a,E", + "mappedName": "#43:2;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#26:2;:U;XTR;:He69:7,E", - "#1d:2;:G;XTR;:He69:7,F", - "#b:2;:He69,E" + "#26:2;:U;XTR;:H9cb:7,E", + "#1d:2;:G;XTR;:H9cb:7,F", + "#b:2;:H9cb,E" ], - "mappedName": "#43:2;:H-e6a,E", + "mappedName": "#43:2;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82425,7 +113695,7 @@ 38, 67 ], - "mappedName": "#43:2;:H-e6a,E;:He6a,E", + "mappedName": "#43:2;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29, @@ -82438,17 +113708,17 @@ "history": [ { "children": [ - "#1d:3;:H-e6a,E" + "#1d:3;:H-9cc,E" ], - "mappedName": "#1d:3;:H-e6a,E;:He6a,E", + "mappedName": "#1d:3;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:He69,E" + "#b:3;:H9cb,E" ], - "mappedName": "#1d:3;:H-e6a,E", + "mappedName": "#1d:3;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82464,7 +113734,7 @@ 11, 29 ], - "mappedName": "#1d:3;:H-e6a,E;:He6a,E", + "mappedName": "#1d:3;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29 @@ -82475,19 +113745,19 @@ "history": [ { "children": [ - "#43:3;:H-e6a,E" + "#43:3;:H-9cc,E" ], - "mappedName": "#43:3;:H-e6a,E;:He6a,E", + "mappedName": "#43:3;:H-9cc,E;:H9cc,E", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#26:3;:U;XTR;:He69:7,E", - "#1d:3;:G;XTR;:He69:7,F", - "#b:3;:He69,E" + "#26:3;:U;XTR;:H9cb:7,E", + "#1d:3;:G;XTR;:H9cb:7,F", + "#b:3;:H9cb,E" ], - "mappedName": "#43:3;:H-e6a,E", + "mappedName": "#43:3;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82505,7 +113775,7 @@ 38, 67 ], - "mappedName": "#43:3;:H-e6a,E;:He6a,E", + "mappedName": "#43:3;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29, @@ -82518,36 +113788,36 @@ "history": [ { "children": [], - "mappedName": "#f:1;:He68,V;:He6a,V", + "mappedName": "#46;:H9ca,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#f:1;:He68,V", + "mappedName": "#46;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:He67,V", + "mappedName": "#2;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], - "mappedName": "#f:1;:He68,V;:He6a,V", + "mappedName": "#46;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 15 + 70 ], "name": "Vertex1" }, @@ -82555,39 +113825,40 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:He68,V;:He6a,V", + "mappedName": "#4f:1;:H9ca,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2e:1;:He68,V", + "mappedName": "#4f:1;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:He67:7,E", - "#2:1;:He67,V" + "#16:1;:U;XTR;:H9c9:7,E", + "#d:1;:G;XTR;:H9c9:7,F", + "#b:1;:H9c9,E" ], - "mappedName": "#18:1;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U;XTR;:H9c9:7,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], - "mappedName": "#2e:1;:He68,V;:He6a,V", + "mappedName": "#4f:1;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 46 + 79 ], "name": "Vertex2" }, @@ -82595,36 +113866,36 @@ "history": [ { "children": [], - "mappedName": "#10:2;:He68,V;:He6a,V", + "mappedName": "#47;:H9ca,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#10:2;:He68,V", + "mappedName": "#47;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:He67,V", + "mappedName": "#4;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], - "mappedName": "#10:2;:He68,V;:He6a,V", + "mappedName": "#47;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 16 + 71 ], "name": "Vertex3" }, @@ -82632,39 +113903,40 @@ "history": [ { "children": [], - "mappedName": "#30:2;:He68,V;:He6a,V", + "mappedName": "#52:1;:H9ca,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#30:2;:He68,V", + "mappedName": "#52:1;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:He67:7,E", - "#4:2;:He67,V" + "#16:1;:U;XTR;:H9c9:7,E", + "#d:1;:G;XTR;:H9c9:7,F", + "#b:1;:H9c9,E" ], - "mappedName": "#19:2;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U2;XTR;:H9c9:8,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], - "mappedName": "#30:2;:He68,V;:He6a,V", + "mappedName": "#52:1;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 48 + 82 ], "name": "Vertex4" }, @@ -82672,36 +113944,36 @@ "history": [ { "children": [], - "mappedName": "#12:2;:He68,V;:He6a,V", + "mappedName": "#49;:H9ca,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#12:2;:He68,V", + "mappedName": "#49;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:He67,V", + "mappedName": "#8;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], - "mappedName": "#12:2;:He68,V;:He6a,V", + "mappedName": "#49;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 18 + 73 ], "name": "Vertex5" }, @@ -82709,39 +113981,48 @@ "history": [ { "children": [], - "mappedName": "#34:2;:He68,V;:He6a,V", + "mappedName": "#52:3;:H9ca,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#34:2;:He68,V", + "mappedName": "#52:3;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:He67:7,E", - "#8:2;:He67,V" + "#16:3;:U;XTR;:H9c9:7,E", + "#d:3;:G;XTR;:H9c9:7,F", + "#b:3;:H9c9,E" ], - "mappedName": "#1b:2;:U;XTR;:He67:7,V", + "mappedName": "#36:3;:U2;XTR;:H9c9:8,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#34:2;:He68,V;:He6a,V", + "mappedName": "#52:3;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex6" }, @@ -82749,36 +114030,36 @@ "history": [ { "children": [], - "mappedName": "#11:2;:He68,V;:He6a,V", + "mappedName": "#48;:H9ca,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#11:2;:He68,V", + "mappedName": "#48;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:He67,V", + "mappedName": "#6;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], - "mappedName": "#11:2;:He68,V;:He6a,V", + "mappedName": "#48;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 17 + 72 ], "name": "Vertex7" }, @@ -82786,39 +114067,48 @@ "history": [ { "children": [], - "mappedName": "#32:2;:He68,V;:He6a,V", + "mappedName": "#52:2;:H9ca,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#32:2;:He68,V", + "mappedName": "#52:2;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:He67:7,E", - "#6:2;:He67,V" + "#16:2;:U;XTR;:H9c9:7,E", + "#d:2;:G;XTR;:H9c9:7,F", + "#b:2;:H9c9,E" ], - "mappedName": "#1a:2;:U;XTR;:He67:7,V", + "mappedName": "#36:2;:U2;XTR;:H9c9:8,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#32:2;:He68,V;:He6a,V", + "mappedName": "#52:2;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex8" }, @@ -82826,17 +114116,17 @@ "history": [ { "children": [ - "#1f;:H-e6a,V" + "#1f;:H-9cc,V" ], - "mappedName": "#1f;:H-e6a,V;:He6a,V", + "mappedName": "#1f;:H-9cc,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#2;:He69,V" + "#2;:H9cb,V" ], - "mappedName": "#1f;:H-e6a,V", + "mappedName": "#1f;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82851,7 +114141,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:H-e6a,V;:He6a,V", + "mappedName": "#1f;:H-9cc,V;:H9cc,V", "mappedStringIds": [ 31 ], @@ -82861,37 +114151,36 @@ "history": [ { "children": [ - "#3b:2;:H-e6a,V" + "#59;:H-9cc,V" ], - "mappedName": "#3b:2;:H-e6a,V;:He6a,V", + "mappedName": "#59;:H-9cc,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#28:2;:U;XTR;:He69:7,V", - "#1f:2;:G;XTR;:He69:7,E", - "#22;:He69,V", - "#8;:He69,V" + "#4a;:U;XTR;:H9cb:7,V", + "#1f;:G;XTR;:H9cb:7,E", + "#2;:H9cb,V" ], - "mappedName": "#3b:2;:H-e6a,V", + "mappedName": "#59;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], - "mappedName": "#3b:2;:H-e6a,V;:He6a,V", + "mappedName": "#59;:H-9cc,V;:H9cc,V", "mappedStringIds": [ - 59 + 89 ], "name": "Vertex10" }, @@ -82899,17 +114188,17 @@ "history": [ { "children": [ - "#20;:H-e6a,V" + "#20;:H-9cc,V" ], - "mappedName": "#20;:H-e6a,V;:He6a,V", + "mappedName": "#20;:H-9cc,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#4;:He69,V" + "#4;:H9cb,V" ], - "mappedName": "#20;:H-e6a,V", + "mappedName": "#20;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82924,7 +114213,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:H-e6a,V;:He6a,V", + "mappedName": "#20;:H-9cc,V;:H9cc,V", "mappedStringIds": [ 32 ], @@ -82934,31 +114223,36 @@ "history": [ { "children": [ - "#3d:4;:H-e6a,V" + "#61;:H-9cc,V" ], - "mappedName": "#3d:4;:H-e6a,V;:He6a,V", + "mappedName": "#61;:H-9cc,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#29:4;:U;XTR;:He69:7,V", - "#20:4;:G;XTR;:He69:7,E", - "#44;:He69,V", - ";:G0;XTR;:He69:8,F" + "#4b;:U;XTR;:H9cb:7,V", + "#20;:G;XTR;:H9cb:7,E", + "#4;:H9cb,V" ], - "mappedName": "#3d:4;:H-e6a,V", + "mappedName": "#61;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch18", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], - "mappedName": "#3d:4;:H-e6a,V;:He6a,V", + "mappedName": "#61;:H-9cc,V;:H9cc,V", "mappedStringIds": [ - 61 + 97 ], "name": "Vertex12" }, @@ -82966,17 +114260,17 @@ "history": [ { "children": [ - "#22;:H-e6a,V" + "#22;:H-9cc,V" ], - "mappedName": "#22;:H-e6a,V;:He6a,V", + "mappedName": "#22;:H-9cc,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#8;:He69,V" + "#8;:H9cb,V" ], - "mappedName": "#22;:H-e6a,V", + "mappedName": "#22;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -82991,7 +114285,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:H-e6a,V;:He6a,V", + "mappedName": "#22;:H-9cc,V;:H9cc,V", "mappedStringIds": [ 34 ], @@ -83001,36 +114295,36 @@ "history": [ { "children": [ - "#41:8;:H-e6a,V" + "#63;:H-9cc,V" ], - "mappedName": "#41:8;:H-e6a,V;:He6a,V", + "mappedName": "#63;:H-9cc,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#2b:8;:U;XTR;:He69:7,V", - "#22:8;:G;XTR;:He69:7,E", - "#88;:He69,V" + "#4d;:U;XTR;:H9cb:7,V", + "#22;:G;XTR;:H9cb:7,E", + "#8;:H9cb,V" ], - "mappedName": "#41:8;:H-e6a,V", + "mappedName": "#63;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], - "mappedName": "#41:8;:H-e6a,V;:He6a,V", + "mappedName": "#63;:H-9cc,V;:H9cc,V", "mappedStringIds": [ - 65 + 99 ], "name": "Vertex14" }, @@ -83038,17 +114332,17 @@ "history": [ { "children": [ - "#21;:H-e6a,V" + "#21;:H-9cc,V" ], - "mappedName": "#21;:H-e6a,V;:He6a,V", + "mappedName": "#21;:H-9cc,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#6;:He69,V" + "#6;:H9cb,V" ], - "mappedName": "#21;:H-e6a,V", + "mappedName": "#21;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -83063,7 +114357,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:H-e6a,V;:He6a,V", + "mappedName": "#21;:H-9cc,V;:H9cc,V", "mappedStringIds": [ 33 ], @@ -83073,36 +114367,36 @@ "history": [ { "children": [ - "#3f:6;:H-e6a,V" + "#62;:H-9cc,V" ], - "mappedName": "#3f:6;:H-e6a,V;:He6a,V", + "mappedName": "#62;:H-9cc,V;:H9cc,V", "object": "Body18", "typeId": "PartDesign::Body" }, { "children": [ - "#2a:6;:U;XTR;:He69:7,V", - "#21:6;:G;XTR;:He69:7,E", - "#66;:He69,V" + "#4c;:U;XTR;:H9cb:7,V", + "#21;:G;XTR;:H9cb:7,E", + "#6;:H9cb,V" ], - "mappedName": "#3f:6;:H-e6a,V", + "mappedName": "#62;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], - "mappedName": "#3f:6;:H-e6a,V;:He6a,V", + "mappedName": "#62;:H-9cc,V;:H9cc,V", "mappedStringIds": [ - 63 + 98 ], "name": "Vertex16" } @@ -83120,7 +114414,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:He68,F;:He6a,F", + "mappedName": "#16:1;:H9ca,F;:H9cc,F", "mappedStringIds": [ 22 ], @@ -83130,7 +114424,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:He68,F;:He6a,F", + "name": "#16:1;:H9ca,F;:H9cc,F", "stringIds": [ 22 ] @@ -83140,15 +114434,15 @@ "resultPersistentId": "Body18:face:0", "sourceRefs": [ { - "mappedName": "#16:1;:He68,F", + "mappedName": "#16:1;:H9ca,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#16:1;:He68,F", + "persistentId": "Pocket18:mapped:#16:1;:H9ca,F", "stageId": "Pocket18" }, { - "mappedName": "#d:1;:G;XTR;:He67:7,F", + "mappedName": "#d:1;:G;XTR;:H9c9:7,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:1;:G;XTR;:He67:7,F", + "persistentId": "Pad18:mapped:#d:1;:G;XTR;:H9c9:7,F", "stageId": "Pad18" }, { @@ -83167,7 +114461,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:He68,F;:He6a,F", + "mappedName": "#16:4;:H9ca,F;:H9cc,F", "mappedStringIds": [ 11, 13, @@ -83179,7 +114473,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:He68,F;:He6a,F", + "name": "#16:4;:H9ca,F;:H9cc,F", "stringIds": [ 11, 13, @@ -83191,15 +114485,15 @@ "resultPersistentId": "Body18:face:1", "sourceRefs": [ { - "mappedName": "#16:4;:He68,F", + "mappedName": "#16:4;:H9ca,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#16:4;:He68,F", + "persistentId": "Pocket18:mapped:#16:4;:H9ca,F", "stageId": "Pocket18" }, { - "mappedName": "#d:4;:G;XTR;:He67:7,F", + "mappedName": "#d:4;:G;XTR;:H9c9:7,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:4;:G;XTR;:He67:7,F", + "persistentId": "Pad18:mapped:#d:4;:G;XTR;:H9c9:7,F", "stageId": "Pad18" }, { @@ -83218,7 +114512,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:He68,F;:He6a,F", + "mappedName": "#16:2;:H9ca,F;:H9cc,F", "mappedStringIds": [ 11, 13, @@ -83230,7 +114524,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:He68,F;:He6a,F", + "name": "#16:2;:H9ca,F;:H9cc,F", "stringIds": [ 11, 13, @@ -83242,15 +114536,15 @@ "resultPersistentId": "Body18:face:2", "sourceRefs": [ { - "mappedName": "#16:2;:He68,F", + "mappedName": "#16:2;:H9ca,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#16:2;:He68,F", + "persistentId": "Pocket18:mapped:#16:2;:H9ca,F", "stageId": "Pocket18" }, { - "mappedName": "#d:2;:G;XTR;:He67:7,F", + "mappedName": "#d:2;:G;XTR;:H9c9:7,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:2;:G;XTR;:He67:7,F", + "persistentId": "Pad18:mapped:#d:2;:G;XTR;:H9c9:7,F", "stageId": "Pad18" }, { @@ -83267,7 +114561,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:He68,F;:He6a,F", + "mappedName": "#14:1;:H9ca,F;:H9cc,F", "mappedStringIds": [ 20 ], @@ -83277,7 +114571,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:He68,F;:He6a,F", + "name": "#14:1;:H9ca,F;:H9cc,F", "stringIds": [ 20 ] @@ -83287,15 +114581,15 @@ "resultPersistentId": "Body18:face:3", "sourceRefs": [ { - "mappedName": "#14:1;:He68,F", + "mappedName": "#14:1;:H9ca,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#14:1;:He68,F", + "persistentId": "Pocket18:mapped:#14:1;:H9ca,F", "stageId": "Pocket18" }, { - "mappedName": "#d:1;FAC;:He67:4,F", + "mappedName": "#d:1;FAC;:H9c9:4,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:1;FAC;:He67:4,F", + "persistentId": "Pad18:mapped:#d:1;FAC;:H9c9:4,F", "stageId": "Pad18" }, { @@ -83312,7 +114606,7 @@ 56 ], "kind": "face", - "mappedName": "#38:1;:He68,F;:He6a,F", + "mappedName": "#38:1;:H9ca,F;:H9cc,F", "mappedStringIds": [ 56 ], @@ -83322,7 +114616,7 @@ "index": 5, "type": "Face" }, - "name": "#38:1;:He68,F;:He6a,F", + "name": "#38:1;:H9ca,F;:H9cc,F", "stringIds": [ 56 ] @@ -83332,15 +114626,15 @@ "resultPersistentId": "Body18:face:4", "sourceRefs": [ { - "mappedName": "#38:1;:He68,F", + "mappedName": "#38:1;:H9ca,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#38:1;:He68,F", + "persistentId": "Pocket18:mapped:#38:1;:H9ca,F", "stageId": "Pocket18" }, { - "mappedName": "#14:1;:G0;XTR;:He67:8,F", + "mappedName": "#14:1;:G0;XTR;:H9c9:8,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#14:1;:G0;XTR;:He67:8,F", + "persistentId": "Pad18:mapped:#14:1;:G0;XTR;:H9c9:8,F", "stageId": "Pad18" }, { @@ -83359,7 +114653,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:He68,F;:He6a,F", + "mappedName": "#16:3;:H9ca,F;:H9cc,F", "mappedStringIds": [ 11, 13, @@ -83371,7 +114665,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:He68,F;:He6a,F", + "name": "#16:3;:H9ca,F;:H9cc,F", "stringIds": [ 11, 13, @@ -83383,15 +114677,15 @@ "resultPersistentId": "Body18:face:5", "sourceRefs": [ { - "mappedName": "#16:3;:He68,F", + "mappedName": "#16:3;:H9ca,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#16:3;:He68,F", + "persistentId": "Pocket18:mapped:#16:3;:H9ca,F", "stageId": "Pocket18" }, { - "mappedName": "#d:3;:G;XTR;:He67:7,F", + "mappedName": "#d:3;:G;XTR;:H9c9:7,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:3;:G;XTR;:He67:7,F", + "persistentId": "Pad18:mapped:#d:3;:G;XTR;:H9c9:7,F", "stageId": "Pad18" }, { @@ -83408,7 +114702,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:H-e6a,F;:He6a,F", + "mappedName": "#26:1;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 38 ], @@ -83418,7 +114712,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:H-e6a,F;:He6a,F", + "name": "#26:1;:H-9cc,F;:H9cc,F", "stringIds": [ 38 ] @@ -83428,9 +114722,9 @@ "resultPersistentId": "Body18:face:6", "sourceRefs": [ { - "mappedName": "#26:1;:H-e6a,F", + "mappedName": "#26:1;:H-9cc,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#26:1;:H-e6a,F", + "persistentId": "Pocket18:mapped:#26:1;:H-9cc,F", "stageId": "Pocket18" }, { @@ -83449,7 +114743,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:H-e6a,F;:He6a,F", + "mappedName": "#26:4;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 11, 29, @@ -83461,7 +114755,7 @@ "index": 8, "type": "Face" }, - "name": "#26:4;:H-e6a,F;:He6a,F", + "name": "#26:4;:H-9cc,F;:H9cc,F", "stringIds": [ 11, 29, @@ -83473,9 +114767,9 @@ "resultPersistentId": "Body18:face:7", "sourceRefs": [ { - "mappedName": "#26:4;:H-e6a,F", + "mappedName": "#26:4;:H-9cc,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#26:4;:H-e6a,F", + "persistentId": "Pocket18:mapped:#26:4;:H-9cc,F", "stageId": "Pocket18" }, { @@ -83494,7 +114788,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:H-e6a,F;:He6a,F", + "mappedName": "#26:2;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 11, 29, @@ -83506,7 +114800,7 @@ "index": 9, "type": "Face" }, - "name": "#26:2;:H-e6a,F;:He6a,F", + "name": "#26:2;:H-9cc,F;:H9cc,F", "stringIds": [ 11, 29, @@ -83518,9 +114812,9 @@ "resultPersistentId": "Body18:face:8", "sourceRefs": [ { - "mappedName": "#26:2;:H-e6a,F", + "mappedName": "#26:2;:H-9cc,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#26:2;:H-e6a,F", + "persistentId": "Pocket18:mapped:#26:2;:H-9cc,F", "stageId": "Pocket18" }, { @@ -83537,7 +114831,7 @@ 36 ], "kind": "face", - "mappedName": "#24:1;:H-e6a,F;:He6a,F", + "mappedName": "#24:1;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 36 ], @@ -83547,7 +114841,7 @@ "index": 10, "type": "Face" }, - "name": "#24:1;:H-e6a,F;:He6a,F", + "name": "#24:1;:H-9cc,F;:H9cc,F", "stringIds": [ 36 ] @@ -83557,9 +114851,9 @@ "resultPersistentId": "Body18:face:9", "sourceRefs": [ { - "mappedName": "#24:1;:H-e6a,F", + "mappedName": "#24:1;:H-9cc,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#24:1;:H-e6a,F", + "persistentId": "Pocket18:mapped:#24:1;:H-9cc,F", "stageId": "Pocket18" }, { @@ -83576,7 +114870,7 @@ 69 ], "kind": "face", - "mappedName": "#45:1;:H-e6a,F;:He6a,F", + "mappedName": "#45:1;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 69 ], @@ -83586,7 +114880,7 @@ "index": 11, "type": "Face" }, - "name": "#45:1;:H-e6a,F;:He6a,F", + "name": "#45:1;:H-9cc,F;:H9cc,F", "stringIds": [ 69 ] @@ -83596,9 +114890,9 @@ "resultPersistentId": "Body18:face:10", "sourceRefs": [ { - "mappedName": "#45:1;:H-e6a,F", + "mappedName": "#45:1;:H-9cc,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#45:1;:H-e6a,F", + "persistentId": "Pocket18:mapped:#45:1;:H-9cc,F", "stageId": "Pocket18" }, { @@ -83617,7 +114911,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:H-e6a,F;:He6a,F", + "mappedName": "#26:3;:H-9cc,F;:H9cc,F", "mappedStringIds": [ 11, 29, @@ -83629,7 +114923,7 @@ "index": 12, "type": "Face" }, - "name": "#26:3;:H-e6a,F;:He6a,F", + "name": "#26:3;:H-9cc,F;:H9cc,F", "stringIds": [ 11, 29, @@ -83641,9 +114935,9 @@ "resultPersistentId": "Body18:face:11", "sourceRefs": [ { - "mappedName": "#26:3;:H-e6a,F", + "mappedName": "#26:3;:H-9cc,F", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#26:3;:H-e6a,F", + "persistentId": "Pocket18:mapped:#26:3;:H-9cc,F", "stageId": "Pocket18" }, { @@ -83657,12 +114951,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], "kind": "edge", - "mappedName": "#18:1;:He68,E;:He6a,E", + "mappedName": "#5d:2e;:H9ca,E;:H9cc,E", "mappedStringIds": [ - 24 + 93 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -83670,9 +114964,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:He68,E;:He6a,E", + "name": "#5d:2e;:H9ca,E;:H9cc,E", "stringIds": [ - 24 + 93 ] }, "relation": "preserved", @@ -83680,21 +114974,21 @@ "resultPersistentId": "Body18:edge:0", "sourceRefs": [ { - "mappedName": "#18:1;:He68,E", + "mappedName": "#5d:2e;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#18:1;:He68,E", + "persistentId": "Pocket18:mapped:#5d:2e;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#f:1;:G;XTR;:He67:7,E", + "mappedName": "#4646;:G;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#f:1;:G;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#4646;:G;XTR;:H9c9:7,E", "stageId": "Pad18" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v11;SKT", + "persistentId": "Sketch18:mapped:#4646", "stageId": "Sketch18" } ] @@ -83702,12 +114996,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], "kind": "edge", - "mappedName": "#19:2;:He68,E;:He6a,E", + "mappedName": "#5e:2f;:H9ca,E;:H9cc,E", "mappedStringIds": [ - 25 + 94 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -83715,9 +115009,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:He68,E;:He6a,E", + "name": "#5e:2f;:H9ca,E;:H9cc,E", "stringIds": [ - 25 + 94 ] }, "relation": "preserved", @@ -83725,21 +115019,21 @@ "resultPersistentId": "Body18:edge:1", "sourceRefs": [ { - "mappedName": "#19:2;:He68,E", + "mappedName": "#5e:2f;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#19:2;:He68,E", + "persistentId": "Pocket18:mapped:#5e:2f;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#10:2;:G;XTR;:He67:7,E", + "mappedName": "#4747;:G;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#10:2;:G;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#4747;:G;XTR;:H9c9:7,E", "stageId": "Pad18" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v22;SKT", + "persistentId": "Sketch18:mapped:#4747", "stageId": "Sketch18" } ] @@ -83750,7 +115044,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:He68,E;:He6a,E", + "mappedName": "#d:1;:H9ca,E;:H9cc,E", "mappedStringIds": [ 13 ], @@ -83760,7 +115054,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:He68,E;:He6a,E", + "name": "#d:1;:H9ca,E;:H9cc,E", "stringIds": [ 13 ] @@ -83770,15 +115064,15 @@ "resultPersistentId": "Body18:edge:2", "sourceRefs": [ { - "mappedName": "#d:1;:He68,E", + "mappedName": "#d:1;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#d:1;:He68,E", + "persistentId": "Pocket18:mapped:#d:1;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#b:1;:He67,E", + "mappedName": "#b:1;:H9c9,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#b:1;:He67,E", + "persistentId": "Pad18:mapped:#b:1;:H9c9,E", "stageId": "Pad18" }, { @@ -83795,7 +115089,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:He68,E;:He6a,E", + "mappedName": "#36:1;:H9ca,E;:H9cc,E", "mappedStringIds": [ 54 ], @@ -83805,7 +115099,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:He68,E;:He6a,E", + "name": "#36:1;:H9ca,E;:H9cc,E", "stringIds": [ 54 ] @@ -83815,15 +115109,15 @@ "resultPersistentId": "Body18:edge:3", "sourceRefs": [ { - "mappedName": "#36:1;:He68,E", + "mappedName": "#36:1;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#36:1;:He68,E", + "persistentId": "Pocket18:mapped:#36:1;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#16:1;:U;XTR;:He67:7,E", + "mappedName": "#16:1;:U;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#16:1;:U;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#16:1;:U;XTR;:H9c9:7,E", "stageId": "Pad18" }, { @@ -83837,12 +115131,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], "kind": "edge", - "mappedName": "#1b:2;:He68,E;:He6a,E", + "mappedName": "#60:31;:H9ca,E;:H9cc,E", "mappedStringIds": [ - 27 + 96 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -83850,9 +115144,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:He68,E;:He6a,E", + "name": "#60:31;:H9ca,E;:H9cc,E", "stringIds": [ - 27 + 96 ] }, "relation": "preserved", @@ -83860,21 +115154,21 @@ "resultPersistentId": "Body18:edge:4", "sourceRefs": [ { - "mappedName": "#1b:2;:He68,E", + "mappedName": "#60:31;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#1b:2;:He68,E", + "persistentId": "Pocket18:mapped:#60:31;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#12:2;:G;XTR;:He67:7,E", + "mappedName": "#4949;:G;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#12:2;:G;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#4949;:G;XTR;:H9c9:7,E", "stageId": "Pad18" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g3v22;SKT", + "persistentId": "Sketch18:mapped:#4949", "stageId": "Sketch18" } ] @@ -83886,7 +115180,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:He68,E;:He6a,E", + "mappedName": "#d:4;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13 @@ -83897,7 +115191,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:He68,E;:He6a,E", + "name": "#d:4;:H9ca,E;:H9cc,E", "stringIds": [ 11, 13 @@ -83908,15 +115202,15 @@ "resultPersistentId": "Body18:edge:5", "sourceRefs": [ { - "mappedName": "#d:4;:He68,E", + "mappedName": "#d:4;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#d:4;:He68,E", + "persistentId": "Pocket18:mapped:#d:4;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#b:4;:He67,E", + "mappedName": "#b:4;:H9c9,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#b:4;:He67,E", + "persistentId": "Pad18:mapped:#b:4;:H9c9,E", "stageId": "Pad18" }, { @@ -83936,7 +115230,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:He68,E;:He6a,E", + "mappedName": "#36:4;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13, @@ -83949,7 +115243,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:He68,E;:He6a,E", + "name": "#36:4;:H9ca,E;:H9cc,E", "stringIds": [ 11, 13, @@ -83962,15 +115256,15 @@ "resultPersistentId": "Body18:edge:6", "sourceRefs": [ { - "mappedName": "#36:4;:He68,E", + "mappedName": "#36:4;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#36:4;:He68,E", + "persistentId": "Pocket18:mapped:#36:4;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#16:4;:U;XTR;:He67:7,E", + "mappedName": "#16:4;:U;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#16:4;:U;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#16:4;:U;XTR;:H9c9:7,E", "stageId": "Pad18" }, { @@ -83984,12 +115278,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], "kind": "edge", - "mappedName": "#1a:2;:He68,E;:He6a,E", + "mappedName": "#5f:30;:H9ca,E;:H9cc,E", "mappedStringIds": [ - 26 + 95 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -83997,9 +115291,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:He68,E;:He6a,E", + "name": "#5f:30;:H9ca,E;:H9cc,E", "stringIds": [ - 26 + 95 ] }, "relation": "preserved", @@ -84007,21 +115301,21 @@ "resultPersistentId": "Body18:edge:7", "sourceRefs": [ { - "mappedName": "#1a:2;:He68,E", + "mappedName": "#5f:30;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#1a:2;:He68,E", + "persistentId": "Pocket18:mapped:#5f:30;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#11:2;:G;XTR;:He67:7,E", + "mappedName": "#4848;:G;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#11:2;:G;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#4848;:G;XTR;:H9c9:7,E", "stageId": "Pad18" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g2v22;SKT", + "persistentId": "Sketch18:mapped:#4848", "stageId": "Sketch18" } ] @@ -84033,7 +115327,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:He68,E;:He6a,E", + "mappedName": "#d:2;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13 @@ -84044,7 +115338,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:He68,E;:He6a,E", + "name": "#d:2;:H9ca,E;:H9cc,E", "stringIds": [ 11, 13 @@ -84055,15 +115349,15 @@ "resultPersistentId": "Body18:edge:8", "sourceRefs": [ { - "mappedName": "#d:2;:He68,E", + "mappedName": "#d:2;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#d:2;:He68,E", + "persistentId": "Pocket18:mapped:#d:2;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#b:2;:He67,E", + "mappedName": "#b:2;:H9c9,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#b:2;:He67,E", + "persistentId": "Pad18:mapped:#b:2;:H9c9,E", "stageId": "Pad18" }, { @@ -84083,7 +115377,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:He68,E;:He6a,E", + "mappedName": "#36:2;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13, @@ -84096,7 +115390,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:He68,E;:He6a,E", + "name": "#36:2;:H9ca,E;:H9cc,E", "stringIds": [ 11, 13, @@ -84109,15 +115403,15 @@ "resultPersistentId": "Body18:edge:9", "sourceRefs": [ { - "mappedName": "#36:2;:He68,E", + "mappedName": "#36:2;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#36:2;:He68,E", + "persistentId": "Pocket18:mapped:#36:2;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#16:2;:U;XTR;:He67:7,E", + "mappedName": "#16:2;:U;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#16:2;:U;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#16:2;:U;XTR;:H9c9:7,E", "stageId": "Pad18" }, { @@ -84135,7 +115429,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:He68,E;:He6a,E", + "mappedName": "#d:3;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13 @@ -84146,7 +115440,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:He68,E;:He6a,E", + "name": "#d:3;:H9ca,E;:H9cc,E", "stringIds": [ 11, 13 @@ -84157,15 +115451,15 @@ "resultPersistentId": "Body18:edge:10", "sourceRefs": [ { - "mappedName": "#d:3;:He68,E", + "mappedName": "#d:3;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#d:3;:He68,E", + "persistentId": "Pocket18:mapped:#d:3;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#b:3;:He67,E", + "mappedName": "#b:3;:H9c9,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#b:3;:He67,E", + "persistentId": "Pad18:mapped:#b:3;:H9c9,E", "stageId": "Pad18" }, { @@ -84185,7 +115479,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:He68,E;:He6a,E", + "mappedName": "#36:3;:H9ca,E;:H9cc,E", "mappedStringIds": [ 11, 13, @@ -84198,7 +115492,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:He68,E;:He6a,E", + "name": "#36:3;:H9ca,E;:H9cc,E", "stringIds": [ 11, 13, @@ -84211,15 +115505,15 @@ "resultPersistentId": "Body18:edge:11", "sourceRefs": [ { - "mappedName": "#36:3;:He68,E", + "mappedName": "#36:3;:H9ca,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#36:3;:He68,E", + "persistentId": "Pocket18:mapped:#36:3;:H9ca,E", "stageId": "Pocket18" }, { - "mappedName": "#16:3;:U;XTR;:He67:7,E", + "mappedName": "#16:3;:U;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#16:3;:U;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#16:3;:U;XTR;:H9c9:7,E", "stageId": "Pad18" }, { @@ -84233,12 +115527,12 @@ { "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], "kind": "edge", - "mappedName": "#28:2;:H-e6a,E;:He6a,E", + "mappedName": "#4a;:H-9cc,E;:H9cc,E", "mappedStringIds": [ - 40 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84246,9 +115540,9 @@ "index": 13, "type": "Edge" }, - "name": "#28:2;:H-e6a,E;:He6a,E", + "name": "#4a;:H-9cc,E;:H9cc,E", "stringIds": [ - 40 + 74 ] }, "relation": "preserved", @@ -84256,15 +115550,15 @@ "resultPersistentId": "Body18:edge:12", "sourceRefs": [ { - "mappedName": "#28:2;:H-e6a,E", + "mappedName": "#4a;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#28:2;:H-e6a,E", + "persistentId": "Pocket18:mapped:#4a;:H-9cc,E", "stageId": "Pocket18" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:g3v2;SKT", + "persistentId": "PocketSketch18:mapped:g1v1;SKT", "stageId": "PocketSketch18" } ] @@ -84272,12 +115566,12 @@ { "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], "kind": "edge", - "mappedName": "#29:4;:H-e6a,E;:He6a,E", + "mappedName": "#4b;:H-9cc,E;:H9cc,E", "mappedStringIds": [ - 41 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84285,9 +115579,9 @@ "index": 14, "type": "Edge" }, - "name": "#29:4;:H-e6a,E;:He6a,E", + "name": "#4b;:H-9cc,E;:H9cc,E", "stringIds": [ - 41 + 75 ] }, "relation": "preserved", @@ -84295,10 +115589,16 @@ "resultPersistentId": "Body18:edge:13", "sourceRefs": [ { - "mappedName": "#29:4;:H-e6a,E", + "mappedName": "#4b;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#29:4;:H-e6a,E", + "persistentId": "Pocket18:mapped:#4b;:H-9cc,E", "stageId": "Pocket18" + }, + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch18", + "persistentId": "PocketSketch18:mapped:g1v2;SKT", + "stageId": "PocketSketch18" } ] }, @@ -84308,7 +115608,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:H-e6a,E;:He6a,E", + "mappedName": "#1d:1;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 29 ], @@ -84318,7 +115618,7 @@ "index": 15, "type": "Edge" }, - "name": "#1d:1;:H-e6a,E;:He6a,E", + "name": "#1d:1;:H-9cc,E;:H9cc,E", "stringIds": [ 29 ] @@ -84328,9 +115628,9 @@ "resultPersistentId": "Body18:edge:14", "sourceRefs": [ { - "mappedName": "#1d:1;:H-e6a,E", + "mappedName": "#1d:1;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#1d:1;:H-e6a,E", + "persistentId": "Pocket18:mapped:#1d:1;:H-9cc,E", "stageId": "Pocket18" }, { @@ -84347,7 +115647,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:1;:H-e6a,E;:He6a,E", + "mappedName": "#43:1;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 67 ], @@ -84357,7 +115657,7 @@ "index": 16, "type": "Edge" }, - "name": "#43:1;:H-e6a,E;:He6a,E", + "name": "#43:1;:H-9cc,E;:H9cc,E", "stringIds": [ 67 ] @@ -84367,9 +115667,9 @@ "resultPersistentId": "Body18:edge:15", "sourceRefs": [ { - "mappedName": "#43:1;:H-e6a,E", + "mappedName": "#43:1;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#43:1;:H-e6a,E", + "persistentId": "Pocket18:mapped:#43:1;:H-9cc,E", "stageId": "Pocket18" }, { @@ -84383,12 +115683,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], "kind": "edge", - "mappedName": "#2b:8;:H-e6a,E;:He6a,E", + "mappedName": "#4d;:H-9cc,E;:H9cc,E", "mappedStringIds": [ - 43 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84396,9 +115696,9 @@ "index": 17, "type": "Edge" }, - "name": "#2b:8;:H-e6a,E;:He6a,E", + "name": "#4d;:H-9cc,E;:H9cc,E", "stringIds": [ - 43 + 77 ] }, "relation": "preserved", @@ -84406,15 +115706,15 @@ "resultPersistentId": "Body18:edge:16", "sourceRefs": [ { - "mappedName": "#2b:8;:H-e6a,E", + "mappedName": "#4d;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#2b:8;:H-e6a,E", + "persistentId": "Pocket18:mapped:#4d;:H-9cc,E", "stageId": "Pocket18" }, { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:#88", + "persistentId": "PocketSketch18:mapped:g3v2;SKT", "stageId": "PocketSketch18" } ] @@ -84426,7 +115726,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:H-e6a,E;:He6a,E", + "mappedName": "#1d:4;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29 @@ -84437,7 +115737,7 @@ "index": 18, "type": "Edge" }, - "name": "#1d:4;:H-e6a,E;:He6a,E", + "name": "#1d:4;:H-9cc,E;:H9cc,E", "stringIds": [ 11, 29 @@ -84448,9 +115748,9 @@ "resultPersistentId": "Body18:edge:17", "sourceRefs": [ { - "mappedName": "#1d:4;:H-e6a,E", + "mappedName": "#1d:4;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#1d:4;:H-e6a,E", + "persistentId": "Pocket18:mapped:#1d:4;:H-9cc,E", "stageId": "Pocket18" }, { @@ -84470,7 +115770,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:4;:H-e6a,E;:He6a,E", + "mappedName": "#43:4;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29, @@ -84483,7 +115783,7 @@ "index": 19, "type": "Edge" }, - "name": "#43:4;:H-e6a,E;:He6a,E", + "name": "#43:4;:H-9cc,E;:H9cc,E", "stringIds": [ 11, 29, @@ -84496,9 +115796,9 @@ "resultPersistentId": "Body18:edge:18", "sourceRefs": [ { - "mappedName": "#43:4;:H-e6a,E", + "mappedName": "#43:4;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#43:4;:H-e6a,E", + "persistentId": "Pocket18:mapped:#43:4;:H-9cc,E", "stageId": "Pocket18" }, { @@ -84512,12 +115812,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], "kind": "edge", - "mappedName": "#2a:6;:H-e6a,E;:He6a,E", + "mappedName": "#4c;:H-9cc,E;:H9cc,E", "mappedStringIds": [ - 42 + 76 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84525,9 +115825,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:H-e6a,E;:He6a,E", + "name": "#4c;:H-9cc,E;:H9cc,E", "stringIds": [ - 42 + 76 ] }, "relation": "preserved", @@ -84535,15 +115835,15 @@ "resultPersistentId": "Body18:edge:19", "sourceRefs": [ { - "mappedName": "#2a:6;:H-e6a,E", + "mappedName": "#4c;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#2a:6;:H-e6a,E", + "persistentId": "Pocket18:mapped:#4c;:H-9cc,E", "stageId": "Pocket18" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:#66", + "persistentId": "PocketSketch18:mapped:g2v2;SKT", "stageId": "PocketSketch18" } ] @@ -84555,7 +115855,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:H-e6a,E;:He6a,E", + "mappedName": "#1d:2;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29 @@ -84566,7 +115866,7 @@ "index": 21, "type": "Edge" }, - "name": "#1d:2;:H-e6a,E;:He6a,E", + "name": "#1d:2;:H-9cc,E;:H9cc,E", "stringIds": [ 11, 29 @@ -84577,9 +115877,9 @@ "resultPersistentId": "Body18:edge:20", "sourceRefs": [ { - "mappedName": "#1d:2;:H-e6a,E", + "mappedName": "#1d:2;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#1d:2;:H-e6a,E", + "persistentId": "Pocket18:mapped:#1d:2;:H-9cc,E", "stageId": "Pocket18" }, { @@ -84599,7 +115899,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:2;:H-e6a,E;:He6a,E", + "mappedName": "#43:2;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29, @@ -84612,7 +115912,7 @@ "index": 22, "type": "Edge" }, - "name": "#43:2;:H-e6a,E;:He6a,E", + "name": "#43:2;:H-9cc,E;:H9cc,E", "stringIds": [ 11, 29, @@ -84625,9 +115925,9 @@ "resultPersistentId": "Body18:edge:21", "sourceRefs": [ { - "mappedName": "#43:2;:H-e6a,E", + "mappedName": "#43:2;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#43:2;:H-e6a,E", + "persistentId": "Pocket18:mapped:#43:2;:H-9cc,E", "stageId": "Pocket18" }, { @@ -84645,7 +115945,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:H-e6a,E;:He6a,E", + "mappedName": "#1d:3;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29 @@ -84656,7 +115956,7 @@ "index": 23, "type": "Edge" }, - "name": "#1d:3;:H-e6a,E;:He6a,E", + "name": "#1d:3;:H-9cc,E;:H9cc,E", "stringIds": [ 11, 29 @@ -84667,9 +115967,9 @@ "resultPersistentId": "Body18:edge:22", "sourceRefs": [ { - "mappedName": "#1d:3;:H-e6a,E", + "mappedName": "#1d:3;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#1d:3;:H-e6a,E", + "persistentId": "Pocket18:mapped:#1d:3;:H-9cc,E", "stageId": "Pocket18" }, { @@ -84689,7 +115989,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:3;:H-e6a,E;:He6a,E", + "mappedName": "#43:3;:H-9cc,E;:H9cc,E", "mappedStringIds": [ 11, 29, @@ -84702,7 +116002,7 @@ "index": 24, "type": "Edge" }, - "name": "#43:3;:H-e6a,E;:He6a,E", + "name": "#43:3;:H-9cc,E;:H9cc,E", "stringIds": [ 11, 29, @@ -84715,9 +116015,9 @@ "resultPersistentId": "Body18:edge:23", "sourceRefs": [ { - "mappedName": "#43:3;:H-e6a,E", + "mappedName": "#43:3;:H-9cc,E", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#43:3;:H-e6a,E", + "persistentId": "Pocket18:mapped:#43:3;:H-9cc,E", "stageId": "Pocket18" }, { @@ -84731,12 +116031,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], "kind": "vertex", - "mappedName": "#f:1;:He68,V;:He6a,V", + "mappedName": "#46;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 15 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84744,9 +116044,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:He68,V;:He6a,V", + "name": "#46;:H9ca,V;:H9cc,V", "stringIds": [ - 15 + 70 ] }, "relation": "preserved", @@ -84754,21 +116054,21 @@ "resultPersistentId": "Body18:vertex:0", "sourceRefs": [ { - "mappedName": "#f:1;:He68,V", + "mappedName": "#46;:H9ca,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#f:1;:He68,V", + "persistentId": "Pocket18:mapped:#46;:H9ca,V", "stageId": "Pocket18" }, { - "mappedName": "#2:1;:He67,V", + "mappedName": "#2;:H9c9,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#2:1;:He67,V", + "persistentId": "Pad18:mapped:#2;:H9c9,V", "stageId": "Pad18" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v11;SKT", + "persistentId": "Sketch18:mapped:g1v1;SKT", "stageId": "Sketch18" } ] @@ -84776,12 +116076,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], "kind": "vertex", - "mappedName": "#2e:1;:He68,V;:He6a,V", + "mappedName": "#4f:1;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 46 + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84789,9 +116089,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:He68,V;:He6a,V", + "name": "#4f:1;:H9ca,V;:H9cc,V", "stringIds": [ - 46 + 79 ] }, "relation": "preserved", @@ -84799,21 +116099,21 @@ "resultPersistentId": "Body18:vertex:1", "sourceRefs": [ { - "mappedName": "#2e:1;:He68,V", + "mappedName": "#4f:1;:H9ca,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#2e:1;:He68,V", + "persistentId": "Pocket18:mapped:#4f:1;:H9ca,V", "stageId": "Pocket18" }, { - "mappedName": "#18:1;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U;XTR;:H9c9:7,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#18:1;:U;XTR;:He67:7,V", + "persistentId": "Pad18:mapped:#36:1;:U;XTR;:H9c9:7,V", "stageId": "Pad18" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v11;SKT", + "persistentId": "Sketch18:mapped:g1;SKT", "stageId": "Sketch18" } ] @@ -84821,12 +116121,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], "kind": "vertex", - "mappedName": "#10:2;:He68,V;:He6a,V", + "mappedName": "#47;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 16 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84834,9 +116134,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:He68,V;:He6a,V", + "name": "#47;:H9ca,V;:H9cc,V", "stringIds": [ - 16 + 71 ] }, "relation": "preserved", @@ -84844,21 +116144,21 @@ "resultPersistentId": "Body18:vertex:2", "sourceRefs": [ { - "mappedName": "#10:2;:He68,V", + "mappedName": "#47;:H9ca,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#10:2;:He68,V", + "persistentId": "Pocket18:mapped:#47;:H9ca,V", "stageId": "Pocket18" }, { - "mappedName": "#4:2;:He67,V", + "mappedName": "#4;:H9c9,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#4:2;:He67,V", + "persistentId": "Pad18:mapped:#4;:H9c9,V", "stageId": "Pad18" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v22;SKT", + "persistentId": "Sketch18:mapped:g1v2;SKT", "stageId": "Sketch18" } ] @@ -84866,12 +116166,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], "kind": "vertex", - "mappedName": "#30:2;:He68,V;:He6a,V", + "mappedName": "#52:1;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 48 + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84879,9 +116179,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:He68,V;:He6a,V", + "name": "#52:1;:H9ca,V;:H9cc,V", "stringIds": [ - 48 + 82 ] }, "relation": "preserved", @@ -84889,21 +116189,21 @@ "resultPersistentId": "Body18:vertex:3", "sourceRefs": [ { - "mappedName": "#30:2;:He68,V", + "mappedName": "#52:1;:H9ca,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#30:2;:He68,V", + "persistentId": "Pocket18:mapped:#52:1;:H9ca,V", "stageId": "Pocket18" }, { - "mappedName": "#19:2;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U2;XTR;:H9c9:8,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#19:2;:U;XTR;:He67:7,V", + "persistentId": "Pad18:mapped:#36:1;:U2;XTR;:H9c9:8,V", "stageId": "Pad18" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v22;SKT", + "persistentId": "Sketch18:mapped:g1;SKT", "stageId": "Sketch18" } ] @@ -84911,12 +116211,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], "kind": "vertex", - "mappedName": "#12:2;:He68,V;:He6a,V", + "mappedName": "#49;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 18 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84924,9 +116224,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:He68,V;:He6a,V", + "name": "#49;:H9ca,V;:H9cc,V", "stringIds": [ - 18 + 73 ] }, "relation": "preserved", @@ -84934,21 +116234,21 @@ "resultPersistentId": "Body18:vertex:4", "sourceRefs": [ { - "mappedName": "#12:2;:He68,V", + "mappedName": "#49;:H9ca,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#12:2;:He68,V", + "persistentId": "Pocket18:mapped:#49;:H9ca,V", "stageId": "Pocket18" }, { - "mappedName": "#8:2;:He67,V", + "mappedName": "#8;:H9c9,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#8:2;:He67,V", + "persistentId": "Pad18:mapped:#8;:H9c9,V", "stageId": "Pad18" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g3v22;SKT", + "persistentId": "Sketch18:mapped:g3v2;SKT", "stageId": "Sketch18" } ] @@ -84956,12 +116256,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#34:2;:He68,V;:He6a,V", + "mappedName": "#52:3;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -84969,9 +116277,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:He68,V;:He6a,V", + "name": "#52:3;:H9ca,V;:H9cc,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -84979,21 +116291,21 @@ "resultPersistentId": "Body18:vertex:5", "sourceRefs": [ { - "mappedName": "#34:2;:He68,V", + "mappedName": "#52:3;:H9ca,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#34:2;:He68,V", + "persistentId": "Pocket18:mapped:#52:3;:H9ca,V", "stageId": "Pocket18" }, { - "mappedName": "#1b:2;:U;XTR;:He67:7,V", + "mappedName": "#36:3;:U2;XTR;:H9c9:8,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#1b:2;:U;XTR;:He67:7,V", + "persistentId": "Pad18:mapped:#36:3;:U2;XTR;:H9c9:8,V", "stageId": "Pad18" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g3v22;SKT", + "persistentId": "Sketch18:mapped:g3;SKT", "stageId": "Sketch18" } ] @@ -85001,12 +116313,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], "kind": "vertex", - "mappedName": "#11:2;:He68,V;:He6a,V", + "mappedName": "#48;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 17 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -85014,9 +116326,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:He68,V;:He6a,V", + "name": "#48;:H9ca,V;:H9cc,V", "stringIds": [ - 17 + 72 ] }, "relation": "preserved", @@ -85024,21 +116336,21 @@ "resultPersistentId": "Body18:vertex:6", "sourceRefs": [ { - "mappedName": "#11:2;:He68,V", + "mappedName": "#48;:H9ca,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#11:2;:He68,V", + "persistentId": "Pocket18:mapped:#48;:H9ca,V", "stageId": "Pocket18" }, { - "mappedName": "#6:2;:He67,V", + "mappedName": "#6;:H9c9,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#6:2;:He67,V", + "persistentId": "Pad18:mapped:#6;:H9c9,V", "stageId": "Pad18" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g2v22;SKT", + "persistentId": "Sketch18:mapped:g2v2;SKT", "stageId": "Sketch18" } ] @@ -85046,12 +116358,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#32:2;:He68,V;:He6a,V", + "mappedName": "#52:2;:H9ca,V;:H9cc,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -85059,9 +116379,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:He68,V;:He6a,V", + "name": "#52:2;:H9ca,V;:H9cc,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -85069,21 +116393,21 @@ "resultPersistentId": "Body18:vertex:7", "sourceRefs": [ { - "mappedName": "#32:2;:He68,V", + "mappedName": "#52:2;:H9ca,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#32:2;:He68,V", + "persistentId": "Pocket18:mapped:#52:2;:H9ca,V", "stageId": "Pocket18" }, { - "mappedName": "#1a:2;:U;XTR;:He67:7,V", + "mappedName": "#36:2;:U2;XTR;:H9c9:8,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#1a:2;:U;XTR;:He67:7,V", + "persistentId": "Pad18:mapped:#36:2;:U2;XTR;:H9c9:8,V", "stageId": "Pad18" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g2v22;SKT", + "persistentId": "Sketch18:mapped:g2;SKT", "stageId": "Sketch18" } ] @@ -85094,7 +116418,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:H-e6a,V;:He6a,V", + "mappedName": "#1f;:H-9cc,V;:H9cc,V", "mappedStringIds": [ 31 ], @@ -85104,7 +116428,7 @@ "index": 9, "type": "Vertex" }, - "name": "#1f;:H-e6a,V;:He6a,V", + "name": "#1f;:H-9cc,V;:H9cc,V", "stringIds": [ 31 ] @@ -85114,9 +116438,9 @@ "resultPersistentId": "Body18:vertex:8", "sourceRefs": [ { - "mappedName": "#1f;:H-e6a,V", + "mappedName": "#1f;:H-9cc,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#1f;:H-e6a,V", + "persistentId": "Pocket18:mapped:#1f;:H-9cc,V", "stageId": "Pocket18" }, { @@ -85130,12 +116454,12 @@ { "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], "kind": "vertex", - "mappedName": "#3b:2;:H-e6a,V;:He6a,V", + "mappedName": "#59;:H-9cc,V;:H9cc,V", "mappedStringIds": [ - 59 + 89 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -85143,9 +116467,9 @@ "index": 10, "type": "Vertex" }, - "name": "#3b:2;:H-e6a,V;:He6a,V", + "name": "#59;:H-9cc,V;:H9cc,V", "stringIds": [ - 59 + 89 ] }, "relation": "preserved", @@ -85153,15 +116477,15 @@ "resultPersistentId": "Body18:vertex:9", "sourceRefs": [ { - "mappedName": "#3b:2;:H-e6a,V", + "mappedName": "#59;:H-9cc,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#3b:2;:H-e6a,V", + "persistentId": "Pocket18:mapped:#59;:H-9cc,V", "stageId": "Pocket18" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:g3v2;SKT", + "persistentId": "PocketSketch18:mapped:g1v1;SKT", "stageId": "PocketSketch18" } ] @@ -85172,7 +116496,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:H-e6a,V;:He6a,V", + "mappedName": "#20;:H-9cc,V;:H9cc,V", "mappedStringIds": [ 32 ], @@ -85182,7 +116506,7 @@ "index": 11, "type": "Vertex" }, - "name": "#20;:H-e6a,V;:He6a,V", + "name": "#20;:H-9cc,V;:H9cc,V", "stringIds": [ 32 ] @@ -85192,9 +116516,9 @@ "resultPersistentId": "Body18:vertex:10", "sourceRefs": [ { - "mappedName": "#20;:H-e6a,V", + "mappedName": "#20;:H-9cc,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#20;:H-e6a,V", + "persistentId": "Pocket18:mapped:#20;:H-9cc,V", "stageId": "Pocket18" }, { @@ -85208,12 +116532,12 @@ { "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], "kind": "vertex", - "mappedName": "#3d:4;:H-e6a,V;:He6a,V", + "mappedName": "#61;:H-9cc,V;:H9cc,V", "mappedStringIds": [ - 61 + 97 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -85221,9 +116545,9 @@ "index": 12, "type": "Vertex" }, - "name": "#3d:4;:H-e6a,V;:He6a,V", + "name": "#61;:H-9cc,V;:H9cc,V", "stringIds": [ - 61 + 97 ] }, "relation": "preserved", @@ -85231,10 +116555,16 @@ "resultPersistentId": "Body18:vertex:11", "sourceRefs": [ { - "mappedName": "#3d:4;:H-e6a,V", + "mappedName": "#61;:H-9cc,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#3d:4;:H-e6a,V", + "persistentId": "Pocket18:mapped:#61;:H-9cc,V", "stageId": "Pocket18" + }, + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch18", + "persistentId": "PocketSketch18:mapped:g1v2;SKT", + "stageId": "PocketSketch18" } ] }, @@ -85244,7 +116574,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:H-e6a,V;:He6a,V", + "mappedName": "#22;:H-9cc,V;:H9cc,V", "mappedStringIds": [ 34 ], @@ -85254,7 +116584,7 @@ "index": 13, "type": "Vertex" }, - "name": "#22;:H-e6a,V;:He6a,V", + "name": "#22;:H-9cc,V;:H9cc,V", "stringIds": [ 34 ] @@ -85264,9 +116594,9 @@ "resultPersistentId": "Body18:vertex:12", "sourceRefs": [ { - "mappedName": "#22;:H-e6a,V", + "mappedName": "#22;:H-9cc,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#22;:H-e6a,V", + "persistentId": "Pocket18:mapped:#22;:H-9cc,V", "stageId": "Pocket18" }, { @@ -85280,12 +116610,12 @@ { "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], "kind": "vertex", - "mappedName": "#41:8;:H-e6a,V;:He6a,V", + "mappedName": "#63;:H-9cc,V;:H9cc,V", "mappedStringIds": [ - 65 + 99 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -85293,9 +116623,9 @@ "index": 14, "type": "Vertex" }, - "name": "#41:8;:H-e6a,V;:He6a,V", + "name": "#63;:H-9cc,V;:H9cc,V", "stringIds": [ - 65 + 99 ] }, "relation": "preserved", @@ -85303,15 +116633,15 @@ "resultPersistentId": "Body18:vertex:13", "sourceRefs": [ { - "mappedName": "#41:8;:H-e6a,V", + "mappedName": "#63;:H-9cc,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#41:8;:H-e6a,V", + "persistentId": "Pocket18:mapped:#63;:H-9cc,V", "stageId": "Pocket18" }, { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:#88", + "persistentId": "PocketSketch18:mapped:g3v2;SKT", "stageId": "PocketSketch18" } ] @@ -85322,7 +116652,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:H-e6a,V;:He6a,V", + "mappedName": "#21;:H-9cc,V;:H9cc,V", "mappedStringIds": [ 33 ], @@ -85332,7 +116662,7 @@ "index": 15, "type": "Vertex" }, - "name": "#21;:H-e6a,V;:He6a,V", + "name": "#21;:H-9cc,V;:H9cc,V", "stringIds": [ 33 ] @@ -85342,9 +116672,9 @@ "resultPersistentId": "Body18:vertex:14", "sourceRefs": [ { - "mappedName": "#21;:H-e6a,V", + "mappedName": "#21;:H-9cc,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#21;:H-e6a,V", + "persistentId": "Pocket18:mapped:#21;:H-9cc,V", "stageId": "Pocket18" }, { @@ -85358,12 +116688,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], "kind": "vertex", - "mappedName": "#3f:6;:H-e6a,V;:He6a,V", + "mappedName": "#62;:H-9cc,V;:H9cc,V", "mappedStringIds": [ - 63 + 98 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -85371,9 +116701,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3f:6;:H-e6a,V;:He6a,V", + "name": "#62;:H-9cc,V;:H9cc,V", "stringIds": [ - 63 + 98 ] }, "relation": "preserved", @@ -85381,15 +116711,15 @@ "resultPersistentId": "Body18:vertex:15", "sourceRefs": [ { - "mappedName": "#3f:6;:H-e6a,V", + "mappedName": "#62;:H-9cc,V", "objectId": "Pocket18", - "persistentId": "Pocket18:mapped:#3f:6;:H-e6a,V", + "persistentId": "Pocket18:mapped:#62;:H-9cc,V", "stageId": "Pocket18" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:#66", + "persistentId": "PocketSketch18:mapped:g2v2;SKT", "stageId": "PocketSketch18" } ] @@ -85404,11 +116734,1465 @@ "stageId": "Body18", "status": "native-evidence" }, + "relationDigest": "c7ff8a40c0d46636da7adfae5790056fca26cd6cfb1a4ed4764e69fb13bda510", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:1;:H#,F", + "sourceElement": "#16:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:4;:H#,F", + "sourceElement": "#16:4", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:2;:H#,F", + "sourceElement": "#16:2", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#14:1;:H#,F", + "sourceElement": "#14:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#38:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#38:1;:H#,F", + "sourceElement": "#38:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:3;:H#,F", + "sourceElement": "#16:3", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:H-9cc,F;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#b:1;:H#,E" + ], + "mappedName": "#26:1;:H-9cc,F", + "sourceElement": "#26:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:4;:H-9cc,F;:H#,F", + "relation": "preserved", + "resultName": "Face8", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#b:4;:H#,E" + ], + "mappedName": "#26:4;:H-9cc,F", + "sourceElement": "#26:4", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:2;:H-9cc,F;:H#,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#b:2;:H#,E" + ], + "mappedName": "#26:2;:H-9cc,F", + "sourceElement": "#26:2", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#24:1;:H-9cc,F;:H#,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [ + "#1d:1;FAC;:H#:4,F", + "#b:1;:H#,E" + ], + "mappedName": "#24:1;:H-9cc,F", + "sourceElement": "#24:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#45:1;:H-9cc,F;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [ + "#1d:1;FAC;:H#:4,F", + "#24:1;:G0;XTR;:H#:8,F", + "#b:1;:H#,E" + ], + "mappedName": "#45:1;:H-9cc,F", + "sourceElement": "#45:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "#26:3;:H-9cc,F;:H#,F", + "relation": "preserved", + "resultName": "Face12", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#b:3;:H#,E" + ], + "mappedName": "#26:3;:H-9cc,F", + "sourceElement": "#26:3", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#5d:2e;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4646;:G;XTR;:H#:7,E", + "sourceElement": "#4646", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5d:2e;:H#,E", + "sourceElement": "#5d:2e", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4646", + "sourceElement": "#4646", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#5e:2f;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4747;:G;XTR;:H#:7,E", + "sourceElement": "#4747", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5e:2f;:H#,E", + "sourceElement": "#5e:2f", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4747", + "sourceElement": "#4747", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:1;:H#,E", + "sourceElement": "#d:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:1;:H#,E", + "sourceElement": "#36:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#60:31;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4949;:G;XTR;:H#:7,E", + "sourceElement": "#4949", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#60:31;:H#,E", + "sourceElement": "#60:31", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4949", + "sourceElement": "#4949", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:4;:H#,E", + "sourceElement": "#d:4", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:4;:H#,E", + "sourceElement": "#36:4", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5f:30;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4848;:G;XTR;:H#:7,E", + "sourceElement": "#4848", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5f:30;:H#,E", + "sourceElement": "#5f:30", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4848", + "sourceElement": "#4848", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:2;:H#,E", + "sourceElement": "#d:2", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:2;:H#,E", + "sourceElement": "#36:2", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:3;:H#,E", + "sourceElement": "#d:3", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:3;:H#,E", + "sourceElement": "#36:3", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#4a;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V" + ], + "mappedName": "#4a;:H-9cc,E", + "sourceElement": "#4a", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#4b;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V" + ], + "mappedName": "#4b;:H-9cc,E", + "sourceElement": "#4b", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#1d:1;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#1d:1;:H-9cc,E", + "sourceElement": "#1d:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#43:1;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#26:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E" + ], + "mappedName": "#43:1;:H-9cc,E", + "sourceElement": "#43:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#4d;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#8;:H#,V" + ], + "mappedName": "#4d;:H-9cc,E", + "sourceElement": "#4d", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#1d:4;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#1d:4;:H-9cc,E", + "sourceElement": "#1d:4", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#43:4;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#26:4;:U;XTR;:H#:7,E", + "#b:4;:H#,E" + ], + "mappedName": "#43:4;:H-9cc,E", + "sourceElement": "#43:4", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#4c;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge20", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#6;:H#,V" + ], + "mappedName": "#4c;:H-9cc,E", + "sourceElement": "#4c", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#1d:2;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#1d:2;:H-9cc,E", + "sourceElement": "#1d:2", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#43:2;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge22", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#26:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E" + ], + "mappedName": "#43:2;:H-9cc,E", + "sourceElement": "#43:2", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#1d:3;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#1d:3;:H-9cc,E", + "sourceElement": "#1d:3", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#43:3;:H-9cc,E;:H#,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#26:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E" + ], + "mappedName": "#43:3;:H-9cc,E", + "sourceElement": "#43:3", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#46;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#46;:H#,V", + "sourceElement": "#46", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4f:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4f:1;:H#,V", + "sourceElement": "#4f:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#47;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#47;:H#,V", + "sourceElement": "#47", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#52:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#52:1;:H#,V", + "sourceElement": "#52:1", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#49;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#49;:H#,V", + "sourceElement": "#49", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#52:3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#52:3;:H#,V", + "sourceElement": "#52:3", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#48;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#48;:H#,V", + "sourceElement": "#48", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#52:2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#52:2;:H#,V", + "sourceElement": "#52:2", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#1f;:H-9cc,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1f;:H-9cc,V", + "sourceElement": "#1f", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#59;:H-9cc,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V", + "#4a;:U;XTR;:H#:7,V" + ], + "mappedName": "#59;:H-9cc,V", + "sourceElement": "#59", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#20;:H-9cc,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#20;:H-9cc,V", + "sourceElement": "#20", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#61;:H-9cc,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V", + "#4b;:U;XTR;:H#:7,V" + ], + "mappedName": "#61;:H-9cc,V", + "sourceElement": "#61", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#22;:H-9cc,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#22;:H-9cc,V", + "sourceElement": "#22", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#63;:H-9cc,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#4d;:U;XTR;:H#:7,V", + "#8;:H#,V" + ], + "mappedName": "#63;:H-9cc,V", + "sourceElement": "#63", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#21;:H-9cc,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#21;:H-9cc,V", + "sourceElement": "#21", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#62;:H-9cc,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#4c;:U;XTR;:H#:7,V", + "#6;:H#,V" + ], + "mappedName": "#62;:H-9cc,V", + "sourceElement": "#62", + "sourceObject": "Pocket18", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "30f99433b9fb972746315f6833df916e44638090ee4660a0d4d475c108b8c0e5", "shape": { + "area": 168.32000000000005, + "brepSha256": "d02671d959d794c183be2cbe4756435c9fc89bc55266830eb6311e256468bc88", "edges": 24, "faces": 12, + "geometryDigest": "2d5233507695621846d3d51212c3c101f501fb9a92729fa2a6d5e021544014c9", "solids": 1, "valid": true, + "vertices": 16, "volume": 104.32 }, "typeId": "PartDesign::Body" @@ -85418,6 +118202,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -85466,11 +118251,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -85480,6 +118280,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -85528,11 +118329,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -85542,6 +118358,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -85590,11 +118407,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -85604,6 +118436,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -85652,11 +118485,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -85666,6 +118514,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -85714,11 +118563,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -85728,6 +118592,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -85776,11 +118641,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -85790,6 +118670,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -85838,11 +118719,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -85854,6 +118750,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch18", + "linkedObjects": [], "name": "Sketch18", "names": [ { @@ -86154,11 +119051,75 @@ "stageId": "Sketch18", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", "edges": 4, "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -86171,15 +119132,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad18", + "linkedObjects": [ + "Body18", + "Sketch18" + ], "name": "Pad18", "names": [ { "history": [ { "children": [ - "#b:1;:He67,E" + "#b:1;:H9c9,E" ], - "mappedName": "#d:1;:G;XTR;:He67:7,F", + "mappedName": "#d:1;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86194,7 +119159,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:He67:7,F", + "mappedName": "#d:1;:G;XTR;:H9c9:7,F", "mappedStringIds": [ 13 ], @@ -86204,9 +119169,9 @@ "history": [ { "children": [ - "#b:2;:He67,E" + "#b:2;:H9c9,E" ], - "mappedName": "#d:2;:G;XTR;:He67:7,F", + "mappedName": "#d:2;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86222,7 +119187,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:He67:7,F", + "mappedName": "#d:2;:G;XTR;:H9c9:7,F", "mappedStringIds": [ 11, 13 @@ -86233,9 +119198,9 @@ "history": [ { "children": [ - "#b:3;:He67,E" + "#b:3;:H9c9,E" ], - "mappedName": "#d:3;:G;XTR;:He67:7,F", + "mappedName": "#d:3;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86251,7 +119216,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:He67:7,F", + "mappedName": "#d:3;:G;XTR;:H9c9:7,F", "mappedStringIds": [ 11, 13 @@ -86262,9 +119227,9 @@ "history": [ { "children": [ - "#b:4;:He67,E" + "#b:4;:H9c9,E" ], - "mappedName": "#d:4;:G;XTR;:He67:7,F", + "mappedName": "#d:4;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86280,7 +119245,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:He67:7,F", + "mappedName": "#d:4;:G;XTR;:H9c9:7,F", "mappedStringIds": [ 11, 13 @@ -86291,9 +119256,9 @@ "history": [ { "children": [ - "#b:1;:He67,E" + "#b:1;:H9c9,E" ], - "mappedName": "#d:1;FAC;:He67:4,F", + "mappedName": "#d:1;FAC;:H9c9:4,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86308,7 +119273,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:He67:4,F", + "mappedName": "#d:1;FAC;:H9c9:4,F", "mappedStringIds": [ 13 ], @@ -86318,10 +119283,10 @@ "history": [ { "children": [ - "#d:1;FAC;:He67:4,F", - "#b:1;:He67,E" + "#d:1;FAC;:H9c9:4,F", + "#b:1;:H9c9,E" ], - "mappedName": "#14:1;:G0;XTR;:He67:8,F", + "mappedName": "#14:1;:G0;XTR;:H9c9:8,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86336,7 +119301,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:He67:8,F", + "mappedName": "#14:1;:G0;XTR;:H9c9:8,F", "mappedStringIds": [ 20 ], @@ -86346,26 +119311,26 @@ "history": [ { "children": [ - "#2:1;:He67,V" + "#2;:H9c9,V" ], - "mappedName": "#f:1;:G;XTR;:He67:7,E", + "mappedName": "#46;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 70 ], - "mappedName": "#f:1;:G;XTR;:He67:7,E", + "mappedName": "#46;:G;XTR;:H9c9:7,E", "mappedStringIds": [ - 15 + 70 ], "name": "Edge1" }, @@ -86373,26 +119338,26 @@ "history": [ { "children": [ - "#4:2;:He67,V" + "#4;:H9c9,V" ], - "mappedName": "#10:2;:G;XTR;:He67:7,E", + "mappedName": "#47;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 71 ], - "mappedName": "#10:2;:G;XTR;:He67:7,E", + "mappedName": "#47;:G;XTR;:H9c9:7,E", "mappedStringIds": [ - 16 + 71 ], "name": "Edge2" }, @@ -86400,7 +119365,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:He67,E", + "mappedName": "#b:1;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86415,7 +119380,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:He67,E", + "mappedName": "#b:1;:H9c9,E", "mappedStringIds": [ 11 ], @@ -86425,10 +119390,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:He67:7,F", - "#b:1;:He67,E" + "#d:1;:G;XTR;:H9c9:7,F", + "#b:1;:H9c9,E" ], - "mappedName": "#16:1;:U;XTR;:He67:7,E", + "mappedName": "#16:1;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86443,7 +119408,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:He67:7,E", + "mappedName": "#16:1;:U;XTR;:H9c9:7,E", "mappedStringIds": [ 22 ], @@ -86453,26 +119418,26 @@ "history": [ { "children": [ - "#6:2;:He67,V" + "#6;:H9c9,V" ], - "mappedName": "#11:2;:G;XTR;:He67:7,E", + "mappedName": "#48;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 72 ], - "mappedName": "#11:2;:G;XTR;:He67:7,E", + "mappedName": "#48;:G;XTR;:H9c9:7,E", "mappedStringIds": [ - 17 + 72 ], "name": "Edge5" }, @@ -86480,7 +119445,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:He67,E", + "mappedName": "#b:2;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86495,7 +119460,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:He67,E", + "mappedName": "#b:2;:H9c9,E", "mappedStringIds": [ 11 ], @@ -86505,10 +119470,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:He67:7,F", - "#b:2;:He67,E" + "#d:2;:G;XTR;:H9c9:7,F", + "#b:2;:H9c9,E" ], - "mappedName": "#16:2;:U;XTR;:He67:7,E", + "mappedName": "#16:2;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86525,7 +119490,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:He67:7,E", + "mappedName": "#16:2;:U;XTR;:H9c9:7,E", "mappedStringIds": [ 11, 13, @@ -86537,26 +119502,26 @@ "history": [ { "children": [ - "#8:2;:He67,V" + "#8;:H9c9,V" ], - "mappedName": "#12:2;:G;XTR;:He67:7,E", + "mappedName": "#49;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 73 ], - "mappedName": "#12:2;:G;XTR;:He67:7,E", + "mappedName": "#49;:G;XTR;:H9c9:7,E", "mappedStringIds": [ - 18 + 73 ], "name": "Edge8" }, @@ -86564,7 +119529,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:He67,E", + "mappedName": "#b:3;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86579,7 +119544,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:He67,E", + "mappedName": "#b:3;:H9c9,E", "mappedStringIds": [ 11 ], @@ -86589,10 +119554,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:He67:7,F", - "#b:3;:He67,E" + "#d:3;:G;XTR;:H9c9:7,F", + "#b:3;:H9c9,E" ], - "mappedName": "#16:3;:U;XTR;:He67:7,E", + "mappedName": "#16:3;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86609,7 +119574,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:He67:7,E", + "mappedName": "#16:3;:U;XTR;:H9c9:7,E", "mappedStringIds": [ 11, 13, @@ -86621,7 +119586,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:He67,E", + "mappedName": "#b:4;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86636,7 +119601,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:He67,E", + "mappedName": "#b:4;:H9c9,E", "mappedStringIds": [ 11 ], @@ -86646,10 +119611,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:He67:7,F", - "#b:4;:He67,E" + "#d:4;:G;XTR;:H9c9:7,F", + "#b:4;:H9c9,E" ], - "mappedName": "#16:4;:U;XTR;:He67:7,E", + "mappedName": "#16:4;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -86666,7 +119631,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:He67:7,E", + "mappedName": "#16:4;:U;XTR;:H9c9:7,E", "mappedStringIds": [ 11, 13, @@ -86678,13 +119643,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:He67,V", + "mappedName": "#2;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } @@ -86693,7 +119658,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:He67,V", + "mappedName": "#2;:H9c9,V", "mappedStringIds": [ 2 ], @@ -86703,27 +119668,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:He67:7,E", - "#2:1;:He67,V" + "#16:1;:U;XTR;:H9c9:7,E", + "#d:1;:G;XTR;:H9c9:7,F", + "#b:1;:H9c9,E" ], - "mappedName": "#18:1;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U;XTR;:H9c9:7,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], - "mappedName": "#18:1;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U;XTR;:H9c9:7,V", "mappedStringIds": [ - 24 + 54 ], "name": "Vertex2" }, @@ -86731,13 +119697,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:He67,V", + "mappedName": "#4;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } @@ -86746,7 +119712,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:He67,V", + "mappedName": "#4;:H9c9,V", "mappedStringIds": [ 4 ], @@ -86756,27 +119722,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:He67:7,E", - "#4:2;:He67,V" + "#16:1;:U;XTR;:H9c9:7,E", + "#d:1;:G;XTR;:H9c9:7,F", + "#b:1;:H9c9,E" ], - "mappedName": "#19:2;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U2;XTR;:H9c9:8,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], - "mappedName": "#19:2;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U2;XTR;:H9c9:8,V", "mappedStringIds": [ - 25 + 54 ], "name": "Vertex4" }, @@ -86784,13 +119751,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:He67,V", + "mappedName": "#6;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } @@ -86799,7 +119766,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:He67,V", + "mappedName": "#6;:H9c9,V", "mappedStringIds": [ 6 ], @@ -86809,27 +119776,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:He67:7,E", - "#6:2;:He67,V" + "#16:2;:U;XTR;:H9c9:7,E", + "#d:2;:G;XTR;:H9c9:7,F", + "#b:2;:H9c9,E" ], - "mappedName": "#1a:2;:U;XTR;:He67:7,V", + "mappedName": "#36:2;:U2;XTR;:H9c9:8,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], - "mappedName": "#1a:2;:U;XTR;:He67:7,V", + "mappedName": "#36:2;:U2;XTR;:H9c9:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "name": "Vertex6" }, @@ -86837,13 +119811,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:He67,V", + "mappedName": "#8;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } @@ -86852,7 +119826,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:He67,V", + "mappedName": "#8;:H9c9,V", "mappedStringIds": [ 8 ], @@ -86862,27 +119836,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:He67:7,E", - "#8:2;:He67,V" + "#16:3;:U;XTR;:H9c9:7,E", + "#d:3;:G;XTR;:H9c9:7,F", + "#b:3;:H9c9,E" ], - "mappedName": "#1b:2;:U;XTR;:He67:7,V", + "mappedName": "#36:3;:U2;XTR;:H9c9:8,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], - "mappedName": "#1b:2;:U;XTR;:He67:7,V", + "mappedName": "#36:3;:U2;XTR;:H9c9:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "name": "Vertex8" } @@ -86900,7 +119881,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:He67:7,F", + "mappedName": "#d:1;:G;XTR;:H9c9:7,F", "mappedStringIds": [ 13 ], @@ -86910,7 +119891,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:He67:7,F", + "name": "#d:1;:G;XTR;:H9c9:7,F", "stringIds": [ 13 ] @@ -86934,7 +119915,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:He67:7,F", + "mappedName": "#d:2;:G;XTR;:H9c9:7,F", "mappedStringIds": [ 11, 13 @@ -86945,7 +119926,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:He67:7,F", + "name": "#d:2;:G;XTR;:H9c9:7,F", "stringIds": [ 11, 13 @@ -86970,7 +119951,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:He67:7,F", + "mappedName": "#d:3;:G;XTR;:H9c9:7,F", "mappedStringIds": [ 11, 13 @@ -86981,7 +119962,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:He67:7,F", + "name": "#d:3;:G;XTR;:H9c9:7,F", "stringIds": [ 11, 13 @@ -87006,7 +119987,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:He67:7,F", + "mappedName": "#d:4;:G;XTR;:H9c9:7,F", "mappedStringIds": [ 11, 13 @@ -87017,7 +119998,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:He67:7,F", + "name": "#d:4;:G;XTR;:H9c9:7,F", "stringIds": [ 11, 13 @@ -87041,7 +120022,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:He67:4,F", + "mappedName": "#d:1;FAC;:H9c9:4,F", "mappedStringIds": [ 13 ], @@ -87051,7 +120032,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:He67:4,F", + "name": "#d:1;FAC;:H9c9:4,F", "stringIds": [ 13 ] @@ -87074,7 +120055,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:He67:8,F", + "mappedName": "#14:1;:G0;XTR;:H9c9:8,F", "mappedStringIds": [ 20 ], @@ -87084,7 +120065,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:He67:8,F", + "name": "#14:1;:G0;XTR;:H9c9:8,F", "stringIds": [ 20 ] @@ -87104,12 +120085,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 70 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:He67:7,E", + "mappedName": "#46;:G;XTR;:H9c9:7,E", "mappedStringIds": [ - 15 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -87117,9 +120098,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:He67:7,E", + "name": "#46;:G;XTR;:H9c9:7,E", "stringIds": [ - 15 + 70 ] }, "relation": "generated", @@ -87127,9 +120108,9 @@ "resultPersistentId": "Pad18:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v11;SKT", + "persistentId": "Sketch18:mapped:g1v1;SKT", "stageId": "Sketch18" } ] @@ -87137,12 +120118,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 71 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:He67:7,E", + "mappedName": "#47;:G;XTR;:H9c9:7,E", "mappedStringIds": [ - 16 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -87150,9 +120131,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:He67:7,E", + "name": "#47;:G;XTR;:H9c9:7,E", "stringIds": [ - 16 + 71 ] }, "relation": "generated", @@ -87160,9 +120141,9 @@ "resultPersistentId": "Pad18:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v22;SKT", + "persistentId": "Sketch18:mapped:g1v2;SKT", "stageId": "Sketch18" } ] @@ -87173,7 +120154,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:He67,E", + "mappedName": "#b:1;:H9c9,E", "mappedStringIds": [ 11 ], @@ -87183,7 +120164,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:He67,E", + "name": "#b:1;:H9c9,E", "stringIds": [ 11 ] @@ -87206,7 +120187,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:He67:7,E", + "mappedName": "#16:1;:U;XTR;:H9c9:7,E", "mappedStringIds": [ 22 ], @@ -87216,7 +120197,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:He67:7,E", + "name": "#16:1;:U;XTR;:H9c9:7,E", "stringIds": [ 22 ] @@ -87236,12 +120217,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 72 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:He67:7,E", + "mappedName": "#48;:G;XTR;:H9c9:7,E", "mappedStringIds": [ - 17 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -87249,9 +120230,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:He67:7,E", + "name": "#48;:G;XTR;:H9c9:7,E", "stringIds": [ - 17 + 72 ] }, "relation": "generated", @@ -87259,9 +120240,9 @@ "resultPersistentId": "Pad18:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g2v22;SKT", + "persistentId": "Sketch18:mapped:g2v2;SKT", "stageId": "Sketch18" } ] @@ -87272,7 +120253,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:He67,E", + "mappedName": "#b:2;:H9c9,E", "mappedStringIds": [ 11 ], @@ -87282,7 +120263,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:He67,E", + "name": "#b:2;:H9c9,E", "stringIds": [ 11 ] @@ -87307,7 +120288,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:He67:7,E", + "mappedName": "#16:2;:U;XTR;:H9c9:7,E", "mappedStringIds": [ 11, 13, @@ -87319,7 +120300,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:He67:7,E", + "name": "#16:2;:U;XTR;:H9c9:7,E", "stringIds": [ 11, 13, @@ -87341,12 +120322,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 73 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:He67:7,E", + "mappedName": "#49;:G;XTR;:H9c9:7,E", "mappedStringIds": [ - 18 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -87354,9 +120335,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:He67:7,E", + "name": "#49;:G;XTR;:H9c9:7,E", "stringIds": [ - 18 + 73 ] }, "relation": "generated", @@ -87364,9 +120345,9 @@ "resultPersistentId": "Pad18:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g3v22;SKT", + "persistentId": "Sketch18:mapped:g3v2;SKT", "stageId": "Sketch18" } ] @@ -87377,7 +120358,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:He67,E", + "mappedName": "#b:3;:H9c9,E", "mappedStringIds": [ 11 ], @@ -87387,7 +120368,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:He67,E", + "name": "#b:3;:H9c9,E", "stringIds": [ 11 ] @@ -87412,7 +120393,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:He67:7,E", + "mappedName": "#16:3;:U;XTR;:H9c9:7,E", "mappedStringIds": [ 11, 13, @@ -87424,7 +120405,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:He67:7,E", + "name": "#16:3;:U;XTR;:H9c9:7,E", "stringIds": [ 11, 13, @@ -87449,7 +120430,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:He67,E", + "mappedName": "#b:4;:H9c9,E", "mappedStringIds": [ 11 ], @@ -87459,7 +120440,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:He67,E", + "name": "#b:4;:H9c9,E", "stringIds": [ 11 ] @@ -87484,7 +120465,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:He67:7,E", + "mappedName": "#16:4;:U;XTR;:H9c9:7,E", "mappedStringIds": [ 11, 13, @@ -87496,7 +120477,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:He67:7,E", + "name": "#16:4;:U;XTR;:H9c9:7,E", "stringIds": [ 11, 13, @@ -87521,7 +120502,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:He67,V", + "mappedName": "#2;:H9c9,V", "mappedStringIds": [ 2 ], @@ -87531,7 +120512,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:He67,V", + "name": "#2;:H9c9,V", "stringIds": [ 2 ] @@ -87541,9 +120522,9 @@ "resultPersistentId": "Pad18:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v11;SKT", + "persistentId": "Sketch18:mapped:g1v1;SKT", "stageId": "Sketch18" } ] @@ -87551,12 +120532,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U;XTR;:H9c9:7,V", "mappedStringIds": [ - 24 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -87564,9 +120545,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:He67:7,V", + "name": "#36:1;:U;XTR;:H9c9:7,V", "stringIds": [ - 24 + 54 ] }, "relation": "preserved", @@ -87574,9 +120555,9 @@ "resultPersistentId": "Pad18:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v11;SKT", + "persistentId": "Sketch18:mapped:g1;SKT", "stageId": "Sketch18" } ] @@ -87587,7 +120568,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:He67,V", + "mappedName": "#4;:H9c9,V", "mappedStringIds": [ 4 ], @@ -87597,7 +120578,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:He67,V", + "name": "#4;:H9c9,V", "stringIds": [ 4 ] @@ -87607,9 +120588,9 @@ "resultPersistentId": "Pad18:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v22;SKT", + "persistentId": "Sketch18:mapped:g1v2;SKT", "stageId": "Sketch18" } ] @@ -87617,12 +120598,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U2;XTR;:H9c9:8,V", "mappedStringIds": [ - 25 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -87630,9 +120611,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:He67:7,V", + "name": "#36:1;:U2;XTR;:H9c9:8,V", "stringIds": [ - 25 + 54 ] }, "relation": "preserved", @@ -87640,9 +120621,9 @@ "resultPersistentId": "Pad18:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v22;SKT", + "persistentId": "Sketch18:mapped:g1;SKT", "stageId": "Sketch18" } ] @@ -87653,7 +120634,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:He67,V", + "mappedName": "#6;:H9c9,V", "mappedStringIds": [ 6 ], @@ -87663,7 +120644,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:He67,V", + "name": "#6;:H9c9,V", "stringIds": [ 6 ] @@ -87673,9 +120654,9 @@ "resultPersistentId": "Pad18:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g2v22;SKT", + "persistentId": "Sketch18:mapped:g2v2;SKT", "stageId": "Sketch18" } ] @@ -87683,12 +120664,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:He67:7,V", + "mappedName": "#36:2;:U2;XTR;:H9c9:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -87696,9 +120683,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:He67:7,V", + "name": "#36:2;:U2;XTR;:H9c9:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -87706,9 +120696,9 @@ "resultPersistentId": "Pad18:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g2v22;SKT", + "persistentId": "Sketch18:mapped:g2;SKT", "stageId": "Sketch18" } ] @@ -87719,7 +120709,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:He67,V", + "mappedName": "#8;:H9c9,V", "mappedStringIds": [ 8 ], @@ -87729,7 +120719,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:He67,V", + "name": "#8;:H9c9,V", "stringIds": [ 8 ] @@ -87739,9 +120729,9 @@ "resultPersistentId": "Pad18:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g3v22;SKT", + "persistentId": "Sketch18:mapped:g3v2;SKT", "stageId": "Sketch18" } ] @@ -87749,12 +120739,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:He67:7,V", + "mappedName": "#36:3;:U2;XTR;:H9c9:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -87762,9 +120758,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:He67:7,V", + "name": "#36:3;:U2;XTR;:H9c9:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -87772,9 +120771,9 @@ "resultPersistentId": "Pad18:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g3v22;SKT", + "persistentId": "Sketch18:mapped:g3;SKT", "stageId": "Sketch18" } ] @@ -87789,11 +120788,409 @@ "stageId": "Pad18", "status": "native-evidence" }, + "relationDigest": "b4db7dd81f88db0d147e3390ce2cc8d1dc407ffd22ad4939f081b8d90524bf60", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#46;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#47;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#48;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#49;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", "shape": { + "area": 144, + "brepSha256": "cbc3c3d5ea92a1a997922edb9e952ad3df6237bff48915ce874cb25f3dc247eb", "edges": 12, "faces": 6, + "geometryDigest": "2470d037ef123af6ca1a5ff874a20f55d07a66bf56cd92bf3235b3029511be94", "solids": 1, "valid": true, + "vertices": 8, "volume": 112 }, "typeId": "PartDesign::Pad" @@ -87805,6 +121202,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "PocketSketch18", + "linkedObjects": [], "name": "PocketSketch18", "names": [ { @@ -88105,11 +121503,75 @@ "stageId": "PocketSketch18", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", "edges": 4, "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -88122,21 +121584,26 @@ "elementMapSize": 60, "elementMapVersion": "15.70200.5", "label": "Pocket18", + "linkedObjects": [ + "Body18", + "Pad18", + "PocketSketch18" + ], "name": "Pocket18", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:He68,F", + "mappedName": "#16:1;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:He67,E" + "#b:1;:H9c9,E" ], - "mappedName": "#d:1;:G;XTR;:He67:7,F", + "mappedName": "#d:1;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88151,7 +121618,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:He68,F", + "mappedName": "#16:1;:H9ca,F", "mappedStringIds": [ 22 ], @@ -88161,15 +121628,15 @@ "history": [ { "children": [], - "mappedName": "#16:4;:He68,F", + "mappedName": "#16:4;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:He67,E" + "#b:4;:H9c9,E" ], - "mappedName": "#d:4;:G;XTR;:He67:7,F", + "mappedName": "#d:4;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88186,7 +121653,7 @@ 13, 22 ], - "mappedName": "#16:4;:He68,F", + "mappedName": "#16:4;:H9ca,F", "mappedStringIds": [ 11, 13, @@ -88198,15 +121665,15 @@ "history": [ { "children": [], - "mappedName": "#16:2;:He68,F", + "mappedName": "#16:2;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:He67,E" + "#b:2;:H9c9,E" ], - "mappedName": "#d:2;:G;XTR;:He67:7,F", + "mappedName": "#d:2;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88223,7 +121690,7 @@ 13, 22 ], - "mappedName": "#16:2;:He68,F", + "mappedName": "#16:2;:H9ca,F", "mappedStringIds": [ 11, 13, @@ -88235,15 +121702,15 @@ "history": [ { "children": [], - "mappedName": "#14:1;:He68,F", + "mappedName": "#14:1;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:He67,E" + "#b:1;:H9c9,E" ], - "mappedName": "#d:1;FAC;:He67:4,F", + "mappedName": "#d:1;FAC;:H9c9:4,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88258,7 +121725,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:He68,F", + "mappedName": "#14:1;:H9ca,F", "mappedStringIds": [ 20 ], @@ -88268,16 +121735,16 @@ "history": [ { "children": [], - "mappedName": "#38:1;:He68,F", + "mappedName": "#38:1;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:He67:4,F", - "#b:1;:He67,E" + "#d:1;FAC;:H9c9:4,F", + "#b:1;:H9c9,E" ], - "mappedName": "#14:1;:G0;XTR;:He67:8,F", + "mappedName": "#14:1;:G0;XTR;:H9c9:8,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88292,7 +121759,7 @@ "indexedStringIds": [ 56 ], - "mappedName": "#38:1;:He68,F", + "mappedName": "#38:1;:H9ca,F", "mappedStringIds": [ 56 ], @@ -88302,15 +121769,15 @@ "history": [ { "children": [], - "mappedName": "#16:3;:He68,F", + "mappedName": "#16:3;:H9ca,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:He67,E" + "#b:3;:H9c9,E" ], - "mappedName": "#d:3;:G;XTR;:He67:7,F", + "mappedName": "#d:3;:G;XTR;:H9c9:7,F", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88327,7 +121794,7 @@ 13, 22 ], - "mappedName": "#16:3;:He68,F", + "mappedName": "#16:3;:H9ca,F", "mappedStringIds": [ 11, 13, @@ -88339,10 +121806,10 @@ "history": [ { "children": [ - "#1d:1;:G;XTR;:He69:7,F", - "#b:1;:He69,E" + "#1d:1;:G;XTR;:H9cb:7,F", + "#b:1;:H9cb,E" ], - "mappedName": "#26:1;:H-e6a,F", + "mappedName": "#26:1;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -88357,7 +121824,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:H-e6a,F", + "mappedName": "#26:1;:H-9cc,F", "mappedStringIds": [ 38 ], @@ -88367,10 +121834,10 @@ "history": [ { "children": [ - "#1d:4;:G;XTR;:He69:7,F", - "#b:4;:He69,E" + "#1d:4;:G;XTR;:H9cb:7,F", + "#b:4;:H9cb,E" ], - "mappedName": "#26:4;:H-e6a,F", + "mappedName": "#26:4;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -88387,7 +121854,7 @@ 29, 38 ], - "mappedName": "#26:4;:H-e6a,F", + "mappedName": "#26:4;:H-9cc,F", "mappedStringIds": [ 11, 29, @@ -88399,10 +121866,10 @@ "history": [ { "children": [ - "#1d:2;:G;XTR;:He69:7,F", - "#b:2;:He69,E" + "#1d:2;:G;XTR;:H9cb:7,F", + "#b:2;:H9cb,E" ], - "mappedName": "#26:2;:H-e6a,F", + "mappedName": "#26:2;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -88419,7 +121886,7 @@ 29, 38 ], - "mappedName": "#26:2;:H-e6a,F", + "mappedName": "#26:2;:H-9cc,F", "mappedStringIds": [ 11, 29, @@ -88431,10 +121898,10 @@ "history": [ { "children": [ - "#1d:1;FAC;:He69:4,F", - "#b:1;:He69,E" + "#1d:1;FAC;:H9cb:4,F", + "#b:1;:H9cb,E" ], - "mappedName": "#24:1;:H-e6a,F", + "mappedName": "#24:1;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -88449,7 +121916,7 @@ "indexedStringIds": [ 36 ], - "mappedName": "#24:1;:H-e6a,F", + "mappedName": "#24:1;:H-9cc,F", "mappedStringIds": [ 36 ], @@ -88459,11 +121926,11 @@ "history": [ { "children": [ - "#24:1;:G0;XTR;:He69:8,F", - "#1d:1;FAC;:He69:4,F", - "#b:1;:He69,E" + "#24:1;:G0;XTR;:H9cb:8,F", + "#1d:1;FAC;:H9cb:4,F", + "#b:1;:H9cb,E" ], - "mappedName": "#45:1;:H-e6a,F", + "mappedName": "#45:1;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -88478,7 +121945,7 @@ "indexedStringIds": [ 69 ], - "mappedName": "#45:1;:H-e6a,F", + "mappedName": "#45:1;:H-9cc,F", "mappedStringIds": [ 69 ], @@ -88488,10 +121955,10 @@ "history": [ { "children": [ - "#1d:3;:G;XTR;:He69:7,F", - "#b:3;:He69,E" + "#1d:3;:G;XTR;:H9cb:7,F", + "#b:3;:H9cb,E" ], - "mappedName": "#26:3;:H-e6a,F", + "mappedName": "#26:3;:H-9cc,F", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -88508,7 +121975,7 @@ 29, 38 ], - "mappedName": "#26:3;:H-e6a,F", + "mappedName": "#26:3;:H-9cc,F", "mappedStringIds": [ 11, 29, @@ -88520,32 +121987,30 @@ "history": [ { "children": [], - "mappedName": "#18:1;:He68,E", + "mappedName": "#5d:2e;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:He67,V" - ], - "mappedName": "#f:1;:G;XTR;:He67:7,E", + "children": [], + "mappedName": "#4646;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], - "mappedName": "#18:1;:He68,E", + "mappedName": "#5d:2e;:H9ca,E", "mappedStringIds": [ - 24 + 93 ], "name": "Edge1" }, @@ -88553,32 +122018,30 @@ "history": [ { "children": [], - "mappedName": "#19:2;:He68,E", + "mappedName": "#5e:2f;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:He67,V" - ], - "mappedName": "#10:2;:G;XTR;:He67:7,E", + "children": [], + "mappedName": "#4747;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], - "mappedName": "#19:2;:He68,E", + "mappedName": "#5e:2f;:H9ca,E", "mappedStringIds": [ - 25 + 94 ], "name": "Edge2" }, @@ -88586,13 +122049,13 @@ "history": [ { "children": [], - "mappedName": "#d:1;:He68,E", + "mappedName": "#d:1;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:He67,E", + "mappedName": "#b:1;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88607,7 +122070,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:He68,E", + "mappedName": "#d:1;:H9ca,E", "mappedStringIds": [ 13 ], @@ -88617,16 +122080,16 @@ "history": [ { "children": [], - "mappedName": "#36:1;:He68,E", + "mappedName": "#36:1;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:He67:7,F", - "#b:1;:He67,E" + "#d:1;:G;XTR;:H9c9:7,F", + "#b:1;:H9c9,E" ], - "mappedName": "#16:1;:U;XTR;:He67:7,E", + "mappedName": "#16:1;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88641,7 +122104,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:He68,E", + "mappedName": "#36:1;:H9ca,E", "mappedStringIds": [ 54 ], @@ -88651,32 +122114,30 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:He68,E", + "mappedName": "#60:31;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:He67,V" - ], - "mappedName": "#12:2;:G;XTR;:He67:7,E", + "children": [], + "mappedName": "#4949;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], - "mappedName": "#1b:2;:He68,E", + "mappedName": "#60:31;:H9ca,E", "mappedStringIds": [ - 27 + 96 ], "name": "Edge5" }, @@ -88684,13 +122145,13 @@ "history": [ { "children": [], - "mappedName": "#d:4;:He68,E", + "mappedName": "#d:4;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:He67,E", + "mappedName": "#b:4;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88706,7 +122167,7 @@ 11, 13 ], - "mappedName": "#d:4;:He68,E", + "mappedName": "#d:4;:H9ca,E", "mappedStringIds": [ 11, 13 @@ -88717,16 +122178,16 @@ "history": [ { "children": [], - "mappedName": "#36:4;:He68,E", + "mappedName": "#36:4;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:He67:7,F", - "#b:4;:He67,E" + "#d:4;:G;XTR;:H9c9:7,F", + "#b:4;:H9c9,E" ], - "mappedName": "#16:4;:U;XTR;:He67:7,E", + "mappedName": "#16:4;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88744,7 +122205,7 @@ 22, 54 ], - "mappedName": "#36:4;:He68,E", + "mappedName": "#36:4;:H9ca,E", "mappedStringIds": [ 11, 13, @@ -88757,32 +122218,30 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:He68,E", + "mappedName": "#5f:30;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:He67,V" - ], - "mappedName": "#11:2;:G;XTR;:He67:7,E", + "children": [], + "mappedName": "#4848;:G;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], - "mappedName": "#1a:2;:He68,E", + "mappedName": "#5f:30;:H9ca,E", "mappedStringIds": [ - 26 + 95 ], "name": "Edge8" }, @@ -88790,13 +122249,13 @@ "history": [ { "children": [], - "mappedName": "#d:2;:He68,E", + "mappedName": "#d:2;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:He67,E", + "mappedName": "#b:2;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88812,7 +122271,7 @@ 11, 13 ], - "mappedName": "#d:2;:He68,E", + "mappedName": "#d:2;:H9ca,E", "mappedStringIds": [ 11, 13 @@ -88823,16 +122282,16 @@ "history": [ { "children": [], - "mappedName": "#36:2;:He68,E", + "mappedName": "#36:2;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:He67:7,F", - "#b:2;:He67,E" + "#d:2;:G;XTR;:H9c9:7,F", + "#b:2;:H9c9,E" ], - "mappedName": "#16:2;:U;XTR;:He67:7,E", + "mappedName": "#16:2;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88850,7 +122309,7 @@ 22, 54 ], - "mappedName": "#36:2;:He68,E", + "mappedName": "#36:2;:H9ca,E", "mappedStringIds": [ 11, 13, @@ -88863,13 +122322,13 @@ "history": [ { "children": [], - "mappedName": "#d:3;:He68,E", + "mappedName": "#d:3;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:He67,E", + "mappedName": "#b:3;:H9c9,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88885,7 +122344,7 @@ 11, 13 ], - "mappedName": "#d:3;:He68,E", + "mappedName": "#d:3;:H9ca,E", "mappedStringIds": [ 11, 13 @@ -88896,16 +122355,16 @@ "history": [ { "children": [], - "mappedName": "#36:3;:He68,E", + "mappedName": "#36:3;:H9ca,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:He67:7,F", - "#b:3;:He67,E" + "#d:3;:G;XTR;:H9c9:7,F", + "#b:3;:H9c9,E" ], - "mappedName": "#16:3;:U;XTR;:He67:7,E", + "mappedName": "#16:3;:U;XTR;:H9c9:7,E", "object": "Pad18", "typeId": "PartDesign::Pad" }, @@ -88923,7 +122382,7 @@ 22, 54 ], - "mappedName": "#36:3;:He68,E", + "mappedName": "#36:3;:H9ca,E", "mappedStringIds": [ 11, 13, @@ -88936,28 +122395,27 @@ "history": [ { "children": [ - "#1f:2;:G;XTR;:He69:7,E", - "#22;:He69,V", - "#8;:He69,V" + "#1f;:G;XTR;:H9cb:7,E", + "#2;:H9cb,V" ], - "mappedName": "#28:2;:H-e6a,E", + "mappedName": "#4a;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], - "mappedName": "#28:2;:H-e6a,E", + "mappedName": "#4a;:H-9cc,E", "mappedStringIds": [ - 40 + 74 ], "name": "Edge13" }, @@ -88965,22 +122423,27 @@ "history": [ { "children": [ - "#20:4;:G;XTR;:He69:7,E", - "#44;:He69,V", - ";:G0;XTR;:He69:8,F" + "#20;:G;XTR;:H9cb:7,E", + "#4;:H9cb,V" ], - "mappedName": "#29:4;:H-e6a,E", + "mappedName": "#4b;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch18", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], - "mappedName": "#29:4;:H-e6a,E", + "mappedName": "#4b;:H-9cc,E", "mappedStringIds": [ - 41 + 75 ], "name": "Edge14" }, @@ -88988,9 +122451,9 @@ "history": [ { "children": [ - "#b:1;:He69,E" + "#b:1;:H9cb,E" ], - "mappedName": "#1d:1;:H-e6a,E", + "mappedName": "#1d:1;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89005,7 +122468,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:H-e6a,E", + "mappedName": "#1d:1;:H-9cc,E", "mappedStringIds": [ 29 ], @@ -89015,11 +122478,11 @@ "history": [ { "children": [ - "#26:1;:U;XTR;:He69:7,E", - "#1d:1;:G;XTR;:He69:7,F", - "#b:1;:He69,E" + "#26:1;:U;XTR;:H9cb:7,E", + "#1d:1;:G;XTR;:H9cb:7,F", + "#b:1;:H9cb,E" ], - "mappedName": "#43:1;:H-e6a,E", + "mappedName": "#43:1;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89034,7 +122497,7 @@ "indexedStringIds": [ 67 ], - "mappedName": "#43:1;:H-e6a,E", + "mappedName": "#43:1;:H-9cc,E", "mappedStringIds": [ 67 ], @@ -89044,27 +122507,27 @@ "history": [ { "children": [ - "#22:8;:G;XTR;:He69:7,E", - "#88;:He69,V" + "#22;:G;XTR;:H9cb:7,E", + "#8;:H9cb,V" ], - "mappedName": "#2b:8;:H-e6a,E", + "mappedName": "#4d;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], - "mappedName": "#2b:8;:H-e6a,E", + "mappedName": "#4d;:H-9cc,E", "mappedStringIds": [ - 43 + 77 ], "name": "Edge17" }, @@ -89072,9 +122535,9 @@ "history": [ { "children": [ - "#b:4;:He69,E" + "#b:4;:H9cb,E" ], - "mappedName": "#1d:4;:H-e6a,E", + "mappedName": "#1d:4;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89090,7 +122553,7 @@ 11, 29 ], - "mappedName": "#1d:4;:H-e6a,E", + "mappedName": "#1d:4;:H-9cc,E", "mappedStringIds": [ 11, 29 @@ -89101,11 +122564,11 @@ "history": [ { "children": [ - "#26:4;:U;XTR;:He69:7,E", - "#1d:4;:G;XTR;:He69:7,F", - "#b:4;:He69,E" + "#26:4;:U;XTR;:H9cb:7,E", + "#1d:4;:G;XTR;:H9cb:7,F", + "#b:4;:H9cb,E" ], - "mappedName": "#43:4;:H-e6a,E", + "mappedName": "#43:4;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89123,7 +122586,7 @@ 38, 67 ], - "mappedName": "#43:4;:H-e6a,E", + "mappedName": "#43:4;:H-9cc,E", "mappedStringIds": [ 11, 29, @@ -89136,27 +122599,27 @@ "history": [ { "children": [ - "#21:6;:G;XTR;:He69:7,E", - "#66;:He69,V" + "#21;:G;XTR;:H9cb:7,E", + "#6;:H9cb,V" ], - "mappedName": "#2a:6;:H-e6a,E", + "mappedName": "#4c;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], - "mappedName": "#2a:6;:H-e6a,E", + "mappedName": "#4c;:H-9cc,E", "mappedStringIds": [ - 42 + 76 ], "name": "Edge20" }, @@ -89164,9 +122627,9 @@ "history": [ { "children": [ - "#b:2;:He69,E" + "#b:2;:H9cb,E" ], - "mappedName": "#1d:2;:H-e6a,E", + "mappedName": "#1d:2;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89182,7 +122645,7 @@ 11, 29 ], - "mappedName": "#1d:2;:H-e6a,E", + "mappedName": "#1d:2;:H-9cc,E", "mappedStringIds": [ 11, 29 @@ -89193,11 +122656,11 @@ "history": [ { "children": [ - "#26:2;:U;XTR;:He69:7,E", - "#1d:2;:G;XTR;:He69:7,F", - "#b:2;:He69,E" + "#26:2;:U;XTR;:H9cb:7,E", + "#1d:2;:G;XTR;:H9cb:7,F", + "#b:2;:H9cb,E" ], - "mappedName": "#43:2;:H-e6a,E", + "mappedName": "#43:2;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89215,7 +122678,7 @@ 38, 67 ], - "mappedName": "#43:2;:H-e6a,E", + "mappedName": "#43:2;:H-9cc,E", "mappedStringIds": [ 11, 29, @@ -89228,9 +122691,9 @@ "history": [ { "children": [ - "#b:3;:He69,E" + "#b:3;:H9cb,E" ], - "mappedName": "#1d:3;:H-e6a,E", + "mappedName": "#1d:3;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89246,7 +122709,7 @@ 11, 29 ], - "mappedName": "#1d:3;:H-e6a,E", + "mappedName": "#1d:3;:H-9cc,E", "mappedStringIds": [ 11, 29 @@ -89257,11 +122720,11 @@ "history": [ { "children": [ - "#26:3;:U;XTR;:He69:7,E", - "#1d:3;:G;XTR;:He69:7,F", - "#b:3;:He69,E" + "#26:3;:U;XTR;:H9cb:7,E", + "#1d:3;:G;XTR;:H9cb:7,F", + "#b:3;:H9cb,E" ], - "mappedName": "#43:3;:H-e6a,E", + "mappedName": "#43:3;:H-9cc,E", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89279,7 +122742,7 @@ 38, 67 ], - "mappedName": "#43:3;:H-e6a,E", + "mappedName": "#43:3;:H-9cc,E", "mappedStringIds": [ 11, 29, @@ -89292,30 +122755,30 @@ "history": [ { "children": [], - "mappedName": "#f:1;:He68,V", + "mappedName": "#46;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:He67,V", + "mappedName": "#2;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], - "mappedName": "#f:1;:He68,V", + "mappedName": "#46;:H9ca,V", "mappedStringIds": [ - 15 + 70 ], "name": "Vertex1" }, @@ -89323,33 +122786,34 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:He68,V", + "mappedName": "#4f:1;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:He67:7,E", - "#2:1;:He67,V" + "#16:1;:U;XTR;:H9c9:7,E", + "#d:1;:G;XTR;:H9c9:7,F", + "#b:1;:H9c9,E" ], - "mappedName": "#18:1;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U;XTR;:H9c9:7,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], - "mappedName": "#2e:1;:He68,V", + "mappedName": "#4f:1;:H9ca,V", "mappedStringIds": [ - 46 + 79 ], "name": "Vertex2" }, @@ -89357,30 +122821,30 @@ "history": [ { "children": [], - "mappedName": "#10:2;:He68,V", + "mappedName": "#47;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:He67,V", + "mappedName": "#4;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], - "mappedName": "#10:2;:He68,V", + "mappedName": "#47;:H9ca,V", "mappedStringIds": [ - 16 + 71 ], "name": "Vertex3" }, @@ -89388,33 +122852,34 @@ "history": [ { "children": [], - "mappedName": "#30:2;:He68,V", + "mappedName": "#52:1;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:He67:7,E", - "#4:2;:He67,V" + "#16:1;:U;XTR;:H9c9:7,E", + "#d:1;:G;XTR;:H9c9:7,F", + "#b:1;:H9c9,E" ], - "mappedName": "#19:2;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U2;XTR;:H9c9:8,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], - "mappedName": "#30:2;:He68,V", + "mappedName": "#52:1;:H9ca,V", "mappedStringIds": [ - 48 + 82 ], "name": "Vertex4" }, @@ -89422,30 +122887,30 @@ "history": [ { "children": [], - "mappedName": "#12:2;:He68,V", + "mappedName": "#49;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:He67,V", + "mappedName": "#8;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], - "mappedName": "#12:2;:He68,V", + "mappedName": "#49;:H9ca,V", "mappedStringIds": [ - 18 + 73 ], "name": "Vertex5" }, @@ -89453,33 +122918,42 @@ "history": [ { "children": [], - "mappedName": "#34:2;:He68,V", + "mappedName": "#52:3;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:He67:7,E", - "#8:2;:He67,V" + "#16:3;:U;XTR;:H9c9:7,E", + "#d:3;:G;XTR;:H9c9:7,F", + "#b:3;:H9c9,E" ], - "mappedName": "#1b:2;:U;XTR;:He67:7,V", + "mappedName": "#36:3;:U2;XTR;:H9c9:8,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#34:2;:He68,V", + "mappedName": "#52:3;:H9ca,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex6" }, @@ -89487,30 +122961,30 @@ "history": [ { "children": [], - "mappedName": "#11:2;:He68,V", + "mappedName": "#48;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:He67,V", + "mappedName": "#6;:H9c9,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], - "mappedName": "#11:2;:He68,V", + "mappedName": "#48;:H9ca,V", "mappedStringIds": [ - 17 + 72 ], "name": "Vertex7" }, @@ -89518,33 +122992,42 @@ "history": [ { "children": [], - "mappedName": "#32:2;:He68,V", + "mappedName": "#52:2;:H9ca,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:He67:7,E", - "#6:2;:He67,V" + "#16:2;:U;XTR;:H9c9:7,E", + "#d:2;:G;XTR;:H9c9:7,F", + "#b:2;:H9c9,E" ], - "mappedName": "#1a:2;:U;XTR;:He67:7,V", + "mappedName": "#36:2;:U2;XTR;:H9c9:8,V", "object": "Pad18", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#32:2;:He68,V", + "mappedName": "#52:2;:H9ca,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex8" }, @@ -89552,9 +123035,9 @@ "history": [ { "children": [ - "#2;:He69,V" + "#2;:H9cb,V" ], - "mappedName": "#1f;:H-e6a,V", + "mappedName": "#1f;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89569,7 +123052,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:H-e6a,V", + "mappedName": "#1f;:H-9cc,V", "mappedStringIds": [ 31 ], @@ -89579,29 +123062,28 @@ "history": [ { "children": [ - "#28:2;:U;XTR;:He69:7,V", - "#1f:2;:G;XTR;:He69:7,E", - "#22;:He69,V", - "#8;:He69,V" + "#4a;:U;XTR;:H9cb:7,V", + "#1f;:G;XTR;:H9cb:7,E", + "#2;:H9cb,V" ], - "mappedName": "#3b:2;:H-e6a,V", + "mappedName": "#59;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], - "mappedName": "#3b:2;:H-e6a,V", + "mappedName": "#59;:H-9cc,V", "mappedStringIds": [ - 59 + 89 ], "name": "Vertex10" }, @@ -89609,9 +123091,9 @@ "history": [ { "children": [ - "#4;:He69,V" + "#4;:H9cb,V" ], - "mappedName": "#20;:H-e6a,V", + "mappedName": "#20;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89626,7 +123108,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:H-e6a,V", + "mappedName": "#20;:H-9cc,V", "mappedStringIds": [ 32 ], @@ -89636,23 +123118,28 @@ "history": [ { "children": [ - "#29:4;:U;XTR;:He69:7,V", - "#20:4;:G;XTR;:He69:7,E", - "#44;:He69,V", - ";:G0;XTR;:He69:8,F" + "#4b;:U;XTR;:H9cb:7,V", + "#20;:G;XTR;:H9cb:7,E", + "#4;:H9cb,V" ], - "mappedName": "#3d:4;:H-e6a,V", + "mappedName": "#61;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch18", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], - "mappedName": "#3d:4;:H-e6a,V", + "mappedName": "#61;:H-9cc,V", "mappedStringIds": [ - 61 + 97 ], "name": "Vertex12" }, @@ -89660,9 +123147,9 @@ "history": [ { "children": [ - "#8;:He69,V" + "#8;:H9cb,V" ], - "mappedName": "#22;:H-e6a,V", + "mappedName": "#22;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89677,7 +123164,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:H-e6a,V", + "mappedName": "#22;:H-9cc,V", "mappedStringIds": [ 34 ], @@ -89687,28 +123174,28 @@ "history": [ { "children": [ - "#2b:8;:U;XTR;:He69:7,V", - "#22:8;:G;XTR;:He69:7,E", - "#88;:He69,V" + "#4d;:U;XTR;:H9cb:7,V", + "#22;:G;XTR;:H9cb:7,E", + "#8;:H9cb,V" ], - "mappedName": "#41:8;:H-e6a,V", + "mappedName": "#63;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], - "mappedName": "#41:8;:H-e6a,V", + "mappedName": "#63;:H-9cc,V", "mappedStringIds": [ - 65 + 99 ], "name": "Vertex14" }, @@ -89716,9 +123203,9 @@ "history": [ { "children": [ - "#6;:He69,V" + "#6;:H9cb,V" ], - "mappedName": "#21;:H-e6a,V", + "mappedName": "#21;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, @@ -89733,7 +123220,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:H-e6a,V", + "mappedName": "#21;:H-9cc,V", "mappedStringIds": [ 33 ], @@ -89743,28 +123230,28 @@ "history": [ { "children": [ - "#2a:6;:U;XTR;:He69:7,V", - "#21:6;:G;XTR;:He69:7,E", - "#66;:He69,V" + "#4c;:U;XTR;:H9cb:7,V", + "#21;:G;XTR;:H9cb:7,E", + "#6;:H9cb,V" ], - "mappedName": "#3f:6;:H-e6a,V", + "mappedName": "#62;:H-9cc,V", "object": "Pocket18", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch18", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], - "mappedName": "#3f:6;:H-e6a,V", + "mappedName": "#62;:H-9cc,V", "mappedStringIds": [ - 63 + 98 ], "name": "Vertex16" } @@ -89782,7 +123269,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:He68,F", + "mappedName": "#16:1;:H9ca,F", "mappedStringIds": [ 22 ], @@ -89792,7 +123279,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:He68,F", + "name": "#16:1;:H9ca,F", "stringIds": [ 22 ] @@ -89802,9 +123289,9 @@ "resultPersistentId": "Pocket18:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:He67:7,F", + "mappedName": "#d:1;:G;XTR;:H9c9:7,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:1;:G;XTR;:He67:7,F", + "persistentId": "Pad18:mapped:#d:1;:G;XTR;:H9c9:7,F", "stageId": "Pad18" }, { @@ -89823,7 +123310,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:He68,F", + "mappedName": "#16:4;:H9ca,F", "mappedStringIds": [ 11, 13, @@ -89835,7 +123322,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:He68,F", + "name": "#16:4;:H9ca,F", "stringIds": [ 11, 13, @@ -89847,9 +123334,9 @@ "resultPersistentId": "Pocket18:face:1", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:He67:7,F", + "mappedName": "#d:4;:G;XTR;:H9c9:7,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:4;:G;XTR;:He67:7,F", + "persistentId": "Pad18:mapped:#d:4;:G;XTR;:H9c9:7,F", "stageId": "Pad18" }, { @@ -89868,7 +123355,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:He68,F", + "mappedName": "#16:2;:H9ca,F", "mappedStringIds": [ 11, 13, @@ -89880,7 +123367,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:He68,F", + "name": "#16:2;:H9ca,F", "stringIds": [ 11, 13, @@ -89892,9 +123379,9 @@ "resultPersistentId": "Pocket18:face:2", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:He67:7,F", + "mappedName": "#d:2;:G;XTR;:H9c9:7,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:2;:G;XTR;:He67:7,F", + "persistentId": "Pad18:mapped:#d:2;:G;XTR;:H9c9:7,F", "stageId": "Pad18" }, { @@ -89911,7 +123398,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:He68,F", + "mappedName": "#14:1;:H9ca,F", "mappedStringIds": [ 20 ], @@ -89921,7 +123408,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:He68,F", + "name": "#14:1;:H9ca,F", "stringIds": [ 20 ] @@ -89931,9 +123418,9 @@ "resultPersistentId": "Pocket18:face:3", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:He67:4,F", + "mappedName": "#d:1;FAC;:H9c9:4,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:1;FAC;:He67:4,F", + "persistentId": "Pad18:mapped:#d:1;FAC;:H9c9:4,F", "stageId": "Pad18" }, { @@ -89950,7 +123437,7 @@ 56 ], "kind": "face", - "mappedName": "#38:1;:He68,F", + "mappedName": "#38:1;:H9ca,F", "mappedStringIds": [ 56 ], @@ -89960,7 +123447,7 @@ "index": 5, "type": "Face" }, - "name": "#38:1;:He68,F", + "name": "#38:1;:H9ca,F", "stringIds": [ 56 ] @@ -89970,9 +123457,9 @@ "resultPersistentId": "Pocket18:face:4", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:He67:8,F", + "mappedName": "#14:1;:G0;XTR;:H9c9:8,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#14:1;:G0;XTR;:He67:8,F", + "persistentId": "Pad18:mapped:#14:1;:G0;XTR;:H9c9:8,F", "stageId": "Pad18" }, { @@ -89991,7 +123478,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:He68,F", + "mappedName": "#16:3;:H9ca,F", "mappedStringIds": [ 11, 13, @@ -90003,7 +123490,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:He68,F", + "name": "#16:3;:H9ca,F", "stringIds": [ 11, 13, @@ -90015,9 +123502,9 @@ "resultPersistentId": "Pocket18:face:5", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:He67:7,F", + "mappedName": "#d:3;:G;XTR;:H9c9:7,F", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#d:3;:G;XTR;:He67:7,F", + "persistentId": "Pad18:mapped:#d:3;:G;XTR;:H9c9:7,F", "stageId": "Pad18" }, { @@ -90034,7 +123521,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:H-e6a,F", + "mappedName": "#26:1;:H-9cc,F", "mappedStringIds": [ 38 ], @@ -90044,7 +123531,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:H-e6a,F", + "name": "#26:1;:H-9cc,F", "stringIds": [ 38 ] @@ -90069,7 +123556,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:H-e6a,F", + "mappedName": "#26:4;:H-9cc,F", "mappedStringIds": [ 11, 29, @@ -90081,7 +123568,7 @@ "index": 8, "type": "Face" }, - "name": "#26:4;:H-e6a,F", + "name": "#26:4;:H-9cc,F", "stringIds": [ 11, 29, @@ -90108,7 +123595,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:H-e6a,F", + "mappedName": "#26:2;:H-9cc,F", "mappedStringIds": [ 11, 29, @@ -90120,7 +123607,7 @@ "index": 9, "type": "Face" }, - "name": "#26:2;:H-e6a,F", + "name": "#26:2;:H-9cc,F", "stringIds": [ 11, 29, @@ -90145,7 +123632,7 @@ 36 ], "kind": "face", - "mappedName": "#24:1;:H-e6a,F", + "mappedName": "#24:1;:H-9cc,F", "mappedStringIds": [ 36 ], @@ -90155,7 +123642,7 @@ "index": 10, "type": "Face" }, - "name": "#24:1;:H-e6a,F", + "name": "#24:1;:H-9cc,F", "stringIds": [ 36 ] @@ -90178,7 +123665,7 @@ 69 ], "kind": "face", - "mappedName": "#45:1;:H-e6a,F", + "mappedName": "#45:1;:H-9cc,F", "mappedStringIds": [ 69 ], @@ -90188,7 +123675,7 @@ "index": 11, "type": "Face" }, - "name": "#45:1;:H-e6a,F", + "name": "#45:1;:H-9cc,F", "stringIds": [ 69 ] @@ -90213,7 +123700,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:H-e6a,F", + "mappedName": "#26:3;:H-9cc,F", "mappedStringIds": [ 11, 29, @@ -90225,7 +123712,7 @@ "index": 12, "type": "Face" }, - "name": "#26:3;:H-e6a,F", + "name": "#26:3;:H-9cc,F", "stringIds": [ 11, 29, @@ -90247,12 +123734,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], "kind": "edge", - "mappedName": "#18:1;:He68,E", + "mappedName": "#5d:2e;:H9ca,E", "mappedStringIds": [ - 24 + 93 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -90260,9 +123747,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:He68,E", + "name": "#5d:2e;:H9ca,E", "stringIds": [ - 24 + 93 ] }, "relation": "preserved", @@ -90270,15 +123757,15 @@ "resultPersistentId": "Pocket18:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:He67:7,E", + "mappedName": "#4646;:G;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#f:1;:G;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#4646;:G;XTR;:H9c9:7,E", "stageId": "Pad18" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v11;SKT", + "persistentId": "Sketch18:mapped:#4646", "stageId": "Sketch18" } ] @@ -90286,12 +123773,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], "kind": "edge", - "mappedName": "#19:2;:He68,E", + "mappedName": "#5e:2f;:H9ca,E", "mappedStringIds": [ - 25 + 94 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -90299,9 +123786,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:He68,E", + "name": "#5e:2f;:H9ca,E", "stringIds": [ - 25 + 94 ] }, "relation": "preserved", @@ -90309,15 +123796,15 @@ "resultPersistentId": "Pocket18:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:He67:7,E", + "mappedName": "#4747;:G;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#10:2;:G;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#4747;:G;XTR;:H9c9:7,E", "stageId": "Pad18" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v22;SKT", + "persistentId": "Sketch18:mapped:#4747", "stageId": "Sketch18" } ] @@ -90328,7 +123815,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:He68,E", + "mappedName": "#d:1;:H9ca,E", "mappedStringIds": [ 13 ], @@ -90338,7 +123825,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:He68,E", + "name": "#d:1;:H9ca,E", "stringIds": [ 13 ] @@ -90348,9 +123835,9 @@ "resultPersistentId": "Pocket18:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:He67,E", + "mappedName": "#b:1;:H9c9,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#b:1;:He67,E", + "persistentId": "Pad18:mapped:#b:1;:H9c9,E", "stageId": "Pad18" }, { @@ -90367,7 +123854,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:He68,E", + "mappedName": "#36:1;:H9ca,E", "mappedStringIds": [ 54 ], @@ -90377,7 +123864,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:He68,E", + "name": "#36:1;:H9ca,E", "stringIds": [ 54 ] @@ -90387,9 +123874,9 @@ "resultPersistentId": "Pocket18:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:He67:7,E", + "mappedName": "#16:1;:U;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#16:1;:U;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#16:1;:U;XTR;:H9c9:7,E", "stageId": "Pad18" }, { @@ -90403,12 +123890,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], "kind": "edge", - "mappedName": "#1b:2;:He68,E", + "mappedName": "#60:31;:H9ca,E", "mappedStringIds": [ - 27 + 96 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -90416,9 +123903,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:He68,E", + "name": "#60:31;:H9ca,E", "stringIds": [ - 27 + 96 ] }, "relation": "preserved", @@ -90426,15 +123913,15 @@ "resultPersistentId": "Pocket18:edge:4", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:He67:7,E", + "mappedName": "#4949;:G;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#12:2;:G;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#4949;:G;XTR;:H9c9:7,E", "stageId": "Pad18" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g3v22;SKT", + "persistentId": "Sketch18:mapped:#4949", "stageId": "Sketch18" } ] @@ -90446,7 +123933,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:He68,E", + "mappedName": "#d:4;:H9ca,E", "mappedStringIds": [ 11, 13 @@ -90457,7 +123944,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:He68,E", + "name": "#d:4;:H9ca,E", "stringIds": [ 11, 13 @@ -90468,9 +123955,9 @@ "resultPersistentId": "Pocket18:edge:5", "sourceRefs": [ { - "mappedName": "#b:4;:He67,E", + "mappedName": "#b:4;:H9c9,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#b:4;:He67,E", + "persistentId": "Pad18:mapped:#b:4;:H9c9,E", "stageId": "Pad18" }, { @@ -90490,7 +123977,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:He68,E", + "mappedName": "#36:4;:H9ca,E", "mappedStringIds": [ 11, 13, @@ -90503,7 +123990,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:He68,E", + "name": "#36:4;:H9ca,E", "stringIds": [ 11, 13, @@ -90516,9 +124003,9 @@ "resultPersistentId": "Pocket18:edge:6", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:He67:7,E", + "mappedName": "#16:4;:U;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#16:4;:U;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#16:4;:U;XTR;:H9c9:7,E", "stageId": "Pad18" }, { @@ -90532,12 +124019,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], "kind": "edge", - "mappedName": "#1a:2;:He68,E", + "mappedName": "#5f:30;:H9ca,E", "mappedStringIds": [ - 26 + 95 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -90545,9 +124032,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:He68,E", + "name": "#5f:30;:H9ca,E", "stringIds": [ - 26 + 95 ] }, "relation": "preserved", @@ -90555,15 +124042,15 @@ "resultPersistentId": "Pocket18:edge:7", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:He67:7,E", + "mappedName": "#4848;:G;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#11:2;:G;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#4848;:G;XTR;:H9c9:7,E", "stageId": "Pad18" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g2v22;SKT", + "persistentId": "Sketch18:mapped:#4848", "stageId": "Sketch18" } ] @@ -90575,7 +124062,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:He68,E", + "mappedName": "#d:2;:H9ca,E", "mappedStringIds": [ 11, 13 @@ -90586,7 +124073,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:He68,E", + "name": "#d:2;:H9ca,E", "stringIds": [ 11, 13 @@ -90597,9 +124084,9 @@ "resultPersistentId": "Pocket18:edge:8", "sourceRefs": [ { - "mappedName": "#b:2;:He67,E", + "mappedName": "#b:2;:H9c9,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#b:2;:He67,E", + "persistentId": "Pad18:mapped:#b:2;:H9c9,E", "stageId": "Pad18" }, { @@ -90619,7 +124106,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:He68,E", + "mappedName": "#36:2;:H9ca,E", "mappedStringIds": [ 11, 13, @@ -90632,7 +124119,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:He68,E", + "name": "#36:2;:H9ca,E", "stringIds": [ 11, 13, @@ -90645,9 +124132,9 @@ "resultPersistentId": "Pocket18:edge:9", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:He67:7,E", + "mappedName": "#16:2;:U;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#16:2;:U;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#16:2;:U;XTR;:H9c9:7,E", "stageId": "Pad18" }, { @@ -90665,7 +124152,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:He68,E", + "mappedName": "#d:3;:H9ca,E", "mappedStringIds": [ 11, 13 @@ -90676,7 +124163,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:He68,E", + "name": "#d:3;:H9ca,E", "stringIds": [ 11, 13 @@ -90687,9 +124174,9 @@ "resultPersistentId": "Pocket18:edge:10", "sourceRefs": [ { - "mappedName": "#b:3;:He67,E", + "mappedName": "#b:3;:H9c9,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#b:3;:He67,E", + "persistentId": "Pad18:mapped:#b:3;:H9c9,E", "stageId": "Pad18" }, { @@ -90709,7 +124196,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:He68,E", + "mappedName": "#36:3;:H9ca,E", "mappedStringIds": [ 11, 13, @@ -90722,7 +124209,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:He68,E", + "name": "#36:3;:H9ca,E", "stringIds": [ 11, 13, @@ -90735,9 +124222,9 @@ "resultPersistentId": "Pocket18:edge:11", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:He67:7,E", + "mappedName": "#16:3;:U;XTR;:H9c9:7,E", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#16:3;:U;XTR;:He67:7,E", + "persistentId": "Pad18:mapped:#16:3;:U;XTR;:H9c9:7,E", "stageId": "Pad18" }, { @@ -90751,12 +124238,12 @@ { "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], "kind": "edge", - "mappedName": "#28:2;:H-e6a,E", + "mappedName": "#4a;:H-9cc,E", "mappedStringIds": [ - 40 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -90764,9 +124251,9 @@ "index": 13, "type": "Edge" }, - "name": "#28:2;:H-e6a,E", + "name": "#4a;:H-9cc,E", "stringIds": [ - 40 + 74 ] }, "relation": "preserved", @@ -90774,9 +124261,9 @@ "resultPersistentId": "Pocket18:edge:12", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:g3v2;SKT", + "persistentId": "PocketSketch18:mapped:g1v1;SKT", "stageId": "PocketSketch18" } ] @@ -90784,12 +124271,12 @@ { "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], "kind": "edge", - "mappedName": "#29:4;:H-e6a,E", + "mappedName": "#4b;:H-9cc,E", "mappedStringIds": [ - 41 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -90797,15 +124284,22 @@ "index": 14, "type": "Edge" }, - "name": "#29:4;:H-e6a,E", + "name": "#4b;:H-9cc,E", "stringIds": [ - 41 + 75 ] }, "relation": "preserved", "resultIndex": 13, "resultPersistentId": "Pocket18:edge:13", - "sourceRefs": [] + "sourceRefs": [ + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch18", + "persistentId": "PocketSketch18:mapped:g1v2;SKT", + "stageId": "PocketSketch18" + } + ] }, { "indexedName": "Edge15", @@ -90813,7 +124307,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:H-e6a,E", + "mappedName": "#1d:1;:H-9cc,E", "mappedStringIds": [ 29 ], @@ -90823,7 +124317,7 @@ "index": 15, "type": "Edge" }, - "name": "#1d:1;:H-e6a,E", + "name": "#1d:1;:H-9cc,E", "stringIds": [ 29 ] @@ -90846,7 +124340,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:1;:H-e6a,E", + "mappedName": "#43:1;:H-9cc,E", "mappedStringIds": [ 67 ], @@ -90856,7 +124350,7 @@ "index": 16, "type": "Edge" }, - "name": "#43:1;:H-e6a,E", + "name": "#43:1;:H-9cc,E", "stringIds": [ 67 ] @@ -90876,12 +124370,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], "kind": "edge", - "mappedName": "#2b:8;:H-e6a,E", + "mappedName": "#4d;:H-9cc,E", "mappedStringIds": [ - 43 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -90889,9 +124383,9 @@ "index": 17, "type": "Edge" }, - "name": "#2b:8;:H-e6a,E", + "name": "#4d;:H-9cc,E", "stringIds": [ - 43 + 77 ] }, "relation": "preserved", @@ -90899,9 +124393,9 @@ "resultPersistentId": "Pocket18:edge:16", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:#88", + "persistentId": "PocketSketch18:mapped:g3v2;SKT", "stageId": "PocketSketch18" } ] @@ -90913,7 +124407,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:H-e6a,E", + "mappedName": "#1d:4;:H-9cc,E", "mappedStringIds": [ 11, 29 @@ -90924,7 +124418,7 @@ "index": 18, "type": "Edge" }, - "name": "#1d:4;:H-e6a,E", + "name": "#1d:4;:H-9cc,E", "stringIds": [ 11, 29 @@ -90951,7 +124445,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:4;:H-e6a,E", + "mappedName": "#43:4;:H-9cc,E", "mappedStringIds": [ 11, 29, @@ -90964,7 +124458,7 @@ "index": 19, "type": "Edge" }, - "name": "#43:4;:H-e6a,E", + "name": "#43:4;:H-9cc,E", "stringIds": [ 11, 29, @@ -90987,12 +124481,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], "kind": "edge", - "mappedName": "#2a:6;:H-e6a,E", + "mappedName": "#4c;:H-9cc,E", "mappedStringIds": [ - 42 + 76 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91000,9 +124494,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:H-e6a,E", + "name": "#4c;:H-9cc,E", "stringIds": [ - 42 + 76 ] }, "relation": "preserved", @@ -91010,9 +124504,9 @@ "resultPersistentId": "Pocket18:edge:19", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:#66", + "persistentId": "PocketSketch18:mapped:g2v2;SKT", "stageId": "PocketSketch18" } ] @@ -91024,7 +124518,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:H-e6a,E", + "mappedName": "#1d:2;:H-9cc,E", "mappedStringIds": [ 11, 29 @@ -91035,7 +124529,7 @@ "index": 21, "type": "Edge" }, - "name": "#1d:2;:H-e6a,E", + "name": "#1d:2;:H-9cc,E", "stringIds": [ 11, 29 @@ -91062,7 +124556,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:2;:H-e6a,E", + "mappedName": "#43:2;:H-9cc,E", "mappedStringIds": [ 11, 29, @@ -91075,7 +124569,7 @@ "index": 22, "type": "Edge" }, - "name": "#43:2;:H-e6a,E", + "name": "#43:2;:H-9cc,E", "stringIds": [ 11, 29, @@ -91102,7 +124596,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:H-e6a,E", + "mappedName": "#1d:3;:H-9cc,E", "mappedStringIds": [ 11, 29 @@ -91113,7 +124607,7 @@ "index": 23, "type": "Edge" }, - "name": "#1d:3;:H-e6a,E", + "name": "#1d:3;:H-9cc,E", "stringIds": [ 11, 29 @@ -91140,7 +124634,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:3;:H-e6a,E", + "mappedName": "#43:3;:H-9cc,E", "mappedStringIds": [ 11, 29, @@ -91153,7 +124647,7 @@ "index": 24, "type": "Edge" }, - "name": "#43:3;:H-e6a,E", + "name": "#43:3;:H-9cc,E", "stringIds": [ 11, 29, @@ -91176,12 +124670,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], "kind": "vertex", - "mappedName": "#f:1;:He68,V", + "mappedName": "#46;:H9ca,V", "mappedStringIds": [ - 15 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91189,9 +124683,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:He68,V", + "name": "#46;:H9ca,V", "stringIds": [ - 15 + 70 ] }, "relation": "preserved", @@ -91199,15 +124693,15 @@ "resultPersistentId": "Pocket18:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:He67,V", + "mappedName": "#2;:H9c9,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#2:1;:He67,V", + "persistentId": "Pad18:mapped:#2;:H9c9,V", "stageId": "Pad18" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v11;SKT", + "persistentId": "Sketch18:mapped:g1v1;SKT", "stageId": "Sketch18" } ] @@ -91215,12 +124709,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], "kind": "vertex", - "mappedName": "#2e:1;:He68,V", + "mappedName": "#4f:1;:H9ca,V", "mappedStringIds": [ - 46 + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91228,9 +124722,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:He68,V", + "name": "#4f:1;:H9ca,V", "stringIds": [ - 46 + 79 ] }, "relation": "preserved", @@ -91238,15 +124732,15 @@ "resultPersistentId": "Pocket18:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U;XTR;:H9c9:7,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#18:1;:U;XTR;:He67:7,V", + "persistentId": "Pad18:mapped:#36:1;:U;XTR;:H9c9:7,V", "stageId": "Pad18" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v11;SKT", + "persistentId": "Sketch18:mapped:g1;SKT", "stageId": "Sketch18" } ] @@ -91254,12 +124748,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], "kind": "vertex", - "mappedName": "#10:2;:He68,V", + "mappedName": "#47;:H9ca,V", "mappedStringIds": [ - 16 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91267,9 +124761,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:He68,V", + "name": "#47;:H9ca,V", "stringIds": [ - 16 + 71 ] }, "relation": "preserved", @@ -91277,15 +124771,15 @@ "resultPersistentId": "Pocket18:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:He67,V", + "mappedName": "#4;:H9c9,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#4:2;:He67,V", + "persistentId": "Pad18:mapped:#4;:H9c9,V", "stageId": "Pad18" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v22;SKT", + "persistentId": "Sketch18:mapped:g1v2;SKT", "stageId": "Sketch18" } ] @@ -91293,12 +124787,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], "kind": "vertex", - "mappedName": "#30:2;:He68,V", + "mappedName": "#52:1;:H9ca,V", "mappedStringIds": [ - 48 + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91306,9 +124800,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:He68,V", + "name": "#52:1;:H9ca,V", "stringIds": [ - 48 + 82 ] }, "relation": "preserved", @@ -91316,15 +124810,15 @@ "resultPersistentId": "Pocket18:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:He67:7,V", + "mappedName": "#36:1;:U2;XTR;:H9c9:8,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#19:2;:U;XTR;:He67:7,V", + "persistentId": "Pad18:mapped:#36:1;:U2;XTR;:H9c9:8,V", "stageId": "Pad18" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g1v22;SKT", + "persistentId": "Sketch18:mapped:g1;SKT", "stageId": "Sketch18" } ] @@ -91332,12 +124826,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], "kind": "vertex", - "mappedName": "#12:2;:He68,V", + "mappedName": "#49;:H9ca,V", "mappedStringIds": [ - 18 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91345,9 +124839,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:He68,V", + "name": "#49;:H9ca,V", "stringIds": [ - 18 + 73 ] }, "relation": "preserved", @@ -91355,15 +124849,15 @@ "resultPersistentId": "Pocket18:vertex:4", "sourceRefs": [ { - "mappedName": "#8:2;:He67,V", + "mappedName": "#8;:H9c9,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#8:2;:He67,V", + "persistentId": "Pad18:mapped:#8;:H9c9,V", "stageId": "Pad18" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g3v22;SKT", + "persistentId": "Sketch18:mapped:g3v2;SKT", "stageId": "Sketch18" } ] @@ -91371,12 +124865,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#34:2;:He68,V", + "mappedName": "#52:3;:H9ca,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91384,9 +124886,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:He68,V", + "name": "#52:3;:H9ca,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -91394,15 +124900,15 @@ "resultPersistentId": "Pocket18:vertex:5", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:He67:7,V", + "mappedName": "#36:3;:U2;XTR;:H9c9:8,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#1b:2;:U;XTR;:He67:7,V", + "persistentId": "Pad18:mapped:#36:3;:U2;XTR;:H9c9:8,V", "stageId": "Pad18" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g3v22;SKT", + "persistentId": "Sketch18:mapped:g3;SKT", "stageId": "Sketch18" } ] @@ -91410,12 +124916,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], "kind": "vertex", - "mappedName": "#11:2;:He68,V", + "mappedName": "#48;:H9ca,V", "mappedStringIds": [ - 17 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91423,9 +124929,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:He68,V", + "name": "#48;:H9ca,V", "stringIds": [ - 17 + 72 ] }, "relation": "preserved", @@ -91433,15 +124939,15 @@ "resultPersistentId": "Pocket18:vertex:6", "sourceRefs": [ { - "mappedName": "#6:2;:He67,V", + "mappedName": "#6;:H9c9,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#6:2;:He67,V", + "persistentId": "Pad18:mapped:#6;:H9c9,V", "stageId": "Pad18" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g2v22;SKT", + "persistentId": "Sketch18:mapped:g2v2;SKT", "stageId": "Sketch18" } ] @@ -91449,12 +124955,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#32:2;:He68,V", + "mappedName": "#52:2;:H9ca,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91462,9 +124976,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:He68,V", + "name": "#52:2;:H9ca,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -91472,15 +124990,15 @@ "resultPersistentId": "Pocket18:vertex:7", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:He67:7,V", + "mappedName": "#36:2;:U2;XTR;:H9c9:8,V", "objectId": "Pad18", - "persistentId": "Pad18:mapped:#1a:2;:U;XTR;:He67:7,V", + "persistentId": "Pad18:mapped:#36:2;:U2;XTR;:H9c9:8,V", "stageId": "Pad18" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch18", - "persistentId": "Sketch18:mapped:g2v22;SKT", + "persistentId": "Sketch18:mapped:g2;SKT", "stageId": "Sketch18" } ] @@ -91491,7 +125009,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:H-e6a,V", + "mappedName": "#1f;:H-9cc,V", "mappedStringIds": [ 31 ], @@ -91501,7 +125019,7 @@ "index": 9, "type": "Vertex" }, - "name": "#1f;:H-e6a,V", + "name": "#1f;:H-9cc,V", "stringIds": [ 31 ] @@ -91521,12 +125039,12 @@ { "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], "kind": "vertex", - "mappedName": "#3b:2;:H-e6a,V", + "mappedName": "#59;:H-9cc,V", "mappedStringIds": [ - 59 + 89 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91534,9 +125052,9 @@ "index": 10, "type": "Vertex" }, - "name": "#3b:2;:H-e6a,V", + "name": "#59;:H-9cc,V", "stringIds": [ - 59 + 89 ] }, "relation": "preserved", @@ -91544,9 +125062,9 @@ "resultPersistentId": "Pocket18:vertex:9", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:g3v2;SKT", + "persistentId": "PocketSketch18:mapped:g1v1;SKT", "stageId": "PocketSketch18" } ] @@ -91557,7 +125075,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:H-e6a,V", + "mappedName": "#20;:H-9cc,V", "mappedStringIds": [ 32 ], @@ -91567,7 +125085,7 @@ "index": 11, "type": "Vertex" }, - "name": "#20;:H-e6a,V", + "name": "#20;:H-9cc,V", "stringIds": [ 32 ] @@ -91587,12 +125105,12 @@ { "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], "kind": "vertex", - "mappedName": "#3d:4;:H-e6a,V", + "mappedName": "#61;:H-9cc,V", "mappedStringIds": [ - 61 + 97 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91600,15 +125118,22 @@ "index": 12, "type": "Vertex" }, - "name": "#3d:4;:H-e6a,V", + "name": "#61;:H-9cc,V", "stringIds": [ - 61 + 97 ] }, "relation": "preserved", "resultIndex": 11, "resultPersistentId": "Pocket18:vertex:11", - "sourceRefs": [] + "sourceRefs": [ + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch18", + "persistentId": "PocketSketch18:mapped:g1v2;SKT", + "stageId": "PocketSketch18" + } + ] }, { "indexedName": "Vertex13", @@ -91616,7 +125141,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:H-e6a,V", + "mappedName": "#22;:H-9cc,V", "mappedStringIds": [ 34 ], @@ -91626,7 +125151,7 @@ "index": 13, "type": "Vertex" }, - "name": "#22;:H-e6a,V", + "name": "#22;:H-9cc,V", "stringIds": [ 34 ] @@ -91646,12 +125171,12 @@ { "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], "kind": "vertex", - "mappedName": "#41:8;:H-e6a,V", + "mappedName": "#63;:H-9cc,V", "mappedStringIds": [ - 65 + 99 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91659,9 +125184,9 @@ "index": 14, "type": "Vertex" }, - "name": "#41:8;:H-e6a,V", + "name": "#63;:H-9cc,V", "stringIds": [ - 65 + 99 ] }, "relation": "preserved", @@ -91669,9 +125194,9 @@ "resultPersistentId": "Pocket18:vertex:13", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:#88", + "persistentId": "PocketSketch18:mapped:g3v2;SKT", "stageId": "PocketSketch18" } ] @@ -91682,7 +125207,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:H-e6a,V", + "mappedName": "#21;:H-9cc,V", "mappedStringIds": [ 33 ], @@ -91692,7 +125217,7 @@ "index": 15, "type": "Vertex" }, - "name": "#21;:H-e6a,V", + "name": "#21;:H-9cc,V", "stringIds": [ 33 ] @@ -91712,12 +125237,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], "kind": "vertex", - "mappedName": "#3f:6;:H-e6a,V", + "mappedName": "#62;:H-9cc,V", "mappedStringIds": [ - 63 + 98 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -91725,9 +125250,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3f:6;:H-e6a,V", + "name": "#62;:H-9cc,V", "stringIds": [ - 63 + 98 ] }, "relation": "preserved", @@ -91735,9 +125260,9 @@ "resultPersistentId": "Pocket18:vertex:15", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch18", - "persistentId": "PocketSketch18:mapped:#66", + "persistentId": "PocketSketch18:mapped:g2v2;SKT", "stageId": "PocketSketch18" } ] @@ -91752,11 +125277,1022 @@ "stageId": "Pocket18", "status": "native-evidence" }, + "relationDigest": "75aad02d9e5d9292306a954633ab61b5cbd7c527babc918fe6c5f8da9174fa78", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#38:1;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:H-9cc,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:4;:H-9cc,F", + "relation": "preserved", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:2;:H-9cc,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#24:1;:H-9cc,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#45:1;:H-9cc,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "#26:3;:H-9cc,F", + "relation": "preserved", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#5d:2e;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4646;:G;XTR;:H#:7,E", + "sourceElement": "#4646", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4646", + "sourceElement": "#4646", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#5e:2f;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4747;:G;XTR;:H#:7,E", + "sourceElement": "#4747", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4747", + "sourceElement": "#4747", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#60:31;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4949;:G;XTR;:H#:7,E", + "sourceElement": "#4949", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4949", + "sourceElement": "#4949", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5f:30;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4848;:G;XTR;:H#:7,E", + "sourceElement": "#4848", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4848", + "sourceElement": "#4848", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#4a;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#4b;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#1d:1;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#43:1;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#4d;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#1d:4;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#43:4;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#4c;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#1d:2;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#43:2;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#1d:3;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#43:3;:H-9cc,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#46;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4f:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#47;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#52:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#49;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#52:3;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#48;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#52:2;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad18", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#1f;:H-9cc,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#59;:H-9cc,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#20;:H-9cc,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#61;:H-9cc,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#22;:H-9cc,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#63;:H-9cc,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#21;:H-9cc,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#62;:H-9cc,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch18", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "3f9d77793d7497e2cb3fa763c437ce1653db71cd335405c7452079abcd4691df", "shape": { + "area": 168.32000000000005, + "brepSha256": "a22d486238b89b0c4859e90752aa9a2f479966cc79b979b97689cf92cfca0e7c", "edges": 24, "faces": 12, + "geometryDigest": "2d5233507695621846d3d51212c3c101f501fb9a92729fa2a6d5e021544014c9", "solids": 1, "valid": true, + "vertices": 16, "volume": 104.32 }, "typeId": "PartDesign::Pocket" @@ -91764,31 +126300,32 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "0c5fe99abe2e174d04631c40504334a498d9871212f4cbe26debca107a1fbe76", - "text": "StringTableStart v1 69\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:He67,E\n-1.4c.1.2\n-1.0 0:;:He67,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:He67:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:He67:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:He67:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.0 0:;:He69,E\n-1.4c.1.12\n-1.0 0:;:He69,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:He69:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:He69:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:He69:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.-19.-1f\n-1.0 0:;:U;XTR;:He67:7,V\n-1.4c.1.16\n-1.4c.-1f.-13\n-1.4c.1f.14\n-1.4c.-1f.-12\n-1.4c.1f.13\n-1.4c.-1f.-11\n-1.4c.1f.12\n-1.0 0:;:U;XTR;:He67:7,E\n-1.4c.1.20\n-1.0 0:;:G0;XTR;:He67:8,F\n-1.4c.1.24\n-1.2c.-19.-11\n-1.0 0:;:U;XTR;:He69:7,V\n-1.4c.1.13\n-1.2c.-1c.-23\n-1.4c.1c.24\n-1.2c.-1c.-22\n-1.4c.1c.23\n-1.2c.-1c.-21\n-1.4c.1c.22\n-1.0 0:;:U;XTR;:He69:7,E\n-1.4c.1.1d\n-1.0 0:;:G0;XTR;:He69:8,F\n-1.4c.1.21\n" + "sha256": "f94c0e35733ec146f0b26c53c60925f4c3f4f055096ae750a664e457eee80a9b", + "text": "StringTableStart v1 68\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H9c9,E\n-1.4c.1.2\n-1.0 0:;:H9c9,V\n-5.0 0:;FAC;:H9c9:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H9c9:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H9c9:7,E\n-5.0 0:;:H9cb,E\n-1.4c.1.12\n-1.0 0:;:H9cb,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:H9cb:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H9cb:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H9cb:7,E\n-6.0 0:;:U;XTR;:H9c9:7,V\n-8.0 0:;:U;XTR;:H9c9:7,E\n-1.4c.1.20\n-1.0 0:;:G0;XTR;:H9c9:8,F\n-1.4c.1.24\n-1.2c.-19.-11\n-1.0 0:;:U;XTR;:H9cb:7,V\n-2.2c.1e.37\n-2.2c.0.2\n-2.2c.0.2\n-2.0 0:;:U;XTR;:H9cb:7,E\n-1.4c.1.1d\n-1.0 0:;:G0;XTR;:H9cb:8,F\n-1.4c.1.21\n-1.2c.-36.-22\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.19.17\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.-19.-1f\n-1.4c.1f.33\n-1.2c.-1f.-31\n-1.0 0:;:U2;XTR;:H9c9:8,V\n-1.4c.1.1c\n-1.2c.-43.-2f\n-1.2c.0.2\n-5.2c.2c.41\n-4.2c.-23.-4\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.23.2\n-1.2c.0.1\n-1.2c.0.1\n" } }, { + "category": "partdesign", "elementMapResources": { "Body19.Shape.Map.txt": { - "sha256": "26ef4e9fb707c30eb0987c43596b6c6207d19b5ca3458fd00bdce9bed7f91ee2", - "text": "BeginElementMap v1\n1 PostfixCount 9\nEdge\nFace\nVertex\n;:H7dc,V\n;:H7dc,F\n;:H7dc,E\n;:H-7de,E\n;:H-7de,V\n;:H-7de,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#28:2.7 0\n$#29:4.7 0\n$#1d:1.7 0\n$#43:1.7 0\n$#2b:8.7 0\n$#1d:4.7.b 0\n$#43:4.7.b.1d.26 0\n$#2a:6.7 0\n$#1d:2.7.b 0\n$#43:2.7.b.1d.26 0\n$#1d:3.7.b 0\n$#43:3.7.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#38:1.5 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:4.9.b.1d 0\n$#26:2.9.b.1d 0\n$#24:1.9 0\n$#45:1.9 0\n$#26:3.9.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#1f.8 $#39:3.8 0\n$#3b:2.8 0\n$#20.8 $#3c:5.8 0\n$#3d:4.8 0\n$#22.8 $#40:9.8 0\n$#41:8.8 0\n$#21.8 $#3e:7.8 0\n$#3f:6.8 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 2014 1 ;:H7de,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 12 2014 1 ;:H7de,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 2014 1 ;:H7de,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "79e50b560cde4affd65f610e33ae2d4ef04fd38d0e542bfe6b0663f64cadcdbd", + "text": "BeginElementMap v1\n1 PostfixCount 9\nEdge\nFace\nVertex\n;:Ha2e,F\n;:H-a30,E\n;:H-a30,V\n;:H-a30,F\n;:Ha2e,E\n;:Ha2e,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#5d:2e.8 0\n$#5e:2f.8 0\n$#d:1.8 0\n$#36:1.8 0\n$#60:31.8 0\n$#d:4.8.b 0\n$#36:4.8.b.d.16 0\n$#5f:30.8 0\n$#d:2.8.b 0\n$#36:2.8.b.d.16 0\n$#d:3.8.b 0\n$#36:3.8.b.d.16 0\n$#4a.5 0\n$#4b.5 0\n$#1d:1.5 0\n$#43:1.5 0\n$#4d.5 0\n$#1d:4.5.b 0\n$#43:4.5.b.1d.26 0\n$#4c.5 0\n$#1d:2.5.b 0\n$#43:2.5.b.1d.26 0\n$#1d:3.5.b 0\n$#43:3.5.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#38:1.4 0\n$#16:3.4.b.d 0\n$#26:1.7 0\n$#26:4.7.b.1d 0\n$#26:2.7.b.1d 0\n$#24:1.7 0\n$#45:1.7 0\n$#26:3.7.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#46.9 $#4e.9 0\n$#4f:1.9 0\n$#47.9 $#50.9 0\n$#52:1.9 0\n$#49.9 $#54.9 0\n$#52:3.9.b.d.16.36 0\n$#48.9 $#53.9 0\n$#52:2.9.b.d.16.36 0\n$#1f.6 $#39.6 0\n$#59.6 0\n$#20.6 $#3c.6 0\n$#61.6 0\n$#22.6 $#40.6 0\n$#63.6 0\n$#21.6 $#3e.6 0\n$#62.6 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 2608 1 ;:Ha30,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 12 2608 1 ;:Ha30,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 2608 1 ;:Ha30,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad19.AddSubShape.Map.txt": { - "sha256": "f9b1ea54eea4265b34db8be04b53b0c6d9b20a2c820be3828ed9747510b94441", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H7db:7,E\n;:G0;XTR;:H7db:8,F\n;:U;XTR;:H7db:7,E\n;:U;XTR;:H7db:7,V\n;:H7db,V\n;:H7db,E\n;:G;XTR;:H7db:7,F\n;FAC;:H7db:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "b8976a9d0291d7e5d8b61c64430d859036212bc766e28e06a35e17ddf75039c3", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:Ha2d:8,F\n;:U;XTR;:Ha2d:7,E\n;:Ha2d,V\n;:U2;XTR;:Ha2d:8,V\n;:U;XTR;:Ha2d:7,V\n;:G;XTR;:Ha2d:7,E\n;:Ha2d,E\n;:G;XTR;:Ha2d:7,F\n;FAC;:Ha2d:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#46.9 0\n$#47.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#48.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#49.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pad19.Shape.Map.txt": { - "sha256": "f3b399cafcfa16a0af5658136a9ffffc89130ea869e3a8ad9305560fdf191a4b", - "text": "BeginElementMap v1\n5 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H7db:7,E\n;:G0;XTR;:H7db:8,F\n;:U;XTR;:H7db:7,E\n;:U;XTR;:H7db:7,V\n;:H7db,V\n;:H7db,E\n;:G;XTR;:H7db:7,F\n;FAC;:H7db:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "84c8557783d649ba2f0848748c72b5eac5bbf63e54c8ad722c38cea51a8f7001", + "text": "BeginElementMap v1\n5 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:Ha2d:8,F\n;:U;XTR;:Ha2d:7,E\n;:Ha2d,V\n;:U2;XTR;:Ha2d:8,V\n;:U;XTR;:Ha2d:7,V\n;:G;XTR;:Ha2d:7,E\n;:Ha2d,E\n;:G;XTR;:Ha2d:7,F\n;FAC;:Ha2d:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#46.9 0\n$#47.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#48.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#49.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pocket19.AddSubShape.Map.txt": { - "sha256": "c4a4f7d10c31bb668dd0ee40ae054350a0f29825fadbf608a8f5c5ba6fcd4bcd", - "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H7dd:7,F\n;FAC;:H7dd:4,F\n;:G;XTR;:H7dd:7,E\n;:G0;XTR;:H7dd:8,F\n;:U;XTR;:H7dd:7,E\n;:U;XTR;:H7dd:7,V\n;:H7dd,V\n;:H7dd,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f:2.6 0\n$#20:4.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21:6.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22:8.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.a $#3.a 0\n$#28:2.9 0\n$#4.a $#5.a 0\n$#29:4.9 0\n$#6.a $#7.a 0\n$#2a:6.9 0\n$#8.a $#9.a 0\n$#2b:8.9 0\n\nEndMap\n" + "sha256": "261353523d7e55a2442c6373d14e2fa153c0c73434994f1791792e8bc48b7f66", + "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:Ha2f:7,F\n;FAC;:Ha2f:4,F\n;:G;XTR;:Ha2f:7,E\n;:G0;XTR;:Ha2f:8,F\n;:U;XTR;:Ha2f:7,E\n;:Ha2f,V\n;:U;XTR;:Ha2f:7,V\n;:Ha2f,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f.6 0\n$#20.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#4a.a 0\n$#4.9 $#5.9 0\n$#4b.a 0\n$#6.9 $#7.9 0\n$#4c.a 0\n$#8.9 $#9.9 0\n$#4d.a 0\n\nEndMap\n" }, "Pocket19.Shape.Map.txt": { - "sha256": "38eb7013963b48e57fdda04008d6593e3dd82bcb37490a97863ad1bfc30ac132", - "text": "BeginElementMap v1\n2 PostfixCount 9\nEdge\nFace\nVertex\n;:H7dc,V\n;:H7dc,F\n;:H7dc,E\n;:H-7de,E\n;:H-7de,V\n;:H-7de,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#28:2.7 0\n$#29:4.7 0\n$#1d:1.7 0\n$#43:1.7 0\n$#2b:8.7 0\n$#1d:4.7.b 0\n$#43:4.7.b.1d.26 0\n$#2a:6.7 0\n$#1d:2.7.b 0\n$#43:2.7.b.1d.26 0\n$#1d:3.7.b 0\n$#43:3.7.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#38:1.5 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:4.9.b.1d 0\n$#26:2.9.b.1d 0\n$#24:1.9 0\n$#45:1.9 0\n$#26:3.9.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#1f.8 $#39:3.8 0\n$#3b:2.8 0\n$#20.8 $#3c:5.8 0\n$#3d:4.8 0\n$#22.8 $#40:9.8 0\n$#41:8.8 0\n$#21.8 $#3e:7.8 0\n$#3f:6.8 0\n\nEndMap\n" + "sha256": "50c0f5b972be55c987a3e846213c4274d92f7ce4f5e16d0d8223aba6029689fd", + "text": "BeginElementMap v1\n2 PostfixCount 9\nEdge\nFace\nVertex\n;:Ha2e,F\n;:H-a30,E\n;:H-a30,V\n;:H-a30,F\n;:Ha2e,E\n;:Ha2e,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#5d:2e.8 0\n$#5e:2f.8 0\n$#d:1.8 0\n$#36:1.8 0\n$#60:31.8 0\n$#d:4.8.b 0\n$#36:4.8.b.d.16 0\n$#5f:30.8 0\n$#d:2.8.b 0\n$#36:2.8.b.d.16 0\n$#d:3.8.b 0\n$#36:3.8.b.d.16 0\n$#4a.5 0\n$#4b.5 0\n$#1d:1.5 0\n$#43:1.5 0\n$#4d.5 0\n$#1d:4.5.b 0\n$#43:4.5.b.1d.26 0\n$#4c.5 0\n$#1d:2.5.b 0\n$#43:2.5.b.1d.26 0\n$#1d:3.5.b 0\n$#43:3.5.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 13\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#38:1.4 0\n$#16:3.4.b.d 0\n$#26:1.7 0\n$#26:4.7.b.1d 0\n$#26:2.7.b.1d 0\n$#24:1.7 0\n$#45:1.7 0\n$#26:3.7.b.1d 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#46.9 $#4e.9 0\n$#4f:1.9 0\n$#47.9 $#50.9 0\n$#52:1.9 0\n$#49.9 $#54.9 0\n$#52:3.9.b.d.16.36 0\n$#48.9 $#53.9 0\n$#52:2.9.b.d.16.36 0\n$#1f.6 $#39.6 0\n$#59.6 0\n$#20.6 $#3c.6 0\n$#61.6 0\n$#22.6 $#40.6 0\n$#63.6 0\n$#21.6 $#3e.6 0\n$#62.6 0\n\nEndMap\n" }, "PocketSketch19.Shape.Map.txt": { "sha256": "1ed561710b6beacd691b5c137e89026185121dd34f9665cf426096572e48efa0", @@ -91801,6 +126338,753 @@ }, "finalObject": "Pocket19", "id": "partdesign-pocket-taper", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pocket19", + "finalStageOrdinal": 11, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad19", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9, + 11 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9, + 11 + ], + "namingChangedStages": 3, + "namingRestorationDriftOrdinals": [ + 0, + 9, + 11 + ], + "namingRestorationDriftStages": 3, + "phaseStageRecords": 36, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 12 + }, + "phases": { + "before": [ + { + "key": "partdesign-pocket-taper:000:Body19", + "name": "Body19", + "ordinal": 0, + "relationDigest": "494919ef8cb58fb91b0e70a2b8d9267fd3ea0b03dd0258960195897dc97b6a42", + "semanticNameDigest": "580dc1c84a5e55dbe8baacfd236de60dd459903b7759379357caa7996cc7e67d", + "shape": { + "area": 234.32000000000002, + "brepSha256": "b62707598c03005f6d65ffa77f5c33dcc380e5a2051b6b581d1816d249d33a16", + "edges": 24, + "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 192.32 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-taper:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-taper:008:Sketch19", + "name": "Sketch19", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:009:Pad19", + "name": "Pad19", + "ordinal": 9, + "relationDigest": "196a584de7bdfd5f261977034159e7c37ae79033adf747df0edf80dd43fd4d8e", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 209.99999999999997, + "brepSha256": "f30d9bcb1fd9e0a59ddf8bbcb2b707c3fc99a995824beee026eb73acee4901e8", + "edges": 12, + "faces": 6, + "geometryDigest": "4d9bac34ef00223e0ad79ac8343db5ad41db344865e328d2af08af39e54d6cdc", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 199.99999999999994 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-taper:010:PocketSketch19", + "name": "PocketSketch19", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:011:Pocket19", + "name": "Pocket19", + "ordinal": 11, + "relationDigest": "e6286b891a04b93d1d27a55b01d41f15b1dd5baeaa36cfc9d4648c76accdfc54", + "semanticNameDigest": "d45355a3faeb4b448f8ce2237a15bc83f53bbe6d5f67844b827799c848dfba1c", + "shape": { + "area": 234.32000000000002, + "brepSha256": "cc79e0dab4e322db97ed2042207fb127aa33964f64067056757bd60cbfbbcc04", + "edges": 24, + "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 192.32 + }, + "typeId": "PartDesign::Pocket" + } + ], + "edited": [ + { + "key": "partdesign-pocket-taper:000:Body19", + "name": "Body19", + "ordinal": 0, + "relationDigest": "e68a28e936230302819888453468b0ce8dc2701a9e75c866ff6414e2e004b0ed", + "semanticNameDigest": "659de1b264c7d7f6a1b1230bbcffddcf0ca686ead3a97edca6402c489f709bc3", + "shape": { + "area": 249.32000000000002, + "brepSha256": "f0cb55dd5efd4f12e421006ba28b4af682944d1b182b7f0845d9c2b86371d87d", + "edges": 24, + "faces": 12, + "geometryDigest": "90eadfc7f0435be3e16d7311111443f4fddc5df89ceff54539d8257dbe22d96a", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 211.06999999999994 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-taper:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-taper:008:Sketch19", + "name": "Sketch19", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:009:Pad19", + "name": "Pad19", + "ordinal": 9, + "relationDigest": "2879e8881b895a8c8182a6018834453c036fde9483ba649e36cb98b3d90c5682", + "semanticNameDigest": "14b22a1488b0ec4a49010c5a65a0cdb568599add0570eae14ebe3a08579fbed0", + "shape": { + "area": 224.99999999999997, + "brepSha256": "94a87458428b3d1f2decd18f03fe005440ed875a1ac0e0c952f252d85a160ad0", + "edges": 12, + "faces": 6, + "geometryDigest": "14a7d2af0ccc862011b83efa94b5a31de96ed928c5e2da9fc5e6c7bc27847dce", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 218.75 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-taper:010:PocketSketch19", + "name": "PocketSketch19", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:011:Pocket19", + "name": "Pocket19", + "ordinal": 11, + "relationDigest": "13bdb2390b9191750e95792cd0b41ea34ee2b8170e6791a1513e0da877bd8c77", + "semanticNameDigest": "64aedd6a138ba879179e741a625884bb4fd83449ab57b11832e500b7c9fb712f", + "shape": { + "area": 249.32000000000002, + "brepSha256": "f641922e3fafed85dbbf7bb6c2718494baaf4ec1ab5c14ad0c1049e412a37bc1", + "edges": 24, + "faces": 12, + "geometryDigest": "90eadfc7f0435be3e16d7311111443f4fddc5df89ceff54539d8257dbe22d96a", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 211.06999999999994 + }, + "typeId": "PartDesign::Pocket" + } + ], + "restored": [ + { + "key": "partdesign-pocket-taper:000:Body19", + "name": "Body19", + "ordinal": 0, + "relationDigest": "7ac48255312af69f45b240feb6e2485d81097a8478eb4e61a227812d9d483b0d", + "semanticNameDigest": "d0a87438a01563d7077b011624fb5a10d60f3914fdc9540171bb833a614d1e53", + "shape": { + "area": 234.32000000000002, + "brepSha256": "b62707598c03005f6d65ffa77f5c33dcc380e5a2051b6b581d1816d249d33a16", + "edges": 24, + "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 192.32 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-taper:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-taper:008:Sketch19", + "name": "Sketch19", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", + "edges": 4, + "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:009:Pad19", + "name": "Pad19", + "ordinal": 9, + "relationDigest": "7c7844f8ec2ee61487968f0ee99c93ef080468b1670dfbbd4e16fda3327ba051", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "shape": { + "area": 209.99999999999997, + "brepSha256": "f30d9bcb1fd9e0a59ddf8bbcb2b707c3fc99a995824beee026eb73acee4901e8", + "edges": 12, + "faces": 6, + "geometryDigest": "4d9bac34ef00223e0ad79ac8343db5ad41db344865e328d2af08af39e54d6cdc", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 199.99999999999994 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-taper:010:PocketSketch19", + "name": "PocketSketch19", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:011:Pocket19", + "name": "Pocket19", + "ordinal": 11, + "relationDigest": "f78a86217cd5baac5c480052f092bc7dad9ae743002b1f1ec81adba0451e6c5e", + "semanticNameDigest": "b199cc1fb725b8269da79831c777bd817683c218387ff70e19e61865106aa96e", + "shape": { + "area": 234.32000000000002, + "brepSha256": "cc79e0dab4e322db97ed2042207fb127aa33964f64067056757bd60cbfbbcc04", + "edges": 24, + "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 192.32 + }, + "typeId": "PartDesign::Pocket" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 8, + "edited": 8.75, + "restored": 8 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -91810,27 +127094,34 @@ "elementMapSize": 52, "elementMapVersion": "15.70200.5", "label": "Body19", + "linkedObjects": [ + "Origin", + "Pad19", + "Pocket19", + "PocketSketch19", + "Sketch19" + ], "name": "Body19", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:H7dc,F;:H7de,F", + "mappedName": "#16:1;:Ha2e,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:1;:H7dc,F", + "mappedName": "#16:1;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H7db,E" + "#b:1;:Ha2d,E" ], - "mappedName": "#d:1;:G;XTR;:H7db:7,F", + "mappedName": "#d:1;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -91845,7 +127136,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:H7dc,F;:H7de,F", + "mappedName": "#16:1;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 22 ], @@ -91855,21 +127146,21 @@ "history": [ { "children": [], - "mappedName": "#16:4;:H7dc,F;:H7de,F", + "mappedName": "#16:4;:Ha2e,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:4;:H7dc,F", + "mappedName": "#16:4;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:H7db,E" + "#b:4;:Ha2d,E" ], - "mappedName": "#d:4;:G;XTR;:H7db:7,F", + "mappedName": "#d:4;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -91886,7 +127177,7 @@ 13, 22 ], - "mappedName": "#16:4;:H7dc,F;:H7de,F", + "mappedName": "#16:4;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 11, 13, @@ -91898,21 +127189,21 @@ "history": [ { "children": [], - "mappedName": "#16:2;:H7dc,F;:H7de,F", + "mappedName": "#16:2;:Ha2e,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:2;:H7dc,F", + "mappedName": "#16:2;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:H7db,E" + "#b:2;:Ha2d,E" ], - "mappedName": "#d:2;:G;XTR;:H7db:7,F", + "mappedName": "#d:2;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -91929,7 +127220,7 @@ 13, 22 ], - "mappedName": "#16:2;:H7dc,F;:H7de,F", + "mappedName": "#16:2;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 11, 13, @@ -91941,21 +127232,21 @@ "history": [ { "children": [], - "mappedName": "#14:1;:H7dc,F;:H7de,F", + "mappedName": "#14:1;:Ha2e,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#14:1;:H7dc,F", + "mappedName": "#14:1;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H7db,E" + "#b:1;:Ha2d,E" ], - "mappedName": "#d:1;FAC;:H7db:4,F", + "mappedName": "#d:1;FAC;:Ha2d:4,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -91970,7 +127261,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:H7dc,F;:H7de,F", + "mappedName": "#14:1;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 20 ], @@ -91980,22 +127271,22 @@ "history": [ { "children": [], - "mappedName": "#38:1;:H7dc,F;:H7de,F", + "mappedName": "#38:1;:Ha2e,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#38:1;:H7dc,F", + "mappedName": "#38:1;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:H7db:4,F", - "#b:1;:H7db,E" + "#d:1;FAC;:Ha2d:4,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#14:1;:G0;XTR;:H7db:8,F", + "mappedName": "#14:1;:G0;XTR;:Ha2d:8,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92010,7 +127301,7 @@ "indexedStringIds": [ 56 ], - "mappedName": "#38:1;:H7dc,F;:H7de,F", + "mappedName": "#38:1;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 56 ], @@ -92020,21 +127311,21 @@ "history": [ { "children": [], - "mappedName": "#16:3;:H7dc,F;:H7de,F", + "mappedName": "#16:3;:Ha2e,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:3;:H7dc,F", + "mappedName": "#16:3;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:H7db,E" + "#b:3;:Ha2d,E" ], - "mappedName": "#d:3;:G;XTR;:H7db:7,F", + "mappedName": "#d:3;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92051,7 +127342,7 @@ 13, 22 ], - "mappedName": "#16:3;:H7dc,F;:H7de,F", + "mappedName": "#16:3;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 11, 13, @@ -92063,18 +127354,18 @@ "history": [ { "children": [ - "#26:1;:H-7de,F" + "#26:1;:H-a30,F" ], - "mappedName": "#26:1;:H-7de,F;:H7de,F", + "mappedName": "#26:1;:H-a30,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;:G;XTR;:H7dd:7,F", - "#b:1;:H7dd,E" + "#1d:1;:G;XTR;:Ha2f:7,F", + "#b:1;:Ha2f,E" ], - "mappedName": "#26:1;:H-7de,F", + "mappedName": "#26:1;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -92089,7 +127380,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:H-7de,F;:H7de,F", + "mappedName": "#26:1;:H-a30,F;:Ha30,F", "mappedStringIds": [ 38 ], @@ -92099,18 +127390,18 @@ "history": [ { "children": [ - "#26:4;:H-7de,F" + "#26:4;:H-a30,F" ], - "mappedName": "#26:4;:H-7de,F;:H7de,F", + "mappedName": "#26:4;:H-a30,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:4;:G;XTR;:H7dd:7,F", - "#b:4;:H7dd,E" + "#1d:4;:G;XTR;:Ha2f:7,F", + "#b:4;:Ha2f,E" ], - "mappedName": "#26:4;:H-7de,F", + "mappedName": "#26:4;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -92127,7 +127418,7 @@ 29, 38 ], - "mappedName": "#26:4;:H-7de,F;:H7de,F", + "mappedName": "#26:4;:H-a30,F;:Ha30,F", "mappedStringIds": [ 11, 29, @@ -92139,18 +127430,18 @@ "history": [ { "children": [ - "#26:2;:H-7de,F" + "#26:2;:H-a30,F" ], - "mappedName": "#26:2;:H-7de,F;:H7de,F", + "mappedName": "#26:2;:H-a30,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:2;:G;XTR;:H7dd:7,F", - "#b:2;:H7dd,E" + "#1d:2;:G;XTR;:Ha2f:7,F", + "#b:2;:Ha2f,E" ], - "mappedName": "#26:2;:H-7de,F", + "mappedName": "#26:2;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -92167,7 +127458,7 @@ 29, 38 ], - "mappedName": "#26:2;:H-7de,F;:H7de,F", + "mappedName": "#26:2;:H-a30,F;:Ha30,F", "mappedStringIds": [ 11, 29, @@ -92179,18 +127470,18 @@ "history": [ { "children": [ - "#24:1;:H-7de,F" + "#24:1;:H-a30,F" ], - "mappedName": "#24:1;:H-7de,F;:H7de,F", + "mappedName": "#24:1;:H-a30,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;FAC;:H7dd:4,F", - "#b:1;:H7dd,E" + "#1d:1;FAC;:Ha2f:4,F", + "#b:1;:Ha2f,E" ], - "mappedName": "#24:1;:H-7de,F", + "mappedName": "#24:1;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -92205,7 +127496,7 @@ "indexedStringIds": [ 36 ], - "mappedName": "#24:1;:H-7de,F;:H7de,F", + "mappedName": "#24:1;:H-a30,F;:Ha30,F", "mappedStringIds": [ 36 ], @@ -92215,19 +127506,19 @@ "history": [ { "children": [ - "#45:1;:H-7de,F" + "#45:1;:H-a30,F" ], - "mappedName": "#45:1;:H-7de,F;:H7de,F", + "mappedName": "#45:1;:H-a30,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#24:1;:G0;XTR;:H7dd:8,F", - "#1d:1;FAC;:H7dd:4,F", - "#b:1;:H7dd,E" + "#24:1;:G0;XTR;:Ha2f:8,F", + "#1d:1;FAC;:Ha2f:4,F", + "#b:1;:Ha2f,E" ], - "mappedName": "#45:1;:H-7de,F", + "mappedName": "#45:1;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -92242,7 +127533,7 @@ "indexedStringIds": [ 69 ], - "mappedName": "#45:1;:H-7de,F;:H7de,F", + "mappedName": "#45:1;:H-a30,F;:Ha30,F", "mappedStringIds": [ 69 ], @@ -92252,18 +127543,18 @@ "history": [ { "children": [ - "#26:3;:H-7de,F" + "#26:3;:H-a30,F" ], - "mappedName": "#26:3;:H-7de,F;:H7de,F", + "mappedName": "#26:3;:H-a30,F;:Ha30,F", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:3;:G;XTR;:H7dd:7,F", - "#b:3;:H7dd,E" + "#1d:3;:G;XTR;:Ha2f:7,F", + "#b:3;:Ha2f,E" ], - "mappedName": "#26:3;:H-7de,F", + "mappedName": "#26:3;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -92280,7 +127571,7 @@ 29, 38 ], - "mappedName": "#26:3;:H-7de,F;:H7de,F", + "mappedName": "#26:3;:H-a30,F;:Ha30,F", "mappedStringIds": [ 11, 29, @@ -92292,38 +127583,36 @@ "history": [ { "children": [], - "mappedName": "#18:1;:H7dc,E;:H7de,E", + "mappedName": "#5d:2e;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#18:1;:H7dc,E", + "mappedName": "#5d:2e;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:H7db,V" - ], - "mappedName": "#f:1;:G;XTR;:H7db:7,E", + "children": [], + "mappedName": "#4646;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], - "mappedName": "#18:1;:H7dc,E;:H7de,E", + "mappedName": "#5d:2e;:Ha2e,E;:Ha30,E", "mappedStringIds": [ - 24 + 93 ], "name": "Edge1" }, @@ -92331,38 +127620,36 @@ "history": [ { "children": [], - "mappedName": "#19:2;:H7dc,E;:H7de,E", + "mappedName": "#5e:2f;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#19:2;:H7dc,E", + "mappedName": "#5e:2f;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:H7db,V" - ], - "mappedName": "#10:2;:G;XTR;:H7db:7,E", + "children": [], + "mappedName": "#4747;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], - "mappedName": "#19:2;:H7dc,E;:H7de,E", + "mappedName": "#5e:2f;:Ha2e,E;:Ha30,E", "mappedStringIds": [ - 25 + 94 ], "name": "Edge2" }, @@ -92370,19 +127657,19 @@ "history": [ { "children": [], - "mappedName": "#d:1;:H7dc,E;:H7de,E", + "mappedName": "#d:1;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:1;:H7dc,E", + "mappedName": "#d:1;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:H7db,E", + "mappedName": "#b:1;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92397,7 +127684,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:H7dc,E;:H7de,E", + "mappedName": "#d:1;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 13 ], @@ -92407,22 +127694,22 @@ "history": [ { "children": [], - "mappedName": "#36:1;:H7dc,E;:H7de,E", + "mappedName": "#36:1;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:1;:H7dc,E", + "mappedName": "#36:1;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:H7db:7,F", - "#b:1;:H7db,E" + "#d:1;:G;XTR;:Ha2d:7,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#16:1;:U;XTR;:H7db:7,E", + "mappedName": "#16:1;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92437,7 +127724,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:H7dc,E;:H7de,E", + "mappedName": "#36:1;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 54 ], @@ -92447,38 +127734,36 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:H7dc,E;:H7de,E", + "mappedName": "#60:31;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1b:2;:H7dc,E", + "mappedName": "#60:31;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:H7db,V" - ], - "mappedName": "#12:2;:G;XTR;:H7db:7,E", + "children": [], + "mappedName": "#4949;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], - "mappedName": "#1b:2;:H7dc,E;:H7de,E", + "mappedName": "#60:31;:Ha2e,E;:Ha30,E", "mappedStringIds": [ - 27 + 96 ], "name": "Edge5" }, @@ -92486,19 +127771,19 @@ "history": [ { "children": [], - "mappedName": "#d:4;:H7dc,E;:H7de,E", + "mappedName": "#d:4;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:4;:H7dc,E", + "mappedName": "#d:4;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:H7db,E", + "mappedName": "#b:4;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92514,7 +127799,7 @@ 11, 13 ], - "mappedName": "#d:4;:H7dc,E;:H7de,E", + "mappedName": "#d:4;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13 @@ -92525,22 +127810,22 @@ "history": [ { "children": [], - "mappedName": "#36:4;:H7dc,E;:H7de,E", + "mappedName": "#36:4;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:4;:H7dc,E", + "mappedName": "#36:4;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:H7db:7,F", - "#b:4;:H7db,E" + "#d:4;:G;XTR;:Ha2d:7,F", + "#b:4;:Ha2d,E" ], - "mappedName": "#16:4;:U;XTR;:H7db:7,E", + "mappedName": "#16:4;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92558,7 +127843,7 @@ 22, 54 ], - "mappedName": "#36:4;:H7dc,E;:H7de,E", + "mappedName": "#36:4;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13, @@ -92571,38 +127856,36 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:H7dc,E;:H7de,E", + "mappedName": "#5f:30;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1a:2;:H7dc,E", + "mappedName": "#5f:30;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:H7db,V" - ], - "mappedName": "#11:2;:G;XTR;:H7db:7,E", + "children": [], + "mappedName": "#4848;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], - "mappedName": "#1a:2;:H7dc,E;:H7de,E", + "mappedName": "#5f:30;:Ha2e,E;:Ha30,E", "mappedStringIds": [ - 26 + 95 ], "name": "Edge8" }, @@ -92610,19 +127893,19 @@ "history": [ { "children": [], - "mappedName": "#d:2;:H7dc,E;:H7de,E", + "mappedName": "#d:2;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:2;:H7dc,E", + "mappedName": "#d:2;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:H7db,E", + "mappedName": "#b:2;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92638,7 +127921,7 @@ 11, 13 ], - "mappedName": "#d:2;:H7dc,E;:H7de,E", + "mappedName": "#d:2;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13 @@ -92649,22 +127932,22 @@ "history": [ { "children": [], - "mappedName": "#36:2;:H7dc,E;:H7de,E", + "mappedName": "#36:2;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:2;:H7dc,E", + "mappedName": "#36:2;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:H7db:7,F", - "#b:2;:H7db,E" + "#d:2;:G;XTR;:Ha2d:7,F", + "#b:2;:Ha2d,E" ], - "mappedName": "#16:2;:U;XTR;:H7db:7,E", + "mappedName": "#16:2;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92682,7 +127965,7 @@ 22, 54 ], - "mappedName": "#36:2;:H7dc,E;:H7de,E", + "mappedName": "#36:2;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13, @@ -92695,19 +127978,19 @@ "history": [ { "children": [], - "mappedName": "#d:3;:H7dc,E;:H7de,E", + "mappedName": "#d:3;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:3;:H7dc,E", + "mappedName": "#d:3;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:H7db,E", + "mappedName": "#b:3;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92723,7 +128006,7 @@ 11, 13 ], - "mappedName": "#d:3;:H7dc,E;:H7de,E", + "mappedName": "#d:3;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13 @@ -92734,22 +128017,22 @@ "history": [ { "children": [], - "mappedName": "#36:3;:H7dc,E;:H7de,E", + "mappedName": "#36:3;:Ha2e,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:3;:H7dc,E", + "mappedName": "#36:3;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:H7db:7,F", - "#b:3;:H7db,E" + "#d:3;:G;XTR;:Ha2d:7,F", + "#b:3;:Ha2d,E" ], - "mappedName": "#16:3;:U;XTR;:H7db:7,E", + "mappedName": "#16:3;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -92767,7 +128050,7 @@ 22, 54 ], - "mappedName": "#36:3;:H7dc,E;:H7de,E", + "mappedName": "#36:3;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13, @@ -92780,36 +128063,35 @@ "history": [ { "children": [ - "#28:2;:H-7de,E" + "#4a;:H-a30,E" ], - "mappedName": "#28:2;:H-7de,E;:H7de,E", + "mappedName": "#4a;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#1f:2;:G;XTR;:H7dd:7,E", - "#22;:H7dd,V", - "#8;:H7dd,V" + "#1f;:G;XTR;:Ha2f:7,E", + "#2;:Ha2f,V" ], - "mappedName": "#28:2;:H-7de,E", + "mappedName": "#4a;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], - "mappedName": "#28:2;:H-7de,E;:H7de,E", + "mappedName": "#4a;:H-a30,E;:Ha30,E", "mappedStringIds": [ - 40 + 74 ], "name": "Edge13" }, @@ -92817,30 +128099,35 @@ "history": [ { "children": [ - "#29:4;:H-7de,E" + "#4b;:H-a30,E" ], - "mappedName": "#29:4;:H-7de,E;:H7de,E", + "mappedName": "#4b;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#20:4;:G;XTR;:H7dd:7,E", - "#44;:H7dd,V", - ";:G0;XTR;:H7dd:8,F" + "#20;:G;XTR;:Ha2f:7,E", + "#4;:Ha2f,V" ], - "mappedName": "#29:4;:H-7de,E", + "mappedName": "#4b;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch19", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], - "mappedName": "#29:4;:H-7de,E;:H7de,E", + "mappedName": "#4b;:H-a30,E;:Ha30,E", "mappedStringIds": [ - 41 + 75 ], "name": "Edge14" }, @@ -92848,17 +128135,17 @@ "history": [ { "children": [ - "#1d:1;:H-7de,E" + "#1d:1;:H-a30,E" ], - "mappedName": "#1d:1;:H-7de,E;:H7de,E", + "mappedName": "#1d:1;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:H7dd,E" + "#b:1;:Ha2f,E" ], - "mappedName": "#1d:1;:H-7de,E", + "mappedName": "#1d:1;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -92873,7 +128160,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:H-7de,E;:H7de,E", + "mappedName": "#1d:1;:H-a30,E;:Ha30,E", "mappedStringIds": [ 29 ], @@ -92883,19 +128170,19 @@ "history": [ { "children": [ - "#43:1;:H-7de,E" + "#43:1;:H-a30,E" ], - "mappedName": "#43:1;:H-7de,E;:H7de,E", + "mappedName": "#43:1;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#26:1;:U;XTR;:H7dd:7,E", - "#1d:1;:G;XTR;:H7dd:7,F", - "#b:1;:H7dd,E" + "#26:1;:U;XTR;:Ha2f:7,E", + "#1d:1;:G;XTR;:Ha2f:7,F", + "#b:1;:Ha2f,E" ], - "mappedName": "#43:1;:H-7de,E", + "mappedName": "#43:1;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -92910,7 +128197,7 @@ "indexedStringIds": [ 67 ], - "mappedName": "#43:1;:H-7de,E;:H7de,E", + "mappedName": "#43:1;:H-a30,E;:Ha30,E", "mappedStringIds": [ 67 ], @@ -92920,35 +128207,35 @@ "history": [ { "children": [ - "#2b:8;:H-7de,E" + "#4d;:H-a30,E" ], - "mappedName": "#2b:8;:H-7de,E;:H7de,E", + "mappedName": "#4d;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#22:8;:G;XTR;:H7dd:7,E", - "#88;:H7dd,V" + "#22;:G;XTR;:Ha2f:7,E", + "#8;:Ha2f,V" ], - "mappedName": "#2b:8;:H-7de,E", + "mappedName": "#4d;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], - "mappedName": "#2b:8;:H-7de,E;:H7de,E", + "mappedName": "#4d;:H-a30,E;:Ha30,E", "mappedStringIds": [ - 43 + 77 ], "name": "Edge17" }, @@ -92956,17 +128243,17 @@ "history": [ { "children": [ - "#1d:4;:H-7de,E" + "#1d:4;:H-a30,E" ], - "mappedName": "#1d:4;:H-7de,E;:H7de,E", + "mappedName": "#1d:4;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:H7dd,E" + "#b:4;:Ha2f,E" ], - "mappedName": "#1d:4;:H-7de,E", + "mappedName": "#1d:4;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -92982,7 +128269,7 @@ 11, 29 ], - "mappedName": "#1d:4;:H-7de,E;:H7de,E", + "mappedName": "#1d:4;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29 @@ -92993,19 +128280,19 @@ "history": [ { "children": [ - "#43:4;:H-7de,E" + "#43:4;:H-a30,E" ], - "mappedName": "#43:4;:H-7de,E;:H7de,E", + "mappedName": "#43:4;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#26:4;:U;XTR;:H7dd:7,E", - "#1d:4;:G;XTR;:H7dd:7,F", - "#b:4;:H7dd,E" + "#26:4;:U;XTR;:Ha2f:7,E", + "#1d:4;:G;XTR;:Ha2f:7,F", + "#b:4;:Ha2f,E" ], - "mappedName": "#43:4;:H-7de,E", + "mappedName": "#43:4;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -93023,7 +128310,7 @@ 38, 67 ], - "mappedName": "#43:4;:H-7de,E;:H7de,E", + "mappedName": "#43:4;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29, @@ -93036,35 +128323,35 @@ "history": [ { "children": [ - "#2a:6;:H-7de,E" + "#4c;:H-a30,E" ], - "mappedName": "#2a:6;:H-7de,E;:H7de,E", + "mappedName": "#4c;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#21:6;:G;XTR;:H7dd:7,E", - "#66;:H7dd,V" + "#21;:G;XTR;:Ha2f:7,E", + "#6;:Ha2f,V" ], - "mappedName": "#2a:6;:H-7de,E", + "mappedName": "#4c;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], - "mappedName": "#2a:6;:H-7de,E;:H7de,E", + "mappedName": "#4c;:H-a30,E;:Ha30,E", "mappedStringIds": [ - 42 + 76 ], "name": "Edge20" }, @@ -93072,17 +128359,17 @@ "history": [ { "children": [ - "#1d:2;:H-7de,E" + "#1d:2;:H-a30,E" ], - "mappedName": "#1d:2;:H-7de,E;:H7de,E", + "mappedName": "#1d:2;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:H7dd,E" + "#b:2;:Ha2f,E" ], - "mappedName": "#1d:2;:H-7de,E", + "mappedName": "#1d:2;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -93098,7 +128385,7 @@ 11, 29 ], - "mappedName": "#1d:2;:H-7de,E;:H7de,E", + "mappedName": "#1d:2;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29 @@ -93109,19 +128396,19 @@ "history": [ { "children": [ - "#43:2;:H-7de,E" + "#43:2;:H-a30,E" ], - "mappedName": "#43:2;:H-7de,E;:H7de,E", + "mappedName": "#43:2;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#26:2;:U;XTR;:H7dd:7,E", - "#1d:2;:G;XTR;:H7dd:7,F", - "#b:2;:H7dd,E" + "#26:2;:U;XTR;:Ha2f:7,E", + "#1d:2;:G;XTR;:Ha2f:7,F", + "#b:2;:Ha2f,E" ], - "mappedName": "#43:2;:H-7de,E", + "mappedName": "#43:2;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -93139,7 +128426,7 @@ 38, 67 ], - "mappedName": "#43:2;:H-7de,E;:H7de,E", + "mappedName": "#43:2;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29, @@ -93152,17 +128439,17 @@ "history": [ { "children": [ - "#1d:3;:H-7de,E" + "#1d:3;:H-a30,E" ], - "mappedName": "#1d:3;:H-7de,E;:H7de,E", + "mappedName": "#1d:3;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:H7dd,E" + "#b:3;:Ha2f,E" ], - "mappedName": "#1d:3;:H-7de,E", + "mappedName": "#1d:3;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -93178,7 +128465,7 @@ 11, 29 ], - "mappedName": "#1d:3;:H-7de,E;:H7de,E", + "mappedName": "#1d:3;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29 @@ -93189,19 +128476,19 @@ "history": [ { "children": [ - "#43:3;:H-7de,E" + "#43:3;:H-a30,E" ], - "mappedName": "#43:3;:H-7de,E;:H7de,E", + "mappedName": "#43:3;:H-a30,E;:Ha30,E", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#26:3;:U;XTR;:H7dd:7,E", - "#1d:3;:G;XTR;:H7dd:7,F", - "#b:3;:H7dd,E" + "#26:3;:U;XTR;:Ha2f:7,E", + "#1d:3;:G;XTR;:Ha2f:7,F", + "#b:3;:Ha2f,E" ], - "mappedName": "#43:3;:H-7de,E", + "mappedName": "#43:3;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -93219,7 +128506,7 @@ 38, 67 ], - "mappedName": "#43:3;:H-7de,E;:H7de,E", + "mappedName": "#43:3;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29, @@ -93232,36 +128519,36 @@ "history": [ { "children": [], - "mappedName": "#f:1;:H7dc,V;:H7de,V", + "mappedName": "#46;:Ha2e,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#f:1;:H7dc,V", + "mappedName": "#46;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:H7db,V", + "mappedName": "#2;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], - "mappedName": "#f:1;:H7dc,V;:H7de,V", + "mappedName": "#46;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 15 + 70 ], "name": "Vertex1" }, @@ -93269,39 +128556,40 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:H7dc,V;:H7de,V", + "mappedName": "#4f:1;:Ha2e,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2e:1;:H7dc,V", + "mappedName": "#4f:1;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:H7db:7,E", - "#2:1;:H7db,V" + "#16:1;:U;XTR;:Ha2d:7,E", + "#d:1;:G;XTR;:Ha2d:7,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#18:1;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U;XTR;:Ha2d:7,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], - "mappedName": "#2e:1;:H7dc,V;:H7de,V", + "mappedName": "#4f:1;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 46 + 79 ], "name": "Vertex2" }, @@ -93309,36 +128597,36 @@ "history": [ { "children": [], - "mappedName": "#10:2;:H7dc,V;:H7de,V", + "mappedName": "#47;:Ha2e,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#10:2;:H7dc,V", + "mappedName": "#47;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:H7db,V", + "mappedName": "#4;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], - "mappedName": "#10:2;:H7dc,V;:H7de,V", + "mappedName": "#47;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 16 + 71 ], "name": "Vertex3" }, @@ -93346,39 +128634,40 @@ "history": [ { "children": [], - "mappedName": "#30:2;:H7dc,V;:H7de,V", + "mappedName": "#52:1;:Ha2e,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#30:2;:H7dc,V", + "mappedName": "#52:1;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:H7db:7,E", - "#4:2;:H7db,V" + "#16:1;:U;XTR;:Ha2d:7,E", + "#d:1;:G;XTR;:Ha2d:7,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#19:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U2;XTR;:Ha2d:8,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], - "mappedName": "#30:2;:H7dc,V;:H7de,V", + "mappedName": "#52:1;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 48 + 82 ], "name": "Vertex4" }, @@ -93386,36 +128675,36 @@ "history": [ { "children": [], - "mappedName": "#12:2;:H7dc,V;:H7de,V", + "mappedName": "#49;:Ha2e,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#12:2;:H7dc,V", + "mappedName": "#49;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:H7db,V", + "mappedName": "#8;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], - "mappedName": "#12:2;:H7dc,V;:H7de,V", + "mappedName": "#49;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 18 + 73 ], "name": "Vertex5" }, @@ -93423,39 +128712,48 @@ "history": [ { "children": [], - "mappedName": "#34:2;:H7dc,V;:H7de,V", + "mappedName": "#52:3;:Ha2e,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#34:2;:H7dc,V", + "mappedName": "#52:3;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:H7db:7,E", - "#8:2;:H7db,V" + "#16:3;:U;XTR;:Ha2d:7,E", + "#d:3;:G;XTR;:Ha2d:7,F", + "#b:3;:Ha2d,E" ], - "mappedName": "#1b:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:3;:U2;XTR;:Ha2d:8,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#34:2;:H7dc,V;:H7de,V", + "mappedName": "#52:3;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex6" }, @@ -93463,36 +128761,36 @@ "history": [ { "children": [], - "mappedName": "#11:2;:H7dc,V;:H7de,V", + "mappedName": "#48;:Ha2e,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#11:2;:H7dc,V", + "mappedName": "#48;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:H7db,V", + "mappedName": "#6;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], - "mappedName": "#11:2;:H7dc,V;:H7de,V", + "mappedName": "#48;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 17 + 72 ], "name": "Vertex7" }, @@ -93500,39 +128798,48 @@ "history": [ { "children": [], - "mappedName": "#32:2;:H7dc,V;:H7de,V", + "mappedName": "#52:2;:Ha2e,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#32:2;:H7dc,V", + "mappedName": "#52:2;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:H7db:7,E", - "#6:2;:H7db,V" + "#16:2;:U;XTR;:Ha2d:7,E", + "#d:2;:G;XTR;:Ha2d:7,F", + "#b:2;:Ha2d,E" ], - "mappedName": "#1a:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:2;:U2;XTR;:Ha2d:8,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#32:2;:H7dc,V;:H7de,V", + "mappedName": "#52:2;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex8" }, @@ -93540,17 +128847,17 @@ "history": [ { "children": [ - "#1f;:H-7de,V" + "#1f;:H-a30,V" ], - "mappedName": "#1f;:H-7de,V;:H7de,V", + "mappedName": "#1f;:H-a30,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#2;:H7dd,V" + "#2;:Ha2f,V" ], - "mappedName": "#1f;:H-7de,V", + "mappedName": "#1f;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -93565,7 +128872,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:H-7de,V;:H7de,V", + "mappedName": "#1f;:H-a30,V;:Ha30,V", "mappedStringIds": [ 31 ], @@ -93575,37 +128882,36 @@ "history": [ { "children": [ - "#3b:2;:H-7de,V" + "#59;:H-a30,V" ], - "mappedName": "#3b:2;:H-7de,V;:H7de,V", + "mappedName": "#59;:H-a30,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#28:2;:U;XTR;:H7dd:7,V", - "#1f:2;:G;XTR;:H7dd:7,E", - "#22;:H7dd,V", - "#8;:H7dd,V" + "#4a;:U;XTR;:Ha2f:7,V", + "#1f;:G;XTR;:Ha2f:7,E", + "#2;:Ha2f,V" ], - "mappedName": "#3b:2;:H-7de,V", + "mappedName": "#59;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], - "mappedName": "#3b:2;:H-7de,V;:H7de,V", + "mappedName": "#59;:H-a30,V;:Ha30,V", "mappedStringIds": [ - 59 + 89 ], "name": "Vertex10" }, @@ -93613,17 +128919,17 @@ "history": [ { "children": [ - "#20;:H-7de,V" + "#20;:H-a30,V" ], - "mappedName": "#20;:H-7de,V;:H7de,V", + "mappedName": "#20;:H-a30,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#4;:H7dd,V" + "#4;:Ha2f,V" ], - "mappedName": "#20;:H-7de,V", + "mappedName": "#20;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -93638,7 +128944,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:H-7de,V;:H7de,V", + "mappedName": "#20;:H-a30,V;:Ha30,V", "mappedStringIds": [ 32 ], @@ -93648,31 +128954,36 @@ "history": [ { "children": [ - "#3d:4;:H-7de,V" + "#61;:H-a30,V" ], - "mappedName": "#3d:4;:H-7de,V;:H7de,V", + "mappedName": "#61;:H-a30,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#29:4;:U;XTR;:H7dd:7,V", - "#20:4;:G;XTR;:H7dd:7,E", - "#44;:H7dd,V", - ";:G0;XTR;:H7dd:8,F" + "#4b;:U;XTR;:Ha2f:7,V", + "#20;:G;XTR;:Ha2f:7,E", + "#4;:Ha2f,V" ], - "mappedName": "#3d:4;:H-7de,V", + "mappedName": "#61;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch19", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], - "mappedName": "#3d:4;:H-7de,V;:H7de,V", + "mappedName": "#61;:H-a30,V;:Ha30,V", "mappedStringIds": [ - 61 + 97 ], "name": "Vertex12" }, @@ -93680,17 +128991,17 @@ "history": [ { "children": [ - "#22;:H-7de,V" + "#22;:H-a30,V" ], - "mappedName": "#22;:H-7de,V;:H7de,V", + "mappedName": "#22;:H-a30,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#8;:H7dd,V" + "#8;:Ha2f,V" ], - "mappedName": "#22;:H-7de,V", + "mappedName": "#22;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -93705,7 +129016,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:H-7de,V;:H7de,V", + "mappedName": "#22;:H-a30,V;:Ha30,V", "mappedStringIds": [ 34 ], @@ -93715,36 +129026,36 @@ "history": [ { "children": [ - "#41:8;:H-7de,V" + "#63;:H-a30,V" ], - "mappedName": "#41:8;:H-7de,V;:H7de,V", + "mappedName": "#63;:H-a30,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#2b:8;:U;XTR;:H7dd:7,V", - "#22:8;:G;XTR;:H7dd:7,E", - "#88;:H7dd,V" + "#4d;:U;XTR;:Ha2f:7,V", + "#22;:G;XTR;:Ha2f:7,E", + "#8;:Ha2f,V" ], - "mappedName": "#41:8;:H-7de,V", + "mappedName": "#63;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], - "mappedName": "#41:8;:H-7de,V;:H7de,V", + "mappedName": "#63;:H-a30,V;:Ha30,V", "mappedStringIds": [ - 65 + 99 ], "name": "Vertex14" }, @@ -93752,17 +129063,17 @@ "history": [ { "children": [ - "#21;:H-7de,V" + "#21;:H-a30,V" ], - "mappedName": "#21;:H-7de,V;:H7de,V", + "mappedName": "#21;:H-a30,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#6;:H7dd,V" + "#6;:Ha2f,V" ], - "mappedName": "#21;:H-7de,V", + "mappedName": "#21;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -93777,7 +129088,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:H-7de,V;:H7de,V", + "mappedName": "#21;:H-a30,V;:Ha30,V", "mappedStringIds": [ 33 ], @@ -93787,36 +129098,36 @@ "history": [ { "children": [ - "#3f:6;:H-7de,V" + "#62;:H-a30,V" ], - "mappedName": "#3f:6;:H-7de,V;:H7de,V", + "mappedName": "#62;:H-a30,V;:Ha30,V", "object": "Body19", "typeId": "PartDesign::Body" }, { "children": [ - "#2a:6;:U;XTR;:H7dd:7,V", - "#21:6;:G;XTR;:H7dd:7,E", - "#66;:H7dd,V" + "#4c;:U;XTR;:Ha2f:7,V", + "#21;:G;XTR;:Ha2f:7,E", + "#6;:Ha2f,V" ], - "mappedName": "#3f:6;:H-7de,V", + "mappedName": "#62;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], - "mappedName": "#3f:6;:H-7de,V;:H7de,V", + "mappedName": "#62;:H-a30,V;:Ha30,V", "mappedStringIds": [ - 63 + 98 ], "name": "Vertex16" } @@ -93834,7 +129145,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:H7dc,F;:H7de,F", + "mappedName": "#16:1;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 22 ], @@ -93844,7 +129155,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:H7dc,F;:H7de,F", + "name": "#16:1;:Ha2e,F;:Ha30,F", "stringIds": [ 22 ] @@ -93854,15 +129165,15 @@ "resultPersistentId": "Body19:face:0", "sourceRefs": [ { - "mappedName": "#16:1;:H7dc,F", + "mappedName": "#16:1;:Ha2e,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#16:1;:H7dc,F", + "persistentId": "Pocket19:mapped:#16:1;:Ha2e,F", "stageId": "Pocket19" }, { - "mappedName": "#d:1;:G;XTR;:H7db:7,F", + "mappedName": "#d:1;:G;XTR;:Ha2d:7,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:1;:G;XTR;:H7db:7,F", + "persistentId": "Pad19:mapped:#d:1;:G;XTR;:Ha2d:7,F", "stageId": "Pad19" }, { @@ -93881,7 +129192,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:H7dc,F;:H7de,F", + "mappedName": "#16:4;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 11, 13, @@ -93893,7 +129204,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:H7dc,F;:H7de,F", + "name": "#16:4;:Ha2e,F;:Ha30,F", "stringIds": [ 11, 13, @@ -93905,15 +129216,15 @@ "resultPersistentId": "Body19:face:1", "sourceRefs": [ { - "mappedName": "#16:4;:H7dc,F", + "mappedName": "#16:4;:Ha2e,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#16:4;:H7dc,F", + "persistentId": "Pocket19:mapped:#16:4;:Ha2e,F", "stageId": "Pocket19" }, { - "mappedName": "#d:4;:G;XTR;:H7db:7,F", + "mappedName": "#d:4;:G;XTR;:Ha2d:7,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:4;:G;XTR;:H7db:7,F", + "persistentId": "Pad19:mapped:#d:4;:G;XTR;:Ha2d:7,F", "stageId": "Pad19" }, { @@ -93932,7 +129243,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:H7dc,F;:H7de,F", + "mappedName": "#16:2;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 11, 13, @@ -93944,7 +129255,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:H7dc,F;:H7de,F", + "name": "#16:2;:Ha2e,F;:Ha30,F", "stringIds": [ 11, 13, @@ -93956,15 +129267,15 @@ "resultPersistentId": "Body19:face:2", "sourceRefs": [ { - "mappedName": "#16:2;:H7dc,F", + "mappedName": "#16:2;:Ha2e,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#16:2;:H7dc,F", + "persistentId": "Pocket19:mapped:#16:2;:Ha2e,F", "stageId": "Pocket19" }, { - "mappedName": "#d:2;:G;XTR;:H7db:7,F", + "mappedName": "#d:2;:G;XTR;:Ha2d:7,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:2;:G;XTR;:H7db:7,F", + "persistentId": "Pad19:mapped:#d:2;:G;XTR;:Ha2d:7,F", "stageId": "Pad19" }, { @@ -93981,7 +129292,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:H7dc,F;:H7de,F", + "mappedName": "#14:1;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 20 ], @@ -93991,7 +129302,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:H7dc,F;:H7de,F", + "name": "#14:1;:Ha2e,F;:Ha30,F", "stringIds": [ 20 ] @@ -94001,15 +129312,15 @@ "resultPersistentId": "Body19:face:3", "sourceRefs": [ { - "mappedName": "#14:1;:H7dc,F", + "mappedName": "#14:1;:Ha2e,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#14:1;:H7dc,F", + "persistentId": "Pocket19:mapped:#14:1;:Ha2e,F", "stageId": "Pocket19" }, { - "mappedName": "#d:1;FAC;:H7db:4,F", + "mappedName": "#d:1;FAC;:Ha2d:4,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:1;FAC;:H7db:4,F", + "persistentId": "Pad19:mapped:#d:1;FAC;:Ha2d:4,F", "stageId": "Pad19" }, { @@ -94026,7 +129337,7 @@ 56 ], "kind": "face", - "mappedName": "#38:1;:H7dc,F;:H7de,F", + "mappedName": "#38:1;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 56 ], @@ -94036,7 +129347,7 @@ "index": 5, "type": "Face" }, - "name": "#38:1;:H7dc,F;:H7de,F", + "name": "#38:1;:Ha2e,F;:Ha30,F", "stringIds": [ 56 ] @@ -94046,15 +129357,15 @@ "resultPersistentId": "Body19:face:4", "sourceRefs": [ { - "mappedName": "#38:1;:H7dc,F", + "mappedName": "#38:1;:Ha2e,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#38:1;:H7dc,F", + "persistentId": "Pocket19:mapped:#38:1;:Ha2e,F", "stageId": "Pocket19" }, { - "mappedName": "#14:1;:G0;XTR;:H7db:8,F", + "mappedName": "#14:1;:G0;XTR;:Ha2d:8,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#14:1;:G0;XTR;:H7db:8,F", + "persistentId": "Pad19:mapped:#14:1;:G0;XTR;:Ha2d:8,F", "stageId": "Pad19" }, { @@ -94073,7 +129384,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:H7dc,F;:H7de,F", + "mappedName": "#16:3;:Ha2e,F;:Ha30,F", "mappedStringIds": [ 11, 13, @@ -94085,7 +129396,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:H7dc,F;:H7de,F", + "name": "#16:3;:Ha2e,F;:Ha30,F", "stringIds": [ 11, 13, @@ -94097,15 +129408,15 @@ "resultPersistentId": "Body19:face:5", "sourceRefs": [ { - "mappedName": "#16:3;:H7dc,F", + "mappedName": "#16:3;:Ha2e,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#16:3;:H7dc,F", + "persistentId": "Pocket19:mapped:#16:3;:Ha2e,F", "stageId": "Pocket19" }, { - "mappedName": "#d:3;:G;XTR;:H7db:7,F", + "mappedName": "#d:3;:G;XTR;:Ha2d:7,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:3;:G;XTR;:H7db:7,F", + "persistentId": "Pad19:mapped:#d:3;:G;XTR;:Ha2d:7,F", "stageId": "Pad19" }, { @@ -94122,7 +129433,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:H-7de,F;:H7de,F", + "mappedName": "#26:1;:H-a30,F;:Ha30,F", "mappedStringIds": [ 38 ], @@ -94132,7 +129443,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:H-7de,F;:H7de,F", + "name": "#26:1;:H-a30,F;:Ha30,F", "stringIds": [ 38 ] @@ -94142,9 +129453,9 @@ "resultPersistentId": "Body19:face:6", "sourceRefs": [ { - "mappedName": "#26:1;:H-7de,F", + "mappedName": "#26:1;:H-a30,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#26:1;:H-7de,F", + "persistentId": "Pocket19:mapped:#26:1;:H-a30,F", "stageId": "Pocket19" }, { @@ -94163,7 +129474,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:H-7de,F;:H7de,F", + "mappedName": "#26:4;:H-a30,F;:Ha30,F", "mappedStringIds": [ 11, 29, @@ -94175,7 +129486,7 @@ "index": 8, "type": "Face" }, - "name": "#26:4;:H-7de,F;:H7de,F", + "name": "#26:4;:H-a30,F;:Ha30,F", "stringIds": [ 11, 29, @@ -94187,9 +129498,9 @@ "resultPersistentId": "Body19:face:7", "sourceRefs": [ { - "mappedName": "#26:4;:H-7de,F", + "mappedName": "#26:4;:H-a30,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#26:4;:H-7de,F", + "persistentId": "Pocket19:mapped:#26:4;:H-a30,F", "stageId": "Pocket19" }, { @@ -94208,7 +129519,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:H-7de,F;:H7de,F", + "mappedName": "#26:2;:H-a30,F;:Ha30,F", "mappedStringIds": [ 11, 29, @@ -94220,7 +129531,7 @@ "index": 9, "type": "Face" }, - "name": "#26:2;:H-7de,F;:H7de,F", + "name": "#26:2;:H-a30,F;:Ha30,F", "stringIds": [ 11, 29, @@ -94232,9 +129543,9 @@ "resultPersistentId": "Body19:face:8", "sourceRefs": [ { - "mappedName": "#26:2;:H-7de,F", + "mappedName": "#26:2;:H-a30,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#26:2;:H-7de,F", + "persistentId": "Pocket19:mapped:#26:2;:H-a30,F", "stageId": "Pocket19" }, { @@ -94251,7 +129562,7 @@ 36 ], "kind": "face", - "mappedName": "#24:1;:H-7de,F;:H7de,F", + "mappedName": "#24:1;:H-a30,F;:Ha30,F", "mappedStringIds": [ 36 ], @@ -94261,7 +129572,7 @@ "index": 10, "type": "Face" }, - "name": "#24:1;:H-7de,F;:H7de,F", + "name": "#24:1;:H-a30,F;:Ha30,F", "stringIds": [ 36 ] @@ -94271,9 +129582,9 @@ "resultPersistentId": "Body19:face:9", "sourceRefs": [ { - "mappedName": "#24:1;:H-7de,F", + "mappedName": "#24:1;:H-a30,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#24:1;:H-7de,F", + "persistentId": "Pocket19:mapped:#24:1;:H-a30,F", "stageId": "Pocket19" }, { @@ -94290,7 +129601,7 @@ 69 ], "kind": "face", - "mappedName": "#45:1;:H-7de,F;:H7de,F", + "mappedName": "#45:1;:H-a30,F;:Ha30,F", "mappedStringIds": [ 69 ], @@ -94300,7 +129611,7 @@ "index": 11, "type": "Face" }, - "name": "#45:1;:H-7de,F;:H7de,F", + "name": "#45:1;:H-a30,F;:Ha30,F", "stringIds": [ 69 ] @@ -94310,9 +129621,9 @@ "resultPersistentId": "Body19:face:10", "sourceRefs": [ { - "mappedName": "#45:1;:H-7de,F", + "mappedName": "#45:1;:H-a30,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#45:1;:H-7de,F", + "persistentId": "Pocket19:mapped:#45:1;:H-a30,F", "stageId": "Pocket19" }, { @@ -94331,7 +129642,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:H-7de,F;:H7de,F", + "mappedName": "#26:3;:H-a30,F;:Ha30,F", "mappedStringIds": [ 11, 29, @@ -94343,7 +129654,7 @@ "index": 12, "type": "Face" }, - "name": "#26:3;:H-7de,F;:H7de,F", + "name": "#26:3;:H-a30,F;:Ha30,F", "stringIds": [ 11, 29, @@ -94355,9 +129666,9 @@ "resultPersistentId": "Body19:face:11", "sourceRefs": [ { - "mappedName": "#26:3;:H-7de,F", + "mappedName": "#26:3;:H-a30,F", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#26:3;:H-7de,F", + "persistentId": "Pocket19:mapped:#26:3;:H-a30,F", "stageId": "Pocket19" }, { @@ -94371,12 +129682,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], "kind": "edge", - "mappedName": "#18:1;:H7dc,E;:H7de,E", + "mappedName": "#5d:2e;:Ha2e,E;:Ha30,E", "mappedStringIds": [ - 24 + 93 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -94384,9 +129695,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:H7dc,E;:H7de,E", + "name": "#5d:2e;:Ha2e,E;:Ha30,E", "stringIds": [ - 24 + 93 ] }, "relation": "preserved", @@ -94394,21 +129705,21 @@ "resultPersistentId": "Body19:edge:0", "sourceRefs": [ { - "mappedName": "#18:1;:H7dc,E", + "mappedName": "#5d:2e;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#18:1;:H7dc,E", + "persistentId": "Pocket19:mapped:#5d:2e;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#f:1;:G;XTR;:H7db:7,E", + "mappedName": "#4646;:G;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#f:1;:G;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#4646;:G;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v11;SKT", + "persistentId": "Sketch19:mapped:#4646", "stageId": "Sketch19" } ] @@ -94416,12 +129727,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], "kind": "edge", - "mappedName": "#19:2;:H7dc,E;:H7de,E", + "mappedName": "#5e:2f;:Ha2e,E;:Ha30,E", "mappedStringIds": [ - 25 + 94 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -94429,9 +129740,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:H7dc,E;:H7de,E", + "name": "#5e:2f;:Ha2e,E;:Ha30,E", "stringIds": [ - 25 + 94 ] }, "relation": "preserved", @@ -94439,21 +129750,21 @@ "resultPersistentId": "Body19:edge:1", "sourceRefs": [ { - "mappedName": "#19:2;:H7dc,E", + "mappedName": "#5e:2f;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#19:2;:H7dc,E", + "persistentId": "Pocket19:mapped:#5e:2f;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#10:2;:G;XTR;:H7db:7,E", + "mappedName": "#4747;:G;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#10:2;:G;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#4747;:G;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v22;SKT", + "persistentId": "Sketch19:mapped:#4747", "stageId": "Sketch19" } ] @@ -94464,7 +129775,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:H7dc,E;:H7de,E", + "mappedName": "#d:1;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 13 ], @@ -94474,7 +129785,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:H7dc,E;:H7de,E", + "name": "#d:1;:Ha2e,E;:Ha30,E", "stringIds": [ 13 ] @@ -94484,15 +129795,15 @@ "resultPersistentId": "Body19:edge:2", "sourceRefs": [ { - "mappedName": "#d:1;:H7dc,E", + "mappedName": "#d:1;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#d:1;:H7dc,E", + "persistentId": "Pocket19:mapped:#d:1;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#b:1;:H7db,E", + "mappedName": "#b:1;:Ha2d,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#b:1;:H7db,E", + "persistentId": "Pad19:mapped:#b:1;:Ha2d,E", "stageId": "Pad19" }, { @@ -94509,7 +129820,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:H7dc,E;:H7de,E", + "mappedName": "#36:1;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 54 ], @@ -94519,7 +129830,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:H7dc,E;:H7de,E", + "name": "#36:1;:Ha2e,E;:Ha30,E", "stringIds": [ 54 ] @@ -94529,15 +129840,15 @@ "resultPersistentId": "Body19:edge:3", "sourceRefs": [ { - "mappedName": "#36:1;:H7dc,E", + "mappedName": "#36:1;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#36:1;:H7dc,E", + "persistentId": "Pocket19:mapped:#36:1;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#16:1;:U;XTR;:H7db:7,E", + "mappedName": "#16:1;:U;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#16:1;:U;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#16:1;:U;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { @@ -94551,12 +129862,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], "kind": "edge", - "mappedName": "#1b:2;:H7dc,E;:H7de,E", + "mappedName": "#60:31;:Ha2e,E;:Ha30,E", "mappedStringIds": [ - 27 + 96 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -94564,9 +129875,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:H7dc,E;:H7de,E", + "name": "#60:31;:Ha2e,E;:Ha30,E", "stringIds": [ - 27 + 96 ] }, "relation": "preserved", @@ -94574,21 +129885,21 @@ "resultPersistentId": "Body19:edge:4", "sourceRefs": [ { - "mappedName": "#1b:2;:H7dc,E", + "mappedName": "#60:31;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#1b:2;:H7dc,E", + "persistentId": "Pocket19:mapped:#60:31;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#12:2;:G;XTR;:H7db:7,E", + "mappedName": "#4949;:G;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#12:2;:G;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#4949;:G;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g3v22;SKT", + "persistentId": "Sketch19:mapped:#4949", "stageId": "Sketch19" } ] @@ -94600,7 +129911,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:H7dc,E;:H7de,E", + "mappedName": "#d:4;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13 @@ -94611,7 +129922,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:H7dc,E;:H7de,E", + "name": "#d:4;:Ha2e,E;:Ha30,E", "stringIds": [ 11, 13 @@ -94622,15 +129933,15 @@ "resultPersistentId": "Body19:edge:5", "sourceRefs": [ { - "mappedName": "#d:4;:H7dc,E", + "mappedName": "#d:4;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#d:4;:H7dc,E", + "persistentId": "Pocket19:mapped:#d:4;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#b:4;:H7db,E", + "mappedName": "#b:4;:Ha2d,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#b:4;:H7db,E", + "persistentId": "Pad19:mapped:#b:4;:Ha2d,E", "stageId": "Pad19" }, { @@ -94650,7 +129961,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:H7dc,E;:H7de,E", + "mappedName": "#36:4;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13, @@ -94663,7 +129974,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:H7dc,E;:H7de,E", + "name": "#36:4;:Ha2e,E;:Ha30,E", "stringIds": [ 11, 13, @@ -94676,15 +129987,15 @@ "resultPersistentId": "Body19:edge:6", "sourceRefs": [ { - "mappedName": "#36:4;:H7dc,E", + "mappedName": "#36:4;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#36:4;:H7dc,E", + "persistentId": "Pocket19:mapped:#36:4;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#16:4;:U;XTR;:H7db:7,E", + "mappedName": "#16:4;:U;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#16:4;:U;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#16:4;:U;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { @@ -94698,12 +130009,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], "kind": "edge", - "mappedName": "#1a:2;:H7dc,E;:H7de,E", + "mappedName": "#5f:30;:Ha2e,E;:Ha30,E", "mappedStringIds": [ - 26 + 95 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -94711,9 +130022,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:H7dc,E;:H7de,E", + "name": "#5f:30;:Ha2e,E;:Ha30,E", "stringIds": [ - 26 + 95 ] }, "relation": "preserved", @@ -94721,21 +130032,21 @@ "resultPersistentId": "Body19:edge:7", "sourceRefs": [ { - "mappedName": "#1a:2;:H7dc,E", + "mappedName": "#5f:30;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#1a:2;:H7dc,E", + "persistentId": "Pocket19:mapped:#5f:30;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#11:2;:G;XTR;:H7db:7,E", + "mappedName": "#4848;:G;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#11:2;:G;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#4848;:G;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g2v22;SKT", + "persistentId": "Sketch19:mapped:#4848", "stageId": "Sketch19" } ] @@ -94747,7 +130058,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:H7dc,E;:H7de,E", + "mappedName": "#d:2;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13 @@ -94758,7 +130069,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:H7dc,E;:H7de,E", + "name": "#d:2;:Ha2e,E;:Ha30,E", "stringIds": [ 11, 13 @@ -94769,15 +130080,15 @@ "resultPersistentId": "Body19:edge:8", "sourceRefs": [ { - "mappedName": "#d:2;:H7dc,E", + "mappedName": "#d:2;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#d:2;:H7dc,E", + "persistentId": "Pocket19:mapped:#d:2;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#b:2;:H7db,E", + "mappedName": "#b:2;:Ha2d,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#b:2;:H7db,E", + "persistentId": "Pad19:mapped:#b:2;:Ha2d,E", "stageId": "Pad19" }, { @@ -94797,7 +130108,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:H7dc,E;:H7de,E", + "mappedName": "#36:2;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13, @@ -94810,7 +130121,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:H7dc,E;:H7de,E", + "name": "#36:2;:Ha2e,E;:Ha30,E", "stringIds": [ 11, 13, @@ -94823,15 +130134,15 @@ "resultPersistentId": "Body19:edge:9", "sourceRefs": [ { - "mappedName": "#36:2;:H7dc,E", + "mappedName": "#36:2;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#36:2;:H7dc,E", + "persistentId": "Pocket19:mapped:#36:2;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#16:2;:U;XTR;:H7db:7,E", + "mappedName": "#16:2;:U;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#16:2;:U;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#16:2;:U;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { @@ -94849,7 +130160,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:H7dc,E;:H7de,E", + "mappedName": "#d:3;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13 @@ -94860,7 +130171,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:H7dc,E;:H7de,E", + "name": "#d:3;:Ha2e,E;:Ha30,E", "stringIds": [ 11, 13 @@ -94871,15 +130182,15 @@ "resultPersistentId": "Body19:edge:10", "sourceRefs": [ { - "mappedName": "#d:3;:H7dc,E", + "mappedName": "#d:3;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#d:3;:H7dc,E", + "persistentId": "Pocket19:mapped:#d:3;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#b:3;:H7db,E", + "mappedName": "#b:3;:Ha2d,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#b:3;:H7db,E", + "persistentId": "Pad19:mapped:#b:3;:Ha2d,E", "stageId": "Pad19" }, { @@ -94899,7 +130210,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:H7dc,E;:H7de,E", + "mappedName": "#36:3;:Ha2e,E;:Ha30,E", "mappedStringIds": [ 11, 13, @@ -94912,7 +130223,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:H7dc,E;:H7de,E", + "name": "#36:3;:Ha2e,E;:Ha30,E", "stringIds": [ 11, 13, @@ -94925,15 +130236,15 @@ "resultPersistentId": "Body19:edge:11", "sourceRefs": [ { - "mappedName": "#36:3;:H7dc,E", + "mappedName": "#36:3;:Ha2e,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#36:3;:H7dc,E", + "persistentId": "Pocket19:mapped:#36:3;:Ha2e,E", "stageId": "Pocket19" }, { - "mappedName": "#16:3;:U;XTR;:H7db:7,E", + "mappedName": "#16:3;:U;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#16:3;:U;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#16:3;:U;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { @@ -94947,12 +130258,12 @@ { "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], "kind": "edge", - "mappedName": "#28:2;:H-7de,E;:H7de,E", + "mappedName": "#4a;:H-a30,E;:Ha30,E", "mappedStringIds": [ - 40 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -94960,9 +130271,9 @@ "index": 13, "type": "Edge" }, - "name": "#28:2;:H-7de,E;:H7de,E", + "name": "#4a;:H-a30,E;:Ha30,E", "stringIds": [ - 40 + 74 ] }, "relation": "preserved", @@ -94970,15 +130281,15 @@ "resultPersistentId": "Body19:edge:12", "sourceRefs": [ { - "mappedName": "#28:2;:H-7de,E", + "mappedName": "#4a;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#28:2;:H-7de,E", + "persistentId": "Pocket19:mapped:#4a;:H-a30,E", "stageId": "Pocket19" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:g3v2;SKT", + "persistentId": "PocketSketch19:mapped:g1v1;SKT", "stageId": "PocketSketch19" } ] @@ -94986,12 +130297,12 @@ { "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], "kind": "edge", - "mappedName": "#29:4;:H-7de,E;:H7de,E", + "mappedName": "#4b;:H-a30,E;:Ha30,E", "mappedStringIds": [ - 41 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -94999,9 +130310,9 @@ "index": 14, "type": "Edge" }, - "name": "#29:4;:H-7de,E;:H7de,E", + "name": "#4b;:H-a30,E;:Ha30,E", "stringIds": [ - 41 + 75 ] }, "relation": "preserved", @@ -95009,10 +130320,16 @@ "resultPersistentId": "Body19:edge:13", "sourceRefs": [ { - "mappedName": "#29:4;:H-7de,E", + "mappedName": "#4b;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#29:4;:H-7de,E", + "persistentId": "Pocket19:mapped:#4b;:H-a30,E", "stageId": "Pocket19" + }, + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch19", + "persistentId": "PocketSketch19:mapped:g1v2;SKT", + "stageId": "PocketSketch19" } ] }, @@ -95022,7 +130339,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:H-7de,E;:H7de,E", + "mappedName": "#1d:1;:H-a30,E;:Ha30,E", "mappedStringIds": [ 29 ], @@ -95032,7 +130349,7 @@ "index": 15, "type": "Edge" }, - "name": "#1d:1;:H-7de,E;:H7de,E", + "name": "#1d:1;:H-a30,E;:Ha30,E", "stringIds": [ 29 ] @@ -95042,9 +130359,9 @@ "resultPersistentId": "Body19:edge:14", "sourceRefs": [ { - "mappedName": "#1d:1;:H-7de,E", + "mappedName": "#1d:1;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#1d:1;:H-7de,E", + "persistentId": "Pocket19:mapped:#1d:1;:H-a30,E", "stageId": "Pocket19" }, { @@ -95061,7 +130378,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:1;:H-7de,E;:H7de,E", + "mappedName": "#43:1;:H-a30,E;:Ha30,E", "mappedStringIds": [ 67 ], @@ -95071,7 +130388,7 @@ "index": 16, "type": "Edge" }, - "name": "#43:1;:H-7de,E;:H7de,E", + "name": "#43:1;:H-a30,E;:Ha30,E", "stringIds": [ 67 ] @@ -95081,9 +130398,9 @@ "resultPersistentId": "Body19:edge:15", "sourceRefs": [ { - "mappedName": "#43:1;:H-7de,E", + "mappedName": "#43:1;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#43:1;:H-7de,E", + "persistentId": "Pocket19:mapped:#43:1;:H-a30,E", "stageId": "Pocket19" }, { @@ -95097,12 +130414,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], "kind": "edge", - "mappedName": "#2b:8;:H-7de,E;:H7de,E", + "mappedName": "#4d;:H-a30,E;:Ha30,E", "mappedStringIds": [ - 43 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95110,9 +130427,9 @@ "index": 17, "type": "Edge" }, - "name": "#2b:8;:H-7de,E;:H7de,E", + "name": "#4d;:H-a30,E;:Ha30,E", "stringIds": [ - 43 + 77 ] }, "relation": "preserved", @@ -95120,15 +130437,15 @@ "resultPersistentId": "Body19:edge:16", "sourceRefs": [ { - "mappedName": "#2b:8;:H-7de,E", + "mappedName": "#4d;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#2b:8;:H-7de,E", + "persistentId": "Pocket19:mapped:#4d;:H-a30,E", "stageId": "Pocket19" }, { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:#88", + "persistentId": "PocketSketch19:mapped:g3v2;SKT", "stageId": "PocketSketch19" } ] @@ -95140,7 +130457,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:H-7de,E;:H7de,E", + "mappedName": "#1d:4;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29 @@ -95151,7 +130468,7 @@ "index": 18, "type": "Edge" }, - "name": "#1d:4;:H-7de,E;:H7de,E", + "name": "#1d:4;:H-a30,E;:Ha30,E", "stringIds": [ 11, 29 @@ -95162,9 +130479,9 @@ "resultPersistentId": "Body19:edge:17", "sourceRefs": [ { - "mappedName": "#1d:4;:H-7de,E", + "mappedName": "#1d:4;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#1d:4;:H-7de,E", + "persistentId": "Pocket19:mapped:#1d:4;:H-a30,E", "stageId": "Pocket19" }, { @@ -95184,7 +130501,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:4;:H-7de,E;:H7de,E", + "mappedName": "#43:4;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29, @@ -95197,7 +130514,7 @@ "index": 19, "type": "Edge" }, - "name": "#43:4;:H-7de,E;:H7de,E", + "name": "#43:4;:H-a30,E;:Ha30,E", "stringIds": [ 11, 29, @@ -95210,9 +130527,9 @@ "resultPersistentId": "Body19:edge:18", "sourceRefs": [ { - "mappedName": "#43:4;:H-7de,E", + "mappedName": "#43:4;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#43:4;:H-7de,E", + "persistentId": "Pocket19:mapped:#43:4;:H-a30,E", "stageId": "Pocket19" }, { @@ -95226,12 +130543,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], "kind": "edge", - "mappedName": "#2a:6;:H-7de,E;:H7de,E", + "mappedName": "#4c;:H-a30,E;:Ha30,E", "mappedStringIds": [ - 42 + 76 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95239,9 +130556,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:H-7de,E;:H7de,E", + "name": "#4c;:H-a30,E;:Ha30,E", "stringIds": [ - 42 + 76 ] }, "relation": "preserved", @@ -95249,15 +130566,15 @@ "resultPersistentId": "Body19:edge:19", "sourceRefs": [ { - "mappedName": "#2a:6;:H-7de,E", + "mappedName": "#4c;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#2a:6;:H-7de,E", + "persistentId": "Pocket19:mapped:#4c;:H-a30,E", "stageId": "Pocket19" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:#66", + "persistentId": "PocketSketch19:mapped:g2v2;SKT", "stageId": "PocketSketch19" } ] @@ -95269,7 +130586,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:H-7de,E;:H7de,E", + "mappedName": "#1d:2;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29 @@ -95280,7 +130597,7 @@ "index": 21, "type": "Edge" }, - "name": "#1d:2;:H-7de,E;:H7de,E", + "name": "#1d:2;:H-a30,E;:Ha30,E", "stringIds": [ 11, 29 @@ -95291,9 +130608,9 @@ "resultPersistentId": "Body19:edge:20", "sourceRefs": [ { - "mappedName": "#1d:2;:H-7de,E", + "mappedName": "#1d:2;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#1d:2;:H-7de,E", + "persistentId": "Pocket19:mapped:#1d:2;:H-a30,E", "stageId": "Pocket19" }, { @@ -95313,7 +130630,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:2;:H-7de,E;:H7de,E", + "mappedName": "#43:2;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29, @@ -95326,7 +130643,7 @@ "index": 22, "type": "Edge" }, - "name": "#43:2;:H-7de,E;:H7de,E", + "name": "#43:2;:H-a30,E;:Ha30,E", "stringIds": [ 11, 29, @@ -95339,9 +130656,9 @@ "resultPersistentId": "Body19:edge:21", "sourceRefs": [ { - "mappedName": "#43:2;:H-7de,E", + "mappedName": "#43:2;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#43:2;:H-7de,E", + "persistentId": "Pocket19:mapped:#43:2;:H-a30,E", "stageId": "Pocket19" }, { @@ -95359,7 +130676,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:H-7de,E;:H7de,E", + "mappedName": "#1d:3;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29 @@ -95370,7 +130687,7 @@ "index": 23, "type": "Edge" }, - "name": "#1d:3;:H-7de,E;:H7de,E", + "name": "#1d:3;:H-a30,E;:Ha30,E", "stringIds": [ 11, 29 @@ -95381,9 +130698,9 @@ "resultPersistentId": "Body19:edge:22", "sourceRefs": [ { - "mappedName": "#1d:3;:H-7de,E", + "mappedName": "#1d:3;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#1d:3;:H-7de,E", + "persistentId": "Pocket19:mapped:#1d:3;:H-a30,E", "stageId": "Pocket19" }, { @@ -95403,7 +130720,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:3;:H-7de,E;:H7de,E", + "mappedName": "#43:3;:H-a30,E;:Ha30,E", "mappedStringIds": [ 11, 29, @@ -95416,7 +130733,7 @@ "index": 24, "type": "Edge" }, - "name": "#43:3;:H-7de,E;:H7de,E", + "name": "#43:3;:H-a30,E;:Ha30,E", "stringIds": [ 11, 29, @@ -95429,9 +130746,9 @@ "resultPersistentId": "Body19:edge:23", "sourceRefs": [ { - "mappedName": "#43:3;:H-7de,E", + "mappedName": "#43:3;:H-a30,E", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#43:3;:H-7de,E", + "persistentId": "Pocket19:mapped:#43:3;:H-a30,E", "stageId": "Pocket19" }, { @@ -95445,12 +130762,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], "kind": "vertex", - "mappedName": "#f:1;:H7dc,V;:H7de,V", + "mappedName": "#46;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 15 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95458,9 +130775,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:H7dc,V;:H7de,V", + "name": "#46;:Ha2e,V;:Ha30,V", "stringIds": [ - 15 + 70 ] }, "relation": "preserved", @@ -95468,21 +130785,21 @@ "resultPersistentId": "Body19:vertex:0", "sourceRefs": [ { - "mappedName": "#f:1;:H7dc,V", + "mappedName": "#46;:Ha2e,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#f:1;:H7dc,V", + "persistentId": "Pocket19:mapped:#46;:Ha2e,V", "stageId": "Pocket19" }, { - "mappedName": "#2:1;:H7db,V", + "mappedName": "#2;:Ha2d,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#2:1;:H7db,V", + "persistentId": "Pad19:mapped:#2;:Ha2d,V", "stageId": "Pad19" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v11;SKT", + "persistentId": "Sketch19:mapped:g1v1;SKT", "stageId": "Sketch19" } ] @@ -95490,12 +130807,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], "kind": "vertex", - "mappedName": "#2e:1;:H7dc,V;:H7de,V", + "mappedName": "#4f:1;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 46 + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95503,9 +130820,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:H7dc,V;:H7de,V", + "name": "#4f:1;:Ha2e,V;:Ha30,V", "stringIds": [ - 46 + 79 ] }, "relation": "preserved", @@ -95513,21 +130830,21 @@ "resultPersistentId": "Body19:vertex:1", "sourceRefs": [ { - "mappedName": "#2e:1;:H7dc,V", + "mappedName": "#4f:1;:Ha2e,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#2e:1;:H7dc,V", + "persistentId": "Pocket19:mapped:#4f:1;:Ha2e,V", "stageId": "Pocket19" }, { - "mappedName": "#18:1;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U;XTR;:Ha2d:7,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#18:1;:U;XTR;:H7db:7,V", + "persistentId": "Pad19:mapped:#36:1;:U;XTR;:Ha2d:7,V", "stageId": "Pad19" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v11;SKT", + "persistentId": "Sketch19:mapped:g1;SKT", "stageId": "Sketch19" } ] @@ -95535,12 +130852,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], "kind": "vertex", - "mappedName": "#10:2;:H7dc,V;:H7de,V", + "mappedName": "#47;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 16 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95548,9 +130865,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:H7dc,V;:H7de,V", + "name": "#47;:Ha2e,V;:Ha30,V", "stringIds": [ - 16 + 71 ] }, "relation": "preserved", @@ -95558,21 +130875,21 @@ "resultPersistentId": "Body19:vertex:2", "sourceRefs": [ { - "mappedName": "#10:2;:H7dc,V", + "mappedName": "#47;:Ha2e,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#10:2;:H7dc,V", + "persistentId": "Pocket19:mapped:#47;:Ha2e,V", "stageId": "Pocket19" }, { - "mappedName": "#4:2;:H7db,V", + "mappedName": "#4;:Ha2d,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#4:2;:H7db,V", + "persistentId": "Pad19:mapped:#4;:Ha2d,V", "stageId": "Pad19" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v22;SKT", + "persistentId": "Sketch19:mapped:g1v2;SKT", "stageId": "Sketch19" } ] @@ -95580,12 +130897,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], "kind": "vertex", - "mappedName": "#30:2;:H7dc,V;:H7de,V", + "mappedName": "#52:1;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 48 + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95593,9 +130910,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:H7dc,V;:H7de,V", + "name": "#52:1;:Ha2e,V;:Ha30,V", "stringIds": [ - 48 + 82 ] }, "relation": "preserved", @@ -95603,21 +130920,21 @@ "resultPersistentId": "Body19:vertex:3", "sourceRefs": [ { - "mappedName": "#30:2;:H7dc,V", + "mappedName": "#52:1;:Ha2e,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#30:2;:H7dc,V", + "persistentId": "Pocket19:mapped:#52:1;:Ha2e,V", "stageId": "Pocket19" }, { - "mappedName": "#19:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U2;XTR;:Ha2d:8,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#19:2;:U;XTR;:H7db:7,V", + "persistentId": "Pad19:mapped:#36:1;:U2;XTR;:Ha2d:8,V", "stageId": "Pad19" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v22;SKT", + "persistentId": "Sketch19:mapped:g1;SKT", "stageId": "Sketch19" } ] @@ -95625,12 +130942,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], "kind": "vertex", - "mappedName": "#12:2;:H7dc,V;:H7de,V", + "mappedName": "#49;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 18 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95638,9 +130955,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:H7dc,V;:H7de,V", + "name": "#49;:Ha2e,V;:Ha30,V", "stringIds": [ - 18 + 73 ] }, "relation": "preserved", @@ -95648,21 +130965,21 @@ "resultPersistentId": "Body19:vertex:4", "sourceRefs": [ { - "mappedName": "#12:2;:H7dc,V", + "mappedName": "#49;:Ha2e,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#12:2;:H7dc,V", + "persistentId": "Pocket19:mapped:#49;:Ha2e,V", "stageId": "Pocket19" }, { - "mappedName": "#8:2;:H7db,V", + "mappedName": "#8;:Ha2d,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#8:2;:H7db,V", + "persistentId": "Pad19:mapped:#8;:Ha2d,V", "stageId": "Pad19" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g3v22;SKT", + "persistentId": "Sketch19:mapped:g3v2;SKT", "stageId": "Sketch19" } ] @@ -95670,12 +130987,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#34:2;:H7dc,V;:H7de,V", + "mappedName": "#52:3;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95683,9 +131008,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:H7dc,V;:H7de,V", + "name": "#52:3;:Ha2e,V;:Ha30,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -95693,21 +131022,21 @@ "resultPersistentId": "Body19:vertex:5", "sourceRefs": [ { - "mappedName": "#34:2;:H7dc,V", + "mappedName": "#52:3;:Ha2e,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#34:2;:H7dc,V", + "persistentId": "Pocket19:mapped:#52:3;:Ha2e,V", "stageId": "Pocket19" }, { - "mappedName": "#1b:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:3;:U2;XTR;:Ha2d:8,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#1b:2;:U;XTR;:H7db:7,V", + "persistentId": "Pad19:mapped:#36:3;:U2;XTR;:Ha2d:8,V", "stageId": "Pad19" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g3v22;SKT", + "persistentId": "Sketch19:mapped:g3;SKT", "stageId": "Sketch19" } ] @@ -95715,12 +131044,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], "kind": "vertex", - "mappedName": "#11:2;:H7dc,V;:H7de,V", + "mappedName": "#48;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 17 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95728,9 +131057,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:H7dc,V;:H7de,V", + "name": "#48;:Ha2e,V;:Ha30,V", "stringIds": [ - 17 + 72 ] }, "relation": "preserved", @@ -95738,21 +131067,21 @@ "resultPersistentId": "Body19:vertex:6", "sourceRefs": [ { - "mappedName": "#11:2;:H7dc,V", + "mappedName": "#48;:Ha2e,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#11:2;:H7dc,V", + "persistentId": "Pocket19:mapped:#48;:Ha2e,V", "stageId": "Pocket19" }, { - "mappedName": "#6:2;:H7db,V", + "mappedName": "#6;:Ha2d,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#6:2;:H7db,V", + "persistentId": "Pad19:mapped:#6;:Ha2d,V", "stageId": "Pad19" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g2v22;SKT", + "persistentId": "Sketch19:mapped:g2v2;SKT", "stageId": "Sketch19" } ] @@ -95760,12 +131089,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#32:2;:H7dc,V;:H7de,V", + "mappedName": "#52:2;:Ha2e,V;:Ha30,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95773,9 +131110,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:H7dc,V;:H7de,V", + "name": "#52:2;:Ha2e,V;:Ha30,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -95783,21 +131124,21 @@ "resultPersistentId": "Body19:vertex:7", "sourceRefs": [ { - "mappedName": "#32:2;:H7dc,V", + "mappedName": "#52:2;:Ha2e,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#32:2;:H7dc,V", + "persistentId": "Pocket19:mapped:#52:2;:Ha2e,V", "stageId": "Pocket19" }, { - "mappedName": "#1a:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:2;:U2;XTR;:Ha2d:8,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#1a:2;:U;XTR;:H7db:7,V", + "persistentId": "Pad19:mapped:#36:2;:U2;XTR;:Ha2d:8,V", "stageId": "Pad19" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g2v22;SKT", + "persistentId": "Sketch19:mapped:g2;SKT", "stageId": "Sketch19" } ] @@ -95808,7 +131149,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:H-7de,V;:H7de,V", + "mappedName": "#1f;:H-a30,V;:Ha30,V", "mappedStringIds": [ 31 ], @@ -95818,7 +131159,7 @@ "index": 9, "type": "Vertex" }, - "name": "#1f;:H-7de,V;:H7de,V", + "name": "#1f;:H-a30,V;:Ha30,V", "stringIds": [ 31 ] @@ -95828,9 +131169,9 @@ "resultPersistentId": "Body19:vertex:8", "sourceRefs": [ { - "mappedName": "#1f;:H-7de,V", + "mappedName": "#1f;:H-a30,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#1f;:H-7de,V", + "persistentId": "Pocket19:mapped:#1f;:H-a30,V", "stageId": "Pocket19" }, { @@ -95844,12 +131185,12 @@ { "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], "kind": "vertex", - "mappedName": "#3b:2;:H-7de,V;:H7de,V", + "mappedName": "#59;:H-a30,V;:Ha30,V", "mappedStringIds": [ - 59 + 89 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95857,9 +131198,9 @@ "index": 10, "type": "Vertex" }, - "name": "#3b:2;:H-7de,V;:H7de,V", + "name": "#59;:H-a30,V;:Ha30,V", "stringIds": [ - 59 + 89 ] }, "relation": "preserved", @@ -95867,15 +131208,15 @@ "resultPersistentId": "Body19:vertex:9", "sourceRefs": [ { - "mappedName": "#3b:2;:H-7de,V", + "mappedName": "#59;:H-a30,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#3b:2;:H-7de,V", + "persistentId": "Pocket19:mapped:#59;:H-a30,V", "stageId": "Pocket19" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:g3v2;SKT", + "persistentId": "PocketSketch19:mapped:g1v1;SKT", "stageId": "PocketSketch19" } ] @@ -95886,7 +131227,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:H-7de,V;:H7de,V", + "mappedName": "#20;:H-a30,V;:Ha30,V", "mappedStringIds": [ 32 ], @@ -95896,7 +131237,7 @@ "index": 11, "type": "Vertex" }, - "name": "#20;:H-7de,V;:H7de,V", + "name": "#20;:H-a30,V;:Ha30,V", "stringIds": [ 32 ] @@ -95906,9 +131247,9 @@ "resultPersistentId": "Body19:vertex:10", "sourceRefs": [ { - "mappedName": "#20;:H-7de,V", + "mappedName": "#20;:H-a30,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#20;:H-7de,V", + "persistentId": "Pocket19:mapped:#20;:H-a30,V", "stageId": "Pocket19" }, { @@ -95922,12 +131263,12 @@ { "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], "kind": "vertex", - "mappedName": "#3d:4;:H-7de,V;:H7de,V", + "mappedName": "#61;:H-a30,V;:Ha30,V", "mappedStringIds": [ - 61 + 97 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -95935,9 +131276,9 @@ "index": 12, "type": "Vertex" }, - "name": "#3d:4;:H-7de,V;:H7de,V", + "name": "#61;:H-a30,V;:Ha30,V", "stringIds": [ - 61 + 97 ] }, "relation": "preserved", @@ -95945,10 +131286,16 @@ "resultPersistentId": "Body19:vertex:11", "sourceRefs": [ { - "mappedName": "#3d:4;:H-7de,V", + "mappedName": "#61;:H-a30,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#3d:4;:H-7de,V", + "persistentId": "Pocket19:mapped:#61;:H-a30,V", "stageId": "Pocket19" + }, + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch19", + "persistentId": "PocketSketch19:mapped:g1v2;SKT", + "stageId": "PocketSketch19" } ] }, @@ -95958,7 +131305,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:H-7de,V;:H7de,V", + "mappedName": "#22;:H-a30,V;:Ha30,V", "mappedStringIds": [ 34 ], @@ -95968,7 +131315,7 @@ "index": 13, "type": "Vertex" }, - "name": "#22;:H-7de,V;:H7de,V", + "name": "#22;:H-a30,V;:Ha30,V", "stringIds": [ 34 ] @@ -95978,9 +131325,9 @@ "resultPersistentId": "Body19:vertex:12", "sourceRefs": [ { - "mappedName": "#22;:H-7de,V", + "mappedName": "#22;:H-a30,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#22;:H-7de,V", + "persistentId": "Pocket19:mapped:#22;:H-a30,V", "stageId": "Pocket19" }, { @@ -95994,12 +131341,12 @@ { "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], "kind": "vertex", - "mappedName": "#41:8;:H-7de,V;:H7de,V", + "mappedName": "#63;:H-a30,V;:Ha30,V", "mappedStringIds": [ - 65 + 99 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -96007,9 +131354,9 @@ "index": 14, "type": "Vertex" }, - "name": "#41:8;:H-7de,V;:H7de,V", + "name": "#63;:H-a30,V;:Ha30,V", "stringIds": [ - 65 + 99 ] }, "relation": "preserved", @@ -96017,15 +131364,15 @@ "resultPersistentId": "Body19:vertex:13", "sourceRefs": [ { - "mappedName": "#41:8;:H-7de,V", + "mappedName": "#63;:H-a30,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#41:8;:H-7de,V", + "persistentId": "Pocket19:mapped:#63;:H-a30,V", "stageId": "Pocket19" }, { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:#88", + "persistentId": "PocketSketch19:mapped:g3v2;SKT", "stageId": "PocketSketch19" } ] @@ -96036,7 +131383,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:H-7de,V;:H7de,V", + "mappedName": "#21;:H-a30,V;:Ha30,V", "mappedStringIds": [ 33 ], @@ -96046,7 +131393,7 @@ "index": 15, "type": "Vertex" }, - "name": "#21;:H-7de,V;:H7de,V", + "name": "#21;:H-a30,V;:Ha30,V", "stringIds": [ 33 ] @@ -96056,9 +131403,9 @@ "resultPersistentId": "Body19:vertex:14", "sourceRefs": [ { - "mappedName": "#21;:H-7de,V", + "mappedName": "#21;:H-a30,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#21;:H-7de,V", + "persistentId": "Pocket19:mapped:#21;:H-a30,V", "stageId": "Pocket19" }, { @@ -96072,12 +131419,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], "kind": "vertex", - "mappedName": "#3f:6;:H-7de,V;:H7de,V", + "mappedName": "#62;:H-a30,V;:Ha30,V", "mappedStringIds": [ - 63 + 98 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -96085,9 +131432,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3f:6;:H-7de,V;:H7de,V", + "name": "#62;:H-a30,V;:Ha30,V", "stringIds": [ - 63 + 98 ] }, "relation": "preserved", @@ -96095,15 +131442,15 @@ "resultPersistentId": "Body19:vertex:15", "sourceRefs": [ { - "mappedName": "#3f:6;:H-7de,V", + "mappedName": "#62;:H-a30,V", "objectId": "Pocket19", - "persistentId": "Pocket19:mapped:#3f:6;:H-7de,V", + "persistentId": "Pocket19:mapped:#62;:H-a30,V", "stageId": "Pocket19" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:#66", + "persistentId": "PocketSketch19:mapped:g2v2;SKT", "stageId": "PocketSketch19" } ] @@ -96118,11 +131465,1465 @@ "stageId": "Body19", "status": "native-evidence" }, + "relationDigest": "7ac48255312af69f45b240feb6e2485d81097a8478eb4e61a227812d9d483b0d", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:1;:H#,F", + "sourceElement": "#16:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:4;:H#,F", + "sourceElement": "#16:4", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:2;:H#,F", + "sourceElement": "#16:2", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#14:1;:H#,F", + "sourceElement": "#14:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#38:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#38:1;:H#,F", + "sourceElement": "#38:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:3;:H#,F", + "sourceElement": "#16:3", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:H-a30,F;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#b:1;:H#,E" + ], + "mappedName": "#26:1;:H-a30,F", + "sourceElement": "#26:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:4;:H-a30,F;:H#,F", + "relation": "preserved", + "resultName": "Face8", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#b:4;:H#,E" + ], + "mappedName": "#26:4;:H-a30,F", + "sourceElement": "#26:4", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:2;:H-a30,F;:H#,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#b:2;:H#,E" + ], + "mappedName": "#26:2;:H-a30,F", + "sourceElement": "#26:2", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#24:1;:H-a30,F;:H#,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [ + "#1d:1;FAC;:H#:4,F", + "#b:1;:H#,E" + ], + "mappedName": "#24:1;:H-a30,F", + "sourceElement": "#24:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#45:1;:H-a30,F;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [ + "#1d:1;FAC;:H#:4,F", + "#24:1;:G0;XTR;:H#:8,F", + "#b:1;:H#,E" + ], + "mappedName": "#45:1;:H-a30,F", + "sourceElement": "#45:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "#26:3;:H-a30,F;:H#,F", + "relation": "preserved", + "resultName": "Face12", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#b:3;:H#,E" + ], + "mappedName": "#26:3;:H-a30,F", + "sourceElement": "#26:3", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#5d:2e;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4646;:G;XTR;:H#:7,E", + "sourceElement": "#4646", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5d:2e;:H#,E", + "sourceElement": "#5d:2e", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4646", + "sourceElement": "#4646", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#5e:2f;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4747;:G;XTR;:H#:7,E", + "sourceElement": "#4747", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5e:2f;:H#,E", + "sourceElement": "#5e:2f", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4747", + "sourceElement": "#4747", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:1;:H#,E", + "sourceElement": "#d:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:1;:H#,E", + "sourceElement": "#36:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#60:31;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4949;:G;XTR;:H#:7,E", + "sourceElement": "#4949", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#60:31;:H#,E", + "sourceElement": "#60:31", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4949", + "sourceElement": "#4949", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:4;:H#,E", + "sourceElement": "#d:4", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:4;:H#,E", + "sourceElement": "#36:4", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5f:30;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4848;:G;XTR;:H#:7,E", + "sourceElement": "#4848", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5f:30;:H#,E", + "sourceElement": "#5f:30", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4848", + "sourceElement": "#4848", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:2;:H#,E", + "sourceElement": "#d:2", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:2;:H#,E", + "sourceElement": "#36:2", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:3;:H#,E", + "sourceElement": "#d:3", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:3;:H#,E", + "sourceElement": "#36:3", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#4a;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V" + ], + "mappedName": "#4a;:H-a30,E", + "sourceElement": "#4a", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#4b;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V" + ], + "mappedName": "#4b;:H-a30,E", + "sourceElement": "#4b", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#1d:1;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#1d:1;:H-a30,E", + "sourceElement": "#1d:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#43:1;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#26:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E" + ], + "mappedName": "#43:1;:H-a30,E", + "sourceElement": "#43:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#4d;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#8;:H#,V" + ], + "mappedName": "#4d;:H-a30,E", + "sourceElement": "#4d", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#1d:4;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#1d:4;:H-a30,E", + "sourceElement": "#1d:4", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#43:4;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#26:4;:U;XTR;:H#:7,E", + "#b:4;:H#,E" + ], + "mappedName": "#43:4;:H-a30,E", + "sourceElement": "#43:4", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#4c;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge20", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#6;:H#,V" + ], + "mappedName": "#4c;:H-a30,E", + "sourceElement": "#4c", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#1d:2;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#1d:2;:H-a30,E", + "sourceElement": "#1d:2", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#43:2;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge22", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#26:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E" + ], + "mappedName": "#43:2;:H-a30,E", + "sourceElement": "#43:2", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#1d:3;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#1d:3;:H-a30,E", + "sourceElement": "#1d:3", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#43:3;:H-a30,E;:H#,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#26:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E" + ], + "mappedName": "#43:3;:H-a30,E", + "sourceElement": "#43:3", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#46;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#46;:H#,V", + "sourceElement": "#46", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4f:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4f:1;:H#,V", + "sourceElement": "#4f:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#47;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#47;:H#,V", + "sourceElement": "#47", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#52:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#52:1;:H#,V", + "sourceElement": "#52:1", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#49;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#49;:H#,V", + "sourceElement": "#49", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#52:3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#52:3;:H#,V", + "sourceElement": "#52:3", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#48;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#48;:H#,V", + "sourceElement": "#48", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#52:2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#52:2;:H#,V", + "sourceElement": "#52:2", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#1f;:H-a30,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1f;:H-a30,V", + "sourceElement": "#1f", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#59;:H-a30,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V", + "#4a;:U;XTR;:H#:7,V" + ], + "mappedName": "#59;:H-a30,V", + "sourceElement": "#59", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#20;:H-a30,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#20;:H-a30,V", + "sourceElement": "#20", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#61;:H-a30,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V", + "#4b;:U;XTR;:H#:7,V" + ], + "mappedName": "#61;:H-a30,V", + "sourceElement": "#61", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#22;:H-a30,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#22;:H-a30,V", + "sourceElement": "#22", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#63;:H-a30,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#4d;:U;XTR;:H#:7,V", + "#8;:H#,V" + ], + "mappedName": "#63;:H-a30,V", + "sourceElement": "#63", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#21;:H-a30,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#21;:H-a30,V", + "sourceElement": "#21", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#62;:H-a30,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#4c;:U;XTR;:H#:7,V", + "#6;:H#,V" + ], + "mappedName": "#62;:H-a30,V", + "sourceElement": "#62", + "sourceObject": "Pocket19", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "d0a87438a01563d7077b011624fb5a10d60f3914fdc9540171bb833a614d1e53", "shape": { + "area": 234.32000000000002, + "brepSha256": "b62707598c03005f6d65ffa77f5c33dcc380e5a2051b6b581d1816d249d33a16", "edges": 24, "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", "solids": 1, "valid": true, + "vertices": 16, "volume": 192.32 }, "typeId": "PartDesign::Body" @@ -96132,6 +132933,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -96180,11 +132982,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -96194,6 +133011,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -96242,11 +133060,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -96256,6 +133089,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -96304,11 +133138,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -96318,6 +133167,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -96366,11 +133216,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -96380,6 +133245,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -96428,11 +133294,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -96442,6 +133323,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -96490,11 +133372,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -96504,6 +133401,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -96552,11 +133450,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -96568,6 +133481,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch19", + "linkedObjects": [], "name": "Sketch19", "names": [ { @@ -96868,11 +133782,75 @@ "stageId": "Sketch19", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "0f073e7f68d2ebda3884fe8496f7bad5931405b93e3b563ffd7530396d5477e4", "edges": 4, "faces": 0, + "geometryDigest": "89d866e15a856810c9611e39ce906126c74c30b7b579f8841e64c744be7955e3", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -96885,15 +133863,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad19", + "linkedObjects": [ + "Body19", + "Sketch19" + ], "name": "Pad19", "names": [ { "history": [ { "children": [ - "#b:1;:H7db,E" + "#b:1;:Ha2d,E" ], - "mappedName": "#d:1;:G;XTR;:H7db:7,F", + "mappedName": "#d:1;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -96908,7 +133890,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:H7db:7,F", + "mappedName": "#d:1;:G;XTR;:Ha2d:7,F", "mappedStringIds": [ 13 ], @@ -96918,9 +133900,9 @@ "history": [ { "children": [ - "#b:2;:H7db,E" + "#b:2;:Ha2d,E" ], - "mappedName": "#d:2;:G;XTR;:H7db:7,F", + "mappedName": "#d:2;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -96936,7 +133918,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:H7db:7,F", + "mappedName": "#d:2;:G;XTR;:Ha2d:7,F", "mappedStringIds": [ 11, 13 @@ -96947,9 +133929,9 @@ "history": [ { "children": [ - "#b:3;:H7db,E" + "#b:3;:Ha2d,E" ], - "mappedName": "#d:3;:G;XTR;:H7db:7,F", + "mappedName": "#d:3;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -96965,7 +133947,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:H7db:7,F", + "mappedName": "#d:3;:G;XTR;:Ha2d:7,F", "mappedStringIds": [ 11, 13 @@ -96976,9 +133958,9 @@ "history": [ { "children": [ - "#b:4;:H7db,E" + "#b:4;:Ha2d,E" ], - "mappedName": "#d:4;:G;XTR;:H7db:7,F", + "mappedName": "#d:4;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -96994,7 +133976,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:H7db:7,F", + "mappedName": "#d:4;:G;XTR;:Ha2d:7,F", "mappedStringIds": [ 11, 13 @@ -97005,9 +133987,9 @@ "history": [ { "children": [ - "#b:1;:H7db,E" + "#b:1;:Ha2d,E" ], - "mappedName": "#d:1;FAC;:H7db:4,F", + "mappedName": "#d:1;FAC;:Ha2d:4,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97022,7 +134004,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:H7db:4,F", + "mappedName": "#d:1;FAC;:Ha2d:4,F", "mappedStringIds": [ 13 ], @@ -97032,10 +134014,10 @@ "history": [ { "children": [ - "#d:1;FAC;:H7db:4,F", - "#b:1;:H7db,E" + "#d:1;FAC;:Ha2d:4,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#14:1;:G0;XTR;:H7db:8,F", + "mappedName": "#14:1;:G0;XTR;:Ha2d:8,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97050,7 +134032,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:H7db:8,F", + "mappedName": "#14:1;:G0;XTR;:Ha2d:8,F", "mappedStringIds": [ 20 ], @@ -97060,26 +134042,26 @@ "history": [ { "children": [ - "#2:1;:H7db,V" + "#2;:Ha2d,V" ], - "mappedName": "#f:1;:G;XTR;:H7db:7,E", + "mappedName": "#46;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 70 ], - "mappedName": "#f:1;:G;XTR;:H7db:7,E", + "mappedName": "#46;:G;XTR;:Ha2d:7,E", "mappedStringIds": [ - 15 + 70 ], "name": "Edge1" }, @@ -97087,26 +134069,26 @@ "history": [ { "children": [ - "#4:2;:H7db,V" + "#4;:Ha2d,V" ], - "mappedName": "#10:2;:G;XTR;:H7db:7,E", + "mappedName": "#47;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 71 ], - "mappedName": "#10:2;:G;XTR;:H7db:7,E", + "mappedName": "#47;:G;XTR;:Ha2d:7,E", "mappedStringIds": [ - 16 + 71 ], "name": "Edge2" }, @@ -97114,7 +134096,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H7db,E", + "mappedName": "#b:1;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97129,7 +134111,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H7db,E", + "mappedName": "#b:1;:Ha2d,E", "mappedStringIds": [ 11 ], @@ -97139,10 +134121,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:H7db:7,F", - "#b:1;:H7db,E" + "#d:1;:G;XTR;:Ha2d:7,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#16:1;:U;XTR;:H7db:7,E", + "mappedName": "#16:1;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97157,7 +134139,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:H7db:7,E", + "mappedName": "#16:1;:U;XTR;:Ha2d:7,E", "mappedStringIds": [ 22 ], @@ -97167,26 +134149,26 @@ "history": [ { "children": [ - "#6:2;:H7db,V" + "#6;:Ha2d,V" ], - "mappedName": "#11:2;:G;XTR;:H7db:7,E", + "mappedName": "#48;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 72 ], - "mappedName": "#11:2;:G;XTR;:H7db:7,E", + "mappedName": "#48;:G;XTR;:Ha2d:7,E", "mappedStringIds": [ - 17 + 72 ], "name": "Edge5" }, @@ -97194,7 +134176,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H7db,E", + "mappedName": "#b:2;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97209,7 +134191,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H7db,E", + "mappedName": "#b:2;:Ha2d,E", "mappedStringIds": [ 11 ], @@ -97219,10 +134201,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:H7db:7,F", - "#b:2;:H7db,E" + "#d:2;:G;XTR;:Ha2d:7,F", + "#b:2;:Ha2d,E" ], - "mappedName": "#16:2;:U;XTR;:H7db:7,E", + "mappedName": "#16:2;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97239,7 +134221,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:H7db:7,E", + "mappedName": "#16:2;:U;XTR;:Ha2d:7,E", "mappedStringIds": [ 11, 13, @@ -97251,26 +134233,26 @@ "history": [ { "children": [ - "#8:2;:H7db,V" + "#8;:Ha2d,V" ], - "mappedName": "#12:2;:G;XTR;:H7db:7,E", + "mappedName": "#49;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 73 ], - "mappedName": "#12:2;:G;XTR;:H7db:7,E", + "mappedName": "#49;:G;XTR;:Ha2d:7,E", "mappedStringIds": [ - 18 + 73 ], "name": "Edge8" }, @@ -97278,7 +134260,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H7db,E", + "mappedName": "#b:3;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97293,7 +134275,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H7db,E", + "mappedName": "#b:3;:Ha2d,E", "mappedStringIds": [ 11 ], @@ -97303,10 +134285,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:H7db:7,F", - "#b:3;:H7db,E" + "#d:3;:G;XTR;:Ha2d:7,F", + "#b:3;:Ha2d,E" ], - "mappedName": "#16:3;:U;XTR;:H7db:7,E", + "mappedName": "#16:3;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97323,7 +134305,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:H7db:7,E", + "mappedName": "#16:3;:U;XTR;:Ha2d:7,E", "mappedStringIds": [ 11, 13, @@ -97335,7 +134317,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H7db,E", + "mappedName": "#b:4;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97350,7 +134332,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H7db,E", + "mappedName": "#b:4;:Ha2d,E", "mappedStringIds": [ 11 ], @@ -97360,10 +134342,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:H7db:7,F", - "#b:4;:H7db,E" + "#d:4;:G;XTR;:Ha2d:7,F", + "#b:4;:Ha2d,E" ], - "mappedName": "#16:4;:U;XTR;:H7db:7,E", + "mappedName": "#16:4;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -97380,7 +134362,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:H7db:7,E", + "mappedName": "#16:4;:U;XTR;:Ha2d:7,E", "mappedStringIds": [ 11, 13, @@ -97392,13 +134374,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H7db,V", + "mappedName": "#2;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } @@ -97407,7 +134389,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H7db,V", + "mappedName": "#2;:Ha2d,V", "mappedStringIds": [ 2 ], @@ -97417,27 +134399,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:H7db:7,E", - "#2:1;:H7db,V" + "#16:1;:U;XTR;:Ha2d:7,E", + "#d:1;:G;XTR;:Ha2d:7,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#18:1;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U;XTR;:Ha2d:7,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], - "mappedName": "#18:1;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U;XTR;:Ha2d:7,V", "mappedStringIds": [ - 24 + 54 ], "name": "Vertex2" }, @@ -97445,13 +134428,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H7db,V", + "mappedName": "#4;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } @@ -97460,7 +134443,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H7db,V", + "mappedName": "#4;:Ha2d,V", "mappedStringIds": [ 4 ], @@ -97470,27 +134453,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:H7db:7,E", - "#4:2;:H7db,V" + "#16:1;:U;XTR;:Ha2d:7,E", + "#d:1;:G;XTR;:Ha2d:7,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#19:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U2;XTR;:Ha2d:8,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], - "mappedName": "#19:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U2;XTR;:Ha2d:8,V", "mappedStringIds": [ - 25 + 54 ], "name": "Vertex4" }, @@ -97498,13 +134482,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H7db,V", + "mappedName": "#6;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } @@ -97513,7 +134497,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H7db,V", + "mappedName": "#6;:Ha2d,V", "mappedStringIds": [ 6 ], @@ -97523,27 +134507,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:H7db:7,E", - "#6:2;:H7db,V" + "#16:2;:U;XTR;:Ha2d:7,E", + "#d:2;:G;XTR;:Ha2d:7,F", + "#b:2;:Ha2d,E" ], - "mappedName": "#1a:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:2;:U2;XTR;:Ha2d:8,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], - "mappedName": "#1a:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:2;:U2;XTR;:Ha2d:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "name": "Vertex6" }, @@ -97551,13 +134542,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H7db,V", + "mappedName": "#8;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } @@ -97566,7 +134557,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H7db,V", + "mappedName": "#8;:Ha2d,V", "mappedStringIds": [ 8 ], @@ -97576,27 +134567,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:H7db:7,E", - "#8:2;:H7db,V" + "#16:3;:U;XTR;:Ha2d:7,E", + "#d:3;:G;XTR;:Ha2d:7,F", + "#b:3;:Ha2d,E" ], - "mappedName": "#1b:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:3;:U2;XTR;:Ha2d:8,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], - "mappedName": "#1b:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:3;:U2;XTR;:Ha2d:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "name": "Vertex8" } @@ -97614,7 +134612,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:H7db:7,F", + "mappedName": "#d:1;:G;XTR;:Ha2d:7,F", "mappedStringIds": [ 13 ], @@ -97624,7 +134622,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:H7db:7,F", + "name": "#d:1;:G;XTR;:Ha2d:7,F", "stringIds": [ 13 ] @@ -97648,7 +134646,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:H7db:7,F", + "mappedName": "#d:2;:G;XTR;:Ha2d:7,F", "mappedStringIds": [ 11, 13 @@ -97659,7 +134657,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:H7db:7,F", + "name": "#d:2;:G;XTR;:Ha2d:7,F", "stringIds": [ 11, 13 @@ -97684,7 +134682,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:H7db:7,F", + "mappedName": "#d:3;:G;XTR;:Ha2d:7,F", "mappedStringIds": [ 11, 13 @@ -97695,7 +134693,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:H7db:7,F", + "name": "#d:3;:G;XTR;:Ha2d:7,F", "stringIds": [ 11, 13 @@ -97720,7 +134718,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:H7db:7,F", + "mappedName": "#d:4;:G;XTR;:Ha2d:7,F", "mappedStringIds": [ 11, 13 @@ -97731,7 +134729,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:H7db:7,F", + "name": "#d:4;:G;XTR;:Ha2d:7,F", "stringIds": [ 11, 13 @@ -97755,7 +134753,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:H7db:4,F", + "mappedName": "#d:1;FAC;:Ha2d:4,F", "mappedStringIds": [ 13 ], @@ -97765,7 +134763,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:H7db:4,F", + "name": "#d:1;FAC;:Ha2d:4,F", "stringIds": [ 13 ] @@ -97788,7 +134786,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:H7db:8,F", + "mappedName": "#14:1;:G0;XTR;:Ha2d:8,F", "mappedStringIds": [ 20 ], @@ -97798,7 +134796,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:H7db:8,F", + "name": "#14:1;:G0;XTR;:Ha2d:8,F", "stringIds": [ 20 ] @@ -97818,12 +134816,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 70 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:H7db:7,E", + "mappedName": "#46;:G;XTR;:Ha2d:7,E", "mappedStringIds": [ - 15 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -97831,9 +134829,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:H7db:7,E", + "name": "#46;:G;XTR;:Ha2d:7,E", "stringIds": [ - 15 + 70 ] }, "relation": "generated", @@ -97841,9 +134839,9 @@ "resultPersistentId": "Pad19:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v11;SKT", + "persistentId": "Sketch19:mapped:g1v1;SKT", "stageId": "Sketch19" } ] @@ -97851,12 +134849,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 71 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:H7db:7,E", + "mappedName": "#47;:G;XTR;:Ha2d:7,E", "mappedStringIds": [ - 16 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -97864,9 +134862,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:H7db:7,E", + "name": "#47;:G;XTR;:Ha2d:7,E", "stringIds": [ - 16 + 71 ] }, "relation": "generated", @@ -97874,9 +134872,9 @@ "resultPersistentId": "Pad19:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v22;SKT", + "persistentId": "Sketch19:mapped:g1v2;SKT", "stageId": "Sketch19" } ] @@ -97887,7 +134885,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H7db,E", + "mappedName": "#b:1;:Ha2d,E", "mappedStringIds": [ 11 ], @@ -97897,7 +134895,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:H7db,E", + "name": "#b:1;:Ha2d,E", "stringIds": [ 11 ] @@ -97920,7 +134918,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:H7db:7,E", + "mappedName": "#16:1;:U;XTR;:Ha2d:7,E", "mappedStringIds": [ 22 ], @@ -97930,7 +134928,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:H7db:7,E", + "name": "#16:1;:U;XTR;:Ha2d:7,E", "stringIds": [ 22 ] @@ -97950,12 +134948,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 72 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:H7db:7,E", + "mappedName": "#48;:G;XTR;:Ha2d:7,E", "mappedStringIds": [ - 17 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -97963,9 +134961,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:H7db:7,E", + "name": "#48;:G;XTR;:Ha2d:7,E", "stringIds": [ - 17 + 72 ] }, "relation": "generated", @@ -97973,9 +134971,9 @@ "resultPersistentId": "Pad19:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g2v22;SKT", + "persistentId": "Sketch19:mapped:g2v2;SKT", "stageId": "Sketch19" } ] @@ -97986,7 +134984,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H7db,E", + "mappedName": "#b:2;:Ha2d,E", "mappedStringIds": [ 11 ], @@ -97996,7 +134994,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:H7db,E", + "name": "#b:2;:Ha2d,E", "stringIds": [ 11 ] @@ -98021,7 +135019,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:H7db:7,E", + "mappedName": "#16:2;:U;XTR;:Ha2d:7,E", "mappedStringIds": [ 11, 13, @@ -98033,7 +135031,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:H7db:7,E", + "name": "#16:2;:U;XTR;:Ha2d:7,E", "stringIds": [ 11, 13, @@ -98055,12 +135053,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 73 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:H7db:7,E", + "mappedName": "#49;:G;XTR;:Ha2d:7,E", "mappedStringIds": [ - 18 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -98068,9 +135066,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:H7db:7,E", + "name": "#49;:G;XTR;:Ha2d:7,E", "stringIds": [ - 18 + 73 ] }, "relation": "generated", @@ -98078,9 +135076,9 @@ "resultPersistentId": "Pad19:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g3v22;SKT", + "persistentId": "Sketch19:mapped:g3v2;SKT", "stageId": "Sketch19" } ] @@ -98091,7 +135089,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H7db,E", + "mappedName": "#b:3;:Ha2d,E", "mappedStringIds": [ 11 ], @@ -98101,7 +135099,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:H7db,E", + "name": "#b:3;:Ha2d,E", "stringIds": [ 11 ] @@ -98126,7 +135124,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:H7db:7,E", + "mappedName": "#16:3;:U;XTR;:Ha2d:7,E", "mappedStringIds": [ 11, 13, @@ -98138,7 +135136,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:H7db:7,E", + "name": "#16:3;:U;XTR;:Ha2d:7,E", "stringIds": [ 11, 13, @@ -98163,7 +135161,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H7db,E", + "mappedName": "#b:4;:Ha2d,E", "mappedStringIds": [ 11 ], @@ -98173,7 +135171,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H7db,E", + "name": "#b:4;:Ha2d,E", "stringIds": [ 11 ] @@ -98198,7 +135196,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:H7db:7,E", + "mappedName": "#16:4;:U;XTR;:Ha2d:7,E", "mappedStringIds": [ 11, 13, @@ -98210,7 +135208,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:H7db:7,E", + "name": "#16:4;:U;XTR;:Ha2d:7,E", "stringIds": [ 11, 13, @@ -98235,7 +135233,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H7db,V", + "mappedName": "#2;:Ha2d,V", "mappedStringIds": [ 2 ], @@ -98245,7 +135243,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H7db,V", + "name": "#2;:Ha2d,V", "stringIds": [ 2 ] @@ -98255,9 +135253,9 @@ "resultPersistentId": "Pad19:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v11;SKT", + "persistentId": "Sketch19:mapped:g1v1;SKT", "stageId": "Sketch19" } ] @@ -98265,12 +135263,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U;XTR;:Ha2d:7,V", "mappedStringIds": [ - 24 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -98278,9 +135276,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:H7db:7,V", + "name": "#36:1;:U;XTR;:Ha2d:7,V", "stringIds": [ - 24 + 54 ] }, "relation": "preserved", @@ -98288,9 +135286,9 @@ "resultPersistentId": "Pad19:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v11;SKT", + "persistentId": "Sketch19:mapped:g1;SKT", "stageId": "Sketch19" } ] @@ -98301,7 +135299,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H7db,V", + "mappedName": "#4;:Ha2d,V", "mappedStringIds": [ 4 ], @@ -98311,7 +135309,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:H7db,V", + "name": "#4;:Ha2d,V", "stringIds": [ 4 ] @@ -98321,9 +135319,9 @@ "resultPersistentId": "Pad19:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v22;SKT", + "persistentId": "Sketch19:mapped:g1v2;SKT", "stageId": "Sketch19" } ] @@ -98331,12 +135329,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U2;XTR;:Ha2d:8,V", "mappedStringIds": [ - 25 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -98344,9 +135342,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:H7db:7,V", + "name": "#36:1;:U2;XTR;:Ha2d:8,V", "stringIds": [ - 25 + 54 ] }, "relation": "preserved", @@ -98354,9 +135352,9 @@ "resultPersistentId": "Pad19:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v22;SKT", + "persistentId": "Sketch19:mapped:g1;SKT", "stageId": "Sketch19" } ] @@ -98367,7 +135365,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H7db,V", + "mappedName": "#6;:Ha2d,V", "mappedStringIds": [ 6 ], @@ -98377,7 +135375,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H7db,V", + "name": "#6;:Ha2d,V", "stringIds": [ 6 ] @@ -98387,9 +135385,9 @@ "resultPersistentId": "Pad19:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g2v22;SKT", + "persistentId": "Sketch19:mapped:g2v2;SKT", "stageId": "Sketch19" } ] @@ -98397,12 +135395,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:2;:U2;XTR;:Ha2d:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -98410,9 +135414,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:H7db:7,V", + "name": "#36:2;:U2;XTR;:Ha2d:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -98420,9 +135427,9 @@ "resultPersistentId": "Pad19:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g2v22;SKT", + "persistentId": "Sketch19:mapped:g2;SKT", "stageId": "Sketch19" } ] @@ -98433,7 +135440,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H7db,V", + "mappedName": "#8;:Ha2d,V", "mappedStringIds": [ 8 ], @@ -98443,7 +135450,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H7db,V", + "name": "#8;:Ha2d,V", "stringIds": [ 8 ] @@ -98453,9 +135460,9 @@ "resultPersistentId": "Pad19:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g3v22;SKT", + "persistentId": "Sketch19:mapped:g3v2;SKT", "stageId": "Sketch19" } ] @@ -98463,12 +135470,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:3;:U2;XTR;:Ha2d:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -98476,9 +135489,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:H7db:7,V", + "name": "#36:3;:U2;XTR;:Ha2d:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -98486,9 +135502,9 @@ "resultPersistentId": "Pad19:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g3v22;SKT", + "persistentId": "Sketch19:mapped:g3;SKT", "stageId": "Sketch19" } ] @@ -98503,11 +135519,409 @@ "stageId": "Pad19", "status": "native-evidence" }, + "relationDigest": "7c7844f8ec2ee61487968f0ee99c93ef080468b1670dfbbd4e16fda3327ba051", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#46;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#47;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#48;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#49;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", "shape": { + "area": 209.99999999999997, + "brepSha256": "f30d9bcb1fd9e0a59ddf8bbcb2b707c3fc99a995824beee026eb73acee4901e8", "edges": 12, "faces": 6, + "geometryDigest": "4d9bac34ef00223e0ad79ac8343db5ad41db344865e328d2af08af39e54d6cdc", "solids": 1, "valid": true, + "vertices": 8, "volume": 199.99999999999994 }, "typeId": "PartDesign::Pad" @@ -98519,6 +135933,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "PocketSketch19", + "linkedObjects": [], "name": "PocketSketch19", "names": [ { @@ -98819,11 +136234,75 @@ "stageId": "PocketSketch19", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", "edges": 4, "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -98836,21 +136315,26 @@ "elementMapSize": 60, "elementMapVersion": "15.70200.5", "label": "Pocket19", + "linkedObjects": [ + "Body19", + "Pad19", + "PocketSketch19" + ], "name": "Pocket19", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:H7dc,F", + "mappedName": "#16:1;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H7db,E" + "#b:1;:Ha2d,E" ], - "mappedName": "#d:1;:G;XTR;:H7db:7,F", + "mappedName": "#d:1;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -98865,7 +136349,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:H7dc,F", + "mappedName": "#16:1;:Ha2e,F", "mappedStringIds": [ 22 ], @@ -98875,15 +136359,15 @@ "history": [ { "children": [], - "mappedName": "#16:4;:H7dc,F", + "mappedName": "#16:4;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:H7db,E" + "#b:4;:Ha2d,E" ], - "mappedName": "#d:4;:G;XTR;:H7db:7,F", + "mappedName": "#d:4;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -98900,7 +136384,7 @@ 13, 22 ], - "mappedName": "#16:4;:H7dc,F", + "mappedName": "#16:4;:Ha2e,F", "mappedStringIds": [ 11, 13, @@ -98912,15 +136396,15 @@ "history": [ { "children": [], - "mappedName": "#16:2;:H7dc,F", + "mappedName": "#16:2;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:H7db,E" + "#b:2;:Ha2d,E" ], - "mappedName": "#d:2;:G;XTR;:H7db:7,F", + "mappedName": "#d:2;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -98937,7 +136421,7 @@ 13, 22 ], - "mappedName": "#16:2;:H7dc,F", + "mappedName": "#16:2;:Ha2e,F", "mappedStringIds": [ 11, 13, @@ -98949,15 +136433,15 @@ "history": [ { "children": [], - "mappedName": "#14:1;:H7dc,F", + "mappedName": "#14:1;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H7db,E" + "#b:1;:Ha2d,E" ], - "mappedName": "#d:1;FAC;:H7db:4,F", + "mappedName": "#d:1;FAC;:Ha2d:4,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -98972,7 +136456,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:H7dc,F", + "mappedName": "#14:1;:Ha2e,F", "mappedStringIds": [ 20 ], @@ -98982,16 +136466,16 @@ "history": [ { "children": [], - "mappedName": "#38:1;:H7dc,F", + "mappedName": "#38:1;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:H7db:4,F", - "#b:1;:H7db,E" + "#d:1;FAC;:Ha2d:4,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#14:1;:G0;XTR;:H7db:8,F", + "mappedName": "#14:1;:G0;XTR;:Ha2d:8,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99006,7 +136490,7 @@ "indexedStringIds": [ 56 ], - "mappedName": "#38:1;:H7dc,F", + "mappedName": "#38:1;:Ha2e,F", "mappedStringIds": [ 56 ], @@ -99016,15 +136500,15 @@ "history": [ { "children": [], - "mappedName": "#16:3;:H7dc,F", + "mappedName": "#16:3;:Ha2e,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:H7db,E" + "#b:3;:Ha2d,E" ], - "mappedName": "#d:3;:G;XTR;:H7db:7,F", + "mappedName": "#d:3;:G;XTR;:Ha2d:7,F", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99041,7 +136525,7 @@ 13, 22 ], - "mappedName": "#16:3;:H7dc,F", + "mappedName": "#16:3;:Ha2e,F", "mappedStringIds": [ 11, 13, @@ -99053,10 +136537,10 @@ "history": [ { "children": [ - "#1d:1;:G;XTR;:H7dd:7,F", - "#b:1;:H7dd,E" + "#1d:1;:G;XTR;:Ha2f:7,F", + "#b:1;:Ha2f,E" ], - "mappedName": "#26:1;:H-7de,F", + "mappedName": "#26:1;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99071,7 +136555,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:H-7de,F", + "mappedName": "#26:1;:H-a30,F", "mappedStringIds": [ 38 ], @@ -99081,10 +136565,10 @@ "history": [ { "children": [ - "#1d:4;:G;XTR;:H7dd:7,F", - "#b:4;:H7dd,E" + "#1d:4;:G;XTR;:Ha2f:7,F", + "#b:4;:Ha2f,E" ], - "mappedName": "#26:4;:H-7de,F", + "mappedName": "#26:4;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99101,7 +136585,7 @@ 29, 38 ], - "mappedName": "#26:4;:H-7de,F", + "mappedName": "#26:4;:H-a30,F", "mappedStringIds": [ 11, 29, @@ -99113,10 +136597,10 @@ "history": [ { "children": [ - "#1d:2;:G;XTR;:H7dd:7,F", - "#b:2;:H7dd,E" + "#1d:2;:G;XTR;:Ha2f:7,F", + "#b:2;:Ha2f,E" ], - "mappedName": "#26:2;:H-7de,F", + "mappedName": "#26:2;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99133,7 +136617,7 @@ 29, 38 ], - "mappedName": "#26:2;:H-7de,F", + "mappedName": "#26:2;:H-a30,F", "mappedStringIds": [ 11, 29, @@ -99145,10 +136629,10 @@ "history": [ { "children": [ - "#1d:1;FAC;:H7dd:4,F", - "#b:1;:H7dd,E" + "#1d:1;FAC;:Ha2f:4,F", + "#b:1;:Ha2f,E" ], - "mappedName": "#24:1;:H-7de,F", + "mappedName": "#24:1;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99163,7 +136647,7 @@ "indexedStringIds": [ 36 ], - "mappedName": "#24:1;:H-7de,F", + "mappedName": "#24:1;:H-a30,F", "mappedStringIds": [ 36 ], @@ -99173,11 +136657,11 @@ "history": [ { "children": [ - "#24:1;:G0;XTR;:H7dd:8,F", - "#1d:1;FAC;:H7dd:4,F", - "#b:1;:H7dd,E" + "#24:1;:G0;XTR;:Ha2f:8,F", + "#1d:1;FAC;:Ha2f:4,F", + "#b:1;:Ha2f,E" ], - "mappedName": "#45:1;:H-7de,F", + "mappedName": "#45:1;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99192,7 +136676,7 @@ "indexedStringIds": [ 69 ], - "mappedName": "#45:1;:H-7de,F", + "mappedName": "#45:1;:H-a30,F", "mappedStringIds": [ 69 ], @@ -99202,10 +136686,10 @@ "history": [ { "children": [ - "#1d:3;:G;XTR;:H7dd:7,F", - "#b:3;:H7dd,E" + "#1d:3;:G;XTR;:Ha2f:7,F", + "#b:3;:Ha2f,E" ], - "mappedName": "#26:3;:H-7de,F", + "mappedName": "#26:3;:H-a30,F", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99222,7 +136706,7 @@ 29, 38 ], - "mappedName": "#26:3;:H-7de,F", + "mappedName": "#26:3;:H-a30,F", "mappedStringIds": [ 11, 29, @@ -99234,32 +136718,30 @@ "history": [ { "children": [], - "mappedName": "#18:1;:H7dc,E", + "mappedName": "#5d:2e;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:H7db,V" - ], - "mappedName": "#f:1;:G;XTR;:H7db:7,E", + "children": [], + "mappedName": "#4646;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], - "mappedName": "#18:1;:H7dc,E", + "mappedName": "#5d:2e;:Ha2e,E", "mappedStringIds": [ - 24 + 93 ], "name": "Edge1" }, @@ -99267,32 +136749,30 @@ "history": [ { "children": [], - "mappedName": "#19:2;:H7dc,E", + "mappedName": "#5e:2f;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:H7db,V" - ], - "mappedName": "#10:2;:G;XTR;:H7db:7,E", + "children": [], + "mappedName": "#4747;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], - "mappedName": "#19:2;:H7dc,E", + "mappedName": "#5e:2f;:Ha2e,E", "mappedStringIds": [ - 25 + 94 ], "name": "Edge2" }, @@ -99300,13 +136780,13 @@ "history": [ { "children": [], - "mappedName": "#d:1;:H7dc,E", + "mappedName": "#d:1;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:H7db,E", + "mappedName": "#b:1;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99321,7 +136801,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:H7dc,E", + "mappedName": "#d:1;:Ha2e,E", "mappedStringIds": [ 13 ], @@ -99331,16 +136811,16 @@ "history": [ { "children": [], - "mappedName": "#36:1;:H7dc,E", + "mappedName": "#36:1;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:H7db:7,F", - "#b:1;:H7db,E" + "#d:1;:G;XTR;:Ha2d:7,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#16:1;:U;XTR;:H7db:7,E", + "mappedName": "#16:1;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99355,7 +136835,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:H7dc,E", + "mappedName": "#36:1;:Ha2e,E", "mappedStringIds": [ 54 ], @@ -99365,32 +136845,30 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:H7dc,E", + "mappedName": "#60:31;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:H7db,V" - ], - "mappedName": "#12:2;:G;XTR;:H7db:7,E", + "children": [], + "mappedName": "#4949;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], - "mappedName": "#1b:2;:H7dc,E", + "mappedName": "#60:31;:Ha2e,E", "mappedStringIds": [ - 27 + 96 ], "name": "Edge5" }, @@ -99398,13 +136876,13 @@ "history": [ { "children": [], - "mappedName": "#d:4;:H7dc,E", + "mappedName": "#d:4;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:H7db,E", + "mappedName": "#b:4;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99420,7 +136898,7 @@ 11, 13 ], - "mappedName": "#d:4;:H7dc,E", + "mappedName": "#d:4;:Ha2e,E", "mappedStringIds": [ 11, 13 @@ -99431,16 +136909,16 @@ "history": [ { "children": [], - "mappedName": "#36:4;:H7dc,E", + "mappedName": "#36:4;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:H7db:7,F", - "#b:4;:H7db,E" + "#d:4;:G;XTR;:Ha2d:7,F", + "#b:4;:Ha2d,E" ], - "mappedName": "#16:4;:U;XTR;:H7db:7,E", + "mappedName": "#16:4;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99458,7 +136936,7 @@ 22, 54 ], - "mappedName": "#36:4;:H7dc,E", + "mappedName": "#36:4;:Ha2e,E", "mappedStringIds": [ 11, 13, @@ -99471,32 +136949,30 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:H7dc,E", + "mappedName": "#5f:30;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:H7db,V" - ], - "mappedName": "#11:2;:G;XTR;:H7db:7,E", + "children": [], + "mappedName": "#4848;:G;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], - "mappedName": "#1a:2;:H7dc,E", + "mappedName": "#5f:30;:Ha2e,E", "mappedStringIds": [ - 26 + 95 ], "name": "Edge8" }, @@ -99504,13 +136980,13 @@ "history": [ { "children": [], - "mappedName": "#d:2;:H7dc,E", + "mappedName": "#d:2;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:H7db,E", + "mappedName": "#b:2;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99526,7 +137002,7 @@ 11, 13 ], - "mappedName": "#d:2;:H7dc,E", + "mappedName": "#d:2;:Ha2e,E", "mappedStringIds": [ 11, 13 @@ -99537,16 +137013,16 @@ "history": [ { "children": [], - "mappedName": "#36:2;:H7dc,E", + "mappedName": "#36:2;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:H7db:7,F", - "#b:2;:H7db,E" + "#d:2;:G;XTR;:Ha2d:7,F", + "#b:2;:Ha2d,E" ], - "mappedName": "#16:2;:U;XTR;:H7db:7,E", + "mappedName": "#16:2;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99564,7 +137040,7 @@ 22, 54 ], - "mappedName": "#36:2;:H7dc,E", + "mappedName": "#36:2;:Ha2e,E", "mappedStringIds": [ 11, 13, @@ -99577,13 +137053,13 @@ "history": [ { "children": [], - "mappedName": "#d:3;:H7dc,E", + "mappedName": "#d:3;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:H7db,E", + "mappedName": "#b:3;:Ha2d,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99599,7 +137075,7 @@ 11, 13 ], - "mappedName": "#d:3;:H7dc,E", + "mappedName": "#d:3;:Ha2e,E", "mappedStringIds": [ 11, 13 @@ -99610,16 +137086,16 @@ "history": [ { "children": [], - "mappedName": "#36:3;:H7dc,E", + "mappedName": "#36:3;:Ha2e,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:H7db:7,F", - "#b:3;:H7db,E" + "#d:3;:G;XTR;:Ha2d:7,F", + "#b:3;:Ha2d,E" ], - "mappedName": "#16:3;:U;XTR;:H7db:7,E", + "mappedName": "#16:3;:U;XTR;:Ha2d:7,E", "object": "Pad19", "typeId": "PartDesign::Pad" }, @@ -99637,7 +137113,7 @@ 22, 54 ], - "mappedName": "#36:3;:H7dc,E", + "mappedName": "#36:3;:Ha2e,E", "mappedStringIds": [ 11, 13, @@ -99650,28 +137126,27 @@ "history": [ { "children": [ - "#1f:2;:G;XTR;:H7dd:7,E", - "#22;:H7dd,V", - "#8;:H7dd,V" + "#1f;:G;XTR;:Ha2f:7,E", + "#2;:Ha2f,V" ], - "mappedName": "#28:2;:H-7de,E", + "mappedName": "#4a;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], - "mappedName": "#28:2;:H-7de,E", + "mappedName": "#4a;:H-a30,E", "mappedStringIds": [ - 40 + 74 ], "name": "Edge13" }, @@ -99679,22 +137154,27 @@ "history": [ { "children": [ - "#20:4;:G;XTR;:H7dd:7,E", - "#44;:H7dd,V", - ";:G0;XTR;:H7dd:8,F" + "#20;:G;XTR;:Ha2f:7,E", + "#4;:Ha2f,V" ], - "mappedName": "#29:4;:H-7de,E", + "mappedName": "#4b;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch19", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], - "mappedName": "#29:4;:H-7de,E", + "mappedName": "#4b;:H-a30,E", "mappedStringIds": [ - 41 + 75 ], "name": "Edge14" }, @@ -99702,9 +137182,9 @@ "history": [ { "children": [ - "#b:1;:H7dd,E" + "#b:1;:Ha2f,E" ], - "mappedName": "#1d:1;:H-7de,E", + "mappedName": "#1d:1;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99719,7 +137199,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:H-7de,E", + "mappedName": "#1d:1;:H-a30,E", "mappedStringIds": [ 29 ], @@ -99729,11 +137209,11 @@ "history": [ { "children": [ - "#26:1;:U;XTR;:H7dd:7,E", - "#1d:1;:G;XTR;:H7dd:7,F", - "#b:1;:H7dd,E" + "#26:1;:U;XTR;:Ha2f:7,E", + "#1d:1;:G;XTR;:Ha2f:7,F", + "#b:1;:Ha2f,E" ], - "mappedName": "#43:1;:H-7de,E", + "mappedName": "#43:1;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99748,7 +137228,7 @@ "indexedStringIds": [ 67 ], - "mappedName": "#43:1;:H-7de,E", + "mappedName": "#43:1;:H-a30,E", "mappedStringIds": [ 67 ], @@ -99758,27 +137238,27 @@ "history": [ { "children": [ - "#22:8;:G;XTR;:H7dd:7,E", - "#88;:H7dd,V" + "#22;:G;XTR;:Ha2f:7,E", + "#8;:Ha2f,V" ], - "mappedName": "#2b:8;:H-7de,E", + "mappedName": "#4d;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], - "mappedName": "#2b:8;:H-7de,E", + "mappedName": "#4d;:H-a30,E", "mappedStringIds": [ - 43 + 77 ], "name": "Edge17" }, @@ -99786,9 +137266,9 @@ "history": [ { "children": [ - "#b:4;:H7dd,E" + "#b:4;:Ha2f,E" ], - "mappedName": "#1d:4;:H-7de,E", + "mappedName": "#1d:4;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99804,7 +137284,7 @@ 11, 29 ], - "mappedName": "#1d:4;:H-7de,E", + "mappedName": "#1d:4;:H-a30,E", "mappedStringIds": [ 11, 29 @@ -99815,11 +137295,11 @@ "history": [ { "children": [ - "#26:4;:U;XTR;:H7dd:7,E", - "#1d:4;:G;XTR;:H7dd:7,F", - "#b:4;:H7dd,E" + "#26:4;:U;XTR;:Ha2f:7,E", + "#1d:4;:G;XTR;:Ha2f:7,F", + "#b:4;:Ha2f,E" ], - "mappedName": "#43:4;:H-7de,E", + "mappedName": "#43:4;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99837,7 +137317,7 @@ 38, 67 ], - "mappedName": "#43:4;:H-7de,E", + "mappedName": "#43:4;:H-a30,E", "mappedStringIds": [ 11, 29, @@ -99850,27 +137330,27 @@ "history": [ { "children": [ - "#21:6;:G;XTR;:H7dd:7,E", - "#66;:H7dd,V" + "#21;:G;XTR;:Ha2f:7,E", + "#6;:Ha2f,V" ], - "mappedName": "#2a:6;:H-7de,E", + "mappedName": "#4c;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], - "mappedName": "#2a:6;:H-7de,E", + "mappedName": "#4c;:H-a30,E", "mappedStringIds": [ - 42 + 76 ], "name": "Edge20" }, @@ -99878,9 +137358,9 @@ "history": [ { "children": [ - "#b:2;:H7dd,E" + "#b:2;:Ha2f,E" ], - "mappedName": "#1d:2;:H-7de,E", + "mappedName": "#1d:2;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99896,7 +137376,7 @@ 11, 29 ], - "mappedName": "#1d:2;:H-7de,E", + "mappedName": "#1d:2;:H-a30,E", "mappedStringIds": [ 11, 29 @@ -99907,11 +137387,11 @@ "history": [ { "children": [ - "#26:2;:U;XTR;:H7dd:7,E", - "#1d:2;:G;XTR;:H7dd:7,F", - "#b:2;:H7dd,E" + "#26:2;:U;XTR;:Ha2f:7,E", + "#1d:2;:G;XTR;:Ha2f:7,F", + "#b:2;:Ha2f,E" ], - "mappedName": "#43:2;:H-7de,E", + "mappedName": "#43:2;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99929,7 +137409,7 @@ 38, 67 ], - "mappedName": "#43:2;:H-7de,E", + "mappedName": "#43:2;:H-a30,E", "mappedStringIds": [ 11, 29, @@ -99942,9 +137422,9 @@ "history": [ { "children": [ - "#b:3;:H7dd,E" + "#b:3;:Ha2f,E" ], - "mappedName": "#1d:3;:H-7de,E", + "mappedName": "#1d:3;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99960,7 +137440,7 @@ 11, 29 ], - "mappedName": "#1d:3;:H-7de,E", + "mappedName": "#1d:3;:H-a30,E", "mappedStringIds": [ 11, 29 @@ -99971,11 +137451,11 @@ "history": [ { "children": [ - "#26:3;:U;XTR;:H7dd:7,E", - "#1d:3;:G;XTR;:H7dd:7,F", - "#b:3;:H7dd,E" + "#26:3;:U;XTR;:Ha2f:7,E", + "#1d:3;:G;XTR;:Ha2f:7,F", + "#b:3;:Ha2f,E" ], - "mappedName": "#43:3;:H-7de,E", + "mappedName": "#43:3;:H-a30,E", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -99993,7 +137473,7 @@ 38, 67 ], - "mappedName": "#43:3;:H-7de,E", + "mappedName": "#43:3;:H-a30,E", "mappedStringIds": [ 11, 29, @@ -100006,30 +137486,30 @@ "history": [ { "children": [], - "mappedName": "#f:1;:H7dc,V", + "mappedName": "#46;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:H7db,V", + "mappedName": "#2;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], - "mappedName": "#f:1;:H7dc,V", + "mappedName": "#46;:Ha2e,V", "mappedStringIds": [ - 15 + 70 ], "name": "Vertex1" }, @@ -100037,33 +137517,34 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:H7dc,V", + "mappedName": "#4f:1;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:H7db:7,E", - "#2:1;:H7db,V" + "#16:1;:U;XTR;:Ha2d:7,E", + "#d:1;:G;XTR;:Ha2d:7,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#18:1;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U;XTR;:Ha2d:7,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], - "mappedName": "#2e:1;:H7dc,V", + "mappedName": "#4f:1;:Ha2e,V", "mappedStringIds": [ - 46 + 79 ], "name": "Vertex2" }, @@ -100071,30 +137552,30 @@ "history": [ { "children": [], - "mappedName": "#10:2;:H7dc,V", + "mappedName": "#47;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:H7db,V", + "mappedName": "#4;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], - "mappedName": "#10:2;:H7dc,V", + "mappedName": "#47;:Ha2e,V", "mappedStringIds": [ - 16 + 71 ], "name": "Vertex3" }, @@ -100102,33 +137583,34 @@ "history": [ { "children": [], - "mappedName": "#30:2;:H7dc,V", + "mappedName": "#52:1;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:H7db:7,E", - "#4:2;:H7db,V" + "#16:1;:U;XTR;:Ha2d:7,E", + "#d:1;:G;XTR;:Ha2d:7,F", + "#b:1;:Ha2d,E" ], - "mappedName": "#19:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U2;XTR;:Ha2d:8,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], - "mappedName": "#30:2;:H7dc,V", + "mappedName": "#52:1;:Ha2e,V", "mappedStringIds": [ - 48 + 82 ], "name": "Vertex4" }, @@ -100136,30 +137618,30 @@ "history": [ { "children": [], - "mappedName": "#12:2;:H7dc,V", + "mappedName": "#49;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:H7db,V", + "mappedName": "#8;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], - "mappedName": "#12:2;:H7dc,V", + "mappedName": "#49;:Ha2e,V", "mappedStringIds": [ - 18 + 73 ], "name": "Vertex5" }, @@ -100167,33 +137649,42 @@ "history": [ { "children": [], - "mappedName": "#34:2;:H7dc,V", + "mappedName": "#52:3;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:H7db:7,E", - "#8:2;:H7db,V" + "#16:3;:U;XTR;:Ha2d:7,E", + "#d:3;:G;XTR;:Ha2d:7,F", + "#b:3;:Ha2d,E" ], - "mappedName": "#1b:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:3;:U2;XTR;:Ha2d:8,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#34:2;:H7dc,V", + "mappedName": "#52:3;:Ha2e,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex6" }, @@ -100201,30 +137692,30 @@ "history": [ { "children": [], - "mappedName": "#11:2;:H7dc,V", + "mappedName": "#48;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:H7db,V", + "mappedName": "#6;:Ha2d,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], - "mappedName": "#11:2;:H7dc,V", + "mappedName": "#48;:Ha2e,V", "mappedStringIds": [ - 17 + 72 ], "name": "Vertex7" }, @@ -100232,33 +137723,42 @@ "history": [ { "children": [], - "mappedName": "#32:2;:H7dc,V", + "mappedName": "#52:2;:Ha2e,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:H7db:7,E", - "#6:2;:H7db,V" + "#16:2;:U;XTR;:Ha2d:7,E", + "#d:2;:G;XTR;:Ha2d:7,F", + "#b:2;:Ha2d,E" ], - "mappedName": "#1a:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:2;:U2;XTR;:Ha2d:8,V", "object": "Pad19", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], - "mappedName": "#32:2;:H7dc,V", + "mappedName": "#52:2;:Ha2e,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "name": "Vertex8" }, @@ -100266,9 +137766,9 @@ "history": [ { "children": [ - "#2;:H7dd,V" + "#2;:Ha2f,V" ], - "mappedName": "#1f;:H-7de,V", + "mappedName": "#1f;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -100283,7 +137783,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:H-7de,V", + "mappedName": "#1f;:H-a30,V", "mappedStringIds": [ 31 ], @@ -100293,29 +137793,28 @@ "history": [ { "children": [ - "#28:2;:U;XTR;:H7dd:7,V", - "#1f:2;:G;XTR;:H7dd:7,E", - "#22;:H7dd,V", - "#8;:H7dd,V" + "#4a;:U;XTR;:Ha2f:7,V", + "#1f;:G;XTR;:Ha2f:7,E", + "#2;:Ha2f,V" ], - "mappedName": "#3b:2;:H-7de,V", + "mappedName": "#59;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], - "mappedName": "#3b:2;:H-7de,V", + "mappedName": "#59;:H-a30,V", "mappedStringIds": [ - 59 + 89 ], "name": "Vertex10" }, @@ -100323,9 +137822,9 @@ "history": [ { "children": [ - "#4;:H7dd,V" + "#4;:Ha2f,V" ], - "mappedName": "#20;:H-7de,V", + "mappedName": "#20;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -100340,7 +137839,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:H-7de,V", + "mappedName": "#20;:H-a30,V", "mappedStringIds": [ 32 ], @@ -100350,23 +137849,28 @@ "history": [ { "children": [ - "#29:4;:U;XTR;:H7dd:7,V", - "#20:4;:G;XTR;:H7dd:7,E", - "#44;:H7dd,V", - ";:G0;XTR;:H7dd:8,F" + "#4b;:U;XTR;:Ha2f:7,V", + "#20;:G;XTR;:Ha2f:7,E", + "#4;:Ha2f,V" ], - "mappedName": "#3d:4;:H-7de,V", + "mappedName": "#61;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "object": "PocketSketch19", + "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], - "mappedName": "#3d:4;:H-7de,V", + "mappedName": "#61;:H-a30,V", "mappedStringIds": [ - 61 + 97 ], "name": "Vertex12" }, @@ -100374,9 +137878,9 @@ "history": [ { "children": [ - "#8;:H7dd,V" + "#8;:Ha2f,V" ], - "mappedName": "#22;:H-7de,V", + "mappedName": "#22;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -100391,7 +137895,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:H-7de,V", + "mappedName": "#22;:H-a30,V", "mappedStringIds": [ 34 ], @@ -100401,28 +137905,28 @@ "history": [ { "children": [ - "#2b:8;:U;XTR;:H7dd:7,V", - "#22:8;:G;XTR;:H7dd:7,E", - "#88;:H7dd,V" + "#4d;:U;XTR;:Ha2f:7,V", + "#22;:G;XTR;:Ha2f:7,E", + "#8;:Ha2f,V" ], - "mappedName": "#41:8;:H-7de,V", + "mappedName": "#63;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], - "mappedName": "#41:8;:H-7de,V", + "mappedName": "#63;:H-a30,V", "mappedStringIds": [ - 65 + 99 ], "name": "Vertex14" }, @@ -100430,9 +137934,9 @@ "history": [ { "children": [ - "#6;:H7dd,V" + "#6;:Ha2f,V" ], - "mappedName": "#21;:H-7de,V", + "mappedName": "#21;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, @@ -100447,7 +137951,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:H-7de,V", + "mappedName": "#21;:H-a30,V", "mappedStringIds": [ 33 ], @@ -100457,28 +137961,28 @@ "history": [ { "children": [ - "#2a:6;:U;XTR;:H7dd:7,V", - "#21:6;:G;XTR;:H7dd:7,E", - "#66;:H7dd,V" + "#4c;:U;XTR;:Ha2f:7,V", + "#21;:G;XTR;:Ha2f:7,E", + "#6;:Ha2f,V" ], - "mappedName": "#3f:6;:H-7de,V", + "mappedName": "#62;:H-a30,V", "object": "Pocket19", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch19", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], - "mappedName": "#3f:6;:H-7de,V", + "mappedName": "#62;:H-a30,V", "mappedStringIds": [ - 63 + 98 ], "name": "Vertex16" } @@ -100496,7 +138000,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:H7dc,F", + "mappedName": "#16:1;:Ha2e,F", "mappedStringIds": [ 22 ], @@ -100506,7 +138010,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:H7dc,F", + "name": "#16:1;:Ha2e,F", "stringIds": [ 22 ] @@ -100516,9 +138020,9 @@ "resultPersistentId": "Pocket19:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:H7db:7,F", + "mappedName": "#d:1;:G;XTR;:Ha2d:7,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:1;:G;XTR;:H7db:7,F", + "persistentId": "Pad19:mapped:#d:1;:G;XTR;:Ha2d:7,F", "stageId": "Pad19" }, { @@ -100537,7 +138041,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:H7dc,F", + "mappedName": "#16:4;:Ha2e,F", "mappedStringIds": [ 11, 13, @@ -100549,7 +138053,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:H7dc,F", + "name": "#16:4;:Ha2e,F", "stringIds": [ 11, 13, @@ -100561,9 +138065,9 @@ "resultPersistentId": "Pocket19:face:1", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:H7db:7,F", + "mappedName": "#d:4;:G;XTR;:Ha2d:7,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:4;:G;XTR;:H7db:7,F", + "persistentId": "Pad19:mapped:#d:4;:G;XTR;:Ha2d:7,F", "stageId": "Pad19" }, { @@ -100582,7 +138086,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:H7dc,F", + "mappedName": "#16:2;:Ha2e,F", "mappedStringIds": [ 11, 13, @@ -100594,7 +138098,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:H7dc,F", + "name": "#16:2;:Ha2e,F", "stringIds": [ 11, 13, @@ -100606,9 +138110,9 @@ "resultPersistentId": "Pocket19:face:2", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:H7db:7,F", + "mappedName": "#d:2;:G;XTR;:Ha2d:7,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:2;:G;XTR;:H7db:7,F", + "persistentId": "Pad19:mapped:#d:2;:G;XTR;:Ha2d:7,F", "stageId": "Pad19" }, { @@ -100625,7 +138129,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:H7dc,F", + "mappedName": "#14:1;:Ha2e,F", "mappedStringIds": [ 20 ], @@ -100635,7 +138139,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:H7dc,F", + "name": "#14:1;:Ha2e,F", "stringIds": [ 20 ] @@ -100645,9 +138149,9 @@ "resultPersistentId": "Pocket19:face:3", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:H7db:4,F", + "mappedName": "#d:1;FAC;:Ha2d:4,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:1;FAC;:H7db:4,F", + "persistentId": "Pad19:mapped:#d:1;FAC;:Ha2d:4,F", "stageId": "Pad19" }, { @@ -100664,7 +138168,7 @@ 56 ], "kind": "face", - "mappedName": "#38:1;:H7dc,F", + "mappedName": "#38:1;:Ha2e,F", "mappedStringIds": [ 56 ], @@ -100674,7 +138178,7 @@ "index": 5, "type": "Face" }, - "name": "#38:1;:H7dc,F", + "name": "#38:1;:Ha2e,F", "stringIds": [ 56 ] @@ -100684,9 +138188,9 @@ "resultPersistentId": "Pocket19:face:4", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:H7db:8,F", + "mappedName": "#14:1;:G0;XTR;:Ha2d:8,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#14:1;:G0;XTR;:H7db:8,F", + "persistentId": "Pad19:mapped:#14:1;:G0;XTR;:Ha2d:8,F", "stageId": "Pad19" }, { @@ -100705,7 +138209,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:H7dc,F", + "mappedName": "#16:3;:Ha2e,F", "mappedStringIds": [ 11, 13, @@ -100717,7 +138221,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:H7dc,F", + "name": "#16:3;:Ha2e,F", "stringIds": [ 11, 13, @@ -100729,9 +138233,9 @@ "resultPersistentId": "Pocket19:face:5", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:H7db:7,F", + "mappedName": "#d:3;:G;XTR;:Ha2d:7,F", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#d:3;:G;XTR;:H7db:7,F", + "persistentId": "Pad19:mapped:#d:3;:G;XTR;:Ha2d:7,F", "stageId": "Pad19" }, { @@ -100748,7 +138252,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:H-7de,F", + "mappedName": "#26:1;:H-a30,F", "mappedStringIds": [ 38 ], @@ -100758,7 +138262,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:H-7de,F", + "name": "#26:1;:H-a30,F", "stringIds": [ 38 ] @@ -100783,7 +138287,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:H-7de,F", + "mappedName": "#26:4;:H-a30,F", "mappedStringIds": [ 11, 29, @@ -100795,7 +138299,7 @@ "index": 8, "type": "Face" }, - "name": "#26:4;:H-7de,F", + "name": "#26:4;:H-a30,F", "stringIds": [ 11, 29, @@ -100822,7 +138326,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:H-7de,F", + "mappedName": "#26:2;:H-a30,F", "mappedStringIds": [ 11, 29, @@ -100834,7 +138338,7 @@ "index": 9, "type": "Face" }, - "name": "#26:2;:H-7de,F", + "name": "#26:2;:H-a30,F", "stringIds": [ 11, 29, @@ -100859,7 +138363,7 @@ 36 ], "kind": "face", - "mappedName": "#24:1;:H-7de,F", + "mappedName": "#24:1;:H-a30,F", "mappedStringIds": [ 36 ], @@ -100869,7 +138373,7 @@ "index": 10, "type": "Face" }, - "name": "#24:1;:H-7de,F", + "name": "#24:1;:H-a30,F", "stringIds": [ 36 ] @@ -100892,7 +138396,7 @@ 69 ], "kind": "face", - "mappedName": "#45:1;:H-7de,F", + "mappedName": "#45:1;:H-a30,F", "mappedStringIds": [ 69 ], @@ -100902,7 +138406,7 @@ "index": 11, "type": "Face" }, - "name": "#45:1;:H-7de,F", + "name": "#45:1;:H-a30,F", "stringIds": [ 69 ] @@ -100927,7 +138431,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:H-7de,F", + "mappedName": "#26:3;:H-a30,F", "mappedStringIds": [ 11, 29, @@ -100939,7 +138443,7 @@ "index": 12, "type": "Face" }, - "name": "#26:3;:H-7de,F", + "name": "#26:3;:H-a30,F", "stringIds": [ 11, 29, @@ -100961,12 +138465,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], "kind": "edge", - "mappedName": "#18:1;:H7dc,E", + "mappedName": "#5d:2e;:Ha2e,E", "mappedStringIds": [ - 24 + 93 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -100974,9 +138478,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:H7dc,E", + "name": "#5d:2e;:Ha2e,E", "stringIds": [ - 24 + 93 ] }, "relation": "preserved", @@ -100984,15 +138488,15 @@ "resultPersistentId": "Pocket19:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:H7db:7,E", + "mappedName": "#4646;:G;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#f:1;:G;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#4646;:G;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4646", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v11;SKT", + "persistentId": "Sketch19:mapped:#4646", "stageId": "Sketch19" } ] @@ -101000,12 +138504,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], "kind": "edge", - "mappedName": "#19:2;:H7dc,E", + "mappedName": "#5e:2f;:Ha2e,E", "mappedStringIds": [ - 25 + 94 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101013,9 +138517,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:H7dc,E", + "name": "#5e:2f;:Ha2e,E", "stringIds": [ - 25 + 94 ] }, "relation": "preserved", @@ -101023,15 +138527,15 @@ "resultPersistentId": "Pocket19:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:H7db:7,E", + "mappedName": "#4747;:G;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#10:2;:G;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#4747;:G;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4747", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v22;SKT", + "persistentId": "Sketch19:mapped:#4747", "stageId": "Sketch19" } ] @@ -101042,7 +138546,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:H7dc,E", + "mappedName": "#d:1;:Ha2e,E", "mappedStringIds": [ 13 ], @@ -101052,7 +138556,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:H7dc,E", + "name": "#d:1;:Ha2e,E", "stringIds": [ 13 ] @@ -101062,9 +138566,9 @@ "resultPersistentId": "Pocket19:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:H7db,E", + "mappedName": "#b:1;:Ha2d,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#b:1;:H7db,E", + "persistentId": "Pad19:mapped:#b:1;:Ha2d,E", "stageId": "Pad19" }, { @@ -101081,7 +138585,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:H7dc,E", + "mappedName": "#36:1;:Ha2e,E", "mappedStringIds": [ 54 ], @@ -101091,7 +138595,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:H7dc,E", + "name": "#36:1;:Ha2e,E", "stringIds": [ 54 ] @@ -101101,9 +138605,9 @@ "resultPersistentId": "Pocket19:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:H7db:7,E", + "mappedName": "#16:1;:U;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#16:1;:U;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#16:1;:U;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { @@ -101117,12 +138621,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], "kind": "edge", - "mappedName": "#1b:2;:H7dc,E", + "mappedName": "#60:31;:Ha2e,E", "mappedStringIds": [ - 27 + 96 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101130,9 +138634,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:H7dc,E", + "name": "#60:31;:Ha2e,E", "stringIds": [ - 27 + 96 ] }, "relation": "preserved", @@ -101140,15 +138644,15 @@ "resultPersistentId": "Pocket19:edge:4", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:H7db:7,E", + "mappedName": "#4949;:G;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#12:2;:G;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#4949;:G;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4949", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g3v22;SKT", + "persistentId": "Sketch19:mapped:#4949", "stageId": "Sketch19" } ] @@ -101160,7 +138664,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:H7dc,E", + "mappedName": "#d:4;:Ha2e,E", "mappedStringIds": [ 11, 13 @@ -101171,7 +138675,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:H7dc,E", + "name": "#d:4;:Ha2e,E", "stringIds": [ 11, 13 @@ -101182,9 +138686,9 @@ "resultPersistentId": "Pocket19:edge:5", "sourceRefs": [ { - "mappedName": "#b:4;:H7db,E", + "mappedName": "#b:4;:Ha2d,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#b:4;:H7db,E", + "persistentId": "Pad19:mapped:#b:4;:Ha2d,E", "stageId": "Pad19" }, { @@ -101204,7 +138708,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:H7dc,E", + "mappedName": "#36:4;:Ha2e,E", "mappedStringIds": [ 11, 13, @@ -101217,7 +138721,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:H7dc,E", + "name": "#36:4;:Ha2e,E", "stringIds": [ 11, 13, @@ -101230,9 +138734,9 @@ "resultPersistentId": "Pocket19:edge:6", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:H7db:7,E", + "mappedName": "#16:4;:U;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#16:4;:U;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#16:4;:U;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { @@ -101246,12 +138750,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], "kind": "edge", - "mappedName": "#1a:2;:H7dc,E", + "mappedName": "#5f:30;:Ha2e,E", "mappedStringIds": [ - 26 + 95 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101259,9 +138763,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:H7dc,E", + "name": "#5f:30;:Ha2e,E", "stringIds": [ - 26 + 95 ] }, "relation": "preserved", @@ -101269,15 +138773,15 @@ "resultPersistentId": "Pocket19:edge:7", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:H7db:7,E", + "mappedName": "#4848;:G;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#11:2;:G;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#4848;:G;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4848", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g2v22;SKT", + "persistentId": "Sketch19:mapped:#4848", "stageId": "Sketch19" } ] @@ -101289,7 +138793,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:H7dc,E", + "mappedName": "#d:2;:Ha2e,E", "mappedStringIds": [ 11, 13 @@ -101300,7 +138804,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:H7dc,E", + "name": "#d:2;:Ha2e,E", "stringIds": [ 11, 13 @@ -101311,9 +138815,9 @@ "resultPersistentId": "Pocket19:edge:8", "sourceRefs": [ { - "mappedName": "#b:2;:H7db,E", + "mappedName": "#b:2;:Ha2d,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#b:2;:H7db,E", + "persistentId": "Pad19:mapped:#b:2;:Ha2d,E", "stageId": "Pad19" }, { @@ -101333,7 +138837,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:H7dc,E", + "mappedName": "#36:2;:Ha2e,E", "mappedStringIds": [ 11, 13, @@ -101346,7 +138850,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:H7dc,E", + "name": "#36:2;:Ha2e,E", "stringIds": [ 11, 13, @@ -101359,9 +138863,9 @@ "resultPersistentId": "Pocket19:edge:9", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:H7db:7,E", + "mappedName": "#16:2;:U;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#16:2;:U;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#16:2;:U;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { @@ -101379,7 +138883,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:H7dc,E", + "mappedName": "#d:3;:Ha2e,E", "mappedStringIds": [ 11, 13 @@ -101390,7 +138894,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:H7dc,E", + "name": "#d:3;:Ha2e,E", "stringIds": [ 11, 13 @@ -101401,9 +138905,9 @@ "resultPersistentId": "Pocket19:edge:10", "sourceRefs": [ { - "mappedName": "#b:3;:H7db,E", + "mappedName": "#b:3;:Ha2d,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#b:3;:H7db,E", + "persistentId": "Pad19:mapped:#b:3;:Ha2d,E", "stageId": "Pad19" }, { @@ -101423,7 +138927,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:H7dc,E", + "mappedName": "#36:3;:Ha2e,E", "mappedStringIds": [ 11, 13, @@ -101436,7 +138940,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:H7dc,E", + "name": "#36:3;:Ha2e,E", "stringIds": [ 11, 13, @@ -101449,9 +138953,9 @@ "resultPersistentId": "Pocket19:edge:11", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:H7db:7,E", + "mappedName": "#16:3;:U;XTR;:Ha2d:7,E", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#16:3;:U;XTR;:H7db:7,E", + "persistentId": "Pad19:mapped:#16:3;:U;XTR;:Ha2d:7,E", "stageId": "Pad19" }, { @@ -101465,12 +138969,12 @@ { "indexedName": "Edge13", "indexedStringIds": [ - 40 + 74 ], "kind": "edge", - "mappedName": "#28:2;:H-7de,E", + "mappedName": "#4a;:H-a30,E", "mappedStringIds": [ - 40 + 74 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101478,9 +138982,9 @@ "index": 13, "type": "Edge" }, - "name": "#28:2;:H-7de,E", + "name": "#4a;:H-a30,E", "stringIds": [ - 40 + 74 ] }, "relation": "preserved", @@ -101488,9 +138992,9 @@ "resultPersistentId": "Pocket19:edge:12", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:g3v2;SKT", + "persistentId": "PocketSketch19:mapped:g1v1;SKT", "stageId": "PocketSketch19" } ] @@ -101498,12 +139002,12 @@ { "indexedName": "Edge14", "indexedStringIds": [ - 41 + 75 ], "kind": "edge", - "mappedName": "#29:4;:H-7de,E", + "mappedName": "#4b;:H-a30,E", "mappedStringIds": [ - 41 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101511,15 +139015,22 @@ "index": 14, "type": "Edge" }, - "name": "#29:4;:H-7de,E", + "name": "#4b;:H-a30,E", "stringIds": [ - 41 + 75 ] }, "relation": "preserved", "resultIndex": 13, "resultPersistentId": "Pocket19:edge:13", - "sourceRefs": [] + "sourceRefs": [ + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch19", + "persistentId": "PocketSketch19:mapped:g1v2;SKT", + "stageId": "PocketSketch19" + } + ] }, { "indexedName": "Edge15", @@ -101527,7 +139038,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:H-7de,E", + "mappedName": "#1d:1;:H-a30,E", "mappedStringIds": [ 29 ], @@ -101537,7 +139048,7 @@ "index": 15, "type": "Edge" }, - "name": "#1d:1;:H-7de,E", + "name": "#1d:1;:H-a30,E", "stringIds": [ 29 ] @@ -101560,7 +139071,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:1;:H-7de,E", + "mappedName": "#43:1;:H-a30,E", "mappedStringIds": [ 67 ], @@ -101570,7 +139081,7 @@ "index": 16, "type": "Edge" }, - "name": "#43:1;:H-7de,E", + "name": "#43:1;:H-a30,E", "stringIds": [ 67 ] @@ -101590,12 +139101,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 43 + 77 ], "kind": "edge", - "mappedName": "#2b:8;:H-7de,E", + "mappedName": "#4d;:H-a30,E", "mappedStringIds": [ - 43 + 77 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101603,9 +139114,9 @@ "index": 17, "type": "Edge" }, - "name": "#2b:8;:H-7de,E", + "name": "#4d;:H-a30,E", "stringIds": [ - 43 + 77 ] }, "relation": "preserved", @@ -101613,9 +139124,9 @@ "resultPersistentId": "Pocket19:edge:16", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:#88", + "persistentId": "PocketSketch19:mapped:g3v2;SKT", "stageId": "PocketSketch19" } ] @@ -101627,7 +139138,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:H-7de,E", + "mappedName": "#1d:4;:H-a30,E", "mappedStringIds": [ 11, 29 @@ -101638,7 +139149,7 @@ "index": 18, "type": "Edge" }, - "name": "#1d:4;:H-7de,E", + "name": "#1d:4;:H-a30,E", "stringIds": [ 11, 29 @@ -101665,7 +139176,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:4;:H-7de,E", + "mappedName": "#43:4;:H-a30,E", "mappedStringIds": [ 11, 29, @@ -101678,7 +139189,7 @@ "index": 19, "type": "Edge" }, - "name": "#43:4;:H-7de,E", + "name": "#43:4;:H-a30,E", "stringIds": [ 11, 29, @@ -101701,12 +139212,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 76 ], "kind": "edge", - "mappedName": "#2a:6;:H-7de,E", + "mappedName": "#4c;:H-a30,E", "mappedStringIds": [ - 42 + 76 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101714,9 +139225,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:H-7de,E", + "name": "#4c;:H-a30,E", "stringIds": [ - 42 + 76 ] }, "relation": "preserved", @@ -101724,9 +139235,9 @@ "resultPersistentId": "Pocket19:edge:19", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:#66", + "persistentId": "PocketSketch19:mapped:g2v2;SKT", "stageId": "PocketSketch19" } ] @@ -101738,7 +139249,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:H-7de,E", + "mappedName": "#1d:2;:H-a30,E", "mappedStringIds": [ 11, 29 @@ -101749,7 +139260,7 @@ "index": 21, "type": "Edge" }, - "name": "#1d:2;:H-7de,E", + "name": "#1d:2;:H-a30,E", "stringIds": [ 11, 29 @@ -101776,7 +139287,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:2;:H-7de,E", + "mappedName": "#43:2;:H-a30,E", "mappedStringIds": [ 11, 29, @@ -101789,7 +139300,7 @@ "index": 22, "type": "Edge" }, - "name": "#43:2;:H-7de,E", + "name": "#43:2;:H-a30,E", "stringIds": [ 11, 29, @@ -101816,7 +139327,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:H-7de,E", + "mappedName": "#1d:3;:H-a30,E", "mappedStringIds": [ 11, 29 @@ -101827,7 +139338,7 @@ "index": 23, "type": "Edge" }, - "name": "#1d:3;:H-7de,E", + "name": "#1d:3;:H-a30,E", "stringIds": [ 11, 29 @@ -101854,7 +139365,7 @@ 67 ], "kind": "edge", - "mappedName": "#43:3;:H-7de,E", + "mappedName": "#43:3;:H-a30,E", "mappedStringIds": [ 11, 29, @@ -101867,7 +139378,7 @@ "index": 24, "type": "Edge" }, - "name": "#43:3;:H-7de,E", + "name": "#43:3;:H-a30,E", "stringIds": [ 11, 29, @@ -101890,12 +139401,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 70 ], "kind": "vertex", - "mappedName": "#f:1;:H7dc,V", + "mappedName": "#46;:Ha2e,V", "mappedStringIds": [ - 15 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101903,9 +139414,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:H7dc,V", + "name": "#46;:Ha2e,V", "stringIds": [ - 15 + 70 ] }, "relation": "preserved", @@ -101913,15 +139424,15 @@ "resultPersistentId": "Pocket19:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:H7db,V", + "mappedName": "#2;:Ha2d,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#2:1;:H7db,V", + "persistentId": "Pad19:mapped:#2;:Ha2d,V", "stageId": "Pad19" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v11;SKT", + "persistentId": "Sketch19:mapped:g1v1;SKT", "stageId": "Sketch19" } ] @@ -101929,12 +139440,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 79 ], "kind": "vertex", - "mappedName": "#2e:1;:H7dc,V", + "mappedName": "#4f:1;:Ha2e,V", "mappedStringIds": [ - 46 + 79 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101942,9 +139453,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:H7dc,V", + "name": "#4f:1;:Ha2e,V", "stringIds": [ - 46 + 79 ] }, "relation": "preserved", @@ -101952,15 +139463,15 @@ "resultPersistentId": "Pocket19:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U;XTR;:Ha2d:7,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#18:1;:U;XTR;:H7db:7,V", + "persistentId": "Pad19:mapped:#36:1;:U;XTR;:Ha2d:7,V", "stageId": "Pad19" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v11;SKT", + "persistentId": "Sketch19:mapped:g1;SKT", "stageId": "Sketch19" } ] @@ -101968,12 +139479,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 71 ], "kind": "vertex", - "mappedName": "#10:2;:H7dc,V", + "mappedName": "#47;:Ha2e,V", "mappedStringIds": [ - 16 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -101981,9 +139492,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:H7dc,V", + "name": "#47;:Ha2e,V", "stringIds": [ - 16 + 71 ] }, "relation": "preserved", @@ -101991,15 +139502,15 @@ "resultPersistentId": "Pocket19:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:H7db,V", + "mappedName": "#4;:Ha2d,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#4:2;:H7db,V", + "persistentId": "Pad19:mapped:#4;:Ha2d,V", "stageId": "Pad19" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v22;SKT", + "persistentId": "Sketch19:mapped:g1v2;SKT", "stageId": "Sketch19" } ] @@ -102007,12 +139518,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 82 ], "kind": "vertex", - "mappedName": "#30:2;:H7dc,V", + "mappedName": "#52:1;:Ha2e,V", "mappedStringIds": [ - 48 + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -102020,9 +139531,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:H7dc,V", + "name": "#52:1;:Ha2e,V", "stringIds": [ - 48 + 82 ] }, "relation": "preserved", @@ -102030,15 +139541,15 @@ "resultPersistentId": "Pocket19:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:1;:U2;XTR;:Ha2d:8,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#19:2;:U;XTR;:H7db:7,V", + "persistentId": "Pad19:mapped:#36:1;:U2;XTR;:Ha2d:8,V", "stageId": "Pad19" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g1v22;SKT", + "persistentId": "Sketch19:mapped:g1;SKT", "stageId": "Sketch19" } ] @@ -102046,12 +139557,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 73 ], "kind": "vertex", - "mappedName": "#12:2;:H7dc,V", + "mappedName": "#49;:Ha2e,V", "mappedStringIds": [ - 18 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -102059,9 +139570,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:H7dc,V", + "name": "#49;:Ha2e,V", "stringIds": [ - 18 + 73 ] }, "relation": "preserved", @@ -102069,15 +139580,15 @@ "resultPersistentId": "Pocket19:vertex:4", "sourceRefs": [ { - "mappedName": "#8:2;:H7db,V", + "mappedName": "#8;:Ha2d,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#8:2;:H7db,V", + "persistentId": "Pad19:mapped:#8;:Ha2d,V", "stageId": "Pad19" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g3v22;SKT", + "persistentId": "Sketch19:mapped:g3v2;SKT", "stageId": "Sketch19" } ] @@ -102085,12 +139596,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#34:2;:H7dc,V", + "mappedName": "#52:3;:Ha2e,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -102098,9 +139617,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:H7dc,V", + "name": "#52:3;:Ha2e,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -102108,15 +139631,15 @@ "resultPersistentId": "Pocket19:vertex:5", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:3;:U2;XTR;:Ha2d:8,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#1b:2;:U;XTR;:H7db:7,V", + "persistentId": "Pad19:mapped:#36:3;:U2;XTR;:Ha2d:8,V", "stageId": "Pad19" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g3v22;SKT", + "persistentId": "Sketch19:mapped:g3;SKT", "stageId": "Sketch19" } ] @@ -102124,12 +139647,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 72 ], "kind": "vertex", - "mappedName": "#11:2;:H7dc,V", + "mappedName": "#48;:Ha2e,V", "mappedStringIds": [ - 17 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -102137,9 +139660,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:H7dc,V", + "name": "#48;:Ha2e,V", "stringIds": [ - 17 + 72 ] }, "relation": "preserved", @@ -102147,15 +139670,15 @@ "resultPersistentId": "Pocket19:vertex:6", "sourceRefs": [ { - "mappedName": "#6:2;:H7db,V", + "mappedName": "#6;:Ha2d,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#6:2;:H7db,V", + "persistentId": "Pad19:mapped:#6;:Ha2d,V", "stageId": "Pad19" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g2v22;SKT", + "persistentId": "Sketch19:mapped:g2v2;SKT", "stageId": "Sketch19" } ] @@ -102163,12 +139686,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "kind": "vertex", - "mappedName": "#32:2;:H7dc,V", + "mappedName": "#52:2;:Ha2e,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -102176,9 +139707,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:H7dc,V", + "name": "#52:2;:Ha2e,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 82 ] }, "relation": "preserved", @@ -102186,15 +139721,15 @@ "resultPersistentId": "Pocket19:vertex:7", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:H7db:7,V", + "mappedName": "#36:2;:U2;XTR;:Ha2d:8,V", "objectId": "Pad19", - "persistentId": "Pad19:mapped:#1a:2;:U;XTR;:H7db:7,V", + "persistentId": "Pad19:mapped:#36:2;:U2;XTR;:Ha2d:8,V", "stageId": "Pad19" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch19", - "persistentId": "Sketch19:mapped:g2v22;SKT", + "persistentId": "Sketch19:mapped:g2;SKT", "stageId": "Sketch19" } ] @@ -102205,7 +139740,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:H-7de,V", + "mappedName": "#1f;:H-a30,V", "mappedStringIds": [ 31 ], @@ -102215,7 +139750,7 @@ "index": 9, "type": "Vertex" }, - "name": "#1f;:H-7de,V", + "name": "#1f;:H-a30,V", "stringIds": [ 31 ] @@ -102235,12 +139770,12 @@ { "indexedName": "Vertex10", "indexedStringIds": [ - 59 + 89 ], "kind": "vertex", - "mappedName": "#3b:2;:H-7de,V", + "mappedName": "#59;:H-a30,V", "mappedStringIds": [ - 59 + 89 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -102248,9 +139783,9 @@ "index": 10, "type": "Vertex" }, - "name": "#3b:2;:H-7de,V", + "name": "#59;:H-a30,V", "stringIds": [ - 59 + 89 ] }, "relation": "preserved", @@ -102258,9 +139793,9 @@ "resultPersistentId": "Pocket19:vertex:9", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:g3v2;SKT", + "persistentId": "PocketSketch19:mapped:g1v1;SKT", "stageId": "PocketSketch19" } ] @@ -102271,7 +139806,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:H-7de,V", + "mappedName": "#20;:H-a30,V", "mappedStringIds": [ 32 ], @@ -102281,7 +139816,7 @@ "index": 11, "type": "Vertex" }, - "name": "#20;:H-7de,V", + "name": "#20;:H-a30,V", "stringIds": [ 32 ] @@ -102301,12 +139836,12 @@ { "indexedName": "Vertex12", "indexedStringIds": [ - 61 + 97 ], "kind": "vertex", - "mappedName": "#3d:4;:H-7de,V", + "mappedName": "#61;:H-a30,V", "mappedStringIds": [ - 61 + 97 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -102314,15 +139849,22 @@ "index": 12, "type": "Vertex" }, - "name": "#3d:4;:H-7de,V", + "name": "#61;:H-a30,V", "stringIds": [ - 61 + 97 ] }, "relation": "preserved", "resultIndex": 11, "resultPersistentId": "Pocket19:vertex:11", - "sourceRefs": [] + "sourceRefs": [ + { + "mappedName": "g1v2;SKT", + "objectId": "PocketSketch19", + "persistentId": "PocketSketch19:mapped:g1v2;SKT", + "stageId": "PocketSketch19" + } + ] }, { "indexedName": "Vertex13", @@ -102330,7 +139872,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:H-7de,V", + "mappedName": "#22;:H-a30,V", "mappedStringIds": [ 34 ], @@ -102340,7 +139882,7 @@ "index": 13, "type": "Vertex" }, - "name": "#22;:H-7de,V", + "name": "#22;:H-a30,V", "stringIds": [ 34 ] @@ -102360,12 +139902,12 @@ { "indexedName": "Vertex14", "indexedStringIds": [ - 65 + 99 ], "kind": "vertex", - "mappedName": "#41:8;:H-7de,V", + "mappedName": "#63;:H-a30,V", "mappedStringIds": [ - 65 + 99 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -102373,9 +139915,9 @@ "index": 14, "type": "Vertex" }, - "name": "#41:8;:H-7de,V", + "name": "#63;:H-a30,V", "stringIds": [ - 65 + 99 ] }, "relation": "preserved", @@ -102383,9 +139925,9 @@ "resultPersistentId": "Pocket19:vertex:13", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:#88", + "persistentId": "PocketSketch19:mapped:g3v2;SKT", "stageId": "PocketSketch19" } ] @@ -102396,7 +139938,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:H-7de,V", + "mappedName": "#21;:H-a30,V", "mappedStringIds": [ 33 ], @@ -102406,7 +139948,7 @@ "index": 15, "type": "Vertex" }, - "name": "#21;:H-7de,V", + "name": "#21;:H-a30,V", "stringIds": [ 33 ] @@ -102426,12 +139968,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 63 + 98 ], "kind": "vertex", - "mappedName": "#3f:6;:H-7de,V", + "mappedName": "#62;:H-a30,V", "mappedStringIds": [ - 63 + 98 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -102439,9 +139981,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3f:6;:H-7de,V", + "name": "#62;:H-a30,V", "stringIds": [ - 63 + 98 ] }, "relation": "preserved", @@ -102449,9 +139991,9 @@ "resultPersistentId": "Pocket19:vertex:15", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch19", - "persistentId": "PocketSketch19:mapped:#66", + "persistentId": "PocketSketch19:mapped:g2v2;SKT", "stageId": "PocketSketch19" } ] @@ -102466,11 +140008,1022 @@ "stageId": "Pocket19", "status": "native-evidence" }, + "relationDigest": "f78a86217cd5baac5c480052f092bc7dad9ae743002b1f1ec81adba0451e6c5e", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#38:1;:H#,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:H-a30,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:4;:H-a30,F", + "relation": "preserved", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:2;:H-a30,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#24:1;:H-a30,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#45:1;:H-a30,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "#26:3;:H-a30,F", + "relation": "preserved", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#5d:2e;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4646;:G;XTR;:H#:7,E", + "sourceElement": "#4646", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4646", + "sourceElement": "#4646", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#5e:2f;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4747;:G;XTR;:H#:7,E", + "sourceElement": "#4747", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4747", + "sourceElement": "#4747", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#60:31;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4949;:G;XTR;:H#:7,E", + "sourceElement": "#4949", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4949", + "sourceElement": "#4949", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5f:30;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4848;:G;XTR;:H#:7,E", + "sourceElement": "#4848", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4848", + "sourceElement": "#4848", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#4a;:H-a30,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#4b;:H-a30,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#1d:1;:H-a30,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#43:1;:H-a30,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#4d;:H-a30,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#1d:4;:H-a30,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#43:4;:H-a30,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#4c;:H-a30,E", + "relation": "preserved", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#1d:2;:H-a30,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#43:2;:H-a30,E", + "relation": "preserved", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#1d:3;:H-a30,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#43:3;:H-a30,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#46;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4f:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#47;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#52:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#49;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#52:3;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#48;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#52:2;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad19", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#1f;:H-a30,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#59;:H-a30,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#20;:H-a30,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#61;:H-a30,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#22;:H-a30,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#63;:H-a30,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#21;:H-a30,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#62;:H-a30,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch19", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "b199cc1fb725b8269da79831c777bd817683c218387ff70e19e61865106aa96e", "shape": { + "area": 234.32000000000002, + "brepSha256": "cc79e0dab4e322db97ed2042207fb127aa33964f64067056757bd60cbfbbcc04", "edges": 24, "faces": 12, + "geometryDigest": "b77b908042633ea0a8a879356d0607d230c6d8477fbc4646e7a75ccf28f4bc9e", "solids": 1, "valid": true, + "vertices": 16, "volume": 192.32 }, "typeId": "PartDesign::Pocket" @@ -102478,31 +141031,32 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "5a4815a7ccbf2af669fb864ef5211c94a85b48c18287e1d9598d713cbf5504cb", - "text": "StringTableStart v1 69\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H7db,E\n-1.4c.1.2\n-1.0 0:;:H7db,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:H7db:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H7db:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H7db:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.0 0:;:H7dd,E\n-1.4c.1.12\n-1.0 0:;:H7dd,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:H7dd:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H7dd:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H7dd:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.-19.-1f\n-1.0 0:;:U;XTR;:H7db:7,V\n-1.4c.1.16\n-1.4c.-1f.-13\n-1.4c.1f.14\n-1.4c.-1f.-12\n-1.4c.1f.13\n-1.4c.-1f.-11\n-1.4c.1f.12\n-1.0 0:;:U;XTR;:H7db:7,E\n-1.4c.1.20\n-1.0 0:;:G0;XTR;:H7db:8,F\n-1.4c.1.24\n-1.2c.-19.-11\n-1.0 0:;:U;XTR;:H7dd:7,V\n-1.4c.1.13\n-1.2c.-1c.-23\n-1.4c.1c.24\n-1.2c.-1c.-22\n-1.4c.1c.23\n-1.2c.-1c.-21\n-1.4c.1c.22\n-1.0 0:;:U;XTR;:H7dd:7,E\n-1.4c.1.1d\n-1.0 0:;:G0;XTR;:H7dd:8,F\n-1.4c.1.21\n" + "sha256": "8b2a13104f08f61394a87af11d36a758803e78ca8734a702586c279bd0ded192", + "text": "StringTableStart v1 68\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:Ha2d,E\n-1.4c.1.2\n-1.0 0:;:Ha2d,V\n-5.0 0:;FAC;:Ha2d:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:Ha2d:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:Ha2d:7,E\n-5.0 0:;:Ha2f,E\n-1.4c.1.12\n-1.0 0:;:Ha2f,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:Ha2f:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:Ha2f:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:Ha2f:7,E\n-6.0 0:;:U;XTR;:Ha2d:7,V\n-8.0 0:;:U;XTR;:Ha2d:7,E\n-1.4c.1.20\n-1.0 0:;:G0;XTR;:Ha2d:8,F\n-1.4c.1.24\n-1.2c.-19.-11\n-1.0 0:;:U;XTR;:Ha2f:7,V\n-2.2c.1e.37\n-2.2c.0.2\n-2.2c.0.2\n-2.0 0:;:U;XTR;:Ha2f:7,E\n-1.4c.1.1d\n-1.0 0:;:G0;XTR;:Ha2f:8,F\n-1.4c.1.21\n-1.2c.-36.-22\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.19.17\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.-19.-1f\n-1.4c.1f.33\n-1.2c.-1f.-31\n-1.0 0:;:U2;XTR;:Ha2d:8,V\n-1.4c.1.1c\n-1.2c.-43.-2f\n-1.2c.0.2\n-5.2c.2c.41\n-4.2c.-23.-4\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.23.2\n-1.2c.0.1\n-1.2c.0.1\n" } }, { + "category": "partdesign", "elementMapResources": { "Body20.Shape.Map.txt": { - "sha256": "46bf4c6b34abe27af2e354dd8cfb64506b8ef82e423e58a06d20f1269cb67b7c", - "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:H1006,V\n;:H1006,F\n;:H1006,E\n;:M;CUT;:H-1008:7,E\n;:M;CUT;:H-1008:7,V\n;:M;CUT;:H-1008:7,F\n;:H-1008,V\n;:H-1008,E\n;:H-1008,F\n;:M;CUT;:H1006:7,F\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#1d:1.7 0\n$#1d:2.7.b 0\n$#1d:3.7.b 0\n$#1d:4.7.b 0\n$#28:2.7 0\n$#29:4.7 0\n$#3d:1.b 0\n$#2a:6.7 0\n$#3d:2.b.b.1d.26 0\n$#2b:8.7 0\n$#3d:3.b.b.1d.26 0\n$#3d:4.b.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 12\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#41:1.d 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:2.9.b.1d 0\n$#26:3.9.b.1d 0\n$#26:4.9.b.1d 0\n$#3f:1.c 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#1f.8 0\n$#20.8 0\n$#21.8 0\n$#22.8 0\n$#38:2.a 0\n$#39:4.a 0\n$#3a:6.a 0\n$#3b:8.a 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 4104 1 ;:H1008,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 11 4104 1 ;:H1008,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 4104 1 ;:H1008,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "f14850dca7b2f46ec3d86940e598765d1bdb1e7edd1e11b379708f76915b83db", + "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:H8cc,F\n;:M;CUT;:H-8ce:7,E\n;:M;CUT;:H-8ce:7,V\n;:M;CUT;:H-8ce:7,F\n;:H8cc,E\n;:H-8ce,E\n;:H-8ce,F\n;:M;CUT;:H8cc:7,F\n;:H8cc,V\n;:H-8ce,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#5d:2a.8 0\n$#5e:2b.8 0\n$#d:1.8 0\n$#36:1.8 0\n$#60:2d.8 0\n$#d:4.8.b 0\n$#36:4.8.b.d.16 0\n$#5f:2c.8 0\n$#d:2.8.b 0\n$#36:2.8.b.d.16 0\n$#d:3.8.b 0\n$#36:3.8.b.d.16 0\n$#1d:1.5 0\n$#1d:2.5.b 0\n$#1d:3.5.b 0\n$#1d:4.5.b 0\n$#46.5 0\n$#47.5 0\n$#3d:1.9 0\n$#48.5 0\n$#3d:2.9.b.1d.26 0\n$#49.5 0\n$#3d:3.9.b.1d.26 0\n$#3d:4.9.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 12\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#41:1.b 0\n$#16:3.4.b.d 0\n$#26:1.7 0\n$#26:2.7.b.1d 0\n$#26:3.7.b.1d 0\n$#26:4.7.b.1d 0\n$#3f:1.a 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#42.c $#4a.c 0\n$#4b:1.c 0\n$#43.c $#4c.c 0\n$#4e:1.c 0\n$#45.c $#50.c 0\n$#4e:3.c.b.d.16.36 0\n$#44.c $#4f.c 0\n$#4e:2.c.b.d.16.36 0\n$#1f.6 0\n$#20.6 0\n$#21.6 0\n$#22.6 0\n$#56.d 0\n$#61:2f.d 0\n$#62:30.d 0\n$#63:31.d 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 24 2254 1 ;:H8ce,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 11 2254 1 ;:H8ce,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 16 2254 1 ;:H8ce,V 0\n\nNameCount 0\n\nEndMap\n" }, "Pad20.AddSubShape.Map.txt": { - "sha256": "a3bbd9f1124fb6820c82f2baec0129110194dba5d77dc825178af20ff62224d4", - "text": "BeginElementMap v1\n4 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H1005:7,E\n;:G0;XTR;:H1005:8,F\n;:U;XTR;:H1005:7,E\n;:U;XTR;:H1005:7,V\n;:H1005,V\n;:H1005,E\n;:G;XTR;:H1005:7,F\n;FAC;:H1005:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "f04f4da010f105721dc8bbfaa25de82b2df25f9005c85c52a6515c403fb55495", + "text": "BeginElementMap v1\n4 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H8cb:8,F\n;:U;XTR;:H8cb:7,E\n;:H8cb,V\n;:U2;XTR;:H8cb:8,V\n;:U;XTR;:H8cb:7,V\n;:G;XTR;:H8cb:7,E\n;:H8cb,E\n;:G;XTR;:H8cb:7,F\n;FAC;:H8cb:4,F\n\nMapCount 1\n\nElementMap 1 4 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#42.9 0\n$#43.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#44.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#45.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pad20.Shape.Map.txt": { - "sha256": "e35bf23f3f4d62bc19ba1fc49cd1cd2cc8c86af6f9bc43159faf4d8041a09a45", - "text": "BeginElementMap v1\n5 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H1005:7,E\n;:G0;XTR;:H1005:8,F\n;:U;XTR;:H1005:7,E\n;:U;XTR;:H1005:7,V\n;:H1005,V\n;:H1005,E\n;:G;XTR;:H1005:7,F\n;FAC;:H1005:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#f:1.4 0\n$#10:2.4 0\n$#b:1.9 0\n$#16:1.6 0\n$#11:2.4 0\n$#b:2.9 0\n$#16:2.6.b.d 0\n$#12:2.4 0\n$#b:3.9 0\n$#16:3.6.b.d 0\n$#b:4.9 0\n$#16:4.6.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.a 0\n$#d:2.a.b 0\n$#d:3.a.b 0\n$#d:4.a.b 0\n$#d:1.b 0\n$#14:1.5 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2:1.8 $#3:2.8 0\n$#18:1.7 0\n$#4:2.8 $#5:1.8 0\n$#19:2.7 0\n$#6:2.8 $#7:1.8 0\n$#1a:2.7 0\n$#8:2.8 $#9:1.8 0\n$#1b:2.7 0\n\nEndMap\n" + "sha256": "7f26b829414690e3c9c19fc10247bccf3abd18448d5240951a6ce9830fd1b461", + "text": "BeginElementMap v1\n5 PostfixCount 12\nEdge\nFace\nVertex\n;:G0;XTR;:H8cb:8,F\n;:U;XTR;:H8cb:7,E\n;:H8cb,V\n;:U2;XTR;:H8cb:8,V\n;:U;XTR;:H8cb:7,V\n;:G;XTR;:H8cb:7,E\n;:H8cb,E\n;:G;XTR;:H8cb:7,F\n;FAC;:H8cb:4,F\n\nMapCount 1\n\nElementMap 1 5 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#42.9 0\n$#43.9 0\n$#b:1.a 0\n$#16:1.5 0\n$#44.9 0\n$#b:2.a 0\n$#16:2.5.b.d 0\n$#45.9 0\n$#b:3.a 0\n$#16:3.5.b.d 0\n$#b:4.a 0\n$#16:4.5.b.d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#d:1.b 0\n$#d:2.b.b 0\n$#d:3.b.b 0\n$#d:4.b.b 0\n$#d:1.c 0\n$#14:1.4 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.6 $#3.6 0\n$#36:1.8 0\n$#4.6 $#5.6 0\n$#36:1.7 0\n$#6.6 $#7.6 0\n$#36:2.7.b.d.16 0\n$#8.6 $#9.6 0\n$#36:3.7.b.d.16 0\n\nEndMap\n" }, "Pocket20.AddSubShape.Map.txt": { - "sha256": "753f52d656c672366e9e9b83aeeff6fddd10050f75411b23fc13c13158f9a104", - "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H1007:7,F\n;FAC;:H1007:4,F\n;:G;XTR;:H1007:7,E\n;:G0;XTR;:H1007:8,F\n;:U;XTR;:H1007:7,E\n;:U;XTR;:H1007:7,V\n;:H1007,V\n;:H1007,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f:2.6 0\n$#20:4.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21:6.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22:8.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.a $#3.a 0\n$#28:2.9 0\n$#4.a $#5.a 0\n$#29:4.9 0\n$#6.a $#7.a 0\n$#2a:6.9 0\n$#8.a $#9.a 0\n$#2b:8.9 0\n\nEndMap\n" + "sha256": "fefbdf98725fdaf207b1c03beb375285530005c64264ff00007310af0540d438", + "text": "BeginElementMap v1\n7 PostfixCount 11\nEdge\nFace\nVertex\n;:G;XTR;:H8cd:7,F\n;FAC;:H8cd:4,F\n;:G;XTR;:H8cd:7,E\n;:G0;XTR;:H8cd:8,F\n;:U;XTR;:H8cd:7,E\n;:H8cd,V\n;:U;XTR;:H8cd:7,V\n;:H8cd,E\n\nMapCount 1\n\nElementMap 1 7 3\n\nEdge\n\nChildCount 0\n\nNameCount 13\n0\n$#1f.6 0\n$#20.6 0\n$#b:1.b 0\n$#26:1.8 0\n$#21.6 0\n$#b:2.b 0\n$#26:2.8.b.1d 0\n$#22.6 0\n$#b:3.b 0\n$#26:3.8.b.1d 0\n$#b:4.b 0\n$#26:4.8.b.1d 0\n\nFace\n\nChildCount 0\n\nNameCount 7\n0\n$#1d:1.4 0\n$#1d:2.4.b 0\n$#1d:3.4.b 0\n$#1d:4.4.b 0\n$#1d:1.5 0\n$#24:1.7 0\n\nVertex\n\nChildCount 0\n\nNameCount 9\n0\n$#2.9 $#3.9 0\n$#46.a 0\n$#4.9 $#5.9 0\n$#47.a 0\n$#6.9 $#7.9 0\n$#48.a 0\n$#8.9 $#9.9 0\n$#49.a 0\n\nEndMap\n" }, "Pocket20.Shape.Map.txt": { - "sha256": "a6ee1ec780e8d28e340dea2e4a015d0919c08bd23728bb1a44b727a4ba373aad", - "text": "BeginElementMap v1\n2 PostfixCount 13\nEdge\nFace\nVertex\n;:H1006,V\n;:H1006,F\n;:H1006,E\n;:M;CUT;:H-1008:7,E\n;:M;CUT;:H-1008:7,V\n;:M;CUT;:H-1008:7,F\n;:H-1008,V\n;:H-1008,E\n;:H-1008,F\n;:M;CUT;:H1006:7,F\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#18:1.6 0\n$#19:2.6 0\n$#d:1.6 0\n$#36:1.6 0\n$#1b:2.6 0\n$#d:4.6.b 0\n$#36:4.6.b.d.16 0\n$#1a:2.6 0\n$#d:2.6.b 0\n$#36:2.6.b.d.16 0\n$#d:3.6.b 0\n$#36:3.6.b.d.16 0\n$#1d:1.7 0\n$#1d:2.7.b 0\n$#1d:3.7.b 0\n$#1d:4.7.b 0\n$#28:2.7 0\n$#29:4.7 0\n$#3d:1.b 0\n$#2a:6.7 0\n$#3d:2.b.b.1d.26 0\n$#2b:8.7 0\n$#3d:3.b.b.1d.26 0\n$#3d:4.b.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 12\n0\n$#16:1.5 0\n$#16:4.5.b.d 0\n$#16:2.5.b.d 0\n$#14:1.5 0\n$#41:1.d 0\n$#16:3.5.b.d 0\n$#26:1.9 0\n$#26:2.9.b.1d 0\n$#26:3.9.b.1d 0\n$#26:4.9.b.1d 0\n$#3f:1.c 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#f:1.4 $#2c:2.4 0\n$#2e:1.4 0\n$#10:2.4 $#2f:1.4 0\n$#30:2.4 0\n$#12:2.4 $#33:1.4 0\n$#34:2.4 0\n$#11:2.4 $#31:1.4 0\n$#32:2.4 0\n$#1f.8 0\n$#20.8 0\n$#21.8 0\n$#22.8 0\n$#38:2.a 0\n$#39:4.a 0\n$#3a:6.a 0\n$#3b:8.a 0\n\nEndMap\n" + "sha256": "0c76f93e697f149095475322f150b99ca1c3c03131fb3e93a1df89395a3fa724", + "text": "BeginElementMap v1\n2 PostfixCount 13\nEdge\nFace\nVertex\n;:H8cc,F\n;:M;CUT;:H-8ce:7,E\n;:M;CUT;:H-8ce:7,V\n;:M;CUT;:H-8ce:7,F\n;:H8cc,E\n;:H-8ce,E\n;:H-8ce,F\n;:M;CUT;:H8cc:7,F\n;:H8cc,V\n;:H-8ce,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 25\n0\n$#5d:2a.8 0\n$#5e:2b.8 0\n$#d:1.8 0\n$#36:1.8 0\n$#60:2d.8 0\n$#d:4.8.b 0\n$#36:4.8.b.d.16 0\n$#5f:2c.8 0\n$#d:2.8.b 0\n$#36:2.8.b.d.16 0\n$#d:3.8.b 0\n$#36:3.8.b.d.16 0\n$#1d:1.5 0\n$#1d:2.5.b 0\n$#1d:3.5.b 0\n$#1d:4.5.b 0\n$#46.5 0\n$#47.5 0\n$#3d:1.9 0\n$#48.5 0\n$#3d:2.9.b.1d.26 0\n$#49.5 0\n$#3d:3.9.b.1d.26 0\n$#3d:4.9.b.1d.26 0\n\nFace\n\nChildCount 0\n\nNameCount 12\n0\n$#16:1.4 0\n$#16:4.4.b.d 0\n$#16:2.4.b.d 0\n$#14:1.4 0\n$#41:1.b 0\n$#16:3.4.b.d 0\n$#26:1.7 0\n$#26:2.7.b.1d 0\n$#26:3.7.b.1d 0\n$#26:4.7.b.1d 0\n$#3f:1.a 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n$#42.c $#4a.c 0\n$#4b:1.c 0\n$#43.c $#4c.c 0\n$#4e:1.c 0\n$#45.c $#50.c 0\n$#4e:3.c.b.d.16.36 0\n$#44.c $#4f.c 0\n$#4e:2.c.b.d.16.36 0\n$#1f.6 0\n$#20.6 0\n$#21.6 0\n$#22.6 0\n$#56.d 0\n$#61:2f.d 0\n$#62:30.d 0\n$#63:31.d 0\n\nEndMap\n" }, "PocketSketch20.Shape.Map.txt": { "sha256": "1ed561710b6beacd691b5c137e89026185121dd34f9665cf426096572e48efa0", @@ -102515,6 +141069,753 @@ }, "finalObject": "Pocket20", "id": "partdesign-pocket-up-to-face", + "mutation": { + "category": "partdesign", + "contract": { + "editorModes": [], + "finalObject": "Pocket20", + "finalStageOrdinal": 11, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Pad20", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Pad" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": false, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9, + 11 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 0, + 9, + 11 + ], + "namingChangedStages": 3, + "namingRestorationDriftOrdinals": [ + 0, + 9, + 11 + ], + "namingRestorationDriftStages": 3, + "phaseStageRecords": 36, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 12 + }, + "phases": { + "before": [ + { + "key": "partdesign-pocket-up-to-face:000:Body20", + "name": "Body20", + "ordinal": 0, + "relationDigest": "0342d1798f17c7698f9e49ae5f01b4ab10dac911f747ebacff8186354febe12b", + "semanticNameDigest": "5f79d63a7987e41f8915fd64a256d3b773e53b881c5fde5dd2a6a7bcdd534fcb", + "shape": { + "area": 131.2, + "brepSha256": "466dbcad220810b204a120cb9ef7be45df1d8b7ad59c194f85066c382ac1810a", + "edges": 24, + "faces": 11, + "geometryDigest": "ffd3a0bf0794831dd695efdf16c135abf39bfbf5471e51af2325bcd2a2b45adc", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 72.31999999999998 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-up-to-face:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-up-to-face:008:Sketch20", + "name": "Sketch20", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:009:Pad20", + "name": "Pad20", + "ordinal": 9, + "relationDigest": "c838de8850fe0100924143d18086c975949be1cf026f2b1ef1c7e79f7b52445c", + "semanticNameDigest": "7016833e7f7d1ea833c88070c3976df629b312251c0b45da355b937ca2425eaa", + "shape": { + "area": 112, + "brepSha256": "a7be9277dc0e738d364e8eccff250fbda3c79eb6fe2f292f001423fc590bf644", + "edges": 12, + "faces": 6, + "geometryDigest": "b86fad46c20d2107571ef4050aae588e9738c277c2adca4ed5eb4087df945821", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 79.99999999999999 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-up-to-face:010:PocketSketch20", + "name": "PocketSketch20", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:011:Pocket20", + "name": "Pocket20", + "ordinal": 11, + "relationDigest": "5e3a0cdd0b77e75a9461c9a5d03f71d6da19b21b67946a33f526f137b196f96f", + "semanticNameDigest": "8446720f06891a929c3a524cedfd8dafa82bec20eee9d5b358e15a8454d60466", + "shape": { + "area": 131.2, + "brepSha256": "e591808d00595503ea59070982d0f6a6175f10260c69d2942b0ca3a4dd0f80cf", + "edges": 24, + "faces": 11, + "geometryDigest": "ffd3a0bf0794831dd695efdf16c135abf39bfbf5471e51af2325bcd2a2b45adc", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 72.31999999999998 + }, + "typeId": "PartDesign::Pocket" + } + ], + "edited": [ + { + "key": "partdesign-pocket-up-to-face:000:Body20", + "name": "Body20", + "ordinal": 0, + "relationDigest": "6992c4838bf5d5bbee8e27438e1a5bdcbe53273832fceb942ea1cdfd4635825a", + "semanticNameDigest": "8c7c98c40486ad86909e99949635ec48230a98355a3aef6c03f2f8d41a475ba8", + "shape": { + "area": 148.32000000000005, + "brepSha256": "62a5a2568ee2317f2792b79c2325d8639d8076558aede623c723989825110ebb", + "edges": 24, + "faces": 12, + "geometryDigest": "2890c63ab19766348dc92f42399ce52ebb3ec8f41e9040cc51f07856c727d966", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 84.31999999999998 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-up-to-face:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-up-to-face:008:Sketch20", + "name": "Sketch20", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:009:Pad20", + "name": "Pad20", + "ordinal": 9, + "relationDigest": "5d47ed72a136e12ddf4656fdaaf0960d45b65083f504ad6c6f7d2317ca0c1c5a", + "semanticNameDigest": "bc8b38bad6baec721c1ba9025582721cd5ae3c2908a4d5b60ddcfa9b237e6bd5", + "shape": { + "area": 124, + "brepSha256": "21b901ee5eb295a4358842c24faba8b84876edf8f9c88e7a50393fc95c2eb8d7", + "edges": 12, + "faces": 6, + "geometryDigest": "74d5c7543c8efb703f2af1623c3b56cac817251b796344aa3cd0fdfbb34879da", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 91.99999999999999 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-up-to-face:010:PocketSketch20", + "name": "PocketSketch20", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:011:Pocket20", + "name": "Pocket20", + "ordinal": 11, + "relationDigest": "7968fcdf8687ce87ed26f80130d51a192c5bedf3b62fe395f7f4831bbbfced1b", + "semanticNameDigest": "b61043cd7d024920bde7595de71f7d34e65258497297090fe6ebac230bb91e20", + "shape": { + "area": 148.32000000000005, + "brepSha256": "c9db4fa89c88beb4e0436d3b31463437b081efa6a628a5461cebd2eccf781b49", + "edges": 24, + "faces": 12, + "geometryDigest": "2890c63ab19766348dc92f42399ce52ebb3ec8f41e9040cc51f07856c727d966", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 84.31999999999998 + }, + "typeId": "PartDesign::Pocket" + } + ], + "restored": [ + { + "key": "partdesign-pocket-up-to-face:000:Body20", + "name": "Body20", + "ordinal": 0, + "relationDigest": "8500775ec365d405ce5742c1797724a4d7d0fdcc614b45920d595fe70d107280", + "semanticNameDigest": "b469a4746b4b3ad270d35f15fdbadf79144bfce4f4fcb85fcafc695b0a6ca598", + "shape": { + "area": 131.2, + "brepSha256": "466dbcad220810b204a120cb9ef7be45df1d8b7ad59c194f85066c382ac1810a", + "edges": 24, + "faces": 11, + "geometryDigest": "ffd3a0bf0794831dd695efdf16c135abf39bfbf5471e51af2325bcd2a2b45adc", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 72.31999999999998 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-up-to-face:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-up-to-face:008:Sketch20", + "name": "Sketch20", + "ordinal": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", + "edges": 4, + "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:009:Pad20", + "name": "Pad20", + "ordinal": 9, + "relationDigest": "04b3fd400cc0a8ea650338f821fcd66006e82edfb1484a28044f91eaf7a66490", + "semanticNameDigest": "c67dd33a8c461a6aa91ab27ae9e2635b5475a21bceff8b6a08a758efe7415a8e", + "shape": { + "area": 112, + "brepSha256": "a7be9277dc0e738d364e8eccff250fbda3c79eb6fe2f292f001423fc590bf644", + "edges": 12, + "faces": 6, + "geometryDigest": "b86fad46c20d2107571ef4050aae588e9738c277c2adca4ed5eb4087df945821", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 79.99999999999999 + }, + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-up-to-face:010:PocketSketch20", + "name": "PocketSketch20", + "ordinal": 10, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", + "edges": 4, + "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", + "solids": 0, + "valid": true, + "vertices": 4, + "volume": 0 + }, + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:011:Pocket20", + "name": "Pocket20", + "ordinal": 11, + "relationDigest": "da1a0a03b51a789ae779f02be6a5b1baffdca80673909b1b02e1a85963556cdc", + "semanticNameDigest": "8bed43e2124b82ff3c3548f3be6941b288ce2684ecda993a83b640e36dfc45de", + "shape": { + "area": 131.2, + "brepSha256": "e591808d00595503ea59070982d0f6a6175f10260c69d2942b0ca3a4dd0f80cf", + "edges": 24, + "faces": 11, + "geometryDigest": "ffd3a0bf0794831dd695efdf16c135abf39bfbf5471e51af2325bcd2a2b45adc", + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 72.31999999999998 + }, + "typeId": "PartDesign::Pocket" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 5, + "edited": 5.75, + "restored": 5 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -102524,27 +141825,34 @@ "elementMapSize": 51, "elementMapVersion": "15.70200.5", "label": "Body20", + "linkedObjects": [ + "Origin", + "Pad20", + "Pocket20", + "PocketSketch20", + "Sketch20" + ], "name": "Body20", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:H1006,F;:H1008,F", + "mappedName": "#16:1;:H8cc,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:1;:H1006,F", + "mappedName": "#16:1;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H1005,E" + "#b:1;:H8cb,E" ], - "mappedName": "#d:1;:G;XTR;:H1005:7,F", + "mappedName": "#d:1;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -102559,7 +141867,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:H1006,F;:H1008,F", + "mappedName": "#16:1;:H8cc,F;:H8ce,F", "mappedStringIds": [ 22 ], @@ -102569,21 +141877,21 @@ "history": [ { "children": [], - "mappedName": "#16:4;:H1006,F;:H1008,F", + "mappedName": "#16:4;:H8cc,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:4;:H1006,F", + "mappedName": "#16:4;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:H1005,E" + "#b:4;:H8cb,E" ], - "mappedName": "#d:4;:G;XTR;:H1005:7,F", + "mappedName": "#d:4;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -102600,7 +141908,7 @@ 13, 22 ], - "mappedName": "#16:4;:H1006,F;:H1008,F", + "mappedName": "#16:4;:H8cc,F;:H8ce,F", "mappedStringIds": [ 11, 13, @@ -102612,21 +141920,21 @@ "history": [ { "children": [], - "mappedName": "#16:2;:H1006,F;:H1008,F", + "mappedName": "#16:2;:H8cc,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:2;:H1006,F", + "mappedName": "#16:2;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:H1005,E" + "#b:2;:H8cb,E" ], - "mappedName": "#d:2;:G;XTR;:H1005:7,F", + "mappedName": "#d:2;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -102643,7 +141951,7 @@ 13, 22 ], - "mappedName": "#16:2;:H1006,F;:H1008,F", + "mappedName": "#16:2;:H8cc,F;:H8ce,F", "mappedStringIds": [ 11, 13, @@ -102655,21 +141963,21 @@ "history": [ { "children": [], - "mappedName": "#14:1;:H1006,F;:H1008,F", + "mappedName": "#14:1;:H8cc,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#14:1;:H1006,F", + "mappedName": "#14:1;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H1005,E" + "#b:1;:H8cb,E" ], - "mappedName": "#d:1;FAC;:H1005:4,F", + "mappedName": "#d:1;FAC;:H8cb:4,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -102684,7 +141992,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:H1006,F;:H1008,F", + "mappedName": "#14:1;:H8cc,F;:H8ce,F", "mappedStringIds": [ 20 ], @@ -102694,22 +142002,22 @@ "history": [ { "children": [], - "mappedName": "#41:1;:M;CUT;:H1006:7,F;:H1008,F", + "mappedName": "#41:1;:M;CUT;:H8cc:7,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#41:1;:M;CUT;:H1006:7,F", + "mappedName": "#41:1;:M;CUT;:H8cc:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:H1005:4,F", - "#b:1;:H1005,E" + "#d:1;FAC;:H8cb:4,F", + "#b:1;:H8cb,E" ], - "mappedName": "#14:1;:G0;XTR;:H1005:8,F", + "mappedName": "#14:1;:G0;XTR;:H8cb:8,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -102724,7 +142032,7 @@ "indexedStringIds": [ 65 ], - "mappedName": "#41:1;:M;CUT;:H1006:7,F;:H1008,F", + "mappedName": "#41:1;:M;CUT;:H8cc:7,F;:H8ce,F", "mappedStringIds": [ 65 ], @@ -102734,21 +142042,21 @@ "history": [ { "children": [], - "mappedName": "#16:3;:H1006,F;:H1008,F", + "mappedName": "#16:3;:H8cc,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#16:3;:H1006,F", + "mappedName": "#16:3;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:H1005,E" + "#b:3;:H8cb,E" ], - "mappedName": "#d:3;:G;XTR;:H1005:7,F", + "mappedName": "#d:3;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -102765,7 +142073,7 @@ 13, 22 ], - "mappedName": "#16:3;:H1006,F;:H1008,F", + "mappedName": "#16:3;:H8cc,F;:H8ce,F", "mappedStringIds": [ 11, 13, @@ -102777,18 +142085,18 @@ "history": [ { "children": [ - "#26:1;:M;CUT;:H-1008:7,F" + "#26:1;:M;CUT;:H-8ce:7,F" ], - "mappedName": "#26:1;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:1;:G;XTR;:H1007:7,F", - "#b:1;:H1007,E" + "#1d:1;:G;XTR;:H8cd:7,F", + "#b:1;:H8cd,E" ], - "mappedName": "#26:1;:M;CUT;:H-1008:7,F", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -102803,7 +142111,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F;:H8ce,F", "mappedStringIds": [ 38 ], @@ -102813,18 +142121,18 @@ "history": [ { "children": [ - "#26:2;:M;CUT;:H-1008:7,F" + "#26:2;:M;CUT;:H-8ce:7,F" ], - "mappedName": "#26:2;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:2;:G;XTR;:H1007:7,F", - "#b:2;:H1007,E" + "#1d:2;:G;XTR;:H8cd:7,F", + "#b:2;:H8cd,E" ], - "mappedName": "#26:2;:M;CUT;:H-1008:7,F", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -102841,7 +142149,7 @@ 29, 38 ], - "mappedName": "#26:2;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F;:H8ce,F", "mappedStringIds": [ 11, 29, @@ -102853,18 +142161,18 @@ "history": [ { "children": [ - "#26:3;:M;CUT;:H-1008:7,F" + "#26:3;:M;CUT;:H-8ce:7,F" ], - "mappedName": "#26:3;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:3;:G;XTR;:H1007:7,F", - "#b:3;:H1007,E" + "#1d:3;:G;XTR;:H8cd:7,F", + "#b:3;:H8cd,E" ], - "mappedName": "#26:3;:M;CUT;:H-1008:7,F", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -102881,7 +142189,7 @@ 29, 38 ], - "mappedName": "#26:3;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F;:H8ce,F", "mappedStringIds": [ 11, 29, @@ -102893,18 +142201,18 @@ "history": [ { "children": [ - "#26:4;:M;CUT;:H-1008:7,F" + "#26:4;:M;CUT;:H-8ce:7,F" ], - "mappedName": "#26:4;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#1d:4;:G;XTR;:H1007:7,F", - "#b:4;:H1007,E" + "#1d:4;:G;XTR;:H8cd:7,F", + "#b:4;:H8cd,E" ], - "mappedName": "#26:4;:M;CUT;:H-1008:7,F", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -102921,7 +142229,7 @@ 29, 38 ], - "mappedName": "#26:4;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F;:H8ce,F", "mappedStringIds": [ 11, 29, @@ -102933,19 +142241,19 @@ "history": [ { "children": [ - "#3f:1;:H-1008,F" + "#3f:1;:H-8ce,F" ], - "mappedName": "#3f:1;:H-1008,F;:H1008,F", + "mappedName": "#3f:1;:H-8ce,F;:H8ce,F", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#24:1;:G0;XTR;:H1007:8,F", - "#1d:1;FAC;:H1007:4,F", - "#b:1;:H1007,E" + "#24:1;:G0;XTR;:H8cd:8,F", + "#1d:1;FAC;:H8cd:4,F", + "#b:1;:H8cd,E" ], - "mappedName": "#3f:1;:H-1008,F", + "mappedName": "#3f:1;:H-8ce,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -102960,7 +142268,7 @@ "indexedStringIds": [ 63 ], - "mappedName": "#3f:1;:H-1008,F;:H1008,F", + "mappedName": "#3f:1;:H-8ce,F;:H8ce,F", "mappedStringIds": [ 63 ], @@ -102970,38 +142278,36 @@ "history": [ { "children": [], - "mappedName": "#18:1;:H1006,E;:H1008,E", + "mappedName": "#5d:2a;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#18:1;:H1006,E", + "mappedName": "#5d:2a;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:H1005,V" - ], - "mappedName": "#f:1;:G;XTR;:H1005:7,E", + "children": [], + "mappedName": "#4242;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4242", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], - "mappedName": "#18:1;:H1006,E;:H1008,E", + "mappedName": "#5d:2a;:H8cc,E;:H8ce,E", "mappedStringIds": [ - 24 + 93 ], "name": "Edge1" }, @@ -103009,38 +142315,36 @@ "history": [ { "children": [], - "mappedName": "#19:2;:H1006,E;:H1008,E", + "mappedName": "#5e:2b;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#19:2;:H1006,E", + "mappedName": "#5e:2b;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:H1005,V" - ], - "mappedName": "#10:2;:G;XTR;:H1005:7,E", + "children": [], + "mappedName": "#4343;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4343", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], - "mappedName": "#19:2;:H1006,E;:H1008,E", + "mappedName": "#5e:2b;:H8cc,E;:H8ce,E", "mappedStringIds": [ - 25 + 94 ], "name": "Edge2" }, @@ -103048,19 +142352,19 @@ "history": [ { "children": [], - "mappedName": "#d:1;:H1006,E;:H1008,E", + "mappedName": "#d:1;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:1;:H1006,E", + "mappedName": "#d:1;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:H1005,E", + "mappedName": "#b:1;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -103075,7 +142379,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:H1006,E;:H1008,E", + "mappedName": "#d:1;:H8cc,E;:H8ce,E", "mappedStringIds": [ 13 ], @@ -103085,22 +142389,22 @@ "history": [ { "children": [], - "mappedName": "#36:1;:H1006,E;:H1008,E", + "mappedName": "#36:1;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:1;:H1006,E", + "mappedName": "#36:1;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:H1005:7,F", - "#b:1;:H1005,E" + "#d:1;:G;XTR;:H8cb:7,F", + "#b:1;:H8cb,E" ], - "mappedName": "#16:1;:U;XTR;:H1005:7,E", + "mappedName": "#16:1;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -103115,7 +142419,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:H1006,E;:H1008,E", + "mappedName": "#36:1;:H8cc,E;:H8ce,E", "mappedStringIds": [ 54 ], @@ -103125,38 +142429,36 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:H1006,E;:H1008,E", + "mappedName": "#60:2d;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1b:2;:H1006,E", + "mappedName": "#60:2d;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:H1005,V" - ], - "mappedName": "#12:2;:G;XTR;:H1005:7,E", + "children": [], + "mappedName": "#4545;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4545", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], - "mappedName": "#1b:2;:H1006,E;:H1008,E", + "mappedName": "#60:2d;:H8cc,E;:H8ce,E", "mappedStringIds": [ - 27 + 96 ], "name": "Edge5" }, @@ -103164,19 +142466,19 @@ "history": [ { "children": [], - "mappedName": "#d:4;:H1006,E;:H1008,E", + "mappedName": "#d:4;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:4;:H1006,E", + "mappedName": "#d:4;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:H1005,E", + "mappedName": "#b:4;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -103192,7 +142494,7 @@ 11, 13 ], - "mappedName": "#d:4;:H1006,E;:H1008,E", + "mappedName": "#d:4;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13 @@ -103203,22 +142505,22 @@ "history": [ { "children": [], - "mappedName": "#36:4;:H1006,E;:H1008,E", + "mappedName": "#36:4;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:4;:H1006,E", + "mappedName": "#36:4;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:H1005:7,F", - "#b:4;:H1005,E" + "#d:4;:G;XTR;:H8cb:7,F", + "#b:4;:H8cb,E" ], - "mappedName": "#16:4;:U;XTR;:H1005:7,E", + "mappedName": "#16:4;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -103236,7 +142538,7 @@ 22, 54 ], - "mappedName": "#36:4;:H1006,E;:H1008,E", + "mappedName": "#36:4;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13, @@ -103249,38 +142551,36 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:H1006,E;:H1008,E", + "mappedName": "#5f:2c;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#1a:2;:H1006,E", + "mappedName": "#5f:2c;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:H1005,V" - ], - "mappedName": "#11:2;:G;XTR;:H1005:7,E", + "children": [], + "mappedName": "#4444;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4444", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], - "mappedName": "#1a:2;:H1006,E;:H1008,E", + "mappedName": "#5f:2c;:H8cc,E;:H8ce,E", "mappedStringIds": [ - 26 + 95 ], "name": "Edge8" }, @@ -103288,19 +142588,19 @@ "history": [ { "children": [], - "mappedName": "#d:2;:H1006,E;:H1008,E", + "mappedName": "#d:2;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:2;:H1006,E", + "mappedName": "#d:2;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:H1005,E", + "mappedName": "#b:2;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -103316,7 +142616,7 @@ 11, 13 ], - "mappedName": "#d:2;:H1006,E;:H1008,E", + "mappedName": "#d:2;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13 @@ -103327,22 +142627,22 @@ "history": [ { "children": [], - "mappedName": "#36:2;:H1006,E;:H1008,E", + "mappedName": "#36:2;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:2;:H1006,E", + "mappedName": "#36:2;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:H1005:7,F", - "#b:2;:H1005,E" + "#d:2;:G;XTR;:H8cb:7,F", + "#b:2;:H8cb,E" ], - "mappedName": "#16:2;:U;XTR;:H1005:7,E", + "mappedName": "#16:2;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -103360,7 +142660,7 @@ 22, 54 ], - "mappedName": "#36:2;:H1006,E;:H1008,E", + "mappedName": "#36:2;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13, @@ -103373,19 +142673,19 @@ "history": [ { "children": [], - "mappedName": "#d:3;:H1006,E;:H1008,E", + "mappedName": "#d:3;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#d:3;:H1006,E", + "mappedName": "#d:3;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:H1005,E", + "mappedName": "#b:3;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -103401,7 +142701,7 @@ 11, 13 ], - "mappedName": "#d:3;:H1006,E;:H1008,E", + "mappedName": "#d:3;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13 @@ -103412,22 +142712,22 @@ "history": [ { "children": [], - "mappedName": "#36:3;:H1006,E;:H1008,E", + "mappedName": "#36:3;:H8cc,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#36:3;:H1006,E", + "mappedName": "#36:3;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:H1005:7,F", - "#b:3;:H1005,E" + "#d:3;:G;XTR;:H8cb:7,F", + "#b:3;:H8cb,E" ], - "mappedName": "#16:3;:U;XTR;:H1005:7,E", + "mappedName": "#16:3;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -103445,7 +142745,7 @@ 22, 54 ], - "mappedName": "#36:3;:H1006,E;:H1008,E", + "mappedName": "#36:3;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13, @@ -103458,17 +142758,17 @@ "history": [ { "children": [ - "#1d:1;:M;CUT;:H-1008:7,E" + "#1d:1;:M;CUT;:H-8ce:7,E" ], - "mappedName": "#1d:1;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#b:1;:H1007,E" + "#b:1;:H8cd,E" ], - "mappedName": "#1d:1;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -103483,7 +142783,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ 29 ], @@ -103493,17 +142793,17 @@ "history": [ { "children": [ - "#1d:2;:M;CUT;:H-1008:7,E" + "#1d:2;:M;CUT;:H-8ce:7,E" ], - "mappedName": "#1d:2;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#b:2;:H1007,E" + "#b:2;:H8cd,E" ], - "mappedName": "#1d:2;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -103519,7 +142819,7 @@ 11, 29 ], - "mappedName": "#1d:2;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ 11, 29 @@ -103530,17 +142830,17 @@ "history": [ { "children": [ - "#1d:3;:M;CUT;:H-1008:7,E" + "#1d:3;:M;CUT;:H-8ce:7,E" ], - "mappedName": "#1d:3;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#b:3;:H1007,E" + "#b:3;:H8cd,E" ], - "mappedName": "#1d:3;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -103556,7 +142856,7 @@ 11, 29 ], - "mappedName": "#1d:3;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ 11, 29 @@ -103567,17 +142867,17 @@ "history": [ { "children": [ - "#1d:4;:M;CUT;:H-1008:7,E" + "#1d:4;:M;CUT;:H-8ce:7,E" ], - "mappedName": "#1d:4;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#b:4;:H1007,E" + "#b:4;:H8cd,E" ], - "mappedName": "#1d:4;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -103593,7 +142893,7 @@ 11, 29 ], - "mappedName": "#1d:4;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ 11, 29 @@ -103604,36 +142904,35 @@ "history": [ { "children": [ - "#28:2;:M;CUT;:H-1008:7,E" + "#46;:M;CUT;:H-8ce:7,E" ], - "mappedName": "#28:2;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#46;:M;CUT;:H-8ce:7,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#1f:2;:G;XTR;:H1007:7,E", - "#22;:H1007,V", - "#8;:H1007,V" + "#1f;:G;XTR;:H8cd:7,E", + "#2;:H8cd,V" ], - "mappedName": "#28:2;:M;CUT;:H-1008:7,E", + "mappedName": "#46;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 40 + 70 ], - "mappedName": "#28:2;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#46;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ - 40 + 70 ], "name": "Edge17" }, @@ -103641,35 +142940,35 @@ "history": [ { "children": [ - "#29:4;:M;CUT;:H-1008:7,E" + "#47;:M;CUT;:H-8ce:7,E" ], - "mappedName": "#29:4;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#47;:M;CUT;:H-8ce:7,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#20:4;:G;XTR;:H1007:7,E", - "#44;:H1007,V" + "#20;:G;XTR;:H8cd:7,E", + "#4;:H8cd,V" ], - "mappedName": "#29:4;:M;CUT;:H-1008:7,E", + "mappedName": "#47;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#44", + "mappedName": "g1v2;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge18", "indexedStringIds": [ - 41 + 71 ], - "mappedName": "#29:4;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#47;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ - 41 + 71 ], "name": "Edge18" }, @@ -103677,19 +142976,19 @@ "history": [ { "children": [ - "#3d:1;:H-1008,E" + "#3d:1;:H-8ce,E" ], - "mappedName": "#3d:1;:H-1008,E;:H1008,E", + "mappedName": "#3d:1;:H-8ce,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#26:1;:U;XTR;:H1007:7,E", - "#1d:1;:G;XTR;:H1007:7,F", - "#b:1;:H1007,E" + "#26:1;:U;XTR;:H8cd:7,E", + "#1d:1;:G;XTR;:H8cd:7,F", + "#b:1;:H8cd,E" ], - "mappedName": "#3d:1;:H-1008,E", + "mappedName": "#3d:1;:H-8ce,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -103704,7 +143003,7 @@ "indexedStringIds": [ 61 ], - "mappedName": "#3d:1;:H-1008,E;:H1008,E", + "mappedName": "#3d:1;:H-8ce,E;:H8ce,E", "mappedStringIds": [ 61 ], @@ -103714,35 +143013,35 @@ "history": [ { "children": [ - "#2a:6;:M;CUT;:H-1008:7,E" + "#48;:M;CUT;:H-8ce:7,E" ], - "mappedName": "#2a:6;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#48;:M;CUT;:H-8ce:7,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#21:6;:G;XTR;:H1007:7,E", - "#66;:H1007,V" + "#21;:G;XTR;:H8cd:7,E", + "#6;:H8cd,V" ], - "mappedName": "#2a:6;:M;CUT;:H-1008:7,E", + "mappedName": "#48;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 72 ], - "mappedName": "#2a:6;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#48;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ - 42 + 72 ], "name": "Edge20" }, @@ -103750,19 +143049,19 @@ "history": [ { "children": [ - "#3d:2;:H-1008,E" + "#3d:2;:H-8ce,E" ], - "mappedName": "#3d:2;:H-1008,E;:H1008,E", + "mappedName": "#3d:2;:H-8ce,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#26:2;:U;XTR;:H1007:7,E", - "#1d:2;:G;XTR;:H1007:7,F", - "#b:2;:H1007,E" + "#26:2;:U;XTR;:H8cd:7,E", + "#1d:2;:G;XTR;:H8cd:7,F", + "#b:2;:H8cd,E" ], - "mappedName": "#3d:2;:H-1008,E", + "mappedName": "#3d:2;:H-8ce,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -103780,7 +143079,7 @@ 38, 61 ], - "mappedName": "#3d:2;:H-1008,E;:H1008,E", + "mappedName": "#3d:2;:H-8ce,E;:H8ce,E", "mappedStringIds": [ 11, 29, @@ -103793,35 +143092,35 @@ "history": [ { "children": [ - "#2b:8;:M;CUT;:H-1008:7,E" + "#49;:M;CUT;:H-8ce:7,E" ], - "mappedName": "#2b:8;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#49;:M;CUT;:H-8ce:7,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#22:8;:G;XTR;:H1007:7,E", - "#88;:H1007,V" + "#22;:G;XTR;:H8cd:7,E", + "#8;:H8cd,V" ], - "mappedName": "#2b:8;:M;CUT;:H-1008:7,E", + "mappedName": "#49;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge22", "indexedStringIds": [ - 43 + 73 ], - "mappedName": "#2b:8;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#49;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ - 43 + 73 ], "name": "Edge22" }, @@ -103829,19 +143128,19 @@ "history": [ { "children": [ - "#3d:3;:H-1008,E" + "#3d:3;:H-8ce,E" ], - "mappedName": "#3d:3;:H-1008,E;:H1008,E", + "mappedName": "#3d:3;:H-8ce,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#26:3;:U;XTR;:H1007:7,E", - "#1d:3;:G;XTR;:H1007:7,F", - "#b:3;:H1007,E" + "#26:3;:U;XTR;:H8cd:7,E", + "#1d:3;:G;XTR;:H8cd:7,F", + "#b:3;:H8cd,E" ], - "mappedName": "#3d:3;:H-1008,E", + "mappedName": "#3d:3;:H-8ce,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -103859,7 +143158,7 @@ 38, 61 ], - "mappedName": "#3d:3;:H-1008,E;:H1008,E", + "mappedName": "#3d:3;:H-8ce,E;:H8ce,E", "mappedStringIds": [ 11, 29, @@ -103872,19 +143171,19 @@ "history": [ { "children": [ - "#3d:4;:H-1008,E" + "#3d:4;:H-8ce,E" ], - "mappedName": "#3d:4;:H-1008,E;:H1008,E", + "mappedName": "#3d:4;:H-8ce,E;:H8ce,E", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#26:4;:U;XTR;:H1007:7,E", - "#1d:4;:G;XTR;:H1007:7,F", - "#b:4;:H1007,E" + "#26:4;:U;XTR;:H8cd:7,E", + "#1d:4;:G;XTR;:H8cd:7,F", + "#b:4;:H8cd,E" ], - "mappedName": "#3d:4;:H-1008,E", + "mappedName": "#3d:4;:H-8ce,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -103902,7 +143201,7 @@ 38, 61 ], - "mappedName": "#3d:4;:H-1008,E;:H1008,E", + "mappedName": "#3d:4;:H-8ce,E;:H8ce,E", "mappedStringIds": [ 11, 29, @@ -103915,36 +143214,36 @@ "history": [ { "children": [], - "mappedName": "#f:1;:H1006,V;:H1008,V", + "mappedName": "#42;:H8cc,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#f:1;:H1006,V", + "mappedName": "#42;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:H1005,V", + "mappedName": "#2;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 66 ], - "mappedName": "#f:1;:H1006,V;:H1008,V", + "mappedName": "#42;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 15 + 66 ], "name": "Vertex1" }, @@ -103952,39 +143251,40 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:H1006,V;:H1008,V", + "mappedName": "#4b:1;:H8cc,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#2e:1;:H1006,V", + "mappedName": "#4b:1;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:H1005:7,E", - "#2:1;:H1005,V" + "#16:1;:U;XTR;:H8cb:7,E", + "#d:1;:G;XTR;:H8cb:7,F", + "#b:1;:H8cb,E" ], - "mappedName": "#18:1;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U;XTR;:H8cb:7,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 75 ], - "mappedName": "#2e:1;:H1006,V;:H1008,V", + "mappedName": "#4b:1;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 46 + 75 ], "name": "Vertex2" }, @@ -103992,36 +143292,36 @@ "history": [ { "children": [], - "mappedName": "#10:2;:H1006,V;:H1008,V", + "mappedName": "#43;:H8cc,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#10:2;:H1006,V", + "mappedName": "#43;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:H1005,V", + "mappedName": "#4;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 67 ], - "mappedName": "#10:2;:H1006,V;:H1008,V", + "mappedName": "#43;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 16 + 67 ], "name": "Vertex3" }, @@ -104029,39 +143329,40 @@ "history": [ { "children": [], - "mappedName": "#30:2;:H1006,V;:H1008,V", + "mappedName": "#4e:1;:H8cc,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#30:2;:H1006,V", + "mappedName": "#4e:1;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:H1005:7,E", - "#4:2;:H1005,V" + "#16:1;:U;XTR;:H8cb:7,E", + "#d:1;:G;XTR;:H8cb:7,F", + "#b:1;:H8cb,E" ], - "mappedName": "#19:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U2;XTR;:H8cb:8,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 78 ], - "mappedName": "#30:2;:H1006,V;:H1008,V", + "mappedName": "#4e:1;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 48 + 78 ], "name": "Vertex4" }, @@ -104069,36 +143370,36 @@ "history": [ { "children": [], - "mappedName": "#12:2;:H1006,V;:H1008,V", + "mappedName": "#45;:H8cc,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#12:2;:H1006,V", + "mappedName": "#45;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:H1005,V", + "mappedName": "#8;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 69 ], - "mappedName": "#12:2;:H1006,V;:H1008,V", + "mappedName": "#45;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 18 + 69 ], "name": "Vertex5" }, @@ -104106,39 +143407,48 @@ "history": [ { "children": [], - "mappedName": "#34:2;:H1006,V;:H1008,V", + "mappedName": "#4e:3;:H8cc,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#34:2;:H1006,V", + "mappedName": "#4e:3;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:H1005:7,E", - "#8:2;:H1005,V" + "#16:3;:U;XTR;:H8cb:7,E", + "#d:3;:G;XTR;:H8cb:7,F", + "#b:3;:H8cb,E" ], - "mappedName": "#1b:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:3;:U2;XTR;:H8cb:8,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ], - "mappedName": "#34:2;:H1006,V;:H1008,V", + "mappedName": "#4e:3;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ], "name": "Vertex6" }, @@ -104146,36 +143456,36 @@ "history": [ { "children": [], - "mappedName": "#11:2;:H1006,V;:H1008,V", + "mappedName": "#44;:H8cc,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#11:2;:H1006,V", + "mappedName": "#44;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:H1005,V", + "mappedName": "#6;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 68 ], - "mappedName": "#11:2;:H1006,V;:H1008,V", + "mappedName": "#44;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 17 + 68 ], "name": "Vertex7" }, @@ -104183,39 +143493,48 @@ "history": [ { "children": [], - "mappedName": "#32:2;:H1006,V;:H1008,V", + "mappedName": "#4e:2;:H8cc,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "#32:2;:H1006,V", + "mappedName": "#4e:2;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:H1005:7,E", - "#6:2;:H1005,V" + "#16:2;:U;XTR;:H8cb:7,E", + "#d:2;:G;XTR;:H8cb:7,F", + "#b:2;:H8cb,E" ], - "mappedName": "#1a:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:2;:U2;XTR;:H8cb:8,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ], - "mappedName": "#32:2;:H1006,V;:H1008,V", + "mappedName": "#4e:2;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ], "name": "Vertex8" }, @@ -104223,17 +143542,17 @@ "history": [ { "children": [ - "#1f;:M;CUT;:H-1008:7,V" + "#1f;:M;CUT;:H-8ce:7,V" ], - "mappedName": "#1f;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#2;:H1007,V" + "#2;:H8cd,V" ], - "mappedName": "#1f;:M;CUT;:H-1008:7,V", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -104248,7 +143567,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V;:H8ce,V", "mappedStringIds": [ 31 ], @@ -104258,17 +143577,17 @@ "history": [ { "children": [ - "#20;:M;CUT;:H-1008:7,V" + "#20;:M;CUT;:H-8ce:7,V" ], - "mappedName": "#20;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#20;:M;CUT;:H-8ce:7,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#4;:H1007,V" + "#4;:H8cd,V" ], - "mappedName": "#20;:M;CUT;:H-1008:7,V", + "mappedName": "#20;:M;CUT;:H-8ce:7,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -104283,7 +143602,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#20;:M;CUT;:H-8ce:7,V;:H8ce,V", "mappedStringIds": [ 32 ], @@ -104293,17 +143612,17 @@ "history": [ { "children": [ - "#21;:M;CUT;:H-1008:7,V" + "#21;:M;CUT;:H-8ce:7,V" ], - "mappedName": "#21;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#21;:M;CUT;:H-8ce:7,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#6;:H1007,V" + "#6;:H8cd,V" ], - "mappedName": "#21;:M;CUT;:H-1008:7,V", + "mappedName": "#21;:M;CUT;:H-8ce:7,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -104318,7 +143637,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#21;:M;CUT;:H-8ce:7,V;:H8ce,V", "mappedStringIds": [ 33 ], @@ -104328,17 +143647,17 @@ "history": [ { "children": [ - "#22;:M;CUT;:H-1008:7,V" + "#22;:M;CUT;:H-8ce:7,V" ], - "mappedName": "#22;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#22;:M;CUT;:H-8ce:7,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#8;:H1007,V" + "#8;:H8cd,V" ], - "mappedName": "#22;:M;CUT;:H-1008:7,V", + "mappedName": "#22;:M;CUT;:H-8ce:7,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -104353,7 +143672,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#22;:M;CUT;:H-8ce:7,V;:H8ce,V", "mappedStringIds": [ 34 ], @@ -104363,37 +143682,36 @@ "history": [ { "children": [ - "#38:2;:H-1008,V" + "#56;:H-8ce,V" ], - "mappedName": "#38:2;:H-1008,V;:H1008,V", + "mappedName": "#56;:H-8ce,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#28:2;:U;XTR;:H1007:7,V", - "#1f:2;:G;XTR;:H1007:7,E", - "#22;:H1007,V", - "#8;:H1007,V" + "#46;:U;XTR;:H8cd:7,V", + "#1f;:G;XTR;:H8cd:7,E", + "#2;:H8cd,V" ], - "mappedName": "#38:2;:H-1008,V", + "mappedName": "#56;:H-8ce,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex13", "indexedStringIds": [ - 56 + 86 ], - "mappedName": "#38:2;:H-1008,V;:H1008,V", + "mappedName": "#56;:H-8ce,V;:H8ce,V", "mappedStringIds": [ - 56 + 86 ], "name": "Vertex13" }, @@ -104401,36 +143719,34 @@ "history": [ { "children": [ - "#39:4;:H-1008,V" + "#61:2f;:H-8ce,V" ], - "mappedName": "#39:4;:H-1008,V;:H1008,V", + "mappedName": "#61:2f;:H-8ce,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#29:4;:U;XTR;:H1007:7,V", - "#20:4;:G;XTR;:H1007:7,E", - "#44;:H1007,V" + "#4747;:U;XTR;:H8cd:7,V" ], - "mappedName": "#39:4;:H-1008,V", + "mappedName": "#61:2f;:H-8ce,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#44", + "mappedName": "#4747", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex14", "indexedStringIds": [ - 57 + 97 ], - "mappedName": "#39:4;:H-1008,V;:H1008,V", + "mappedName": "#61:2f;:H-8ce,V;:H8ce,V", "mappedStringIds": [ - 57 + 97 ], "name": "Vertex14" }, @@ -104438,36 +143754,34 @@ "history": [ { "children": [ - "#3a:6;:H-1008,V" + "#62:30;:H-8ce,V" ], - "mappedName": "#3a:6;:H-1008,V;:H1008,V", + "mappedName": "#62:30;:H-8ce,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#2a:6;:U;XTR;:H1007:7,V", - "#21:6;:G;XTR;:H1007:7,E", - "#66;:H1007,V" + "#4848;:U;XTR;:H8cd:7,V" ], - "mappedName": "#3a:6;:H-1008,V", + "mappedName": "#62:30;:H-8ce,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "#4848", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex15", "indexedStringIds": [ - 58 + 98 ], - "mappedName": "#3a:6;:H-1008,V;:H1008,V", + "mappedName": "#62:30;:H-8ce,V;:H8ce,V", "mappedStringIds": [ - 58 + 98 ], "name": "Vertex15" }, @@ -104475,36 +143789,34 @@ "history": [ { "children": [ - "#3b:8;:H-1008,V" + "#63:31;:H-8ce,V" ], - "mappedName": "#3b:8;:H-1008,V;:H1008,V", + "mappedName": "#63:31;:H-8ce,V;:H8ce,V", "object": "Body20", "typeId": "PartDesign::Body" }, { "children": [ - "#2b:8;:U;XTR;:H1007:7,V", - "#22:8;:G;XTR;:H1007:7,E", - "#88;:H1007,V" + "#4949;:U;XTR;:H8cd:7,V" ], - "mappedName": "#3b:8;:H-1008,V", + "mappedName": "#63:31;:H-8ce,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "#4949", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 59 + 99 ], - "mappedName": "#3b:8;:H-1008,V;:H1008,V", + "mappedName": "#63:31;:H-8ce,V;:H8ce,V", "mappedStringIds": [ - 59 + 99 ], "name": "Vertex16" } @@ -104522,7 +143834,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:H1006,F;:H1008,F", + "mappedName": "#16:1;:H8cc,F;:H8ce,F", "mappedStringIds": [ 22 ], @@ -104532,7 +143844,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:H1006,F;:H1008,F", + "name": "#16:1;:H8cc,F;:H8ce,F", "stringIds": [ 22 ] @@ -104542,15 +143854,15 @@ "resultPersistentId": "Body20:face:0", "sourceRefs": [ { - "mappedName": "#16:1;:H1006,F", + "mappedName": "#16:1;:H8cc,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#16:1;:H1006,F", + "persistentId": "Pocket20:mapped:#16:1;:H8cc,F", "stageId": "Pocket20" }, { - "mappedName": "#d:1;:G;XTR;:H1005:7,F", + "mappedName": "#d:1;:G;XTR;:H8cb:7,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:1;:G;XTR;:H1005:7,F", + "persistentId": "Pad20:mapped:#d:1;:G;XTR;:H8cb:7,F", "stageId": "Pad20" }, { @@ -104569,7 +143881,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:H1006,F;:H1008,F", + "mappedName": "#16:4;:H8cc,F;:H8ce,F", "mappedStringIds": [ 11, 13, @@ -104581,7 +143893,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:H1006,F;:H1008,F", + "name": "#16:4;:H8cc,F;:H8ce,F", "stringIds": [ 11, 13, @@ -104593,15 +143905,15 @@ "resultPersistentId": "Body20:face:1", "sourceRefs": [ { - "mappedName": "#16:4;:H1006,F", + "mappedName": "#16:4;:H8cc,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#16:4;:H1006,F", + "persistentId": "Pocket20:mapped:#16:4;:H8cc,F", "stageId": "Pocket20" }, { - "mappedName": "#d:4;:G;XTR;:H1005:7,F", + "mappedName": "#d:4;:G;XTR;:H8cb:7,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:4;:G;XTR;:H1005:7,F", + "persistentId": "Pad20:mapped:#d:4;:G;XTR;:H8cb:7,F", "stageId": "Pad20" }, { @@ -104620,7 +143932,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:H1006,F;:H1008,F", + "mappedName": "#16:2;:H8cc,F;:H8ce,F", "mappedStringIds": [ 11, 13, @@ -104632,7 +143944,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:H1006,F;:H1008,F", + "name": "#16:2;:H8cc,F;:H8ce,F", "stringIds": [ 11, 13, @@ -104644,15 +143956,15 @@ "resultPersistentId": "Body20:face:2", "sourceRefs": [ { - "mappedName": "#16:2;:H1006,F", + "mappedName": "#16:2;:H8cc,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#16:2;:H1006,F", + "persistentId": "Pocket20:mapped:#16:2;:H8cc,F", "stageId": "Pocket20" }, { - "mappedName": "#d:2;:G;XTR;:H1005:7,F", + "mappedName": "#d:2;:G;XTR;:H8cb:7,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:2;:G;XTR;:H1005:7,F", + "persistentId": "Pad20:mapped:#d:2;:G;XTR;:H8cb:7,F", "stageId": "Pad20" }, { @@ -104669,7 +143981,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:H1006,F;:H1008,F", + "mappedName": "#14:1;:H8cc,F;:H8ce,F", "mappedStringIds": [ 20 ], @@ -104679,7 +143991,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:H1006,F;:H1008,F", + "name": "#14:1;:H8cc,F;:H8ce,F", "stringIds": [ 20 ] @@ -104689,15 +144001,15 @@ "resultPersistentId": "Body20:face:3", "sourceRefs": [ { - "mappedName": "#14:1;:H1006,F", + "mappedName": "#14:1;:H8cc,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#14:1;:H1006,F", + "persistentId": "Pocket20:mapped:#14:1;:H8cc,F", "stageId": "Pocket20" }, { - "mappedName": "#d:1;FAC;:H1005:4,F", + "mappedName": "#d:1;FAC;:H8cb:4,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:1;FAC;:H1005:4,F", + "persistentId": "Pad20:mapped:#d:1;FAC;:H8cb:4,F", "stageId": "Pad20" }, { @@ -104714,7 +144026,7 @@ 65 ], "kind": "face", - "mappedName": "#41:1;:M;CUT;:H1006:7,F;:H1008,F", + "mappedName": "#41:1;:M;CUT;:H8cc:7,F;:H8ce,F", "mappedStringIds": [ 65 ], @@ -104724,7 +144036,7 @@ "index": 5, "type": "Face" }, - "name": "#41:1;:M;CUT;:H1006:7,F;:H1008,F", + "name": "#41:1;:M;CUT;:H8cc:7,F;:H8ce,F", "stringIds": [ 65 ] @@ -104734,15 +144046,15 @@ "resultPersistentId": "Body20:face:4", "sourceRefs": [ { - "mappedName": "#41:1;:M;CUT;:H1006:7,F", + "mappedName": "#41:1;:M;CUT;:H8cc:7,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#41:1;:M;CUT;:H1006:7,F", + "persistentId": "Pocket20:mapped:#41:1;:M;CUT;:H8cc:7,F", "stageId": "Pocket20" }, { - "mappedName": "#14:1;:G0;XTR;:H1005:8,F", + "mappedName": "#14:1;:G0;XTR;:H8cb:8,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#14:1;:G0;XTR;:H1005:8,F", + "persistentId": "Pad20:mapped:#14:1;:G0;XTR;:H8cb:8,F", "stageId": "Pad20" }, { @@ -104761,7 +144073,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:H1006,F;:H1008,F", + "mappedName": "#16:3;:H8cc,F;:H8ce,F", "mappedStringIds": [ 11, 13, @@ -104773,7 +144085,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:H1006,F;:H1008,F", + "name": "#16:3;:H8cc,F;:H8ce,F", "stringIds": [ 11, 13, @@ -104785,15 +144097,15 @@ "resultPersistentId": "Body20:face:5", "sourceRefs": [ { - "mappedName": "#16:3;:H1006,F", + "mappedName": "#16:3;:H8cc,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#16:3;:H1006,F", + "persistentId": "Pocket20:mapped:#16:3;:H8cc,F", "stageId": "Pocket20" }, { - "mappedName": "#d:3;:G;XTR;:H1005:7,F", + "mappedName": "#d:3;:G;XTR;:H8cb:7,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:3;:G;XTR;:H1005:7,F", + "persistentId": "Pad20:mapped:#d:3;:G;XTR;:H8cb:7,F", "stageId": "Pad20" }, { @@ -104810,7 +144122,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F;:H8ce,F", "mappedStringIds": [ 38 ], @@ -104820,7 +144132,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:M;CUT;:H-1008:7,F;:H1008,F", + "name": "#26:1;:M;CUT;:H-8ce:7,F;:H8ce,F", "stringIds": [ 38 ] @@ -104830,9 +144142,9 @@ "resultPersistentId": "Body20:face:6", "sourceRefs": [ { - "mappedName": "#26:1;:M;CUT;:H-1008:7,F", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#26:1;:M;CUT;:H-1008:7,F", + "persistentId": "Pocket20:mapped:#26:1;:M;CUT;:H-8ce:7,F", "stageId": "Pocket20" }, { @@ -104851,7 +144163,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F;:H8ce,F", "mappedStringIds": [ 11, 29, @@ -104863,7 +144175,7 @@ "index": 8, "type": "Face" }, - "name": "#26:2;:M;CUT;:H-1008:7,F;:H1008,F", + "name": "#26:2;:M;CUT;:H-8ce:7,F;:H8ce,F", "stringIds": [ 11, 29, @@ -104875,9 +144187,9 @@ "resultPersistentId": "Body20:face:7", "sourceRefs": [ { - "mappedName": "#26:2;:M;CUT;:H-1008:7,F", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#26:2;:M;CUT;:H-1008:7,F", + "persistentId": "Pocket20:mapped:#26:2;:M;CUT;:H-8ce:7,F", "stageId": "Pocket20" }, { @@ -104896,7 +144208,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F;:H8ce,F", "mappedStringIds": [ 11, 29, @@ -104908,7 +144220,7 @@ "index": 9, "type": "Face" }, - "name": "#26:3;:M;CUT;:H-1008:7,F;:H1008,F", + "name": "#26:3;:M;CUT;:H-8ce:7,F;:H8ce,F", "stringIds": [ 11, 29, @@ -104920,9 +144232,9 @@ "resultPersistentId": "Body20:face:8", "sourceRefs": [ { - "mappedName": "#26:3;:M;CUT;:H-1008:7,F", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#26:3;:M;CUT;:H-1008:7,F", + "persistentId": "Pocket20:mapped:#26:3;:M;CUT;:H-8ce:7,F", "stageId": "Pocket20" }, { @@ -104941,7 +144253,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:M;CUT;:H-1008:7,F;:H1008,F", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F;:H8ce,F", "mappedStringIds": [ 11, 29, @@ -104953,7 +144265,7 @@ "index": 10, "type": "Face" }, - "name": "#26:4;:M;CUT;:H-1008:7,F;:H1008,F", + "name": "#26:4;:M;CUT;:H-8ce:7,F;:H8ce,F", "stringIds": [ 11, 29, @@ -104965,9 +144277,9 @@ "resultPersistentId": "Body20:face:9", "sourceRefs": [ { - "mappedName": "#26:4;:M;CUT;:H-1008:7,F", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#26:4;:M;CUT;:H-1008:7,F", + "persistentId": "Pocket20:mapped:#26:4;:M;CUT;:H-8ce:7,F", "stageId": "Pocket20" }, { @@ -104984,7 +144296,7 @@ 63 ], "kind": "face", - "mappedName": "#3f:1;:H-1008,F;:H1008,F", + "mappedName": "#3f:1;:H-8ce,F;:H8ce,F", "mappedStringIds": [ 63 ], @@ -104994,7 +144306,7 @@ "index": 11, "type": "Face" }, - "name": "#3f:1;:H-1008,F;:H1008,F", + "name": "#3f:1;:H-8ce,F;:H8ce,F", "stringIds": [ 63 ] @@ -105004,9 +144316,9 @@ "resultPersistentId": "Body20:face:10", "sourceRefs": [ { - "mappedName": "#3f:1;:H-1008,F", + "mappedName": "#3f:1;:H-8ce,F", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#3f:1;:H-1008,F", + "persistentId": "Pocket20:mapped:#3f:1;:H-8ce,F", "stageId": "Pocket20" }, { @@ -105020,12 +144332,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], "kind": "edge", - "mappedName": "#18:1;:H1006,E;:H1008,E", + "mappedName": "#5d:2a;:H8cc,E;:H8ce,E", "mappedStringIds": [ - 24 + 93 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -105033,9 +144345,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:H1006,E;:H1008,E", + "name": "#5d:2a;:H8cc,E;:H8ce,E", "stringIds": [ - 24 + 93 ] }, "relation": "preserved", @@ -105043,21 +144355,21 @@ "resultPersistentId": "Body20:edge:0", "sourceRefs": [ { - "mappedName": "#18:1;:H1006,E", + "mappedName": "#5d:2a;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#18:1;:H1006,E", + "persistentId": "Pocket20:mapped:#5d:2a;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#f:1;:G;XTR;:H1005:7,E", + "mappedName": "#4242;:G;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#f:1;:G;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#4242;:G;XTR;:H8cb:7,E", "stageId": "Pad20" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4242", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v11;SKT", + "persistentId": "Sketch20:mapped:#4242", "stageId": "Sketch20" } ] @@ -105065,12 +144377,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], "kind": "edge", - "mappedName": "#19:2;:H1006,E;:H1008,E", + "mappedName": "#5e:2b;:H8cc,E;:H8ce,E", "mappedStringIds": [ - 25 + 94 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -105078,9 +144390,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:H1006,E;:H1008,E", + "name": "#5e:2b;:H8cc,E;:H8ce,E", "stringIds": [ - 25 + 94 ] }, "relation": "preserved", @@ -105088,21 +144400,21 @@ "resultPersistentId": "Body20:edge:1", "sourceRefs": [ { - "mappedName": "#19:2;:H1006,E", + "mappedName": "#5e:2b;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#19:2;:H1006,E", + "persistentId": "Pocket20:mapped:#5e:2b;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#10:2;:G;XTR;:H1005:7,E", + "mappedName": "#4343;:G;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#10:2;:G;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#4343;:G;XTR;:H8cb:7,E", "stageId": "Pad20" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4343", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v22;SKT", + "persistentId": "Sketch20:mapped:#4343", "stageId": "Sketch20" } ] @@ -105113,7 +144425,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:H1006,E;:H1008,E", + "mappedName": "#d:1;:H8cc,E;:H8ce,E", "mappedStringIds": [ 13 ], @@ -105123,7 +144435,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:H1006,E;:H1008,E", + "name": "#d:1;:H8cc,E;:H8ce,E", "stringIds": [ 13 ] @@ -105133,15 +144445,15 @@ "resultPersistentId": "Body20:edge:2", "sourceRefs": [ { - "mappedName": "#d:1;:H1006,E", + "mappedName": "#d:1;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#d:1;:H1006,E", + "persistentId": "Pocket20:mapped:#d:1;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#b:1;:H1005,E", + "mappedName": "#b:1;:H8cb,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#b:1;:H1005,E", + "persistentId": "Pad20:mapped:#b:1;:H8cb,E", "stageId": "Pad20" }, { @@ -105158,7 +144470,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:H1006,E;:H1008,E", + "mappedName": "#36:1;:H8cc,E;:H8ce,E", "mappedStringIds": [ 54 ], @@ -105168,7 +144480,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:H1006,E;:H1008,E", + "name": "#36:1;:H8cc,E;:H8ce,E", "stringIds": [ 54 ] @@ -105178,15 +144490,15 @@ "resultPersistentId": "Body20:edge:3", "sourceRefs": [ { - "mappedName": "#36:1;:H1006,E", + "mappedName": "#36:1;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#36:1;:H1006,E", + "persistentId": "Pocket20:mapped:#36:1;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#16:1;:U;XTR;:H1005:7,E", + "mappedName": "#16:1;:U;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#16:1;:U;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#16:1;:U;XTR;:H8cb:7,E", "stageId": "Pad20" }, { @@ -105200,12 +144512,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], "kind": "edge", - "mappedName": "#1b:2;:H1006,E;:H1008,E", + "mappedName": "#60:2d;:H8cc,E;:H8ce,E", "mappedStringIds": [ - 27 + 96 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -105213,9 +144525,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:H1006,E;:H1008,E", + "name": "#60:2d;:H8cc,E;:H8ce,E", "stringIds": [ - 27 + 96 ] }, "relation": "preserved", @@ -105223,21 +144535,21 @@ "resultPersistentId": "Body20:edge:4", "sourceRefs": [ { - "mappedName": "#1b:2;:H1006,E", + "mappedName": "#60:2d;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#1b:2;:H1006,E", + "persistentId": "Pocket20:mapped:#60:2d;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#12:2;:G;XTR;:H1005:7,E", + "mappedName": "#4545;:G;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#12:2;:G;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#4545;:G;XTR;:H8cb:7,E", "stageId": "Pad20" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4545", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g3v22;SKT", + "persistentId": "Sketch20:mapped:#4545", "stageId": "Sketch20" } ] @@ -105249,7 +144561,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:H1006,E;:H1008,E", + "mappedName": "#d:4;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13 @@ -105260,7 +144572,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:H1006,E;:H1008,E", + "name": "#d:4;:H8cc,E;:H8ce,E", "stringIds": [ 11, 13 @@ -105271,15 +144583,15 @@ "resultPersistentId": "Body20:edge:5", "sourceRefs": [ { - "mappedName": "#d:4;:H1006,E", + "mappedName": "#d:4;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#d:4;:H1006,E", + "persistentId": "Pocket20:mapped:#d:4;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#b:4;:H1005,E", + "mappedName": "#b:4;:H8cb,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#b:4;:H1005,E", + "persistentId": "Pad20:mapped:#b:4;:H8cb,E", "stageId": "Pad20" }, { @@ -105299,7 +144611,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:H1006,E;:H1008,E", + "mappedName": "#36:4;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13, @@ -105312,7 +144624,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:H1006,E;:H1008,E", + "name": "#36:4;:H8cc,E;:H8ce,E", "stringIds": [ 11, 13, @@ -105325,15 +144637,15 @@ "resultPersistentId": "Body20:edge:6", "sourceRefs": [ { - "mappedName": "#36:4;:H1006,E", + "mappedName": "#36:4;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#36:4;:H1006,E", + "persistentId": "Pocket20:mapped:#36:4;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#16:4;:U;XTR;:H1005:7,E", + "mappedName": "#16:4;:U;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#16:4;:U;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#16:4;:U;XTR;:H8cb:7,E", "stageId": "Pad20" }, { @@ -105347,12 +144659,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], "kind": "edge", - "mappedName": "#1a:2;:H1006,E;:H1008,E", + "mappedName": "#5f:2c;:H8cc,E;:H8ce,E", "mappedStringIds": [ - 26 + 95 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -105360,9 +144672,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:H1006,E;:H1008,E", + "name": "#5f:2c;:H8cc,E;:H8ce,E", "stringIds": [ - 26 + 95 ] }, "relation": "preserved", @@ -105370,21 +144682,21 @@ "resultPersistentId": "Body20:edge:7", "sourceRefs": [ { - "mappedName": "#1a:2;:H1006,E", + "mappedName": "#5f:2c;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#1a:2;:H1006,E", + "persistentId": "Pocket20:mapped:#5f:2c;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#11:2;:G;XTR;:H1005:7,E", + "mappedName": "#4444;:G;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#11:2;:G;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#4444;:G;XTR;:H8cb:7,E", "stageId": "Pad20" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4444", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g2v22;SKT", + "persistentId": "Sketch20:mapped:#4444", "stageId": "Sketch20" } ] @@ -105396,7 +144708,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:H1006,E;:H1008,E", + "mappedName": "#d:2;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13 @@ -105407,7 +144719,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:H1006,E;:H1008,E", + "name": "#d:2;:H8cc,E;:H8ce,E", "stringIds": [ 11, 13 @@ -105418,15 +144730,15 @@ "resultPersistentId": "Body20:edge:8", "sourceRefs": [ { - "mappedName": "#d:2;:H1006,E", + "mappedName": "#d:2;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#d:2;:H1006,E", + "persistentId": "Pocket20:mapped:#d:2;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#b:2;:H1005,E", + "mappedName": "#b:2;:H8cb,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#b:2;:H1005,E", + "persistentId": "Pad20:mapped:#b:2;:H8cb,E", "stageId": "Pad20" }, { @@ -105446,7 +144758,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:H1006,E;:H1008,E", + "mappedName": "#36:2;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13, @@ -105459,7 +144771,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:H1006,E;:H1008,E", + "name": "#36:2;:H8cc,E;:H8ce,E", "stringIds": [ 11, 13, @@ -105472,15 +144784,15 @@ "resultPersistentId": "Body20:edge:9", "sourceRefs": [ { - "mappedName": "#36:2;:H1006,E", + "mappedName": "#36:2;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#36:2;:H1006,E", + "persistentId": "Pocket20:mapped:#36:2;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#16:2;:U;XTR;:H1005:7,E", + "mappedName": "#16:2;:U;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#16:2;:U;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#16:2;:U;XTR;:H8cb:7,E", "stageId": "Pad20" }, { @@ -105498,7 +144810,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:H1006,E;:H1008,E", + "mappedName": "#d:3;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13 @@ -105509,7 +144821,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:H1006,E;:H1008,E", + "name": "#d:3;:H8cc,E;:H8ce,E", "stringIds": [ 11, 13 @@ -105520,15 +144832,15 @@ "resultPersistentId": "Body20:edge:10", "sourceRefs": [ { - "mappedName": "#d:3;:H1006,E", + "mappedName": "#d:3;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#d:3;:H1006,E", + "persistentId": "Pocket20:mapped:#d:3;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#b:3;:H1005,E", + "mappedName": "#b:3;:H8cb,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#b:3;:H1005,E", + "persistentId": "Pad20:mapped:#b:3;:H8cb,E", "stageId": "Pad20" }, { @@ -105548,7 +144860,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:H1006,E;:H1008,E", + "mappedName": "#36:3;:H8cc,E;:H8ce,E", "mappedStringIds": [ 11, 13, @@ -105561,7 +144873,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:H1006,E;:H1008,E", + "name": "#36:3;:H8cc,E;:H8ce,E", "stringIds": [ 11, 13, @@ -105574,15 +144886,15 @@ "resultPersistentId": "Body20:edge:11", "sourceRefs": [ { - "mappedName": "#36:3;:H1006,E", + "mappedName": "#36:3;:H8cc,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#36:3;:H1006,E", + "persistentId": "Pocket20:mapped:#36:3;:H8cc,E", "stageId": "Pocket20" }, { - "mappedName": "#16:3;:U;XTR;:H1005:7,E", + "mappedName": "#16:3;:U;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#16:3;:U;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#16:3;:U;XTR;:H8cb:7,E", "stageId": "Pad20" }, { @@ -105599,7 +144911,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ 29 ], @@ -105609,7 +144921,7 @@ "index": 13, "type": "Edge" }, - "name": "#1d:1;:M;CUT;:H-1008:7,E;:H1008,E", + "name": "#1d:1;:M;CUT;:H-8ce:7,E;:H8ce,E", "stringIds": [ 29 ] @@ -105619,9 +144931,9 @@ "resultPersistentId": "Body20:edge:12", "sourceRefs": [ { - "mappedName": "#1d:1;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#1d:1;:M;CUT;:H-1008:7,E", + "persistentId": "Pocket20:mapped:#1d:1;:M;CUT;:H-8ce:7,E", "stageId": "Pocket20" }, { @@ -105639,7 +144951,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ 11, 29 @@ -105650,7 +144962,7 @@ "index": 14, "type": "Edge" }, - "name": "#1d:2;:M;CUT;:H-1008:7,E;:H1008,E", + "name": "#1d:2;:M;CUT;:H-8ce:7,E;:H8ce,E", "stringIds": [ 11, 29 @@ -105661,9 +144973,9 @@ "resultPersistentId": "Body20:edge:13", "sourceRefs": [ { - "mappedName": "#1d:2;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#1d:2;:M;CUT;:H-1008:7,E", + "persistentId": "Pocket20:mapped:#1d:2;:M;CUT;:H-8ce:7,E", "stageId": "Pocket20" }, { @@ -105681,7 +144993,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ 11, 29 @@ -105692,7 +145004,7 @@ "index": 15, "type": "Edge" }, - "name": "#1d:3;:M;CUT;:H-1008:7,E;:H1008,E", + "name": "#1d:3;:M;CUT;:H-8ce:7,E;:H8ce,E", "stringIds": [ 11, 29 @@ -105703,9 +145015,9 @@ "resultPersistentId": "Body20:edge:14", "sourceRefs": [ { - "mappedName": "#1d:3;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#1d:3;:M;CUT;:H-1008:7,E", + "persistentId": "Pocket20:mapped:#1d:3;:M;CUT;:H-8ce:7,E", "stageId": "Pocket20" }, { @@ -105723,7 +145035,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ 11, 29 @@ -105734,7 +145046,7 @@ "index": 16, "type": "Edge" }, - "name": "#1d:4;:M;CUT;:H-1008:7,E;:H1008,E", + "name": "#1d:4;:M;CUT;:H-8ce:7,E;:H8ce,E", "stringIds": [ 11, 29 @@ -105745,9 +145057,9 @@ "resultPersistentId": "Body20:edge:15", "sourceRefs": [ { - "mappedName": "#1d:4;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#1d:4;:M;CUT;:H-1008:7,E", + "persistentId": "Pocket20:mapped:#1d:4;:M;CUT;:H-8ce:7,E", "stageId": "Pocket20" }, { @@ -105761,12 +145073,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 40 + 70 ], "kind": "edge", - "mappedName": "#28:2;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#46;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ - 40 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -105774,9 +145086,9 @@ "index": 17, "type": "Edge" }, - "name": "#28:2;:M;CUT;:H-1008:7,E;:H1008,E", + "name": "#46;:M;CUT;:H-8ce:7,E;:H8ce,E", "stringIds": [ - 40 + 70 ] }, "relation": "modified", @@ -105784,15 +145096,15 @@ "resultPersistentId": "Body20:edge:16", "sourceRefs": [ { - "mappedName": "#28:2;:M;CUT;:H-1008:7,E", + "mappedName": "#46;:M;CUT;:H-8ce:7,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#28:2;:M;CUT;:H-1008:7,E", + "persistentId": "Pocket20:mapped:#46;:M;CUT;:H-8ce:7,E", "stageId": "Pocket20" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:g3v2;SKT", + "persistentId": "PocketSketch20:mapped:g1v1;SKT", "stageId": "PocketSketch20" } ] @@ -105800,12 +145112,12 @@ { "indexedName": "Edge18", "indexedStringIds": [ - 41 + 71 ], "kind": "edge", - "mappedName": "#29:4;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#47;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ - 41 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -105813,9 +145125,9 @@ "index": 18, "type": "Edge" }, - "name": "#29:4;:M;CUT;:H-1008:7,E;:H1008,E", + "name": "#47;:M;CUT;:H-8ce:7,E;:H8ce,E", "stringIds": [ - 41 + 71 ] }, "relation": "modified", @@ -105823,15 +145135,15 @@ "resultPersistentId": "Body20:edge:17", "sourceRefs": [ { - "mappedName": "#29:4;:M;CUT;:H-1008:7,E", + "mappedName": "#47;:M;CUT;:H-8ce:7,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#29:4;:M;CUT;:H-1008:7,E", + "persistentId": "Pocket20:mapped:#47;:M;CUT;:H-8ce:7,E", "stageId": "Pocket20" }, { - "mappedName": "#44", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#44", + "persistentId": "PocketSketch20:mapped:g1v2;SKT", "stageId": "PocketSketch20" } ] @@ -105842,7 +145154,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:1;:H-1008,E;:H1008,E", + "mappedName": "#3d:1;:H-8ce,E;:H8ce,E", "mappedStringIds": [ 61 ], @@ -105852,7 +145164,7 @@ "index": 19, "type": "Edge" }, - "name": "#3d:1;:H-1008,E;:H1008,E", + "name": "#3d:1;:H-8ce,E;:H8ce,E", "stringIds": [ 61 ] @@ -105862,9 +145174,9 @@ "resultPersistentId": "Body20:edge:18", "sourceRefs": [ { - "mappedName": "#3d:1;:H-1008,E", + "mappedName": "#3d:1;:H-8ce,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#3d:1;:H-1008,E", + "persistentId": "Pocket20:mapped:#3d:1;:H-8ce,E", "stageId": "Pocket20" }, { @@ -105878,12 +145190,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 72 ], "kind": "edge", - "mappedName": "#2a:6;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#48;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ - 42 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -105891,9 +145203,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:M;CUT;:H-1008:7,E;:H1008,E", + "name": "#48;:M;CUT;:H-8ce:7,E;:H8ce,E", "stringIds": [ - 42 + 72 ] }, "relation": "modified", @@ -105901,15 +145213,15 @@ "resultPersistentId": "Body20:edge:19", "sourceRefs": [ { - "mappedName": "#2a:6;:M;CUT;:H-1008:7,E", + "mappedName": "#48;:M;CUT;:H-8ce:7,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#2a:6;:M;CUT;:H-1008:7,E", + "persistentId": "Pocket20:mapped:#48;:M;CUT;:H-8ce:7,E", "stageId": "Pocket20" }, { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#66", + "persistentId": "PocketSketch20:mapped:g2v2;SKT", "stageId": "PocketSketch20" } ] @@ -105923,7 +145235,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:2;:H-1008,E;:H1008,E", + "mappedName": "#3d:2;:H-8ce,E;:H8ce,E", "mappedStringIds": [ 11, 29, @@ -105936,7 +145248,7 @@ "index": 21, "type": "Edge" }, - "name": "#3d:2;:H-1008,E;:H1008,E", + "name": "#3d:2;:H-8ce,E;:H8ce,E", "stringIds": [ 11, 29, @@ -105949,9 +145261,9 @@ "resultPersistentId": "Body20:edge:20", "sourceRefs": [ { - "mappedName": "#3d:2;:H-1008,E", + "mappedName": "#3d:2;:H-8ce,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#3d:2;:H-1008,E", + "persistentId": "Pocket20:mapped:#3d:2;:H-8ce,E", "stageId": "Pocket20" }, { @@ -105965,12 +145277,12 @@ { "indexedName": "Edge22", "indexedStringIds": [ - 43 + 73 ], "kind": "edge", - "mappedName": "#2b:8;:M;CUT;:H-1008:7,E;:H1008,E", + "mappedName": "#49;:M;CUT;:H-8ce:7,E;:H8ce,E", "mappedStringIds": [ - 43 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -105978,9 +145290,9 @@ "index": 22, "type": "Edge" }, - "name": "#2b:8;:M;CUT;:H-1008:7,E;:H1008,E", + "name": "#49;:M;CUT;:H-8ce:7,E;:H8ce,E", "stringIds": [ - 43 + 73 ] }, "relation": "modified", @@ -105988,15 +145300,15 @@ "resultPersistentId": "Body20:edge:21", "sourceRefs": [ { - "mappedName": "#2b:8;:M;CUT;:H-1008:7,E", + "mappedName": "#49;:M;CUT;:H-8ce:7,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#2b:8;:M;CUT;:H-1008:7,E", + "persistentId": "Pocket20:mapped:#49;:M;CUT;:H-8ce:7,E", "stageId": "Pocket20" }, { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#88", + "persistentId": "PocketSketch20:mapped:g3v2;SKT", "stageId": "PocketSketch20" } ] @@ -106010,7 +145322,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:3;:H-1008,E;:H1008,E", + "mappedName": "#3d:3;:H-8ce,E;:H8ce,E", "mappedStringIds": [ 11, 29, @@ -106023,7 +145335,7 @@ "index": 23, "type": "Edge" }, - "name": "#3d:3;:H-1008,E;:H1008,E", + "name": "#3d:3;:H-8ce,E;:H8ce,E", "stringIds": [ 11, 29, @@ -106036,9 +145348,9 @@ "resultPersistentId": "Body20:edge:22", "sourceRefs": [ { - "mappedName": "#3d:3;:H-1008,E", + "mappedName": "#3d:3;:H-8ce,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#3d:3;:H-1008,E", + "persistentId": "Pocket20:mapped:#3d:3;:H-8ce,E", "stageId": "Pocket20" }, { @@ -106058,7 +145370,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:4;:H-1008,E;:H1008,E", + "mappedName": "#3d:4;:H-8ce,E;:H8ce,E", "mappedStringIds": [ 11, 29, @@ -106071,7 +145383,7 @@ "index": 24, "type": "Edge" }, - "name": "#3d:4;:H-1008,E;:H1008,E", + "name": "#3d:4;:H-8ce,E;:H8ce,E", "stringIds": [ 11, 29, @@ -106084,9 +145396,9 @@ "resultPersistentId": "Body20:edge:23", "sourceRefs": [ { - "mappedName": "#3d:4;:H-1008,E", + "mappedName": "#3d:4;:H-8ce,E", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#3d:4;:H-1008,E", + "persistentId": "Pocket20:mapped:#3d:4;:H-8ce,E", "stageId": "Pocket20" }, { @@ -106100,12 +145412,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 66 ], "kind": "vertex", - "mappedName": "#f:1;:H1006,V;:H1008,V", + "mappedName": "#42;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 15 + 66 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106113,9 +145425,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:H1006,V;:H1008,V", + "name": "#42;:H8cc,V;:H8ce,V", "stringIds": [ - 15 + 66 ] }, "relation": "preserved", @@ -106123,21 +145435,21 @@ "resultPersistentId": "Body20:vertex:0", "sourceRefs": [ { - "mappedName": "#f:1;:H1006,V", + "mappedName": "#42;:H8cc,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#f:1;:H1006,V", + "persistentId": "Pocket20:mapped:#42;:H8cc,V", "stageId": "Pocket20" }, { - "mappedName": "#2:1;:H1005,V", + "mappedName": "#2;:H8cb,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#2:1;:H1005,V", + "persistentId": "Pad20:mapped:#2;:H8cb,V", "stageId": "Pad20" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v11;SKT", + "persistentId": "Sketch20:mapped:g1v1;SKT", "stageId": "Sketch20" } ] @@ -106145,12 +145457,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 75 ], "kind": "vertex", - "mappedName": "#2e:1;:H1006,V;:H1008,V", + "mappedName": "#4b:1;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 46 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106158,9 +145470,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:H1006,V;:H1008,V", + "name": "#4b:1;:H8cc,V;:H8ce,V", "stringIds": [ - 46 + 75 ] }, "relation": "preserved", @@ -106168,21 +145480,21 @@ "resultPersistentId": "Body20:vertex:1", "sourceRefs": [ { - "mappedName": "#2e:1;:H1006,V", + "mappedName": "#4b:1;:H8cc,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#2e:1;:H1006,V", + "persistentId": "Pocket20:mapped:#4b:1;:H8cc,V", "stageId": "Pocket20" }, { - "mappedName": "#18:1;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U;XTR;:H8cb:7,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#18:1;:U;XTR;:H1005:7,V", + "persistentId": "Pad20:mapped:#36:1;:U;XTR;:H8cb:7,V", "stageId": "Pad20" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v11;SKT", + "persistentId": "Sketch20:mapped:g1;SKT", "stageId": "Sketch20" } ] @@ -106190,12 +145502,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 67 ], "kind": "vertex", - "mappedName": "#10:2;:H1006,V;:H1008,V", + "mappedName": "#43;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 16 + 67 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106203,9 +145515,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:H1006,V;:H1008,V", + "name": "#43;:H8cc,V;:H8ce,V", "stringIds": [ - 16 + 67 ] }, "relation": "preserved", @@ -106213,21 +145525,21 @@ "resultPersistentId": "Body20:vertex:2", "sourceRefs": [ { - "mappedName": "#10:2;:H1006,V", + "mappedName": "#43;:H8cc,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#10:2;:H1006,V", + "persistentId": "Pocket20:mapped:#43;:H8cc,V", "stageId": "Pocket20" }, { - "mappedName": "#4:2;:H1005,V", + "mappedName": "#4;:H8cb,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#4:2;:H1005,V", + "persistentId": "Pad20:mapped:#4;:H8cb,V", "stageId": "Pad20" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v22;SKT", + "persistentId": "Sketch20:mapped:g1v2;SKT", "stageId": "Sketch20" } ] @@ -106235,12 +145547,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 78 ], "kind": "vertex", - "mappedName": "#30:2;:H1006,V;:H1008,V", + "mappedName": "#4e:1;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 48 + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106248,9 +145560,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:H1006,V;:H1008,V", + "name": "#4e:1;:H8cc,V;:H8ce,V", "stringIds": [ - 48 + 78 ] }, "relation": "preserved", @@ -106258,21 +145570,21 @@ "resultPersistentId": "Body20:vertex:3", "sourceRefs": [ { - "mappedName": "#30:2;:H1006,V", + "mappedName": "#4e:1;:H8cc,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#30:2;:H1006,V", + "persistentId": "Pocket20:mapped:#4e:1;:H8cc,V", "stageId": "Pocket20" }, { - "mappedName": "#19:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U2;XTR;:H8cb:8,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#19:2;:U;XTR;:H1005:7,V", + "persistentId": "Pad20:mapped:#36:1;:U2;XTR;:H8cb:8,V", "stageId": "Pad20" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v22;SKT", + "persistentId": "Sketch20:mapped:g1;SKT", "stageId": "Sketch20" } ] @@ -106280,12 +145592,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 69 ], "kind": "vertex", - "mappedName": "#12:2;:H1006,V;:H1008,V", + "mappedName": "#45;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 18 + 69 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106293,9 +145605,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:H1006,V;:H1008,V", + "name": "#45;:H8cc,V;:H8ce,V", "stringIds": [ - 18 + 69 ] }, "relation": "preserved", @@ -106303,21 +145615,21 @@ "resultPersistentId": "Body20:vertex:4", "sourceRefs": [ { - "mappedName": "#12:2;:H1006,V", + "mappedName": "#45;:H8cc,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#12:2;:H1006,V", + "persistentId": "Pocket20:mapped:#45;:H8cc,V", "stageId": "Pocket20" }, { - "mappedName": "#8:2;:H1005,V", + "mappedName": "#8;:H8cb,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#8:2;:H1005,V", + "persistentId": "Pad20:mapped:#8;:H8cb,V", "stageId": "Pad20" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g3v22;SKT", + "persistentId": "Sketch20:mapped:g3v2;SKT", "stageId": "Sketch20" } ] @@ -106325,12 +145637,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ], "kind": "vertex", - "mappedName": "#34:2;:H1006,V;:H1008,V", + "mappedName": "#4e:3;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106338,9 +145658,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:H1006,V;:H1008,V", + "name": "#4e:3;:H8cc,V;:H8ce,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ] }, "relation": "preserved", @@ -106348,21 +145672,21 @@ "resultPersistentId": "Body20:vertex:5", "sourceRefs": [ { - "mappedName": "#34:2;:H1006,V", + "mappedName": "#4e:3;:H8cc,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#34:2;:H1006,V", + "persistentId": "Pocket20:mapped:#4e:3;:H8cc,V", "stageId": "Pocket20" }, { - "mappedName": "#1b:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:3;:U2;XTR;:H8cb:8,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#1b:2;:U;XTR;:H1005:7,V", + "persistentId": "Pad20:mapped:#36:3;:U2;XTR;:H8cb:8,V", "stageId": "Pad20" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g3v22;SKT", + "persistentId": "Sketch20:mapped:g3;SKT", "stageId": "Sketch20" } ] @@ -106370,12 +145694,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 68 ], "kind": "vertex", - "mappedName": "#11:2;:H1006,V;:H1008,V", + "mappedName": "#44;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 17 + 68 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106383,9 +145707,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:H1006,V;:H1008,V", + "name": "#44;:H8cc,V;:H8ce,V", "stringIds": [ - 17 + 68 ] }, "relation": "preserved", @@ -106393,21 +145717,21 @@ "resultPersistentId": "Body20:vertex:6", "sourceRefs": [ { - "mappedName": "#11:2;:H1006,V", + "mappedName": "#44;:H8cc,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#11:2;:H1006,V", + "persistentId": "Pocket20:mapped:#44;:H8cc,V", "stageId": "Pocket20" }, { - "mappedName": "#6:2;:H1005,V", + "mappedName": "#6;:H8cb,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#6:2;:H1005,V", + "persistentId": "Pad20:mapped:#6;:H8cb,V", "stageId": "Pad20" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g2v22;SKT", + "persistentId": "Sketch20:mapped:g2v2;SKT", "stageId": "Sketch20" } ] @@ -106415,12 +145739,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ], "kind": "vertex", - "mappedName": "#32:2;:H1006,V;:H1008,V", + "mappedName": "#4e:2;:H8cc,V;:H8ce,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106428,9 +145760,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:H1006,V;:H1008,V", + "name": "#4e:2;:H8cc,V;:H8ce,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ] }, "relation": "preserved", @@ -106438,21 +145774,21 @@ "resultPersistentId": "Body20:vertex:7", "sourceRefs": [ { - "mappedName": "#32:2;:H1006,V", + "mappedName": "#4e:2;:H8cc,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#32:2;:H1006,V", + "persistentId": "Pocket20:mapped:#4e:2;:H8cc,V", "stageId": "Pocket20" }, { - "mappedName": "#1a:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:2;:U2;XTR;:H8cb:8,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#1a:2;:U;XTR;:H1005:7,V", + "persistentId": "Pad20:mapped:#36:2;:U2;XTR;:H8cb:8,V", "stageId": "Pad20" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g2v22;SKT", + "persistentId": "Sketch20:mapped:g2;SKT", "stageId": "Sketch20" } ] @@ -106463,7 +145799,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V;:H8ce,V", "mappedStringIds": [ 31 ], @@ -106473,7 +145809,7 @@ "index": 9, "type": "Vertex" }, - "name": "#1f;:M;CUT;:H-1008:7,V;:H1008,V", + "name": "#1f;:M;CUT;:H-8ce:7,V;:H8ce,V", "stringIds": [ 31 ] @@ -106483,9 +145819,9 @@ "resultPersistentId": "Body20:vertex:8", "sourceRefs": [ { - "mappedName": "#1f;:M;CUT;:H-1008:7,V", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#1f;:M;CUT;:H-1008:7,V", + "persistentId": "Pocket20:mapped:#1f;:M;CUT;:H-8ce:7,V", "stageId": "Pocket20" }, { @@ -106502,7 +145838,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#20;:M;CUT;:H-8ce:7,V;:H8ce,V", "mappedStringIds": [ 32 ], @@ -106512,7 +145848,7 @@ "index": 10, "type": "Vertex" }, - "name": "#20;:M;CUT;:H-1008:7,V;:H1008,V", + "name": "#20;:M;CUT;:H-8ce:7,V;:H8ce,V", "stringIds": [ 32 ] @@ -106522,9 +145858,9 @@ "resultPersistentId": "Body20:vertex:9", "sourceRefs": [ { - "mappedName": "#20;:M;CUT;:H-1008:7,V", + "mappedName": "#20;:M;CUT;:H-8ce:7,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#20;:M;CUT;:H-1008:7,V", + "persistentId": "Pocket20:mapped:#20;:M;CUT;:H-8ce:7,V", "stageId": "Pocket20" }, { @@ -106541,7 +145877,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#21;:M;CUT;:H-8ce:7,V;:H8ce,V", "mappedStringIds": [ 33 ], @@ -106551,7 +145887,7 @@ "index": 11, "type": "Vertex" }, - "name": "#21;:M;CUT;:H-1008:7,V;:H1008,V", + "name": "#21;:M;CUT;:H-8ce:7,V;:H8ce,V", "stringIds": [ 33 ] @@ -106561,9 +145897,9 @@ "resultPersistentId": "Body20:vertex:10", "sourceRefs": [ { - "mappedName": "#21;:M;CUT;:H-1008:7,V", + "mappedName": "#21;:M;CUT;:H-8ce:7,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#21;:M;CUT;:H-1008:7,V", + "persistentId": "Pocket20:mapped:#21;:M;CUT;:H-8ce:7,V", "stageId": "Pocket20" }, { @@ -106580,7 +145916,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:M;CUT;:H-1008:7,V;:H1008,V", + "mappedName": "#22;:M;CUT;:H-8ce:7,V;:H8ce,V", "mappedStringIds": [ 34 ], @@ -106590,7 +145926,7 @@ "index": 12, "type": "Vertex" }, - "name": "#22;:M;CUT;:H-1008:7,V;:H1008,V", + "name": "#22;:M;CUT;:H-8ce:7,V;:H8ce,V", "stringIds": [ 34 ] @@ -106600,9 +145936,9 @@ "resultPersistentId": "Body20:vertex:11", "sourceRefs": [ { - "mappedName": "#22;:M;CUT;:H-1008:7,V", + "mappedName": "#22;:M;CUT;:H-8ce:7,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#22;:M;CUT;:H-1008:7,V", + "persistentId": "Pocket20:mapped:#22;:M;CUT;:H-8ce:7,V", "stageId": "Pocket20" }, { @@ -106616,12 +145952,12 @@ { "indexedName": "Vertex13", "indexedStringIds": [ - 56 + 86 ], "kind": "vertex", - "mappedName": "#38:2;:H-1008,V;:H1008,V", + "mappedName": "#56;:H-8ce,V;:H8ce,V", "mappedStringIds": [ - 56 + 86 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106629,9 +145965,9 @@ "index": 13, "type": "Vertex" }, - "name": "#38:2;:H-1008,V;:H1008,V", + "name": "#56;:H-8ce,V;:H8ce,V", "stringIds": [ - 56 + 86 ] }, "relation": "preserved", @@ -106639,15 +145975,15 @@ "resultPersistentId": "Body20:vertex:12", "sourceRefs": [ { - "mappedName": "#38:2;:H-1008,V", + "mappedName": "#56;:H-8ce,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#38:2;:H-1008,V", + "persistentId": "Pocket20:mapped:#56;:H-8ce,V", "stageId": "Pocket20" }, { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:g3v2;SKT", + "persistentId": "PocketSketch20:mapped:g1v1;SKT", "stageId": "PocketSketch20" } ] @@ -106655,12 +145991,12 @@ { "indexedName": "Vertex14", "indexedStringIds": [ - 57 + 97 ], "kind": "vertex", - "mappedName": "#39:4;:H-1008,V;:H1008,V", + "mappedName": "#61:2f;:H-8ce,V;:H8ce,V", "mappedStringIds": [ - 57 + 97 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106668,9 +146004,9 @@ "index": 14, "type": "Vertex" }, - "name": "#39:4;:H-1008,V;:H1008,V", + "name": "#61:2f;:H-8ce,V;:H8ce,V", "stringIds": [ - 57 + 97 ] }, "relation": "preserved", @@ -106678,15 +146014,15 @@ "resultPersistentId": "Body20:vertex:13", "sourceRefs": [ { - "mappedName": "#39:4;:H-1008,V", + "mappedName": "#61:2f;:H-8ce,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#39:4;:H-1008,V", + "persistentId": "Pocket20:mapped:#61:2f;:H-8ce,V", "stageId": "Pocket20" }, { - "mappedName": "#44", + "mappedName": "#4747", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#44", + "persistentId": "PocketSketch20:mapped:#4747", "stageId": "PocketSketch20" } ] @@ -106694,12 +146030,12 @@ { "indexedName": "Vertex15", "indexedStringIds": [ - 58 + 98 ], "kind": "vertex", - "mappedName": "#3a:6;:H-1008,V;:H1008,V", + "mappedName": "#62:30;:H-8ce,V;:H8ce,V", "mappedStringIds": [ - 58 + 98 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106707,9 +146043,9 @@ "index": 15, "type": "Vertex" }, - "name": "#3a:6;:H-1008,V;:H1008,V", + "name": "#62:30;:H-8ce,V;:H8ce,V", "stringIds": [ - 58 + 98 ] }, "relation": "preserved", @@ -106717,15 +146053,15 @@ "resultPersistentId": "Body20:vertex:14", "sourceRefs": [ { - "mappedName": "#3a:6;:H-1008,V", + "mappedName": "#62:30;:H-8ce,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#3a:6;:H-1008,V", + "persistentId": "Pocket20:mapped:#62:30;:H-8ce,V", "stageId": "Pocket20" }, { - "mappedName": "#66", + "mappedName": "#4848", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#66", + "persistentId": "PocketSketch20:mapped:#4848", "stageId": "PocketSketch20" } ] @@ -106733,12 +146069,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 59 + 99 ], "kind": "vertex", - "mappedName": "#3b:8;:H-1008,V;:H1008,V", + "mappedName": "#63:31;:H-8ce,V;:H8ce,V", "mappedStringIds": [ - 59 + 99 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -106746,9 +146082,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3b:8;:H-1008,V;:H1008,V", + "name": "#63:31;:H-8ce,V;:H8ce,V", "stringIds": [ - 59 + 99 ] }, "relation": "preserved", @@ -106756,15 +146092,15 @@ "resultPersistentId": "Body20:vertex:15", "sourceRefs": [ { - "mappedName": "#3b:8;:H-1008,V", + "mappedName": "#63:31;:H-8ce,V", "objectId": "Pocket20", - "persistentId": "Pocket20:mapped:#3b:8;:H-1008,V", + "persistentId": "Pocket20:mapped:#63:31;:H-8ce,V", "stageId": "Pocket20" }, { - "mappedName": "#88", + "mappedName": "#4949", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#88", + "persistentId": "PocketSketch20:mapped:#4949", "stageId": "PocketSketch20" } ] @@ -106779,11 +146115,1434 @@ "stageId": "Body20", "status": "native-evidence" }, + "relationDigest": "8500775ec365d405ce5742c1797724a4d7d0fdcc614b45920d595fe70d107280", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:1;:H#,F", + "sourceElement": "#16:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:4;:H#,F", + "sourceElement": "#16:4", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:2;:H#,F", + "sourceElement": "#16:2", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#14:1;:H#,F", + "sourceElement": "#14:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#41:1;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#41:1;:M;CUT;:H#:7,F", + "sourceElement": "#41:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#16:3;:H#,F", + "sourceElement": "#16:3", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F;:H#,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#b:1;:H#,E" + ], + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F", + "sourceElement": "#26:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F;:H#,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#b:2;:H#,E" + ], + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F", + "sourceElement": "#26:2", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F;:H#,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#b:3;:H#,E" + ], + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F", + "sourceElement": "#26:3", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F;:H#,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#b:4;:H#,E" + ], + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F", + "sourceElement": "#26:4", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#3f:1;:H-8ce,F;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [ + "#1d:1;FAC;:H#:4,F", + "#24:1;:G0;XTR;:H#:8,F", + "#b:1;:H#,E" + ], + "mappedName": "#3f:1;:H-8ce,F", + "sourceElement": "#3f:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#5d:2a;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4242;:G;XTR;:H#:7,E", + "sourceElement": "#4242", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5d:2a;:H#,E", + "sourceElement": "#5d:2a", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4242", + "sourceElement": "#4242", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#5e:2b;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4343;:G;XTR;:H#:7,E", + "sourceElement": "#4343", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5e:2b;:H#,E", + "sourceElement": "#5e:2b", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4343", + "sourceElement": "#4343", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:1;:H#,E", + "sourceElement": "#d:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:1;:H#,E", + "sourceElement": "#36:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#60:2d;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4545;:G;XTR;:H#:7,E", + "sourceElement": "#4545", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#60:2d;:H#,E", + "sourceElement": "#60:2d", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4545", + "sourceElement": "#4545", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:4;:H#,E", + "sourceElement": "#d:4", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:4;:H#,E", + "sourceElement": "#36:4", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5f:2c;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4444;:G;XTR;:H#:7,E", + "sourceElement": "#4444", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#5f:2c;:H#,E", + "sourceElement": "#5f:2c", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4444", + "sourceElement": "#4444", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:2;:H#,E", + "sourceElement": "#d:2", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:2;:H#,E", + "sourceElement": "#36:2", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#d:3;:H#,E", + "sourceElement": "#d:3", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#36:3;:H#,E", + "sourceElement": "#36:3", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E", + "sourceElement": "#1d:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge14", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E", + "sourceElement": "#1d:2", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E", + "sourceElement": "#1d:3", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge16", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E", + "sourceElement": "#1d:4", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#46;:M;CUT;:H-8ce:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge17", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V" + ], + "mappedName": "#46;:M;CUT;:H-8ce:7,E", + "sourceElement": "#46", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#47;:M;CUT;:H-8ce:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [ + "#20;:G;XTR;:H#:7,E", + "#4;:H#,V" + ], + "mappedName": "#47;:M;CUT;:H-8ce:7,E", + "sourceElement": "#47", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#3d:1;:H-8ce,E;:H#,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [ + "#1d:1;:G;XTR;:H#:7,F", + "#26:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E" + ], + "mappedName": "#3d:1;:H-8ce,E", + "sourceElement": "#3d:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#48;:M;CUT;:H-8ce:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [ + "#21;:G;XTR;:H#:7,E", + "#6;:H#,V" + ], + "mappedName": "#48;:M;CUT;:H-8ce:7,E", + "sourceElement": "#48", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#3d:2;:H-8ce,E;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [ + "#1d:2;:G;XTR;:H#:7,F", + "#26:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E" + ], + "mappedName": "#3d:2;:H-8ce,E", + "sourceElement": "#3d:2", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#49;:M;CUT;:H-8ce:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [ + "#22;:G;XTR;:H#:7,E", + "#8;:H#,V" + ], + "mappedName": "#49;:M;CUT;:H-8ce:7,E", + "sourceElement": "#49", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#3d:3;:H-8ce,E;:H#,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [ + "#1d:3;:G;XTR;:H#:7,F", + "#26:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E" + ], + "mappedName": "#3d:3;:H-8ce,E", + "sourceElement": "#3d:3", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#3d:4;:H-8ce,E;:H#,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [ + "#1d:4;:G;XTR;:H#:7,F", + "#26:4;:U;XTR;:H#:7,E", + "#b:4;:H#,E" + ], + "mappedName": "#3d:4;:H-8ce,E", + "sourceElement": "#3d:4", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#42;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#42;:H#,V", + "sourceElement": "#42", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4b:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4b:1;:H#,V", + "sourceElement": "#4b:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#43;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#43;:H#,V", + "sourceElement": "#43", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#4e:1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4e:1;:H#,V", + "sourceElement": "#4e:1", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#45;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#45;:H#,V", + "sourceElement": "#45", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#4e:3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4e:3;:H#,V", + "sourceElement": "#4e:3", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#44;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#44;:H#,V", + "sourceElement": "#44", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#4e:2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4e:2;:H#,V", + "sourceElement": "#4e:2", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V;:H#,V", + "relation": "modified", + "resultName": "Vertex9", + "sources": [ + { + "children": [ + "#2;:H#,V" + ], + "mappedName": "#1f;:M;CUT;:H-8ce:7,V", + "sourceElement": "#1f", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#20;:M;CUT;:H-8ce:7,V;:H#,V", + "relation": "modified", + "resultName": "Vertex10", + "sources": [ + { + "children": [ + "#4;:H#,V" + ], + "mappedName": "#20;:M;CUT;:H-8ce:7,V", + "sourceElement": "#20", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#21;:M;CUT;:H-8ce:7,V;:H#,V", + "relation": "modified", + "resultName": "Vertex11", + "sources": [ + { + "children": [ + "#6;:H#,V" + ], + "mappedName": "#21;:M;CUT;:H-8ce:7,V", + "sourceElement": "#21", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#22;:M;CUT;:H-8ce:7,V;:H#,V", + "relation": "modified", + "resultName": "Vertex12", + "sources": [ + { + "children": [ + "#8;:H#,V" + ], + "mappedName": "#22;:M;CUT;:H-8ce:7,V", + "sourceElement": "#22", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#56;:H-8ce,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [ + "#1f;:G;XTR;:H#:7,E", + "#2;:H#,V", + "#46;:U;XTR;:H#:7,V" + ], + "mappedName": "#56;:H-8ce,V", + "sourceElement": "#56", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#61:2f;:H-8ce,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [ + "#4747;:U;XTR;:H#:7,V" + ], + "mappedName": "#61:2f;:H-8ce,V", + "sourceElement": "#61:2f", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4747", + "sourceElement": "#4747", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#62:30;:H-8ce,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [ + "#4848;:U;XTR;:H#:7,V" + ], + "mappedName": "#62:30;:H-8ce,V", + "sourceElement": "#62:30", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4848", + "sourceElement": "#4848", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#63:31;:H-8ce,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [ + "#4949;:U;XTR;:H#:7,V" + ], + "mappedName": "#63:31;:H-8ce,V", + "sourceElement": "#63:31", + "sourceObject": "Pocket20", + "sourceTypeId": "PartDesign::Pocket" + }, + { + "children": [], + "mappedName": "#4949", + "sourceElement": "#4949", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "b469a4746b4b3ad270d35f15fdbadf79144bfce4f4fcb85fcafc695b0a6ca598", "shape": { + "area": 131.2, + "brepSha256": "466dbcad220810b204a120cb9ef7be45df1d8b7ad59c194f85066c382ac1810a", "edges": 24, "faces": 11, + "geometryDigest": "ffd3a0bf0794831dd695efdf16c135abf39bfbf5471e51af2325bcd2a2b45adc", "solids": 1, "valid": true, + "vertices": 16, "volume": 72.31999999999998 }, "typeId": "PartDesign::Body" @@ -106793,6 +147552,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -106841,11 +147601,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -106855,6 +147630,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -106903,11 +147679,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -106917,6 +147708,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -106965,11 +147757,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -106979,6 +147786,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -107027,11 +147835,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -107041,6 +147864,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -107089,11 +147913,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -107103,6 +147942,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -107151,11 +147991,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -107165,6 +148020,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -107213,11 +148069,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -107229,6 +148100,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "Sketch20", + "linkedObjects": [], "name": "Sketch20", "names": [ { @@ -107529,11 +148401,75 @@ "stageId": "Sketch20", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "9ff7547927f2d329d450d8f90c87ba475129295fdb31413378485ca6019f6f27", "edges": 4, "faces": 0, + "geometryDigest": "d87c33ca1f84f8deb44359f1f4c6c45b0fdf25e45e1a5bb3a01e077dfc225d8c", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -107546,15 +148482,19 @@ "elementMapSize": 30, "elementMapVersion": "15.70200.5", "label": "Pad20", + "linkedObjects": [ + "Body20", + "Sketch20" + ], "name": "Pad20", "names": [ { "history": [ { "children": [ - "#b:1;:H1005,E" + "#b:1;:H8cb,E" ], - "mappedName": "#d:1;:G;XTR;:H1005:7,F", + "mappedName": "#d:1;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107569,7 +148509,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:G;XTR;:H1005:7,F", + "mappedName": "#d:1;:G;XTR;:H8cb:7,F", "mappedStringIds": [ 13 ], @@ -107579,9 +148519,9 @@ "history": [ { "children": [ - "#b:2;:H1005,E" + "#b:2;:H8cb,E" ], - "mappedName": "#d:2;:G;XTR;:H1005:7,F", + "mappedName": "#d:2;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107597,7 +148537,7 @@ 11, 13 ], - "mappedName": "#d:2;:G;XTR;:H1005:7,F", + "mappedName": "#d:2;:G;XTR;:H8cb:7,F", "mappedStringIds": [ 11, 13 @@ -107608,9 +148548,9 @@ "history": [ { "children": [ - "#b:3;:H1005,E" + "#b:3;:H8cb,E" ], - "mappedName": "#d:3;:G;XTR;:H1005:7,F", + "mappedName": "#d:3;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107626,7 +148566,7 @@ 11, 13 ], - "mappedName": "#d:3;:G;XTR;:H1005:7,F", + "mappedName": "#d:3;:G;XTR;:H8cb:7,F", "mappedStringIds": [ 11, 13 @@ -107637,9 +148577,9 @@ "history": [ { "children": [ - "#b:4;:H1005,E" + "#b:4;:H8cb,E" ], - "mappedName": "#d:4;:G;XTR;:H1005:7,F", + "mappedName": "#d:4;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107655,7 +148595,7 @@ 11, 13 ], - "mappedName": "#d:4;:G;XTR;:H1005:7,F", + "mappedName": "#d:4;:G;XTR;:H8cb:7,F", "mappedStringIds": [ 11, 13 @@ -107666,9 +148606,9 @@ "history": [ { "children": [ - "#b:1;:H1005,E" + "#b:1;:H8cb,E" ], - "mappedName": "#d:1;FAC;:H1005:4,F", + "mappedName": "#d:1;FAC;:H8cb:4,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107683,7 +148623,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;FAC;:H1005:4,F", + "mappedName": "#d:1;FAC;:H8cb:4,F", "mappedStringIds": [ 13 ], @@ -107693,10 +148633,10 @@ "history": [ { "children": [ - "#d:1;FAC;:H1005:4,F", - "#b:1;:H1005,E" + "#d:1;FAC;:H8cb:4,F", + "#b:1;:H8cb,E" ], - "mappedName": "#14:1;:G0;XTR;:H1005:8,F", + "mappedName": "#14:1;:G0;XTR;:H8cb:8,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107711,7 +148651,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:G0;XTR;:H1005:8,F", + "mappedName": "#14:1;:G0;XTR;:H8cb:8,F", "mappedStringIds": [ 20 ], @@ -107721,26 +148661,26 @@ "history": [ { "children": [ - "#2:1;:H1005,V" + "#2;:H8cb,V" ], - "mappedName": "#f:1;:G;XTR;:H1005:7,E", + "mappedName": "#42;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 15 + 66 ], - "mappedName": "#f:1;:G;XTR;:H1005:7,E", + "mappedName": "#42;:G;XTR;:H8cb:7,E", "mappedStringIds": [ - 15 + 66 ], "name": "Edge1" }, @@ -107748,26 +148688,26 @@ "history": [ { "children": [ - "#4:2;:H1005,V" + "#4;:H8cb,V" ], - "mappedName": "#10:2;:G;XTR;:H1005:7,E", + "mappedName": "#43;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 16 + 67 ], - "mappedName": "#10:2;:G;XTR;:H1005:7,E", + "mappedName": "#43;:G;XTR;:H8cb:7,E", "mappedStringIds": [ - 16 + 67 ], "name": "Edge2" }, @@ -107775,7 +148715,7 @@ "history": [ { "children": [], - "mappedName": "#b:1;:H1005,E", + "mappedName": "#b:1;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107790,7 +148730,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:1;:H1005,E", + "mappedName": "#b:1;:H8cb,E", "mappedStringIds": [ 11 ], @@ -107800,10 +148740,10 @@ "history": [ { "children": [ - "#d:1;:G;XTR;:H1005:7,F", - "#b:1;:H1005,E" + "#d:1;:G;XTR;:H8cb:7,F", + "#b:1;:H8cb,E" ], - "mappedName": "#16:1;:U;XTR;:H1005:7,E", + "mappedName": "#16:1;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107818,7 +148758,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:U;XTR;:H1005:7,E", + "mappedName": "#16:1;:U;XTR;:H8cb:7,E", "mappedStringIds": [ 22 ], @@ -107828,26 +148768,26 @@ "history": [ { "children": [ - "#6:2;:H1005,V" + "#6;:H8cb,V" ], - "mappedName": "#11:2;:G;XTR;:H1005:7,E", + "mappedName": "#44;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 17 + 68 ], - "mappedName": "#11:2;:G;XTR;:H1005:7,E", + "mappedName": "#44;:G;XTR;:H8cb:7,E", "mappedStringIds": [ - 17 + 68 ], "name": "Edge5" }, @@ -107855,7 +148795,7 @@ "history": [ { "children": [], - "mappedName": "#b:2;:H1005,E", + "mappedName": "#b:2;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107870,7 +148810,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:2;:H1005,E", + "mappedName": "#b:2;:H8cb,E", "mappedStringIds": [ 11 ], @@ -107880,10 +148820,10 @@ "history": [ { "children": [ - "#d:2;:G;XTR;:H1005:7,F", - "#b:2;:H1005,E" + "#d:2;:G;XTR;:H8cb:7,F", + "#b:2;:H8cb,E" ], - "mappedName": "#16:2;:U;XTR;:H1005:7,E", + "mappedName": "#16:2;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107900,7 +148840,7 @@ 13, 22 ], - "mappedName": "#16:2;:U;XTR;:H1005:7,E", + "mappedName": "#16:2;:U;XTR;:H8cb:7,E", "mappedStringIds": [ 11, 13, @@ -107912,26 +148852,26 @@ "history": [ { "children": [ - "#8:2;:H1005,V" + "#8;:H8cb,V" ], - "mappedName": "#12:2;:G;XTR;:H1005:7,E", + "mappedName": "#45;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 18 + 69 ], - "mappedName": "#12:2;:G;XTR;:H1005:7,E", + "mappedName": "#45;:G;XTR;:H8cb:7,E", "mappedStringIds": [ - 18 + 69 ], "name": "Edge8" }, @@ -107939,7 +148879,7 @@ "history": [ { "children": [], - "mappedName": "#b:3;:H1005,E", + "mappedName": "#b:3;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107954,7 +148894,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:3;:H1005,E", + "mappedName": "#b:3;:H8cb,E", "mappedStringIds": [ 11 ], @@ -107964,10 +148904,10 @@ "history": [ { "children": [ - "#d:3;:G;XTR;:H1005:7,F", - "#b:3;:H1005,E" + "#d:3;:G;XTR;:H8cb:7,F", + "#b:3;:H8cb,E" ], - "mappedName": "#16:3;:U;XTR;:H1005:7,E", + "mappedName": "#16:3;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -107984,7 +148924,7 @@ 13, 22 ], - "mappedName": "#16:3;:U;XTR;:H1005:7,E", + "mappedName": "#16:3;:U;XTR;:H8cb:7,E", "mappedStringIds": [ 11, 13, @@ -107996,7 +148936,7 @@ "history": [ { "children": [], - "mappedName": "#b:4;:H1005,E", + "mappedName": "#b:4;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -108011,7 +148951,7 @@ "indexedStringIds": [ 11 ], - "mappedName": "#b:4;:H1005,E", + "mappedName": "#b:4;:H8cb,E", "mappedStringIds": [ 11 ], @@ -108021,10 +148961,10 @@ "history": [ { "children": [ - "#d:4;:G;XTR;:H1005:7,F", - "#b:4;:H1005,E" + "#d:4;:G;XTR;:H8cb:7,F", + "#b:4;:H8cb,E" ], - "mappedName": "#16:4;:U;XTR;:H1005:7,E", + "mappedName": "#16:4;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -108041,7 +148981,7 @@ 13, 22 ], - "mappedName": "#16:4;:U;XTR;:H1005:7,E", + "mappedName": "#16:4;:U;XTR;:H8cb:7,E", "mappedStringIds": [ 11, 13, @@ -108053,13 +148993,13 @@ "history": [ { "children": [], - "mappedName": "#2:1;:H1005,V", + "mappedName": "#2;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } @@ -108068,7 +149008,7 @@ "indexedStringIds": [ 2 ], - "mappedName": "#2:1;:H1005,V", + "mappedName": "#2;:H8cb,V", "mappedStringIds": [ 2 ], @@ -108078,27 +149018,28 @@ "history": [ { "children": [ - "#f:1;:G;XTR;:H1005:7,E", - "#2:1;:H1005,V" + "#16:1;:U;XTR;:H8cb:7,E", + "#d:1;:G;XTR;:H8cb:7,F", + "#b:1;:H8cb,E" ], - "mappedName": "#18:1;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U;XTR;:H8cb:7,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], - "mappedName": "#18:1;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U;XTR;:H8cb:7,V", "mappedStringIds": [ - 24 + 54 ], "name": "Vertex2" }, @@ -108106,13 +149047,13 @@ "history": [ { "children": [], - "mappedName": "#4:2;:H1005,V", + "mappedName": "#4;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } @@ -108121,7 +149062,7 @@ "indexedStringIds": [ 4 ], - "mappedName": "#4:2;:H1005,V", + "mappedName": "#4;:H8cb,V", "mappedStringIds": [ 4 ], @@ -108131,27 +149072,28 @@ "history": [ { "children": [ - "#10:2;:G;XTR;:H1005:7,E", - "#4:2;:H1005,V" + "#16:1;:U;XTR;:H8cb:7,E", + "#d:1;:G;XTR;:H8cb:7,F", + "#b:1;:H8cb,E" ], - "mappedName": "#19:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U2;XTR;:H8cb:8,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], - "mappedName": "#19:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U2;XTR;:H8cb:8,V", "mappedStringIds": [ - 25 + 54 ], "name": "Vertex4" }, @@ -108159,13 +149101,13 @@ "history": [ { "children": [], - "mappedName": "#6:2;:H1005,V", + "mappedName": "#6;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } @@ -108174,7 +149116,7 @@ "indexedStringIds": [ 6 ], - "mappedName": "#6:2;:H1005,V", + "mappedName": "#6;:H8cb,V", "mappedStringIds": [ 6 ], @@ -108184,27 +149126,34 @@ "history": [ { "children": [ - "#11:2;:G;XTR;:H1005:7,E", - "#6:2;:H1005,V" + "#16:2;:U;XTR;:H8cb:7,E", + "#d:2;:G;XTR;:H8cb:7,F", + "#b:2;:H8cb,E" ], - "mappedName": "#1a:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:2;:U2;XTR;:H8cb:8,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], - "mappedName": "#1a:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:2;:U2;XTR;:H8cb:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "name": "Vertex6" }, @@ -108212,13 +149161,13 @@ "history": [ { "children": [], - "mappedName": "#8:2;:H1005,V", + "mappedName": "#8;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } @@ -108227,7 +149176,7 @@ "indexedStringIds": [ 8 ], - "mappedName": "#8:2;:H1005,V", + "mappedName": "#8;:H8cb,V", "mappedStringIds": [ 8 ], @@ -108237,27 +149186,34 @@ "history": [ { "children": [ - "#12:2;:G;XTR;:H1005:7,E", - "#8:2;:H1005,V" + "#16:3;:U;XTR;:H8cb:7,E", + "#d:3;:G;XTR;:H8cb:7,F", + "#b:3;:H8cb,E" ], - "mappedName": "#1b:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:3;:U2;XTR;:H8cb:8,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], - "mappedName": "#1b:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:3;:U2;XTR;:H8cb:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "name": "Vertex8" } @@ -108275,7 +149231,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;:G;XTR;:H1005:7,F", + "mappedName": "#d:1;:G;XTR;:H8cb:7,F", "mappedStringIds": [ 13 ], @@ -108285,7 +149241,7 @@ "index": 1, "type": "Face" }, - "name": "#d:1;:G;XTR;:H1005:7,F", + "name": "#d:1;:G;XTR;:H8cb:7,F", "stringIds": [ 13 ] @@ -108309,7 +149265,7 @@ 13 ], "kind": "face", - "mappedName": "#d:2;:G;XTR;:H1005:7,F", + "mappedName": "#d:2;:G;XTR;:H8cb:7,F", "mappedStringIds": [ 11, 13 @@ -108320,7 +149276,7 @@ "index": 2, "type": "Face" }, - "name": "#d:2;:G;XTR;:H1005:7,F", + "name": "#d:2;:G;XTR;:H8cb:7,F", "stringIds": [ 11, 13 @@ -108345,7 +149301,7 @@ 13 ], "kind": "face", - "mappedName": "#d:3;:G;XTR;:H1005:7,F", + "mappedName": "#d:3;:G;XTR;:H8cb:7,F", "mappedStringIds": [ 11, 13 @@ -108356,7 +149312,7 @@ "index": 3, "type": "Face" }, - "name": "#d:3;:G;XTR;:H1005:7,F", + "name": "#d:3;:G;XTR;:H8cb:7,F", "stringIds": [ 11, 13 @@ -108381,7 +149337,7 @@ 13 ], "kind": "face", - "mappedName": "#d:4;:G;XTR;:H1005:7,F", + "mappedName": "#d:4;:G;XTR;:H8cb:7,F", "mappedStringIds": [ 11, 13 @@ -108392,7 +149348,7 @@ "index": 4, "type": "Face" }, - "name": "#d:4;:G;XTR;:H1005:7,F", + "name": "#d:4;:G;XTR;:H8cb:7,F", "stringIds": [ 11, 13 @@ -108416,7 +149372,7 @@ 13 ], "kind": "face", - "mappedName": "#d:1;FAC;:H1005:4,F", + "mappedName": "#d:1;FAC;:H8cb:4,F", "mappedStringIds": [ 13 ], @@ -108426,7 +149382,7 @@ "index": 5, "type": "Face" }, - "name": "#d:1;FAC;:H1005:4,F", + "name": "#d:1;FAC;:H8cb:4,F", "stringIds": [ 13 ] @@ -108449,7 +149405,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:G0;XTR;:H1005:8,F", + "mappedName": "#14:1;:G0;XTR;:H8cb:8,F", "mappedStringIds": [ 20 ], @@ -108459,7 +149415,7 @@ "index": 6, "type": "Face" }, - "name": "#14:1;:G0;XTR;:H1005:8,F", + "name": "#14:1;:G0;XTR;:H8cb:8,F", "stringIds": [ 20 ] @@ -108479,12 +149435,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 15 + 66 ], "kind": "edge", - "mappedName": "#f:1;:G;XTR;:H1005:7,E", + "mappedName": "#42;:G;XTR;:H8cb:7,E", "mappedStringIds": [ - 15 + 66 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -108492,9 +149448,9 @@ "index": 1, "type": "Edge" }, - "name": "#f:1;:G;XTR;:H1005:7,E", + "name": "#42;:G;XTR;:H8cb:7,E", "stringIds": [ - 15 + 66 ] }, "relation": "generated", @@ -108502,9 +149458,9 @@ "resultPersistentId": "Pad20:edge:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v11;SKT", + "persistentId": "Sketch20:mapped:g1v1;SKT", "stageId": "Sketch20" } ] @@ -108512,12 +149468,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 16 + 67 ], "kind": "edge", - "mappedName": "#10:2;:G;XTR;:H1005:7,E", + "mappedName": "#43;:G;XTR;:H8cb:7,E", "mappedStringIds": [ - 16 + 67 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -108525,9 +149481,9 @@ "index": 2, "type": "Edge" }, - "name": "#10:2;:G;XTR;:H1005:7,E", + "name": "#43;:G;XTR;:H8cb:7,E", "stringIds": [ - 16 + 67 ] }, "relation": "generated", @@ -108535,9 +149491,9 @@ "resultPersistentId": "Pad20:edge:1", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v22;SKT", + "persistentId": "Sketch20:mapped:g1v2;SKT", "stageId": "Sketch20" } ] @@ -108548,7 +149504,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:1;:H1005,E", + "mappedName": "#b:1;:H8cb,E", "mappedStringIds": [ 11 ], @@ -108558,7 +149514,7 @@ "index": 3, "type": "Edge" }, - "name": "#b:1;:H1005,E", + "name": "#b:1;:H8cb,E", "stringIds": [ 11 ] @@ -108581,7 +149537,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:1;:U;XTR;:H1005:7,E", + "mappedName": "#16:1;:U;XTR;:H8cb:7,E", "mappedStringIds": [ 22 ], @@ -108591,7 +149547,7 @@ "index": 4, "type": "Edge" }, - "name": "#16:1;:U;XTR;:H1005:7,E", + "name": "#16:1;:U;XTR;:H8cb:7,E", "stringIds": [ 22 ] @@ -108611,12 +149567,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 17 + 68 ], "kind": "edge", - "mappedName": "#11:2;:G;XTR;:H1005:7,E", + "mappedName": "#44;:G;XTR;:H8cb:7,E", "mappedStringIds": [ - 17 + 68 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -108624,9 +149580,9 @@ "index": 5, "type": "Edge" }, - "name": "#11:2;:G;XTR;:H1005:7,E", + "name": "#44;:G;XTR;:H8cb:7,E", "stringIds": [ - 17 + 68 ] }, "relation": "generated", @@ -108634,9 +149590,9 @@ "resultPersistentId": "Pad20:edge:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g2v22;SKT", + "persistentId": "Sketch20:mapped:g2v2;SKT", "stageId": "Sketch20" } ] @@ -108647,7 +149603,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:2;:H1005,E", + "mappedName": "#b:2;:H8cb,E", "mappedStringIds": [ 11 ], @@ -108657,7 +149613,7 @@ "index": 6, "type": "Edge" }, - "name": "#b:2;:H1005,E", + "name": "#b:2;:H8cb,E", "stringIds": [ 11 ] @@ -108682,7 +149638,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:2;:U;XTR;:H1005:7,E", + "mappedName": "#16:2;:U;XTR;:H8cb:7,E", "mappedStringIds": [ 11, 13, @@ -108694,7 +149650,7 @@ "index": 7, "type": "Edge" }, - "name": "#16:2;:U;XTR;:H1005:7,E", + "name": "#16:2;:U;XTR;:H8cb:7,E", "stringIds": [ 11, 13, @@ -108716,12 +149672,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 18 + 69 ], "kind": "edge", - "mappedName": "#12:2;:G;XTR;:H1005:7,E", + "mappedName": "#45;:G;XTR;:H8cb:7,E", "mappedStringIds": [ - 18 + 69 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -108729,9 +149685,9 @@ "index": 8, "type": "Edge" }, - "name": "#12:2;:G;XTR;:H1005:7,E", + "name": "#45;:G;XTR;:H8cb:7,E", "stringIds": [ - 18 + 69 ] }, "relation": "generated", @@ -108739,9 +149695,9 @@ "resultPersistentId": "Pad20:edge:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g3v22;SKT", + "persistentId": "Sketch20:mapped:g3v2;SKT", "stageId": "Sketch20" } ] @@ -108752,7 +149708,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:3;:H1005,E", + "mappedName": "#b:3;:H8cb,E", "mappedStringIds": [ 11 ], @@ -108762,7 +149718,7 @@ "index": 9, "type": "Edge" }, - "name": "#b:3;:H1005,E", + "name": "#b:3;:H8cb,E", "stringIds": [ 11 ] @@ -108787,7 +149743,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:3;:U;XTR;:H1005:7,E", + "mappedName": "#16:3;:U;XTR;:H8cb:7,E", "mappedStringIds": [ 11, 13, @@ -108799,7 +149755,7 @@ "index": 10, "type": "Edge" }, - "name": "#16:3;:U;XTR;:H1005:7,E", + "name": "#16:3;:U;XTR;:H8cb:7,E", "stringIds": [ 11, 13, @@ -108824,7 +149780,7 @@ 11 ], "kind": "edge", - "mappedName": "#b:4;:H1005,E", + "mappedName": "#b:4;:H8cb,E", "mappedStringIds": [ 11 ], @@ -108834,7 +149790,7 @@ "index": 11, "type": "Edge" }, - "name": "#b:4;:H1005,E", + "name": "#b:4;:H8cb,E", "stringIds": [ 11 ] @@ -108859,7 +149815,7 @@ 22 ], "kind": "edge", - "mappedName": "#16:4;:U;XTR;:H1005:7,E", + "mappedName": "#16:4;:U;XTR;:H8cb:7,E", "mappedStringIds": [ 11, 13, @@ -108871,7 +149827,7 @@ "index": 12, "type": "Edge" }, - "name": "#16:4;:U;XTR;:H1005:7,E", + "name": "#16:4;:U;XTR;:H8cb:7,E", "stringIds": [ 11, 13, @@ -108896,7 +149852,7 @@ 2 ], "kind": "vertex", - "mappedName": "#2:1;:H1005,V", + "mappedName": "#2;:H8cb,V", "mappedStringIds": [ 2 ], @@ -108906,7 +149862,7 @@ "index": 1, "type": "Vertex" }, - "name": "#2:1;:H1005,V", + "name": "#2;:H8cb,V", "stringIds": [ 2 ] @@ -108916,9 +149872,9 @@ "resultPersistentId": "Pad20:vertex:0", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v11;SKT", + "persistentId": "Sketch20:mapped:g1v1;SKT", "stageId": "Sketch20" } ] @@ -108926,12 +149882,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 24 + 54 ], "kind": "vertex", - "mappedName": "#18:1;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U;XTR;:H8cb:7,V", "mappedStringIds": [ - 24 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -108939,9 +149895,9 @@ "index": 2, "type": "Vertex" }, - "name": "#18:1;:U;XTR;:H1005:7,V", + "name": "#36:1;:U;XTR;:H8cb:7,V", "stringIds": [ - 24 + 54 ] }, "relation": "preserved", @@ -108949,9 +149905,9 @@ "resultPersistentId": "Pad20:vertex:1", "sourceRefs": [ { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v11;SKT", + "persistentId": "Sketch20:mapped:g1;SKT", "stageId": "Sketch20" } ] @@ -108962,7 +149918,7 @@ 4 ], "kind": "vertex", - "mappedName": "#4:2;:H1005,V", + "mappedName": "#4;:H8cb,V", "mappedStringIds": [ 4 ], @@ -108972,7 +149928,7 @@ "index": 3, "type": "Vertex" }, - "name": "#4:2;:H1005,V", + "name": "#4;:H8cb,V", "stringIds": [ 4 ] @@ -108982,9 +149938,9 @@ "resultPersistentId": "Pad20:vertex:2", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v22;SKT", + "persistentId": "Sketch20:mapped:g1v2;SKT", "stageId": "Sketch20" } ] @@ -108992,12 +149948,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 25 + 54 ], "kind": "vertex", - "mappedName": "#19:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U2;XTR;:H8cb:8,V", "mappedStringIds": [ - 25 + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -109005,9 +149961,9 @@ "index": 4, "type": "Vertex" }, - "name": "#19:2;:U;XTR;:H1005:7,V", + "name": "#36:1;:U2;XTR;:H8cb:8,V", "stringIds": [ - 25 + 54 ] }, "relation": "preserved", @@ -109015,9 +149971,9 @@ "resultPersistentId": "Pad20:vertex:3", "sourceRefs": [ { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v22;SKT", + "persistentId": "Sketch20:mapped:g1;SKT", "stageId": "Sketch20" } ] @@ -109028,7 +149984,7 @@ 6 ], "kind": "vertex", - "mappedName": "#6:2;:H1005,V", + "mappedName": "#6;:H8cb,V", "mappedStringIds": [ 6 ], @@ -109038,7 +149994,7 @@ "index": 5, "type": "Vertex" }, - "name": "#6:2;:H1005,V", + "name": "#6;:H8cb,V", "stringIds": [ 6 ] @@ -109048,9 +150004,9 @@ "resultPersistentId": "Pad20:vertex:4", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g2v22;SKT", + "persistentId": "Sketch20:mapped:g2v2;SKT", "stageId": "Sketch20" } ] @@ -109058,12 +150014,18 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1a:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:2;:U2;XTR;:H8cb:8,V", "mappedStringIds": [ - 26 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -109071,9 +150033,12 @@ "index": 6, "type": "Vertex" }, - "name": "#1a:2;:U;XTR;:H1005:7,V", + "name": "#36:2;:U2;XTR;:H8cb:8,V", "stringIds": [ - 26 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -109081,9 +150046,9 @@ "resultPersistentId": "Pad20:vertex:5", "sourceRefs": [ { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g2v22;SKT", + "persistentId": "Sketch20:mapped:g2;SKT", "stageId": "Sketch20" } ] @@ -109094,7 +150059,7 @@ 8 ], "kind": "vertex", - "mappedName": "#8:2;:H1005,V", + "mappedName": "#8;:H8cb,V", "mappedStringIds": [ 8 ], @@ -109104,7 +150069,7 @@ "index": 7, "type": "Vertex" }, - "name": "#8:2;:H1005,V", + "name": "#8;:H8cb,V", "stringIds": [ 8 ] @@ -109114,9 +150079,9 @@ "resultPersistentId": "Pad20:vertex:6", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g3v22;SKT", + "persistentId": "Sketch20:mapped:g3v2;SKT", "stageId": "Sketch20" } ] @@ -109124,12 +150089,18 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "kind": "vertex", - "mappedName": "#1b:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:3;:U2;XTR;:H8cb:8,V", "mappedStringIds": [ - 27 + 11, + 13, + 22, + 54 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -109137,9 +150108,12 @@ "index": 8, "type": "Vertex" }, - "name": "#1b:2;:U;XTR;:H1005:7,V", + "name": "#36:3;:U2;XTR;:H8cb:8,V", "stringIds": [ - 27 + 11, + 13, + 22, + 54 ] }, "relation": "preserved", @@ -109147,9 +150121,9 @@ "resultPersistentId": "Pad20:vertex:7", "sourceRefs": [ { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g3v22;SKT", + "persistentId": "Sketch20:mapped:g3;SKT", "stageId": "Sketch20" } ] @@ -109164,11 +150138,409 @@ "stageId": "Pad20", "status": "native-evidence" }, + "relationDigest": "04b3fd400cc0a8ea650338f821fcd66006e82edfb1484a28044f91eaf7a66490", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "relation": "generated", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#d:1;FAC;:H#:4,F", + "relation": "preserved", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "relation": "generated", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#42;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#43;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#b:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#44;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#b:2;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#45;:G;XTR;:H#:7,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#b:3;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#b:4;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#2;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#4;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#8;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "c67dd33a8c461a6aa91ab27ae9e2635b5475a21bceff8b6a08a758efe7415a8e", "shape": { + "area": 112, + "brepSha256": "a7be9277dc0e738d364e8eccff250fbda3c79eb6fe2f292f001423fc590bf644", "edges": 12, "faces": 6, + "geometryDigest": "b86fad46c20d2107571ef4050aae588e9738c277c2adca4ed5eb4087df945821", "solids": 1, "valid": true, + "vertices": 8, "volume": 79.99999999999999 }, "typeId": "PartDesign::Pad" @@ -109180,6 +150552,7 @@ "elementMapSize": 12, "elementMapVersion": "15.70200.5", "label": "PocketSketch20", + "linkedObjects": [], "name": "PocketSketch20", "names": [ { @@ -109480,11 +150853,75 @@ "stageId": "PocketSketch20", "status": "native-evidence" }, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "g1;SKT", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "g2;SKT", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "g3;SKT", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "g4;SKT", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "g1v1;SKT", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "g1v2;SKT", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "g2v2;SKT", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "g3v2;SKT", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + } + ], + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", "shape": { + "area": 0, + "brepSha256": "38a9c1b822a96eabc3ecc6669250187add4a59a4c41468eeb4e2972f3725c71e", "edges": 4, "faces": 0, + "geometryDigest": "a2dc5981d10872b231f882ca75ee8857ec6bd2293d8919554d343a2309aecf67", "solids": 0, "valid": true, + "vertices": 4, "volume": 0 }, "typeId": "Sketcher::SketchObject" @@ -109497,21 +150934,26 @@ "elementMapSize": 55, "elementMapVersion": "15.70200.5", "label": "Pocket20", + "linkedObjects": [ + "Body20", + "Pad20", + "PocketSketch20" + ], "name": "Pocket20", "names": [ { "history": [ { "children": [], - "mappedName": "#16:1;:H1006,F", + "mappedName": "#16:1;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H1005,E" + "#b:1;:H8cb,E" ], - "mappedName": "#d:1;:G;XTR;:H1005:7,F", + "mappedName": "#d:1;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -109526,7 +150968,7 @@ "indexedStringIds": [ 22 ], - "mappedName": "#16:1;:H1006,F", + "mappedName": "#16:1;:H8cc,F", "mappedStringIds": [ 22 ], @@ -109536,15 +150978,15 @@ "history": [ { "children": [], - "mappedName": "#16:4;:H1006,F", + "mappedName": "#16:4;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:4;:H1005,E" + "#b:4;:H8cb,E" ], - "mappedName": "#d:4;:G;XTR;:H1005:7,F", + "mappedName": "#d:4;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -109561,7 +151003,7 @@ 13, 22 ], - "mappedName": "#16:4;:H1006,F", + "mappedName": "#16:4;:H8cc,F", "mappedStringIds": [ 11, 13, @@ -109573,15 +151015,15 @@ "history": [ { "children": [], - "mappedName": "#16:2;:H1006,F", + "mappedName": "#16:2;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:2;:H1005,E" + "#b:2;:H8cb,E" ], - "mappedName": "#d:2;:G;XTR;:H1005:7,F", + "mappedName": "#d:2;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -109598,7 +151040,7 @@ 13, 22 ], - "mappedName": "#16:2;:H1006,F", + "mappedName": "#16:2;:H8cc,F", "mappedStringIds": [ 11, 13, @@ -109610,15 +151052,15 @@ "history": [ { "children": [], - "mappedName": "#14:1;:H1006,F", + "mappedName": "#14:1;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:1;:H1005,E" + "#b:1;:H8cb,E" ], - "mappedName": "#d:1;FAC;:H1005:4,F", + "mappedName": "#d:1;FAC;:H8cb:4,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -109633,7 +151075,7 @@ "indexedStringIds": [ 20 ], - "mappedName": "#14:1;:H1006,F", + "mappedName": "#14:1;:H8cc,F", "mappedStringIds": [ 20 ], @@ -109643,16 +151085,16 @@ "history": [ { "children": [], - "mappedName": "#41:1;:M;CUT;:H1006:7,F", + "mappedName": "#41:1;:M;CUT;:H8cc:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;FAC;:H1005:4,F", - "#b:1;:H1005,E" + "#d:1;FAC;:H8cb:4,F", + "#b:1;:H8cb,E" ], - "mappedName": "#14:1;:G0;XTR;:H1005:8,F", + "mappedName": "#14:1;:G0;XTR;:H8cb:8,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -109667,7 +151109,7 @@ "indexedStringIds": [ 65 ], - "mappedName": "#41:1;:M;CUT;:H1006:7,F", + "mappedName": "#41:1;:M;CUT;:H8cc:7,F", "mappedStringIds": [ 65 ], @@ -109677,15 +151119,15 @@ "history": [ { "children": [], - "mappedName": "#16:3;:H1006,F", + "mappedName": "#16:3;:H8cc,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#b:3;:H1005,E" + "#b:3;:H8cb,E" ], - "mappedName": "#d:3;:G;XTR;:H1005:7,F", + "mappedName": "#d:3;:G;XTR;:H8cb:7,F", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -109702,7 +151144,7 @@ 13, 22 ], - "mappedName": "#16:3;:H1006,F", + "mappedName": "#16:3;:H8cc,F", "mappedStringIds": [ 11, 13, @@ -109714,10 +151156,10 @@ "history": [ { "children": [ - "#1d:1;:G;XTR;:H1007:7,F", - "#b:1;:H1007,E" + "#1d:1;:G;XTR;:H8cd:7,F", + "#b:1;:H8cd,E" ], - "mappedName": "#26:1;:M;CUT;:H-1008:7,F", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -109732,7 +151174,7 @@ "indexedStringIds": [ 38 ], - "mappedName": "#26:1;:M;CUT;:H-1008:7,F", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F", "mappedStringIds": [ 38 ], @@ -109742,10 +151184,10 @@ "history": [ { "children": [ - "#1d:2;:G;XTR;:H1007:7,F", - "#b:2;:H1007,E" + "#1d:2;:G;XTR;:H8cd:7,F", + "#b:2;:H8cd,E" ], - "mappedName": "#26:2;:M;CUT;:H-1008:7,F", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -109762,7 +151204,7 @@ 29, 38 ], - "mappedName": "#26:2;:M;CUT;:H-1008:7,F", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F", "mappedStringIds": [ 11, 29, @@ -109774,10 +151216,10 @@ "history": [ { "children": [ - "#1d:3;:G;XTR;:H1007:7,F", - "#b:3;:H1007,E" + "#1d:3;:G;XTR;:H8cd:7,F", + "#b:3;:H8cd,E" ], - "mappedName": "#26:3;:M;CUT;:H-1008:7,F", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -109794,7 +151236,7 @@ 29, 38 ], - "mappedName": "#26:3;:M;CUT;:H-1008:7,F", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F", "mappedStringIds": [ 11, 29, @@ -109806,10 +151248,10 @@ "history": [ { "children": [ - "#1d:4;:G;XTR;:H1007:7,F", - "#b:4;:H1007,E" + "#1d:4;:G;XTR;:H8cd:7,F", + "#b:4;:H8cd,E" ], - "mappedName": "#26:4;:M;CUT;:H-1008:7,F", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -109826,7 +151268,7 @@ 29, 38 ], - "mappedName": "#26:4;:M;CUT;:H-1008:7,F", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F", "mappedStringIds": [ 11, 29, @@ -109838,11 +151280,11 @@ "history": [ { "children": [ - "#24:1;:G0;XTR;:H1007:8,F", - "#1d:1;FAC;:H1007:4,F", - "#b:1;:H1007,E" + "#24:1;:G0;XTR;:H8cd:8,F", + "#1d:1;FAC;:H8cd:4,F", + "#b:1;:H8cd,E" ], - "mappedName": "#3f:1;:H-1008,F", + "mappedName": "#3f:1;:H-8ce,F", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -109857,7 +151299,7 @@ "indexedStringIds": [ 63 ], - "mappedName": "#3f:1;:H-1008,F", + "mappedName": "#3f:1;:H-8ce,F", "mappedStringIds": [ 63 ], @@ -109867,32 +151309,30 @@ "history": [ { "children": [], - "mappedName": "#18:1;:H1006,E", + "mappedName": "#5d:2a;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#2:1;:H1005,V" - ], - "mappedName": "#f:1;:G;XTR;:H1005:7,E", + "children": [], + "mappedName": "#4242;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "#4242", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], - "mappedName": "#18:1;:H1006,E", + "mappedName": "#5d:2a;:H8cc,E", "mappedStringIds": [ - 24 + 93 ], "name": "Edge1" }, @@ -109900,32 +151340,30 @@ "history": [ { "children": [], - "mappedName": "#19:2;:H1006,E", + "mappedName": "#5e:2b;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#4:2;:H1005,V" - ], - "mappedName": "#10:2;:G;XTR;:H1005:7,E", + "children": [], + "mappedName": "#4343;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "#4343", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], - "mappedName": "#19:2;:H1006,E", + "mappedName": "#5e:2b;:H8cc,E", "mappedStringIds": [ - 25 + 94 ], "name": "Edge2" }, @@ -109933,13 +151371,13 @@ "history": [ { "children": [], - "mappedName": "#d:1;:H1006,E", + "mappedName": "#d:1;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:1;:H1005,E", + "mappedName": "#b:1;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -109954,7 +151392,7 @@ "indexedStringIds": [ 13 ], - "mappedName": "#d:1;:H1006,E", + "mappedName": "#d:1;:H8cc,E", "mappedStringIds": [ 13 ], @@ -109964,16 +151402,16 @@ "history": [ { "children": [], - "mappedName": "#36:1;:H1006,E", + "mappedName": "#36:1;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:1;:G;XTR;:H1005:7,F", - "#b:1;:H1005,E" + "#d:1;:G;XTR;:H8cb:7,F", + "#b:1;:H8cb,E" ], - "mappedName": "#16:1;:U;XTR;:H1005:7,E", + "mappedName": "#16:1;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -109988,7 +151426,7 @@ "indexedStringIds": [ 54 ], - "mappedName": "#36:1;:H1006,E", + "mappedName": "#36:1;:H8cc,E", "mappedStringIds": [ 54 ], @@ -109998,32 +151436,30 @@ "history": [ { "children": [], - "mappedName": "#1b:2;:H1006,E", + "mappedName": "#60:2d;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#8:2;:H1005,V" - ], - "mappedName": "#12:2;:G;XTR;:H1005:7,E", + "children": [], + "mappedName": "#4545;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "#4545", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], - "mappedName": "#1b:2;:H1006,E", + "mappedName": "#60:2d;:H8cc,E", "mappedStringIds": [ - 27 + 96 ], "name": "Edge5" }, @@ -110031,13 +151467,13 @@ "history": [ { "children": [], - "mappedName": "#d:4;:H1006,E", + "mappedName": "#d:4;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:4;:H1005,E", + "mappedName": "#b:4;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -110053,7 +151489,7 @@ 11, 13 ], - "mappedName": "#d:4;:H1006,E", + "mappedName": "#d:4;:H8cc,E", "mappedStringIds": [ 11, 13 @@ -110064,16 +151500,16 @@ "history": [ { "children": [], - "mappedName": "#36:4;:H1006,E", + "mappedName": "#36:4;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:4;:G;XTR;:H1005:7,F", - "#b:4;:H1005,E" + "#d:4;:G;XTR;:H8cb:7,F", + "#b:4;:H8cb,E" ], - "mappedName": "#16:4;:U;XTR;:H1005:7,E", + "mappedName": "#16:4;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -110091,7 +151527,7 @@ 22, 54 ], - "mappedName": "#36:4;:H1006,E", + "mappedName": "#36:4;:H8cc,E", "mappedStringIds": [ 11, 13, @@ -110104,32 +151540,30 @@ "history": [ { "children": [], - "mappedName": "#1a:2;:H1006,E", + "mappedName": "#5f:2c;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { - "children": [ - "#6:2;:H1005,V" - ], - "mappedName": "#11:2;:G;XTR;:H1005:7,E", + "children": [], + "mappedName": "#4444;:G;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "#4444", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], - "mappedName": "#1a:2;:H1006,E", + "mappedName": "#5f:2c;:H8cc,E", "mappedStringIds": [ - 26 + 95 ], "name": "Edge8" }, @@ -110137,13 +151571,13 @@ "history": [ { "children": [], - "mappedName": "#d:2;:H1006,E", + "mappedName": "#d:2;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:2;:H1005,E", + "mappedName": "#b:2;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -110159,7 +151593,7 @@ 11, 13 ], - "mappedName": "#d:2;:H1006,E", + "mappedName": "#d:2;:H8cc,E", "mappedStringIds": [ 11, 13 @@ -110170,16 +151604,16 @@ "history": [ { "children": [], - "mappedName": "#36:2;:H1006,E", + "mappedName": "#36:2;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:2;:G;XTR;:H1005:7,F", - "#b:2;:H1005,E" + "#d:2;:G;XTR;:H8cb:7,F", + "#b:2;:H8cb,E" ], - "mappedName": "#16:2;:U;XTR;:H1005:7,E", + "mappedName": "#16:2;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -110197,7 +151631,7 @@ 22, 54 ], - "mappedName": "#36:2;:H1006,E", + "mappedName": "#36:2;:H8cc,E", "mappedStringIds": [ 11, 13, @@ -110210,13 +151644,13 @@ "history": [ { "children": [], - "mappedName": "#d:3;:H1006,E", + "mappedName": "#d:3;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#b:3;:H1005,E", + "mappedName": "#b:3;:H8cb,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -110232,7 +151666,7 @@ 11, 13 ], - "mappedName": "#d:3;:H1006,E", + "mappedName": "#d:3;:H8cc,E", "mappedStringIds": [ 11, 13 @@ -110243,16 +151677,16 @@ "history": [ { "children": [], - "mappedName": "#36:3;:H1006,E", + "mappedName": "#36:3;:H8cc,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#d:3;:G;XTR;:H1005:7,F", - "#b:3;:H1005,E" + "#d:3;:G;XTR;:H8cb:7,F", + "#b:3;:H8cb,E" ], - "mappedName": "#16:3;:U;XTR;:H1005:7,E", + "mappedName": "#16:3;:U;XTR;:H8cb:7,E", "object": "Pad20", "typeId": "PartDesign::Pad" }, @@ -110270,7 +151704,7 @@ 22, 54 ], - "mappedName": "#36:3;:H1006,E", + "mappedName": "#36:3;:H8cc,E", "mappedStringIds": [ 11, 13, @@ -110283,9 +151717,9 @@ "history": [ { "children": [ - "#b:1;:H1007,E" + "#b:1;:H8cd,E" ], - "mappedName": "#1d:1;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110300,7 +151734,7 @@ "indexedStringIds": [ 29 ], - "mappedName": "#1d:1;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ 29 ], @@ -110310,9 +151744,9 @@ "history": [ { "children": [ - "#b:2;:H1007,E" + "#b:2;:H8cd,E" ], - "mappedName": "#1d:2;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110328,7 +151762,7 @@ 11, 29 ], - "mappedName": "#1d:2;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ 11, 29 @@ -110339,9 +151773,9 @@ "history": [ { "children": [ - "#b:3;:H1007,E" + "#b:3;:H8cd,E" ], - "mappedName": "#1d:3;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110357,7 +151791,7 @@ 11, 29 ], - "mappedName": "#1d:3;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ 11, 29 @@ -110368,9 +151802,9 @@ "history": [ { "children": [ - "#b:4;:H1007,E" + "#b:4;:H8cd,E" ], - "mappedName": "#1d:4;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110386,7 +151820,7 @@ 11, 29 ], - "mappedName": "#1d:4;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ 11, 29 @@ -110397,28 +151831,27 @@ "history": [ { "children": [ - "#1f:2;:G;XTR;:H1007:7,E", - "#22;:H1007,V", - "#8;:H1007,V" + "#1f;:G;XTR;:H8cd:7,E", + "#2;:H8cd,V" ], - "mappedName": "#28:2;:M;CUT;:H-1008:7,E", + "mappedName": "#46;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge17", "indexedStringIds": [ - 40 + 70 ], - "mappedName": "#28:2;:M;CUT;:H-1008:7,E", + "mappedName": "#46;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ - 40 + 70 ], "name": "Edge17" }, @@ -110426,27 +151859,27 @@ "history": [ { "children": [ - "#20:4;:G;XTR;:H1007:7,E", - "#44;:H1007,V" + "#20;:G;XTR;:H8cd:7,E", + "#4;:H8cd,V" ], - "mappedName": "#29:4;:M;CUT;:H-1008:7,E", + "mappedName": "#47;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#44", + "mappedName": "g1v2;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge18", "indexedStringIds": [ - 41 + 71 ], - "mappedName": "#29:4;:M;CUT;:H-1008:7,E", + "mappedName": "#47;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ - 41 + 71 ], "name": "Edge18" }, @@ -110454,11 +151887,11 @@ "history": [ { "children": [ - "#26:1;:U;XTR;:H1007:7,E", - "#1d:1;:G;XTR;:H1007:7,F", - "#b:1;:H1007,E" + "#26:1;:U;XTR;:H8cd:7,E", + "#1d:1;:G;XTR;:H8cd:7,F", + "#b:1;:H8cd,E" ], - "mappedName": "#3d:1;:H-1008,E", + "mappedName": "#3d:1;:H-8ce,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110473,7 +151906,7 @@ "indexedStringIds": [ 61 ], - "mappedName": "#3d:1;:H-1008,E", + "mappedName": "#3d:1;:H-8ce,E", "mappedStringIds": [ 61 ], @@ -110483,27 +151916,27 @@ "history": [ { "children": [ - "#21:6;:G;XTR;:H1007:7,E", - "#66;:H1007,V" + "#21;:G;XTR;:H8cd:7,E", + "#6;:H8cd,V" ], - "mappedName": "#2a:6;:M;CUT;:H-1008:7,E", + "mappedName": "#48;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "g2v2;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge20", "indexedStringIds": [ - 42 + 72 ], - "mappedName": "#2a:6;:M;CUT;:H-1008:7,E", + "mappedName": "#48;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ - 42 + 72 ], "name": "Edge20" }, @@ -110511,11 +151944,11 @@ "history": [ { "children": [ - "#26:2;:U;XTR;:H1007:7,E", - "#1d:2;:G;XTR;:H1007:7,F", - "#b:2;:H1007,E" + "#26:2;:U;XTR;:H8cd:7,E", + "#1d:2;:G;XTR;:H8cd:7,F", + "#b:2;:H8cd,E" ], - "mappedName": "#3d:2;:H-1008,E", + "mappedName": "#3d:2;:H-8ce,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110533,7 +151966,7 @@ 38, 61 ], - "mappedName": "#3d:2;:H-1008,E", + "mappedName": "#3d:2;:H-8ce,E", "mappedStringIds": [ 11, 29, @@ -110546,27 +151979,27 @@ "history": [ { "children": [ - "#22:8;:G;XTR;:H1007:7,E", - "#88;:H1007,V" + "#22;:G;XTR;:H8cd:7,E", + "#8;:H8cd,V" ], - "mappedName": "#2b:8;:M;CUT;:H-1008:7,E", + "mappedName": "#49;:M;CUT;:H-8ce:7,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "g3v2;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Edge22", "indexedStringIds": [ - 43 + 73 ], - "mappedName": "#2b:8;:M;CUT;:H-1008:7,E", + "mappedName": "#49;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ - 43 + 73 ], "name": "Edge22" }, @@ -110574,11 +152007,11 @@ "history": [ { "children": [ - "#26:3;:U;XTR;:H1007:7,E", - "#1d:3;:G;XTR;:H1007:7,F", - "#b:3;:H1007,E" + "#26:3;:U;XTR;:H8cd:7,E", + "#1d:3;:G;XTR;:H8cd:7,F", + "#b:3;:H8cd,E" ], - "mappedName": "#3d:3;:H-1008,E", + "mappedName": "#3d:3;:H-8ce,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110596,7 +152029,7 @@ 38, 61 ], - "mappedName": "#3d:3;:H-1008,E", + "mappedName": "#3d:3;:H-8ce,E", "mappedStringIds": [ 11, 29, @@ -110609,11 +152042,11 @@ "history": [ { "children": [ - "#26:4;:U;XTR;:H1007:7,E", - "#1d:4;:G;XTR;:H1007:7,F", - "#b:4;:H1007,E" + "#26:4;:U;XTR;:H8cd:7,E", + "#1d:4;:G;XTR;:H8cd:7,F", + "#b:4;:H8cd,E" ], - "mappedName": "#3d:4;:H-1008,E", + "mappedName": "#3d:4;:H-8ce,E", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110631,7 +152064,7 @@ 38, 61 ], - "mappedName": "#3d:4;:H-1008,E", + "mappedName": "#3d:4;:H-8ce,E", "mappedStringIds": [ 11, 29, @@ -110644,30 +152077,30 @@ "history": [ { "children": [], - "mappedName": "#f:1;:H1006,V", + "mappedName": "#42;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#2:1;:H1005,V", + "mappedName": "#2;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 66 ], - "mappedName": "#f:1;:H1006,V", + "mappedName": "#42;:H8cc,V", "mappedStringIds": [ - 15 + 66 ], "name": "Vertex1" }, @@ -110675,33 +152108,34 @@ "history": [ { "children": [], - "mappedName": "#2e:1;:H1006,V", + "mappedName": "#4b:1;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#f:1;:G;XTR;:H1005:7,E", - "#2:1;:H1005,V" + "#16:1;:U;XTR;:H8cb:7,E", + "#d:1;:G;XTR;:H8cb:7,F", + "#b:1;:H8cb,E" ], - "mappedName": "#18:1;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U;XTR;:H8cb:7,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 75 ], - "mappedName": "#2e:1;:H1006,V", + "mappedName": "#4b:1;:H8cc,V", "mappedStringIds": [ - 46 + 75 ], "name": "Vertex2" }, @@ -110709,30 +152143,30 @@ "history": [ { "children": [], - "mappedName": "#10:2;:H1006,V", + "mappedName": "#43;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#4:2;:H1005,V", + "mappedName": "#4;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 67 ], - "mappedName": "#10:2;:H1006,V", + "mappedName": "#43;:H8cc,V", "mappedStringIds": [ - 16 + 67 ], "name": "Vertex3" }, @@ -110740,33 +152174,34 @@ "history": [ { "children": [], - "mappedName": "#30:2;:H1006,V", + "mappedName": "#4e:1;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#10:2;:G;XTR;:H1005:7,E", - "#4:2;:H1005,V" + "#16:1;:U;XTR;:H8cb:7,E", + "#d:1;:G;XTR;:H8cb:7,F", + "#b:1;:H8cb,E" ], - "mappedName": "#19:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U2;XTR;:H8cb:8,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 78 ], - "mappedName": "#30:2;:H1006,V", + "mappedName": "#4e:1;:H8cc,V", "mappedStringIds": [ - 48 + 78 ], "name": "Vertex4" }, @@ -110774,30 +152209,30 @@ "history": [ { "children": [], - "mappedName": "#12:2;:H1006,V", + "mappedName": "#45;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#8:2;:H1005,V", + "mappedName": "#8;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 69 ], - "mappedName": "#12:2;:H1006,V", + "mappedName": "#45;:H8cc,V", "mappedStringIds": [ - 18 + 69 ], "name": "Vertex5" }, @@ -110805,33 +152240,42 @@ "history": [ { "children": [], - "mappedName": "#34:2;:H1006,V", + "mappedName": "#4e:3;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#12:2;:G;XTR;:H1005:7,E", - "#8:2;:H1005,V" + "#16:3;:U;XTR;:H8cb:7,E", + "#d:3;:G;XTR;:H8cb:7,F", + "#b:3;:H8cb,E" ], - "mappedName": "#1b:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:3;:U2;XTR;:H8cb:8,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ], - "mappedName": "#34:2;:H1006,V", + "mappedName": "#4e:3;:H8cc,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ], "name": "Vertex6" }, @@ -110839,30 +152283,30 @@ "history": [ { "children": [], - "mappedName": "#11:2;:H1006,V", + "mappedName": "#44;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#6:2;:H1005,V", + "mappedName": "#6;:H8cb,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 68 ], - "mappedName": "#11:2;:H1006,V", + "mappedName": "#44;:H8cc,V", "mappedStringIds": [ - 17 + 68 ], "name": "Vertex7" }, @@ -110870,33 +152314,42 @@ "history": [ { "children": [], - "mappedName": "#32:2;:H1006,V", + "mappedName": "#4e:2;:H8cc,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [ - "#11:2;:G;XTR;:H1005:7,E", - "#6:2;:H1005,V" + "#16:2;:U;XTR;:H8cb:7,E", + "#d:2;:G;XTR;:H8cb:7,F", + "#b:2;:H8cb,E" ], - "mappedName": "#1a:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:2;:U2;XTR;:H8cb:8,V", "object": "Pad20", "typeId": "PartDesign::Pad" }, { "children": [], - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "object": "Sketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ], - "mappedName": "#32:2;:H1006,V", + "mappedName": "#4e:2;:H8cc,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ], "name": "Vertex8" }, @@ -110904,9 +152357,9 @@ "history": [ { "children": [ - "#2;:H1007,V" + "#2;:H8cd,V" ], - "mappedName": "#1f;:M;CUT;:H-1008:7,V", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110921,7 +152374,7 @@ "indexedStringIds": [ 31 ], - "mappedName": "#1f;:M;CUT;:H-1008:7,V", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V", "mappedStringIds": [ 31 ], @@ -110931,9 +152384,9 @@ "history": [ { "children": [ - "#4;:H1007,V" + "#4;:H8cd,V" ], - "mappedName": "#20;:M;CUT;:H-1008:7,V", + "mappedName": "#20;:M;CUT;:H-8ce:7,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110948,7 +152401,7 @@ "indexedStringIds": [ 32 ], - "mappedName": "#20;:M;CUT;:H-1008:7,V", + "mappedName": "#20;:M;CUT;:H-8ce:7,V", "mappedStringIds": [ 32 ], @@ -110958,9 +152411,9 @@ "history": [ { "children": [ - "#6;:H1007,V" + "#6;:H8cd,V" ], - "mappedName": "#21;:M;CUT;:H-1008:7,V", + "mappedName": "#21;:M;CUT;:H-8ce:7,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -110975,7 +152428,7 @@ "indexedStringIds": [ 33 ], - "mappedName": "#21;:M;CUT;:H-1008:7,V", + "mappedName": "#21;:M;CUT;:H-8ce:7,V", "mappedStringIds": [ 33 ], @@ -110985,9 +152438,9 @@ "history": [ { "children": [ - "#8;:H1007,V" + "#8;:H8cd,V" ], - "mappedName": "#22;:M;CUT;:H-1008:7,V", + "mappedName": "#22;:M;CUT;:H-8ce:7,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, @@ -111002,7 +152455,7 @@ "indexedStringIds": [ 34 ], - "mappedName": "#22;:M;CUT;:H-1008:7,V", + "mappedName": "#22;:M;CUT;:H-8ce:7,V", "mappedStringIds": [ 34 ], @@ -111012,29 +152465,28 @@ "history": [ { "children": [ - "#28:2;:U;XTR;:H1007:7,V", - "#1f:2;:G;XTR;:H1007:7,E", - "#22;:H1007,V", - "#8;:H1007,V" + "#46;:U;XTR;:H8cd:7,V", + "#1f;:G;XTR;:H8cd:7,E", + "#2;:H8cd,V" ], - "mappedName": "#38:2;:H-1008,V", + "mappedName": "#56;:H-8ce,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex13", "indexedStringIds": [ - 56 + 86 ], - "mappedName": "#38:2;:H-1008,V", + "mappedName": "#56;:H-8ce,V", "mappedStringIds": [ - 56 + 86 ], "name": "Vertex13" }, @@ -111042,28 +152494,26 @@ "history": [ { "children": [ - "#29:4;:U;XTR;:H1007:7,V", - "#20:4;:G;XTR;:H1007:7,E", - "#44;:H1007,V" + "#4747;:U;XTR;:H8cd:7,V" ], - "mappedName": "#39:4;:H-1008,V", + "mappedName": "#61:2f;:H-8ce,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#44", + "mappedName": "#4747", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex14", "indexedStringIds": [ - 57 + 97 ], - "mappedName": "#39:4;:H-1008,V", + "mappedName": "#61:2f;:H-8ce,V", "mappedStringIds": [ - 57 + 97 ], "name": "Vertex14" }, @@ -111071,28 +152521,26 @@ "history": [ { "children": [ - "#2a:6;:U;XTR;:H1007:7,V", - "#21:6;:G;XTR;:H1007:7,E", - "#66;:H1007,V" + "#4848;:U;XTR;:H8cd:7,V" ], - "mappedName": "#3a:6;:H-1008,V", + "mappedName": "#62:30;:H-8ce,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#66", + "mappedName": "#4848", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex15", "indexedStringIds": [ - 58 + 98 ], - "mappedName": "#3a:6;:H-1008,V", + "mappedName": "#62:30;:H-8ce,V", "mappedStringIds": [ - 58 + 98 ], "name": "Vertex15" }, @@ -111100,28 +152548,26 @@ "history": [ { "children": [ - "#2b:8;:U;XTR;:H1007:7,V", - "#22:8;:G;XTR;:H1007:7,E", - "#88;:H1007,V" + "#4949;:U;XTR;:H8cd:7,V" ], - "mappedName": "#3b:8;:H-1008,V", + "mappedName": "#63:31;:H-8ce,V", "object": "Pocket20", "typeId": "PartDesign::Pocket" }, { "children": [], - "mappedName": "#88", + "mappedName": "#4949", "object": "PocketSketch20", "typeId": "Sketcher::SketchObject" } ], "indexedName": "Vertex16", "indexedStringIds": [ - 59 + 99 ], - "mappedName": "#3b:8;:H-1008,V", + "mappedName": "#63:31;:H-8ce,V", "mappedStringIds": [ - 59 + 99 ], "name": "Vertex16" } @@ -111139,7 +152585,7 @@ 22 ], "kind": "face", - "mappedName": "#16:1;:H1006,F", + "mappedName": "#16:1;:H8cc,F", "mappedStringIds": [ 22 ], @@ -111149,7 +152595,7 @@ "index": 1, "type": "Face" }, - "name": "#16:1;:H1006,F", + "name": "#16:1;:H8cc,F", "stringIds": [ 22 ] @@ -111159,9 +152605,9 @@ "resultPersistentId": "Pocket20:face:0", "sourceRefs": [ { - "mappedName": "#d:1;:G;XTR;:H1005:7,F", + "mappedName": "#d:1;:G;XTR;:H8cb:7,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:1;:G;XTR;:H1005:7,F", + "persistentId": "Pad20:mapped:#d:1;:G;XTR;:H8cb:7,F", "stageId": "Pad20" }, { @@ -111180,7 +152626,7 @@ 22 ], "kind": "face", - "mappedName": "#16:4;:H1006,F", + "mappedName": "#16:4;:H8cc,F", "mappedStringIds": [ 11, 13, @@ -111192,7 +152638,7 @@ "index": 2, "type": "Face" }, - "name": "#16:4;:H1006,F", + "name": "#16:4;:H8cc,F", "stringIds": [ 11, 13, @@ -111204,9 +152650,9 @@ "resultPersistentId": "Pocket20:face:1", "sourceRefs": [ { - "mappedName": "#d:4;:G;XTR;:H1005:7,F", + "mappedName": "#d:4;:G;XTR;:H8cb:7,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:4;:G;XTR;:H1005:7,F", + "persistentId": "Pad20:mapped:#d:4;:G;XTR;:H8cb:7,F", "stageId": "Pad20" }, { @@ -111225,7 +152671,7 @@ 22 ], "kind": "face", - "mappedName": "#16:2;:H1006,F", + "mappedName": "#16:2;:H8cc,F", "mappedStringIds": [ 11, 13, @@ -111237,7 +152683,7 @@ "index": 3, "type": "Face" }, - "name": "#16:2;:H1006,F", + "name": "#16:2;:H8cc,F", "stringIds": [ 11, 13, @@ -111249,9 +152695,9 @@ "resultPersistentId": "Pocket20:face:2", "sourceRefs": [ { - "mappedName": "#d:2;:G;XTR;:H1005:7,F", + "mappedName": "#d:2;:G;XTR;:H8cb:7,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:2;:G;XTR;:H1005:7,F", + "persistentId": "Pad20:mapped:#d:2;:G;XTR;:H8cb:7,F", "stageId": "Pad20" }, { @@ -111268,7 +152714,7 @@ 20 ], "kind": "face", - "mappedName": "#14:1;:H1006,F", + "mappedName": "#14:1;:H8cc,F", "mappedStringIds": [ 20 ], @@ -111278,7 +152724,7 @@ "index": 4, "type": "Face" }, - "name": "#14:1;:H1006,F", + "name": "#14:1;:H8cc,F", "stringIds": [ 20 ] @@ -111288,9 +152734,9 @@ "resultPersistentId": "Pocket20:face:3", "sourceRefs": [ { - "mappedName": "#d:1;FAC;:H1005:4,F", + "mappedName": "#d:1;FAC;:H8cb:4,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:1;FAC;:H1005:4,F", + "persistentId": "Pad20:mapped:#d:1;FAC;:H8cb:4,F", "stageId": "Pad20" }, { @@ -111307,7 +152753,7 @@ 65 ], "kind": "face", - "mappedName": "#41:1;:M;CUT;:H1006:7,F", + "mappedName": "#41:1;:M;CUT;:H8cc:7,F", "mappedStringIds": [ 65 ], @@ -111317,7 +152763,7 @@ "index": 5, "type": "Face" }, - "name": "#41:1;:M;CUT;:H1006:7,F", + "name": "#41:1;:M;CUT;:H8cc:7,F", "stringIds": [ 65 ] @@ -111327,9 +152773,9 @@ "resultPersistentId": "Pocket20:face:4", "sourceRefs": [ { - "mappedName": "#14:1;:G0;XTR;:H1005:8,F", + "mappedName": "#14:1;:G0;XTR;:H8cb:8,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#14:1;:G0;XTR;:H1005:8,F", + "persistentId": "Pad20:mapped:#14:1;:G0;XTR;:H8cb:8,F", "stageId": "Pad20" }, { @@ -111348,7 +152794,7 @@ 22 ], "kind": "face", - "mappedName": "#16:3;:H1006,F", + "mappedName": "#16:3;:H8cc,F", "mappedStringIds": [ 11, 13, @@ -111360,7 +152806,7 @@ "index": 6, "type": "Face" }, - "name": "#16:3;:H1006,F", + "name": "#16:3;:H8cc,F", "stringIds": [ 11, 13, @@ -111372,9 +152818,9 @@ "resultPersistentId": "Pocket20:face:5", "sourceRefs": [ { - "mappedName": "#d:3;:G;XTR;:H1005:7,F", + "mappedName": "#d:3;:G;XTR;:H8cb:7,F", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#d:3;:G;XTR;:H1005:7,F", + "persistentId": "Pad20:mapped:#d:3;:G;XTR;:H8cb:7,F", "stageId": "Pad20" }, { @@ -111391,7 +152837,7 @@ 38 ], "kind": "face", - "mappedName": "#26:1;:M;CUT;:H-1008:7,F", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F", "mappedStringIds": [ 38 ], @@ -111401,7 +152847,7 @@ "index": 7, "type": "Face" }, - "name": "#26:1;:M;CUT;:H-1008:7,F", + "name": "#26:1;:M;CUT;:H-8ce:7,F", "stringIds": [ 38 ] @@ -111426,7 +152872,7 @@ 38 ], "kind": "face", - "mappedName": "#26:2;:M;CUT;:H-1008:7,F", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F", "mappedStringIds": [ 11, 29, @@ -111438,7 +152884,7 @@ "index": 8, "type": "Face" }, - "name": "#26:2;:M;CUT;:H-1008:7,F", + "name": "#26:2;:M;CUT;:H-8ce:7,F", "stringIds": [ 11, 29, @@ -111465,7 +152911,7 @@ 38 ], "kind": "face", - "mappedName": "#26:3;:M;CUT;:H-1008:7,F", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F", "mappedStringIds": [ 11, 29, @@ -111477,7 +152923,7 @@ "index": 9, "type": "Face" }, - "name": "#26:3;:M;CUT;:H-1008:7,F", + "name": "#26:3;:M;CUT;:H-8ce:7,F", "stringIds": [ 11, 29, @@ -111504,7 +152950,7 @@ 38 ], "kind": "face", - "mappedName": "#26:4;:M;CUT;:H-1008:7,F", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F", "mappedStringIds": [ 11, 29, @@ -111516,7 +152962,7 @@ "index": 10, "type": "Face" }, - "name": "#26:4;:M;CUT;:H-1008:7,F", + "name": "#26:4;:M;CUT;:H-8ce:7,F", "stringIds": [ 11, 29, @@ -111541,7 +152987,7 @@ 63 ], "kind": "face", - "mappedName": "#3f:1;:H-1008,F", + "mappedName": "#3f:1;:H-8ce,F", "mappedStringIds": [ 63 ], @@ -111551,7 +152997,7 @@ "index": 11, "type": "Face" }, - "name": "#3f:1;:H-1008,F", + "name": "#3f:1;:H-8ce,F", "stringIds": [ 63 ] @@ -111571,12 +153017,12 @@ { "indexedName": "Edge1", "indexedStringIds": [ - 24 + 93 ], "kind": "edge", - "mappedName": "#18:1;:H1006,E", + "mappedName": "#5d:2a;:H8cc,E", "mappedStringIds": [ - 24 + 93 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -111584,9 +153030,9 @@ "index": 1, "type": "Edge" }, - "name": "#18:1;:H1006,E", + "name": "#5d:2a;:H8cc,E", "stringIds": [ - 24 + 93 ] }, "relation": "preserved", @@ -111594,15 +153040,15 @@ "resultPersistentId": "Pocket20:edge:0", "sourceRefs": [ { - "mappedName": "#f:1;:G;XTR;:H1005:7,E", + "mappedName": "#4242;:G;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#f:1;:G;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#4242;:G;XTR;:H8cb:7,E", "stageId": "Pad20" }, { - "mappedName": "g1v11;SKT", + "mappedName": "#4242", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v11;SKT", + "persistentId": "Sketch20:mapped:#4242", "stageId": "Sketch20" } ] @@ -111610,12 +153056,12 @@ { "indexedName": "Edge2", "indexedStringIds": [ - 25 + 94 ], "kind": "edge", - "mappedName": "#19:2;:H1006,E", + "mappedName": "#5e:2b;:H8cc,E", "mappedStringIds": [ - 25 + 94 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -111623,9 +153069,9 @@ "index": 2, "type": "Edge" }, - "name": "#19:2;:H1006,E", + "name": "#5e:2b;:H8cc,E", "stringIds": [ - 25 + 94 ] }, "relation": "preserved", @@ -111633,15 +153079,15 @@ "resultPersistentId": "Pocket20:edge:1", "sourceRefs": [ { - "mappedName": "#10:2;:G;XTR;:H1005:7,E", + "mappedName": "#4343;:G;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#10:2;:G;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#4343;:G;XTR;:H8cb:7,E", "stageId": "Pad20" }, { - "mappedName": "g1v22;SKT", + "mappedName": "#4343", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v22;SKT", + "persistentId": "Sketch20:mapped:#4343", "stageId": "Sketch20" } ] @@ -111652,7 +153098,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:1;:H1006,E", + "mappedName": "#d:1;:H8cc,E", "mappedStringIds": [ 13 ], @@ -111662,7 +153108,7 @@ "index": 3, "type": "Edge" }, - "name": "#d:1;:H1006,E", + "name": "#d:1;:H8cc,E", "stringIds": [ 13 ] @@ -111672,9 +153118,9 @@ "resultPersistentId": "Pocket20:edge:2", "sourceRefs": [ { - "mappedName": "#b:1;:H1005,E", + "mappedName": "#b:1;:H8cb,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#b:1;:H1005,E", + "persistentId": "Pad20:mapped:#b:1;:H8cb,E", "stageId": "Pad20" }, { @@ -111691,7 +153137,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:1;:H1006,E", + "mappedName": "#36:1;:H8cc,E", "mappedStringIds": [ 54 ], @@ -111701,7 +153147,7 @@ "index": 4, "type": "Edge" }, - "name": "#36:1;:H1006,E", + "name": "#36:1;:H8cc,E", "stringIds": [ 54 ] @@ -111711,9 +153157,9 @@ "resultPersistentId": "Pocket20:edge:3", "sourceRefs": [ { - "mappedName": "#16:1;:U;XTR;:H1005:7,E", + "mappedName": "#16:1;:U;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#16:1;:U;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#16:1;:U;XTR;:H8cb:7,E", "stageId": "Pad20" }, { @@ -111727,12 +153173,12 @@ { "indexedName": "Edge5", "indexedStringIds": [ - 27 + 96 ], "kind": "edge", - "mappedName": "#1b:2;:H1006,E", + "mappedName": "#60:2d;:H8cc,E", "mappedStringIds": [ - 27 + 96 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -111740,9 +153186,9 @@ "index": 5, "type": "Edge" }, - "name": "#1b:2;:H1006,E", + "name": "#60:2d;:H8cc,E", "stringIds": [ - 27 + 96 ] }, "relation": "preserved", @@ -111750,15 +153196,15 @@ "resultPersistentId": "Pocket20:edge:4", "sourceRefs": [ { - "mappedName": "#12:2;:G;XTR;:H1005:7,E", + "mappedName": "#4545;:G;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#12:2;:G;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#4545;:G;XTR;:H8cb:7,E", "stageId": "Pad20" }, { - "mappedName": "g3v22;SKT", + "mappedName": "#4545", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g3v22;SKT", + "persistentId": "Sketch20:mapped:#4545", "stageId": "Sketch20" } ] @@ -111770,7 +153216,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:4;:H1006,E", + "mappedName": "#d:4;:H8cc,E", "mappedStringIds": [ 11, 13 @@ -111781,7 +153227,7 @@ "index": 6, "type": "Edge" }, - "name": "#d:4;:H1006,E", + "name": "#d:4;:H8cc,E", "stringIds": [ 11, 13 @@ -111792,9 +153238,9 @@ "resultPersistentId": "Pocket20:edge:5", "sourceRefs": [ { - "mappedName": "#b:4;:H1005,E", + "mappedName": "#b:4;:H8cb,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#b:4;:H1005,E", + "persistentId": "Pad20:mapped:#b:4;:H8cb,E", "stageId": "Pad20" }, { @@ -111814,7 +153260,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:4;:H1006,E", + "mappedName": "#36:4;:H8cc,E", "mappedStringIds": [ 11, 13, @@ -111827,7 +153273,7 @@ "index": 7, "type": "Edge" }, - "name": "#36:4;:H1006,E", + "name": "#36:4;:H8cc,E", "stringIds": [ 11, 13, @@ -111840,9 +153286,9 @@ "resultPersistentId": "Pocket20:edge:6", "sourceRefs": [ { - "mappedName": "#16:4;:U;XTR;:H1005:7,E", + "mappedName": "#16:4;:U;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#16:4;:U;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#16:4;:U;XTR;:H8cb:7,E", "stageId": "Pad20" }, { @@ -111856,12 +153302,12 @@ { "indexedName": "Edge8", "indexedStringIds": [ - 26 + 95 ], "kind": "edge", - "mappedName": "#1a:2;:H1006,E", + "mappedName": "#5f:2c;:H8cc,E", "mappedStringIds": [ - 26 + 95 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -111869,9 +153315,9 @@ "index": 8, "type": "Edge" }, - "name": "#1a:2;:H1006,E", + "name": "#5f:2c;:H8cc,E", "stringIds": [ - 26 + 95 ] }, "relation": "preserved", @@ -111879,15 +153325,15 @@ "resultPersistentId": "Pocket20:edge:7", "sourceRefs": [ { - "mappedName": "#11:2;:G;XTR;:H1005:7,E", + "mappedName": "#4444;:G;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#11:2;:G;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#4444;:G;XTR;:H8cb:7,E", "stageId": "Pad20" }, { - "mappedName": "g2v22;SKT", + "mappedName": "#4444", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g2v22;SKT", + "persistentId": "Sketch20:mapped:#4444", "stageId": "Sketch20" } ] @@ -111899,7 +153345,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:2;:H1006,E", + "mappedName": "#d:2;:H8cc,E", "mappedStringIds": [ 11, 13 @@ -111910,7 +153356,7 @@ "index": 9, "type": "Edge" }, - "name": "#d:2;:H1006,E", + "name": "#d:2;:H8cc,E", "stringIds": [ 11, 13 @@ -111921,9 +153367,9 @@ "resultPersistentId": "Pocket20:edge:8", "sourceRefs": [ { - "mappedName": "#b:2;:H1005,E", + "mappedName": "#b:2;:H8cb,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#b:2;:H1005,E", + "persistentId": "Pad20:mapped:#b:2;:H8cb,E", "stageId": "Pad20" }, { @@ -111943,7 +153389,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:2;:H1006,E", + "mappedName": "#36:2;:H8cc,E", "mappedStringIds": [ 11, 13, @@ -111956,7 +153402,7 @@ "index": 10, "type": "Edge" }, - "name": "#36:2;:H1006,E", + "name": "#36:2;:H8cc,E", "stringIds": [ 11, 13, @@ -111969,9 +153415,9 @@ "resultPersistentId": "Pocket20:edge:9", "sourceRefs": [ { - "mappedName": "#16:2;:U;XTR;:H1005:7,E", + "mappedName": "#16:2;:U;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#16:2;:U;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#16:2;:U;XTR;:H8cb:7,E", "stageId": "Pad20" }, { @@ -111989,7 +153435,7 @@ 13 ], "kind": "edge", - "mappedName": "#d:3;:H1006,E", + "mappedName": "#d:3;:H8cc,E", "mappedStringIds": [ 11, 13 @@ -112000,7 +153446,7 @@ "index": 11, "type": "Edge" }, - "name": "#d:3;:H1006,E", + "name": "#d:3;:H8cc,E", "stringIds": [ 11, 13 @@ -112011,9 +153457,9 @@ "resultPersistentId": "Pocket20:edge:10", "sourceRefs": [ { - "mappedName": "#b:3;:H1005,E", + "mappedName": "#b:3;:H8cb,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#b:3;:H1005,E", + "persistentId": "Pad20:mapped:#b:3;:H8cb,E", "stageId": "Pad20" }, { @@ -112033,7 +153479,7 @@ 54 ], "kind": "edge", - "mappedName": "#36:3;:H1006,E", + "mappedName": "#36:3;:H8cc,E", "mappedStringIds": [ 11, 13, @@ -112046,7 +153492,7 @@ "index": 12, "type": "Edge" }, - "name": "#36:3;:H1006,E", + "name": "#36:3;:H8cc,E", "stringIds": [ 11, 13, @@ -112059,9 +153505,9 @@ "resultPersistentId": "Pocket20:edge:11", "sourceRefs": [ { - "mappedName": "#16:3;:U;XTR;:H1005:7,E", + "mappedName": "#16:3;:U;XTR;:H8cb:7,E", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#16:3;:U;XTR;:H1005:7,E", + "persistentId": "Pad20:mapped:#16:3;:U;XTR;:H8cb:7,E", "stageId": "Pad20" }, { @@ -112078,7 +153524,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:1;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ 29 ], @@ -112088,7 +153534,7 @@ "index": 13, "type": "Edge" }, - "name": "#1d:1;:M;CUT;:H-1008:7,E", + "name": "#1d:1;:M;CUT;:H-8ce:7,E", "stringIds": [ 29 ] @@ -112112,7 +153558,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:2;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ 11, 29 @@ -112123,7 +153569,7 @@ "index": 14, "type": "Edge" }, - "name": "#1d:2;:M;CUT;:H-1008:7,E", + "name": "#1d:2;:M;CUT;:H-8ce:7,E", "stringIds": [ 11, 29 @@ -112148,7 +153594,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:3;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ 11, 29 @@ -112159,7 +153605,7 @@ "index": 15, "type": "Edge" }, - "name": "#1d:3;:M;CUT;:H-1008:7,E", + "name": "#1d:3;:M;CUT;:H-8ce:7,E", "stringIds": [ 11, 29 @@ -112184,7 +153630,7 @@ 29 ], "kind": "edge", - "mappedName": "#1d:4;:M;CUT;:H-1008:7,E", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ 11, 29 @@ -112195,7 +153641,7 @@ "index": 16, "type": "Edge" }, - "name": "#1d:4;:M;CUT;:H-1008:7,E", + "name": "#1d:4;:M;CUT;:H-8ce:7,E", "stringIds": [ 11, 29 @@ -112216,12 +153662,12 @@ { "indexedName": "Edge17", "indexedStringIds": [ - 40 + 70 ], "kind": "edge", - "mappedName": "#28:2;:M;CUT;:H-1008:7,E", + "mappedName": "#46;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ - 40 + 70 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112229,9 +153675,9 @@ "index": 17, "type": "Edge" }, - "name": "#28:2;:M;CUT;:H-1008:7,E", + "name": "#46;:M;CUT;:H-8ce:7,E", "stringIds": [ - 40 + 70 ] }, "relation": "modified", @@ -112239,9 +153685,9 @@ "resultPersistentId": "Pocket20:edge:16", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:g3v2;SKT", + "persistentId": "PocketSketch20:mapped:g1v1;SKT", "stageId": "PocketSketch20" } ] @@ -112249,12 +153695,12 @@ { "indexedName": "Edge18", "indexedStringIds": [ - 41 + 71 ], "kind": "edge", - "mappedName": "#29:4;:M;CUT;:H-1008:7,E", + "mappedName": "#47;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ - 41 + 71 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112262,9 +153708,9 @@ "index": 18, "type": "Edge" }, - "name": "#29:4;:M;CUT;:H-1008:7,E", + "name": "#47;:M;CUT;:H-8ce:7,E", "stringIds": [ - 41 + 71 ] }, "relation": "modified", @@ -112272,9 +153718,9 @@ "resultPersistentId": "Pocket20:edge:17", "sourceRefs": [ { - "mappedName": "#44", + "mappedName": "g1v2;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#44", + "persistentId": "PocketSketch20:mapped:g1v2;SKT", "stageId": "PocketSketch20" } ] @@ -112285,7 +153731,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:1;:H-1008,E", + "mappedName": "#3d:1;:H-8ce,E", "mappedStringIds": [ 61 ], @@ -112295,7 +153741,7 @@ "index": 19, "type": "Edge" }, - "name": "#3d:1;:H-1008,E", + "name": "#3d:1;:H-8ce,E", "stringIds": [ 61 ] @@ -112315,12 +153761,12 @@ { "indexedName": "Edge20", "indexedStringIds": [ - 42 + 72 ], "kind": "edge", - "mappedName": "#2a:6;:M;CUT;:H-1008:7,E", + "mappedName": "#48;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ - 42 + 72 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112328,9 +153774,9 @@ "index": 20, "type": "Edge" }, - "name": "#2a:6;:M;CUT;:H-1008:7,E", + "name": "#48;:M;CUT;:H-8ce:7,E", "stringIds": [ - 42 + 72 ] }, "relation": "modified", @@ -112338,9 +153784,9 @@ "resultPersistentId": "Pocket20:edge:19", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "g2v2;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#66", + "persistentId": "PocketSketch20:mapped:g2v2;SKT", "stageId": "PocketSketch20" } ] @@ -112354,7 +153800,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:2;:H-1008,E", + "mappedName": "#3d:2;:H-8ce,E", "mappedStringIds": [ 11, 29, @@ -112367,7 +153813,7 @@ "index": 21, "type": "Edge" }, - "name": "#3d:2;:H-1008,E", + "name": "#3d:2;:H-8ce,E", "stringIds": [ 11, 29, @@ -112390,12 +153836,12 @@ { "indexedName": "Edge22", "indexedStringIds": [ - 43 + 73 ], "kind": "edge", - "mappedName": "#2b:8;:M;CUT;:H-1008:7,E", + "mappedName": "#49;:M;CUT;:H-8ce:7,E", "mappedStringIds": [ - 43 + 73 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112403,9 +153849,9 @@ "index": 22, "type": "Edge" }, - "name": "#2b:8;:M;CUT;:H-1008:7,E", + "name": "#49;:M;CUT;:H-8ce:7,E", "stringIds": [ - 43 + 73 ] }, "relation": "modified", @@ -112413,9 +153859,9 @@ "resultPersistentId": "Pocket20:edge:21", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "g3v2;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#88", + "persistentId": "PocketSketch20:mapped:g3v2;SKT", "stageId": "PocketSketch20" } ] @@ -112429,7 +153875,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:3;:H-1008,E", + "mappedName": "#3d:3;:H-8ce,E", "mappedStringIds": [ 11, 29, @@ -112442,7 +153888,7 @@ "index": 23, "type": "Edge" }, - "name": "#3d:3;:H-1008,E", + "name": "#3d:3;:H-8ce,E", "stringIds": [ 11, 29, @@ -112471,7 +153917,7 @@ 61 ], "kind": "edge", - "mappedName": "#3d:4;:H-1008,E", + "mappedName": "#3d:4;:H-8ce,E", "mappedStringIds": [ 11, 29, @@ -112484,7 +153930,7 @@ "index": 24, "type": "Edge" }, - "name": "#3d:4;:H-1008,E", + "name": "#3d:4;:H-8ce,E", "stringIds": [ 11, 29, @@ -112507,12 +153953,12 @@ { "indexedName": "Vertex1", "indexedStringIds": [ - 15 + 66 ], "kind": "vertex", - "mappedName": "#f:1;:H1006,V", + "mappedName": "#42;:H8cc,V", "mappedStringIds": [ - 15 + 66 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112520,9 +153966,9 @@ "index": 1, "type": "Vertex" }, - "name": "#f:1;:H1006,V", + "name": "#42;:H8cc,V", "stringIds": [ - 15 + 66 ] }, "relation": "preserved", @@ -112530,15 +153976,15 @@ "resultPersistentId": "Pocket20:vertex:0", "sourceRefs": [ { - "mappedName": "#2:1;:H1005,V", + "mappedName": "#2;:H8cb,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#2:1;:H1005,V", + "persistentId": "Pad20:mapped:#2;:H8cb,V", "stageId": "Pad20" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1v1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v11;SKT", + "persistentId": "Sketch20:mapped:g1v1;SKT", "stageId": "Sketch20" } ] @@ -112546,12 +153992,12 @@ { "indexedName": "Vertex2", "indexedStringIds": [ - 46 + 75 ], "kind": "vertex", - "mappedName": "#2e:1;:H1006,V", + "mappedName": "#4b:1;:H8cc,V", "mappedStringIds": [ - 46 + 75 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112559,9 +154005,9 @@ "index": 2, "type": "Vertex" }, - "name": "#2e:1;:H1006,V", + "name": "#4b:1;:H8cc,V", "stringIds": [ - 46 + 75 ] }, "relation": "preserved", @@ -112569,15 +154015,15 @@ "resultPersistentId": "Pocket20:vertex:1", "sourceRefs": [ { - "mappedName": "#18:1;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U;XTR;:H8cb:7,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#18:1;:U;XTR;:H1005:7,V", + "persistentId": "Pad20:mapped:#36:1;:U;XTR;:H8cb:7,V", "stageId": "Pad20" }, { - "mappedName": "g1v11;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v11;SKT", + "persistentId": "Sketch20:mapped:g1;SKT", "stageId": "Sketch20" } ] @@ -112585,12 +154031,12 @@ { "indexedName": "Vertex3", "indexedStringIds": [ - 16 + 67 ], "kind": "vertex", - "mappedName": "#10:2;:H1006,V", + "mappedName": "#43;:H8cc,V", "mappedStringIds": [ - 16 + 67 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112598,9 +154044,9 @@ "index": 3, "type": "Vertex" }, - "name": "#10:2;:H1006,V", + "name": "#43;:H8cc,V", "stringIds": [ - 16 + 67 ] }, "relation": "preserved", @@ -112608,15 +154054,15 @@ "resultPersistentId": "Pocket20:vertex:2", "sourceRefs": [ { - "mappedName": "#4:2;:H1005,V", + "mappedName": "#4;:H8cb,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#4:2;:H1005,V", + "persistentId": "Pad20:mapped:#4;:H8cb,V", "stageId": "Pad20" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v22;SKT", + "persistentId": "Sketch20:mapped:g1v2;SKT", "stageId": "Sketch20" } ] @@ -112624,12 +154070,12 @@ { "indexedName": "Vertex4", "indexedStringIds": [ - 48 + 78 ], "kind": "vertex", - "mappedName": "#30:2;:H1006,V", + "mappedName": "#4e:1;:H8cc,V", "mappedStringIds": [ - 48 + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112637,9 +154083,9 @@ "index": 4, "type": "Vertex" }, - "name": "#30:2;:H1006,V", + "name": "#4e:1;:H8cc,V", "stringIds": [ - 48 + 78 ] }, "relation": "preserved", @@ -112647,15 +154093,15 @@ "resultPersistentId": "Pocket20:vertex:3", "sourceRefs": [ { - "mappedName": "#19:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:1;:U2;XTR;:H8cb:8,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#19:2;:U;XTR;:H1005:7,V", + "persistentId": "Pad20:mapped:#36:1;:U2;XTR;:H8cb:8,V", "stageId": "Pad20" }, { - "mappedName": "g1v22;SKT", + "mappedName": "g1;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g1v22;SKT", + "persistentId": "Sketch20:mapped:g1;SKT", "stageId": "Sketch20" } ] @@ -112663,12 +154109,12 @@ { "indexedName": "Vertex5", "indexedStringIds": [ - 18 + 69 ], "kind": "vertex", - "mappedName": "#12:2;:H1006,V", + "mappedName": "#45;:H8cc,V", "mappedStringIds": [ - 18 + 69 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112676,9 +154122,9 @@ "index": 5, "type": "Vertex" }, - "name": "#12:2;:H1006,V", + "name": "#45;:H8cc,V", "stringIds": [ - 18 + 69 ] }, "relation": "preserved", @@ -112686,15 +154132,15 @@ "resultPersistentId": "Pocket20:vertex:4", "sourceRefs": [ { - "mappedName": "#8:2;:H1005,V", + "mappedName": "#8;:H8cb,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#8:2;:H1005,V", + "persistentId": "Pad20:mapped:#8;:H8cb,V", "stageId": "Pad20" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g3v22;SKT", + "persistentId": "Sketch20:mapped:g3v2;SKT", "stageId": "Sketch20" } ] @@ -112702,12 +154148,20 @@ { "indexedName": "Vertex6", "indexedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ], "kind": "vertex", - "mappedName": "#34:2;:H1006,V", + "mappedName": "#4e:3;:H8cc,V", "mappedStringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112715,9 +154169,13 @@ "index": 6, "type": "Vertex" }, - "name": "#34:2;:H1006,V", + "name": "#4e:3;:H8cc,V", "stringIds": [ - 52 + 11, + 13, + 22, + 54, + 78 ] }, "relation": "preserved", @@ -112725,15 +154183,15 @@ "resultPersistentId": "Pocket20:vertex:5", "sourceRefs": [ { - "mappedName": "#1b:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:3;:U2;XTR;:H8cb:8,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#1b:2;:U;XTR;:H1005:7,V", + "persistentId": "Pad20:mapped:#36:3;:U2;XTR;:H8cb:8,V", "stageId": "Pad20" }, { - "mappedName": "g3v22;SKT", + "mappedName": "g3;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g3v22;SKT", + "persistentId": "Sketch20:mapped:g3;SKT", "stageId": "Sketch20" } ] @@ -112741,12 +154199,12 @@ { "indexedName": "Vertex7", "indexedStringIds": [ - 17 + 68 ], "kind": "vertex", - "mappedName": "#11:2;:H1006,V", + "mappedName": "#44;:H8cc,V", "mappedStringIds": [ - 17 + 68 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112754,9 +154212,9 @@ "index": 7, "type": "Vertex" }, - "name": "#11:2;:H1006,V", + "name": "#44;:H8cc,V", "stringIds": [ - 17 + 68 ] }, "relation": "preserved", @@ -112764,15 +154222,15 @@ "resultPersistentId": "Pocket20:vertex:6", "sourceRefs": [ { - "mappedName": "#6:2;:H1005,V", + "mappedName": "#6;:H8cb,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#6:2;:H1005,V", + "persistentId": "Pad20:mapped:#6;:H8cb,V", "stageId": "Pad20" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2v2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g2v22;SKT", + "persistentId": "Sketch20:mapped:g2v2;SKT", "stageId": "Sketch20" } ] @@ -112780,12 +154238,20 @@ { "indexedName": "Vertex8", "indexedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ], "kind": "vertex", - "mappedName": "#32:2;:H1006,V", + "mappedName": "#4e:2;:H8cc,V", "mappedStringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112793,9 +154259,13 @@ "index": 8, "type": "Vertex" }, - "name": "#32:2;:H1006,V", + "name": "#4e:2;:H8cc,V", "stringIds": [ - 50 + 11, + 13, + 22, + 54, + 78 ] }, "relation": "preserved", @@ -112803,15 +154273,15 @@ "resultPersistentId": "Pocket20:vertex:7", "sourceRefs": [ { - "mappedName": "#1a:2;:U;XTR;:H1005:7,V", + "mappedName": "#36:2;:U2;XTR;:H8cb:8,V", "objectId": "Pad20", - "persistentId": "Pad20:mapped:#1a:2;:U;XTR;:H1005:7,V", + "persistentId": "Pad20:mapped:#36:2;:U2;XTR;:H8cb:8,V", "stageId": "Pad20" }, { - "mappedName": "g2v22;SKT", + "mappedName": "g2;SKT", "objectId": "Sketch20", - "persistentId": "Sketch20:mapped:g2v22;SKT", + "persistentId": "Sketch20:mapped:g2;SKT", "stageId": "Sketch20" } ] @@ -112822,7 +154292,7 @@ 31 ], "kind": "vertex", - "mappedName": "#1f;:M;CUT;:H-1008:7,V", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V", "mappedStringIds": [ 31 ], @@ -112832,7 +154302,7 @@ "index": 9, "type": "Vertex" }, - "name": "#1f;:M;CUT;:H-1008:7,V", + "name": "#1f;:M;CUT;:H-8ce:7,V", "stringIds": [ 31 ] @@ -112855,7 +154325,7 @@ 32 ], "kind": "vertex", - "mappedName": "#20;:M;CUT;:H-1008:7,V", + "mappedName": "#20;:M;CUT;:H-8ce:7,V", "mappedStringIds": [ 32 ], @@ -112865,7 +154335,7 @@ "index": 10, "type": "Vertex" }, - "name": "#20;:M;CUT;:H-1008:7,V", + "name": "#20;:M;CUT;:H-8ce:7,V", "stringIds": [ 32 ] @@ -112888,7 +154358,7 @@ 33 ], "kind": "vertex", - "mappedName": "#21;:M;CUT;:H-1008:7,V", + "mappedName": "#21;:M;CUT;:H-8ce:7,V", "mappedStringIds": [ 33 ], @@ -112898,7 +154368,7 @@ "index": 11, "type": "Vertex" }, - "name": "#21;:M;CUT;:H-1008:7,V", + "name": "#21;:M;CUT;:H-8ce:7,V", "stringIds": [ 33 ] @@ -112921,7 +154391,7 @@ 34 ], "kind": "vertex", - "mappedName": "#22;:M;CUT;:H-1008:7,V", + "mappedName": "#22;:M;CUT;:H-8ce:7,V", "mappedStringIds": [ 34 ], @@ -112931,7 +154401,7 @@ "index": 12, "type": "Vertex" }, - "name": "#22;:M;CUT;:H-1008:7,V", + "name": "#22;:M;CUT;:H-8ce:7,V", "stringIds": [ 34 ] @@ -112951,12 +154421,12 @@ { "indexedName": "Vertex13", "indexedStringIds": [ - 56 + 86 ], "kind": "vertex", - "mappedName": "#38:2;:H-1008,V", + "mappedName": "#56;:H-8ce,V", "mappedStringIds": [ - 56 + 86 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112964,9 +154434,9 @@ "index": 13, "type": "Vertex" }, - "name": "#38:2;:H-1008,V", + "name": "#56;:H-8ce,V", "stringIds": [ - 56 + 86 ] }, "relation": "preserved", @@ -112974,9 +154444,9 @@ "resultPersistentId": "Pocket20:vertex:12", "sourceRefs": [ { - "mappedName": "g3v2;SKT", + "mappedName": "g1v1;SKT", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:g3v2;SKT", + "persistentId": "PocketSketch20:mapped:g1v1;SKT", "stageId": "PocketSketch20" } ] @@ -112984,12 +154454,12 @@ { "indexedName": "Vertex14", "indexedStringIds": [ - 57 + 97 ], "kind": "vertex", - "mappedName": "#39:4;:H-1008,V", + "mappedName": "#61:2f;:H-8ce,V", "mappedStringIds": [ - 57 + 97 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -112997,9 +154467,9 @@ "index": 14, "type": "Vertex" }, - "name": "#39:4;:H-1008,V", + "name": "#61:2f;:H-8ce,V", "stringIds": [ - 57 + 97 ] }, "relation": "preserved", @@ -113007,9 +154477,9 @@ "resultPersistentId": "Pocket20:vertex:13", "sourceRefs": [ { - "mappedName": "#44", + "mappedName": "#4747", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#44", + "persistentId": "PocketSketch20:mapped:#4747", "stageId": "PocketSketch20" } ] @@ -113017,12 +154487,12 @@ { "indexedName": "Vertex15", "indexedStringIds": [ - 58 + 98 ], "kind": "vertex", - "mappedName": "#3a:6;:H-1008,V", + "mappedName": "#62:30;:H-8ce,V", "mappedStringIds": [ - 58 + 98 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -113030,9 +154500,9 @@ "index": 15, "type": "Vertex" }, - "name": "#3a:6;:H-1008,V", + "name": "#62:30;:H-8ce,V", "stringIds": [ - 58 + 98 ] }, "relation": "preserved", @@ -113040,9 +154510,9 @@ "resultPersistentId": "Pocket20:vertex:14", "sourceRefs": [ { - "mappedName": "#66", + "mappedName": "#4848", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#66", + "persistentId": "PocketSketch20:mapped:#4848", "stageId": "PocketSketch20" } ] @@ -113050,12 +154520,12 @@ { "indexedName": "Vertex16", "indexedStringIds": [ - 59 + 99 ], "kind": "vertex", - "mappedName": "#3b:8;:H-1008,V", + "mappedName": "#63:31;:H-8ce,V", "mappedStringIds": [ - 59 + 99 ], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -113063,9 +154533,9 @@ "index": 16, "type": "Vertex" }, - "name": "#3b:8;:H-1008,V", + "name": "#63:31;:H-8ce,V", "stringIds": [ - 59 + 99 ] }, "relation": "preserved", @@ -113073,9 +154543,9 @@ "resultPersistentId": "Pocket20:vertex:15", "sourceRefs": [ { - "mappedName": "#88", + "mappedName": "#4949", "objectId": "PocketSketch20", - "persistentId": "PocketSketch20:mapped:#88", + "persistentId": "PocketSketch20:mapped:#4949", "stageId": "PocketSketch20" } ] @@ -113090,11 +154560,1007 @@ "stageId": "Pocket20", "status": "native-evidence" }, + "relationDigest": "da1a0a03b51a789ae779f02be6a5b1baffdca80673909b1b02e1a85963556cdc", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "#16:1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;:G;XTR;:H#:7,F", + "sourceElement": "#d:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "#16:4;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [ + "#b:4;:H#,E" + ], + "mappedName": "#d:4;:G;XTR;:H#:7,F", + "sourceElement": "#d:4", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "#16:2;:H#,F", + "relation": "preserved", + "resultName": "Face3", + "sources": [ + { + "children": [ + "#b:2;:H#,E" + ], + "mappedName": "#d:2;:G;XTR;:H#:7,F", + "sourceElement": "#d:2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "#14:1;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [ + "#b:1;:H#,E" + ], + "mappedName": "#d:1;FAC;:H#:4,F", + "sourceElement": "#d:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "#41:1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;FAC;:H#:4,F" + ], + "mappedName": "#14:1;:G0;XTR;:H#:8,F", + "sourceElement": "#14:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "#16:3;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [ + "#b:3;:H#,E" + ], + "mappedName": "#d:3;:G;XTR;:H#:7,F", + "sourceElement": "#d:3", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "#26:1;:M;CUT;:H-8ce:7,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "#26:2;:M;CUT;:H-8ce:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "#26:3;:M;CUT;:H-8ce:7,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "#26:4;:M;CUT;:H-8ce:7,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "#3f:1;:H-8ce,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "#5d:2a;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "#4242;:G;XTR;:H#:7,E", + "sourceElement": "#4242", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4242", + "sourceElement": "#4242", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "#5e:2b;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "#4343;:G;XTR;:H#:7,E", + "sourceElement": "#4343", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4343", + "sourceElement": "#4343", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "#d:1;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "#b:1;:H#,E", + "sourceElement": "#b:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "#36:1;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [ + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:1;:U;XTR;:H#:7,E", + "sourceElement": "#16:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "#60:2d;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "#4545;:G;XTR;:H#:7,E", + "sourceElement": "#4545", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4545", + "sourceElement": "#4545", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "#d:4;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "#b:4;:H#,E", + "sourceElement": "#b:4", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "#36:4;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [ + "#b:4;:H#,E", + "#d:4;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:4;:U;XTR;:H#:7,E", + "sourceElement": "#16:4", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "#5f:2c;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "#4444;:G;XTR;:H#:7,E", + "sourceElement": "#4444", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "#4444", + "sourceElement": "#4444", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "#d:2;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "#b:2;:H#,E", + "sourceElement": "#b:2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "#36:2;:H#,E", + "relation": "preserved", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:2;:U;XTR;:H#:7,E", + "sourceElement": "#16:2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "#d:3;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "#b:3;:H#,E", + "sourceElement": "#b:3", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "#36:3;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [ + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#16:3;:U;XTR;:H#:7,E", + "sourceElement": "#16:3", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "#1d:1;:M;CUT;:H-8ce:7,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "#1d:2;:M;CUT;:H-8ce:7,E", + "relation": "modified", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "#1d:3;:M;CUT;:H-8ce:7,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "#1d:4;:M;CUT;:H-8ce:7,E", + "relation": "modified", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "#46;:M;CUT;:H-8ce:7,E", + "relation": "modified", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "#47;:M;CUT;:H-8ce:7,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "#3d:1;:H-8ce,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "#48;:M;CUT;:H-8ce:7,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "#3d:2;:H-8ce,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "#49;:M;CUT;:H-8ce:7,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "#3d:3;:H-8ce,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "#3d:4;:H-8ce,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "g4;SKT", + "sourceElement": "g4;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "#42;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "#2;:H#,V", + "sourceElement": "#2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "#4b:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U;XTR;:H#:7,V", + "sourceElement": "#36:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "#43;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "#4;:H#,V", + "sourceElement": "#4", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "#4e:1;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [ + "#16:1;:U;XTR;:H#:7,E", + "#b:1;:H#,E", + "#d:1;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:1;:U2;XTR;:H#:8,V", + "sourceElement": "#36:1", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g1;SKT", + "sourceElement": "g1;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "#45;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "#8;:H#,V", + "sourceElement": "#8", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "#4e:3;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [ + "#16:3;:U;XTR;:H#:7,E", + "#b:3;:H#,E", + "#d:3;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:3;:U2;XTR;:H#:8,V", + "sourceElement": "#36:3", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g3;SKT", + "sourceElement": "g3;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "#44;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "#6;:H#,V", + "sourceElement": "#6", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "#4e:2;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "#16:2;:U;XTR;:H#:7,E", + "#b:2;:H#,E", + "#d:2;:G;XTR;:H#:7,F" + ], + "mappedName": "#36:2;:U2;XTR;:H#:8,V", + "sourceElement": "#36:2", + "sourceObject": "Pad20", + "sourceTypeId": "PartDesign::Pad" + }, + { + "children": [], + "mappedName": "g2;SKT", + "sourceElement": "g2;SKT", + "sourceObject": "Sketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "#1f;:M;CUT;:H-8ce:7,V", + "relation": "modified", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "#20;:M;CUT;:H-8ce:7,V", + "relation": "modified", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "g1v2;SKT", + "sourceElement": "g1v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "#21;:M;CUT;:H-8ce:7,V", + "relation": "modified", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "g2v2;SKT", + "sourceElement": "g2v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "#22;:M;CUT;:H-8ce:7,V", + "relation": "modified", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "g3v2;SKT", + "sourceElement": "g3v2;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "#56;:H-8ce,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "g1v1;SKT", + "sourceElement": "g1v1;SKT", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "#61:2f;:H-8ce,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "#4747", + "sourceElement": "#4747", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "#62:30;:H-8ce,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "#4848", + "sourceElement": "#4848", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "#63:31;:H-8ce,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "#4949", + "sourceElement": "#4949", + "sourceObject": "PocketSketch20", + "sourceTypeId": "Sketcher::SketchObject" + } + ] + } + ], + "semanticNameDigest": "8bed43e2124b82ff3c3548f3be6941b288ce2684ecda993a83b640e36dfc45de", "shape": { + "area": 131.2, + "brepSha256": "e591808d00595503ea59070982d0f6a6175f10260c69d2942b0ca3a4dd0f80cf", "edges": 24, "faces": 11, + "geometryDigest": "ffd3a0bf0794831dd695efdf16c135abf39bfbf5471e51af2325bcd2a2b45adc", "solids": 1, "valid": true, + "vertices": 16, "volume": 72.31999999999998 }, "typeId": "PartDesign::Pocket" @@ -113102,23 +155568,364 @@ ], "status": "pass", "stringHasherResource": { - "sha256": "e05bfb43451207cfe532ca3813c5520ac6739c4acbdc61575dde0953e7af1837", - "text": "StringTableStart v1 65\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H1005,E\n-1.4c.1.2\n-1.0 0:;:H1005,V\n-1.4c.1.d\n-1.4c.0.2\n-1.4c.0.2\n-1.4c.0.2\n-1.0 0:;FAC;:H1005:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H1005:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H1005:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.0 0:;:H1007,E\n-1.4c.1.12\n-1.0 0:;:H1007,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:H1007:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H1007:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H1007:7,E\n-1.4c.1.9\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.-19.-1f\n-1.0 0:;:U;XTR;:H1005:7,V\n-1.4c.1.16\n-1.4c.-1f.-13\n-1.4c.1f.14\n-1.4c.-1f.-12\n-1.4c.1f.13\n-1.4c.-1f.-11\n-1.4c.1f.12\n-1.0 0:;:U;XTR;:H1005:7,E\n-1.4c.1.20\n-1.0 0:;:U;XTR;:H1007:7,V\n-1.4c.1.10\n-1.4c.0.1\n-1.4c.0.1\n-1.4c.0.1\n-1.0 0:;:U;XTR;:H1007:7,E\n-1.4c.1.17\n-1.0 0:;:G0;XTR;:H1007:8,F\n-1.4c.1.1b\n-1.0 0:;:G0;XTR;:H1005:8,F\n-1.4c.1.2d\n" + "sha256": "0f5b8f4d7bf52b0b4da121aed687d39d8d47ee7388bec51de4d4952feaa71161", + "text": "StringTableStart v1 64\n-1.0 0:;SKT\n-1.c.1 g1v1\n-1.c.0 g4v2\n-1.c.0 g1v2\n-1.c.0 g2v1\n-1.c.0 g2v2\n-1.c.0 g3v1\n-1.c.0 g3v2\n-1.c.0 g4v1\n-1.0 0:g\n-1.1c.a.1\n-1.0 0:;:H8cb,E\n-1.4c.1.2\n-1.0 0:;:H8cb,V\n-5.0 0:;FAC;:H8cb:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H8cb:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H8cb:7,E\n-5.0 0:;:H8cd,E\n-1.4c.1.12\n-1.0 0:;:H8cd,V\n-1.2c.1.1d\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.0 0:;FAC;:H8cd:4,F\n-1.4c.1.7\n-1.0 0:;:G;XTR;:H8cd:7,F\n-1.4c.1.9\n-1.0 0:;:G;XTR;:H8cd:7,E\n-6.0 0:;:U;XTR;:H8cb:7,V\n-8.0 0:;:U;XTR;:H8cb:7,E\n-1.4c.1.20\n-1.0 0:;:U;XTR;:H8cd:7,V\n-5.0 0:;:U;XTR;:H8cd:7,E\n-1.4c.1.17\n-1.0 0:;:G0;XTR;:H8cd:8,F\n-1.4c.1.1b\n-1.0 0:;:G0;XTR;:H8cb:8,F\n-1.4c.1.2d\n-1.2c.-32.-12\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.0.2\n-1.2c.19.17\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.-19.-1f\n-1.4c.1f.33\n-1.2c.-1f.-31\n-1.0 0:;:U2;XTR;:H8cb:8,V\n-1.4c.1.18\n-1.2c.-3f.-2f\n-1.2c.0.2\n-6.2c.29.3d\n-7.2c.-20.-4\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.0.1\n-1.2c.20.2\n-1.2c.0.1\n-1.2c.0.1\n" } }, { + "category": "composite-boolean", "elementMapResources": { "CompositeCut21.Shape.Map.txt": { - "sha256": "4c3ed917c3c00fd2b434cd1ffcdcc597dee2ad9d496347e6640df6fc266c95c4", - "text": "BeginElementMap v1\n2 PostfixCount 21\nEdge\nFace\nVertex\n;:Ha7d,E;:Ha7f,E\n;:Ha80,E\n;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V;:Ha7f,V\n;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V;:Ha7f,V\n;:M2;FUS;:Ha7e:8,E;:Ha7f,E\n;:M;FUS;:Ha7e:7,E;:Ha7f,E\n;:Ha7e,E;:Ha7f,E\n;:Ha7d,F;:Ha7f,F\n;:Ha80,F\n;:M2;FUS;:Ha7e:8,F;:Ha7f,F\n;:M;FUS;:Ha7e:7,F;:Ha7f,F\n;:Ha7e,F;:Ha7f,F\n;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E\n;:M;FUS;:Ha7d:7,F;:Ha7f,F\n;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E\n;:Ha7d,V;:Ha7f,V\n;:Ha7e,V;:Ha7f,V\n;:Ha80,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 31\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.12 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.10 0\n:1.1.8 0\n:1.3.a 0\n:1.2.a 0\n:1.1.9 0\n:1.1.5 0\n:1.2.5 0\n:1.3.5 0\n:1.4.5 0\n:1.9.5 0\n:1.5.5 0\n:1.a.5 0\n:1.c.5 0\n:1.6.5 0\n:1.b.5 0\n:1.7.5 0\n:1.8.5 0\n\nFace\n\nChildCount 0\n\nNameCount 17\n0\n:2.1.b 0\n:2.3.b 0\n:2.6.11 0\n:2.4.b 0\n:2.5.11 0\n:2.2.b 0\n:2.1.d 0\n:2.1.e 0\n:2.3.f 0\n:2.2.f 0\n:2.1.c 0\n:2.3.c 0\n:2.6.c 0\n:2.4.c 0\n:2.5.c 0\n:2.2.c 0\n\nVertex\n\nChildCount 0\n\nNameCount 21\n0\n:3.1.13 0\n:3.2.13 0\n:3.3.13 0\n:3.4.13 0\n:3.6.13 0\n:3.5.13 0\n:3.7.13 0\n:1.1.7 0\n:3.8.13 0\n:1.1.6 0\n:3.2.14 0\n:3.1.14 0\n:3.1.15 0\n:3.2.15 0\n:3.3.15 0\n:3.4.15 0\n:3.6.15 0\n:3.5.15 0\n:3.7.15 0\n:3.8.15 0\n\nEndMap\n" + "sha256": "c1e3a3b76cddbc41f3133df42b42d990292744e2db28b75aa7d6503141b02717", + "text": "BeginElementMap v1\n2 PostfixCount 21\nEdge\nFace\nVertex\n;:H10ad,E;:H10af,E\n;:H10b0,E\n;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V;:H10af,V\n;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V;:H10af,V\n;:M2;FUS;:H10ae:8,E;:H10af,E\n;:M;FUS;:H10ae:7,E;:H10af,E\n;:H10ae,E;:H10af,E\n;:H10ad,F;:H10af,F\n;:H10b0,F\n;:M2;FUS;:H10ae:8,F;:H10af,F\n;:M;FUS;:H10ae:7,F;:H10af,F\n;:H10ae,F;:H10af,F\n;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E\n;:M;FUS;:H10ad:7,F;:H10af,F\n;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E\n;:H10ad,V;:H10af,V\n;:H10ae,V;:H10af,V\n;:H10b0,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 31\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.12 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.10 0\n:1.1.8 0\n:1.3.a 0\n:1.2.a 0\n:1.1.9 0\n:1.1.5 0\n:1.2.5 0\n:1.3.5 0\n:1.4.5 0\n:1.9.5 0\n:1.5.5 0\n:1.a.5 0\n:1.c.5 0\n:1.6.5 0\n:1.b.5 0\n:1.7.5 0\n:1.8.5 0\n\nFace\n\nChildCount 0\n\nNameCount 17\n0\n:2.1.b 0\n:2.3.b 0\n:2.6.11 0\n:2.4.b 0\n:2.5.11 0\n:2.2.b 0\n:2.1.d 0\n:2.1.e 0\n:2.3.f 0\n:2.2.f 0\n:2.1.c 0\n:2.3.c 0\n:2.6.c 0\n:2.4.c 0\n:2.5.c 0\n:2.2.c 0\n\nVertex\n\nChildCount 0\n\nNameCount 21\n0\n:3.1.13 0\n:3.2.13 0\n:3.3.13 0\n:3.4.13 0\n:3.6.13 0\n:3.5.13 0\n:3.7.13 0\n:1.1.7 0\n:3.8.13 0\n:1.1.6 0\n:3.2.14 0\n:3.1.14 0\n:3.1.15 0\n:3.2.15 0\n:3.3.15 0\n:3.4.15 0\n:3.6.15 0\n:3.5.15 0\n:3.7.15 0\n:3.8.15 0\n\nEndMap\n" }, "Fuse21.Shape.Map.txt": { - "sha256": "11a5ce22bf4568e5279aca1092cfeb09bf6ab77fd519b9e78b65a3cb2cbb6cc3", - "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:Ha7d,E\n;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V\n;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V\n;:M2;FUS;:Ha7e:8,E\n;:M;FUS;:Ha7e:7,E\n;:Ha7e,E\n;:Ha7d,F\n;:M2;FUS;:Ha7e:8,F\n;:M;FUS;:Ha7e:7,F\n;:Ha7e,F\n;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E\n;:M;FUS;:Ha7d:7,F\n;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E\n;:Ha7d,V\n;:Ha7e,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 19\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.10 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.e 0\n:1.1.7 0\n:1.3.9 0\n:1.2.9 0\n:1.1.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n:2.1.a 0\n:2.3.a 0\n:2.6.f 0\n:2.4.a 0\n:2.5.f 0\n:2.2.a 0\n:2.1.b 0\n:2.1.c 0\n:2.3.d 0\n:2.2.d 0\n\nVertex\n\nChildCount 0\n\nNameCount 13\n0\n:3.1.11 0\n:3.2.11 0\n:3.3.11 0\n:3.4.11 0\n:3.6.11 0\n:3.5.11 0\n:3.7.11 0\n:1.1.6 0\n:3.8.11 0\n:1.1.5 0\n:3.2.12 0\n:3.1.12 0\n\nEndMap\n" + "sha256": "ab0677e89a847ad75e99857a21f6ad098b6c2d88177bc392850319c07e3fed6e", + "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:H10ad,E\n;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V\n;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V\n;:M2;FUS;:H10ae:8,E\n;:M;FUS;:H10ae:7,E\n;:H10ae,E\n;:H10ad,F\n;:M2;FUS;:H10ae:8,F\n;:M;FUS;:H10ae:7,F\n;:H10ae,F\n;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E\n;:M;FUS;:H10ad:7,F\n;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E\n;:H10ad,V\n;:H10ae,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 19\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.10 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.e 0\n:1.1.7 0\n:1.3.9 0\n:1.2.9 0\n:1.1.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n:2.1.a 0\n:2.3.a 0\n:2.6.f 0\n:2.4.a 0\n:2.5.f 0\n:2.2.a 0\n:2.1.b 0\n:2.1.c 0\n:2.3.d 0\n:2.2.d 0\n\nVertex\n\nChildCount 0\n\nNameCount 13\n0\n:3.1.11 0\n:3.2.11 0\n:3.3.11 0\n:3.4.11 0\n:3.6.11 0\n:3.5.11 0\n:3.7.11 0\n:1.1.6 0\n:3.8.11 0\n:1.1.5 0\n:3.2.12 0\n:3.1.12 0\n\nEndMap\n" } }, "finalObject": "CompositeCut21", "id": "composite-01", + "mutation": { + "category": "composite-boolean", + "contract": { + "editorModes": [], + "finalObject": "CompositeCut21", + "finalStageOrdinal": 4, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Box21", + "targetStageOrdinal": 0, + "targetTypeId": "Part::Box" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 2, + 4 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 15, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 5 + }, + "phases": { + "before": [ + { + "key": "composite-01:000:Box21", + "name": "Box21", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-01:001:Cylinder21", + "name": "Cylinder21", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-01:002:Fuse21", + "name": "Fuse21", + "ordinal": 2, + "relationDigest": "b7048ea8f7a69323d0fcb7bab013a91d91244041251cfc526706e0738555c97c", + "semanticNameDigest": "24d8c54ee7bfa29609e3840c13ca5889c8c97f285b4645a7c1e9f6b55fe7fc04", + "shape": { + "area": 675.398223686155, + "brepSha256": "4571d16d76c35a0d6d81fe3f9fc9647cf5f1ef27c63edb94124d2a445a82864d", + "edges": 18, + "faces": 10, + "geometryDigest": "2b591f9ca38eb3184fd5d3c6172dd7981139472282c3270c191e4a208e14fd79", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1113.0973355292322 + }, + "typeId": "Part::Fuse" + }, + { + "key": "composite-01:003:SecondBox21", + "name": "SecondBox21", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-01:004:CompositeCut21", + "name": "CompositeCut21", + "ordinal": 4, + "relationDigest": "2b31d2cb3b00c9520451a9a61c70549c6acc8a916740018bfe4ab5cf1b1f95bc", + "semanticNameDigest": "9f7d4828bc4dc4631e2008d27c289fe2f148c067a9b185493af56727cb7af894", + "shape": { + "area": 771.398223686155, + "brepSha256": "9b6c98d376a372406af080e7a619291cf974f1f2ddc58e7253d5c1767a93c1b5", + "edges": 30, + "faces": 16, + "geometryDigest": "261142aeb887ab130dacfa050da591885b8930bfc95d7dc9744f9612e57e3c56", + "solids": 1, + "valid": true, + "vertices": 20, + "volume": 1049.097335529232 + }, + "typeId": "Part::Cut" + } + ], + "edited": [ + { + "key": "composite-01:000:Box21", + "name": "Box21", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 619.9999999999999, + "brepSha256": "b55ee261c224cd874d16f9bfa27d3db6992a9551513924019fd135240d6e9e35", + "edges": 12, + "faces": 6, + "geometryDigest": "ffba6c0203a0a7dff84c1b26dfe5c882601016487a2bc784d2c0709be5062a95", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 1050 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-01:001:Cylinder21", + "name": "Cylinder21", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-01:002:Fuse21", + "name": "Fuse21", + "ordinal": 2, + "relationDigest": "b7048ea8f7a69323d0fcb7bab013a91d91244041251cfc526706e0738555c97c", + "semanticNameDigest": "24d8c54ee7bfa29609e3840c13ca5889c8c97f285b4645a7c1e9f6b55fe7fc04", + "shape": { + "area": 695.398223686155, + "brepSha256": "1e78142d403fdb80c48175364f399c885d5c0e3974abbd31e5a94985315a3ffc", + "edges": 18, + "faces": 10, + "geometryDigest": "3d86d6dc5b711a4f2d154fac4b0f428b55a3f8653efe9e34c8848cfaa8c1d584", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1163.0973355292324 + }, + "typeId": "Part::Fuse" + }, + { + "key": "composite-01:003:SecondBox21", + "name": "SecondBox21", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-01:004:CompositeCut21", + "name": "CompositeCut21", + "ordinal": 4, + "relationDigest": "2b31d2cb3b00c9520451a9a61c70549c6acc8a916740018bfe4ab5cf1b1f95bc", + "semanticNameDigest": "9f7d4828bc4dc4631e2008d27c289fe2f148c067a9b185493af56727cb7af894", + "shape": { + "area": 791.398223686155, + "brepSha256": "27172176d89273991a88764c0a085136123425487a8af1a9a7d28122eefd20a4", + "edges": 30, + "faces": 16, + "geometryDigest": "227c1d03212e059b3ec170c338a780102a7cc1ae3f8047e0f1277106c7b75a84", + "solids": 1, + "valid": true, + "vertices": 20, + "volume": 1099.097335529232 + }, + "typeId": "Part::Cut" + } + ], + "restored": [ + { + "key": "composite-01:000:Box21", + "name": "Box21", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-01:001:Cylinder21", + "name": "Cylinder21", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-01:002:Fuse21", + "name": "Fuse21", + "ordinal": 2, + "relationDigest": "b7048ea8f7a69323d0fcb7bab013a91d91244041251cfc526706e0738555c97c", + "semanticNameDigest": "24d8c54ee7bfa29609e3840c13ca5889c8c97f285b4645a7c1e9f6b55fe7fc04", + "shape": { + "area": 675.398223686155, + "brepSha256": "4571d16d76c35a0d6d81fe3f9fc9647cf5f1ef27c63edb94124d2a445a82864d", + "edges": 18, + "faces": 10, + "geometryDigest": "2b591f9ca38eb3184fd5d3c6172dd7981139472282c3270c191e4a208e14fd79", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1113.0973355292322 + }, + "typeId": "Part::Fuse" + }, + { + "key": "composite-01:003:SecondBox21", + "name": "SecondBox21", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-01:004:CompositeCut21", + "name": "CompositeCut21", + "ordinal": 4, + "relationDigest": "2b31d2cb3b00c9520451a9a61c70549c6acc8a916740018bfe4ab5cf1b1f95bc", + "semanticNameDigest": "9f7d4828bc4dc4631e2008d27c289fe2f148c067a9b185493af56727cb7af894", + "shape": { + "area": 771.398223686155, + "brepSha256": "9b6c98d376a372406af080e7a619291cf974f1f2ddc58e7253d5c1767a93c1b5", + "edges": 30, + "faces": 16, + "geometryDigest": "261142aeb887ab130dacfa050da591885b8930bfc95d7dc9744f9612e57e3c56", + "solids": 1, + "valid": true, + "vertices": 20, + "volume": 1049.097335529232 + }, + "typeId": "Part::Cut" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 10, + "edited": 10.5, + "restored": 10 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -113126,6 +155933,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box21", + "linkedObjects": [], "name": "Box21", "names": [ { @@ -114056,11 +156864,201 @@ "stageId": "Box21", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -114070,6 +157068,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder21", + "linkedObjects": [], "name": "Cylinder21", "names": [ { @@ -114370,11 +157369,75 @@ "stageId": "Cylinder21", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", "edges": 3, "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", "solids": 1, "valid": true, + "vertices": 2, "volume": 395.84067435231395 }, "typeId": "Part::Cylinder" @@ -114386,13 +157449,17 @@ "elementMapSize": 40, "elementMapVersion": "15.70200.5", "label": "Fuse21", + "linkedObjects": [ + "Box21", + "Cylinder21" + ], "name": "Fuse21", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:Ha7d,F", + "mappedName": "Face1;:H10ad,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114405,7 +157472,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:Ha7d,F", + "mappedName": "Face1;:H10ad,F", "mappedStringIds": [], "name": "Face1" }, @@ -114413,7 +157480,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:Ha7d,F", + "mappedName": "Face3;:H10ad,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114426,7 +157493,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:Ha7d,F", + "mappedName": "Face3;:H10ad,F", "mappedStringIds": [], "name": "Face2" }, @@ -114434,7 +157501,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FUS;:Ha7d:7,F", + "mappedName": "Face6;:M;FUS;:H10ad:7,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114447,7 +157514,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;FUS;:Ha7d:7,F", + "mappedName": "Face6;:M;FUS;:H10ad:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -114455,7 +157522,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:Ha7d,F", + "mappedName": "Face4;:H10ad,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114468,7 +157535,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:Ha7d,F", + "mappedName": "Face4;:H10ad,F", "mappedStringIds": [], "name": "Face4" }, @@ -114476,7 +157543,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FUS;:Ha7d:7,F", + "mappedName": "Face5;:M;FUS;:H10ad:7,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114489,7 +157556,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FUS;:Ha7d:7,F", + "mappedName": "Face5;:M;FUS;:H10ad:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -114497,7 +157564,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:Ha7d,F", + "mappedName": "Face2;:H10ad,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114510,7 +157577,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:Ha7d,F", + "mappedName": "Face2;:H10ad,F", "mappedStringIds": [], "name": "Face6" }, @@ -114518,7 +157585,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:Ha7e:8,F", + "mappedName": "Face1;:M2;FUS;:H10ae:8,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114531,7 +157598,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:Ha7e:8,F", + "mappedName": "Face1;:M2;FUS;:H10ae:8,F", "mappedStringIds": [], "name": "Face7" }, @@ -114539,7 +157606,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;FUS;:Ha7e:7,F", + "mappedName": "Face1;:M;FUS;:H10ae:7,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114552,7 +157619,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face1;:M;FUS;:Ha7e:7,F", + "mappedName": "Face1;:M;FUS;:H10ae:7,F", "mappedStringIds": [], "name": "Face8" }, @@ -114560,7 +157627,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:Ha7e,F", + "mappedName": "Face3;:H10ae,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114573,7 +157640,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face3;:Ha7e,F", + "mappedName": "Face3;:H10ae,F", "mappedStringIds": [], "name": "Face9" }, @@ -114581,7 +157648,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:Ha7e,F", + "mappedName": "Face2;:H10ae,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114594,7 +157661,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face2;:Ha7e,F", + "mappedName": "Face2;:H10ae,F", "mappedStringIds": [], "name": "Face10" }, @@ -114602,7 +157669,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:Ha7d,E", + "mappedName": "Edge1;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114615,7 +157682,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:Ha7d,E", + "mappedName": "Edge1;:H10ad,E", "mappedStringIds": [], "name": "Edge1" }, @@ -114623,7 +157690,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:Ha7d,E", + "mappedName": "Edge2;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114636,7 +157703,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:Ha7d,E", + "mappedName": "Edge2;:H10ad,E", "mappedStringIds": [], "name": "Edge2" }, @@ -114644,7 +157711,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Ha7d,E", + "mappedName": "Edge3;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114657,7 +157724,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:Ha7d,E", + "mappedName": "Edge3;:H10ad,E", "mappedStringIds": [], "name": "Edge3" }, @@ -114665,7 +157732,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:Ha7d,E", + "mappedName": "Edge4;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114678,7 +157745,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:Ha7d,E", + "mappedName": "Edge4;:H10ad,E", "mappedStringIds": [], "name": "Edge4" }, @@ -114686,7 +157753,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:Ha7d,E", + "mappedName": "Edge9;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114699,7 +157766,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:Ha7d,E", + "mappedName": "Edge9;:H10ad,E", "mappedStringIds": [], "name": "Edge5" }, @@ -114707,7 +157774,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:Ha7d,E", + "mappedName": "Edge5;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114720,7 +157787,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:Ha7d,E", + "mappedName": "Edge5;:H10ad,E", "mappedStringIds": [], "name": "Edge6" }, @@ -114728,7 +157795,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:Ha7d,E", + "mappedName": "Edge10;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114741,7 +157808,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:Ha7d,E", + "mappedName": "Edge10;:H10ad,E", "mappedStringIds": [], "name": "Edge7" }, @@ -114749,7 +157816,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:Ha7d,E", + "mappedName": "Edge12;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114762,7 +157829,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:Ha7d,E", + "mappedName": "Edge12;:H10ad,E", "mappedStringIds": [], "name": "Edge8" }, @@ -114770,7 +157837,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:Ha7d,E", + "mappedName": "Edge6;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114783,7 +157850,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:Ha7d,E", + "mappedName": "Edge6;:H10ad,E", "mappedStringIds": [], "name": "Edge9" }, @@ -114791,20 +157858,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E", "object": "Fuse21", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F)", "object": "Box21", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E", "mappedStringIds": [], "name": "Edge10" }, @@ -114812,7 +157879,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:Ha7d,E", + "mappedName": "Edge11;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114825,7 +157892,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:Ha7d,E", + "mappedName": "Edge11;:H10ad,E", "mappedStringIds": [], "name": "Edge11" }, @@ -114833,7 +157900,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:Ha7d,E", + "mappedName": "Edge7;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114846,7 +157913,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:Ha7d,E", + "mappedName": "Edge7;:H10ad,E", "mappedStringIds": [], "name": "Edge12" }, @@ -114854,7 +157921,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:Ha7d,E", + "mappedName": "Edge8;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114867,7 +157934,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:Ha7d,E", + "mappedName": "Edge8;:H10ad,E", "mappedStringIds": [], "name": "Edge13" }, @@ -114875,20 +157942,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E", "object": "Fuse21", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F)", "object": "Box21", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E", "mappedStringIds": [], "name": "Edge14" }, @@ -114896,7 +157963,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M2;FUS;:Ha7e:8,E", + "mappedName": "Edge1;:M2;FUS;:H10ae:8,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114909,7 +157976,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M2;FUS;:Ha7e:8,E", + "mappedName": "Edge1;:M2;FUS;:H10ae:8,E", "mappedStringIds": [], "name": "Edge15" }, @@ -114917,7 +157984,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Ha7e,E", + "mappedName": "Edge3;:H10ae,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114930,7 +157997,7 @@ ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Edge3;:Ha7e,E", + "mappedName": "Edge3;:H10ae,E", "mappedStringIds": [], "name": "Edge16" }, @@ -114938,7 +158005,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:Ha7e,E", + "mappedName": "Edge2;:H10ae,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114951,7 +158018,7 @@ ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Edge2;:Ha7e,E", + "mappedName": "Edge2;:H10ae,E", "mappedStringIds": [], "name": "Edge17" }, @@ -114959,7 +158026,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;FUS;:Ha7e:7,E", + "mappedName": "Edge1;:M;FUS;:H10ae:7,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114972,7 +158039,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge1;:M;FUS;:Ha7e:7,E", + "mappedName": "Edge1;:M;FUS;:H10ae:7,E", "mappedStringIds": [], "name": "Edge18" }, @@ -114980,7 +158047,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Ha7d,V", + "mappedName": "Vertex1;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -114993,7 +158060,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:Ha7d,V", + "mappedName": "Vertex1;:H10ad,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -115001,7 +158068,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Ha7d,V", + "mappedName": "Vertex2;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -115014,7 +158081,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:Ha7d,V", + "mappedName": "Vertex2;:H10ad,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -115022,7 +158089,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:Ha7d,V", + "mappedName": "Vertex3;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -115035,7 +158102,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:Ha7d,V", + "mappedName": "Vertex3;:H10ad,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -115043,7 +158110,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:Ha7d,V", + "mappedName": "Vertex4;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -115056,7 +158123,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:Ha7d,V", + "mappedName": "Vertex4;:H10ad,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -115064,7 +158131,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:Ha7d,V", + "mappedName": "Vertex6;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -115077,7 +158144,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:Ha7d,V", + "mappedName": "Vertex6;:H10ad,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -115085,7 +158152,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:Ha7d,V", + "mappedName": "Vertex5;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -115098,7 +158165,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:Ha7d,V", + "mappedName": "Vertex5;:H10ad,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -115106,7 +158173,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:Ha7d,V", + "mappedName": "Vertex7;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -115119,7 +158186,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:Ha7d,V", + "mappedName": "Vertex7;:H10ad,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -115127,20 +158194,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V", "object": "Fuse21", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F)", "object": "Cylinder21", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -115148,7 +158215,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:Ha7d,V", + "mappedName": "Vertex8;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -115161,7 +158228,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:Ha7d,V", + "mappedName": "Vertex8;:H10ad,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -115169,20 +158236,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V", "object": "Fuse21", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F)", "object": "Cylinder21", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -115190,7 +158257,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Ha7e,V", + "mappedName": "Vertex2;:H10ae,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -115203,7 +158270,7 @@ ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Vertex2;:Ha7e,V", + "mappedName": "Vertex2;:H10ae,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -115211,7 +158278,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Ha7e,V", + "mappedName": "Vertex1;:H10ae,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -115224,7 +158291,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex1;:Ha7e,V", + "mappedName": "Vertex1;:H10ae,V", "mappedStringIds": [], "name": "Vertex12" } @@ -115240,7 +158307,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:Ha7d,F", + "mappedName": "Face1;:H10ad,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115248,7 +158315,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:Ha7d,F", + "name": "Face1;:H10ad,F", "stringIds": [] }, "relation": "preserved", @@ -115267,7 +158334,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:Ha7d,F", + "mappedName": "Face3;:H10ad,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115275,7 +158342,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:Ha7d,F", + "name": "Face3;:H10ad,F", "stringIds": [] }, "relation": "preserved", @@ -115294,7 +158361,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FUS;:Ha7d:7,F", + "mappedName": "Face6;:M;FUS;:H10ad:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115302,7 +158369,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;FUS;:Ha7d:7,F", + "name": "Face6;:M;FUS;:H10ad:7,F", "stringIds": [] }, "relation": "modified", @@ -115321,7 +158388,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:Ha7d,F", + "mappedName": "Face4;:H10ad,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115329,7 +158396,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:Ha7d,F", + "name": "Face4;:H10ad,F", "stringIds": [] }, "relation": "preserved", @@ -115348,7 +158415,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FUS;:Ha7d:7,F", + "mappedName": "Face5;:M;FUS;:H10ad:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115356,7 +158423,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FUS;:Ha7d:7,F", + "name": "Face5;:M;FUS;:H10ad:7,F", "stringIds": [] }, "relation": "modified", @@ -115375,7 +158442,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:Ha7d,F", + "mappedName": "Face2;:H10ad,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115383,7 +158450,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:Ha7d,F", + "name": "Face2;:H10ad,F", "stringIds": [] }, "relation": "preserved", @@ -115402,7 +158469,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:Ha7e:8,F", + "mappedName": "Face1;:M2;FUS;:H10ae:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115410,7 +158477,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M2;FUS;:Ha7e:8,F", + "name": "Face1;:M2;FUS;:H10ae:8,F", "stringIds": [] }, "relation": "modified", @@ -115429,7 +158496,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FUS;:Ha7e:7,F", + "mappedName": "Face1;:M;FUS;:H10ae:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115437,7 +158504,7 @@ "index": 8, "type": "Face" }, - "name": "Face1;:M;FUS;:Ha7e:7,F", + "name": "Face1;:M;FUS;:H10ae:7,F", "stringIds": [] }, "relation": "modified", @@ -115456,7 +158523,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:Ha7e,F", + "mappedName": "Face3;:H10ae,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115464,7 +158531,7 @@ "index": 9, "type": "Face" }, - "name": "Face3;:Ha7e,F", + "name": "Face3;:H10ae,F", "stringIds": [] }, "relation": "preserved", @@ -115483,7 +158550,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:Ha7e,F", + "mappedName": "Face2;:H10ae,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115491,7 +158558,7 @@ "index": 10, "type": "Face" }, - "name": "Face2;:Ha7e,F", + "name": "Face2;:H10ae,F", "stringIds": [] }, "relation": "preserved", @@ -115510,7 +158577,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:Ha7d,E", + "mappedName": "Edge1;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115518,7 +158585,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:Ha7d,E", + "name": "Edge1;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115537,7 +158604,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:Ha7d,E", + "mappedName": "Edge2;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115545,7 +158612,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:Ha7d,E", + "name": "Edge2;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115564,7 +158631,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Ha7d,E", + "mappedName": "Edge3;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115572,7 +158639,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:Ha7d,E", + "name": "Edge3;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115591,7 +158658,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:Ha7d,E", + "mappedName": "Edge4;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115599,7 +158666,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:Ha7d,E", + "name": "Edge4;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115618,7 +158685,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:Ha7d,E", + "mappedName": "Edge9;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115626,7 +158693,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:Ha7d,E", + "name": "Edge9;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115645,7 +158712,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:Ha7d,E", + "mappedName": "Edge5;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115653,7 +158720,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:Ha7d,E", + "name": "Edge5;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115672,7 +158739,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:Ha7d,E", + "mappedName": "Edge10;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115680,7 +158747,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:Ha7d,E", + "name": "Edge10;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115699,7 +158766,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:Ha7d,E", + "mappedName": "Edge12;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115707,7 +158774,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:Ha7d,E", + "name": "Edge12;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115726,7 +158793,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:Ha7d,E", + "mappedName": "Edge6;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115734,7 +158801,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:Ha7d,E", + "name": "Edge6;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115753,7 +158820,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115761,7 +158828,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "name": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E", "stringIds": [] }, "relation": "generated", @@ -115769,9 +158836,9 @@ "resultPersistentId": "Fuse21:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F)", "objectId": "Box21", - "persistentId": "Box21:mapped:Face6;:G2(Face1;K-2;:Ha7e:4,F)", + "persistentId": "Box21:mapped:Face6;:G2(Face1;K-2;:H10ae:4,F)", "stageId": "Box21" } ] @@ -115780,7 +158847,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:Ha7d,E", + "mappedName": "Edge11;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115788,7 +158855,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:Ha7d,E", + "name": "Edge11;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115807,7 +158874,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:Ha7d,E", + "mappedName": "Edge7;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115815,7 +158882,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:Ha7d,E", + "name": "Edge7;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115834,7 +158901,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:Ha7d,E", + "mappedName": "Edge8;:H10ad,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115842,7 +158909,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:Ha7d,E", + "name": "Edge8;:H10ad,E", "stringIds": [] }, "relation": "preserved", @@ -115861,7 +158928,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115869,7 +158936,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "name": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E", "stringIds": [] }, "relation": "generated", @@ -115877,9 +158944,9 @@ "resultPersistentId": "Fuse21:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F)", "objectId": "Box21", - "persistentId": "Box21:mapped:Face5;:G2(Face1;K-1;:Ha7e:4,F)", + "persistentId": "Box21:mapped:Face5;:G2(Face1;K-1;:H10ae:4,F)", "stageId": "Box21" } ] @@ -115888,7 +158955,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M2;FUS;:Ha7e:8,E", + "mappedName": "Edge1;:M2;FUS;:H10ae:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115896,7 +158963,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M2;FUS;:Ha7e:8,E", + "name": "Edge1;:M2;FUS;:H10ae:8,E", "stringIds": [] }, "relation": "modified", @@ -115915,7 +158982,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Ha7e,E", + "mappedName": "Edge3;:H10ae,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115923,7 +158990,7 @@ "index": 16, "type": "Edge" }, - "name": "Edge3;:Ha7e,E", + "name": "Edge3;:H10ae,E", "stringIds": [] }, "relation": "preserved", @@ -115942,7 +159009,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:Ha7e,E", + "mappedName": "Edge2;:H10ae,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115950,7 +159017,7 @@ "index": 17, "type": "Edge" }, - "name": "Edge2;:Ha7e,E", + "name": "Edge2;:H10ae,E", "stringIds": [] }, "relation": "preserved", @@ -115969,7 +159036,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;FUS;:Ha7e:7,E", + "mappedName": "Edge1;:M;FUS;:H10ae:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -115977,7 +159044,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge1;:M;FUS;:Ha7e:7,E", + "name": "Edge1;:M;FUS;:H10ae:7,E", "stringIds": [] }, "relation": "modified", @@ -115996,7 +159063,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Ha7d,V", + "mappedName": "Vertex1;:H10ad,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116004,7 +159071,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:Ha7d,V", + "name": "Vertex1;:H10ad,V", "stringIds": [] }, "relation": "preserved", @@ -116023,7 +159090,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Ha7d,V", + "mappedName": "Vertex2;:H10ad,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116031,7 +159098,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:Ha7d,V", + "name": "Vertex2;:H10ad,V", "stringIds": [] }, "relation": "preserved", @@ -116050,7 +159117,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:Ha7d,V", + "mappedName": "Vertex3;:H10ad,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116058,7 +159125,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:Ha7d,V", + "name": "Vertex3;:H10ad,V", "stringIds": [] }, "relation": "preserved", @@ -116077,7 +159144,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:Ha7d,V", + "mappedName": "Vertex4;:H10ad,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116085,7 +159152,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:Ha7d,V", + "name": "Vertex4;:H10ad,V", "stringIds": [] }, "relation": "preserved", @@ -116104,7 +159171,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:Ha7d,V", + "mappedName": "Vertex6;:H10ad,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116112,7 +159179,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:Ha7d,V", + "name": "Vertex6;:H10ad,V", "stringIds": [] }, "relation": "preserved", @@ -116131,7 +159198,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:Ha7d,V", + "mappedName": "Vertex5;:H10ad,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116139,7 +159206,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:Ha7d,V", + "name": "Vertex5;:H10ad,V", "stringIds": [] }, "relation": "preserved", @@ -116158,7 +159225,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:Ha7d,V", + "mappedName": "Vertex7;:H10ad,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116166,7 +159233,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:Ha7d,V", + "name": "Vertex7;:H10ad,V", "stringIds": [] }, "relation": "preserved", @@ -116185,7 +159252,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116193,7 +159260,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V", + "name": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V", "stringIds": [] }, "relation": "generated", @@ -116201,9 +159268,9 @@ "resultPersistentId": "Fuse21:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F)", "objectId": "Cylinder21", - "persistentId": "Cylinder21:mapped:Edge1;:G2(Face6;K-1;:Ha7d:4,F)", + "persistentId": "Cylinder21:mapped:Edge1;:G2(Face6;K-1;:H10ad:4,F)", "stageId": "Cylinder21" } ] @@ -116212,7 +159279,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:Ha7d,V", + "mappedName": "Vertex8;:H10ad,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116220,7 +159287,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:Ha7d,V", + "name": "Vertex8;:H10ad,V", "stringIds": [] }, "relation": "preserved", @@ -116239,7 +159306,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116247,7 +159314,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V", + "name": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V", "stringIds": [] }, "relation": "generated", @@ -116255,9 +159322,9 @@ "resultPersistentId": "Fuse21:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F)", "objectId": "Cylinder21", - "persistentId": "Cylinder21:mapped:Edge1;:G(Face5;K-1;:Ha7d:4,F)", + "persistentId": "Cylinder21:mapped:Edge1;:G(Face5;K-1;:H10ad:4,F)", "stageId": "Cylinder21" } ] @@ -116266,7 +159333,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Ha7e,V", + "mappedName": "Vertex2;:H10ae,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116274,7 +159341,7 @@ "index": 11, "type": "Vertex" }, - "name": "Vertex2;:Ha7e,V", + "name": "Vertex2;:H10ae,V", "stringIds": [] }, "relation": "preserved", @@ -116293,7 +159360,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Ha7e,V", + "mappedName": "Vertex1;:H10ae,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -116301,7 +159368,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex1;:Ha7e,V", + "name": "Vertex1;:H10ae,V", "stringIds": [] }, "relation": "preserved", @@ -116326,11 +159393,619 @@ "stageId": "Fuse21", "status": "native-evidence" }, + "relationDigest": "b7048ea8f7a69323d0fcb7bab013a91d91244041251cfc526706e0738555c97c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face1;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge1;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);FUS;:H#:1e,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "24d8c54ee7bfa29609e3840c13ca5889c8c97f285b4645a7c1e9f6b55fe7fc04", "shape": { + "area": 675.398223686155, + "brepSha256": "4571d16d76c35a0d6d81fe3f9fc9647cf5f1ef27c63edb94124d2a445a82864d", "edges": 18, "faces": 10, + "geometryDigest": "2b591f9ca38eb3184fd5d3c6172dd7981139472282c3270c191e4a208e14fd79", "solids": 1, "valid": true, + "vertices": 12, "volume": 1113.0973355292322 }, "typeId": "Part::Fuse" @@ -116340,6 +160015,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "SecondBox21", + "linkedObjects": [], "name": "SecondBox21", "names": [ { @@ -117270,11 +160946,201 @@ "stageId": "SecondBox21", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", "edges": 12, "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", "solids": 1, "valid": true, + "vertices": 8, "volume": 63.999999999999986 }, "typeId": "Part::Box" @@ -117286,19 +161152,23 @@ "elementMapSize": 66, "elementMapVersion": "15.70200.5", "label": "CompositeCut21", + "linkedObjects": [ + "Fuse21", + "SecondBox21" + ], "name": "CompositeCut21", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:Ha7d,F;:Ha7f,F", + "mappedName": "Face1;:H10ad,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:Ha7d,F", + "mappedName": "Face1;:H10ad,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117311,7 +161181,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:Ha7d,F;:Ha7f,F", + "mappedName": "Face1;:H10ad,F;:H10af,F", "mappedStringIds": [], "name": "Face1" }, @@ -117319,13 +161189,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:Ha7d,F;:Ha7f,F", + "mappedName": "Face3;:H10ad,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:Ha7d,F", + "mappedName": "Face3;:H10ad,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117338,7 +161208,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:Ha7d,F;:Ha7f,F", + "mappedName": "Face3;:H10ad,F;:H10af,F", "mappedStringIds": [], "name": "Face2" }, @@ -117346,13 +161216,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FUS;:Ha7d:7,F;:Ha7f,F", + "mappedName": "Face6;:M;FUS;:H10ad:7,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M;FUS;:Ha7d:7,F", + "mappedName": "Face6;:M;FUS;:H10ad:7,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117365,7 +161235,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;FUS;:Ha7d:7,F;:Ha7f,F", + "mappedName": "Face6;:M;FUS;:H10ad:7,F;:H10af,F", "mappedStringIds": [], "name": "Face3" }, @@ -117373,13 +161243,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:Ha7d,F;:Ha7f,F", + "mappedName": "Face4;:H10ad,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:Ha7d,F", + "mappedName": "Face4;:H10ad,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117392,7 +161262,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:Ha7d,F;:Ha7f,F", + "mappedName": "Face4;:H10ad,F;:H10af,F", "mappedStringIds": [], "name": "Face4" }, @@ -117400,13 +161270,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FUS;:Ha7d:7,F;:Ha7f,F", + "mappedName": "Face5;:M;FUS;:H10ad:7,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M;FUS;:Ha7d:7,F", + "mappedName": "Face5;:M;FUS;:H10ad:7,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117419,7 +161289,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FUS;:Ha7d:7,F;:Ha7f,F", + "mappedName": "Face5;:M;FUS;:H10ad:7,F;:H10af,F", "mappedStringIds": [], "name": "Face5" }, @@ -117427,13 +161297,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:Ha7d,F;:Ha7f,F", + "mappedName": "Face2;:H10ad,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:Ha7d,F", + "mappedName": "Face2;:H10ad,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117446,7 +161316,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:Ha7d,F;:Ha7f,F", + "mappedName": "Face2;:H10ad,F;:H10af,F", "mappedStringIds": [], "name": "Face6" }, @@ -117454,13 +161324,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:Ha7e:8,F;:Ha7f,F", + "mappedName": "Face1;:M2;FUS;:H10ae:8,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M2;FUS;:Ha7e:8,F", + "mappedName": "Face1;:M2;FUS;:H10ae:8,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117473,7 +161343,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:Ha7e:8,F;:Ha7f,F", + "mappedName": "Face1;:M2;FUS;:H10ae:8,F;:H10af,F", "mappedStringIds": [], "name": "Face7" }, @@ -117481,13 +161351,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;FUS;:Ha7e:7,F;:Ha7f,F", + "mappedName": "Face1;:M;FUS;:H10ae:7,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M;FUS;:Ha7e:7,F", + "mappedName": "Face1;:M;FUS;:H10ae:7,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117500,7 +161370,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face1;:M;FUS;:Ha7e:7,F;:Ha7f,F", + "mappedName": "Face1;:M;FUS;:H10ae:7,F;:H10af,F", "mappedStringIds": [], "name": "Face8" }, @@ -117508,13 +161378,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:Ha7e,F;:Ha7f,F", + "mappedName": "Face3;:H10ae,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:Ha7e,F", + "mappedName": "Face3;:H10ae,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117527,7 +161397,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face3;:Ha7e,F;:Ha7f,F", + "mappedName": "Face3;:H10ae,F;:H10af,F", "mappedStringIds": [], "name": "Face9" }, @@ -117535,13 +161405,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:Ha7e,F;:Ha7f,F", + "mappedName": "Face2;:H10ae,F;:H10af,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:Ha7e,F", + "mappedName": "Face2;:H10ae,F", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117554,7 +161424,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face2;:Ha7e,F;:Ha7f,F", + "mappedName": "Face2;:H10ae,F;:H10af,F", "mappedStringIds": [], "name": "Face10" }, @@ -117562,7 +161432,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:Ha80,F", + "mappedName": "Face1;:H10b0,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -117575,7 +161445,7 @@ ], "indexedName": "Face11", "indexedStringIds": [], - "mappedName": "Face1;:Ha80,F", + "mappedName": "Face1;:H10b0,F", "mappedStringIds": [], "name": "Face11" }, @@ -117583,7 +161453,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:Ha80,F", + "mappedName": "Face3;:H10b0,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -117596,7 +161466,7 @@ ], "indexedName": "Face12", "indexedStringIds": [], - "mappedName": "Face3;:Ha80,F", + "mappedName": "Face3;:H10b0,F", "mappedStringIds": [], "name": "Face12" }, @@ -117604,7 +161474,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:Ha80,F", + "mappedName": "Face6;:H10b0,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -117617,7 +161487,7 @@ ], "indexedName": "Face13", "indexedStringIds": [], - "mappedName": "Face6;:Ha80,F", + "mappedName": "Face6;:H10b0,F", "mappedStringIds": [], "name": "Face13" }, @@ -117625,7 +161495,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:Ha80,F", + "mappedName": "Face4;:H10b0,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -117638,7 +161508,7 @@ ], "indexedName": "Face14", "indexedStringIds": [], - "mappedName": "Face4;:Ha80,F", + "mappedName": "Face4;:H10b0,F", "mappedStringIds": [], "name": "Face14" }, @@ -117646,7 +161516,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:Ha80,F", + "mappedName": "Face5;:H10b0,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -117659,7 +161529,7 @@ ], "indexedName": "Face15", "indexedStringIds": [], - "mappedName": "Face5;:Ha80,F", + "mappedName": "Face5;:H10b0,F", "mappedStringIds": [], "name": "Face15" }, @@ -117667,7 +161537,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:Ha80,F", + "mappedName": "Face2;:H10b0,F", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -117680,7 +161550,7 @@ ], "indexedName": "Face16", "indexedStringIds": [], - "mappedName": "Face2;:Ha80,F", + "mappedName": "Face2;:H10b0,F", "mappedStringIds": [], "name": "Face16" }, @@ -117688,13 +161558,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge1;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:Ha7d,E", + "mappedName": "Edge1;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117707,7 +161577,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge1;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge1" }, @@ -117715,13 +161585,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge2;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:Ha7d,E", + "mappedName": "Edge2;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117734,7 +161604,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge2;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge2" }, @@ -117742,13 +161612,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge3;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge3;:Ha7d,E", + "mappedName": "Edge3;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117761,7 +161631,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge3;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge3" }, @@ -117769,13 +161639,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge4;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:Ha7d,E", + "mappedName": "Edge4;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117788,7 +161658,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge4;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge4" }, @@ -117796,13 +161666,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge9;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:Ha7d,E", + "mappedName": "Edge9;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117815,7 +161685,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge9;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge5" }, @@ -117823,13 +161693,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge5;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge5;:Ha7d,E", + "mappedName": "Edge5;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117842,7 +161712,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge5;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge6" }, @@ -117850,13 +161720,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge10;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:Ha7d,E", + "mappedName": "Edge10;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117869,7 +161739,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge10;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge7" }, @@ -117877,13 +161747,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge12;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:Ha7d,E", + "mappedName": "Edge12;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117896,7 +161766,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge12;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge8" }, @@ -117904,13 +161774,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge6;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:Ha7d,E", + "mappedName": "Edge6;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117923,7 +161793,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge6;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge9" }, @@ -117931,26 +161801,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E", "object": "Fuse21", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F)", "object": "Box21", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E", "mappedStringIds": [], "name": "Edge10" }, @@ -117958,13 +161828,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge11;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:Ha7d,E", + "mappedName": "Edge11;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -117977,7 +161847,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge11;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge11" }, @@ -117985,13 +161855,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge7;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge7;:Ha7d,E", + "mappedName": "Edge7;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118004,7 +161874,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge7;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge12" }, @@ -118012,13 +161882,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge8;:H10ad,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:Ha7d,E", + "mappedName": "Edge8;:H10ad,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118031,7 +161901,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge8;:H10ad,E;:H10af,E", "mappedStringIds": [], "name": "Edge13" }, @@ -118039,26 +161909,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E", "object": "Fuse21", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F)", "object": "Box21", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E", "mappedStringIds": [], "name": "Edge14" }, @@ -118066,13 +161936,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M2;FUS;:Ha7e:8,E;:Ha7f,E", + "mappedName": "Edge1;:M2;FUS;:H10ae:8,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:M2;FUS;:Ha7e:8,E", + "mappedName": "Edge1;:M2;FUS;:H10ae:8,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118085,7 +161955,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M2;FUS;:Ha7e:8,E;:Ha7f,E", + "mappedName": "Edge1;:M2;FUS;:H10ae:8,E;:H10af,E", "mappedStringIds": [], "name": "Edge15" }, @@ -118093,13 +161963,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Ha7e,E;:Ha7f,E", + "mappedName": "Edge3;:H10ae,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge3;:Ha7e,E", + "mappedName": "Edge3;:H10ae,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118112,7 +161982,7 @@ ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Edge3;:Ha7e,E;:Ha7f,E", + "mappedName": "Edge3;:H10ae,E;:H10af,E", "mappedStringIds": [], "name": "Edge16" }, @@ -118120,13 +161990,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:Ha7e,E;:Ha7f,E", + "mappedName": "Edge2;:H10ae,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:Ha7e,E", + "mappedName": "Edge2;:H10ae,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118139,7 +162009,7 @@ ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Edge2;:Ha7e,E;:Ha7f,E", + "mappedName": "Edge2;:H10ae,E;:H10af,E", "mappedStringIds": [], "name": "Edge17" }, @@ -118147,13 +162017,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;FUS;:Ha7e:7,E;:Ha7f,E", + "mappedName": "Edge1;:M;FUS;:H10ae:7,E;:H10af,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:M;FUS;:Ha7e:7,E", + "mappedName": "Edge1;:M;FUS;:H10ae:7,E", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118166,7 +162036,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge1;:M;FUS;:Ha7e:7,E;:Ha7f,E", + "mappedName": "Edge1;:M;FUS;:H10ae:7,E;:H10af,E", "mappedStringIds": [], "name": "Edge18" }, @@ -118174,7 +162044,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:Ha80,E", + "mappedName": "Edge1;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118187,7 +162057,7 @@ ], "indexedName": "Edge19", "indexedStringIds": [], - "mappedName": "Edge1;:Ha80,E", + "mappedName": "Edge1;:H10b0,E", "mappedStringIds": [], "name": "Edge19" }, @@ -118195,7 +162065,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:Ha80,E", + "mappedName": "Edge2;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118208,7 +162078,7 @@ ], "indexedName": "Edge20", "indexedStringIds": [], - "mappedName": "Edge2;:Ha80,E", + "mappedName": "Edge2;:H10b0,E", "mappedStringIds": [], "name": "Edge20" }, @@ -118216,7 +162086,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Ha80,E", + "mappedName": "Edge3;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118229,7 +162099,7 @@ ], "indexedName": "Edge21", "indexedStringIds": [], - "mappedName": "Edge3;:Ha80,E", + "mappedName": "Edge3;:H10b0,E", "mappedStringIds": [], "name": "Edge21" }, @@ -118237,7 +162107,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:Ha80,E", + "mappedName": "Edge4;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118250,7 +162120,7 @@ ], "indexedName": "Edge22", "indexedStringIds": [], - "mappedName": "Edge4;:Ha80,E", + "mappedName": "Edge4;:H10b0,E", "mappedStringIds": [], "name": "Edge22" }, @@ -118258,7 +162128,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:Ha80,E", + "mappedName": "Edge9;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118271,7 +162141,7 @@ ], "indexedName": "Edge23", "indexedStringIds": [], - "mappedName": "Edge9;:Ha80,E", + "mappedName": "Edge9;:H10b0,E", "mappedStringIds": [], "name": "Edge23" }, @@ -118279,7 +162149,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:Ha80,E", + "mappedName": "Edge5;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118292,7 +162162,7 @@ ], "indexedName": "Edge24", "indexedStringIds": [], - "mappedName": "Edge5;:Ha80,E", + "mappedName": "Edge5;:H10b0,E", "mappedStringIds": [], "name": "Edge24" }, @@ -118300,7 +162170,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:Ha80,E", + "mappedName": "Edge10;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118313,7 +162183,7 @@ ], "indexedName": "Edge25", "indexedStringIds": [], - "mappedName": "Edge10;:Ha80,E", + "mappedName": "Edge10;:H10b0,E", "mappedStringIds": [], "name": "Edge25" }, @@ -118321,7 +162191,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:Ha80,E", + "mappedName": "Edge12;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118334,7 +162204,7 @@ ], "indexedName": "Edge26", "indexedStringIds": [], - "mappedName": "Edge12;:Ha80,E", + "mappedName": "Edge12;:H10b0,E", "mappedStringIds": [], "name": "Edge26" }, @@ -118342,7 +162212,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:Ha80,E", + "mappedName": "Edge6;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118355,7 +162225,7 @@ ], "indexedName": "Edge27", "indexedStringIds": [], - "mappedName": "Edge6;:Ha80,E", + "mappedName": "Edge6;:H10b0,E", "mappedStringIds": [], "name": "Edge27" }, @@ -118363,7 +162233,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:Ha80,E", + "mappedName": "Edge11;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118376,7 +162246,7 @@ ], "indexedName": "Edge28", "indexedStringIds": [], - "mappedName": "Edge11;:Ha80,E", + "mappedName": "Edge11;:H10b0,E", "mappedStringIds": [], "name": "Edge28" }, @@ -118384,7 +162254,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:Ha80,E", + "mappedName": "Edge7;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118397,7 +162267,7 @@ ], "indexedName": "Edge29", "indexedStringIds": [], - "mappedName": "Edge7;:Ha80,E", + "mappedName": "Edge7;:H10b0,E", "mappedStringIds": [], "name": "Edge29" }, @@ -118405,7 +162275,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:Ha80,E", + "mappedName": "Edge8;:H10b0,E", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118418,7 +162288,7 @@ ], "indexedName": "Edge30", "indexedStringIds": [], - "mappedName": "Edge8;:Ha80,E", + "mappedName": "Edge8;:H10b0,E", "mappedStringIds": [], "name": "Edge30" }, @@ -118426,13 +162296,13 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex1;:H10ad,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex1;:Ha7d,V", + "mappedName": "Vertex1;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118445,7 +162315,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex1;:H10ad,V;:H10af,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -118453,13 +162323,13 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex2;:H10ad,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex2;:Ha7d,V", + "mappedName": "Vertex2;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118472,7 +162342,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex2;:H10ad,V;:H10af,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -118480,13 +162350,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex3;:H10ad,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex3;:Ha7d,V", + "mappedName": "Vertex3;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118499,7 +162369,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex3;:H10ad,V;:H10af,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -118507,13 +162377,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex4;:H10ad,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex4;:Ha7d,V", + "mappedName": "Vertex4;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118526,7 +162396,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex4;:H10ad,V;:H10af,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -118534,13 +162404,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex6;:H10ad,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex6;:Ha7d,V", + "mappedName": "Vertex6;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118553,7 +162423,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex6;:H10ad,V;:H10af,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -118561,13 +162431,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex5;:H10ad,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex5;:Ha7d,V", + "mappedName": "Vertex5;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118580,7 +162450,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex5;:H10ad,V;:H10af,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -118588,13 +162458,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex7;:H10ad,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex7;:Ha7d,V", + "mappedName": "Vertex7;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118607,7 +162477,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex7;:H10ad,V;:H10af,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -118615,26 +162485,26 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V;:Ha7f,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V", "object": "Fuse21", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F)", "object": "Cylinder21", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V;:Ha7f,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V;:H10af,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -118642,13 +162512,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex8;:H10ad,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex8;:Ha7d,V", + "mappedName": "Vertex8;:H10ad,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118661,7 +162531,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex8;:H10ad,V;:H10af,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -118669,26 +162539,26 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V;:Ha7f,V", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V", "object": "Fuse21", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F)", "object": "Cylinder21", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V;:Ha7f,V", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V;:H10af,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -118696,13 +162566,13 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Ha7e,V;:Ha7f,V", + "mappedName": "Vertex2;:H10ae,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex2;:Ha7e,V", + "mappedName": "Vertex2;:H10ae,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118715,7 +162585,7 @@ ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Vertex2;:Ha7e,V;:Ha7f,V", + "mappedName": "Vertex2;:H10ae,V;:H10af,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -118723,13 +162593,13 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Ha7e,V;:Ha7f,V", + "mappedName": "Vertex1;:H10ae,V;:H10af,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex1;:Ha7e,V", + "mappedName": "Vertex1;:H10ae,V", "object": "Fuse21", "typeId": "Part::Fuse" }, @@ -118742,7 +162612,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex1;:Ha7e,V;:Ha7f,V", + "mappedName": "Vertex1;:H10ae,V;:H10af,V", "mappedStringIds": [], "name": "Vertex12" }, @@ -118750,7 +162620,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Ha80,V", + "mappedName": "Vertex1;:H10b0,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118763,7 +162633,7 @@ ], "indexedName": "Vertex13", "indexedStringIds": [], - "mappedName": "Vertex1;:Ha80,V", + "mappedName": "Vertex1;:H10b0,V", "mappedStringIds": [], "name": "Vertex13" }, @@ -118771,7 +162641,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Ha80,V", + "mappedName": "Vertex2;:H10b0,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118784,7 +162654,7 @@ ], "indexedName": "Vertex14", "indexedStringIds": [], - "mappedName": "Vertex2;:Ha80,V", + "mappedName": "Vertex2;:H10b0,V", "mappedStringIds": [], "name": "Vertex14" }, @@ -118792,7 +162662,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:Ha80,V", + "mappedName": "Vertex3;:H10b0,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118805,7 +162675,7 @@ ], "indexedName": "Vertex15", "indexedStringIds": [], - "mappedName": "Vertex3;:Ha80,V", + "mappedName": "Vertex3;:H10b0,V", "mappedStringIds": [], "name": "Vertex15" }, @@ -118813,7 +162683,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:Ha80,V", + "mappedName": "Vertex4;:H10b0,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118826,7 +162696,7 @@ ], "indexedName": "Vertex16", "indexedStringIds": [], - "mappedName": "Vertex4;:Ha80,V", + "mappedName": "Vertex4;:H10b0,V", "mappedStringIds": [], "name": "Vertex16" }, @@ -118834,7 +162704,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:Ha80,V", + "mappedName": "Vertex6;:H10b0,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118847,7 +162717,7 @@ ], "indexedName": "Vertex17", "indexedStringIds": [], - "mappedName": "Vertex6;:Ha80,V", + "mappedName": "Vertex6;:H10b0,V", "mappedStringIds": [], "name": "Vertex17" }, @@ -118855,7 +162725,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:Ha80,V", + "mappedName": "Vertex5;:H10b0,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118868,7 +162738,7 @@ ], "indexedName": "Vertex18", "indexedStringIds": [], - "mappedName": "Vertex5;:Ha80,V", + "mappedName": "Vertex5;:H10b0,V", "mappedStringIds": [], "name": "Vertex18" }, @@ -118876,7 +162746,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:Ha80,V", + "mappedName": "Vertex7;:H10b0,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118889,7 +162759,7 @@ ], "indexedName": "Vertex19", "indexedStringIds": [], - "mappedName": "Vertex7;:Ha80,V", + "mappedName": "Vertex7;:H10b0,V", "mappedStringIds": [], "name": "Vertex19" }, @@ -118897,7 +162767,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:Ha80,V", + "mappedName": "Vertex8;:H10b0,V", "object": "CompositeCut21", "typeId": "Part::Cut" }, @@ -118910,7 +162780,7 @@ ], "indexedName": "Vertex20", "indexedStringIds": [], - "mappedName": "Vertex8;:Ha80,V", + "mappedName": "Vertex8;:H10b0,V", "mappedStringIds": [], "name": "Vertex20" } @@ -118926,7 +162796,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:Ha7d,F;:Ha7f,F", + "mappedName": "Face1;:H10ad,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -118934,7 +162804,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:Ha7d,F;:Ha7f,F", + "name": "Face1;:H10ad,F;:H10af,F", "stringIds": [] }, "relation": "preserved", @@ -118942,9 +162812,9 @@ "resultPersistentId": "CompositeCut21:face:0", "sourceRefs": [ { - "mappedName": "Face1;:Ha7d,F", + "mappedName": "Face1;:H10ad,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face1;:Ha7d,F", + "persistentId": "Fuse21:mapped:Face1;:H10ad,F", "stageId": "Fuse21" }, { @@ -118959,7 +162829,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:Ha7d,F;:Ha7f,F", + "mappedName": "Face3;:H10ad,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -118967,7 +162837,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:Ha7d,F;:Ha7f,F", + "name": "Face3;:H10ad,F;:H10af,F", "stringIds": [] }, "relation": "preserved", @@ -118975,9 +162845,9 @@ "resultPersistentId": "CompositeCut21:face:1", "sourceRefs": [ { - "mappedName": "Face3;:Ha7d,F", + "mappedName": "Face3;:H10ad,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face3;:Ha7d,F", + "persistentId": "Fuse21:mapped:Face3;:H10ad,F", "stageId": "Fuse21" }, { @@ -118992,7 +162862,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FUS;:Ha7d:7,F;:Ha7f,F", + "mappedName": "Face6;:M;FUS;:H10ad:7,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119000,7 +162870,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;FUS;:Ha7d:7,F;:Ha7f,F", + "name": "Face6;:M;FUS;:H10ad:7,F;:H10af,F", "stringIds": [] }, "relation": "modified", @@ -119008,9 +162878,9 @@ "resultPersistentId": "CompositeCut21:face:2", "sourceRefs": [ { - "mappedName": "Face6;:M;FUS;:Ha7d:7,F", + "mappedName": "Face6;:M;FUS;:H10ad:7,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face6;:M;FUS;:Ha7d:7,F", + "persistentId": "Fuse21:mapped:Face6;:M;FUS;:H10ad:7,F", "stageId": "Fuse21" }, { @@ -119025,7 +162895,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:Ha7d,F;:Ha7f,F", + "mappedName": "Face4;:H10ad,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119033,7 +162903,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:Ha7d,F;:Ha7f,F", + "name": "Face4;:H10ad,F;:H10af,F", "stringIds": [] }, "relation": "preserved", @@ -119041,9 +162911,9 @@ "resultPersistentId": "CompositeCut21:face:3", "sourceRefs": [ { - "mappedName": "Face4;:Ha7d,F", + "mappedName": "Face4;:H10ad,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face4;:Ha7d,F", + "persistentId": "Fuse21:mapped:Face4;:H10ad,F", "stageId": "Fuse21" }, { @@ -119058,7 +162928,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FUS;:Ha7d:7,F;:Ha7f,F", + "mappedName": "Face5;:M;FUS;:H10ad:7,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119066,7 +162936,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FUS;:Ha7d:7,F;:Ha7f,F", + "name": "Face5;:M;FUS;:H10ad:7,F;:H10af,F", "stringIds": [] }, "relation": "modified", @@ -119074,9 +162944,9 @@ "resultPersistentId": "CompositeCut21:face:4", "sourceRefs": [ { - "mappedName": "Face5;:M;FUS;:Ha7d:7,F", + "mappedName": "Face5;:M;FUS;:H10ad:7,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face5;:M;FUS;:Ha7d:7,F", + "persistentId": "Fuse21:mapped:Face5;:M;FUS;:H10ad:7,F", "stageId": "Fuse21" }, { @@ -119091,7 +162961,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:Ha7d,F;:Ha7f,F", + "mappedName": "Face2;:H10ad,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119099,7 +162969,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:Ha7d,F;:Ha7f,F", + "name": "Face2;:H10ad,F;:H10af,F", "stringIds": [] }, "relation": "preserved", @@ -119107,9 +162977,9 @@ "resultPersistentId": "CompositeCut21:face:5", "sourceRefs": [ { - "mappedName": "Face2;:Ha7d,F", + "mappedName": "Face2;:H10ad,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face2;:Ha7d,F", + "persistentId": "Fuse21:mapped:Face2;:H10ad,F", "stageId": "Fuse21" }, { @@ -119124,7 +162994,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:Ha7e:8,F;:Ha7f,F", + "mappedName": "Face1;:M2;FUS;:H10ae:8,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119132,7 +163002,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M2;FUS;:Ha7e:8,F;:Ha7f,F", + "name": "Face1;:M2;FUS;:H10ae:8,F;:H10af,F", "stringIds": [] }, "relation": "modified", @@ -119140,9 +163010,9 @@ "resultPersistentId": "CompositeCut21:face:6", "sourceRefs": [ { - "mappedName": "Face1;:M2;FUS;:Ha7e:8,F", + "mappedName": "Face1;:M2;FUS;:H10ae:8,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face1;:M2;FUS;:Ha7e:8,F", + "persistentId": "Fuse21:mapped:Face1;:M2;FUS;:H10ae:8,F", "stageId": "Fuse21" }, { @@ -119157,7 +163027,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FUS;:Ha7e:7,F;:Ha7f,F", + "mappedName": "Face1;:M;FUS;:H10ae:7,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119165,7 +163035,7 @@ "index": 8, "type": "Face" }, - "name": "Face1;:M;FUS;:Ha7e:7,F;:Ha7f,F", + "name": "Face1;:M;FUS;:H10ae:7,F;:H10af,F", "stringIds": [] }, "relation": "modified", @@ -119173,9 +163043,9 @@ "resultPersistentId": "CompositeCut21:face:7", "sourceRefs": [ { - "mappedName": "Face1;:M;FUS;:Ha7e:7,F", + "mappedName": "Face1;:M;FUS;:H10ae:7,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face1;:M;FUS;:Ha7e:7,F", + "persistentId": "Fuse21:mapped:Face1;:M;FUS;:H10ae:7,F", "stageId": "Fuse21" }, { @@ -119190,7 +163060,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:Ha7e,F;:Ha7f,F", + "mappedName": "Face3;:H10ae,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119198,7 +163068,7 @@ "index": 9, "type": "Face" }, - "name": "Face3;:Ha7e,F;:Ha7f,F", + "name": "Face3;:H10ae,F;:H10af,F", "stringIds": [] }, "relation": "preserved", @@ -119206,9 +163076,9 @@ "resultPersistentId": "CompositeCut21:face:8", "sourceRefs": [ { - "mappedName": "Face3;:Ha7e,F", + "mappedName": "Face3;:H10ae,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face3;:Ha7e,F", + "persistentId": "Fuse21:mapped:Face3;:H10ae,F", "stageId": "Fuse21" }, { @@ -119223,7 +163093,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:Ha7e,F;:Ha7f,F", + "mappedName": "Face2;:H10ae,F;:H10af,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119231,7 +163101,7 @@ "index": 10, "type": "Face" }, - "name": "Face2;:Ha7e,F;:Ha7f,F", + "name": "Face2;:H10ae,F;:H10af,F", "stringIds": [] }, "relation": "preserved", @@ -119239,9 +163109,9 @@ "resultPersistentId": "CompositeCut21:face:9", "sourceRefs": [ { - "mappedName": "Face2;:Ha7e,F", + "mappedName": "Face2;:H10ae,F", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face2;:Ha7e,F", + "persistentId": "Fuse21:mapped:Face2;:H10ae,F", "stageId": "Fuse21" }, { @@ -119256,7 +163126,7 @@ "indexedName": "Face11", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:Ha80,F", + "mappedName": "Face1;:H10b0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119264,7 +163134,7 @@ "index": 11, "type": "Face" }, - "name": "Face1;:Ha80,F", + "name": "Face1;:H10b0,F", "stringIds": [] }, "relation": "preserved", @@ -119283,7 +163153,7 @@ "indexedName": "Face12", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:Ha80,F", + "mappedName": "Face3;:H10b0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119291,7 +163161,7 @@ "index": 12, "type": "Face" }, - "name": "Face3;:Ha80,F", + "name": "Face3;:H10b0,F", "stringIds": [] }, "relation": "preserved", @@ -119310,7 +163180,7 @@ "indexedName": "Face13", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:Ha80,F", + "mappedName": "Face6;:H10b0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119318,7 +163188,7 @@ "index": 13, "type": "Face" }, - "name": "Face6;:Ha80,F", + "name": "Face6;:H10b0,F", "stringIds": [] }, "relation": "preserved", @@ -119337,7 +163207,7 @@ "indexedName": "Face14", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:Ha80,F", + "mappedName": "Face4;:H10b0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119345,7 +163215,7 @@ "index": 14, "type": "Face" }, - "name": "Face4;:Ha80,F", + "name": "Face4;:H10b0,F", "stringIds": [] }, "relation": "preserved", @@ -119364,7 +163234,7 @@ "indexedName": "Face15", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:Ha80,F", + "mappedName": "Face5;:H10b0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119372,7 +163242,7 @@ "index": 15, "type": "Face" }, - "name": "Face5;:Ha80,F", + "name": "Face5;:H10b0,F", "stringIds": [] }, "relation": "preserved", @@ -119391,7 +163261,7 @@ "indexedName": "Face16", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:Ha80,F", + "mappedName": "Face2;:H10b0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119399,7 +163269,7 @@ "index": 16, "type": "Face" }, - "name": "Face2;:Ha80,F", + "name": "Face2;:H10b0,F", "stringIds": [] }, "relation": "preserved", @@ -119418,7 +163288,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge1;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119426,7 +163296,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:Ha7d,E;:Ha7f,E", + "name": "Edge1;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119434,9 +163304,9 @@ "resultPersistentId": "CompositeCut21:edge:0", "sourceRefs": [ { - "mappedName": "Edge1;:Ha7d,E", + "mappedName": "Edge1;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge1;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge1;:H10ad,E", "stageId": "Fuse21" }, { @@ -119451,7 +163321,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge2;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119459,7 +163329,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:Ha7d,E;:Ha7f,E", + "name": "Edge2;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119467,9 +163337,9 @@ "resultPersistentId": "CompositeCut21:edge:1", "sourceRefs": [ { - "mappedName": "Edge2;:Ha7d,E", + "mappedName": "Edge2;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge2;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge2;:H10ad,E", "stageId": "Fuse21" }, { @@ -119484,7 +163354,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge3;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119492,7 +163362,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:Ha7d,E;:Ha7f,E", + "name": "Edge3;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119500,9 +163370,9 @@ "resultPersistentId": "CompositeCut21:edge:2", "sourceRefs": [ { - "mappedName": "Edge3;:Ha7d,E", + "mappedName": "Edge3;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge3;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge3;:H10ad,E", "stageId": "Fuse21" }, { @@ -119517,7 +163387,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge4;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119525,7 +163395,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:Ha7d,E;:Ha7f,E", + "name": "Edge4;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119533,9 +163403,9 @@ "resultPersistentId": "CompositeCut21:edge:3", "sourceRefs": [ { - "mappedName": "Edge4;:Ha7d,E", + "mappedName": "Edge4;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge4;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge4;:H10ad,E", "stageId": "Fuse21" }, { @@ -119550,7 +163420,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge9;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119558,7 +163428,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:Ha7d,E;:Ha7f,E", + "name": "Edge9;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119566,9 +163436,9 @@ "resultPersistentId": "CompositeCut21:edge:4", "sourceRefs": [ { - "mappedName": "Edge9;:Ha7d,E", + "mappedName": "Edge9;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge9;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge9;:H10ad,E", "stageId": "Fuse21" }, { @@ -119583,7 +163453,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge5;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119591,7 +163461,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:Ha7d,E;:Ha7f,E", + "name": "Edge5;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119599,9 +163469,9 @@ "resultPersistentId": "CompositeCut21:edge:5", "sourceRefs": [ { - "mappedName": "Edge5;:Ha7d,E", + "mappedName": "Edge5;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge5;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge5;:H10ad,E", "stageId": "Fuse21" }, { @@ -119616,7 +163486,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge10;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119624,7 +163494,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:Ha7d,E;:Ha7f,E", + "name": "Edge10;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119632,9 +163502,9 @@ "resultPersistentId": "CompositeCut21:edge:6", "sourceRefs": [ { - "mappedName": "Edge10;:Ha7d,E", + "mappedName": "Edge10;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge10;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge10;:H10ad,E", "stageId": "Fuse21" }, { @@ -119649,7 +163519,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge12;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119657,7 +163527,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:Ha7d,E;:Ha7f,E", + "name": "Edge12;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119665,9 +163535,9 @@ "resultPersistentId": "CompositeCut21:edge:7", "sourceRefs": [ { - "mappedName": "Edge12;:Ha7d,E", + "mappedName": "Edge12;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge12;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge12;:H10ad,E", "stageId": "Fuse21" }, { @@ -119682,7 +163552,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge6;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119690,7 +163560,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:Ha7d,E;:Ha7f,E", + "name": "Edge6;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119698,9 +163568,9 @@ "resultPersistentId": "CompositeCut21:edge:8", "sourceRefs": [ { - "mappedName": "Edge6;:Ha7d,E", + "mappedName": "Edge6;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge6;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge6;:H10ad,E", "stageId": "Fuse21" }, { @@ -119715,7 +163585,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119723,7 +163593,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E", + "name": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E", "stringIds": [] }, "relation": "generated", @@ -119731,15 +163601,15 @@ "resultPersistentId": "CompositeCut21:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face6;:G2(Face1;K-2;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "persistentId": "Fuse21:mapped:Face6;:G2(Face1;K-2;:H10ae:4,F);FUS;:H10ad:1e,E", "stageId": "Fuse21" }, { - "mappedName": "Face6;:G2(Face1;K-2;:Ha7e:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H10ae:4,F)", "objectId": "Box21", - "persistentId": "Box21:mapped:Face6;:G2(Face1;K-2;:Ha7e:4,F)", + "persistentId": "Box21:mapped:Face6;:G2(Face1;K-2;:H10ae:4,F)", "stageId": "Box21" } ] @@ -119748,7 +163618,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge11;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119756,7 +163626,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:Ha7d,E;:Ha7f,E", + "name": "Edge11;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119764,9 +163634,9 @@ "resultPersistentId": "CompositeCut21:edge:10", "sourceRefs": [ { - "mappedName": "Edge11;:Ha7d,E", + "mappedName": "Edge11;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge11;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge11;:H10ad,E", "stageId": "Fuse21" }, { @@ -119781,7 +163651,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge7;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119789,7 +163659,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:Ha7d,E;:Ha7f,E", + "name": "Edge7;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119797,9 +163667,9 @@ "resultPersistentId": "CompositeCut21:edge:11", "sourceRefs": [ { - "mappedName": "Edge7;:Ha7d,E", + "mappedName": "Edge7;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge7;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge7;:H10ad,E", "stageId": "Fuse21" }, { @@ -119814,7 +163684,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:Ha7d,E;:Ha7f,E", + "mappedName": "Edge8;:H10ad,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119822,7 +163692,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:Ha7d,E;:Ha7f,E", + "name": "Edge8;:H10ad,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119830,9 +163700,9 @@ "resultPersistentId": "CompositeCut21:edge:12", "sourceRefs": [ { - "mappedName": "Edge8;:Ha7d,E", + "mappedName": "Edge8;:H10ad,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge8;:Ha7d,E", + "persistentId": "Fuse21:mapped:Edge8;:H10ad,E", "stageId": "Fuse21" }, { @@ -119847,7 +163717,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119855,7 +163725,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E;:Ha7f,E", + "name": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E;:H10af,E", "stringIds": [] }, "relation": "generated", @@ -119863,15 +163733,15 @@ "resultPersistentId": "CompositeCut21:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Face5;:G2(Face1;K-1;:Ha7e:4,F);FUS;:Ha7d:1d,E", + "persistentId": "Fuse21:mapped:Face5;:G2(Face1;K-1;:H10ae:4,F);FUS;:H10ad:1e,E", "stageId": "Fuse21" }, { - "mappedName": "Face5;:G2(Face1;K-1;:Ha7e:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H10ae:4,F)", "objectId": "Box21", - "persistentId": "Box21:mapped:Face5;:G2(Face1;K-1;:Ha7e:4,F)", + "persistentId": "Box21:mapped:Face5;:G2(Face1;K-1;:H10ae:4,F)", "stageId": "Box21" } ] @@ -119880,7 +163750,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M2;FUS;:Ha7e:8,E;:Ha7f,E", + "mappedName": "Edge1;:M2;FUS;:H10ae:8,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119888,7 +163758,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M2;FUS;:Ha7e:8,E;:Ha7f,E", + "name": "Edge1;:M2;FUS;:H10ae:8,E;:H10af,E", "stringIds": [] }, "relation": "modified", @@ -119896,9 +163766,9 @@ "resultPersistentId": "CompositeCut21:edge:14", "sourceRefs": [ { - "mappedName": "Edge1;:M2;FUS;:Ha7e:8,E", + "mappedName": "Edge1;:M2;FUS;:H10ae:8,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge1;:M2;FUS;:Ha7e:8,E", + "persistentId": "Fuse21:mapped:Edge1;:M2;FUS;:H10ae:8,E", "stageId": "Fuse21" }, { @@ -119913,7 +163783,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Ha7e,E;:Ha7f,E", + "mappedName": "Edge3;:H10ae,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119921,7 +163791,7 @@ "index": 16, "type": "Edge" }, - "name": "Edge3;:Ha7e,E;:Ha7f,E", + "name": "Edge3;:H10ae,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119929,9 +163799,9 @@ "resultPersistentId": "CompositeCut21:edge:15", "sourceRefs": [ { - "mappedName": "Edge3;:Ha7e,E", + "mappedName": "Edge3;:H10ae,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge3;:Ha7e,E", + "persistentId": "Fuse21:mapped:Edge3;:H10ae,E", "stageId": "Fuse21" }, { @@ -119946,7 +163816,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:Ha7e,E;:Ha7f,E", + "mappedName": "Edge2;:H10ae,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119954,7 +163824,7 @@ "index": 17, "type": "Edge" }, - "name": "Edge2;:Ha7e,E;:Ha7f,E", + "name": "Edge2;:H10ae,E;:H10af,E", "stringIds": [] }, "relation": "preserved", @@ -119962,9 +163832,9 @@ "resultPersistentId": "CompositeCut21:edge:16", "sourceRefs": [ { - "mappedName": "Edge2;:Ha7e,E", + "mappedName": "Edge2;:H10ae,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge2;:Ha7e,E", + "persistentId": "Fuse21:mapped:Edge2;:H10ae,E", "stageId": "Fuse21" }, { @@ -119979,7 +163849,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;FUS;:Ha7e:7,E;:Ha7f,E", + "mappedName": "Edge1;:M;FUS;:H10ae:7,E;:H10af,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -119987,7 +163857,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge1;:M;FUS;:Ha7e:7,E;:Ha7f,E", + "name": "Edge1;:M;FUS;:H10ae:7,E;:H10af,E", "stringIds": [] }, "relation": "modified", @@ -119995,9 +163865,9 @@ "resultPersistentId": "CompositeCut21:edge:17", "sourceRefs": [ { - "mappedName": "Edge1;:M;FUS;:Ha7e:7,E", + "mappedName": "Edge1;:M;FUS;:H10ae:7,E", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge1;:M;FUS;:Ha7e:7,E", + "persistentId": "Fuse21:mapped:Edge1;:M;FUS;:H10ae:7,E", "stageId": "Fuse21" }, { @@ -120012,7 +163882,7 @@ "indexedName": "Edge19", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:Ha80,E", + "mappedName": "Edge1;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120020,7 +163890,7 @@ "index": 19, "type": "Edge" }, - "name": "Edge1;:Ha80,E", + "name": "Edge1;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120039,7 +163909,7 @@ "indexedName": "Edge20", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:Ha80,E", + "mappedName": "Edge2;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120047,7 +163917,7 @@ "index": 20, "type": "Edge" }, - "name": "Edge2;:Ha80,E", + "name": "Edge2;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120066,7 +163936,7 @@ "indexedName": "Edge21", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Ha80,E", + "mappedName": "Edge3;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120074,7 +163944,7 @@ "index": 21, "type": "Edge" }, - "name": "Edge3;:Ha80,E", + "name": "Edge3;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120093,7 +163963,7 @@ "indexedName": "Edge22", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:Ha80,E", + "mappedName": "Edge4;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120101,7 +163971,7 @@ "index": 22, "type": "Edge" }, - "name": "Edge4;:Ha80,E", + "name": "Edge4;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120120,7 +163990,7 @@ "indexedName": "Edge23", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:Ha80,E", + "mappedName": "Edge9;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120128,7 +163998,7 @@ "index": 23, "type": "Edge" }, - "name": "Edge9;:Ha80,E", + "name": "Edge9;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120147,7 +164017,7 @@ "indexedName": "Edge24", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:Ha80,E", + "mappedName": "Edge5;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120155,7 +164025,7 @@ "index": 24, "type": "Edge" }, - "name": "Edge5;:Ha80,E", + "name": "Edge5;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120174,7 +164044,7 @@ "indexedName": "Edge25", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:Ha80,E", + "mappedName": "Edge10;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120182,7 +164052,7 @@ "index": 25, "type": "Edge" }, - "name": "Edge10;:Ha80,E", + "name": "Edge10;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120201,7 +164071,7 @@ "indexedName": "Edge26", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:Ha80,E", + "mappedName": "Edge12;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120209,7 +164079,7 @@ "index": 26, "type": "Edge" }, - "name": "Edge12;:Ha80,E", + "name": "Edge12;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120228,7 +164098,7 @@ "indexedName": "Edge27", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:Ha80,E", + "mappedName": "Edge6;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120236,7 +164106,7 @@ "index": 27, "type": "Edge" }, - "name": "Edge6;:Ha80,E", + "name": "Edge6;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120255,7 +164125,7 @@ "indexedName": "Edge28", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:Ha80,E", + "mappedName": "Edge11;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120263,7 +164133,7 @@ "index": 28, "type": "Edge" }, - "name": "Edge11;:Ha80,E", + "name": "Edge11;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120282,7 +164152,7 @@ "indexedName": "Edge29", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:Ha80,E", + "mappedName": "Edge7;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120290,7 +164160,7 @@ "index": 29, "type": "Edge" }, - "name": "Edge7;:Ha80,E", + "name": "Edge7;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120309,7 +164179,7 @@ "indexedName": "Edge30", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:Ha80,E", + "mappedName": "Edge8;:H10b0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120317,7 +164187,7 @@ "index": 30, "type": "Edge" }, - "name": "Edge8;:Ha80,E", + "name": "Edge8;:H10b0,E", "stringIds": [] }, "relation": "preserved", @@ -120336,7 +164206,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex1;:H10ad,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120344,7 +164214,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:Ha7d,V;:Ha7f,V", + "name": "Vertex1;:H10ad,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120352,9 +164222,9 @@ "resultPersistentId": "CompositeCut21:vertex:0", "sourceRefs": [ { - "mappedName": "Vertex1;:Ha7d,V", + "mappedName": "Vertex1;:H10ad,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex1;:Ha7d,V", + "persistentId": "Fuse21:mapped:Vertex1;:H10ad,V", "stageId": "Fuse21" }, { @@ -120369,7 +164239,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex2;:H10ad,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120377,7 +164247,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:Ha7d,V;:Ha7f,V", + "name": "Vertex2;:H10ad,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120385,9 +164255,9 @@ "resultPersistentId": "CompositeCut21:vertex:1", "sourceRefs": [ { - "mappedName": "Vertex2;:Ha7d,V", + "mappedName": "Vertex2;:H10ad,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex2;:Ha7d,V", + "persistentId": "Fuse21:mapped:Vertex2;:H10ad,V", "stageId": "Fuse21" }, { @@ -120402,7 +164272,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex3;:H10ad,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120410,7 +164280,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:Ha7d,V;:Ha7f,V", + "name": "Vertex3;:H10ad,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120418,9 +164288,9 @@ "resultPersistentId": "CompositeCut21:vertex:2", "sourceRefs": [ { - "mappedName": "Vertex3;:Ha7d,V", + "mappedName": "Vertex3;:H10ad,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex3;:Ha7d,V", + "persistentId": "Fuse21:mapped:Vertex3;:H10ad,V", "stageId": "Fuse21" }, { @@ -120435,7 +164305,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex4;:H10ad,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120443,7 +164313,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:Ha7d,V;:Ha7f,V", + "name": "Vertex4;:H10ad,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120451,9 +164321,9 @@ "resultPersistentId": "CompositeCut21:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex4;:Ha7d,V", + "mappedName": "Vertex4;:H10ad,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex4;:Ha7d,V", + "persistentId": "Fuse21:mapped:Vertex4;:H10ad,V", "stageId": "Fuse21" }, { @@ -120468,7 +164338,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex6;:H10ad,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120476,7 +164346,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:Ha7d,V;:Ha7f,V", + "name": "Vertex6;:H10ad,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120484,9 +164354,9 @@ "resultPersistentId": "CompositeCut21:vertex:4", "sourceRefs": [ { - "mappedName": "Vertex6;:Ha7d,V", + "mappedName": "Vertex6;:H10ad,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex6;:Ha7d,V", + "persistentId": "Fuse21:mapped:Vertex6;:H10ad,V", "stageId": "Fuse21" }, { @@ -120501,7 +164371,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex5;:H10ad,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120509,7 +164379,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:Ha7d,V;:Ha7f,V", + "name": "Vertex5;:H10ad,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120517,9 +164387,9 @@ "resultPersistentId": "CompositeCut21:vertex:5", "sourceRefs": [ { - "mappedName": "Vertex5;:Ha7d,V", + "mappedName": "Vertex5;:H10ad,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex5;:Ha7d,V", + "persistentId": "Fuse21:mapped:Vertex5;:H10ad,V", "stageId": "Fuse21" }, { @@ -120534,7 +164404,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex7;:H10ad,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120542,7 +164412,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:Ha7d,V;:Ha7f,V", + "name": "Vertex7;:H10ad,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120550,9 +164420,9 @@ "resultPersistentId": "CompositeCut21:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex7;:Ha7d,V", + "mappedName": "Vertex7;:H10ad,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex7;:Ha7d,V", + "persistentId": "Fuse21:mapped:Vertex7;:H10ad,V", "stageId": "Fuse21" }, { @@ -120567,7 +164437,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V;:Ha7f,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120575,7 +164445,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V;:Ha7f,V", + "name": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V;:H10af,V", "stringIds": [] }, "relation": "generated", @@ -120583,15 +164453,15 @@ "resultPersistentId": "CompositeCut21:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge1;:G2(Face6;K-1;:Ha7d:4,F);FUS;:Ha7e:1d,V", + "persistentId": "Fuse21:mapped:Edge1;:G2(Face6;K-1;:H10ad:4,F);FUS;:H10ae:1e,V", "stageId": "Fuse21" }, { - "mappedName": "Edge1;:G2(Face6;K-1;:Ha7d:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H10ad:4,F)", "objectId": "Cylinder21", - "persistentId": "Cylinder21:mapped:Edge1;:G2(Face6;K-1;:Ha7d:4,F)", + "persistentId": "Cylinder21:mapped:Edge1;:G2(Face6;K-1;:H10ad:4,F)", "stageId": "Cylinder21" } ] @@ -120600,7 +164470,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:Ha7d,V;:Ha7f,V", + "mappedName": "Vertex8;:H10ad,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120608,7 +164478,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:Ha7d,V;:Ha7f,V", + "name": "Vertex8;:H10ad,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120616,9 +164486,9 @@ "resultPersistentId": "CompositeCut21:vertex:8", "sourceRefs": [ { - "mappedName": "Vertex8;:Ha7d,V", + "mappedName": "Vertex8;:H10ad,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex8;:Ha7d,V", + "persistentId": "Fuse21:mapped:Vertex8;:H10ad,V", "stageId": "Fuse21" }, { @@ -120633,7 +164503,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V;:Ha7f,V", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120641,7 +164511,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V;:Ha7f,V", + "name": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V;:H10af,V", "stringIds": [] }, "relation": "generated", @@ -120649,15 +164519,15 @@ "resultPersistentId": "CompositeCut21:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Edge1;:G(Face5;K-1;:Ha7d:4,F);FUS;:Ha7e:1c,V", + "persistentId": "Fuse21:mapped:Edge1;:G(Face5;K-1;:H10ad:4,F);FUS;:H10ae:1d,V", "stageId": "Fuse21" }, { - "mappedName": "Edge1;:G(Face5;K-1;:Ha7d:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H10ad:4,F)", "objectId": "Cylinder21", - "persistentId": "Cylinder21:mapped:Edge1;:G(Face5;K-1;:Ha7d:4,F)", + "persistentId": "Cylinder21:mapped:Edge1;:G(Face5;K-1;:H10ad:4,F)", "stageId": "Cylinder21" } ] @@ -120666,7 +164536,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Ha7e,V;:Ha7f,V", + "mappedName": "Vertex2;:H10ae,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120674,7 +164544,7 @@ "index": 11, "type": "Vertex" }, - "name": "Vertex2;:Ha7e,V;:Ha7f,V", + "name": "Vertex2;:H10ae,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120682,9 +164552,9 @@ "resultPersistentId": "CompositeCut21:vertex:10", "sourceRefs": [ { - "mappedName": "Vertex2;:Ha7e,V", + "mappedName": "Vertex2;:H10ae,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex2;:Ha7e,V", + "persistentId": "Fuse21:mapped:Vertex2;:H10ae,V", "stageId": "Fuse21" }, { @@ -120699,7 +164569,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Ha7e,V;:Ha7f,V", + "mappedName": "Vertex1;:H10ae,V;:H10af,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120707,7 +164577,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex1;:Ha7e,V;:Ha7f,V", + "name": "Vertex1;:H10ae,V;:H10af,V", "stringIds": [] }, "relation": "preserved", @@ -120715,9 +164585,9 @@ "resultPersistentId": "CompositeCut21:vertex:11", "sourceRefs": [ { - "mappedName": "Vertex1;:Ha7e,V", + "mappedName": "Vertex1;:H10ae,V", "objectId": "Fuse21", - "persistentId": "Fuse21:mapped:Vertex1;:Ha7e,V", + "persistentId": "Fuse21:mapped:Vertex1;:H10ae,V", "stageId": "Fuse21" }, { @@ -120732,7 +164602,7 @@ "indexedName": "Vertex13", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Ha80,V", + "mappedName": "Vertex1;:H10b0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120740,7 +164610,7 @@ "index": 13, "type": "Vertex" }, - "name": "Vertex1;:Ha80,V", + "name": "Vertex1;:H10b0,V", "stringIds": [] }, "relation": "preserved", @@ -120759,7 +164629,7 @@ "indexedName": "Vertex14", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Ha80,V", + "mappedName": "Vertex2;:H10b0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120767,7 +164637,7 @@ "index": 14, "type": "Vertex" }, - "name": "Vertex2;:Ha80,V", + "name": "Vertex2;:H10b0,V", "stringIds": [] }, "relation": "preserved", @@ -120786,7 +164656,7 @@ "indexedName": "Vertex15", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:Ha80,V", + "mappedName": "Vertex3;:H10b0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120794,7 +164664,7 @@ "index": 15, "type": "Vertex" }, - "name": "Vertex3;:Ha80,V", + "name": "Vertex3;:H10b0,V", "stringIds": [] }, "relation": "preserved", @@ -120813,7 +164683,7 @@ "indexedName": "Vertex16", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:Ha80,V", + "mappedName": "Vertex4;:H10b0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120821,7 +164691,7 @@ "index": 16, "type": "Vertex" }, - "name": "Vertex4;:Ha80,V", + "name": "Vertex4;:H10b0,V", "stringIds": [] }, "relation": "preserved", @@ -120840,7 +164710,7 @@ "indexedName": "Vertex17", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:Ha80,V", + "mappedName": "Vertex6;:H10b0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120848,7 +164718,7 @@ "index": 17, "type": "Vertex" }, - "name": "Vertex6;:Ha80,V", + "name": "Vertex6;:H10b0,V", "stringIds": [] }, "relation": "preserved", @@ -120867,7 +164737,7 @@ "indexedName": "Vertex18", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:Ha80,V", + "mappedName": "Vertex5;:H10b0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120875,7 +164745,7 @@ "index": 18, "type": "Vertex" }, - "name": "Vertex5;:Ha80,V", + "name": "Vertex5;:H10b0,V", "stringIds": [] }, "relation": "preserved", @@ -120894,7 +164764,7 @@ "indexedName": "Vertex19", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:Ha80,V", + "mappedName": "Vertex7;:H10b0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120902,7 +164772,7 @@ "index": 19, "type": "Vertex" }, - "name": "Vertex7;:Ha80,V", + "name": "Vertex7;:H10b0,V", "stringIds": [] }, "relation": "preserved", @@ -120921,7 +164791,7 @@ "indexedName": "Vertex20", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:Ha80,V", + "mappedName": "Vertex8;:H10b0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -120929,7 +164799,7 @@ "index": 20, "type": "Vertex" }, - "name": "Vertex8;:Ha80,V", + "name": "Vertex8;:H10b0,V", "stringIds": [] }, "relation": "preserved", @@ -120954,11 +164824,1289 @@ "stageId": "CompositeCut21", "status": "native-evidence" }, + "relationDigest": "2b31d2cb3b00c9520451a9a61c70549c6acc8a916740018bfe4ab5cf1b1f95bc", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face1;:H#,F", + "sourceElement": "Face1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face3;:H#,F", + "sourceElement": "Face3", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;FUS;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M;FUS;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face4;:H#,F", + "sourceElement": "Face4", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FUS;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M;FUS;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M2;FUS;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face1;:M2;FUS;:H#:8,F", + "sourceElement": "Face1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face1;:M;FUS;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face1;:M;FUS;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face3;:H#,F", + "sourceElement": "Face3", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face13", + "mappedName": "Face6;:H#,F", + "relation": "preserved", + "resultName": "Face13", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face14", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face14", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face15", + "mappedName": "Face5;:H#,F", + "relation": "preserved", + "resultName": "Face15", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face16", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face16", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge1;:H#,E", + "sourceElement": "Edge1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:H#,E", + "sourceElement": "Edge2", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:H#,E", + "sourceElement": "Edge4", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:H#,E", + "sourceElement": "Edge9", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:H#,E", + "sourceElement": "Edge10", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:H#,E", + "sourceElement": "Edge12", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:H#,E", + "sourceElement": "Edge6", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);FUS;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);FUS;:H#:1e,E", + "sourceElement": "Face6", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:H#,E", + "sourceElement": "Edge11", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:H#,E", + "sourceElement": "Edge8", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);FUS;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);FUS;:H#:1e,E", + "sourceElement": "Face5", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:M2;FUS;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Edge2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge2;:H#,E", + "sourceElement": "Edge2", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge1;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:M;FUS;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge25", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge25", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge26", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge26", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge27", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge27", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge28", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge28", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge29", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge29", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge30", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge30", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex1;:H#,V", + "sourceElement": "Vertex1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex2;:H#,V", + "sourceElement": "Vertex2", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);FUS;:H#:1e,V;:H#,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);FUS;:H#:1e,V", + "sourceElement": "Edge1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box21", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);FUS;:H#:1d,V", + "sourceElement": "Edge1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Vertex2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Vertex2;:H#,V", + "sourceElement": "Vertex2", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Cylinder21", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Vertex1;:H#,V", + "sourceElement": "Vertex1", + "sourceObject": "Fuse21", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex17", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex17", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex18", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex18", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex19", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex19", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex20", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex20", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "SecondBox21", + "sourceTypeId": "Part::Box" + } + ] + } + ], + "semanticNameDigest": "9f7d4828bc4dc4631e2008d27c289fe2f148c067a9b185493af56727cb7af894", "shape": { + "area": 771.398223686155, + "brepSha256": "9b6c98d376a372406af080e7a619291cf974f1f2ddc58e7253d5c1767a93c1b5", "edges": 30, "faces": 16, + "geometryDigest": "261142aeb887ab130dacfa050da591885b8930bfc95d7dc9744f9612e57e3c56", "solids": 1, "valid": true, + "vertices": 20, "volume": 1049.097335529232 }, "typeId": "Part::Cut" @@ -120968,18 +166116,359 @@ "stringHasherResource": null }, { + "category": "composite-boolean", "elementMapResources": { "CompositeCut22.Shape.Map.txt": { - "sha256": "cc8ede0733c2b84a650bf479b4cb34ee27672ca29cbfc9dccbf97d2935b20f68", - "text": "BeginElementMap v1\n2 PostfixCount 13\nEdge\nFace\nVertex\n;:H1255,E;:H1257,E\n;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V;:H1257,V\n;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V;:H1257,V\n;:M;CUT;:H1256:7,E;:H1257,E\n;:H1255,F;:H1257,F\n;:M;CUT;:H1256:7,F;:H1257,F\n;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E\n;:M;CUT;:H1255:7,F;:H1257,F\n;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E\n;:H1255,V;:H1257,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" + "sha256": "a19aceff5cb24a61919196dd11290f8e7ce28863bba81bdb541d567563c34174", + "text": "BeginElementMap v1\n2 PostfixCount 13\nEdge\nFace\nVertex\n;:H1021,E;:H1023,E\n;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V;:H1023,V\n;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V;:H1023,V\n;:M;CUT;:H1022:7,E;:H1023,E\n;:H1021,F;:H1023,F\n;:M;CUT;:H1022:7,F;:H1023,F\n;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E\n;:M;CUT;:H1021:7,F;:H1023,F\n;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E\n;:H1021,V;:H1023,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" }, "Cut22.Shape.Map.txt": { - "sha256": "dafc5f55e3adaae1e7c358b101847b12238fd1052bf8d7ab1bff023cbfce8214", - "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:H1255,E\n;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V\n;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V\n;:M;CUT;:H1256:7,E\n;:H1255,F\n;:M;CUT;:H1256:7,F\n;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E\n;:M;CUT;:H1255:7,F\n;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E\n;:H1255,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" + "sha256": "6e06f9673e2ef1f0d8fd225271c723fd2ae3853f6f9fcaa1b73f57192c5c7aa0", + "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:H1021,E\n;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V\n;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V\n;:M;CUT;:H1022:7,E\n;:H1021,F\n;:M;CUT;:H1022:7,F\n;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E\n;:M;CUT;:H1021:7,F\n;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E\n;:H1021,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" } }, "finalObject": "CompositeCut22", "id": "composite-02", + "mutation": { + "category": "composite-boolean", + "contract": { + "editorModes": [], + "finalObject": "CompositeCut22", + "finalStageOrdinal": 4, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Box22", + "targetStageOrdinal": 0, + "targetTypeId": "Part::Box" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 2, + 4 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 15, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 5 + }, + "phases": { + "before": [ + { + "key": "composite-02:000:Box22", + "name": "Box22", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-02:001:Cylinder22", + "name": "Cylinder22", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-02:002:Cut22", + "name": "Cut22", + "ordinal": 2, + "relationDigest": "313e61ab643adc1fc132732847c963004f7312c3d35307e5e8abc148c51268a1", + "semanticNameDigest": "0e5cd8a02bc1dbf68d1af01e559cc0766a92c5d58975615f26cd32f166f4044b", + "shape": { + "area": 750.79644737231, + "brepSha256": "3d8b3ceb1e31d88fb66629c8d7192798427b397ea08dd65756bfa2b4143ca085", + "edges": 15, + "faces": 7, + "geometryDigest": "52c56e954e8b58151030ed8496df53f719da555244cce0e70a25263104012f17", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 497.34517542563293 + }, + "typeId": "Part::Cut" + }, + { + "key": "composite-02:003:SecondBox22", + "name": "SecondBox22", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-02:004:CompositeCut22", + "name": "CompositeCut22", + "ordinal": 4, + "relationDigest": "6f68b991611eb08fa97211478b3ad4ecdef5e79fa5e68cf394cd716f94afcffc", + "semanticNameDigest": "e3075f73dfc637c6f0df4c728ccee90f5178100ef4f51b4c60dd99e0f6e02f5a", + "shape": { + "area": 750.79644737231, + "brepSha256": "ec9913125b5ddc0b4285f80517f33475a8ee07d7d12f20477375f95ae625824c", + "edges": 15, + "faces": 7, + "geometryDigest": "52c56e954e8b58151030ed8496df53f719da555244cce0e70a25263104012f17", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 497.34517542563293 + }, + "typeId": "Part::Cut" + } + ], + "edited": [ + { + "key": "composite-02:000:Box22", + "name": "Box22", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 619.9999999999999, + "brepSha256": "b55ee261c224cd874d16f9bfa27d3db6992a9551513924019fd135240d6e9e35", + "edges": 12, + "faces": 6, + "geometryDigest": "ffba6c0203a0a7dff84c1b26dfe5c882601016487a2bc784d2c0709be5062a95", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 1050 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-02:001:Cylinder22", + "name": "Cylinder22", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-02:002:Cut22", + "name": "Cut22", + "ordinal": 2, + "relationDigest": "313e61ab643adc1fc132732847c963004f7312c3d35307e5e8abc148c51268a1", + "semanticNameDigest": "0e5cd8a02bc1dbf68d1af01e559cc0766a92c5d58975615f26cd32f166f4044b", + "shape": { + "area": 770.79644737231, + "brepSha256": "79c01f6ec14b4f4df1fbcf5f143372cccd301b0d6f882fb53691bdb42781d29f", + "edges": 15, + "faces": 7, + "geometryDigest": "006e4d1d15c1d4970bdcd3be3d97159fde277ef9073ac82dc08b73d8a9efcd2a", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 547.3451754256331 + }, + "typeId": "Part::Cut" + }, + { + "key": "composite-02:003:SecondBox22", + "name": "SecondBox22", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-02:004:CompositeCut22", + "name": "CompositeCut22", + "ordinal": 4, + "relationDigest": "6f68b991611eb08fa97211478b3ad4ecdef5e79fa5e68cf394cd716f94afcffc", + "semanticNameDigest": "e3075f73dfc637c6f0df4c728ccee90f5178100ef4f51b4c60dd99e0f6e02f5a", + "shape": { + "area": 770.79644737231, + "brepSha256": "0115d81a7d606a5d0651032c8e4fb5044696f2ee43db00cd3212a330a48686f9", + "edges": 15, + "faces": 7, + "geometryDigest": "006e4d1d15c1d4970bdcd3be3d97159fde277ef9073ac82dc08b73d8a9efcd2a", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 547.3451754256331 + }, + "typeId": "Part::Cut" + } + ], + "restored": [ + { + "key": "composite-02:000:Box22", + "name": "Box22", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-02:001:Cylinder22", + "name": "Cylinder22", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-02:002:Cut22", + "name": "Cut22", + "ordinal": 2, + "relationDigest": "313e61ab643adc1fc132732847c963004f7312c3d35307e5e8abc148c51268a1", + "semanticNameDigest": "0e5cd8a02bc1dbf68d1af01e559cc0766a92c5d58975615f26cd32f166f4044b", + "shape": { + "area": 750.79644737231, + "brepSha256": "3d8b3ceb1e31d88fb66629c8d7192798427b397ea08dd65756bfa2b4143ca085", + "edges": 15, + "faces": 7, + "geometryDigest": "52c56e954e8b58151030ed8496df53f719da555244cce0e70a25263104012f17", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 497.34517542563293 + }, + "typeId": "Part::Cut" + }, + { + "key": "composite-02:003:SecondBox22", + "name": "SecondBox22", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-02:004:CompositeCut22", + "name": "CompositeCut22", + "ordinal": 4, + "relationDigest": "6f68b991611eb08fa97211478b3ad4ecdef5e79fa5e68cf394cd716f94afcffc", + "semanticNameDigest": "e3075f73dfc637c6f0df4c728ccee90f5178100ef4f51b4c60dd99e0f6e02f5a", + "shape": { + "area": 750.79644737231, + "brepSha256": "ec9913125b5ddc0b4285f80517f33475a8ee07d7d12f20477375f95ae625824c", + "edges": 15, + "faces": 7, + "geometryDigest": "52c56e954e8b58151030ed8496df53f719da555244cce0e70a25263104012f17", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 497.34517542563293 + }, + "typeId": "Part::Cut" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 10, + "edited": 10.5, + "restored": 10 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -120987,6 +166476,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box22", + "linkedObjects": [], "name": "Box22", "names": [ { @@ -121917,11 +167407,201 @@ "stageId": "Box22", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -121931,6 +167611,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder22", + "linkedObjects": [], "name": "Cylinder22", "names": [ { @@ -122231,11 +167912,75 @@ "stageId": "Cylinder22", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", "edges": 3, "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", "solids": 1, "valid": true, + "vertices": 2, "volume": 703.7167544041135 }, "typeId": "Part::Cylinder" @@ -122247,13 +167992,17 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "Cut22", + "linkedObjects": [ + "Box22", + "Cylinder22" + ], "name": "Cut22", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:H1255,F", + "mappedName": "Face1;:H1021,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122266,7 +168015,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:H1255,F", + "mappedName": "Face1;:H1021,F", "mappedStringIds": [], "name": "Face1" }, @@ -122274,7 +168023,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H1255,F", + "mappedName": "Face3;:H1021,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122287,7 +168036,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:H1255,F", + "mappedName": "Face3;:H1021,F", "mappedStringIds": [], "name": "Face2" }, @@ -122295,7 +168044,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CUT;:H1255:7,F", + "mappedName": "Face6;:M;CUT;:H1021:7,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122308,7 +168057,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;CUT;:H1255:7,F", + "mappedName": "Face6;:M;CUT;:H1021:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -122316,7 +168065,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H1255,F", + "mappedName": "Face4;:H1021,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122329,7 +168078,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H1255,F", + "mappedName": "Face4;:H1021,F", "mappedStringIds": [], "name": "Face4" }, @@ -122337,7 +168086,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CUT;:H1255:7,F", + "mappedName": "Face5;:M;CUT;:H1021:7,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122350,7 +168099,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CUT;:H1255:7,F", + "mappedName": "Face5;:M;CUT;:H1021:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -122358,7 +168107,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H1255,F", + "mappedName": "Face2;:H1021,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122371,7 +168120,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:H1255,F", + "mappedName": "Face2;:H1021,F", "mappedStringIds": [], "name": "Face6" }, @@ -122379,7 +168128,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:H1256:7,F", + "mappedName": "Face1;:M;CUT;:H1022:7,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122392,7 +168141,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:H1256:7,F", + "mappedName": "Face1;:M;CUT;:H1022:7,F", "mappedStringIds": [], "name": "Face7" }, @@ -122400,7 +168149,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H1255,E", + "mappedName": "Edge1;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122413,7 +168162,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:H1255,E", + "mappedName": "Edge1;:H1021,E", "mappedStringIds": [], "name": "Edge1" }, @@ -122421,7 +168170,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H1255,E", + "mappedName": "Edge2;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122434,7 +168183,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:H1255,E", + "mappedName": "Edge2;:H1021,E", "mappedStringIds": [], "name": "Edge2" }, @@ -122442,7 +168191,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H1255,E", + "mappedName": "Edge3;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122455,7 +168204,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H1255,E", + "mappedName": "Edge3;:H1021,E", "mappedStringIds": [], "name": "Edge3" }, @@ -122463,7 +168212,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H1255,E", + "mappedName": "Edge4;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122476,7 +168225,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:H1255,E", + "mappedName": "Edge4;:H1021,E", "mappedStringIds": [], "name": "Edge4" }, @@ -122484,7 +168233,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H1255,E", + "mappedName": "Edge9;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122497,7 +168246,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:H1255,E", + "mappedName": "Edge9;:H1021,E", "mappedStringIds": [], "name": "Edge5" }, @@ -122505,7 +168254,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H1255,E", + "mappedName": "Edge5;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122518,7 +168267,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:H1255,E", + "mappedName": "Edge5;:H1021,E", "mappedStringIds": [], "name": "Edge6" }, @@ -122526,7 +168275,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H1255,E", + "mappedName": "Edge10;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122539,7 +168288,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:H1255,E", + "mappedName": "Edge10;:H1021,E", "mappedStringIds": [], "name": "Edge7" }, @@ -122547,7 +168296,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H1255,E", + "mappedName": "Edge12;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122560,7 +168309,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:H1255,E", + "mappedName": "Edge12;:H1021,E", "mappedStringIds": [], "name": "Edge8" }, @@ -122568,7 +168317,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H1255,E", + "mappedName": "Edge6;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122581,7 +168330,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:H1255,E", + "mappedName": "Edge6;:H1021,E", "mappedStringIds": [], "name": "Edge9" }, @@ -122589,20 +168338,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E", "object": "Cut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F)", "object": "Box22", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E", "mappedStringIds": [], "name": "Edge10" }, @@ -122610,7 +168359,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H1255,E", + "mappedName": "Edge11;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122623,7 +168372,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H1255,E", + "mappedName": "Edge11;:H1021,E", "mappedStringIds": [], "name": "Edge11" }, @@ -122631,7 +168380,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H1255,E", + "mappedName": "Edge7;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122644,7 +168393,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H1255,E", + "mappedName": "Edge7;:H1021,E", "mappedStringIds": [], "name": "Edge12" }, @@ -122652,7 +168401,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H1255,E", + "mappedName": "Edge8;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122665,7 +168414,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:H1255,E", + "mappedName": "Edge8;:H1021,E", "mappedStringIds": [], "name": "Edge13" }, @@ -122673,20 +168422,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E", "object": "Cut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F)", "object": "Box22", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E", "mappedStringIds": [], "name": "Edge14" }, @@ -122694,7 +168443,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CUT;:H1256:7,E", + "mappedName": "Edge1;:M;CUT;:H1022:7,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122707,7 +168456,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M;CUT;:H1256:7,E", + "mappedName": "Edge1;:M;CUT;:H1022:7,E", "mappedStringIds": [], "name": "Edge15" }, @@ -122715,7 +168464,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H1255,V", + "mappedName": "Vertex1;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122728,7 +168477,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H1255,V", + "mappedName": "Vertex1;:H1021,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -122736,7 +168485,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H1255,V", + "mappedName": "Vertex2;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122749,7 +168498,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:H1255,V", + "mappedName": "Vertex2;:H1021,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -122757,7 +168506,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H1255,V", + "mappedName": "Vertex3;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122770,7 +168519,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:H1255,V", + "mappedName": "Vertex3;:H1021,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -122778,7 +168527,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H1255,V", + "mappedName": "Vertex4;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122791,7 +168540,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H1255,V", + "mappedName": "Vertex4;:H1021,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -122799,7 +168548,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H1255,V", + "mappedName": "Vertex6;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122812,7 +168561,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:H1255,V", + "mappedName": "Vertex6;:H1021,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -122820,7 +168569,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H1255,V", + "mappedName": "Vertex5;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122833,7 +168582,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:H1255,V", + "mappedName": "Vertex5;:H1021,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -122841,7 +168590,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H1255,V", + "mappedName": "Vertex7;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122854,7 +168603,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:H1255,V", + "mappedName": "Vertex7;:H1021,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -122862,20 +168611,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V", "object": "Cut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F)", "object": "Cylinder22", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -122883,7 +168632,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H1255,V", + "mappedName": "Vertex8;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -122896,7 +168645,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H1255,V", + "mappedName": "Vertex8;:H1021,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -122904,20 +168653,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V", "object": "Cut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F)", "object": "Cylinder22", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V", "mappedStringIds": [], "name": "Vertex10" } @@ -122933,7 +168682,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H1255,F", + "mappedName": "Face1;:H1021,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -122941,7 +168690,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:H1255,F", + "name": "Face1;:H1021,F", "stringIds": [] }, "relation": "preserved", @@ -122960,7 +168709,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H1255,F", + "mappedName": "Face3;:H1021,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -122968,7 +168717,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:H1255,F", + "name": "Face3;:H1021,F", "stringIds": [] }, "relation": "preserved", @@ -122987,7 +168736,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CUT;:H1255:7,F", + "mappedName": "Face6;:M;CUT;:H1021:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -122995,7 +168744,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;CUT;:H1255:7,F", + "name": "Face6;:M;CUT;:H1021:7,F", "stringIds": [] }, "relation": "modified", @@ -123014,7 +168763,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H1255,F", + "mappedName": "Face4;:H1021,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123022,7 +168771,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H1255,F", + "name": "Face4;:H1021,F", "stringIds": [] }, "relation": "preserved", @@ -123041,7 +168790,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CUT;:H1255:7,F", + "mappedName": "Face5;:M;CUT;:H1021:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123049,7 +168798,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CUT;:H1255:7,F", + "name": "Face5;:M;CUT;:H1021:7,F", "stringIds": [] }, "relation": "modified", @@ -123068,7 +168817,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H1255,F", + "mappedName": "Face2;:H1021,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123076,7 +168825,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:H1255,F", + "name": "Face2;:H1021,F", "stringIds": [] }, "relation": "preserved", @@ -123095,7 +168844,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:H1256:7,F", + "mappedName": "Face1;:M;CUT;:H1022:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123103,7 +168852,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M;CUT;:H1256:7,F", + "name": "Face1;:M;CUT;:H1022:7,F", "stringIds": [] }, "relation": "modified", @@ -123122,7 +168871,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H1255,E", + "mappedName": "Edge1;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123130,7 +168879,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:H1255,E", + "name": "Edge1;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123149,7 +168898,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H1255,E", + "mappedName": "Edge2;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123157,7 +168906,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:H1255,E", + "name": "Edge2;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123176,7 +168925,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H1255,E", + "mappedName": "Edge3;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123184,7 +168933,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H1255,E", + "name": "Edge3;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123203,7 +168952,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H1255,E", + "mappedName": "Edge4;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123211,7 +168960,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:H1255,E", + "name": "Edge4;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123230,7 +168979,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H1255,E", + "mappedName": "Edge9;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123238,7 +168987,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:H1255,E", + "name": "Edge9;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123257,7 +169006,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H1255,E", + "mappedName": "Edge5;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123265,7 +169014,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:H1255,E", + "name": "Edge5;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123284,7 +169033,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H1255,E", + "mappedName": "Edge10;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123292,7 +169041,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:H1255,E", + "name": "Edge10;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123311,7 +169060,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H1255,E", + "mappedName": "Edge12;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123319,7 +169068,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:H1255,E", + "name": "Edge12;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123338,7 +169087,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H1255,E", + "mappedName": "Edge6;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123346,7 +169095,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:H1255,E", + "name": "Edge6;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123365,7 +169114,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123373,7 +169122,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E", + "name": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E", "stringIds": [] }, "relation": "generated", @@ -123381,9 +169130,9 @@ "resultPersistentId": "Cut22:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F)", "objectId": "Box22", - "persistentId": "Box22:mapped:Face6;:G2(Face1;K-2;:H1256:4,F)", + "persistentId": "Box22:mapped:Face6;:G2(Face1;K-2;:H1022:4,F)", "stageId": "Box22" } ] @@ -123392,7 +169141,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H1255,E", + "mappedName": "Edge11;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123400,7 +169149,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H1255,E", + "name": "Edge11;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123419,7 +169168,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H1255,E", + "mappedName": "Edge7;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123427,7 +169176,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H1255,E", + "name": "Edge7;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123446,7 +169195,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H1255,E", + "mappedName": "Edge8;:H1021,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123454,7 +169203,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:H1255,E", + "name": "Edge8;:H1021,E", "stringIds": [] }, "relation": "preserved", @@ -123473,7 +169222,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123481,7 +169230,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E", + "name": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E", "stringIds": [] }, "relation": "generated", @@ -123489,9 +169238,9 @@ "resultPersistentId": "Cut22:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F)", "objectId": "Box22", - "persistentId": "Box22:mapped:Face5;:G2(Face1;K-1;:H1256:4,F)", + "persistentId": "Box22:mapped:Face5;:G2(Face1;K-1;:H1022:4,F)", "stageId": "Box22" } ] @@ -123500,7 +169249,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CUT;:H1256:7,E", + "mappedName": "Edge1;:M;CUT;:H1022:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123508,7 +169257,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M;CUT;:H1256:7,E", + "name": "Edge1;:M;CUT;:H1022:7,E", "stringIds": [] }, "relation": "modified", @@ -123527,7 +169276,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H1255,V", + "mappedName": "Vertex1;:H1021,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123535,7 +169284,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H1255,V", + "name": "Vertex1;:H1021,V", "stringIds": [] }, "relation": "preserved", @@ -123554,7 +169303,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H1255,V", + "mappedName": "Vertex2;:H1021,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123562,7 +169311,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:H1255,V", + "name": "Vertex2;:H1021,V", "stringIds": [] }, "relation": "preserved", @@ -123581,7 +169330,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H1255,V", + "mappedName": "Vertex3;:H1021,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123589,7 +169338,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:H1255,V", + "name": "Vertex3;:H1021,V", "stringIds": [] }, "relation": "preserved", @@ -123608,7 +169357,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H1255,V", + "mappedName": "Vertex4;:H1021,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123616,7 +169365,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H1255,V", + "name": "Vertex4;:H1021,V", "stringIds": [] }, "relation": "preserved", @@ -123635,7 +169384,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H1255,V", + "mappedName": "Vertex6;:H1021,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123643,7 +169392,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:H1255,V", + "name": "Vertex6;:H1021,V", "stringIds": [] }, "relation": "preserved", @@ -123662,7 +169411,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H1255,V", + "mappedName": "Vertex5;:H1021,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123670,7 +169419,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:H1255,V", + "name": "Vertex5;:H1021,V", "stringIds": [] }, "relation": "preserved", @@ -123689,7 +169438,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H1255,V", + "mappedName": "Vertex7;:H1021,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123697,7 +169446,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:H1255,V", + "name": "Vertex7;:H1021,V", "stringIds": [] }, "relation": "preserved", @@ -123716,7 +169465,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123724,7 +169473,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V", + "name": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V", "stringIds": [] }, "relation": "generated", @@ -123732,9 +169481,9 @@ "resultPersistentId": "Cut22:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F)", "objectId": "Cylinder22", - "persistentId": "Cylinder22:mapped:Edge1;:G2(Face6;K-1;:H1255:4,F)", + "persistentId": "Cylinder22:mapped:Edge1;:G2(Face6;K-1;:H1021:4,F)", "stageId": "Cylinder22" } ] @@ -123743,7 +169492,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H1255,V", + "mappedName": "Vertex8;:H1021,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123751,7 +169500,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H1255,V", + "name": "Vertex8;:H1021,V", "stringIds": [] }, "relation": "preserved", @@ -123770,7 +169519,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -123778,7 +169527,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V", + "name": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V", "stringIds": [] }, "relation": "generated", @@ -123786,9 +169535,9 @@ "resultPersistentId": "Cut22:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F)", "objectId": "Cylinder22", - "persistentId": "Cylinder22:mapped:Edge1;:G(Face5;K-1;:H1255:4,F)", + "persistentId": "Cylinder22:mapped:Edge1;:G(Face5;K-1;:H1021:4,F)", "stageId": "Cylinder22" } ] @@ -123803,11 +169552,499 @@ "stageId": "Cut22", "status": "native-evidence" }, + "relationDigest": "313e61ab643adc1fc132732847c963004f7312c3d35307e5e8abc148c51268a1", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder22", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder22", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CUT;:H#:1e,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder22", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CUT;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder22", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "0e5cd8a02bc1dbf68d1af01e559cc0766a92c5d58975615f26cd32f166f4044b", "shape": { + "area": 750.79644737231, + "brepSha256": "3d8b3ceb1e31d88fb66629c8d7192798427b397ea08dd65756bfa2b4143ca085", "edges": 15, "faces": 7, + "geometryDigest": "52c56e954e8b58151030ed8496df53f719da555244cce0e70a25263104012f17", "solids": 1, "valid": true, + "vertices": 10, "volume": 497.34517542563293 }, "typeId": "Part::Cut" @@ -123817,6 +170054,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "SecondBox22", + "linkedObjects": [], "name": "SecondBox22", "names": [ { @@ -124747,11 +170985,201 @@ "stageId": "SecondBox22", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", "edges": 12, "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", "solids": 1, "valid": true, + "vertices": 8, "volume": 63.999999999999986 }, "typeId": "Part::Box" @@ -124763,19 +171191,23 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "CompositeCut22", + "linkedObjects": [ + "Cut22", + "SecondBox22" + ], "name": "CompositeCut22", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:H1255,F;:H1257,F", + "mappedName": "Face1;:H1021,F;:H1023,F", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:H1255,F", + "mappedName": "Face1;:H1021,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -124788,7 +171220,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:H1255,F;:H1257,F", + "mappedName": "Face1;:H1021,F;:H1023,F", "mappedStringIds": [], "name": "Face1" }, @@ -124796,13 +171228,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:H1255,F;:H1257,F", + "mappedName": "Face3;:H1021,F;:H1023,F", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:H1255,F", + "mappedName": "Face3;:H1021,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -124815,7 +171247,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:H1255,F;:H1257,F", + "mappedName": "Face3;:H1021,F;:H1023,F", "mappedStringIds": [], "name": "Face2" }, @@ -124823,13 +171255,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CUT;:H1255:7,F;:H1257,F", + "mappedName": "Face6;:M;CUT;:H1021:7,F;:H1023,F", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M;CUT;:H1255:7,F", + "mappedName": "Face6;:M;CUT;:H1021:7,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -124842,7 +171274,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;CUT;:H1255:7,F;:H1257,F", + "mappedName": "Face6;:M;CUT;:H1021:7,F;:H1023,F", "mappedStringIds": [], "name": "Face3" }, @@ -124850,13 +171282,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:H1255,F;:H1257,F", + "mappedName": "Face4;:H1021,F;:H1023,F", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:H1255,F", + "mappedName": "Face4;:H1021,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -124869,7 +171301,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H1255,F;:H1257,F", + "mappedName": "Face4;:H1021,F;:H1023,F", "mappedStringIds": [], "name": "Face4" }, @@ -124877,13 +171309,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CUT;:H1255:7,F;:H1257,F", + "mappedName": "Face5;:M;CUT;:H1021:7,F;:H1023,F", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M;CUT;:H1255:7,F", + "mappedName": "Face5;:M;CUT;:H1021:7,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -124896,7 +171328,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CUT;:H1255:7,F;:H1257,F", + "mappedName": "Face5;:M;CUT;:H1021:7,F;:H1023,F", "mappedStringIds": [], "name": "Face5" }, @@ -124904,13 +171336,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:H1255,F;:H1257,F", + "mappedName": "Face2;:H1021,F;:H1023,F", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:H1255,F", + "mappedName": "Face2;:H1021,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -124923,7 +171355,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:H1255,F;:H1257,F", + "mappedName": "Face2;:H1021,F;:H1023,F", "mappedStringIds": [], "name": "Face6" }, @@ -124931,13 +171363,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:H1256:7,F;:H1257,F", + "mappedName": "Face1;:M;CUT;:H1022:7,F;:H1023,F", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M;CUT;:H1256:7,F", + "mappedName": "Face1;:M;CUT;:H1022:7,F", "object": "Cut22", "typeId": "Part::Cut" }, @@ -124950,7 +171382,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:H1256:7,F;:H1257,F", + "mappedName": "Face1;:M;CUT;:H1022:7,F;:H1023,F", "mappedStringIds": [], "name": "Face7" }, @@ -124958,13 +171390,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H1255,E;:H1257,E", + "mappedName": "Edge1;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:H1255,E", + "mappedName": "Edge1;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -124977,7 +171409,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:H1255,E;:H1257,E", + "mappedName": "Edge1;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge1" }, @@ -124985,13 +171417,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H1255,E;:H1257,E", + "mappedName": "Edge2;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:H1255,E", + "mappedName": "Edge2;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125004,7 +171436,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:H1255,E;:H1257,E", + "mappedName": "Edge2;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge2" }, @@ -125012,13 +171444,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H1255,E;:H1257,E", + "mappedName": "Edge3;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge3;:H1255,E", + "mappedName": "Edge3;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125031,7 +171463,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H1255,E;:H1257,E", + "mappedName": "Edge3;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge3" }, @@ -125039,13 +171471,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H1255,E;:H1257,E", + "mappedName": "Edge4;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:H1255,E", + "mappedName": "Edge4;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125058,7 +171490,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:H1255,E;:H1257,E", + "mappedName": "Edge4;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge4" }, @@ -125066,13 +171498,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H1255,E;:H1257,E", + "mappedName": "Edge9;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:H1255,E", + "mappedName": "Edge9;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125085,7 +171517,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:H1255,E;:H1257,E", + "mappedName": "Edge9;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge5" }, @@ -125093,13 +171525,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H1255,E;:H1257,E", + "mappedName": "Edge5;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge5;:H1255,E", + "mappedName": "Edge5;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125112,7 +171544,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:H1255,E;:H1257,E", + "mappedName": "Edge5;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge6" }, @@ -125120,13 +171552,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H1255,E;:H1257,E", + "mappedName": "Edge10;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:H1255,E", + "mappedName": "Edge10;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125139,7 +171571,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:H1255,E;:H1257,E", + "mappedName": "Edge10;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge7" }, @@ -125147,13 +171579,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H1255,E;:H1257,E", + "mappedName": "Edge12;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:H1255,E", + "mappedName": "Edge12;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125166,7 +171598,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:H1255,E;:H1257,E", + "mappedName": "Edge12;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge8" }, @@ -125174,13 +171606,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H1255,E;:H1257,E", + "mappedName": "Edge6;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:H1255,E", + "mappedName": "Edge6;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125193,7 +171625,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:H1255,E;:H1257,E", + "mappedName": "Edge6;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge9" }, @@ -125201,26 +171633,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E", "object": "Cut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F)", "object": "Box22", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E", "mappedStringIds": [], "name": "Edge10" }, @@ -125228,13 +171660,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H1255,E;:H1257,E", + "mappedName": "Edge11;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:H1255,E", + "mappedName": "Edge11;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125247,7 +171679,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H1255,E;:H1257,E", + "mappedName": "Edge11;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge11" }, @@ -125255,13 +171687,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H1255,E;:H1257,E", + "mappedName": "Edge7;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge7;:H1255,E", + "mappedName": "Edge7;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125274,7 +171706,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H1255,E;:H1257,E", + "mappedName": "Edge7;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge12" }, @@ -125282,13 +171714,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H1255,E;:H1257,E", + "mappedName": "Edge8;:H1021,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:H1255,E", + "mappedName": "Edge8;:H1021,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125301,7 +171733,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:H1255,E;:H1257,E", + "mappedName": "Edge8;:H1021,E;:H1023,E", "mappedStringIds": [], "name": "Edge13" }, @@ -125309,26 +171741,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E", "object": "Cut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F)", "object": "Box22", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E", "mappedStringIds": [], "name": "Edge14" }, @@ -125336,13 +171768,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CUT;:H1256:7,E;:H1257,E", + "mappedName": "Edge1;:M;CUT;:H1022:7,E;:H1023,E", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:M;CUT;:H1256:7,E", + "mappedName": "Edge1;:M;CUT;:H1022:7,E", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125355,7 +171787,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M;CUT;:H1256:7,E;:H1257,E", + "mappedName": "Edge1;:M;CUT;:H1022:7,E;:H1023,E", "mappedStringIds": [], "name": "Edge15" }, @@ -125363,13 +171795,13 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H1255,V;:H1257,V", + "mappedName": "Vertex1;:H1021,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex1;:H1255,V", + "mappedName": "Vertex1;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125382,7 +171814,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H1255,V;:H1257,V", + "mappedName": "Vertex1;:H1021,V;:H1023,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -125390,13 +171822,13 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H1255,V;:H1257,V", + "mappedName": "Vertex2;:H1021,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex2;:H1255,V", + "mappedName": "Vertex2;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125409,7 +171841,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:H1255,V;:H1257,V", + "mappedName": "Vertex2;:H1021,V;:H1023,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -125417,13 +171849,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H1255,V;:H1257,V", + "mappedName": "Vertex3;:H1021,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex3;:H1255,V", + "mappedName": "Vertex3;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125436,7 +171868,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:H1255,V;:H1257,V", + "mappedName": "Vertex3;:H1021,V;:H1023,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -125444,13 +171876,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H1255,V;:H1257,V", + "mappedName": "Vertex4;:H1021,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex4;:H1255,V", + "mappedName": "Vertex4;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125463,7 +171895,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H1255,V;:H1257,V", + "mappedName": "Vertex4;:H1021,V;:H1023,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -125471,13 +171903,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H1255,V;:H1257,V", + "mappedName": "Vertex6;:H1021,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex6;:H1255,V", + "mappedName": "Vertex6;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125490,7 +171922,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:H1255,V;:H1257,V", + "mappedName": "Vertex6;:H1021,V;:H1023,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -125498,13 +171930,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H1255,V;:H1257,V", + "mappedName": "Vertex5;:H1021,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex5;:H1255,V", + "mappedName": "Vertex5;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125517,7 +171949,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:H1255,V;:H1257,V", + "mappedName": "Vertex5;:H1021,V;:H1023,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -125525,13 +171957,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H1255,V;:H1257,V", + "mappedName": "Vertex7;:H1021,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex7;:H1255,V", + "mappedName": "Vertex7;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125544,7 +171976,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:H1255,V;:H1257,V", + "mappedName": "Vertex7;:H1021,V;:H1023,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -125552,26 +171984,26 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V;:H1257,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V", "object": "Cut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F)", "object": "Cylinder22", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V;:H1257,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V;:H1023,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -125579,13 +172011,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H1255,V;:H1257,V", + "mappedName": "Vertex8;:H1021,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex8;:H1255,V", + "mappedName": "Vertex8;:H1021,V", "object": "Cut22", "typeId": "Part::Cut" }, @@ -125598,7 +172030,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H1255,V;:H1257,V", + "mappedName": "Vertex8;:H1021,V;:H1023,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -125606,26 +172038,26 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V;:H1257,V", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V;:H1023,V", "object": "CompositeCut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V", "object": "Cut22", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F)", "object": "Cylinder22", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V;:H1257,V", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V;:H1023,V", "mappedStringIds": [], "name": "Vertex10" } @@ -125641,7 +172073,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H1255,F;:H1257,F", + "mappedName": "Face1;:H1021,F;:H1023,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125649,7 +172081,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:H1255,F;:H1257,F", + "name": "Face1;:H1021,F;:H1023,F", "stringIds": [] }, "relation": "preserved", @@ -125657,9 +172089,9 @@ "resultPersistentId": "CompositeCut22:face:0", "sourceRefs": [ { - "mappedName": "Face1;:H1255,F", + "mappedName": "Face1;:H1021,F", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Face1;:H1255,F", + "persistentId": "Cut22:mapped:Face1;:H1021,F", "stageId": "Cut22" }, { @@ -125674,7 +172106,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H1255,F;:H1257,F", + "mappedName": "Face3;:H1021,F;:H1023,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125682,7 +172114,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:H1255,F;:H1257,F", + "name": "Face3;:H1021,F;:H1023,F", "stringIds": [] }, "relation": "preserved", @@ -125690,9 +172122,9 @@ "resultPersistentId": "CompositeCut22:face:1", "sourceRefs": [ { - "mappedName": "Face3;:H1255,F", + "mappedName": "Face3;:H1021,F", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Face3;:H1255,F", + "persistentId": "Cut22:mapped:Face3;:H1021,F", "stageId": "Cut22" }, { @@ -125707,7 +172139,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CUT;:H1255:7,F;:H1257,F", + "mappedName": "Face6;:M;CUT;:H1021:7,F;:H1023,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125715,7 +172147,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;CUT;:H1255:7,F;:H1257,F", + "name": "Face6;:M;CUT;:H1021:7,F;:H1023,F", "stringIds": [] }, "relation": "modified", @@ -125723,9 +172155,9 @@ "resultPersistentId": "CompositeCut22:face:2", "sourceRefs": [ { - "mappedName": "Face6;:M;CUT;:H1255:7,F", + "mappedName": "Face6;:M;CUT;:H1021:7,F", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Face6;:M;CUT;:H1255:7,F", + "persistentId": "Cut22:mapped:Face6;:M;CUT;:H1021:7,F", "stageId": "Cut22" }, { @@ -125740,7 +172172,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H1255,F;:H1257,F", + "mappedName": "Face4;:H1021,F;:H1023,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125748,7 +172180,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H1255,F;:H1257,F", + "name": "Face4;:H1021,F;:H1023,F", "stringIds": [] }, "relation": "preserved", @@ -125756,9 +172188,9 @@ "resultPersistentId": "CompositeCut22:face:3", "sourceRefs": [ { - "mappedName": "Face4;:H1255,F", + "mappedName": "Face4;:H1021,F", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Face4;:H1255,F", + "persistentId": "Cut22:mapped:Face4;:H1021,F", "stageId": "Cut22" }, { @@ -125773,7 +172205,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CUT;:H1255:7,F;:H1257,F", + "mappedName": "Face5;:M;CUT;:H1021:7,F;:H1023,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125781,7 +172213,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CUT;:H1255:7,F;:H1257,F", + "name": "Face5;:M;CUT;:H1021:7,F;:H1023,F", "stringIds": [] }, "relation": "modified", @@ -125789,9 +172221,9 @@ "resultPersistentId": "CompositeCut22:face:4", "sourceRefs": [ { - "mappedName": "Face5;:M;CUT;:H1255:7,F", + "mappedName": "Face5;:M;CUT;:H1021:7,F", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Face5;:M;CUT;:H1255:7,F", + "persistentId": "Cut22:mapped:Face5;:M;CUT;:H1021:7,F", "stageId": "Cut22" }, { @@ -125806,7 +172238,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H1255,F;:H1257,F", + "mappedName": "Face2;:H1021,F;:H1023,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125814,7 +172246,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:H1255,F;:H1257,F", + "name": "Face2;:H1021,F;:H1023,F", "stringIds": [] }, "relation": "preserved", @@ -125822,9 +172254,9 @@ "resultPersistentId": "CompositeCut22:face:5", "sourceRefs": [ { - "mappedName": "Face2;:H1255,F", + "mappedName": "Face2;:H1021,F", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Face2;:H1255,F", + "persistentId": "Cut22:mapped:Face2;:H1021,F", "stageId": "Cut22" }, { @@ -125839,7 +172271,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:H1256:7,F;:H1257,F", + "mappedName": "Face1;:M;CUT;:H1022:7,F;:H1023,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125847,7 +172279,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M;CUT;:H1256:7,F;:H1257,F", + "name": "Face1;:M;CUT;:H1022:7,F;:H1023,F", "stringIds": [] }, "relation": "modified", @@ -125855,9 +172287,9 @@ "resultPersistentId": "CompositeCut22:face:6", "sourceRefs": [ { - "mappedName": "Face1;:M;CUT;:H1256:7,F", + "mappedName": "Face1;:M;CUT;:H1022:7,F", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Face1;:M;CUT;:H1256:7,F", + "persistentId": "Cut22:mapped:Face1;:M;CUT;:H1022:7,F", "stageId": "Cut22" }, { @@ -125872,7 +172304,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H1255,E;:H1257,E", + "mappedName": "Edge1;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125880,7 +172312,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:H1255,E;:H1257,E", + "name": "Edge1;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -125888,9 +172320,9 @@ "resultPersistentId": "CompositeCut22:edge:0", "sourceRefs": [ { - "mappedName": "Edge1;:H1255,E", + "mappedName": "Edge1;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge1;:H1255,E", + "persistentId": "Cut22:mapped:Edge1;:H1021,E", "stageId": "Cut22" }, { @@ -125905,7 +172337,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H1255,E;:H1257,E", + "mappedName": "Edge2;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125913,7 +172345,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:H1255,E;:H1257,E", + "name": "Edge2;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -125921,9 +172353,9 @@ "resultPersistentId": "CompositeCut22:edge:1", "sourceRefs": [ { - "mappedName": "Edge2;:H1255,E", + "mappedName": "Edge2;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge2;:H1255,E", + "persistentId": "Cut22:mapped:Edge2;:H1021,E", "stageId": "Cut22" }, { @@ -125938,7 +172370,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H1255,E;:H1257,E", + "mappedName": "Edge3;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125946,7 +172378,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H1255,E;:H1257,E", + "name": "Edge3;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -125954,9 +172386,9 @@ "resultPersistentId": "CompositeCut22:edge:2", "sourceRefs": [ { - "mappedName": "Edge3;:H1255,E", + "mappedName": "Edge3;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge3;:H1255,E", + "persistentId": "Cut22:mapped:Edge3;:H1021,E", "stageId": "Cut22" }, { @@ -125971,7 +172403,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H1255,E;:H1257,E", + "mappedName": "Edge4;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -125979,7 +172411,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:H1255,E;:H1257,E", + "name": "Edge4;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -125987,9 +172419,9 @@ "resultPersistentId": "CompositeCut22:edge:3", "sourceRefs": [ { - "mappedName": "Edge4;:H1255,E", + "mappedName": "Edge4;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge4;:H1255,E", + "persistentId": "Cut22:mapped:Edge4;:H1021,E", "stageId": "Cut22" }, { @@ -126004,7 +172436,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H1255,E;:H1257,E", + "mappedName": "Edge9;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126012,7 +172444,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:H1255,E;:H1257,E", + "name": "Edge9;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -126020,9 +172452,9 @@ "resultPersistentId": "CompositeCut22:edge:4", "sourceRefs": [ { - "mappedName": "Edge9;:H1255,E", + "mappedName": "Edge9;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge9;:H1255,E", + "persistentId": "Cut22:mapped:Edge9;:H1021,E", "stageId": "Cut22" }, { @@ -126037,7 +172469,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H1255,E;:H1257,E", + "mappedName": "Edge5;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126045,7 +172477,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:H1255,E;:H1257,E", + "name": "Edge5;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -126053,9 +172485,9 @@ "resultPersistentId": "CompositeCut22:edge:5", "sourceRefs": [ { - "mappedName": "Edge5;:H1255,E", + "mappedName": "Edge5;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge5;:H1255,E", + "persistentId": "Cut22:mapped:Edge5;:H1021,E", "stageId": "Cut22" }, { @@ -126070,7 +172502,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H1255,E;:H1257,E", + "mappedName": "Edge10;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126078,7 +172510,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:H1255,E;:H1257,E", + "name": "Edge10;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -126086,9 +172518,9 @@ "resultPersistentId": "CompositeCut22:edge:6", "sourceRefs": [ { - "mappedName": "Edge10;:H1255,E", + "mappedName": "Edge10;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge10;:H1255,E", + "persistentId": "Cut22:mapped:Edge10;:H1021,E", "stageId": "Cut22" }, { @@ -126103,7 +172535,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H1255,E;:H1257,E", + "mappedName": "Edge12;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126111,7 +172543,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:H1255,E;:H1257,E", + "name": "Edge12;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -126119,9 +172551,9 @@ "resultPersistentId": "CompositeCut22:edge:7", "sourceRefs": [ { - "mappedName": "Edge12;:H1255,E", + "mappedName": "Edge12;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge12;:H1255,E", + "persistentId": "Cut22:mapped:Edge12;:H1021,E", "stageId": "Cut22" }, { @@ -126136,7 +172568,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H1255,E;:H1257,E", + "mappedName": "Edge6;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126144,7 +172576,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:H1255,E;:H1257,E", + "name": "Edge6;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -126152,9 +172584,9 @@ "resultPersistentId": "CompositeCut22:edge:8", "sourceRefs": [ { - "mappedName": "Edge6;:H1255,E", + "mappedName": "Edge6;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge6;:H1255,E", + "persistentId": "Cut22:mapped:Edge6;:H1021,E", "stageId": "Cut22" }, { @@ -126169,7 +172601,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126177,7 +172609,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E", + "name": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E", "stringIds": [] }, "relation": "generated", @@ -126185,15 +172617,15 @@ "resultPersistentId": "CompositeCut22:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Face6;:G2(Face1;K-2;:H1256:4,F);CUT;:H1255:1e,E", + "persistentId": "Cut22:mapped:Face6;:G2(Face1;K-2;:H1022:4,F);CUT;:H1021:1e,E", "stageId": "Cut22" }, { - "mappedName": "Face6;:G2(Face1;K-2;:H1256:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:H1022:4,F)", "objectId": "Box22", - "persistentId": "Box22:mapped:Face6;:G2(Face1;K-2;:H1256:4,F)", + "persistentId": "Box22:mapped:Face6;:G2(Face1;K-2;:H1022:4,F)", "stageId": "Box22" } ] @@ -126202,7 +172634,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H1255,E;:H1257,E", + "mappedName": "Edge11;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126210,7 +172642,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H1255,E;:H1257,E", + "name": "Edge11;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -126218,9 +172650,9 @@ "resultPersistentId": "CompositeCut22:edge:10", "sourceRefs": [ { - "mappedName": "Edge11;:H1255,E", + "mappedName": "Edge11;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge11;:H1255,E", + "persistentId": "Cut22:mapped:Edge11;:H1021,E", "stageId": "Cut22" }, { @@ -126235,7 +172667,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H1255,E;:H1257,E", + "mappedName": "Edge7;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126243,7 +172675,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H1255,E;:H1257,E", + "name": "Edge7;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -126251,9 +172683,9 @@ "resultPersistentId": "CompositeCut22:edge:11", "sourceRefs": [ { - "mappedName": "Edge7;:H1255,E", + "mappedName": "Edge7;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge7;:H1255,E", + "persistentId": "Cut22:mapped:Edge7;:H1021,E", "stageId": "Cut22" }, { @@ -126268,7 +172700,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H1255,E;:H1257,E", + "mappedName": "Edge8;:H1021,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126276,7 +172708,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:H1255,E;:H1257,E", + "name": "Edge8;:H1021,E;:H1023,E", "stringIds": [] }, "relation": "preserved", @@ -126284,9 +172716,9 @@ "resultPersistentId": "CompositeCut22:edge:12", "sourceRefs": [ { - "mappedName": "Edge8;:H1255,E", + "mappedName": "Edge8;:H1021,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge8;:H1255,E", + "persistentId": "Cut22:mapped:Edge8;:H1021,E", "stageId": "Cut22" }, { @@ -126301,7 +172733,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126309,7 +172741,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E;:H1257,E", + "name": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E;:H1023,E", "stringIds": [] }, "relation": "generated", @@ -126317,15 +172749,15 @@ "resultPersistentId": "CompositeCut22:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Face5;:G2(Face1;K-1;:H1256:4,F);CUT;:H1255:1e,E", + "persistentId": "Cut22:mapped:Face5;:G2(Face1;K-1;:H1022:4,F);CUT;:H1021:1e,E", "stageId": "Cut22" }, { - "mappedName": "Face5;:G2(Face1;K-1;:H1256:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:H1022:4,F)", "objectId": "Box22", - "persistentId": "Box22:mapped:Face5;:G2(Face1;K-1;:H1256:4,F)", + "persistentId": "Box22:mapped:Face5;:G2(Face1;K-1;:H1022:4,F)", "stageId": "Box22" } ] @@ -126334,7 +172766,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CUT;:H1256:7,E;:H1257,E", + "mappedName": "Edge1;:M;CUT;:H1022:7,E;:H1023,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126342,7 +172774,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M;CUT;:H1256:7,E;:H1257,E", + "name": "Edge1;:M;CUT;:H1022:7,E;:H1023,E", "stringIds": [] }, "relation": "modified", @@ -126350,9 +172782,9 @@ "resultPersistentId": "CompositeCut22:edge:14", "sourceRefs": [ { - "mappedName": "Edge1;:M;CUT;:H1256:7,E", + "mappedName": "Edge1;:M;CUT;:H1022:7,E", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge1;:M;CUT;:H1256:7,E", + "persistentId": "Cut22:mapped:Edge1;:M;CUT;:H1022:7,E", "stageId": "Cut22" }, { @@ -126367,7 +172799,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H1255,V;:H1257,V", + "mappedName": "Vertex1;:H1021,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126375,7 +172807,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H1255,V;:H1257,V", + "name": "Vertex1;:H1021,V;:H1023,V", "stringIds": [] }, "relation": "preserved", @@ -126383,9 +172815,9 @@ "resultPersistentId": "CompositeCut22:vertex:0", "sourceRefs": [ { - "mappedName": "Vertex1;:H1255,V", + "mappedName": "Vertex1;:H1021,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Vertex1;:H1255,V", + "persistentId": "Cut22:mapped:Vertex1;:H1021,V", "stageId": "Cut22" }, { @@ -126400,7 +172832,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H1255,V;:H1257,V", + "mappedName": "Vertex2;:H1021,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126408,7 +172840,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:H1255,V;:H1257,V", + "name": "Vertex2;:H1021,V;:H1023,V", "stringIds": [] }, "relation": "preserved", @@ -126416,9 +172848,9 @@ "resultPersistentId": "CompositeCut22:vertex:1", "sourceRefs": [ { - "mappedName": "Vertex2;:H1255,V", + "mappedName": "Vertex2;:H1021,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Vertex2;:H1255,V", + "persistentId": "Cut22:mapped:Vertex2;:H1021,V", "stageId": "Cut22" }, { @@ -126433,7 +172865,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H1255,V;:H1257,V", + "mappedName": "Vertex3;:H1021,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126441,7 +172873,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:H1255,V;:H1257,V", + "name": "Vertex3;:H1021,V;:H1023,V", "stringIds": [] }, "relation": "preserved", @@ -126449,9 +172881,9 @@ "resultPersistentId": "CompositeCut22:vertex:2", "sourceRefs": [ { - "mappedName": "Vertex3;:H1255,V", + "mappedName": "Vertex3;:H1021,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Vertex3;:H1255,V", + "persistentId": "Cut22:mapped:Vertex3;:H1021,V", "stageId": "Cut22" }, { @@ -126466,7 +172898,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H1255,V;:H1257,V", + "mappedName": "Vertex4;:H1021,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126474,7 +172906,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H1255,V;:H1257,V", + "name": "Vertex4;:H1021,V;:H1023,V", "stringIds": [] }, "relation": "preserved", @@ -126482,9 +172914,9 @@ "resultPersistentId": "CompositeCut22:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex4;:H1255,V", + "mappedName": "Vertex4;:H1021,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Vertex4;:H1255,V", + "persistentId": "Cut22:mapped:Vertex4;:H1021,V", "stageId": "Cut22" }, { @@ -126499,7 +172931,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H1255,V;:H1257,V", + "mappedName": "Vertex6;:H1021,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126507,7 +172939,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:H1255,V;:H1257,V", + "name": "Vertex6;:H1021,V;:H1023,V", "stringIds": [] }, "relation": "preserved", @@ -126515,9 +172947,9 @@ "resultPersistentId": "CompositeCut22:vertex:4", "sourceRefs": [ { - "mappedName": "Vertex6;:H1255,V", + "mappedName": "Vertex6;:H1021,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Vertex6;:H1255,V", + "persistentId": "Cut22:mapped:Vertex6;:H1021,V", "stageId": "Cut22" }, { @@ -126532,7 +172964,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H1255,V;:H1257,V", + "mappedName": "Vertex5;:H1021,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126540,7 +172972,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:H1255,V;:H1257,V", + "name": "Vertex5;:H1021,V;:H1023,V", "stringIds": [] }, "relation": "preserved", @@ -126548,9 +172980,9 @@ "resultPersistentId": "CompositeCut22:vertex:5", "sourceRefs": [ { - "mappedName": "Vertex5;:H1255,V", + "mappedName": "Vertex5;:H1021,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Vertex5;:H1255,V", + "persistentId": "Cut22:mapped:Vertex5;:H1021,V", "stageId": "Cut22" }, { @@ -126565,7 +172997,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H1255,V;:H1257,V", + "mappedName": "Vertex7;:H1021,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126573,7 +173005,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:H1255,V;:H1257,V", + "name": "Vertex7;:H1021,V;:H1023,V", "stringIds": [] }, "relation": "preserved", @@ -126581,9 +173013,9 @@ "resultPersistentId": "CompositeCut22:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex7;:H1255,V", + "mappedName": "Vertex7;:H1021,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Vertex7;:H1255,V", + "persistentId": "Cut22:mapped:Vertex7;:H1021,V", "stageId": "Cut22" }, { @@ -126598,7 +173030,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V;:H1257,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126606,7 +173038,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V;:H1257,V", + "name": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V;:H1023,V", "stringIds": [] }, "relation": "generated", @@ -126614,15 +173046,15 @@ "resultPersistentId": "CompositeCut22:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge1;:G2(Face6;K-1;:H1255:4,F);CUT;:H1256:1e,V", + "persistentId": "Cut22:mapped:Edge1;:G2(Face6;K-1;:H1021:4,F);CUT;:H1022:1e,V", "stageId": "Cut22" }, { - "mappedName": "Edge1;:G2(Face6;K-1;:H1255:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:H1021:4,F)", "objectId": "Cylinder22", - "persistentId": "Cylinder22:mapped:Edge1;:G2(Face6;K-1;:H1255:4,F)", + "persistentId": "Cylinder22:mapped:Edge1;:G2(Face6;K-1;:H1021:4,F)", "stageId": "Cylinder22" } ] @@ -126631,7 +173063,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H1255,V;:H1257,V", + "mappedName": "Vertex8;:H1021,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126639,7 +173071,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H1255,V;:H1257,V", + "name": "Vertex8;:H1021,V;:H1023,V", "stringIds": [] }, "relation": "preserved", @@ -126647,9 +173079,9 @@ "resultPersistentId": "CompositeCut22:vertex:8", "sourceRefs": [ { - "mappedName": "Vertex8;:H1255,V", + "mappedName": "Vertex8;:H1021,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Vertex8;:H1255,V", + "persistentId": "Cut22:mapped:Vertex8;:H1021,V", "stageId": "Cut22" }, { @@ -126664,7 +173096,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V;:H1257,V", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V;:H1023,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -126672,7 +173104,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V;:H1257,V", + "name": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V;:H1023,V", "stringIds": [] }, "relation": "generated", @@ -126680,15 +173112,15 @@ "resultPersistentId": "CompositeCut22:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V", "objectId": "Cut22", - "persistentId": "Cut22:mapped:Edge1;:G(Face5;K-1;:H1255:4,F);CUT;:H1256:1d,V", + "persistentId": "Cut22:mapped:Edge1;:G(Face5;K-1;:H1021:4,F);CUT;:H1022:1d,V", "stageId": "Cut22" }, { - "mappedName": "Edge1;:G(Face5;K-1;:H1255:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:H1021:4,F)", "objectId": "Cylinder22", - "persistentId": "Cylinder22:mapped:Edge1;:G(Face5;K-1;:H1255:4,F)", + "persistentId": "Cylinder22:mapped:Edge1;:G(Face5;K-1;:H1021:4,F)", "stageId": "Cylinder22" } ] @@ -126703,11 +173135,723 @@ "stageId": "CompositeCut22", "status": "native-evidence" }, + "relationDigest": "6f68b991611eb08fa97211478b3ad4ecdef5e79fa5e68cf394cd716f94afcffc", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face1;:H#,F", + "sourceElement": "Face1", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face3;:H#,F", + "sourceElement": "Face3", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M;CUT;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face4;:H#,F", + "sourceElement": "Face4", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M;CUT;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M;CUT;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder22", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge1;:H#,E", + "sourceElement": "Edge1", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:H#,E", + "sourceElement": "Edge2", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:H#,E", + "sourceElement": "Edge4", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:H#,E", + "sourceElement": "Edge9", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:H#,E", + "sourceElement": "Edge10", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:H#,E", + "sourceElement": "Edge12", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:H#,E", + "sourceElement": "Edge6", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CUT;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CUT;:H#:1e,E", + "sourceElement": "Face6", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:H#,E", + "sourceElement": "Edge11", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:H#,E", + "sourceElement": "Edge8", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CUT;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CUT;:H#:1e,E", + "sourceElement": "Face5", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:M;CUT;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder22", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex1;:H#,V", + "sourceElement": "Vertex1", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex2;:H#,V", + "sourceElement": "Vertex2", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CUT;:H#:1e,V;:H#,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CUT;:H#:1e,V", + "sourceElement": "Edge1", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder22", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box22", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CUT;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CUT;:H#:1d,V", + "sourceElement": "Edge1", + "sourceObject": "Cut22", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder22", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "e3075f73dfc637c6f0df4c728ccee90f5178100ef4f51b4c60dd99e0f6e02f5a", "shape": { + "area": 750.79644737231, + "brepSha256": "ec9913125b5ddc0b4285f80517f33475a8ee07d7d12f20477375f95ae625824c", "edges": 15, "faces": 7, + "geometryDigest": "52c56e954e8b58151030ed8496df53f719da555244cce0e70a25263104012f17", "solids": 1, "valid": true, + "vertices": 10, "volume": 497.34517542563293 }, "typeId": "Part::Cut" @@ -126717,18 +173861,362 @@ "stringHasherResource": null }, { + "category": "composite-boolean", "elementMapResources": { "CompositeCut23.Shape.Map.txt": { - "sha256": "c72aa6ee9c3d9b9acff01b4751d47c51915dbf3fec1da892a942ac81866ea625", - "text": "BeginElementMap v1\n2 PostfixCount 41\nEdge\nFace\nVertex\n;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V\n;:Hfe5,E\n;:M2;FUS;:Hfe2:8,E;:Hfe4,E\n;:M;FUS;:Hfe2:7,E;:Hfe4,E\n;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V\n;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V\n;:Hfe2,E;:Hfe4,E\n;:M3;FUS;:Hfe3:8,E;:Hfe4,E\n;:M;FUS;:Hfe3:7,E;:Hfe4,E\n;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V\n;:Hfe3,E;:Hfe4,E\n;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V\n;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V\n;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V\n;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V\n;:Hfe5,F\n;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F\n;:M2;FUS;:Hfe3:8,F;:Hfe4,F\n;:M;FUS;:Hfe3:7,F;:Hfe4,F\n;:Hfe3,F;:Hfe4,F\n;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F\n;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F\n;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F\n;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E\n;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E\n;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E\n;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E\n;:M2;FUS;:Hfe2:8,F;:Hfe4,F\n;:M3;FUS;:Hfe2:8,F;:Hfe4,F\n;:M4;FUS;:Hfe2:8,F;:Hfe4,F\n;:M;FUS;:Hfe2:7,F;:Hfe4,F\n;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E\n;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E\n;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E\n;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E\n;:Hfe2,V;:Hfe4,V\n;:Hfe3,V;:Hfe4,V\n;:Hfe5,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 45\n0\n:1.2.7 0\n:2.6.24 0\n:1.a.7 0\n:1.2.6 0\n:1.3.a 0\n:1.4.6 0\n:1.4.7 0\n:1.1.a 0\n:2.6.26 0\n:2.6.25 0\n:2.6.23 0\n:1.1.b 0\n:1.3.e 0\n:1.9.7 0\n:1.9.6 0\n:1.5.a 0\n:1.a.6 0\n:1.c.7 0\n:1.b.7 0\n:1.c.6 0\n:1.7.a 0\n:1.b.6 0\n:2.5.1d 0\n:2.5.1c 0\n:1.6.6 0\n:1.6.7 0\n:2.5.1b 0\n:1.8.7 0\n:1.8.6 0\n:2.5.1e 0\n:1.2.e 0\n:1.1.c 0\n:1.1.5 0\n:1.2.5 0\n:1.3.5 0\n:1.4.5 0\n:1.9.5 0\n:1.5.5 0\n:1.a.5 0\n:1.c.5 0\n:1.6.5 0\n:1.b.5 0\n:1.7.5 0\n:1.8.5 0\n\nFace\n\nChildCount 0\n\nNameCount 23\n0\n:2.6.22 0\n:2.1.14 0\n:2.1.15 0\n:2.3.19 0\n:2.6.1f 0\n:2.4.1a 0\n:2.5.1f 0\n:2.5.22 0\n:2.6.21 0\n:2.6.20 0\n:2.3.17 0\n:2.5.20 0\n:2.2.18 0\n:2.5.21 0\n:2.1.16 0\n:2.2.17 0\n:2.1.13 0\n:2.3.13 0\n:2.6.13 0\n:2.4.13 0\n:2.5.13 0\n:2.2.13 0\n\nVertex\n\nChildCount 0\n\nNameCount 27\n0\n:3.1.27 0\n:1.2.d 0\n:1.a.4 0\n:3.3.27 0\n:3.4.27 0\n:1.4.f 0\n:3.2.27 0\n:1.c.9 0\n:1.6.10 0\n:3.2.28 0\n:1.9.12 0\n:3.6.27 0\n:3.5.27 0\n:1.b.8 0\n:3.7.27 0\n:3.8.27 0\n:1.8.11 0\n:3.1.28 0\n:3.1.29 0\n:3.2.29 0\n:3.3.29 0\n:3.4.29 0\n:3.6.29 0\n:3.5.29 0\n:3.7.29 0\n:3.8.29 0\n\nEndMap\n" + "sha256": "d9f4660e760ad2188f7bababb1f81ac2893ae9a8840066dc75f6cf6af90e1694", + "text": "BeginElementMap v1\n2 PostfixCount 41\nEdge\nFace\nVertex\n;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V\n;:H11d0,E\n;:M2;FUS;:H11cd:8,E;:H11cf,E\n;:M;FUS;:H11cd:7,E;:H11cf,E\n;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V\n;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V\n;:H11cd,E;:H11cf,E\n;:M3;FUS;:H11ce:8,E;:H11cf,E\n;:M;FUS;:H11ce:7,E;:H11cf,E\n;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V\n;:H11ce,E;:H11cf,E\n;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V\n;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V\n;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V\n;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V\n;:H11d0,F\n;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F\n;:M2;FUS;:H11ce:8,F;:H11cf,F\n;:M;FUS;:H11ce:7,F;:H11cf,F\n;:H11ce,F;:H11cf,F\n;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F\n;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F\n;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F\n;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E\n;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E\n;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E\n;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E\n;:M2;FUS;:H11cd:8,F;:H11cf,F\n;:M3;FUS;:H11cd:8,F;:H11cf,F\n;:M4;FUS;:H11cd:8,F;:H11cf,F\n;:M;FUS;:H11cd:7,F;:H11cf,F\n;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E\n;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E\n;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E\n;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E\n;:H11cd,V;:H11cf,V\n;:H11ce,V;:H11cf,V\n;:H11d0,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 45\n0\n:1.2.7 0\n:2.6.24 0\n:1.a.7 0\n:1.2.6 0\n:1.3.a 0\n:1.4.6 0\n:1.4.7 0\n:1.1.a 0\n:2.6.26 0\n:2.6.25 0\n:2.6.23 0\n:1.1.b 0\n:1.3.e 0\n:1.9.7 0\n:1.9.6 0\n:1.5.a 0\n:1.a.6 0\n:1.c.7 0\n:1.b.7 0\n:1.c.6 0\n:1.7.a 0\n:1.b.6 0\n:2.5.1d 0\n:2.5.1c 0\n:1.6.6 0\n:1.6.7 0\n:2.5.1b 0\n:1.8.7 0\n:1.8.6 0\n:2.5.1e 0\n:1.2.e 0\n:1.1.c 0\n:1.1.5 0\n:1.2.5 0\n:1.3.5 0\n:1.4.5 0\n:1.9.5 0\n:1.5.5 0\n:1.a.5 0\n:1.c.5 0\n:1.6.5 0\n:1.b.5 0\n:1.7.5 0\n:1.8.5 0\n\nFace\n\nChildCount 0\n\nNameCount 23\n0\n:2.6.22 0\n:2.1.14 0\n:2.1.15 0\n:2.3.19 0\n:2.6.1f 0\n:2.4.1a 0\n:2.5.1f 0\n:2.5.22 0\n:2.6.21 0\n:2.6.20 0\n:2.3.17 0\n:2.5.20 0\n:2.2.18 0\n:2.5.21 0\n:2.1.16 0\n:2.2.17 0\n:2.1.13 0\n:2.3.13 0\n:2.6.13 0\n:2.4.13 0\n:2.5.13 0\n:2.2.13 0\n\nVertex\n\nChildCount 0\n\nNameCount 27\n0\n:3.1.27 0\n:1.2.d 0\n:1.a.4 0\n:3.3.27 0\n:3.4.27 0\n:1.4.f 0\n:3.2.27 0\n:1.c.9 0\n:1.6.10 0\n:3.2.28 0\n:1.9.12 0\n:3.6.27 0\n:3.5.27 0\n:1.b.8 0\n:3.7.27 0\n:3.8.27 0\n:1.8.11 0\n:3.1.28 0\n:3.1.29 0\n:3.2.29 0\n:3.3.29 0\n:3.4.29 0\n:3.6.29 0\n:3.5.29 0\n:3.7.29 0\n:3.8.29 0\n\nEndMap\n" }, "Fuse23.Shape.Map.txt": { - "sha256": "3c164b44417bd8b1018b4c1280caf4d9c56cb4542ca907eed14dae8ccb2bb11a", - "text": "BeginElementMap v1\n1 PostfixCount 38\nEdge\nFace\nVertex\n;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V\n;:M2;FUS;:Hfe2:8,E\n;:M;FUS;:Hfe2:7,E\n;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V\n;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V\n;:Hfe2,E\n;:M3;FUS;:Hfe3:8,E\n;:M;FUS;:Hfe3:7,E\n;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V\n;:Hfe3,E\n;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V\n;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V\n;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V\n;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V\n;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F\n;:M2;FUS;:Hfe3:8,F\n;:M;FUS;:Hfe3:7,F\n;:Hfe3,F\n;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F\n;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F\n;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F\n;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E\n;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E\n;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E\n;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E\n;:M2;FUS;:Hfe2:8,F\n;:M3;FUS;:Hfe2:8,F\n;:M4;FUS;:Hfe2:8,F\n;:M;FUS;:Hfe2:7,F\n;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E\n;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E\n;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E\n;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E\n;:Hfe2,V\n;:Hfe3,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.6.22 0\n:1.a.6 0\n:2.6.24 0\n:2.6.23 0\n:2.6.21 0\n:1.1.a 0\n:1.3.d 0\n:1.2.5 0\n:1.c.6 0\n:1.c.5 0\n:1.6.5 0\n:1.6.6 0\n:1.a.5 0\n:1.3.9 0\n:1.4.5 0\n:1.4.6 0\n:1.1.9 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.d 0\n:1.1.b 0\n:2.5.19 0\n:2.5.1b 0\n:2.5.1c 0\n:1.b.6 0\n:1.8.6 0\n:1.9.5 0\n:1.b.5 0\n:1.8.5 0\n:1.5.9 0\n:1.7.9 0\n\nFace\n\nChildCount 0\n\nNameCount 17\n0\n:2.6.20 0\n:2.1.13 0\n:2.6.1d 0\n:2.6.1f 0\n:2.6.1e 0\n:2.3.15 0\n:2.1.12 0\n:2.5.20 0\n:2.1.14 0\n:2.5.1d 0\n:2.2.15 0\n:2.5.1e 0\n:2.5.1f 0\n:2.3.17 0\n:2.4.18 0\n:2.2.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 19\n0\n:3.1.25 0\n:1.2.c 0\n:1.a.4 0\n:1.c.8 0\n:1.6.f 0\n:3.2.26 0\n:3.3.25 0\n:3.7.25 0\n:3.5.25 0\n:3.4.25 0\n:1.4.e 0\n:3.2.25 0\n:1.9.11 0\n:3.1.26 0\n:1.8.10 0\n:1.b.7 0\n:3.6.25 0\n:3.8.25 0\n\nEndMap\n" + "sha256": "05219e91dc005b31f055b75eb457c0789a144ebaf356ad0818b5b1f1f500e707", + "text": "BeginElementMap v1\n1 PostfixCount 38\nEdge\nFace\nVertex\n;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V\n;:M2;FUS;:H11cd:8,E\n;:M;FUS;:H11cd:7,E\n;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V\n;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V\n;:H11cd,E\n;:M3;FUS;:H11ce:8,E\n;:M;FUS;:H11ce:7,E\n;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V\n;:H11ce,E\n;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V\n;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V\n;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V\n;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V\n;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F\n;:M2;FUS;:H11ce:8,F\n;:M;FUS;:H11ce:7,F\n;:H11ce,F\n;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F\n;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F\n;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F\n;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E\n;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E\n;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E\n;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E\n;:M2;FUS;:H11cd:8,F\n;:M3;FUS;:H11cd:8,F\n;:M4;FUS;:H11cd:8,F\n;:M;FUS;:H11cd:7,F\n;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E\n;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E\n;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E\n;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E\n;:H11cd,V\n;:H11ce,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.6.22 0\n:1.a.6 0\n:2.6.24 0\n:2.6.23 0\n:2.6.21 0\n:1.1.a 0\n:1.3.d 0\n:1.2.5 0\n:1.c.6 0\n:1.c.5 0\n:1.6.5 0\n:1.6.6 0\n:1.a.5 0\n:1.3.9 0\n:1.4.5 0\n:1.4.6 0\n:1.1.9 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.d 0\n:1.1.b 0\n:2.5.19 0\n:2.5.1b 0\n:2.5.1c 0\n:1.b.6 0\n:1.8.6 0\n:1.9.5 0\n:1.b.5 0\n:1.8.5 0\n:1.5.9 0\n:1.7.9 0\n\nFace\n\nChildCount 0\n\nNameCount 17\n0\n:2.6.20 0\n:2.1.13 0\n:2.6.1d 0\n:2.6.1f 0\n:2.6.1e 0\n:2.3.15 0\n:2.1.12 0\n:2.5.20 0\n:2.1.14 0\n:2.5.1d 0\n:2.2.15 0\n:2.5.1e 0\n:2.5.1f 0\n:2.3.17 0\n:2.4.18 0\n:2.2.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 19\n0\n:3.1.25 0\n:1.2.c 0\n:1.a.4 0\n:1.c.8 0\n:1.6.f 0\n:3.2.26 0\n:3.3.25 0\n:3.7.25 0\n:3.5.25 0\n:3.4.25 0\n:1.4.e 0\n:3.2.25 0\n:1.9.11 0\n:3.1.26 0\n:1.8.10 0\n:1.b.7 0\n:3.6.25 0\n:3.8.25 0\n\nEndMap\n" } }, "finalObject": "CompositeCut23", "id": "composite-03", + "mutation": { + "category": "composite-boolean", + "contract": { + "editorModes": [], + "finalObject": "CompositeCut23", + "finalStageOrdinal": 4, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Box23", + "targetStageOrdinal": 0, + "targetTypeId": "Part::Box" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 2, + 4 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 2, + 4 + ], + "namingChangedStages": 2, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 15, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 5 + }, + "phases": { + "before": [ + { + "key": "composite-03:000:Box23", + "name": "Box23", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-03:001:Cylinder23", + "name": "Cylinder23", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-03:002:Fuse23", + "name": "Fuse23", + "ordinal": 2, + "relationDigest": "fb5f594e7ecfd1af640e03fd611c3dcfe307a0b73984a84c5f166cdf1bda8b37", + "semanticNameDigest": "27303087c0b01d8d12cf49d74cce534b6fab860be18f8b3e1cacd39c00352265", + "shape": { + "area": 725.6637061435916, + "brepSha256": "4ac22f055f225c434578047dca9b3ee875f1d11573dddeb33078640f8add7af3", + "edges": 32, + "faces": 16, + "geometryDigest": "2a2ce3053bc40385a23b1d8cb3e1faa4b0b88bca58656fcae9b7b46a626d66d7", + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 1314.159265358979 + }, + "typeId": "Part::Fuse" + }, + { + "key": "composite-03:003:SecondBox23", + "name": "SecondBox23", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-03:004:CompositeCut23", + "name": "CompositeCut23", + "ordinal": 4, + "relationDigest": "5bb05cfc4ff94ba18542e1dd528881023d9432a370bd6bf56356688da522f6de", + "semanticNameDigest": "17abafbaffa74dff1962deb78a26083dcfe3cf61e8b4e12ce62199d0eefa41f5", + "shape": { + "area": 821.6637061435915, + "brepSha256": "37de92af4099334119302f13e2282e9d76e9061cec8cc077a618bd16a96d3595", + "edges": 44, + "faces": 22, + "geometryDigest": "297cb7ae3f61b88c2ead74f36aa96545eae0e651f1be51941f402b9a42a3081e", + "solids": 1, + "valid": true, + "vertices": 26, + "volume": 1250.1592653589785 + }, + "typeId": "Part::Cut" + } + ], + "edited": [ + { + "key": "composite-03:000:Box23", + "name": "Box23", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 619.9999999999999, + "brepSha256": "b55ee261c224cd874d16f9bfa27d3db6992a9551513924019fd135240d6e9e35", + "edges": 12, + "faces": 6, + "geometryDigest": "ffba6c0203a0a7dff84c1b26dfe5c882601016487a2bc784d2c0709be5062a95", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 1050 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-03:001:Cylinder23", + "name": "Cylinder23", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-03:002:Fuse23", + "name": "Fuse23", + "ordinal": 2, + "relationDigest": "f363a33ef39b686846ae152f5b6f03e9e0324903f91095625c2fb9c3f7e463e2", + "semanticNameDigest": "2d79ddb3486f7899340cbe26befc28dee6c45268489b2d6c3d493cc800aac936", + "shape": { + "area": 745.6637061435918, + "brepSha256": "a67b4f38bcede92844ecfa2b8d034921d93ba41c924b1c71b860146bac6e9cb3", + "edges": 30, + "faces": 14, + "geometryDigest": "ce4c2aeb3c938e20f6733d496f1492a729f5b3dfb177f59057d64ed323022ae1", + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 1364.1592653589792 + }, + "typeId": "Part::Fuse" + }, + { + "key": "composite-03:003:SecondBox23", + "name": "SecondBox23", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-03:004:CompositeCut23", + "name": "CompositeCut23", + "ordinal": 4, + "relationDigest": "163f8b6cd394589c357f6b7000cb96b9d3a6a5d3e882203372fc20bd725ef933", + "semanticNameDigest": "b04b6ddec34f2464274c086d87a2d4c162783442b6d246f7f50519de0ed48230", + "shape": { + "area": 841.6637061435916, + "brepSha256": "c1d864a93c4c2120880816f240e94956733a9eebcb037dac0390a89151fd339b", + "edges": 42, + "faces": 20, + "geometryDigest": "77eaee04435de7c16550501a0f391148b9d78899d6aa3dd82952c1c4d77b8a73", + "solids": 1, + "valid": true, + "vertices": 26, + "volume": 1300.1592653589787 + }, + "typeId": "Part::Cut" + } + ], + "restored": [ + { + "key": "composite-03:000:Box23", + "name": "Box23", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-03:001:Cylinder23", + "name": "Cylinder23", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-03:002:Fuse23", + "name": "Fuse23", + "ordinal": 2, + "relationDigest": "fb5f594e7ecfd1af640e03fd611c3dcfe307a0b73984a84c5f166cdf1bda8b37", + "semanticNameDigest": "27303087c0b01d8d12cf49d74cce534b6fab860be18f8b3e1cacd39c00352265", + "shape": { + "area": 725.6637061435916, + "brepSha256": "4ac22f055f225c434578047dca9b3ee875f1d11573dddeb33078640f8add7af3", + "edges": 32, + "faces": 16, + "geometryDigest": "2a2ce3053bc40385a23b1d8cb3e1faa4b0b88bca58656fcae9b7b46a626d66d7", + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 1314.159265358979 + }, + "typeId": "Part::Fuse" + }, + { + "key": "composite-03:003:SecondBox23", + "name": "SecondBox23", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-03:004:CompositeCut23", + "name": "CompositeCut23", + "ordinal": 4, + "relationDigest": "5bb05cfc4ff94ba18542e1dd528881023d9432a370bd6bf56356688da522f6de", + "semanticNameDigest": "17abafbaffa74dff1962deb78a26083dcfe3cf61e8b4e12ce62199d0eefa41f5", + "shape": { + "area": 821.6637061435915, + "brepSha256": "37de92af4099334119302f13e2282e9d76e9061cec8cc077a618bd16a96d3595", + "edges": 44, + "faces": 22, + "geometryDigest": "297cb7ae3f61b88c2ead74f36aa96545eae0e651f1be51941f402b9a42a3081e", + "solids": 1, + "valid": true, + "vertices": 26, + "volume": 1250.1592653589785 + }, + "typeId": "Part::Cut" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 10, + "edited": 10.5, + "restored": 10 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -126736,6 +174224,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box23", + "linkedObjects": [], "name": "Box23", "names": [ { @@ -127666,11 +175155,201 @@ "stageId": "Box23", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -127680,6 +175359,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder23", + "linkedObjects": [], "name": "Cylinder23", "names": [ { @@ -127980,11 +175660,75 @@ "stageId": "Cylinder23", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", "edges": 3, "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", "solids": 1, "valid": true, + "vertices": 2, "volume": 1099.5574287564275 }, "typeId": "Part::Cylinder" @@ -127996,13 +175740,17 @@ "elementMapSize": 66, "elementMapVersion": "15.70200.5", "label": "Fuse23", + "linkedObjects": [ + "Box23", + "Cylinder23" + ], "name": "Fuse23", "names": [ { "history": [ { "children": [], - "mappedName": "Face6;:M;FUS;:Hfe2:7,F", + "mappedName": "Face6;:M;FUS;:H11cd:7,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128015,7 +175763,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face6;:M;FUS;:Hfe2:7,F", + "mappedName": "Face6;:M;FUS;:H11cd:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -128023,7 +175771,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:Hfe3:8,F", + "mappedName": "Face1;:M2;FUS;:H11ce:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128036,7 +175784,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:Hfe3:8,F", + "mappedName": "Face1;:M2;FUS;:H11ce:8,F", "mappedStringIds": [], "name": "Face2" }, @@ -128044,7 +175792,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M2;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128057,7 +175805,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M2;FUS;:H11cd:8,F", "mappedStringIds": [], "name": "Face3" }, @@ -128065,7 +175813,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M4;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128078,7 +175826,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face6;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M4;FUS;:H11cd:8,F", "mappedStringIds": [], "name": "Face4" }, @@ -128086,7 +175834,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M3;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128099,7 +175847,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face6;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M3;FUS;:H11cd:8,F", "mappedStringIds": [], "name": "Face5" }, @@ -128107,7 +175855,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:Hfe3,F", + "mappedName": "Face3;:H11ce,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128120,7 +175868,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:Hfe3,F", + "mappedName": "Face3;:H11ce,F", "mappedStringIds": [], "name": "Face6" }, @@ -128128,20 +175876,20 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "mappedStringIds": [], "name": "Face7" }, @@ -128149,7 +175897,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FUS;:Hfe2:7,F", + "mappedName": "Face5;:M;FUS;:H11cd:7,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128162,7 +175910,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face5;:M;FUS;:Hfe2:7,F", + "mappedName": "Face5;:M;FUS;:H11cd:7,F", "mappedStringIds": [], "name": "Face8" }, @@ -128170,7 +175918,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;FUS;:Hfe3:7,F", + "mappedName": "Face1;:M;FUS;:H11ce:7,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128183,7 +175931,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face1;:M;FUS;:Hfe3:7,F", + "mappedName": "Face1;:M;FUS;:H11ce:7,F", "mappedStringIds": [], "name": "Face9" }, @@ -128191,7 +175939,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M2;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128204,7 +175952,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face5;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M2;FUS;:H11cd:8,F", "mappedStringIds": [], "name": "Face10" }, @@ -128212,7 +175960,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:Hfe3,F", + "mappedName": "Face2;:H11ce,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128225,7 +175973,7 @@ ], "indexedName": "Face11", "indexedStringIds": [], - "mappedName": "Face2;:Hfe3,F", + "mappedName": "Face2;:H11ce,F", "mappedStringIds": [], "name": "Face11" }, @@ -128233,7 +175981,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M3;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128246,7 +175994,7 @@ ], "indexedName": "Face12", "indexedStringIds": [], - "mappedName": "Face5;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M3;FUS;:H11cd:8,F", "mappedStringIds": [], "name": "Face12" }, @@ -128254,7 +176002,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M4;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128267,7 +176015,7 @@ ], "indexedName": "Face13", "indexedStringIds": [], - "mappedName": "Face5;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M4;FUS;:H11cd:8,F", "mappedStringIds": [], "name": "Face13" }, @@ -128275,20 +176023,20 @@ "history": [ { "children": [], - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Face14", "indexedStringIds": [], - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "mappedStringIds": [], "name": "Face14" }, @@ -128296,20 +176044,20 @@ "history": [ { "children": [], - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Face15", "indexedStringIds": [], - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "mappedStringIds": [], "name": "Face15" }, @@ -128317,20 +176065,20 @@ "history": [ { "children": [], - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Face16", "indexedStringIds": [], - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "mappedStringIds": [], "name": "Face16" }, @@ -128338,7 +176086,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge2;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128351,7 +176099,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge2;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "name": "Edge1" }, @@ -128359,20 +176107,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "name": "Edge2" }, @@ -128380,7 +176128,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge10;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128393,7 +176141,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge10;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge10;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "name": "Edge3" }, @@ -128401,20 +176149,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "name": "Edge4" }, @@ -128422,20 +176170,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "name": "Edge5" }, @@ -128443,20 +176191,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E", "mappedStringIds": [], "name": "Edge6" }, @@ -128464,7 +176212,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M3;FUS;:Hfe3:8,E", + "mappedName": "Edge1;:M3;FUS;:H11ce:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128477,7 +176225,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge1;:M3;FUS;:Hfe3:8,E", + "mappedName": "Edge1;:M3;FUS;:H11ce:8,E", "mappedStringIds": [], "name": "Edge7" }, @@ -128485,7 +176233,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Hfe3,E", + "mappedName": "Edge3;:H11ce,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128498,7 +176246,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge3;:Hfe3,E", + "mappedName": "Edge3;:H11ce,E", "mappedStringIds": [], "name": "Edge8" }, @@ -128506,7 +176254,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge2;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128519,7 +176267,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge2;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge2;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "name": "Edge9" }, @@ -128527,7 +176275,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge12;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128540,7 +176288,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge12;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge12;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "name": "Edge10" }, @@ -128548,7 +176296,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge12;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128561,7 +176309,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge12;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge12;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "name": "Edge11" }, @@ -128569,7 +176317,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge6;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128582,7 +176330,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge6;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge6;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "name": "Edge12" }, @@ -128590,7 +176338,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge6;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128603,7 +176351,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge6;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge6;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "name": "Edge13" }, @@ -128611,7 +176359,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge10;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128624,7 +176372,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge10;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge10;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "name": "Edge14" }, @@ -128632,7 +176380,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Hfe2,E", + "mappedName": "Edge3;:H11cd,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128645,7 +176393,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge3;:Hfe2,E", + "mappedName": "Edge3;:H11cd,E", "mappedStringIds": [], "name": "Edge15" }, @@ -128653,7 +176401,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge4;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128666,7 +176414,7 @@ ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Edge4;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge4;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "name": "Edge16" }, @@ -128674,7 +176422,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge4;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128687,7 +176435,7 @@ ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Edge4;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge4;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "name": "Edge17" }, @@ -128695,7 +176443,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:Hfe2,E", + "mappedName": "Edge1;:H11cd,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128708,7 +176456,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge1;:Hfe2,E", + "mappedName": "Edge1;:H11cd,E", "mappedStringIds": [], "name": "Edge18" }, @@ -128716,20 +176464,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge19", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "name": "Edge19" }, @@ -128737,7 +176485,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge9;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128750,7 +176498,7 @@ ], "indexedName": "Edge20", "indexedStringIds": [], - "mappedName": "Edge9;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge9;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "name": "Edge20" }, @@ -128758,7 +176506,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:Hfe3,E", + "mappedName": "Edge2;:H11ce,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128771,7 +176519,7 @@ ], "indexedName": "Edge21", "indexedStringIds": [], - "mappedName": "Edge2;:Hfe3,E", + "mappedName": "Edge2;:H11ce,E", "mappedStringIds": [], "name": "Edge21" }, @@ -128779,7 +176527,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;FUS;:Hfe3:7,E", + "mappedName": "Edge1;:M;FUS;:H11ce:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128792,7 +176540,7 @@ ], "indexedName": "Edge22", "indexedStringIds": [], - "mappedName": "Edge1;:M;FUS;:Hfe3:7,E", + "mappedName": "Edge1;:M;FUS;:H11ce:7,E", "mappedStringIds": [], "name": "Edge22" }, @@ -128800,20 +176548,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge23", "indexedStringIds": [], - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E", "mappedStringIds": [], "name": "Edge23" }, @@ -128821,20 +176569,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge24", "indexedStringIds": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "name": "Edge24" }, @@ -128842,20 +176590,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge25", "indexedStringIds": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "name": "Edge25" }, @@ -128863,7 +176611,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge11;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128876,7 +176624,7 @@ ], "indexedName": "Edge26", "indexedStringIds": [], - "mappedName": "Edge11;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge11;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "name": "Edge26" }, @@ -128884,7 +176632,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge8;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128897,7 +176645,7 @@ ], "indexedName": "Edge27", "indexedStringIds": [], - "mappedName": "Edge8;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge8;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "name": "Edge27" }, @@ -128905,7 +176653,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge9;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128918,7 +176666,7 @@ ], "indexedName": "Edge28", "indexedStringIds": [], - "mappedName": "Edge9;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge9;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "name": "Edge28" }, @@ -128926,7 +176674,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge11;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128939,7 +176687,7 @@ ], "indexedName": "Edge29", "indexedStringIds": [], - "mappedName": "Edge11;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge11;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "name": "Edge29" }, @@ -128947,7 +176695,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge8;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128960,7 +176708,7 @@ ], "indexedName": "Edge30", "indexedStringIds": [], - "mappedName": "Edge8;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge8;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "name": "Edge30" }, @@ -128968,7 +176716,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:Hfe2,E", + "mappedName": "Edge5;:H11cd,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -128981,7 +176729,7 @@ ], "indexedName": "Edge31", "indexedStringIds": [], - "mappedName": "Edge5;:Hfe2,E", + "mappedName": "Edge5;:H11cd,E", "mappedStringIds": [], "name": "Edge31" }, @@ -128989,7 +176737,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:Hfe2,E", + "mappedName": "Edge7;:H11cd,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129002,7 +176750,7 @@ ], "indexedName": "Edge32", "indexedStringIds": [], - "mappedName": "Edge7;:Hfe2,E", + "mappedName": "Edge7;:H11cd,E", "mappedStringIds": [], "name": "Edge32" }, @@ -129010,7 +176758,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Hfe2,V", + "mappedName": "Vertex1;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129023,7 +176771,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:Hfe2,V", + "mappedName": "Vertex1;:H11cd,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -129031,20 +176779,20 @@ "history": [ { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -129052,20 +176800,20 @@ "history": [ { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -129073,20 +176821,20 @@ "history": [ { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -129094,20 +176842,20 @@ "history": [ { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -129115,7 +176863,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Hfe3,V", + "mappedName": "Vertex2;:H11ce,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129128,7 +176876,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex2;:Hfe3,V", + "mappedName": "Vertex2;:H11ce,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -129136,7 +176884,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:Hfe2,V", + "mappedName": "Vertex3;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129149,7 +176897,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex3;:Hfe2,V", + "mappedName": "Vertex3;:H11cd,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -129157,7 +176905,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:Hfe2,V", + "mappedName": "Vertex7;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129170,7 +176918,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Vertex7;:Hfe2,V", + "mappedName": "Vertex7;:H11cd,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -129178,7 +176926,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:Hfe2,V", + "mappedName": "Vertex5;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129191,7 +176939,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex5;:Hfe2,V", + "mappedName": "Vertex5;:H11cd,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -129199,7 +176947,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:Hfe2,V", + "mappedName": "Vertex4;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129212,7 +176960,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex4;:Hfe2,V", + "mappedName": "Vertex4;:H11cd,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -129220,20 +176968,20 @@ "history": [ { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -129241,7 +176989,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Hfe2,V", + "mappedName": "Vertex2;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129254,7 +177002,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex2;:Hfe2,V", + "mappedName": "Vertex2;:H11cd,V", "mappedStringIds": [], "name": "Vertex12" }, @@ -129262,20 +177010,20 @@ "history": [ { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex13", "indexedStringIds": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "name": "Vertex13" }, @@ -129283,7 +177031,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Hfe3,V", + "mappedName": "Vertex1;:H11ce,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129296,7 +177044,7 @@ ], "indexedName": "Vertex14", "indexedStringIds": [], - "mappedName": "Vertex1;:Hfe3,V", + "mappedName": "Vertex1;:H11ce,V", "mappedStringIds": [], "name": "Vertex14" }, @@ -129304,20 +177052,20 @@ "history": [ { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex15", "indexedStringIds": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V", "mappedStringIds": [], "name": "Vertex15" }, @@ -129325,20 +177073,20 @@ "history": [ { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex16", "indexedStringIds": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "name": "Vertex16" }, @@ -129346,7 +177094,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:Hfe2,V", + "mappedName": "Vertex6;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129359,7 +177107,7 @@ ], "indexedName": "Vertex17", "indexedStringIds": [], - "mappedName": "Vertex6;:Hfe2,V", + "mappedName": "Vertex6;:H11cd,V", "mappedStringIds": [], "name": "Vertex17" }, @@ -129367,7 +177115,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:Hfe2,V", + "mappedName": "Vertex8;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -129380,7 +177128,7 @@ ], "indexedName": "Vertex18", "indexedStringIds": [], - "mappedName": "Vertex8;:Hfe2,V", + "mappedName": "Vertex8;:H11cd,V", "mappedStringIds": [], "name": "Vertex18" } @@ -129396,7 +177144,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FUS;:Hfe2:7,F", + "mappedName": "Face6;:M;FUS;:H11cd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129404,7 +177152,7 @@ "index": 1, "type": "Face" }, - "name": "Face6;:M;FUS;:Hfe2:7,F", + "name": "Face6;:M;FUS;:H11cd:7,F", "stringIds": [] }, "relation": "modified", @@ -129423,7 +177171,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:Hfe3:8,F", + "mappedName": "Face1;:M2;FUS;:H11ce:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129431,7 +177179,7 @@ "index": 2, "type": "Face" }, - "name": "Face1;:M2;FUS;:Hfe3:8,F", + "name": "Face1;:M2;FUS;:H11ce:8,F", "stringIds": [] }, "relation": "modified", @@ -129450,7 +177198,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M2;FUS;:H11cd:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129458,7 +177206,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M2;FUS;:Hfe2:8,F", + "name": "Face6;:M2;FUS;:H11cd:8,F", "stringIds": [] }, "relation": "modified", @@ -129477,7 +177225,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M4;FUS;:H11cd:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129485,7 +177233,7 @@ "index": 4, "type": "Face" }, - "name": "Face6;:M4;FUS;:Hfe2:8,F", + "name": "Face6;:M4;FUS;:H11cd:8,F", "stringIds": [] }, "relation": "modified", @@ -129504,7 +177252,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M3;FUS;:H11cd:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129512,7 +177260,7 @@ "index": 5, "type": "Face" }, - "name": "Face6;:M3;FUS;:Hfe2:8,F", + "name": "Face6;:M3;FUS;:H11cd:8,F", "stringIds": [] }, "relation": "modified", @@ -129531,7 +177279,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:Hfe3,F", + "mappedName": "Face3;:H11ce,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129539,7 +177287,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:Hfe3,F", + "name": "Face3;:H11ce,F", "stringIds": [] }, "relation": "preserved", @@ -129558,7 +177306,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129566,7 +177314,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "name": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "stringIds": [] }, "relation": "modified", @@ -129574,9 +177322,9 @@ "resultPersistentId": "Fuse23:face:6", "sourceRefs": [ { - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F)", + "persistentId": "Box23:mapped:Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F)", "stageId": "Box23" } ] @@ -129585,7 +177333,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FUS;:Hfe2:7,F", + "mappedName": "Face5;:M;FUS;:H11cd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129593,7 +177341,7 @@ "index": 8, "type": "Face" }, - "name": "Face5;:M;FUS;:Hfe2:7,F", + "name": "Face5;:M;FUS;:H11cd:7,F", "stringIds": [] }, "relation": "modified", @@ -129612,7 +177360,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FUS;:Hfe3:7,F", + "mappedName": "Face1;:M;FUS;:H11ce:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129620,7 +177368,7 @@ "index": 9, "type": "Face" }, - "name": "Face1;:M;FUS;:Hfe3:7,F", + "name": "Face1;:M;FUS;:H11ce:7,F", "stringIds": [] }, "relation": "modified", @@ -129639,7 +177387,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M2;FUS;:H11cd:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129647,7 +177395,7 @@ "index": 10, "type": "Face" }, - "name": "Face5;:M2;FUS;:Hfe2:8,F", + "name": "Face5;:M2;FUS;:H11cd:8,F", "stringIds": [] }, "relation": "modified", @@ -129666,7 +177414,7 @@ "indexedName": "Face11", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:Hfe3,F", + "mappedName": "Face2;:H11ce,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129674,7 +177422,7 @@ "index": 11, "type": "Face" }, - "name": "Face2;:Hfe3,F", + "name": "Face2;:H11ce,F", "stringIds": [] }, "relation": "preserved", @@ -129693,7 +177441,7 @@ "indexedName": "Face12", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M3;FUS;:H11cd:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129701,7 +177449,7 @@ "index": 12, "type": "Face" }, - "name": "Face5;:M3;FUS;:Hfe2:8,F", + "name": "Face5;:M3;FUS;:H11cd:8,F", "stringIds": [] }, "relation": "modified", @@ -129720,7 +177468,7 @@ "indexedName": "Face13", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M4;FUS;:H11cd:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129728,7 +177476,7 @@ "index": 13, "type": "Face" }, - "name": "Face5;:M4;FUS;:Hfe2:8,F", + "name": "Face5;:M4;FUS;:H11cd:8,F", "stringIds": [] }, "relation": "modified", @@ -129747,7 +177495,7 @@ "indexedName": "Face14", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129755,7 +177503,7 @@ "index": 14, "type": "Face" }, - "name": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "name": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "stringIds": [] }, "relation": "modified", @@ -129763,9 +177511,9 @@ "resultPersistentId": "Fuse23:face:13", "sourceRefs": [ { - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F)", + "persistentId": "Box23:mapped:Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F)", "stageId": "Box23" } ] @@ -129774,7 +177522,7 @@ "indexedName": "Face15", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129782,7 +177530,7 @@ "index": 15, "type": "Face" }, - "name": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "name": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "stringIds": [] }, "relation": "modified", @@ -129790,9 +177538,9 @@ "resultPersistentId": "Fuse23:face:14", "sourceRefs": [ { - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F)", + "persistentId": "Box23:mapped:Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F)", "stageId": "Box23" } ] @@ -129801,7 +177549,7 @@ "indexedName": "Face16", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129809,7 +177557,7 @@ "index": 16, "type": "Face" }, - "name": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "name": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "stringIds": [] }, "relation": "modified", @@ -129817,9 +177565,9 @@ "resultPersistentId": "Fuse23:face:15", "sourceRefs": [ { - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F)", + "persistentId": "Box23:mapped:Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F)", "stageId": "Box23" } ] @@ -129828,7 +177576,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge2;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129836,7 +177584,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;FUS;:Hfe2:7,E", + "name": "Edge2;:M;FUS;:H11cd:7,E", "stringIds": [] }, "relation": "modified", @@ -129855,7 +177603,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129863,7 +177611,7 @@ "index": 2, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "name": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E", "stringIds": [] }, "relation": "generated", @@ -129871,9 +177619,9 @@ "resultPersistentId": "Fuse23:edge:1", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face6;:G2(Face1;K-15;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face6;:G2(Face1;K-15;:H11ce:5,F)", "stageId": "Box23" } ] @@ -129882,7 +177630,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge10;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129890,7 +177638,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge10;:M;FUS;:Hfe2:7,E", + "name": "Edge10;:M;FUS;:H11cd:7,E", "stringIds": [] }, "relation": "modified", @@ -129909,7 +177657,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129917,7 +177665,7 @@ "index": 4, "type": "Edge" }, - "name": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "name": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E", "stringIds": [] }, "relation": "generated", @@ -129925,9 +177673,9 @@ "resultPersistentId": "Fuse23:edge:3", "sourceRefs": [ { - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face6;:G4(Face1;K-17;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face6;:G4(Face1;K-17;:H11ce:5,F)", "stageId": "Box23" } ] @@ -129936,7 +177684,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129944,7 +177692,7 @@ "index": 5, "type": "Edge" }, - "name": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "name": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E", "stringIds": [] }, "relation": "generated", @@ -129952,9 +177700,9 @@ "resultPersistentId": "Fuse23:edge:4", "sourceRefs": [ { - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face6;:G3(Face1;K-16;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face6;:G3(Face1;K-16;:H11ce:5,F)", "stageId": "Box23" } ] @@ -129963,7 +177711,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129971,7 +177719,7 @@ "index": 6, "type": "Edge" }, - "name": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "name": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E", "stringIds": [] }, "relation": "generated", @@ -129979,9 +177727,9 @@ "resultPersistentId": "Fuse23:edge:5", "sourceRefs": [ { - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face6;:G(Face1;K-14;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face6;:G(Face1;K-14;:H11ce:5,F)", "stageId": "Box23" } ] @@ -129990,7 +177738,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M3;FUS;:Hfe3:8,E", + "mappedName": "Edge1;:M3;FUS;:H11ce:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -129998,7 +177746,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge1;:M3;FUS;:Hfe3:8,E", + "name": "Edge1;:M3;FUS;:H11ce:8,E", "stringIds": [] }, "relation": "modified", @@ -130017,7 +177765,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Hfe3,E", + "mappedName": "Edge3;:H11ce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130025,7 +177773,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge3;:Hfe3,E", + "name": "Edge3;:H11ce,E", "stringIds": [] }, "relation": "preserved", @@ -130044,7 +177792,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge2;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130052,7 +177800,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge2;:M2;FUS;:Hfe2:8,E", + "name": "Edge2;:M2;FUS;:H11cd:8,E", "stringIds": [] }, "relation": "modified", @@ -130071,7 +177819,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge12;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130079,7 +177827,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge12;:M;FUS;:Hfe2:7,E", + "name": "Edge12;:M;FUS;:H11cd:7,E", "stringIds": [] }, "relation": "modified", @@ -130098,7 +177846,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge12;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130106,7 +177854,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge12;:M2;FUS;:Hfe2:8,E", + "name": "Edge12;:M2;FUS;:H11cd:8,E", "stringIds": [] }, "relation": "modified", @@ -130125,7 +177873,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge6;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130133,7 +177881,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge6;:M2;FUS;:Hfe2:8,E", + "name": "Edge6;:M2;FUS;:H11cd:8,E", "stringIds": [] }, "relation": "modified", @@ -130152,7 +177900,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge6;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130160,7 +177908,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge6;:M;FUS;:Hfe2:7,E", + "name": "Edge6;:M;FUS;:H11cd:7,E", "stringIds": [] }, "relation": "modified", @@ -130179,7 +177927,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge10;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130187,7 +177935,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge10;:M2;FUS;:Hfe2:8,E", + "name": "Edge10;:M2;FUS;:H11cd:8,E", "stringIds": [] }, "relation": "modified", @@ -130206,7 +177954,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Hfe2,E", + "mappedName": "Edge3;:H11cd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130214,7 +177962,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge3;:Hfe2,E", + "name": "Edge3;:H11cd,E", "stringIds": [] }, "relation": "preserved", @@ -130233,7 +177981,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge4;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130241,7 +177989,7 @@ "index": 16, "type": "Edge" }, - "name": "Edge4;:M2;FUS;:Hfe2:8,E", + "name": "Edge4;:M2;FUS;:H11cd:8,E", "stringIds": [] }, "relation": "modified", @@ -130260,7 +178008,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge4;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130268,7 +178016,7 @@ "index": 17, "type": "Edge" }, - "name": "Edge4;:M;FUS;:Hfe2:7,E", + "name": "Edge4;:M;FUS;:H11cd:7,E", "stringIds": [] }, "relation": "modified", @@ -130287,7 +178035,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:Hfe2,E", + "mappedName": "Edge1;:H11cd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130295,7 +178043,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge1;:Hfe2,E", + "name": "Edge1;:H11cd,E", "stringIds": [] }, "relation": "preserved", @@ -130314,7 +178062,7 @@ "indexedName": "Edge19", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130322,7 +178070,7 @@ "index": 19, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "name": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E", "stringIds": [] }, "relation": "generated", @@ -130330,9 +178078,9 @@ "resultPersistentId": "Fuse23:edge:18", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face5;:G2(Face1;K-11;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face5;:G2(Face1;K-11;:H11ce:5,F)", "stageId": "Box23" } ] @@ -130341,7 +178089,7 @@ "indexedName": "Edge20", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge9;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130349,7 +178097,7 @@ "index": 20, "type": "Edge" }, - "name": "Edge9;:M;FUS;:Hfe2:7,E", + "name": "Edge9;:M;FUS;:H11cd:7,E", "stringIds": [] }, "relation": "modified", @@ -130368,7 +178116,7 @@ "indexedName": "Edge21", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:Hfe3,E", + "mappedName": "Edge2;:H11ce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130376,7 +178124,7 @@ "index": 21, "type": "Edge" }, - "name": "Edge2;:Hfe3,E", + "name": "Edge2;:H11ce,E", "stringIds": [] }, "relation": "preserved", @@ -130395,7 +178143,7 @@ "indexedName": "Edge22", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;FUS;:Hfe3:7,E", + "mappedName": "Edge1;:M;FUS;:H11ce:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130403,7 +178151,7 @@ "index": 22, "type": "Edge" }, - "name": "Edge1;:M;FUS;:Hfe3:7,E", + "name": "Edge1;:M;FUS;:H11ce:7,E", "stringIds": [] }, "relation": "modified", @@ -130422,7 +178170,7 @@ "indexedName": "Edge23", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130430,7 +178178,7 @@ "index": 23, "type": "Edge" }, - "name": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "name": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E", "stringIds": [] }, "relation": "generated", @@ -130438,9 +178186,9 @@ "resultPersistentId": "Fuse23:edge:22", "sourceRefs": [ { - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face5;:G(Face1;K-10;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face5;:G(Face1;K-10;:H11ce:5,F)", "stageId": "Box23" } ] @@ -130449,7 +178197,7 @@ "indexedName": "Edge24", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130457,7 +178205,7 @@ "index": 24, "type": "Edge" }, - "name": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "name": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E", "stringIds": [] }, "relation": "generated", @@ -130465,9 +178213,9 @@ "resultPersistentId": "Fuse23:edge:23", "sourceRefs": [ { - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face5;:G3(Face1;K-12;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face5;:G3(Face1;K-12;:H11ce:5,F)", "stageId": "Box23" } ] @@ -130476,7 +178224,7 @@ "indexedName": "Edge25", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130484,7 +178232,7 @@ "index": 25, "type": "Edge" }, - "name": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "name": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E", "stringIds": [] }, "relation": "generated", @@ -130492,9 +178240,9 @@ "resultPersistentId": "Fuse23:edge:24", "sourceRefs": [ { - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face5;:G4(Face1;K-13;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face5;:G4(Face1;K-13;:H11ce:5,F)", "stageId": "Box23" } ] @@ -130503,7 +178251,7 @@ "indexedName": "Edge26", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge11;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130511,7 +178259,7 @@ "index": 26, "type": "Edge" }, - "name": "Edge11;:M;FUS;:Hfe2:7,E", + "name": "Edge11;:M;FUS;:H11cd:7,E", "stringIds": [] }, "relation": "modified", @@ -130530,7 +178278,7 @@ "indexedName": "Edge27", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge8;:M;FUS;:H11cd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130538,7 +178286,7 @@ "index": 27, "type": "Edge" }, - "name": "Edge8;:M;FUS;:Hfe2:7,E", + "name": "Edge8;:M;FUS;:H11cd:7,E", "stringIds": [] }, "relation": "modified", @@ -130557,7 +178305,7 @@ "indexedName": "Edge28", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge9;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130565,7 +178313,7 @@ "index": 28, "type": "Edge" }, - "name": "Edge9;:M2;FUS;:Hfe2:8,E", + "name": "Edge9;:M2;FUS;:H11cd:8,E", "stringIds": [] }, "relation": "modified", @@ -130584,7 +178332,7 @@ "indexedName": "Edge29", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge11;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130592,7 +178340,7 @@ "index": 29, "type": "Edge" }, - "name": "Edge11;:M2;FUS;:Hfe2:8,E", + "name": "Edge11;:M2;FUS;:H11cd:8,E", "stringIds": [] }, "relation": "modified", @@ -130611,7 +178359,7 @@ "indexedName": "Edge30", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge8;:M2;FUS;:H11cd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130619,7 +178367,7 @@ "index": 30, "type": "Edge" }, - "name": "Edge8;:M2;FUS;:Hfe2:8,E", + "name": "Edge8;:M2;FUS;:H11cd:8,E", "stringIds": [] }, "relation": "modified", @@ -130638,7 +178386,7 @@ "indexedName": "Edge31", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:Hfe2,E", + "mappedName": "Edge5;:H11cd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130646,7 +178394,7 @@ "index": 31, "type": "Edge" }, - "name": "Edge5;:Hfe2,E", + "name": "Edge5;:H11cd,E", "stringIds": [] }, "relation": "preserved", @@ -130665,7 +178413,7 @@ "indexedName": "Edge32", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:Hfe2,E", + "mappedName": "Edge7;:H11cd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130673,7 +178421,7 @@ "index": 32, "type": "Edge" }, - "name": "Edge7;:Hfe2,E", + "name": "Edge7;:H11cd,E", "stringIds": [] }, "relation": "preserved", @@ -130692,7 +178440,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Hfe2,V", + "mappedName": "Vertex1;:H11cd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130700,7 +178448,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:Hfe2,V", + "name": "Vertex1;:H11cd,V", "stringIds": [] }, "relation": "preserved", @@ -130719,7 +178467,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130727,7 +178475,7 @@ "index": 2, "type": "Vertex" }, - "name": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "name": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V", "stringIds": [] }, "relation": "generated", @@ -130735,9 +178483,9 @@ "resultPersistentId": "Fuse23:vertex:1", "sourceRefs": [ { - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge2;:G(Face1;K-1;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge2;:G(Face1;K-1;:H11ce:4,F)", "stageId": "Box23" } ] @@ -130746,7 +178494,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130754,7 +178502,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "name": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V", "stringIds": [] }, "relation": "generated", @@ -130762,9 +178510,9 @@ "resultPersistentId": "Fuse23:vertex:2", "sourceRefs": [ { - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge10;:G(Face1;K-4;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge10;:G(Face1;K-4;:H11ce:4,F)", "stageId": "Box23" } ] @@ -130773,7 +178521,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130781,7 +178529,7 @@ "index": 4, "type": "Vertex" }, - "name": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "name": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V", "stringIds": [] }, "relation": "generated", @@ -130789,9 +178537,9 @@ "resultPersistentId": "Fuse23:vertex:3", "sourceRefs": [ { - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge12;:G(Face1;K-6;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge12;:G(Face1;K-6;:H11ce:4,F)", "stageId": "Box23" } ] @@ -130800,7 +178548,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130808,7 +178556,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "name": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V", "stringIds": [] }, "relation": "generated", @@ -130816,9 +178564,9 @@ "resultPersistentId": "Fuse23:vertex:4", "sourceRefs": [ { - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge6;:G(Edge1;K-1;:Hfe3:4,E)", + "persistentId": "Box23:mapped:Edge6;:G(Edge1;K-1;:H11ce:4,E)", "stageId": "Box23" } ] @@ -130827,7 +178575,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Hfe3,V", + "mappedName": "Vertex2;:H11ce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130835,7 +178583,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex2;:Hfe3,V", + "name": "Vertex2;:H11ce,V", "stringIds": [] }, "relation": "preserved", @@ -130854,7 +178602,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:Hfe2,V", + "mappedName": "Vertex3;:H11cd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130862,7 +178610,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex3;:Hfe2,V", + "name": "Vertex3;:H11cd,V", "stringIds": [] }, "relation": "preserved", @@ -130881,7 +178629,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:Hfe2,V", + "mappedName": "Vertex7;:H11cd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130889,7 +178637,7 @@ "index": 8, "type": "Vertex" }, - "name": "Vertex7;:Hfe2,V", + "name": "Vertex7;:H11cd,V", "stringIds": [] }, "relation": "preserved", @@ -130908,7 +178656,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:Hfe2,V", + "mappedName": "Vertex5;:H11cd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130916,7 +178664,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex5;:Hfe2,V", + "name": "Vertex5;:H11cd,V", "stringIds": [] }, "relation": "preserved", @@ -130935,7 +178683,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:Hfe2,V", + "mappedName": "Vertex4;:H11cd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130943,7 +178691,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex4;:Hfe2,V", + "name": "Vertex4;:H11cd,V", "stringIds": [] }, "relation": "preserved", @@ -130962,7 +178710,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130970,7 +178718,7 @@ "index": 11, "type": "Vertex" }, - "name": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "name": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V", "stringIds": [] }, "relation": "generated", @@ -130978,9 +178726,9 @@ "resultPersistentId": "Fuse23:vertex:10", "sourceRefs": [ { - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge4;:G(Face1;K-2;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge4;:G(Face1;K-2;:H11ce:4,F)", "stageId": "Box23" } ] @@ -130989,7 +178737,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Hfe2,V", + "mappedName": "Vertex2;:H11cd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -130997,7 +178745,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex2;:Hfe2,V", + "name": "Vertex2;:H11cd,V", "stringIds": [] }, "relation": "preserved", @@ -131016,7 +178764,7 @@ "indexedName": "Vertex13", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -131024,7 +178772,7 @@ "index": 13, "type": "Vertex" }, - "name": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "name": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V", "stringIds": [] }, "relation": "generated", @@ -131032,9 +178780,9 @@ "resultPersistentId": "Fuse23:vertex:12", "sourceRefs": [ { - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge9;:G(Face1;K-3;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge9;:G(Face1;K-3;:H11ce:4,F)", "stageId": "Box23" } ] @@ -131043,7 +178791,7 @@ "indexedName": "Vertex14", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Hfe3,V", + "mappedName": "Vertex1;:H11ce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -131051,7 +178799,7 @@ "index": 14, "type": "Vertex" }, - "name": "Vertex1;:Hfe3,V", + "name": "Vertex1;:H11ce,V", "stringIds": [] }, "relation": "preserved", @@ -131070,7 +178818,7 @@ "indexedName": "Vertex15", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -131078,7 +178826,7 @@ "index": 15, "type": "Vertex" }, - "name": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "name": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V", "stringIds": [] }, "relation": "generated", @@ -131086,9 +178834,9 @@ "resultPersistentId": "Fuse23:vertex:14", "sourceRefs": [ { - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge8;:G(Edge1;K-2;:Hfe3:4,E)", + "persistentId": "Box23:mapped:Edge8;:G(Edge1;K-2;:H11ce:4,E)", "stageId": "Box23" } ] @@ -131097,7 +178845,7 @@ "indexedName": "Vertex16", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -131105,7 +178853,7 @@ "index": 16, "type": "Vertex" }, - "name": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "name": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V", "stringIds": [] }, "relation": "generated", @@ -131113,9 +178861,9 @@ "resultPersistentId": "Fuse23:vertex:15", "sourceRefs": [ { - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge11;:G(Face1;K-5;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge11;:G(Face1;K-5;:H11ce:4,F)", "stageId": "Box23" } ] @@ -131124,7 +178872,7 @@ "indexedName": "Vertex17", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:Hfe2,V", + "mappedName": "Vertex6;:H11cd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -131132,7 +178880,7 @@ "index": 17, "type": "Vertex" }, - "name": "Vertex6;:Hfe2,V", + "name": "Vertex6;:H11cd,V", "stringIds": [] }, "relation": "preserved", @@ -131151,7 +178899,7 @@ "indexedName": "Vertex18", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:Hfe2,V", + "mappedName": "Vertex8;:H11cd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -131159,7 +178907,7 @@ "index": 18, "type": "Vertex" }, - "name": "Vertex8;:Hfe2,V", + "name": "Vertex8;:H11cd,V", "stringIds": [] }, "relation": "preserved", @@ -131184,11 +178932,1009 @@ "stageId": "Fuse23", "status": "native-evidence" }, + "relationDigest": "fb5f594e7ecfd1af640e03fd611c3dcfe307a0b73984a84c5f166cdf1bda8b37", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face6;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face1;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face6;:M4;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face6;:M3;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M2;FUS;:H#:8,F;:M(Face1;:M;FUS;:H#:7,F);RFI;:H#:20,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M2;FUS;:H#:8,F;:M(Face1;:M;FUS;:H#:7,F)", + "sourceElement": "Face1", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face5;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face1;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face5;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "Face5;:M3;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face13", + "mappedName": "Face5;:M4;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face13", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face14", + "mappedName": "Face3;:M2;FUS;:H#:8,F;:M(Face3;:M;FUS;:H#:7,F);RFI;:H#:20,F", + "relation": "modified", + "resultName": "Face14", + "sources": [ + { + "children": [], + "mappedName": "Face3;:M2;FUS;:H#:8,F;:M(Face3;:M;FUS;:H#:7,F)", + "sourceElement": "Face3", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face15", + "mappedName": "Face4;:M2;FUS;:H#:8,F;:M(Face4;:M;FUS;:H#:7,F);RFI;:H#:20,F", + "relation": "modified", + "resultName": "Face15", + "sources": [ + { + "children": [], + "mappedName": "Face4;:M2;FUS;:H#:8,F;:M(Face4;:M;FUS;:H#:7,F)", + "sourceElement": "Face4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face16", + "mappedName": "Face2;:M2;FUS;:H#:8,F;:M(Face2;:M;FUS;:H#:7,F);RFI;:H#:20,F", + "relation": "modified", + "resultName": "Face16", + "sources": [ + { + "children": [], + "mappedName": "Face2;:M2;FUS;:H#:8,F;:M(Face2;:M;FUS;:H#:7,F)", + "sourceElement": "Face2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F);FUS;:H#:1f,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge10;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F);FUS;:H#:1f,E", + "relation": "generated", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F);FUS;:H#:1f,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge1;:M3;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge2;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge12;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge12;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge6;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge6;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge10;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Edge4;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Edge4;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F);FUS;:H#:1f,E", + "relation": "generated", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "Edge9;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "Edge1;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F);FUS;:H#:1e,E", + "relation": "generated", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F);FUS;:H#:1f,E", + "relation": "generated", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge25", + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F);FUS;:H#:1f,E", + "relation": "generated", + "resultName": "Edge25", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge26", + "mappedName": "Edge11;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge26", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge27", + "mappedName": "Edge8;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge27", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge28", + "mappedName": "Edge9;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge28", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge29", + "mappedName": "Edge11;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge29", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge30", + "mappedName": "Edge8;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge30", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge31", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge31", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge32", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge32", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F)", + "sourceElement": "Edge2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F)", + "sourceElement": "Edge10", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F)", + "sourceElement": "Edge12", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E)", + "sourceElement": "Edge6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F)", + "sourceElement": "Edge4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F)", + "sourceElement": "Edge9", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E)", + "sourceElement": "Edge8", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F)", + "sourceElement": "Edge11", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex17", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex17", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex18", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex18", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + } + ] + } + ], + "semanticNameDigest": "27303087c0b01d8d12cf49d74cce534b6fab860be18f8b3e1cacd39c00352265", "shape": { + "area": 725.6637061435916, + "brepSha256": "4ac22f055f225c434578047dca9b3ee875f1d11573dddeb33078640f8add7af3", "edges": 32, "faces": 16, + "geometryDigest": "2a2ce3053bc40385a23b1d8cb3e1faa4b0b88bca58656fcae9b7b46a626d66d7", "solids": 1, "valid": true, + "vertices": 18, "volume": 1314.159265358979 }, "typeId": "Part::Fuse" @@ -131198,6 +179944,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "SecondBox23", + "linkedObjects": [], "name": "SecondBox23", "names": [ { @@ -132128,11 +180875,201 @@ "stageId": "SecondBox23", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", "edges": 12, "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", "solids": 1, "valid": true, + "vertices": 8, "volume": 63.999999999999986 }, "typeId": "Part::Box" @@ -132144,19 +181081,23 @@ "elementMapSize": 92, "elementMapVersion": "15.70200.5", "label": "CompositeCut23", + "linkedObjects": [ + "Fuse23", + "SecondBox23" + ], "name": "CompositeCut23", "names": [ { "history": [ { "children": [], - "mappedName": "Face6;:M;FUS;:Hfe2:7,F;:Hfe4,F", + "mappedName": "Face6;:M;FUS;:H11cd:7,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M;FUS;:Hfe2:7,F", + "mappedName": "Face6;:M;FUS;:H11cd:7,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132169,7 +181110,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face6;:M;FUS;:Hfe2:7,F;:Hfe4,F", + "mappedName": "Face6;:M;FUS;:H11cd:7,F;:H11cf,F", "mappedStringIds": [], "name": "Face1" }, @@ -132177,26 +181118,26 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "mappedStringIds": [], "name": "Face2" }, @@ -132204,13 +181145,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:Hfe3:8,F;:Hfe4,F", + "mappedName": "Face1;:M2;FUS;:H11ce:8,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M2;FUS;:Hfe3:8,F", + "mappedName": "Face1;:M2;FUS;:H11ce:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132223,7 +181164,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:Hfe3:8,F;:Hfe4,F", + "mappedName": "Face1;:M2;FUS;:H11ce:8,F;:H11cf,F", "mappedStringIds": [], "name": "Face3" }, @@ -132231,26 +181172,26 @@ "history": [ { "children": [], - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "mappedStringIds": [], "name": "Face4" }, @@ -132258,13 +181199,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M2;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face6;:M2;FUS;:H11cd:8,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M2;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132277,7 +181218,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face6;:M2;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face6;:M2;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "name": "Face5" }, @@ -132285,26 +181226,26 @@ "history": [ { "children": [], - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "mappedStringIds": [], "name": "Face6" }, @@ -132312,13 +181253,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M2;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face5;:M2;FUS;:H11cd:8,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M2;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132331,7 +181272,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face5;:M2;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face5;:M2;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "name": "Face7" }, @@ -132339,13 +181280,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FUS;:Hfe2:7,F;:Hfe4,F", + "mappedName": "Face5;:M;FUS;:H11cd:7,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M;FUS;:Hfe2:7,F", + "mappedName": "Face5;:M;FUS;:H11cd:7,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132358,7 +181299,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face5;:M;FUS;:Hfe2:7,F;:Hfe4,F", + "mappedName": "Face5;:M;FUS;:H11cd:7,F;:H11cf,F", "mappedStringIds": [], "name": "Face8" }, @@ -132366,13 +181307,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M4;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face6;:M4;FUS;:H11cd:8,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M4;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132385,7 +181326,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face6;:M4;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face6;:M4;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "name": "Face9" }, @@ -132393,13 +181334,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M3;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face6;:M3;FUS;:H11cd:8,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M3;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132412,7 +181353,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face6;:M3;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face6;:M3;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "name": "Face10" }, @@ -132420,13 +181361,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:Hfe3,F;:Hfe4,F", + "mappedName": "Face3;:H11ce,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:Hfe3,F", + "mappedName": "Face3;:H11ce,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132439,7 +181380,7 @@ ], "indexedName": "Face11", "indexedStringIds": [], - "mappedName": "Face3;:Hfe3,F;:Hfe4,F", + "mappedName": "Face3;:H11ce,F;:H11cf,F", "mappedStringIds": [], "name": "Face11" }, @@ -132447,13 +181388,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M3;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face5;:M3;FUS;:H11cd:8,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M3;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132466,7 +181407,7 @@ ], "indexedName": "Face12", "indexedStringIds": [], - "mappedName": "Face5;:M3;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face5;:M3;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "name": "Face12" }, @@ -132474,26 +181415,26 @@ "history": [ { "children": [], - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Face13", "indexedStringIds": [], - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "mappedStringIds": [], "name": "Face13" }, @@ -132501,13 +181442,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M4;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face5;:M4;FUS;:H11cd:8,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M4;FUS;:H11cd:8,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132520,7 +181461,7 @@ ], "indexedName": "Face14", "indexedStringIds": [], - "mappedName": "Face5;:M4;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face5;:M4;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "name": "Face14" }, @@ -132528,13 +181469,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;FUS;:Hfe3:7,F;:Hfe4,F", + "mappedName": "Face1;:M;FUS;:H11ce:7,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M;FUS;:Hfe3:7,F", + "mappedName": "Face1;:M;FUS;:H11ce:7,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132547,7 +181488,7 @@ ], "indexedName": "Face15", "indexedStringIds": [], - "mappedName": "Face1;:M;FUS;:Hfe3:7,F;:Hfe4,F", + "mappedName": "Face1;:M;FUS;:H11ce:7,F;:H11cf,F", "mappedStringIds": [], "name": "Face15" }, @@ -132555,13 +181496,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:Hfe3,F;:Hfe4,F", + "mappedName": "Face2;:H11ce,F;:H11cf,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:Hfe3,F", + "mappedName": "Face2;:H11ce,F", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132574,7 +181515,7 @@ ], "indexedName": "Face16", "indexedStringIds": [], - "mappedName": "Face2;:Hfe3,F;:Hfe4,F", + "mappedName": "Face2;:H11ce,F;:H11cf,F", "mappedStringIds": [], "name": "Face16" }, @@ -132582,7 +181523,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:Hfe5,F", + "mappedName": "Face1;:H11d0,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -132595,7 +181536,7 @@ ], "indexedName": "Face17", "indexedStringIds": [], - "mappedName": "Face1;:Hfe5,F", + "mappedName": "Face1;:H11d0,F", "mappedStringIds": [], "name": "Face17" }, @@ -132603,7 +181544,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:Hfe5,F", + "mappedName": "Face3;:H11d0,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -132616,7 +181557,7 @@ ], "indexedName": "Face18", "indexedStringIds": [], - "mappedName": "Face3;:Hfe5,F", + "mappedName": "Face3;:H11d0,F", "mappedStringIds": [], "name": "Face18" }, @@ -132624,7 +181565,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:Hfe5,F", + "mappedName": "Face6;:H11d0,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -132637,7 +181578,7 @@ ], "indexedName": "Face19", "indexedStringIds": [], - "mappedName": "Face6;:Hfe5,F", + "mappedName": "Face6;:H11d0,F", "mappedStringIds": [], "name": "Face19" }, @@ -132645,7 +181586,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:Hfe5,F", + "mappedName": "Face4;:H11d0,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -132658,7 +181599,7 @@ ], "indexedName": "Face20", "indexedStringIds": [], - "mappedName": "Face4;:Hfe5,F", + "mappedName": "Face4;:H11d0,F", "mappedStringIds": [], "name": "Face20" }, @@ -132666,7 +181607,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:Hfe5,F", + "mappedName": "Face5;:H11d0,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -132679,7 +181620,7 @@ ], "indexedName": "Face21", "indexedStringIds": [], - "mappedName": "Face5;:Hfe5,F", + "mappedName": "Face5;:H11d0,F", "mappedStringIds": [], "name": "Face21" }, @@ -132687,7 +181628,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:Hfe5,F", + "mappedName": "Face2;:H11d0,F", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -132700,7 +181641,7 @@ ], "indexedName": "Face22", "indexedStringIds": [], - "mappedName": "Face2;:Hfe5,F", + "mappedName": "Face2;:H11d0,F", "mappedStringIds": [], "name": "Face22" }, @@ -132708,13 +181649,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge2;:M;FUS;:H11cd:7,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge2;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132727,7 +181668,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge2;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "name": "Edge1" }, @@ -132735,26 +181676,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "name": "Edge2" }, @@ -132762,13 +181703,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge10;:M;FUS;:H11cd:7,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge10;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132781,7 +181722,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge10;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge10;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "name": "Edge3" }, @@ -132789,13 +181730,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge2;:M2;FUS;:H11cd:8,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge2;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132808,7 +181749,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge2;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge2;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "name": "Edge4" }, @@ -132816,13 +181757,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge3;:H11cd,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge3;:Hfe2,E", + "mappedName": "Edge3;:H11cd,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132835,7 +181776,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge3;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge3;:H11cd,E;:H11cf,E", "mappedStringIds": [], "name": "Edge5" }, @@ -132843,13 +181784,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge4;:M2;FUS;:H11cd:8,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge4;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132862,7 +181803,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge4;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge4;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "name": "Edge6" }, @@ -132870,13 +181811,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge4;:M;FUS;:H11cd:7,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge4;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132889,7 +181830,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge4;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge4;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "name": "Edge7" }, @@ -132897,13 +181838,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge1;:H11cd,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:Hfe2,E", + "mappedName": "Edge1;:H11cd,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -132916,7 +181857,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge1;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge1;:H11cd,E;:H11cf,E", "mappedStringIds": [], "name": "Edge8" }, @@ -132924,26 +181865,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "name": "Edge9" }, @@ -132951,26 +181892,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "name": "Edge10" }, @@ -132978,26 +181919,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E", "mappedStringIds": [], "name": "Edge11" }, @@ -133005,13 +181946,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M3;FUS;:Hfe3:8,E;:Hfe4,E", + "mappedName": "Edge1;:M3;FUS;:H11ce:8,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:M3;FUS;:Hfe3:8,E", + "mappedName": "Edge1;:M3;FUS;:H11ce:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133024,7 +181965,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge1;:M3;FUS;:Hfe3:8,E;:Hfe4,E", + "mappedName": "Edge1;:M3;FUS;:H11ce:8,E;:H11cf,E", "mappedStringIds": [], "name": "Edge12" }, @@ -133032,13 +181973,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Hfe3,E;:Hfe4,E", + "mappedName": "Edge3;:H11ce,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge3;:Hfe3,E", + "mappedName": "Edge3;:H11ce,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133051,7 +181992,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge3;:Hfe3,E;:Hfe4,E", + "mappedName": "Edge3;:H11ce,E;:H11cf,E", "mappedStringIds": [], "name": "Edge13" }, @@ -133059,13 +182000,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge9;:M;FUS;:H11cd:7,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge9;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133078,7 +182019,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge9;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge9;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "name": "Edge14" }, @@ -133086,13 +182027,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge9;:M2;FUS;:H11cd:8,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge9;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133105,7 +182046,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge9;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge9;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "name": "Edge15" }, @@ -133113,13 +182054,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge5;:H11cd,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge5;:Hfe2,E", + "mappedName": "Edge5;:H11cd,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133132,7 +182073,7 @@ ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Edge5;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge5;:H11cd,E;:H11cf,E", "mappedStringIds": [], "name": "Edge16" }, @@ -133140,13 +182081,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge10;:M2;FUS;:H11cd:8,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge10;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133159,7 +182100,7 @@ ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Edge10;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge10;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "name": "Edge17" }, @@ -133167,13 +182108,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge12;:M;FUS;:H11cd:7,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge12;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133186,7 +182127,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge12;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge12;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "name": "Edge18" }, @@ -133194,13 +182135,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge11;:M;FUS;:H11cd:7,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge11;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133213,7 +182154,7 @@ ], "indexedName": "Edge19", "indexedStringIds": [], - "mappedName": "Edge11;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge11;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "name": "Edge19" }, @@ -133221,13 +182162,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge12;:M2;FUS;:H11cd:8,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge12;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133240,7 +182181,7 @@ ], "indexedName": "Edge20", "indexedStringIds": [], - "mappedName": "Edge12;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge12;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "name": "Edge20" }, @@ -133248,13 +182189,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge7;:H11cd,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge7;:Hfe2,E", + "mappedName": "Edge7;:H11cd,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133267,7 +182208,7 @@ ], "indexedName": "Edge21", "indexedStringIds": [], - "mappedName": "Edge7;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge7;:H11cd,E;:H11cf,E", "mappedStringIds": [], "name": "Edge21" }, @@ -133275,13 +182216,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge11;:M2;FUS;:H11cd:8,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge11;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133294,7 +182235,7 @@ ], "indexedName": "Edge22", "indexedStringIds": [], - "mappedName": "Edge11;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge11;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "name": "Edge22" }, @@ -133302,26 +182243,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge23", "indexedStringIds": [], - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "name": "Edge23" }, @@ -133329,26 +182270,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge24", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "name": "Edge24" }, @@ -133356,13 +182297,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge6;:M2;FUS;:H11cd:8,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge6;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133375,7 +182316,7 @@ ], "indexedName": "Edge25", "indexedStringIds": [], - "mappedName": "Edge6;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge6;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "name": "Edge25" }, @@ -133383,13 +182324,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge6;:M;FUS;:H11cd:7,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge6;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133402,7 +182343,7 @@ ], "indexedName": "Edge26", "indexedStringIds": [], - "mappedName": "Edge6;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge6;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "name": "Edge26" }, @@ -133410,26 +182351,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge27", "indexedStringIds": [], - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E", "mappedStringIds": [], "name": "Edge27" }, @@ -133437,13 +182378,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge8;:M;FUS;:H11cd:7,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge8;:M;FUS;:H11cd:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133456,7 +182397,7 @@ ], "indexedName": "Edge28", "indexedStringIds": [], - "mappedName": "Edge8;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge8;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "name": "Edge28" }, @@ -133464,13 +182405,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge8;:M2;FUS;:H11cd:8,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge8;:M2;FUS;:H11cd:8,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133483,7 +182424,7 @@ ], "indexedName": "Edge29", "indexedStringIds": [], - "mappedName": "Edge8;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge8;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "name": "Edge29" }, @@ -133491,26 +182432,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Edge30", "indexedStringIds": [], - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "name": "Edge30" }, @@ -133518,13 +182459,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:Hfe3,E;:Hfe4,E", + "mappedName": "Edge2;:H11ce,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:Hfe3,E", + "mappedName": "Edge2;:H11ce,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133537,7 +182478,7 @@ ], "indexedName": "Edge31", "indexedStringIds": [], - "mappedName": "Edge2;:Hfe3,E;:Hfe4,E", + "mappedName": "Edge2;:H11ce,E;:H11cf,E", "mappedStringIds": [], "name": "Edge31" }, @@ -133545,13 +182486,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;FUS;:Hfe3:7,E;:Hfe4,E", + "mappedName": "Edge1;:M;FUS;:H11ce:7,E;:H11cf,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:M;FUS;:Hfe3:7,E", + "mappedName": "Edge1;:M;FUS;:H11ce:7,E", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133564,7 +182505,7 @@ ], "indexedName": "Edge32", "indexedStringIds": [], - "mappedName": "Edge1;:M;FUS;:Hfe3:7,E;:Hfe4,E", + "mappedName": "Edge1;:M;FUS;:H11ce:7,E;:H11cf,E", "mappedStringIds": [], "name": "Edge32" }, @@ -133572,7 +182513,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:Hfe5,E", + "mappedName": "Edge1;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133585,7 +182526,7 @@ ], "indexedName": "Edge33", "indexedStringIds": [], - "mappedName": "Edge1;:Hfe5,E", + "mappedName": "Edge1;:H11d0,E", "mappedStringIds": [], "name": "Edge33" }, @@ -133593,7 +182534,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:Hfe5,E", + "mappedName": "Edge2;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133606,7 +182547,7 @@ ], "indexedName": "Edge34", "indexedStringIds": [], - "mappedName": "Edge2;:Hfe5,E", + "mappedName": "Edge2;:H11d0,E", "mappedStringIds": [], "name": "Edge34" }, @@ -133614,7 +182555,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:Hfe5,E", + "mappedName": "Edge3;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133627,7 +182568,7 @@ ], "indexedName": "Edge35", "indexedStringIds": [], - "mappedName": "Edge3;:Hfe5,E", + "mappedName": "Edge3;:H11d0,E", "mappedStringIds": [], "name": "Edge35" }, @@ -133635,7 +182576,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:Hfe5,E", + "mappedName": "Edge4;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133648,7 +182589,7 @@ ], "indexedName": "Edge36", "indexedStringIds": [], - "mappedName": "Edge4;:Hfe5,E", + "mappedName": "Edge4;:H11d0,E", "mappedStringIds": [], "name": "Edge36" }, @@ -133656,7 +182597,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:Hfe5,E", + "mappedName": "Edge9;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133669,7 +182610,7 @@ ], "indexedName": "Edge37", "indexedStringIds": [], - "mappedName": "Edge9;:Hfe5,E", + "mappedName": "Edge9;:H11d0,E", "mappedStringIds": [], "name": "Edge37" }, @@ -133677,7 +182618,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:Hfe5,E", + "mappedName": "Edge5;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133690,7 +182631,7 @@ ], "indexedName": "Edge38", "indexedStringIds": [], - "mappedName": "Edge5;:Hfe5,E", + "mappedName": "Edge5;:H11d0,E", "mappedStringIds": [], "name": "Edge38" }, @@ -133698,7 +182639,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:Hfe5,E", + "mappedName": "Edge10;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133711,7 +182652,7 @@ ], "indexedName": "Edge39", "indexedStringIds": [], - "mappedName": "Edge10;:Hfe5,E", + "mappedName": "Edge10;:H11d0,E", "mappedStringIds": [], "name": "Edge39" }, @@ -133719,7 +182660,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:Hfe5,E", + "mappedName": "Edge12;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133732,7 +182673,7 @@ ], "indexedName": "Edge40", "indexedStringIds": [], - "mappedName": "Edge12;:Hfe5,E", + "mappedName": "Edge12;:H11d0,E", "mappedStringIds": [], "name": "Edge40" }, @@ -133740,7 +182681,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:Hfe5,E", + "mappedName": "Edge6;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133753,7 +182694,7 @@ ], "indexedName": "Edge41", "indexedStringIds": [], - "mappedName": "Edge6;:Hfe5,E", + "mappedName": "Edge6;:H11d0,E", "mappedStringIds": [], "name": "Edge41" }, @@ -133761,7 +182702,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:Hfe5,E", + "mappedName": "Edge11;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133774,7 +182715,7 @@ ], "indexedName": "Edge42", "indexedStringIds": [], - "mappedName": "Edge11;:Hfe5,E", + "mappedName": "Edge11;:H11d0,E", "mappedStringIds": [], "name": "Edge42" }, @@ -133782,7 +182723,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:Hfe5,E", + "mappedName": "Edge7;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133795,7 +182736,7 @@ ], "indexedName": "Edge43", "indexedStringIds": [], - "mappedName": "Edge7;:Hfe5,E", + "mappedName": "Edge7;:H11d0,E", "mappedStringIds": [], "name": "Edge43" }, @@ -133803,7 +182744,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:Hfe5,E", + "mappedName": "Edge8;:H11d0,E", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -133816,7 +182757,7 @@ ], "indexedName": "Edge44", "indexedStringIds": [], - "mappedName": "Edge8;:Hfe5,E", + "mappedName": "Edge8;:H11d0,E", "mappedStringIds": [], "name": "Edge44" }, @@ -133824,13 +182765,13 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex1;:H11cd,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex1;:Hfe2,V", + "mappedName": "Vertex1;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133843,7 +182784,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex1;:H11cd,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -133851,26 +182792,26 @@ "history": [ { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -133878,26 +182819,26 @@ "history": [ { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -133905,13 +182846,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex3;:H11cd,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex3;:Hfe2,V", + "mappedName": "Vertex3;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133924,7 +182865,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex3;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex3;:H11cd,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -133932,13 +182873,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex4;:H11cd,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex4;:Hfe2,V", + "mappedName": "Vertex4;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -133951,7 +182892,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex4;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex4;:H11cd,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -133959,26 +182900,26 @@ "history": [ { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -133986,13 +182927,13 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex2;:H11cd,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex2;:Hfe2,V", + "mappedName": "Vertex2;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -134005,7 +182946,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex2;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex2;:H11cd,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -134013,26 +182954,26 @@ "history": [ { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -134040,26 +182981,26 @@ "history": [ { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -134067,13 +183008,13 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Hfe3,V;:Hfe4,V", + "mappedName": "Vertex2;:H11ce,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex2;:Hfe3,V", + "mappedName": "Vertex2;:H11ce,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -134086,7 +183027,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex2;:Hfe3,V;:Hfe4,V", + "mappedName": "Vertex2;:H11ce,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -134094,26 +183035,26 @@ "history": [ { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -134121,13 +183062,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex6;:H11cd,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex6;:Hfe2,V", + "mappedName": "Vertex6;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -134140,7 +183081,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex6;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex6;:H11cd,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex12" }, @@ -134148,13 +183089,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex5;:H11cd,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex5;:Hfe2,V", + "mappedName": "Vertex5;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -134167,7 +183108,7 @@ ], "indexedName": "Vertex13", "indexedStringIds": [], - "mappedName": "Vertex5;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex5;:H11cd,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex13" }, @@ -134175,26 +183116,26 @@ "history": [ { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex14", "indexedStringIds": [], - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex14" }, @@ -134202,13 +183143,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex7;:H11cd,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex7;:Hfe2,V", + "mappedName": "Vertex7;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -134221,7 +183162,7 @@ ], "indexedName": "Vertex15", "indexedStringIds": [], - "mappedName": "Vertex7;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex7;:H11cd,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex15" }, @@ -134229,13 +183170,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex8;:H11cd,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex8;:Hfe2,V", + "mappedName": "Vertex8;:H11cd,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -134248,7 +183189,7 @@ ], "indexedName": "Vertex16", "indexedStringIds": [], - "mappedName": "Vertex8;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex8;:H11cd,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex16" }, @@ -134256,26 +183197,26 @@ "history": [ { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V", "object": "Fuse23", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E)", "object": "Box23", "typeId": "Part::Box" } ], "indexedName": "Vertex17", "indexedStringIds": [], - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex17" }, @@ -134283,13 +183224,13 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Hfe3,V;:Hfe4,V", + "mappedName": "Vertex1;:H11ce,V;:H11cf,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex1;:Hfe3,V", + "mappedName": "Vertex1;:H11ce,V", "object": "Fuse23", "typeId": "Part::Fuse" }, @@ -134302,7 +183243,7 @@ ], "indexedName": "Vertex18", "indexedStringIds": [], - "mappedName": "Vertex1;:Hfe3,V;:Hfe4,V", + "mappedName": "Vertex1;:H11ce,V;:H11cf,V", "mappedStringIds": [], "name": "Vertex18" }, @@ -134310,7 +183251,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:Hfe5,V", + "mappedName": "Vertex1;:H11d0,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -134323,7 +183264,7 @@ ], "indexedName": "Vertex19", "indexedStringIds": [], - "mappedName": "Vertex1;:Hfe5,V", + "mappedName": "Vertex1;:H11d0,V", "mappedStringIds": [], "name": "Vertex19" }, @@ -134331,7 +183272,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:Hfe5,V", + "mappedName": "Vertex2;:H11d0,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -134344,7 +183285,7 @@ ], "indexedName": "Vertex20", "indexedStringIds": [], - "mappedName": "Vertex2;:Hfe5,V", + "mappedName": "Vertex2;:H11d0,V", "mappedStringIds": [], "name": "Vertex20" }, @@ -134352,7 +183293,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:Hfe5,V", + "mappedName": "Vertex3;:H11d0,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -134365,7 +183306,7 @@ ], "indexedName": "Vertex21", "indexedStringIds": [], - "mappedName": "Vertex3;:Hfe5,V", + "mappedName": "Vertex3;:H11d0,V", "mappedStringIds": [], "name": "Vertex21" }, @@ -134373,7 +183314,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:Hfe5,V", + "mappedName": "Vertex4;:H11d0,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -134386,7 +183327,7 @@ ], "indexedName": "Vertex22", "indexedStringIds": [], - "mappedName": "Vertex4;:Hfe5,V", + "mappedName": "Vertex4;:H11d0,V", "mappedStringIds": [], "name": "Vertex22" }, @@ -134394,7 +183335,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:Hfe5,V", + "mappedName": "Vertex6;:H11d0,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -134407,7 +183348,7 @@ ], "indexedName": "Vertex23", "indexedStringIds": [], - "mappedName": "Vertex6;:Hfe5,V", + "mappedName": "Vertex6;:H11d0,V", "mappedStringIds": [], "name": "Vertex23" }, @@ -134415,7 +183356,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:Hfe5,V", + "mappedName": "Vertex5;:H11d0,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -134428,7 +183369,7 @@ ], "indexedName": "Vertex24", "indexedStringIds": [], - "mappedName": "Vertex5;:Hfe5,V", + "mappedName": "Vertex5;:H11d0,V", "mappedStringIds": [], "name": "Vertex24" }, @@ -134436,7 +183377,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:Hfe5,V", + "mappedName": "Vertex7;:H11d0,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -134449,7 +183390,7 @@ ], "indexedName": "Vertex25", "indexedStringIds": [], - "mappedName": "Vertex7;:Hfe5,V", + "mappedName": "Vertex7;:H11d0,V", "mappedStringIds": [], "name": "Vertex25" }, @@ -134457,7 +183398,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:Hfe5,V", + "mappedName": "Vertex8;:H11d0,V", "object": "CompositeCut23", "typeId": "Part::Cut" }, @@ -134470,7 +183411,7 @@ ], "indexedName": "Vertex26", "indexedStringIds": [], - "mappedName": "Vertex8;:Hfe5,V", + "mappedName": "Vertex8;:H11d0,V", "mappedStringIds": [], "name": "Vertex26" } @@ -134486,7 +183427,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FUS;:Hfe2:7,F;:Hfe4,F", + "mappedName": "Face6;:M;FUS;:H11cd:7,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134494,7 +183435,7 @@ "index": 1, "type": "Face" }, - "name": "Face6;:M;FUS;:Hfe2:7,F;:Hfe4,F", + "name": "Face6;:M;FUS;:H11cd:7,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134502,9 +183443,9 @@ "resultPersistentId": "CompositeCut23:face:0", "sourceRefs": [ { - "mappedName": "Face6;:M;FUS;:Hfe2:7,F", + "mappedName": "Face6;:M;FUS;:H11cd:7,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face6;:M;FUS;:Hfe2:7,F", + "persistentId": "Fuse23:mapped:Face6;:M;FUS;:H11cd:7,F", "stageId": "Fuse23" }, { @@ -134519,7 +183460,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134527,7 +183468,7 @@ "index": 2, "type": "Face" }, - "name": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "name": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134535,15 +183476,15 @@ "resultPersistentId": "CompositeCut23:face:1", "sourceRefs": [ { - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "persistentId": "Fuse23:mapped:Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "stageId": "Fuse23" }, { - "mappedName": "Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face1;:M2;FUS;:Hfe2:8,F;:M(Face1;:M;FUS;:Hfe2:7,F)", + "persistentId": "Box23:mapped:Face1;:M2;FUS;:H11cd:8,F;:M(Face1;:M;FUS;:H11cd:7,F)", "stageId": "Box23" } ] @@ -134552,7 +183493,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:Hfe3:8,F;:Hfe4,F", + "mappedName": "Face1;:M2;FUS;:H11ce:8,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134560,7 +183501,7 @@ "index": 3, "type": "Face" }, - "name": "Face1;:M2;FUS;:Hfe3:8,F;:Hfe4,F", + "name": "Face1;:M2;FUS;:H11ce:8,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134568,9 +183509,9 @@ "resultPersistentId": "CompositeCut23:face:2", "sourceRefs": [ { - "mappedName": "Face1;:M2;FUS;:Hfe3:8,F", + "mappedName": "Face1;:M2;FUS;:H11ce:8,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face1;:M2;FUS;:Hfe3:8,F", + "persistentId": "Fuse23:mapped:Face1;:M2;FUS;:H11ce:8,F", "stageId": "Fuse23" }, { @@ -134585,7 +183526,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134593,7 +183534,7 @@ "index": 4, "type": "Face" }, - "name": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "name": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134601,15 +183542,15 @@ "resultPersistentId": "CompositeCut23:face:3", "sourceRefs": [ { - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "persistentId": "Fuse23:mapped:Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "stageId": "Fuse23" }, { - "mappedName": "Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face3;:M2;FUS;:Hfe2:8,F;:M(Face3;:M;FUS;:Hfe2:7,F)", + "persistentId": "Box23:mapped:Face3;:M2;FUS;:H11cd:8,F;:M(Face3;:M;FUS;:H11cd:7,F)", "stageId": "Box23" } ] @@ -134618,7 +183559,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M2;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face6;:M2;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134626,7 +183567,7 @@ "index": 5, "type": "Face" }, - "name": "Face6;:M2;FUS;:Hfe2:8,F;:Hfe4,F", + "name": "Face6;:M2;FUS;:H11cd:8,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134634,9 +183575,9 @@ "resultPersistentId": "CompositeCut23:face:4", "sourceRefs": [ { - "mappedName": "Face6;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M2;FUS;:H11cd:8,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face6;:M2;FUS;:Hfe2:8,F", + "persistentId": "Fuse23:mapped:Face6;:M2;FUS;:H11cd:8,F", "stageId": "Fuse23" }, { @@ -134651,7 +183592,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134659,7 +183600,7 @@ "index": 6, "type": "Face" }, - "name": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "name": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134667,15 +183608,15 @@ "resultPersistentId": "CompositeCut23:face:5", "sourceRefs": [ { - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "persistentId": "Fuse23:mapped:Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "stageId": "Fuse23" }, { - "mappedName": "Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face4;:M2;FUS;:Hfe2:8,F;:M(Face4;:M;FUS;:Hfe2:7,F)", + "persistentId": "Box23:mapped:Face4;:M2;FUS;:H11cd:8,F;:M(Face4;:M;FUS;:H11cd:7,F)", "stageId": "Box23" } ] @@ -134684,7 +183625,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M2;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face5;:M2;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134692,7 +183633,7 @@ "index": 7, "type": "Face" }, - "name": "Face5;:M2;FUS;:Hfe2:8,F;:Hfe4,F", + "name": "Face5;:M2;FUS;:H11cd:8,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134700,9 +183641,9 @@ "resultPersistentId": "CompositeCut23:face:6", "sourceRefs": [ { - "mappedName": "Face5;:M2;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M2;FUS;:H11cd:8,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face5;:M2;FUS;:Hfe2:8,F", + "persistentId": "Fuse23:mapped:Face5;:M2;FUS;:H11cd:8,F", "stageId": "Fuse23" }, { @@ -134717,7 +183658,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FUS;:Hfe2:7,F;:Hfe4,F", + "mappedName": "Face5;:M;FUS;:H11cd:7,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134725,7 +183666,7 @@ "index": 8, "type": "Face" }, - "name": "Face5;:M;FUS;:Hfe2:7,F;:Hfe4,F", + "name": "Face5;:M;FUS;:H11cd:7,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134733,9 +183674,9 @@ "resultPersistentId": "CompositeCut23:face:7", "sourceRefs": [ { - "mappedName": "Face5;:M;FUS;:Hfe2:7,F", + "mappedName": "Face5;:M;FUS;:H11cd:7,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face5;:M;FUS;:Hfe2:7,F", + "persistentId": "Fuse23:mapped:Face5;:M;FUS;:H11cd:7,F", "stageId": "Fuse23" }, { @@ -134750,7 +183691,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M4;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face6;:M4;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134758,7 +183699,7 @@ "index": 9, "type": "Face" }, - "name": "Face6;:M4;FUS;:Hfe2:8,F;:Hfe4,F", + "name": "Face6;:M4;FUS;:H11cd:8,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134766,9 +183707,9 @@ "resultPersistentId": "CompositeCut23:face:8", "sourceRefs": [ { - "mappedName": "Face6;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M4;FUS;:H11cd:8,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face6;:M4;FUS;:Hfe2:8,F", + "persistentId": "Fuse23:mapped:Face6;:M4;FUS;:H11cd:8,F", "stageId": "Fuse23" }, { @@ -134783,7 +183724,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M3;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face6;:M3;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134791,7 +183732,7 @@ "index": 10, "type": "Face" }, - "name": "Face6;:M3;FUS;:Hfe2:8,F;:Hfe4,F", + "name": "Face6;:M3;FUS;:H11cd:8,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134799,9 +183740,9 @@ "resultPersistentId": "CompositeCut23:face:9", "sourceRefs": [ { - "mappedName": "Face6;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face6;:M3;FUS;:H11cd:8,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face6;:M3;FUS;:Hfe2:8,F", + "persistentId": "Fuse23:mapped:Face6;:M3;FUS;:H11cd:8,F", "stageId": "Fuse23" }, { @@ -134816,7 +183757,7 @@ "indexedName": "Face11", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:Hfe3,F;:Hfe4,F", + "mappedName": "Face3;:H11ce,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134824,7 +183765,7 @@ "index": 11, "type": "Face" }, - "name": "Face3;:Hfe3,F;:Hfe4,F", + "name": "Face3;:H11ce,F;:H11cf,F", "stringIds": [] }, "relation": "preserved", @@ -134832,9 +183773,9 @@ "resultPersistentId": "CompositeCut23:face:10", "sourceRefs": [ { - "mappedName": "Face3;:Hfe3,F", + "mappedName": "Face3;:H11ce,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face3;:Hfe3,F", + "persistentId": "Fuse23:mapped:Face3;:H11ce,F", "stageId": "Fuse23" }, { @@ -134849,7 +183790,7 @@ "indexedName": "Face12", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M3;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face5;:M3;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134857,7 +183798,7 @@ "index": 12, "type": "Face" }, - "name": "Face5;:M3;FUS;:Hfe2:8,F;:Hfe4,F", + "name": "Face5;:M3;FUS;:H11cd:8,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134865,9 +183806,9 @@ "resultPersistentId": "CompositeCut23:face:11", "sourceRefs": [ { - "mappedName": "Face5;:M3;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M3;FUS;:H11cd:8,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face5;:M3;FUS;:Hfe2:8,F", + "persistentId": "Fuse23:mapped:Face5;:M3;FUS;:H11cd:8,F", "stageId": "Fuse23" }, { @@ -134882,7 +183823,7 @@ "indexedName": "Face13", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134890,7 +183831,7 @@ "index": 13, "type": "Face" }, - "name": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F;:Hfe4,F", + "name": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134898,15 +183839,15 @@ "resultPersistentId": "CompositeCut23:face:12", "sourceRefs": [ { - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F);RFI;:Hfe2:1f,F", + "persistentId": "Fuse23:mapped:Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F);RFI;:H11cd:20,F", "stageId": "Fuse23" }, { - "mappedName": "Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F)", + "mappedName": "Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face2;:M2;FUS;:Hfe2:8,F;:M(Face2;:M;FUS;:Hfe2:7,F)", + "persistentId": "Box23:mapped:Face2;:M2;FUS;:H11cd:8,F;:M(Face2;:M;FUS;:H11cd:7,F)", "stageId": "Box23" } ] @@ -134915,7 +183856,7 @@ "indexedName": "Face14", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M4;FUS;:Hfe2:8,F;:Hfe4,F", + "mappedName": "Face5;:M4;FUS;:H11cd:8,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134923,7 +183864,7 @@ "index": 14, "type": "Face" }, - "name": "Face5;:M4;FUS;:Hfe2:8,F;:Hfe4,F", + "name": "Face5;:M4;FUS;:H11cd:8,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134931,9 +183872,9 @@ "resultPersistentId": "CompositeCut23:face:13", "sourceRefs": [ { - "mappedName": "Face5;:M4;FUS;:Hfe2:8,F", + "mappedName": "Face5;:M4;FUS;:H11cd:8,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face5;:M4;FUS;:Hfe2:8,F", + "persistentId": "Fuse23:mapped:Face5;:M4;FUS;:H11cd:8,F", "stageId": "Fuse23" }, { @@ -134948,7 +183889,7 @@ "indexedName": "Face15", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FUS;:Hfe3:7,F;:Hfe4,F", + "mappedName": "Face1;:M;FUS;:H11ce:7,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134956,7 +183897,7 @@ "index": 15, "type": "Face" }, - "name": "Face1;:M;FUS;:Hfe3:7,F;:Hfe4,F", + "name": "Face1;:M;FUS;:H11ce:7,F;:H11cf,F", "stringIds": [] }, "relation": "modified", @@ -134964,9 +183905,9 @@ "resultPersistentId": "CompositeCut23:face:14", "sourceRefs": [ { - "mappedName": "Face1;:M;FUS;:Hfe3:7,F", + "mappedName": "Face1;:M;FUS;:H11ce:7,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face1;:M;FUS;:Hfe3:7,F", + "persistentId": "Fuse23:mapped:Face1;:M;FUS;:H11ce:7,F", "stageId": "Fuse23" }, { @@ -134981,7 +183922,7 @@ "indexedName": "Face16", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:Hfe3,F;:Hfe4,F", + "mappedName": "Face2;:H11ce,F;:H11cf,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -134989,7 +183930,7 @@ "index": 16, "type": "Face" }, - "name": "Face2;:Hfe3,F;:Hfe4,F", + "name": "Face2;:H11ce,F;:H11cf,F", "stringIds": [] }, "relation": "preserved", @@ -134997,9 +183938,9 @@ "resultPersistentId": "CompositeCut23:face:15", "sourceRefs": [ { - "mappedName": "Face2;:Hfe3,F", + "mappedName": "Face2;:H11ce,F", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face2;:Hfe3,F", + "persistentId": "Fuse23:mapped:Face2;:H11ce,F", "stageId": "Fuse23" }, { @@ -135014,7 +183955,7 @@ "indexedName": "Face17", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:Hfe5,F", + "mappedName": "Face1;:H11d0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135022,7 +183963,7 @@ "index": 17, "type": "Face" }, - "name": "Face1;:Hfe5,F", + "name": "Face1;:H11d0,F", "stringIds": [] }, "relation": "preserved", @@ -135041,7 +183982,7 @@ "indexedName": "Face18", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:Hfe5,F", + "mappedName": "Face3;:H11d0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135049,7 +183990,7 @@ "index": 18, "type": "Face" }, - "name": "Face3;:Hfe5,F", + "name": "Face3;:H11d0,F", "stringIds": [] }, "relation": "preserved", @@ -135068,7 +184009,7 @@ "indexedName": "Face19", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:Hfe5,F", + "mappedName": "Face6;:H11d0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135076,7 +184017,7 @@ "index": 19, "type": "Face" }, - "name": "Face6;:Hfe5,F", + "name": "Face6;:H11d0,F", "stringIds": [] }, "relation": "preserved", @@ -135095,7 +184036,7 @@ "indexedName": "Face20", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:Hfe5,F", + "mappedName": "Face4;:H11d0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135103,7 +184044,7 @@ "index": 20, "type": "Face" }, - "name": "Face4;:Hfe5,F", + "name": "Face4;:H11d0,F", "stringIds": [] }, "relation": "preserved", @@ -135122,7 +184063,7 @@ "indexedName": "Face21", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:Hfe5,F", + "mappedName": "Face5;:H11d0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135130,7 +184071,7 @@ "index": 21, "type": "Face" }, - "name": "Face5;:Hfe5,F", + "name": "Face5;:H11d0,F", "stringIds": [] }, "relation": "preserved", @@ -135149,7 +184090,7 @@ "indexedName": "Face22", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:Hfe5,F", + "mappedName": "Face2;:H11d0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135157,7 +184098,7 @@ "index": 22, "type": "Face" }, - "name": "Face2;:Hfe5,F", + "name": "Face2;:H11d0,F", "stringIds": [] }, "relation": "preserved", @@ -135176,7 +184117,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge2;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135184,7 +184125,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "name": "Edge2;:M;FUS;:H11cd:7,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135192,9 +184133,9 @@ "resultPersistentId": "CompositeCut23:edge:0", "sourceRefs": [ { - "mappedName": "Edge2;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge2;:M;FUS;:H11cd:7,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge2;:M;FUS;:Hfe2:7,E", + "persistentId": "Fuse23:mapped:Edge2;:M;FUS;:H11cd:7,E", "stageId": "Fuse23" }, { @@ -135209,7 +184150,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135217,7 +184158,7 @@ "index": 2, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "name": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "stringIds": [] }, "relation": "generated", @@ -135225,15 +184166,15 @@ "resultPersistentId": "CompositeCut23:edge:1", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face6;:G2(Face1;K-15;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "persistentId": "Fuse23:mapped:Face6;:G2(Face1;K-15;:H11ce:5,F);FUS;:H11cd:1f,E", "stageId": "Fuse23" }, { - "mappedName": "Face6;:G2(Face1;K-15;:Hfe3:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face6;:G2(Face1;K-15;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face6;:G2(Face1;K-15;:H11ce:5,F)", "stageId": "Box23" } ] @@ -135242,7 +184183,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge10;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135250,7 +184191,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge10;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "name": "Edge10;:M;FUS;:H11cd:7,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135258,9 +184199,9 @@ "resultPersistentId": "CompositeCut23:edge:2", "sourceRefs": [ { - "mappedName": "Edge10;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge10;:M;FUS;:H11cd:7,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge10;:M;FUS;:Hfe2:7,E", + "persistentId": "Fuse23:mapped:Edge10;:M;FUS;:H11cd:7,E", "stageId": "Fuse23" }, { @@ -135275,7 +184216,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge2;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135283,7 +184224,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge2;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "name": "Edge2;:M2;FUS;:H11cd:8,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135291,9 +184232,9 @@ "resultPersistentId": "CompositeCut23:edge:3", "sourceRefs": [ { - "mappedName": "Edge2;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge2;:M2;FUS;:H11cd:8,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge2;:M2;FUS;:Hfe2:8,E", + "persistentId": "Fuse23:mapped:Edge2;:M2;FUS;:H11cd:8,E", "stageId": "Fuse23" }, { @@ -135308,7 +184249,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge3;:H11cd,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135316,7 +184257,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge3;:Hfe2,E;:Hfe4,E", + "name": "Edge3;:H11cd,E;:H11cf,E", "stringIds": [] }, "relation": "preserved", @@ -135324,9 +184265,9 @@ "resultPersistentId": "CompositeCut23:edge:4", "sourceRefs": [ { - "mappedName": "Edge3;:Hfe2,E", + "mappedName": "Edge3;:H11cd,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge3;:Hfe2,E", + "persistentId": "Fuse23:mapped:Edge3;:H11cd,E", "stageId": "Fuse23" }, { @@ -135341,7 +184282,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge4;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135349,7 +184290,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge4;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "name": "Edge4;:M2;FUS;:H11cd:8,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135357,9 +184298,9 @@ "resultPersistentId": "CompositeCut23:edge:5", "sourceRefs": [ { - "mappedName": "Edge4;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge4;:M2;FUS;:H11cd:8,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge4;:M2;FUS;:Hfe2:8,E", + "persistentId": "Fuse23:mapped:Edge4;:M2;FUS;:H11cd:8,E", "stageId": "Fuse23" }, { @@ -135374,7 +184315,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge4;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135382,7 +184323,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge4;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "name": "Edge4;:M;FUS;:H11cd:7,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135390,9 +184331,9 @@ "resultPersistentId": "CompositeCut23:edge:6", "sourceRefs": [ { - "mappedName": "Edge4;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge4;:M;FUS;:H11cd:7,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge4;:M;FUS;:Hfe2:7,E", + "persistentId": "Fuse23:mapped:Edge4;:M;FUS;:H11cd:7,E", "stageId": "Fuse23" }, { @@ -135407,7 +184348,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge1;:H11cd,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135415,7 +184356,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge1;:Hfe2,E;:Hfe4,E", + "name": "Edge1;:H11cd,E;:H11cf,E", "stringIds": [] }, "relation": "preserved", @@ -135423,9 +184364,9 @@ "resultPersistentId": "CompositeCut23:edge:7", "sourceRefs": [ { - "mappedName": "Edge1;:Hfe2,E", + "mappedName": "Edge1;:H11cd,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge1;:Hfe2,E", + "persistentId": "Fuse23:mapped:Edge1;:H11cd,E", "stageId": "Fuse23" }, { @@ -135440,7 +184381,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135448,7 +184389,7 @@ "index": 9, "type": "Edge" }, - "name": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "name": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "stringIds": [] }, "relation": "generated", @@ -135456,15 +184397,15 @@ "resultPersistentId": "CompositeCut23:edge:8", "sourceRefs": [ { - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face6;:G4(Face1;K-17;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "persistentId": "Fuse23:mapped:Face6;:G4(Face1;K-17;:H11ce:5,F);FUS;:H11cd:1f,E", "stageId": "Fuse23" }, { - "mappedName": "Face6;:G4(Face1;K-17;:Hfe3:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face6;:G4(Face1;K-17;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face6;:G4(Face1;K-17;:H11ce:5,F)", "stageId": "Box23" } ] @@ -135473,7 +184414,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135481,7 +184422,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "name": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "stringIds": [] }, "relation": "generated", @@ -135489,15 +184430,15 @@ "resultPersistentId": "CompositeCut23:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face6;:G3(Face1;K-16;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "persistentId": "Fuse23:mapped:Face6;:G3(Face1;K-16;:H11ce:5,F);FUS;:H11cd:1f,E", "stageId": "Fuse23" }, { - "mappedName": "Face6;:G3(Face1;K-16;:Hfe3:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face6;:G3(Face1;K-16;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face6;:G3(Face1;K-16;:H11ce:5,F)", "stageId": "Box23" } ] @@ -135506,7 +184447,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135514,7 +184455,7 @@ "index": 11, "type": "Edge" }, - "name": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E", + "name": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E", "stringIds": [] }, "relation": "generated", @@ -135522,15 +184463,15 @@ "resultPersistentId": "CompositeCut23:edge:10", "sourceRefs": [ { - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face6;:G(Face1;K-14;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "persistentId": "Fuse23:mapped:Face6;:G(Face1;K-14;:H11ce:5,F);FUS;:H11cd:1e,E", "stageId": "Fuse23" }, { - "mappedName": "Face6;:G(Face1;K-14;:Hfe3:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face6;:G(Face1;K-14;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face6;:G(Face1;K-14;:H11ce:5,F)", "stageId": "Box23" } ] @@ -135539,7 +184480,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M3;FUS;:Hfe3:8,E;:Hfe4,E", + "mappedName": "Edge1;:M3;FUS;:H11ce:8,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135547,7 +184488,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge1;:M3;FUS;:Hfe3:8,E;:Hfe4,E", + "name": "Edge1;:M3;FUS;:H11ce:8,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135555,9 +184496,9 @@ "resultPersistentId": "CompositeCut23:edge:11", "sourceRefs": [ { - "mappedName": "Edge1;:M3;FUS;:Hfe3:8,E", + "mappedName": "Edge1;:M3;FUS;:H11ce:8,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge1;:M3;FUS;:Hfe3:8,E", + "persistentId": "Fuse23:mapped:Edge1;:M3;FUS;:H11ce:8,E", "stageId": "Fuse23" }, { @@ -135572,7 +184513,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Hfe3,E;:Hfe4,E", + "mappedName": "Edge3;:H11ce,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135580,7 +184521,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge3;:Hfe3,E;:Hfe4,E", + "name": "Edge3;:H11ce,E;:H11cf,E", "stringIds": [] }, "relation": "preserved", @@ -135588,9 +184529,9 @@ "resultPersistentId": "CompositeCut23:edge:12", "sourceRefs": [ { - "mappedName": "Edge3;:Hfe3,E", + "mappedName": "Edge3;:H11ce,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge3;:Hfe3,E", + "persistentId": "Fuse23:mapped:Edge3;:H11ce,E", "stageId": "Fuse23" }, { @@ -135605,7 +184546,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge9;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135613,7 +184554,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge9;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "name": "Edge9;:M;FUS;:H11cd:7,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135621,9 +184562,9 @@ "resultPersistentId": "CompositeCut23:edge:13", "sourceRefs": [ { - "mappedName": "Edge9;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge9;:M;FUS;:H11cd:7,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge9;:M;FUS;:Hfe2:7,E", + "persistentId": "Fuse23:mapped:Edge9;:M;FUS;:H11cd:7,E", "stageId": "Fuse23" }, { @@ -135638,7 +184579,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge9;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135646,7 +184587,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge9;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "name": "Edge9;:M2;FUS;:H11cd:8,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135654,9 +184595,9 @@ "resultPersistentId": "CompositeCut23:edge:14", "sourceRefs": [ { - "mappedName": "Edge9;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge9;:M2;FUS;:H11cd:8,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge9;:M2;FUS;:Hfe2:8,E", + "persistentId": "Fuse23:mapped:Edge9;:M2;FUS;:H11cd:8,E", "stageId": "Fuse23" }, { @@ -135671,7 +184612,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge5;:H11cd,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135679,7 +184620,7 @@ "index": 16, "type": "Edge" }, - "name": "Edge5;:Hfe2,E;:Hfe4,E", + "name": "Edge5;:H11cd,E;:H11cf,E", "stringIds": [] }, "relation": "preserved", @@ -135687,9 +184628,9 @@ "resultPersistentId": "CompositeCut23:edge:15", "sourceRefs": [ { - "mappedName": "Edge5;:Hfe2,E", + "mappedName": "Edge5;:H11cd,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge5;:Hfe2,E", + "persistentId": "Fuse23:mapped:Edge5;:H11cd,E", "stageId": "Fuse23" }, { @@ -135704,7 +184645,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge10;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135712,7 +184653,7 @@ "index": 17, "type": "Edge" }, - "name": "Edge10;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "name": "Edge10;:M2;FUS;:H11cd:8,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135720,9 +184661,9 @@ "resultPersistentId": "CompositeCut23:edge:16", "sourceRefs": [ { - "mappedName": "Edge10;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge10;:M2;FUS;:H11cd:8,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge10;:M2;FUS;:Hfe2:8,E", + "persistentId": "Fuse23:mapped:Edge10;:M2;FUS;:H11cd:8,E", "stageId": "Fuse23" }, { @@ -135737,7 +184678,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge12;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135745,7 +184686,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge12;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "name": "Edge12;:M;FUS;:H11cd:7,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135753,9 +184694,9 @@ "resultPersistentId": "CompositeCut23:edge:17", "sourceRefs": [ { - "mappedName": "Edge12;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge12;:M;FUS;:H11cd:7,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge12;:M;FUS;:Hfe2:7,E", + "persistentId": "Fuse23:mapped:Edge12;:M;FUS;:H11cd:7,E", "stageId": "Fuse23" }, { @@ -135770,7 +184711,7 @@ "indexedName": "Edge19", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge11;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135778,7 +184719,7 @@ "index": 19, "type": "Edge" }, - "name": "Edge11;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "name": "Edge11;:M;FUS;:H11cd:7,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135786,9 +184727,9 @@ "resultPersistentId": "CompositeCut23:edge:18", "sourceRefs": [ { - "mappedName": "Edge11;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge11;:M;FUS;:H11cd:7,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge11;:M;FUS;:Hfe2:7,E", + "persistentId": "Fuse23:mapped:Edge11;:M;FUS;:H11cd:7,E", "stageId": "Fuse23" }, { @@ -135803,7 +184744,7 @@ "indexedName": "Edge20", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge12;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135811,7 +184752,7 @@ "index": 20, "type": "Edge" }, - "name": "Edge12;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "name": "Edge12;:M2;FUS;:H11cd:8,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135819,9 +184760,9 @@ "resultPersistentId": "CompositeCut23:edge:19", "sourceRefs": [ { - "mappedName": "Edge12;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge12;:M2;FUS;:H11cd:8,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge12;:M2;FUS;:Hfe2:8,E", + "persistentId": "Fuse23:mapped:Edge12;:M2;FUS;:H11cd:8,E", "stageId": "Fuse23" }, { @@ -135836,7 +184777,7 @@ "indexedName": "Edge21", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:Hfe2,E;:Hfe4,E", + "mappedName": "Edge7;:H11cd,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135844,7 +184785,7 @@ "index": 21, "type": "Edge" }, - "name": "Edge7;:Hfe2,E;:Hfe4,E", + "name": "Edge7;:H11cd,E;:H11cf,E", "stringIds": [] }, "relation": "preserved", @@ -135852,9 +184793,9 @@ "resultPersistentId": "CompositeCut23:edge:20", "sourceRefs": [ { - "mappedName": "Edge7;:Hfe2,E", + "mappedName": "Edge7;:H11cd,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge7;:Hfe2,E", + "persistentId": "Fuse23:mapped:Edge7;:H11cd,E", "stageId": "Fuse23" }, { @@ -135869,7 +184810,7 @@ "indexedName": "Edge22", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge11;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135877,7 +184818,7 @@ "index": 22, "type": "Edge" }, - "name": "Edge11;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "name": "Edge11;:M2;FUS;:H11cd:8,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135885,9 +184826,9 @@ "resultPersistentId": "CompositeCut23:edge:21", "sourceRefs": [ { - "mappedName": "Edge11;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge11;:M2;FUS;:H11cd:8,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge11;:M2;FUS;:Hfe2:8,E", + "persistentId": "Fuse23:mapped:Edge11;:M2;FUS;:H11cd:8,E", "stageId": "Fuse23" }, { @@ -135902,7 +184843,7 @@ "indexedName": "Edge23", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135910,7 +184851,7 @@ "index": 23, "type": "Edge" }, - "name": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "name": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "stringIds": [] }, "relation": "generated", @@ -135918,15 +184859,15 @@ "resultPersistentId": "CompositeCut23:edge:22", "sourceRefs": [ { - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face5;:G3(Face1;K-12;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "persistentId": "Fuse23:mapped:Face5;:G3(Face1;K-12;:H11ce:5,F);FUS;:H11cd:1f,E", "stageId": "Fuse23" }, { - "mappedName": "Face5;:G3(Face1;K-12;:Hfe3:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face5;:G3(Face1;K-12;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face5;:G3(Face1;K-12;:H11ce:5,F)", "stageId": "Box23" } ] @@ -135935,7 +184876,7 @@ "indexedName": "Edge24", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135943,7 +184884,7 @@ "index": 24, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "name": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "stringIds": [] }, "relation": "generated", @@ -135951,15 +184892,15 @@ "resultPersistentId": "CompositeCut23:edge:23", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face5;:G2(Face1;K-11;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "persistentId": "Fuse23:mapped:Face5;:G2(Face1;K-11;:H11ce:5,F);FUS;:H11cd:1f,E", "stageId": "Fuse23" }, { - "mappedName": "Face5;:G2(Face1;K-11;:Hfe3:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face5;:G2(Face1;K-11;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face5;:G2(Face1;K-11;:H11ce:5,F)", "stageId": "Box23" } ] @@ -135968,7 +184909,7 @@ "indexedName": "Edge25", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge6;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -135976,7 +184917,7 @@ "index": 25, "type": "Edge" }, - "name": "Edge6;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "name": "Edge6;:M2;FUS;:H11cd:8,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -135984,9 +184925,9 @@ "resultPersistentId": "CompositeCut23:edge:24", "sourceRefs": [ { - "mappedName": "Edge6;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge6;:M2;FUS;:H11cd:8,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge6;:M2;FUS;:Hfe2:8,E", + "persistentId": "Fuse23:mapped:Edge6;:M2;FUS;:H11cd:8,E", "stageId": "Fuse23" }, { @@ -136001,7 +184942,7 @@ "indexedName": "Edge26", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge6;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136009,7 +184950,7 @@ "index": 26, "type": "Edge" }, - "name": "Edge6;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "name": "Edge6;:M;FUS;:H11cd:7,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -136017,9 +184958,9 @@ "resultPersistentId": "CompositeCut23:edge:25", "sourceRefs": [ { - "mappedName": "Edge6;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge6;:M;FUS;:H11cd:7,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge6;:M;FUS;:Hfe2:7,E", + "persistentId": "Fuse23:mapped:Edge6;:M;FUS;:H11cd:7,E", "stageId": "Fuse23" }, { @@ -136034,7 +184975,7 @@ "indexedName": "Edge27", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136042,7 +184983,7 @@ "index": 27, "type": "Edge" }, - "name": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E;:Hfe4,E", + "name": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E;:H11cf,E", "stringIds": [] }, "relation": "generated", @@ -136050,15 +184991,15 @@ "resultPersistentId": "CompositeCut23:edge:26", "sourceRefs": [ { - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face5;:G(Face1;K-10;:Hfe3:5,F);FUS;:Hfe2:1d,E", + "persistentId": "Fuse23:mapped:Face5;:G(Face1;K-10;:H11ce:5,F);FUS;:H11cd:1e,E", "stageId": "Fuse23" }, { - "mappedName": "Face5;:G(Face1;K-10;:Hfe3:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face5;:G(Face1;K-10;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face5;:G(Face1;K-10;:H11ce:5,F)", "stageId": "Box23" } ] @@ -136067,7 +185008,7 @@ "indexedName": "Edge28", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "mappedName": "Edge8;:M;FUS;:H11cd:7,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136075,7 +185016,7 @@ "index": 28, "type": "Edge" }, - "name": "Edge8;:M;FUS;:Hfe2:7,E;:Hfe4,E", + "name": "Edge8;:M;FUS;:H11cd:7,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -136083,9 +185024,9 @@ "resultPersistentId": "CompositeCut23:edge:27", "sourceRefs": [ { - "mappedName": "Edge8;:M;FUS;:Hfe2:7,E", + "mappedName": "Edge8;:M;FUS;:H11cd:7,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge8;:M;FUS;:Hfe2:7,E", + "persistentId": "Fuse23:mapped:Edge8;:M;FUS;:H11cd:7,E", "stageId": "Fuse23" }, { @@ -136100,7 +185041,7 @@ "indexedName": "Edge29", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "mappedName": "Edge8;:M2;FUS;:H11cd:8,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136108,7 +185049,7 @@ "index": 29, "type": "Edge" }, - "name": "Edge8;:M2;FUS;:Hfe2:8,E;:Hfe4,E", + "name": "Edge8;:M2;FUS;:H11cd:8,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -136116,9 +185057,9 @@ "resultPersistentId": "CompositeCut23:edge:28", "sourceRefs": [ { - "mappedName": "Edge8;:M2;FUS;:Hfe2:8,E", + "mappedName": "Edge8;:M2;FUS;:H11cd:8,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge8;:M2;FUS;:Hfe2:8,E", + "persistentId": "Fuse23:mapped:Edge8;:M2;FUS;:H11cd:8,E", "stageId": "Fuse23" }, { @@ -136133,7 +185074,7 @@ "indexedName": "Edge30", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136141,7 +185082,7 @@ "index": 30, "type": "Edge" }, - "name": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E;:Hfe4,E", + "name": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E;:H11cf,E", "stringIds": [] }, "relation": "generated", @@ -136149,15 +185090,15 @@ "resultPersistentId": "CompositeCut23:edge:29", "sourceRefs": [ { - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Face5;:G4(Face1;K-13;:Hfe3:5,F);FUS;:Hfe2:1e,E", + "persistentId": "Fuse23:mapped:Face5;:G4(Face1;K-13;:H11ce:5,F);FUS;:H11cd:1f,E", "stageId": "Fuse23" }, { - "mappedName": "Face5;:G4(Face1;K-13;:Hfe3:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:H11ce:5,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Face5;:G4(Face1;K-13;:Hfe3:5,F)", + "persistentId": "Box23:mapped:Face5;:G4(Face1;K-13;:H11ce:5,F)", "stageId": "Box23" } ] @@ -136166,7 +185107,7 @@ "indexedName": "Edge31", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:Hfe3,E;:Hfe4,E", + "mappedName": "Edge2;:H11ce,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136174,7 +185115,7 @@ "index": 31, "type": "Edge" }, - "name": "Edge2;:Hfe3,E;:Hfe4,E", + "name": "Edge2;:H11ce,E;:H11cf,E", "stringIds": [] }, "relation": "preserved", @@ -136182,9 +185123,9 @@ "resultPersistentId": "CompositeCut23:edge:30", "sourceRefs": [ { - "mappedName": "Edge2;:Hfe3,E", + "mappedName": "Edge2;:H11ce,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge2;:Hfe3,E", + "persistentId": "Fuse23:mapped:Edge2;:H11ce,E", "stageId": "Fuse23" }, { @@ -136199,7 +185140,7 @@ "indexedName": "Edge32", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;FUS;:Hfe3:7,E;:Hfe4,E", + "mappedName": "Edge1;:M;FUS;:H11ce:7,E;:H11cf,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136207,7 +185148,7 @@ "index": 32, "type": "Edge" }, - "name": "Edge1;:M;FUS;:Hfe3:7,E;:Hfe4,E", + "name": "Edge1;:M;FUS;:H11ce:7,E;:H11cf,E", "stringIds": [] }, "relation": "modified", @@ -136215,9 +185156,9 @@ "resultPersistentId": "CompositeCut23:edge:31", "sourceRefs": [ { - "mappedName": "Edge1;:M;FUS;:Hfe3:7,E", + "mappedName": "Edge1;:M;FUS;:H11ce:7,E", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge1;:M;FUS;:Hfe3:7,E", + "persistentId": "Fuse23:mapped:Edge1;:M;FUS;:H11ce:7,E", "stageId": "Fuse23" }, { @@ -136232,7 +185173,7 @@ "indexedName": "Edge33", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:Hfe5,E", + "mappedName": "Edge1;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136240,7 +185181,7 @@ "index": 33, "type": "Edge" }, - "name": "Edge1;:Hfe5,E", + "name": "Edge1;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136259,7 +185200,7 @@ "indexedName": "Edge34", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:Hfe5,E", + "mappedName": "Edge2;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136267,7 +185208,7 @@ "index": 34, "type": "Edge" }, - "name": "Edge2;:Hfe5,E", + "name": "Edge2;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136286,7 +185227,7 @@ "indexedName": "Edge35", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:Hfe5,E", + "mappedName": "Edge3;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136294,7 +185235,7 @@ "index": 35, "type": "Edge" }, - "name": "Edge3;:Hfe5,E", + "name": "Edge3;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136313,7 +185254,7 @@ "indexedName": "Edge36", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:Hfe5,E", + "mappedName": "Edge4;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136321,7 +185262,7 @@ "index": 36, "type": "Edge" }, - "name": "Edge4;:Hfe5,E", + "name": "Edge4;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136340,7 +185281,7 @@ "indexedName": "Edge37", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:Hfe5,E", + "mappedName": "Edge9;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136348,7 +185289,7 @@ "index": 37, "type": "Edge" }, - "name": "Edge9;:Hfe5,E", + "name": "Edge9;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136367,7 +185308,7 @@ "indexedName": "Edge38", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:Hfe5,E", + "mappedName": "Edge5;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136375,7 +185316,7 @@ "index": 38, "type": "Edge" }, - "name": "Edge5;:Hfe5,E", + "name": "Edge5;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136394,7 +185335,7 @@ "indexedName": "Edge39", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:Hfe5,E", + "mappedName": "Edge10;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136402,7 +185343,7 @@ "index": 39, "type": "Edge" }, - "name": "Edge10;:Hfe5,E", + "name": "Edge10;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136421,7 +185362,7 @@ "indexedName": "Edge40", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:Hfe5,E", + "mappedName": "Edge12;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136429,7 +185370,7 @@ "index": 40, "type": "Edge" }, - "name": "Edge12;:Hfe5,E", + "name": "Edge12;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136448,7 +185389,7 @@ "indexedName": "Edge41", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:Hfe5,E", + "mappedName": "Edge6;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136456,7 +185397,7 @@ "index": 41, "type": "Edge" }, - "name": "Edge6;:Hfe5,E", + "name": "Edge6;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136475,7 +185416,7 @@ "indexedName": "Edge42", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:Hfe5,E", + "mappedName": "Edge11;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136483,7 +185424,7 @@ "index": 42, "type": "Edge" }, - "name": "Edge11;:Hfe5,E", + "name": "Edge11;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136502,7 +185443,7 @@ "indexedName": "Edge43", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:Hfe5,E", + "mappedName": "Edge7;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136510,7 +185451,7 @@ "index": 43, "type": "Edge" }, - "name": "Edge7;:Hfe5,E", + "name": "Edge7;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136529,7 +185470,7 @@ "indexedName": "Edge44", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:Hfe5,E", + "mappedName": "Edge8;:H11d0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136537,7 +185478,7 @@ "index": 44, "type": "Edge" }, - "name": "Edge8;:Hfe5,E", + "name": "Edge8;:H11d0,E", "stringIds": [] }, "relation": "preserved", @@ -136556,7 +185497,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex1;:H11cd,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136564,7 +185505,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:Hfe2,V;:Hfe4,V", + "name": "Vertex1;:H11cd,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -136572,9 +185513,9 @@ "resultPersistentId": "CompositeCut23:vertex:0", "sourceRefs": [ { - "mappedName": "Vertex1;:Hfe2,V", + "mappedName": "Vertex1;:H11cd,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex1;:Hfe2,V", + "persistentId": "Fuse23:mapped:Vertex1;:H11cd,V", "stageId": "Fuse23" }, { @@ -136589,7 +185530,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136597,7 +185538,7 @@ "index": 2, "type": "Vertex" }, - "name": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "name": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "stringIds": [] }, "relation": "generated", @@ -136605,15 +185546,15 @@ "resultPersistentId": "CompositeCut23:vertex:1", "sourceRefs": [ { - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge2;:G(Face1;K-1;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "persistentId": "Fuse23:mapped:Edge2;:G(Face1;K-1;:H11ce:4,F);FUS;:H11cd:1d,V", "stageId": "Fuse23" }, { - "mappedName": "Edge2;:G(Face1;K-1;:Hfe3:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge2;:G(Face1;K-1;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge2;:G(Face1;K-1;:H11ce:4,F)", "stageId": "Box23" } ] @@ -136622,7 +185563,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136630,7 +185571,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "name": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "stringIds": [] }, "relation": "generated", @@ -136638,15 +185579,15 @@ "resultPersistentId": "CompositeCut23:vertex:2", "sourceRefs": [ { - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge10;:G(Face1;K-4;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "persistentId": "Fuse23:mapped:Edge10;:G(Face1;K-4;:H11ce:4,F);FUS;:H11cd:1d,V", "stageId": "Fuse23" }, { - "mappedName": "Edge10;:G(Face1;K-4;:Hfe3:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge10;:G(Face1;K-4;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge10;:G(Face1;K-4;:H11ce:4,F)", "stageId": "Box23" } ] @@ -136655,7 +185596,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex3;:H11cd,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136663,7 +185604,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex3;:Hfe2,V;:Hfe4,V", + "name": "Vertex3;:H11cd,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -136671,9 +185612,9 @@ "resultPersistentId": "CompositeCut23:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex3;:Hfe2,V", + "mappedName": "Vertex3;:H11cd,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex3;:Hfe2,V", + "persistentId": "Fuse23:mapped:Vertex3;:H11cd,V", "stageId": "Fuse23" }, { @@ -136688,7 +185629,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex4;:H11cd,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136696,7 +185637,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex4;:Hfe2,V;:Hfe4,V", + "name": "Vertex4;:H11cd,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -136704,9 +185645,9 @@ "resultPersistentId": "CompositeCut23:vertex:4", "sourceRefs": [ { - "mappedName": "Vertex4;:Hfe2,V", + "mappedName": "Vertex4;:H11cd,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex4;:Hfe2,V", + "persistentId": "Fuse23:mapped:Vertex4;:H11cd,V", "stageId": "Fuse23" }, { @@ -136721,7 +185662,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136729,7 +185670,7 @@ "index": 6, "type": "Vertex" }, - "name": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "name": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "stringIds": [] }, "relation": "generated", @@ -136737,15 +185678,15 @@ "resultPersistentId": "CompositeCut23:vertex:5", "sourceRefs": [ { - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge4;:G(Face1;K-2;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "persistentId": "Fuse23:mapped:Edge4;:G(Face1;K-2;:H11ce:4,F);FUS;:H11cd:1d,V", "stageId": "Fuse23" }, { - "mappedName": "Edge4;:G(Face1;K-2;:Hfe3:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge4;:G(Face1;K-2;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge4;:G(Face1;K-2;:H11ce:4,F)", "stageId": "Box23" } ] @@ -136754,7 +185695,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex2;:H11cd,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136762,7 +185703,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex2;:Hfe2,V;:Hfe4,V", + "name": "Vertex2;:H11cd,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -136770,9 +185711,9 @@ "resultPersistentId": "CompositeCut23:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex2;:Hfe2,V", + "mappedName": "Vertex2;:H11cd,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex2;:Hfe2,V", + "persistentId": "Fuse23:mapped:Vertex2;:H11cd,V", "stageId": "Fuse23" }, { @@ -136787,7 +185728,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136795,7 +185736,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "name": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "stringIds": [] }, "relation": "generated", @@ -136803,15 +185744,15 @@ "resultPersistentId": "CompositeCut23:vertex:7", "sourceRefs": [ { - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge12;:G(Face1;K-6;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "persistentId": "Fuse23:mapped:Edge12;:G(Face1;K-6;:H11ce:4,F);FUS;:H11cd:1d,V", "stageId": "Fuse23" }, { - "mappedName": "Edge12;:G(Face1;K-6;:Hfe3:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge12;:G(Face1;K-6;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge12;:G(Face1;K-6;:H11ce:4,F)", "stageId": "Box23" } ] @@ -136820,7 +185761,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136828,7 +185769,7 @@ "index": 9, "type": "Vertex" }, - "name": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V", + "name": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V", "stringIds": [] }, "relation": "generated", @@ -136836,15 +185777,15 @@ "resultPersistentId": "CompositeCut23:vertex:8", "sourceRefs": [ { - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge6;:G(Edge1;K-1;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "persistentId": "Fuse23:mapped:Edge6;:G(Edge1;K-1;:H11ce:4,E);FUS;:H11cd:1d,V", "stageId": "Fuse23" }, { - "mappedName": "Edge6;:G(Edge1;K-1;:Hfe3:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:H11ce:4,E)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge6;:G(Edge1;K-1;:Hfe3:4,E)", + "persistentId": "Box23:mapped:Edge6;:G(Edge1;K-1;:H11ce:4,E)", "stageId": "Box23" } ] @@ -136853,7 +185794,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Hfe3,V;:Hfe4,V", + "mappedName": "Vertex2;:H11ce,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136861,7 +185802,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex2;:Hfe3,V;:Hfe4,V", + "name": "Vertex2;:H11ce,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -136869,9 +185810,9 @@ "resultPersistentId": "CompositeCut23:vertex:9", "sourceRefs": [ { - "mappedName": "Vertex2;:Hfe3,V", + "mappedName": "Vertex2;:H11ce,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex2;:Hfe3,V", + "persistentId": "Fuse23:mapped:Vertex2;:H11ce,V", "stageId": "Fuse23" }, { @@ -136886,7 +185827,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136894,7 +185835,7 @@ "index": 11, "type": "Vertex" }, - "name": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "name": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "stringIds": [] }, "relation": "generated", @@ -136902,15 +185843,15 @@ "resultPersistentId": "CompositeCut23:vertex:10", "sourceRefs": [ { - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge9;:G(Face1;K-3;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "persistentId": "Fuse23:mapped:Edge9;:G(Face1;K-3;:H11ce:4,F);FUS;:H11cd:1d,V", "stageId": "Fuse23" }, { - "mappedName": "Edge9;:G(Face1;K-3;:Hfe3:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge9;:G(Face1;K-3;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge9;:G(Face1;K-3;:H11ce:4,F)", "stageId": "Box23" } ] @@ -136919,7 +185860,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex6;:H11cd,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136927,7 +185868,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex6;:Hfe2,V;:Hfe4,V", + "name": "Vertex6;:H11cd,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -136935,9 +185876,9 @@ "resultPersistentId": "CompositeCut23:vertex:11", "sourceRefs": [ { - "mappedName": "Vertex6;:Hfe2,V", + "mappedName": "Vertex6;:H11cd,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex6;:Hfe2,V", + "persistentId": "Fuse23:mapped:Vertex6;:H11cd,V", "stageId": "Fuse23" }, { @@ -136952,7 +185893,7 @@ "indexedName": "Vertex13", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex5;:H11cd,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136960,7 +185901,7 @@ "index": 13, "type": "Vertex" }, - "name": "Vertex5;:Hfe2,V;:Hfe4,V", + "name": "Vertex5;:H11cd,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -136968,9 +185909,9 @@ "resultPersistentId": "CompositeCut23:vertex:12", "sourceRefs": [ { - "mappedName": "Vertex5;:Hfe2,V", + "mappedName": "Vertex5;:H11cd,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex5;:Hfe2,V", + "persistentId": "Fuse23:mapped:Vertex5;:H11cd,V", "stageId": "Fuse23" }, { @@ -136985,7 +185926,7 @@ "indexedName": "Vertex14", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -136993,7 +185934,7 @@ "index": 14, "type": "Vertex" }, - "name": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V;:Hfe4,V", + "name": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V;:H11cf,V", "stringIds": [] }, "relation": "generated", @@ -137001,15 +185942,15 @@ "resultPersistentId": "CompositeCut23:vertex:13", "sourceRefs": [ { - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge11;:G(Face1;K-5;:Hfe3:4,F);FUS;:Hfe2:1c,V", + "persistentId": "Fuse23:mapped:Edge11;:G(Face1;K-5;:H11ce:4,F);FUS;:H11cd:1d,V", "stageId": "Fuse23" }, { - "mappedName": "Edge11;:G(Face1;K-5;:Hfe3:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:H11ce:4,F)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge11;:G(Face1;K-5;:Hfe3:4,F)", + "persistentId": "Box23:mapped:Edge11;:G(Face1;K-5;:H11ce:4,F)", "stageId": "Box23" } ] @@ -137018,7 +185959,7 @@ "indexedName": "Vertex15", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex7;:H11cd,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137026,7 +185967,7 @@ "index": 15, "type": "Vertex" }, - "name": "Vertex7;:Hfe2,V;:Hfe4,V", + "name": "Vertex7;:H11cd,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -137034,9 +185975,9 @@ "resultPersistentId": "CompositeCut23:vertex:14", "sourceRefs": [ { - "mappedName": "Vertex7;:Hfe2,V", + "mappedName": "Vertex7;:H11cd,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex7;:Hfe2,V", + "persistentId": "Fuse23:mapped:Vertex7;:H11cd,V", "stageId": "Fuse23" }, { @@ -137051,7 +185992,7 @@ "indexedName": "Vertex16", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:Hfe2,V;:Hfe4,V", + "mappedName": "Vertex8;:H11cd,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137059,7 +186000,7 @@ "index": 16, "type": "Vertex" }, - "name": "Vertex8;:Hfe2,V;:Hfe4,V", + "name": "Vertex8;:H11cd,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -137067,9 +186008,9 @@ "resultPersistentId": "CompositeCut23:vertex:15", "sourceRefs": [ { - "mappedName": "Vertex8;:Hfe2,V", + "mappedName": "Vertex8;:H11cd,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex8;:Hfe2,V", + "persistentId": "Fuse23:mapped:Vertex8;:H11cd,V", "stageId": "Fuse23" }, { @@ -137084,7 +186025,7 @@ "indexedName": "Vertex17", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137092,7 +186033,7 @@ "index": 17, "type": "Vertex" }, - "name": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V;:Hfe4,V", + "name": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V;:H11cf,V", "stringIds": [] }, "relation": "generated", @@ -137100,15 +186041,15 @@ "resultPersistentId": "CompositeCut23:vertex:16", "sourceRefs": [ { - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Edge8;:G(Edge1;K-2;:Hfe3:4,E);FUS;:Hfe2:1c,V", + "persistentId": "Fuse23:mapped:Edge8;:G(Edge1;K-2;:H11ce:4,E);FUS;:H11cd:1d,V", "stageId": "Fuse23" }, { - "mappedName": "Edge8;:G(Edge1;K-2;:Hfe3:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:H11ce:4,E)", "objectId": "Box23", - "persistentId": "Box23:mapped:Edge8;:G(Edge1;K-2;:Hfe3:4,E)", + "persistentId": "Box23:mapped:Edge8;:G(Edge1;K-2;:H11ce:4,E)", "stageId": "Box23" } ] @@ -137117,7 +186058,7 @@ "indexedName": "Vertex18", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Hfe3,V;:Hfe4,V", + "mappedName": "Vertex1;:H11ce,V;:H11cf,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137125,7 +186066,7 @@ "index": 18, "type": "Vertex" }, - "name": "Vertex1;:Hfe3,V;:Hfe4,V", + "name": "Vertex1;:H11ce,V;:H11cf,V", "stringIds": [] }, "relation": "preserved", @@ -137133,9 +186074,9 @@ "resultPersistentId": "CompositeCut23:vertex:17", "sourceRefs": [ { - "mappedName": "Vertex1;:Hfe3,V", + "mappedName": "Vertex1;:H11ce,V", "objectId": "Fuse23", - "persistentId": "Fuse23:mapped:Vertex1;:Hfe3,V", + "persistentId": "Fuse23:mapped:Vertex1;:H11ce,V", "stageId": "Fuse23" }, { @@ -137150,7 +186091,7 @@ "indexedName": "Vertex19", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:Hfe5,V", + "mappedName": "Vertex1;:H11d0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137158,7 +186099,7 @@ "index": 19, "type": "Vertex" }, - "name": "Vertex1;:Hfe5,V", + "name": "Vertex1;:H11d0,V", "stringIds": [] }, "relation": "preserved", @@ -137177,7 +186118,7 @@ "indexedName": "Vertex20", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:Hfe5,V", + "mappedName": "Vertex2;:H11d0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137185,7 +186126,7 @@ "index": 20, "type": "Vertex" }, - "name": "Vertex2;:Hfe5,V", + "name": "Vertex2;:H11d0,V", "stringIds": [] }, "relation": "preserved", @@ -137204,7 +186145,7 @@ "indexedName": "Vertex21", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:Hfe5,V", + "mappedName": "Vertex3;:H11d0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137212,7 +186153,7 @@ "index": 21, "type": "Vertex" }, - "name": "Vertex3;:Hfe5,V", + "name": "Vertex3;:H11d0,V", "stringIds": [] }, "relation": "preserved", @@ -137231,7 +186172,7 @@ "indexedName": "Vertex22", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:Hfe5,V", + "mappedName": "Vertex4;:H11d0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137239,7 +186180,7 @@ "index": 22, "type": "Vertex" }, - "name": "Vertex4;:Hfe5,V", + "name": "Vertex4;:H11d0,V", "stringIds": [] }, "relation": "preserved", @@ -137258,7 +186199,7 @@ "indexedName": "Vertex23", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:Hfe5,V", + "mappedName": "Vertex6;:H11d0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137266,7 +186207,7 @@ "index": 23, "type": "Vertex" }, - "name": "Vertex6;:Hfe5,V", + "name": "Vertex6;:H11d0,V", "stringIds": [] }, "relation": "preserved", @@ -137285,7 +186226,7 @@ "indexedName": "Vertex24", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:Hfe5,V", + "mappedName": "Vertex5;:H11d0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137293,7 +186234,7 @@ "index": 24, "type": "Vertex" }, - "name": "Vertex5;:Hfe5,V", + "name": "Vertex5;:H11d0,V", "stringIds": [] }, "relation": "preserved", @@ -137312,7 +186253,7 @@ "indexedName": "Vertex25", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:Hfe5,V", + "mappedName": "Vertex7;:H11d0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137320,7 +186261,7 @@ "index": 25, "type": "Vertex" }, - "name": "Vertex7;:Hfe5,V", + "name": "Vertex7;:H11d0,V", "stringIds": [] }, "relation": "preserved", @@ -137339,7 +186280,7 @@ "indexedName": "Vertex26", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:Hfe5,V", + "mappedName": "Vertex8;:H11d0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -137347,7 +186288,7 @@ "index": 26, "type": "Vertex" }, - "name": "Vertex8;:Hfe5,V", + "name": "Vertex8;:H11d0,V", "stringIds": [] }, "relation": "preserved", @@ -137372,11 +186313,1861 @@ "stageId": "CompositeCut23", "status": "native-evidence" }, + "relationDigest": "5bb05cfc4ff94ba18542e1dd528881023d9432a370bd6bf56356688da522f6de", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face6;:M;FUS;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M;FUS;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face1;:M2;FUS;:H#:8,F;:M(Face1;:M;FUS;:H#:7,F);RFI;:H#:20,F;:H#,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M2;FUS;:H#:8,F;:M(Face1;:M;FUS;:H#:7,F)", + "sourceElement": "Face1", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face1;:M2;FUS;:H#:8,F;:M(Face1;:M;FUS;:H#:7,F);RFI;:H#:20,F", + "sourceElement": "Face1", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face1;:M2;FUS;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face1;:M2;FUS;:H#:8,F", + "sourceElement": "Face1", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face3;:M2;FUS;:H#:8,F;:M(Face3;:M;FUS;:H#:7,F);RFI;:H#:20,F;:H#,F", + "relation": "modified", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face3;:M2;FUS;:H#:8,F;:M(Face3;:M;FUS;:H#:7,F)", + "sourceElement": "Face3", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face3;:M2;FUS;:H#:8,F;:M(Face3;:M;FUS;:H#:7,F);RFI;:H#:20,F", + "sourceElement": "Face3", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face6;:M2;FUS;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M2;FUS;:H#:8,F", + "sourceElement": "Face6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face4;:M2;FUS;:H#:8,F;:M(Face4;:M;FUS;:H#:7,F);RFI;:H#:20,F;:H#,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face4;:M2;FUS;:H#:8,F;:M(Face4;:M;FUS;:H#:7,F)", + "sourceElement": "Face4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face4;:M2;FUS;:H#:8,F;:M(Face4;:M;FUS;:H#:7,F);RFI;:H#:20,F", + "sourceElement": "Face4", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face5;:M2;FUS;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M2;FUS;:H#:8,F", + "sourceElement": "Face5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face5;:M;FUS;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M;FUS;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face6;:M4;FUS;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M4;FUS;:H#:8,F", + "sourceElement": "Face6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face6;:M3;FUS;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M3;FUS;:H#:8,F", + "sourceElement": "Face6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "Face3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face3;:H#,F", + "sourceElement": "Face3", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "Face5;:M3;FUS;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M3;FUS;:H#:8,F", + "sourceElement": "Face5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face13", + "mappedName": "Face2;:M2;FUS;:H#:8,F;:M(Face2;:M;FUS;:H#:7,F);RFI;:H#:20,F;:H#,F", + "relation": "modified", + "resultName": "Face13", + "sources": [ + { + "children": [], + "mappedName": "Face2;:M2;FUS;:H#:8,F;:M(Face2;:M;FUS;:H#:7,F)", + "sourceElement": "Face2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face2;:M2;FUS;:H#:8,F;:M(Face2;:M;FUS;:H#:7,F);RFI;:H#:20,F", + "sourceElement": "Face2", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face14", + "mappedName": "Face5;:M4;FUS;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face14", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M4;FUS;:H#:8,F", + "sourceElement": "Face5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face15", + "mappedName": "Face1;:M;FUS;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face15", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face1;:M;FUS;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face16", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face16", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face17", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face17", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face18", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face18", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face19", + "mappedName": "Face6;:H#,F", + "relation": "preserved", + "resultName": "Face19", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face20", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face20", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face21", + "mappedName": "Face5;:H#,F", + "relation": "preserved", + "resultName": "Face21", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face22", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face22", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:M;FUS;:H#:7,E", + "sourceElement": "Edge2", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F);FUS;:H#:1f,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F);FUS;:H#:1f,E", + "sourceElement": "Face6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge10;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:M;FUS;:H#:7,E", + "sourceElement": "Edge10", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge2;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:M2;FUS;:H#:8,E", + "sourceElement": "Edge2", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge4;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:M2;FUS;:H#:8,E", + "sourceElement": "Edge4", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge4;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:M;FUS;:H#:7,E", + "sourceElement": "Edge4", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge1;:H#,E", + "sourceElement": "Edge1", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F);FUS;:H#:1f,E;:H#,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F);FUS;:H#:1f,E", + "sourceElement": "Face6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F);FUS;:H#:1f,E;:H#,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F);FUS;:H#:1f,E", + "sourceElement": "Face6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F);FUS;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F);FUS;:H#:1e,E", + "sourceElement": "Face6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge1;:M3;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:M3;FUS;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge9;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:M;FUS;:H#:7,E", + "sourceElement": "Edge9", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge9;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:M2;FUS;:H#:8,E", + "sourceElement": "Edge9", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Edge10;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:M2;FUS;:H#:8,E", + "sourceElement": "Edge10", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge12;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:M;FUS;:H#:7,E", + "sourceElement": "Edge12", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "Edge11;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:M;FUS;:H#:7,E", + "sourceElement": "Edge11", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "Edge12;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:M2;FUS;:H#:8,E", + "sourceElement": "Edge12", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "Edge11;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:M2;FUS;:H#:8,E", + "sourceElement": "Edge11", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F);FUS;:H#:1f,E;:H#,E", + "relation": "generated", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F);FUS;:H#:1f,E", + "sourceElement": "Face5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F);FUS;:H#:1f,E;:H#,E", + "relation": "generated", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F);FUS;:H#:1f,E", + "sourceElement": "Face5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge25", + "mappedName": "Edge6;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge25", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:M2;FUS;:H#:8,E", + "sourceElement": "Edge6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge26", + "mappedName": "Edge6;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge26", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:M;FUS;:H#:7,E", + "sourceElement": "Edge6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge27", + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F);FUS;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge27", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F);FUS;:H#:1e,E", + "sourceElement": "Face5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge28", + "mappedName": "Edge8;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge28", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:M;FUS;:H#:7,E", + "sourceElement": "Edge8", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge29", + "mappedName": "Edge8;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge29", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:M2;FUS;:H#:8,E", + "sourceElement": "Edge8", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge30", + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F);FUS;:H#:1f,E;:H#,E", + "relation": "generated", + "resultName": "Edge30", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F);FUS;:H#:1f,E", + "sourceElement": "Face5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge31", + "mappedName": "Edge2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge31", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge2;:H#,E", + "sourceElement": "Edge2", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge32", + "mappedName": "Edge1;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge32", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:M;FUS;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge33", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge33", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge34", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge34", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge35", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge35", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge36", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge36", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge37", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge37", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge38", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge38", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge39", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge39", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge40", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge40", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge41", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge41", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge42", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge42", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge43", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge43", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge44", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge44", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex1;:H#,V", + "sourceElement": "Vertex1", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F)", + "sourceElement": "Edge2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F);FUS;:H#:1d,V", + "sourceElement": "Edge2", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F)", + "sourceElement": "Edge10", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F);FUS;:H#:1d,V", + "sourceElement": "Edge10", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F)", + "sourceElement": "Edge4", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F);FUS;:H#:1d,V", + "sourceElement": "Edge4", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex2;:H#,V", + "sourceElement": "Vertex2", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F)", + "sourceElement": "Edge12", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F);FUS;:H#:1d,V", + "sourceElement": "Edge12", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E)", + "sourceElement": "Edge6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E);FUS;:H#:1d,V", + "sourceElement": "Edge6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Vertex2;:H#,V", + "sourceElement": "Vertex2", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F)", + "sourceElement": "Edge9", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F);FUS;:H#:1d,V", + "sourceElement": "Edge9", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F)", + "sourceElement": "Edge11", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F);FUS;:H#:1d,V", + "sourceElement": "Edge11", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex17", + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex17", + "sources": [ + { + "children": [], + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E)", + "sourceElement": "Edge8", + "sourceObject": "Box23", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E);FUS;:H#:1d,V", + "sourceElement": "Edge8", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex18", + "mappedName": "Vertex1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex18", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Cylinder23", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Vertex1;:H#,V", + "sourceElement": "Vertex1", + "sourceObject": "Fuse23", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex19", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex19", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex20", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex20", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex21", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex21", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex22", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex22", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex23", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex23", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex24", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex24", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex25", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex25", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex26", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex26", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "SecondBox23", + "sourceTypeId": "Part::Box" + } + ] + } + ], + "semanticNameDigest": "17abafbaffa74dff1962deb78a26083dcfe3cf61e8b4e12ce62199d0eefa41f5", "shape": { + "area": 821.6637061435915, + "brepSha256": "37de92af4099334119302f13e2282e9d76e9061cec8cc077a618bd16a96d3595", "edges": 44, "faces": 22, + "geometryDigest": "297cb7ae3f61b88c2ead74f36aa96545eae0e651f1be51941f402b9a42a3081e", "solids": 1, "valid": true, + "vertices": 26, "volume": 1250.1592653589785 }, "typeId": "Part::Cut" @@ -137386,18 +188177,359 @@ "stringHasherResource": null }, { + "category": "composite-boolean", "elementMapResources": { "CompositeCut24.Shape.Map.txt": { - "sha256": "89a1a599714ad137e9b0e7c7229e73e06f1aef5c480322a7a0ef02ea2be8a708", - "text": "BeginElementMap v1\n2 PostfixCount 13\nEdge\nFace\nVertex\n;:H440,E;:H442,E\n;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V;:H442,V\n;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V;:H442,V\n;:M;CUT;:H441:7,E;:H442,E\n;:H440,F;:H442,F\n;:M;CUT;:H441:7,F;:H442,F\n;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E;:H442,E\n;:M;CUT;:H440:7,F;:H442,F\n;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E;:H442,E\n;:H440,V;:H442,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" + "sha256": "241b59038bff1daebb7fa28851a561dd65e341e40f40393df78c4ce59385e1bd", + "text": "BeginElementMap v1\n2 PostfixCount 13\nEdge\nFace\nVertex\n;:Hede,E;:Hee0,E\n;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V;:Hee0,V\n;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V;:Hee0,V\n;:M;CUT;:Hedf:7,E;:Hee0,E\n;:Hede,F;:Hee0,F\n;:M;CUT;:Hedf:7,F;:Hee0,F\n;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E\n;:M;CUT;:Hede:7,F;:Hee0,F\n;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E\n;:Hede,V;:Hee0,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" }, "Cut24.Shape.Map.txt": { - "sha256": "150bf831b55d74f7f7a7d9c68951d2b5e89338e9da64f0ef1818d788d1c11887", - "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:H440,E\n;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V\n;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V\n;:M;CUT;:H441:7,E\n;:H440,F\n;:M;CUT;:H441:7,F\n;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E\n;:M;CUT;:H440:7,F\n;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E\n;:H440,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" + "sha256": "317ff28dc5a9091c579d8b408cc6c8fec0ff3d3b4403a7966b87d57d4663463f", + "text": "BeginElementMap v1\n1 PostfixCount 13\nEdge\nFace\nVertex\n;:Hede,E\n;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V\n;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V\n;:M;CUT;:Hedf:7,E\n;:Hede,F\n;:M;CUT;:Hedf:7,F\n;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E\n;:M;CUT;:Hede:7,F\n;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E\n;:Hede,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.c 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.a 0\n:1.1.7 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.8 0\n:2.3.8 0\n:2.6.b 0\n:2.4.8 0\n:2.5.b 0\n:2.2.8 0\n:2.1.9 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:3.1.d 0\n:3.2.d 0\n:3.3.d 0\n:3.4.d 0\n:3.6.d 0\n:3.5.d 0\n:3.7.d 0\n:1.1.6 0\n:3.8.d 0\n:1.1.5 0\n\nEndMap\n" } }, "finalObject": "CompositeCut24", "id": "composite-04", + "mutation": { + "category": "composite-boolean", + "contract": { + "editorModes": [], + "finalObject": "CompositeCut24", + "finalStageOrdinal": 4, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Box24", + "targetStageOrdinal": 0, + "targetTypeId": "Part::Box" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 2, + 4 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 15, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 5 + }, + "phases": { + "before": [ + { + "key": "composite-04:000:Box24", + "name": "Box24", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-04:001:Cylinder24", + "name": "Cylinder24", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-04:002:Cut24", + "name": "Cut24", + "ordinal": 2, + "relationDigest": "05f84541c1424e27110b860941ad4d17c2120c5b1f874a8572218eca31993e46", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "shape": { + "area": 731.9468914507713, + "brepSha256": "745b78efd27a801d0b883084ffd5027974dddf184dcaad4f4a1f420d9aa33c5e", + "edges": 15, + "faces": 7, + "geometryDigest": "e7358ac18bb7cb095bf02d0bea3f27185df8a56eca169fa64284aec3a93e0332", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 717.2566611769184 + }, + "typeId": "Part::Cut" + }, + { + "key": "composite-04:003:SecondBox24", + "name": "SecondBox24", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-04:004:CompositeCut24", + "name": "CompositeCut24", + "ordinal": 4, + "relationDigest": "0a40b440a48e5ae101c9d7c050170a0bfddb5495b84c4c27f8c80ac85cce73e9", + "semanticNameDigest": "3ee8ce68cce26a0e5695cfa40a50d484b6b934fd2fb87ba727482d7c7d22eb9d", + "shape": { + "area": 731.9468914507713, + "brepSha256": "6195286fbafe907cc6ab68eda35e01f71a9cb55a57544381a7e1d36fdb7960a5", + "edges": 15, + "faces": 7, + "geometryDigest": "e7358ac18bb7cb095bf02d0bea3f27185df8a56eca169fa64284aec3a93e0332", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 717.2566611769184 + }, + "typeId": "Part::Cut" + } + ], + "edited": [ + { + "key": "composite-04:000:Box24", + "name": "Box24", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 619.9999999999999, + "brepSha256": "b55ee261c224cd874d16f9bfa27d3db6992a9551513924019fd135240d6e9e35", + "edges": 12, + "faces": 6, + "geometryDigest": "ffba6c0203a0a7dff84c1b26dfe5c882601016487a2bc784d2c0709be5062a95", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 1050 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-04:001:Cylinder24", + "name": "Cylinder24", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-04:002:Cut24", + "name": "Cut24", + "ordinal": 2, + "relationDigest": "05f84541c1424e27110b860941ad4d17c2120c5b1f874a8572218eca31993e46", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "shape": { + "area": 751.9468914507713, + "brepSha256": "41f4f7740b7a7660903c67e387985b113070cb60bb07f3089669bc2e4f9c3a01", + "edges": 15, + "faces": 7, + "geometryDigest": "b9f87d4ac13770b941946f1ca983b505660898fe360dbfe0b3e20c217484338a", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 767.2566611769184 + }, + "typeId": "Part::Cut" + }, + { + "key": "composite-04:003:SecondBox24", + "name": "SecondBox24", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-04:004:CompositeCut24", + "name": "CompositeCut24", + "ordinal": 4, + "relationDigest": "0a40b440a48e5ae101c9d7c050170a0bfddb5495b84c4c27f8c80ac85cce73e9", + "semanticNameDigest": "3ee8ce68cce26a0e5695cfa40a50d484b6b934fd2fb87ba727482d7c7d22eb9d", + "shape": { + "area": 751.9468914507713, + "brepSha256": "fb8dd7ceb5b190e725aaa927e8900f36fd229775b2fbf0c9681d46fb6579d6af", + "edges": 15, + "faces": 7, + "geometryDigest": "b9f87d4ac13770b941946f1ca983b505660898fe360dbfe0b3e20c217484338a", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 767.2566611769184 + }, + "typeId": "Part::Cut" + } + ], + "restored": [ + { + "key": "composite-04:000:Box24", + "name": "Box24", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-04:001:Cylinder24", + "name": "Cylinder24", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", + "edges": 3, + "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 395.84067435231395 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-04:002:Cut24", + "name": "Cut24", + "ordinal": 2, + "relationDigest": "05f84541c1424e27110b860941ad4d17c2120c5b1f874a8572218eca31993e46", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "shape": { + "area": 731.9468914507713, + "brepSha256": "745b78efd27a801d0b883084ffd5027974dddf184dcaad4f4a1f420d9aa33c5e", + "edges": 15, + "faces": 7, + "geometryDigest": "e7358ac18bb7cb095bf02d0bea3f27185df8a56eca169fa64284aec3a93e0332", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 717.2566611769184 + }, + "typeId": "Part::Cut" + }, + { + "key": "composite-04:003:SecondBox24", + "name": "SecondBox24", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-04:004:CompositeCut24", + "name": "CompositeCut24", + "ordinal": 4, + "relationDigest": "0a40b440a48e5ae101c9d7c050170a0bfddb5495b84c4c27f8c80ac85cce73e9", + "semanticNameDigest": "3ee8ce68cce26a0e5695cfa40a50d484b6b934fd2fb87ba727482d7c7d22eb9d", + "shape": { + "area": 731.9468914507713, + "brepSha256": "6195286fbafe907cc6ab68eda35e01f71a9cb55a57544381a7e1d36fdb7960a5", + "edges": 15, + "faces": 7, + "geometryDigest": "e7358ac18bb7cb095bf02d0bea3f27185df8a56eca169fa64284aec3a93e0332", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 717.2566611769184 + }, + "typeId": "Part::Cut" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 10, + "edited": 10.5, + "restored": 10 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -137405,6 +188537,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box24", + "linkedObjects": [], "name": "Box24", "names": [ { @@ -138335,11 +189468,201 @@ "stageId": "Box24", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -138349,6 +189672,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder24", + "linkedObjects": [], "name": "Cylinder24", "names": [ { @@ -138649,11 +189973,75 @@ "stageId": "Cylinder24", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 320.44245066615895, + "brepSha256": "5ebb708c1cf3f7cc888ef0279fd6c7c1754bbb5707496b80a818c4c260de0e18", "edges": 3, "faces": 3, + "geometryDigest": "9a75fe26e1dd47ba0aecca8bf44f0dffd3c57c22478a272c4c2c47c059837523", "solids": 1, "valid": true, + "vertices": 2, "volume": 395.84067435231395 }, "typeId": "Part::Cylinder" @@ -138665,13 +190053,17 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "Cut24", + "linkedObjects": [ + "Box24", + "Cylinder24" + ], "name": "Cut24", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:H440,F", + "mappedName": "Face1;:Hede,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138684,7 +190076,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:H440,F", + "mappedName": "Face1;:Hede,F", "mappedStringIds": [], "name": "Face1" }, @@ -138692,7 +190084,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H440,F", + "mappedName": "Face3;:Hede,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138705,7 +190097,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:H440,F", + "mappedName": "Face3;:Hede,F", "mappedStringIds": [], "name": "Face2" }, @@ -138713,7 +190105,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CUT;:H440:7,F", + "mappedName": "Face6;:M;CUT;:Hede:7,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138726,7 +190118,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;CUT;:H440:7,F", + "mappedName": "Face6;:M;CUT;:Hede:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -138734,7 +190126,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H440,F", + "mappedName": "Face4;:Hede,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138747,7 +190139,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H440,F", + "mappedName": "Face4;:Hede,F", "mappedStringIds": [], "name": "Face4" }, @@ -138755,7 +190147,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CUT;:H440:7,F", + "mappedName": "Face5;:M;CUT;:Hede:7,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138768,7 +190160,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CUT;:H440:7,F", + "mappedName": "Face5;:M;CUT;:Hede:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -138776,7 +190168,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H440,F", + "mappedName": "Face2;:Hede,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138789,7 +190181,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:H440,F", + "mappedName": "Face2;:Hede,F", "mappedStringIds": [], "name": "Face6" }, @@ -138797,7 +190189,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:H441:7,F", + "mappedName": "Face1;:M;CUT;:Hedf:7,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138810,7 +190202,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:H441:7,F", + "mappedName": "Face1;:M;CUT;:Hedf:7,F", "mappedStringIds": [], "name": "Face7" }, @@ -138818,7 +190210,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H440,E", + "mappedName": "Edge1;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138831,7 +190223,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:H440,E", + "mappedName": "Edge1;:Hede,E", "mappedStringIds": [], "name": "Edge1" }, @@ -138839,7 +190231,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H440,E", + "mappedName": "Edge2;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138852,7 +190244,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:H440,E", + "mappedName": "Edge2;:Hede,E", "mappedStringIds": [], "name": "Edge2" }, @@ -138860,7 +190252,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H440,E", + "mappedName": "Edge3;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138873,7 +190265,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H440,E", + "mappedName": "Edge3;:Hede,E", "mappedStringIds": [], "name": "Edge3" }, @@ -138881,7 +190273,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H440,E", + "mappedName": "Edge4;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138894,7 +190286,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:H440,E", + "mappedName": "Edge4;:Hede,E", "mappedStringIds": [], "name": "Edge4" }, @@ -138902,7 +190294,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H440,E", + "mappedName": "Edge9;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138915,7 +190307,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:H440,E", + "mappedName": "Edge9;:Hede,E", "mappedStringIds": [], "name": "Edge5" }, @@ -138923,7 +190315,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H440,E", + "mappedName": "Edge5;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138936,7 +190328,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:H440,E", + "mappedName": "Edge5;:Hede,E", "mappedStringIds": [], "name": "Edge6" }, @@ -138944,7 +190336,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H440,E", + "mappedName": "Edge10;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138957,7 +190349,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:H440,E", + "mappedName": "Edge10;:Hede,E", "mappedStringIds": [], "name": "Edge7" }, @@ -138965,7 +190357,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H440,E", + "mappedName": "Edge12;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138978,7 +190370,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:H440,E", + "mappedName": "Edge12;:Hede,E", "mappedStringIds": [], "name": "Edge8" }, @@ -138986,7 +190378,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H440,E", + "mappedName": "Edge6;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -138999,7 +190391,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:H440,E", + "mappedName": "Edge6;:Hede,E", "mappedStringIds": [], "name": "Edge9" }, @@ -139007,20 +190399,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E", "object": "Cut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F)", "object": "Box24", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E", "mappedStringIds": [], "name": "Edge10" }, @@ -139028,7 +190420,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H440,E", + "mappedName": "Edge11;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139041,7 +190433,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H440,E", + "mappedName": "Edge11;:Hede,E", "mappedStringIds": [], "name": "Edge11" }, @@ -139049,7 +190441,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H440,E", + "mappedName": "Edge7;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139062,7 +190454,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H440,E", + "mappedName": "Edge7;:Hede,E", "mappedStringIds": [], "name": "Edge12" }, @@ -139070,7 +190462,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H440,E", + "mappedName": "Edge8;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139083,7 +190475,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:H440,E", + "mappedName": "Edge8;:Hede,E", "mappedStringIds": [], "name": "Edge13" }, @@ -139091,20 +190483,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E", "object": "Cut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F)", "object": "Box24", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E", "mappedStringIds": [], "name": "Edge14" }, @@ -139112,7 +190504,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CUT;:H441:7,E", + "mappedName": "Edge1;:M;CUT;:Hedf:7,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139125,7 +190517,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M;CUT;:H441:7,E", + "mappedName": "Edge1;:M;CUT;:Hedf:7,E", "mappedStringIds": [], "name": "Edge15" }, @@ -139133,7 +190525,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H440,V", + "mappedName": "Vertex1;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139146,7 +190538,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H440,V", + "mappedName": "Vertex1;:Hede,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -139154,7 +190546,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H440,V", + "mappedName": "Vertex2;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139167,7 +190559,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:H440,V", + "mappedName": "Vertex2;:Hede,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -139175,7 +190567,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H440,V", + "mappedName": "Vertex3;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139188,7 +190580,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:H440,V", + "mappedName": "Vertex3;:Hede,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -139196,7 +190588,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H440,V", + "mappedName": "Vertex4;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139209,7 +190601,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H440,V", + "mappedName": "Vertex4;:Hede,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -139217,7 +190609,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H440,V", + "mappedName": "Vertex6;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139230,7 +190622,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:H440,V", + "mappedName": "Vertex6;:Hede,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -139238,7 +190630,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H440,V", + "mappedName": "Vertex5;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139251,7 +190643,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:H440,V", + "mappedName": "Vertex5;:Hede,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -139259,7 +190651,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H440,V", + "mappedName": "Vertex7;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139272,7 +190664,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:H440,V", + "mappedName": "Vertex7;:Hede,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -139280,20 +190672,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V", "object": "Cut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F)", "object": "Cylinder24", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -139301,7 +190693,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H440,V", + "mappedName": "Vertex8;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -139314,7 +190706,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H440,V", + "mappedName": "Vertex8;:Hede,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -139322,20 +190714,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V", "object": "Cut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F)", "object": "Cylinder24", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V", "mappedStringIds": [], "name": "Vertex10" } @@ -139351,7 +190743,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H440,F", + "mappedName": "Face1;:Hede,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139359,7 +190751,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:H440,F", + "name": "Face1;:Hede,F", "stringIds": [] }, "relation": "preserved", @@ -139378,7 +190770,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H440,F", + "mappedName": "Face3;:Hede,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139386,7 +190778,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:H440,F", + "name": "Face3;:Hede,F", "stringIds": [] }, "relation": "preserved", @@ -139405,7 +190797,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CUT;:H440:7,F", + "mappedName": "Face6;:M;CUT;:Hede:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139413,7 +190805,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;CUT;:H440:7,F", + "name": "Face6;:M;CUT;:Hede:7,F", "stringIds": [] }, "relation": "modified", @@ -139432,7 +190824,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H440,F", + "mappedName": "Face4;:Hede,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139440,7 +190832,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H440,F", + "name": "Face4;:Hede,F", "stringIds": [] }, "relation": "preserved", @@ -139459,7 +190851,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CUT;:H440:7,F", + "mappedName": "Face5;:M;CUT;:Hede:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139467,7 +190859,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CUT;:H440:7,F", + "name": "Face5;:M;CUT;:Hede:7,F", "stringIds": [] }, "relation": "modified", @@ -139486,7 +190878,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H440,F", + "mappedName": "Face2;:Hede,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139494,7 +190886,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:H440,F", + "name": "Face2;:Hede,F", "stringIds": [] }, "relation": "preserved", @@ -139513,7 +190905,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:H441:7,F", + "mappedName": "Face1;:M;CUT;:Hedf:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139521,7 +190913,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M;CUT;:H441:7,F", + "name": "Face1;:M;CUT;:Hedf:7,F", "stringIds": [] }, "relation": "modified", @@ -139540,7 +190932,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H440,E", + "mappedName": "Edge1;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139548,7 +190940,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:H440,E", + "name": "Edge1;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139567,7 +190959,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H440,E", + "mappedName": "Edge2;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139575,7 +190967,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:H440,E", + "name": "Edge2;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139594,7 +190986,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H440,E", + "mappedName": "Edge3;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139602,7 +190994,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H440,E", + "name": "Edge3;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139621,7 +191013,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H440,E", + "mappedName": "Edge4;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139629,7 +191021,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:H440,E", + "name": "Edge4;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139648,7 +191040,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H440,E", + "mappedName": "Edge9;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139656,7 +191048,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:H440,E", + "name": "Edge9;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139675,7 +191067,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H440,E", + "mappedName": "Edge5;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139683,7 +191075,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:H440,E", + "name": "Edge5;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139702,7 +191094,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H440,E", + "mappedName": "Edge10;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139710,7 +191102,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:H440,E", + "name": "Edge10;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139729,7 +191121,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H440,E", + "mappedName": "Edge12;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139737,7 +191129,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:H440,E", + "name": "Edge12;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139756,7 +191148,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H440,E", + "mappedName": "Edge6;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139764,7 +191156,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:H440,E", + "name": "Edge6;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139783,7 +191175,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139791,7 +191183,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E", + "name": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E", "stringIds": [] }, "relation": "generated", @@ -139799,9 +191191,9 @@ "resultPersistentId": "Cut24:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F)", "objectId": "Box24", - "persistentId": "Box24:mapped:Face6;:G2(Face1;K-2;:H441:4,F)", + "persistentId": "Box24:mapped:Face6;:G2(Face1;K-2;:Hedf:4,F)", "stageId": "Box24" } ] @@ -139810,7 +191202,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H440,E", + "mappedName": "Edge11;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139818,7 +191210,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H440,E", + "name": "Edge11;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139837,7 +191229,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H440,E", + "mappedName": "Edge7;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139845,7 +191237,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H440,E", + "name": "Edge7;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139864,7 +191256,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H440,E", + "mappedName": "Edge8;:Hede,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139872,7 +191264,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:H440,E", + "name": "Edge8;:Hede,E", "stringIds": [] }, "relation": "preserved", @@ -139891,7 +191283,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139899,7 +191291,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E", + "name": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E", "stringIds": [] }, "relation": "generated", @@ -139907,9 +191299,9 @@ "resultPersistentId": "Cut24:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F)", "objectId": "Box24", - "persistentId": "Box24:mapped:Face5;:G2(Face1;K-1;:H441:4,F)", + "persistentId": "Box24:mapped:Face5;:G2(Face1;K-1;:Hedf:4,F)", "stageId": "Box24" } ] @@ -139918,7 +191310,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CUT;:H441:7,E", + "mappedName": "Edge1;:M;CUT;:Hedf:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139926,7 +191318,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M;CUT;:H441:7,E", + "name": "Edge1;:M;CUT;:Hedf:7,E", "stringIds": [] }, "relation": "modified", @@ -139945,7 +191337,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H440,V", + "mappedName": "Vertex1;:Hede,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139953,7 +191345,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H440,V", + "name": "Vertex1;:Hede,V", "stringIds": [] }, "relation": "preserved", @@ -139972,7 +191364,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H440,V", + "mappedName": "Vertex2;:Hede,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -139980,7 +191372,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:H440,V", + "name": "Vertex2;:Hede,V", "stringIds": [] }, "relation": "preserved", @@ -139999,7 +191391,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H440,V", + "mappedName": "Vertex3;:Hede,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -140007,7 +191399,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:H440,V", + "name": "Vertex3;:Hede,V", "stringIds": [] }, "relation": "preserved", @@ -140026,7 +191418,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H440,V", + "mappedName": "Vertex4;:Hede,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -140034,7 +191426,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H440,V", + "name": "Vertex4;:Hede,V", "stringIds": [] }, "relation": "preserved", @@ -140053,7 +191445,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H440,V", + "mappedName": "Vertex6;:Hede,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -140061,7 +191453,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:H440,V", + "name": "Vertex6;:Hede,V", "stringIds": [] }, "relation": "preserved", @@ -140080,7 +191472,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H440,V", + "mappedName": "Vertex5;:Hede,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -140088,7 +191480,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:H440,V", + "name": "Vertex5;:Hede,V", "stringIds": [] }, "relation": "preserved", @@ -140107,7 +191499,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H440,V", + "mappedName": "Vertex7;:Hede,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -140115,7 +191507,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:H440,V", + "name": "Vertex7;:Hede,V", "stringIds": [] }, "relation": "preserved", @@ -140134,7 +191526,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -140142,7 +191534,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V", + "name": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V", "stringIds": [] }, "relation": "generated", @@ -140150,9 +191542,9 @@ "resultPersistentId": "Cut24:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F)", "objectId": "Cylinder24", - "persistentId": "Cylinder24:mapped:Edge1;:G2(Face6;K-1;:H440:4,F)", + "persistentId": "Cylinder24:mapped:Edge1;:G2(Face6;K-1;:Hede:4,F)", "stageId": "Cylinder24" } ] @@ -140161,7 +191553,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H440,V", + "mappedName": "Vertex8;:Hede,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -140169,7 +191561,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H440,V", + "name": "Vertex8;:Hede,V", "stringIds": [] }, "relation": "preserved", @@ -140188,7 +191580,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -140196,7 +191588,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V", + "name": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V", "stringIds": [] }, "relation": "generated", @@ -140204,9 +191596,9 @@ "resultPersistentId": "Cut24:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F)", "objectId": "Cylinder24", - "persistentId": "Cylinder24:mapped:Edge1;:G(Face5;K-1;:H440:4,F)", + "persistentId": "Cylinder24:mapped:Edge1;:G(Face5;K-1;:Hede:4,F)", "stageId": "Cylinder24" } ] @@ -140221,11 +191613,499 @@ "stageId": "Cut24", "status": "native-evidence" }, + "relationDigest": "05f84541c1424e27110b860941ad4d17c2120c5b1f874a8572218eca31993e46", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder24", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder24", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CUT;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder24", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder24", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", "shape": { + "area": 731.9468914507713, + "brepSha256": "745b78efd27a801d0b883084ffd5027974dddf184dcaad4f4a1f420d9aa33c5e", "edges": 15, "faces": 7, + "geometryDigest": "e7358ac18bb7cb095bf02d0bea3f27185df8a56eca169fa64284aec3a93e0332", "solids": 1, "valid": true, + "vertices": 10, "volume": 717.2566611769184 }, "typeId": "Part::Cut" @@ -140235,6 +192115,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "SecondBox24", + "linkedObjects": [], "name": "SecondBox24", "names": [ { @@ -141165,11 +193046,201 @@ "stageId": "SecondBox24", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", "edges": 12, "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", "solids": 1, "valid": true, + "vertices": 8, "volume": 63.999999999999986 }, "typeId": "Part::Box" @@ -141181,19 +193252,23 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "CompositeCut24", + "linkedObjects": [ + "Cut24", + "SecondBox24" + ], "name": "CompositeCut24", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:H440,F;:H442,F", + "mappedName": "Face1;:Hede,F;:Hee0,F", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:H440,F", + "mappedName": "Face1;:Hede,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141206,7 +193281,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:H440,F;:H442,F", + "mappedName": "Face1;:Hede,F;:Hee0,F", "mappedStringIds": [], "name": "Face1" }, @@ -141214,13 +193289,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:H440,F;:H442,F", + "mappedName": "Face3;:Hede,F;:Hee0,F", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:H440,F", + "mappedName": "Face3;:Hede,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141233,7 +193308,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:H440,F;:H442,F", + "mappedName": "Face3;:Hede,F;:Hee0,F", "mappedStringIds": [], "name": "Face2" }, @@ -141241,13 +193316,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CUT;:H440:7,F;:H442,F", + "mappedName": "Face6;:M;CUT;:Hede:7,F;:Hee0,F", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M;CUT;:H440:7,F", + "mappedName": "Face6;:M;CUT;:Hede:7,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141260,7 +193335,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;CUT;:H440:7,F;:H442,F", + "mappedName": "Face6;:M;CUT;:Hede:7,F;:Hee0,F", "mappedStringIds": [], "name": "Face3" }, @@ -141268,13 +193343,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:H440,F;:H442,F", + "mappedName": "Face4;:Hede,F;:Hee0,F", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:H440,F", + "mappedName": "Face4;:Hede,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141287,7 +193362,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H440,F;:H442,F", + "mappedName": "Face4;:Hede,F;:Hee0,F", "mappedStringIds": [], "name": "Face4" }, @@ -141295,13 +193370,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CUT;:H440:7,F;:H442,F", + "mappedName": "Face5;:M;CUT;:Hede:7,F;:Hee0,F", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M;CUT;:H440:7,F", + "mappedName": "Face5;:M;CUT;:Hede:7,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141314,7 +193389,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CUT;:H440:7,F;:H442,F", + "mappedName": "Face5;:M;CUT;:Hede:7,F;:Hee0,F", "mappedStringIds": [], "name": "Face5" }, @@ -141322,13 +193397,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:H440,F;:H442,F", + "mappedName": "Face2;:Hede,F;:Hee0,F", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:H440,F", + "mappedName": "Face2;:Hede,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141341,7 +193416,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:H440,F;:H442,F", + "mappedName": "Face2;:Hede,F;:Hee0,F", "mappedStringIds": [], "name": "Face6" }, @@ -141349,13 +193424,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:H441:7,F;:H442,F", + "mappedName": "Face1;:M;CUT;:Hedf:7,F;:Hee0,F", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M;CUT;:H441:7,F", + "mappedName": "Face1;:M;CUT;:Hedf:7,F", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141368,7 +193443,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:H441:7,F;:H442,F", + "mappedName": "Face1;:M;CUT;:Hedf:7,F;:Hee0,F", "mappedStringIds": [], "name": "Face7" }, @@ -141376,13 +193451,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H440,E;:H442,E", + "mappedName": "Edge1;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:H440,E", + "mappedName": "Edge1;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141395,7 +193470,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:H440,E;:H442,E", + "mappedName": "Edge1;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge1" }, @@ -141403,13 +193478,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H440,E;:H442,E", + "mappedName": "Edge2;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:H440,E", + "mappedName": "Edge2;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141422,7 +193497,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:H440,E;:H442,E", + "mappedName": "Edge2;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge2" }, @@ -141430,13 +193505,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H440,E;:H442,E", + "mappedName": "Edge3;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge3;:H440,E", + "mappedName": "Edge3;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141449,7 +193524,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H440,E;:H442,E", + "mappedName": "Edge3;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge3" }, @@ -141457,13 +193532,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H440,E;:H442,E", + "mappedName": "Edge4;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:H440,E", + "mappedName": "Edge4;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141476,7 +193551,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:H440,E;:H442,E", + "mappedName": "Edge4;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge4" }, @@ -141484,13 +193559,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H440,E;:H442,E", + "mappedName": "Edge9;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:H440,E", + "mappedName": "Edge9;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141503,7 +193578,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:H440,E;:H442,E", + "mappedName": "Edge9;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge5" }, @@ -141511,13 +193586,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H440,E;:H442,E", + "mappedName": "Edge5;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge5;:H440,E", + "mappedName": "Edge5;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141530,7 +193605,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:H440,E;:H442,E", + "mappedName": "Edge5;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge6" }, @@ -141538,13 +193613,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H440,E;:H442,E", + "mappedName": "Edge10;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:H440,E", + "mappedName": "Edge10;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141557,7 +193632,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:H440,E;:H442,E", + "mappedName": "Edge10;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge7" }, @@ -141565,13 +193640,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H440,E;:H442,E", + "mappedName": "Edge12;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:H440,E", + "mappedName": "Edge12;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141584,7 +193659,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:H440,E;:H442,E", + "mappedName": "Edge12;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge8" }, @@ -141592,13 +193667,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H440,E;:H442,E", + "mappedName": "Edge6;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:H440,E", + "mappedName": "Edge6;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141611,7 +193686,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:H440,E;:H442,E", + "mappedName": "Edge6;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge9" }, @@ -141619,26 +193694,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E;:H442,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E", "object": "Cut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F)", "object": "Box24", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E;:H442,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E", "mappedStringIds": [], "name": "Edge10" }, @@ -141646,13 +193721,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H440,E;:H442,E", + "mappedName": "Edge11;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:H440,E", + "mappedName": "Edge11;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141665,7 +193740,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H440,E;:H442,E", + "mappedName": "Edge11;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge11" }, @@ -141673,13 +193748,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H440,E;:H442,E", + "mappedName": "Edge7;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge7;:H440,E", + "mappedName": "Edge7;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141692,7 +193767,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H440,E;:H442,E", + "mappedName": "Edge7;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge12" }, @@ -141700,13 +193775,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H440,E;:H442,E", + "mappedName": "Edge8;:Hede,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:H440,E", + "mappedName": "Edge8;:Hede,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141719,7 +193794,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:H440,E;:H442,E", + "mappedName": "Edge8;:Hede,E;:Hee0,E", "mappedStringIds": [], "name": "Edge13" }, @@ -141727,26 +193802,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E;:H442,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E", "object": "Cut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F)", "object": "Box24", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E;:H442,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E", "mappedStringIds": [], "name": "Edge14" }, @@ -141754,13 +193829,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CUT;:H441:7,E;:H442,E", + "mappedName": "Edge1;:M;CUT;:Hedf:7,E;:Hee0,E", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:M;CUT;:H441:7,E", + "mappedName": "Edge1;:M;CUT;:Hedf:7,E", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141773,7 +193848,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M;CUT;:H441:7,E;:H442,E", + "mappedName": "Edge1;:M;CUT;:Hedf:7,E;:Hee0,E", "mappedStringIds": [], "name": "Edge15" }, @@ -141781,13 +193856,13 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H440,V;:H442,V", + "mappedName": "Vertex1;:Hede,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex1;:H440,V", + "mappedName": "Vertex1;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141800,7 +193875,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H440,V;:H442,V", + "mappedName": "Vertex1;:Hede,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -141808,13 +193883,13 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H440,V;:H442,V", + "mappedName": "Vertex2;:Hede,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex2;:H440,V", + "mappedName": "Vertex2;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141827,7 +193902,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:H440,V;:H442,V", + "mappedName": "Vertex2;:Hede,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -141835,13 +193910,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H440,V;:H442,V", + "mappedName": "Vertex3;:Hede,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex3;:H440,V", + "mappedName": "Vertex3;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141854,7 +193929,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:H440,V;:H442,V", + "mappedName": "Vertex3;:Hede,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -141862,13 +193937,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H440,V;:H442,V", + "mappedName": "Vertex4;:Hede,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex4;:H440,V", + "mappedName": "Vertex4;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141881,7 +193956,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H440,V;:H442,V", + "mappedName": "Vertex4;:Hede,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -141889,13 +193964,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H440,V;:H442,V", + "mappedName": "Vertex6;:Hede,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex6;:H440,V", + "mappedName": "Vertex6;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141908,7 +193983,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:H440,V;:H442,V", + "mappedName": "Vertex6;:Hede,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -141916,13 +193991,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H440,V;:H442,V", + "mappedName": "Vertex5;:Hede,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex5;:H440,V", + "mappedName": "Vertex5;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141935,7 +194010,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:H440,V;:H442,V", + "mappedName": "Vertex5;:Hede,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -141943,13 +194018,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H440,V;:H442,V", + "mappedName": "Vertex7;:Hede,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex7;:H440,V", + "mappedName": "Vertex7;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -141962,7 +194037,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:H440,V;:H442,V", + "mappedName": "Vertex7;:Hede,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -141970,26 +194045,26 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V;:H442,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V", "object": "Cut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F)", "object": "Cylinder24", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V;:H442,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -141997,13 +194072,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H440,V;:H442,V", + "mappedName": "Vertex8;:Hede,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex8;:H440,V", + "mappedName": "Vertex8;:Hede,V", "object": "Cut24", "typeId": "Part::Cut" }, @@ -142016,7 +194091,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H440,V;:H442,V", + "mappedName": "Vertex8;:Hede,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -142024,26 +194099,26 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V;:H442,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V;:Hee0,V", "object": "CompositeCut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V", "object": "Cut24", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F)", "object": "Cylinder24", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V;:H442,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V;:Hee0,V", "mappedStringIds": [], "name": "Vertex10" } @@ -142059,7 +194134,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H440,F;:H442,F", + "mappedName": "Face1;:Hede,F;:Hee0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142067,7 +194142,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:H440,F;:H442,F", + "name": "Face1;:Hede,F;:Hee0,F", "stringIds": [] }, "relation": "preserved", @@ -142075,9 +194150,9 @@ "resultPersistentId": "CompositeCut24:face:0", "sourceRefs": [ { - "mappedName": "Face1;:H440,F", + "mappedName": "Face1;:Hede,F", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Face1;:H440,F", + "persistentId": "Cut24:mapped:Face1;:Hede,F", "stageId": "Cut24" }, { @@ -142092,7 +194167,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H440,F;:H442,F", + "mappedName": "Face3;:Hede,F;:Hee0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142100,7 +194175,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:H440,F;:H442,F", + "name": "Face3;:Hede,F;:Hee0,F", "stringIds": [] }, "relation": "preserved", @@ -142108,9 +194183,9 @@ "resultPersistentId": "CompositeCut24:face:1", "sourceRefs": [ { - "mappedName": "Face3;:H440,F", + "mappedName": "Face3;:Hede,F", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Face3;:H440,F", + "persistentId": "Cut24:mapped:Face3;:Hede,F", "stageId": "Cut24" }, { @@ -142125,7 +194200,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CUT;:H440:7,F;:H442,F", + "mappedName": "Face6;:M;CUT;:Hede:7,F;:Hee0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142133,7 +194208,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;CUT;:H440:7,F;:H442,F", + "name": "Face6;:M;CUT;:Hede:7,F;:Hee0,F", "stringIds": [] }, "relation": "modified", @@ -142141,9 +194216,9 @@ "resultPersistentId": "CompositeCut24:face:2", "sourceRefs": [ { - "mappedName": "Face6;:M;CUT;:H440:7,F", + "mappedName": "Face6;:M;CUT;:Hede:7,F", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Face6;:M;CUT;:H440:7,F", + "persistentId": "Cut24:mapped:Face6;:M;CUT;:Hede:7,F", "stageId": "Cut24" }, { @@ -142158,7 +194233,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H440,F;:H442,F", + "mappedName": "Face4;:Hede,F;:Hee0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142166,7 +194241,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H440,F;:H442,F", + "name": "Face4;:Hede,F;:Hee0,F", "stringIds": [] }, "relation": "preserved", @@ -142174,9 +194249,9 @@ "resultPersistentId": "CompositeCut24:face:3", "sourceRefs": [ { - "mappedName": "Face4;:H440,F", + "mappedName": "Face4;:Hede,F", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Face4;:H440,F", + "persistentId": "Cut24:mapped:Face4;:Hede,F", "stageId": "Cut24" }, { @@ -142191,7 +194266,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CUT;:H440:7,F;:H442,F", + "mappedName": "Face5;:M;CUT;:Hede:7,F;:Hee0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142199,7 +194274,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CUT;:H440:7,F;:H442,F", + "name": "Face5;:M;CUT;:Hede:7,F;:Hee0,F", "stringIds": [] }, "relation": "modified", @@ -142207,9 +194282,9 @@ "resultPersistentId": "CompositeCut24:face:4", "sourceRefs": [ { - "mappedName": "Face5;:M;CUT;:H440:7,F", + "mappedName": "Face5;:M;CUT;:Hede:7,F", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Face5;:M;CUT;:H440:7,F", + "persistentId": "Cut24:mapped:Face5;:M;CUT;:Hede:7,F", "stageId": "Cut24" }, { @@ -142224,7 +194299,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H440,F;:H442,F", + "mappedName": "Face2;:Hede,F;:Hee0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142232,7 +194307,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:H440,F;:H442,F", + "name": "Face2;:Hede,F;:Hee0,F", "stringIds": [] }, "relation": "preserved", @@ -142240,9 +194315,9 @@ "resultPersistentId": "CompositeCut24:face:5", "sourceRefs": [ { - "mappedName": "Face2;:H440,F", + "mappedName": "Face2;:Hede,F", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Face2;:H440,F", + "persistentId": "Cut24:mapped:Face2;:Hede,F", "stageId": "Cut24" }, { @@ -142257,7 +194332,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:H441:7,F;:H442,F", + "mappedName": "Face1;:M;CUT;:Hedf:7,F;:Hee0,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142265,7 +194340,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M;CUT;:H441:7,F;:H442,F", + "name": "Face1;:M;CUT;:Hedf:7,F;:Hee0,F", "stringIds": [] }, "relation": "modified", @@ -142273,9 +194348,9 @@ "resultPersistentId": "CompositeCut24:face:6", "sourceRefs": [ { - "mappedName": "Face1;:M;CUT;:H441:7,F", + "mappedName": "Face1;:M;CUT;:Hedf:7,F", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Face1;:M;CUT;:H441:7,F", + "persistentId": "Cut24:mapped:Face1;:M;CUT;:Hedf:7,F", "stageId": "Cut24" }, { @@ -142290,7 +194365,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H440,E;:H442,E", + "mappedName": "Edge1;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142298,7 +194373,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:H440,E;:H442,E", + "name": "Edge1;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142306,9 +194381,9 @@ "resultPersistentId": "CompositeCut24:edge:0", "sourceRefs": [ { - "mappedName": "Edge1;:H440,E", + "mappedName": "Edge1;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge1;:H440,E", + "persistentId": "Cut24:mapped:Edge1;:Hede,E", "stageId": "Cut24" }, { @@ -142323,7 +194398,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H440,E;:H442,E", + "mappedName": "Edge2;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142331,7 +194406,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:H440,E;:H442,E", + "name": "Edge2;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142339,9 +194414,9 @@ "resultPersistentId": "CompositeCut24:edge:1", "sourceRefs": [ { - "mappedName": "Edge2;:H440,E", + "mappedName": "Edge2;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge2;:H440,E", + "persistentId": "Cut24:mapped:Edge2;:Hede,E", "stageId": "Cut24" }, { @@ -142356,7 +194431,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H440,E;:H442,E", + "mappedName": "Edge3;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142364,7 +194439,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H440,E;:H442,E", + "name": "Edge3;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142372,9 +194447,9 @@ "resultPersistentId": "CompositeCut24:edge:2", "sourceRefs": [ { - "mappedName": "Edge3;:H440,E", + "mappedName": "Edge3;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge3;:H440,E", + "persistentId": "Cut24:mapped:Edge3;:Hede,E", "stageId": "Cut24" }, { @@ -142389,7 +194464,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H440,E;:H442,E", + "mappedName": "Edge4;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142397,7 +194472,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:H440,E;:H442,E", + "name": "Edge4;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142405,9 +194480,9 @@ "resultPersistentId": "CompositeCut24:edge:3", "sourceRefs": [ { - "mappedName": "Edge4;:H440,E", + "mappedName": "Edge4;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge4;:H440,E", + "persistentId": "Cut24:mapped:Edge4;:Hede,E", "stageId": "Cut24" }, { @@ -142422,7 +194497,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H440,E;:H442,E", + "mappedName": "Edge9;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142430,7 +194505,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:H440,E;:H442,E", + "name": "Edge9;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142438,9 +194513,9 @@ "resultPersistentId": "CompositeCut24:edge:4", "sourceRefs": [ { - "mappedName": "Edge9;:H440,E", + "mappedName": "Edge9;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge9;:H440,E", + "persistentId": "Cut24:mapped:Edge9;:Hede,E", "stageId": "Cut24" }, { @@ -142455,7 +194530,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H440,E;:H442,E", + "mappedName": "Edge5;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142463,7 +194538,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:H440,E;:H442,E", + "name": "Edge5;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142471,9 +194546,9 @@ "resultPersistentId": "CompositeCut24:edge:5", "sourceRefs": [ { - "mappedName": "Edge5;:H440,E", + "mappedName": "Edge5;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge5;:H440,E", + "persistentId": "Cut24:mapped:Edge5;:Hede,E", "stageId": "Cut24" }, { @@ -142488,7 +194563,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H440,E;:H442,E", + "mappedName": "Edge10;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142496,7 +194571,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:H440,E;:H442,E", + "name": "Edge10;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142504,9 +194579,9 @@ "resultPersistentId": "CompositeCut24:edge:6", "sourceRefs": [ { - "mappedName": "Edge10;:H440,E", + "mappedName": "Edge10;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge10;:H440,E", + "persistentId": "Cut24:mapped:Edge10;:Hede,E", "stageId": "Cut24" }, { @@ -142521,7 +194596,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H440,E;:H442,E", + "mappedName": "Edge12;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142529,7 +194604,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:H440,E;:H442,E", + "name": "Edge12;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142537,9 +194612,9 @@ "resultPersistentId": "CompositeCut24:edge:7", "sourceRefs": [ { - "mappedName": "Edge12;:H440,E", + "mappedName": "Edge12;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge12;:H440,E", + "persistentId": "Cut24:mapped:Edge12;:Hede,E", "stageId": "Cut24" }, { @@ -142554,7 +194629,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H440,E;:H442,E", + "mappedName": "Edge6;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142562,7 +194637,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:H440,E;:H442,E", + "name": "Edge6;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142570,9 +194645,9 @@ "resultPersistentId": "CompositeCut24:edge:8", "sourceRefs": [ { - "mappedName": "Edge6;:H440,E", + "mappedName": "Edge6;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge6;:H440,E", + "persistentId": "Cut24:mapped:Edge6;:Hede,E", "stageId": "Cut24" }, { @@ -142587,7 +194662,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E;:H442,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142595,7 +194670,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E;:H442,E", + "name": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E", "stringIds": [] }, "relation": "generated", @@ -142603,15 +194678,15 @@ "resultPersistentId": "CompositeCut24:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Face6;:G2(Face1;K-2;:H441:4,F);CUT;:H440:1d,E", + "persistentId": "Cut24:mapped:Face6;:G2(Face1;K-2;:Hedf:4,F);CUT;:Hede:1d,E", "stageId": "Cut24" }, { - "mappedName": "Face6;:G2(Face1;K-2;:H441:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hedf:4,F)", "objectId": "Box24", - "persistentId": "Box24:mapped:Face6;:G2(Face1;K-2;:H441:4,F)", + "persistentId": "Box24:mapped:Face6;:G2(Face1;K-2;:Hedf:4,F)", "stageId": "Box24" } ] @@ -142620,7 +194695,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H440,E;:H442,E", + "mappedName": "Edge11;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142628,7 +194703,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H440,E;:H442,E", + "name": "Edge11;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142636,9 +194711,9 @@ "resultPersistentId": "CompositeCut24:edge:10", "sourceRefs": [ { - "mappedName": "Edge11;:H440,E", + "mappedName": "Edge11;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge11;:H440,E", + "persistentId": "Cut24:mapped:Edge11;:Hede,E", "stageId": "Cut24" }, { @@ -142653,7 +194728,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H440,E;:H442,E", + "mappedName": "Edge7;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142661,7 +194736,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H440,E;:H442,E", + "name": "Edge7;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142669,9 +194744,9 @@ "resultPersistentId": "CompositeCut24:edge:11", "sourceRefs": [ { - "mappedName": "Edge7;:H440,E", + "mappedName": "Edge7;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge7;:H440,E", + "persistentId": "Cut24:mapped:Edge7;:Hede,E", "stageId": "Cut24" }, { @@ -142686,7 +194761,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H440,E;:H442,E", + "mappedName": "Edge8;:Hede,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142694,7 +194769,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:H440,E;:H442,E", + "name": "Edge8;:Hede,E;:Hee0,E", "stringIds": [] }, "relation": "preserved", @@ -142702,9 +194777,9 @@ "resultPersistentId": "CompositeCut24:edge:12", "sourceRefs": [ { - "mappedName": "Edge8;:H440,E", + "mappedName": "Edge8;:Hede,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge8;:H440,E", + "persistentId": "Cut24:mapped:Edge8;:Hede,E", "stageId": "Cut24" }, { @@ -142719,7 +194794,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E;:H442,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142727,7 +194802,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E;:H442,E", + "name": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E;:Hee0,E", "stringIds": [] }, "relation": "generated", @@ -142735,15 +194810,15 @@ "resultPersistentId": "CompositeCut24:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Face5;:G2(Face1;K-1;:H441:4,F);CUT;:H440:1d,E", + "persistentId": "Cut24:mapped:Face5;:G2(Face1;K-1;:Hedf:4,F);CUT;:Hede:1d,E", "stageId": "Cut24" }, { - "mappedName": "Face5;:G2(Face1;K-1;:H441:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hedf:4,F)", "objectId": "Box24", - "persistentId": "Box24:mapped:Face5;:G2(Face1;K-1;:H441:4,F)", + "persistentId": "Box24:mapped:Face5;:G2(Face1;K-1;:Hedf:4,F)", "stageId": "Box24" } ] @@ -142752,7 +194827,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CUT;:H441:7,E;:H442,E", + "mappedName": "Edge1;:M;CUT;:Hedf:7,E;:Hee0,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142760,7 +194835,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M;CUT;:H441:7,E;:H442,E", + "name": "Edge1;:M;CUT;:Hedf:7,E;:Hee0,E", "stringIds": [] }, "relation": "modified", @@ -142768,9 +194843,9 @@ "resultPersistentId": "CompositeCut24:edge:14", "sourceRefs": [ { - "mappedName": "Edge1;:M;CUT;:H441:7,E", + "mappedName": "Edge1;:M;CUT;:Hedf:7,E", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge1;:M;CUT;:H441:7,E", + "persistentId": "Cut24:mapped:Edge1;:M;CUT;:Hedf:7,E", "stageId": "Cut24" }, { @@ -142785,7 +194860,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H440,V;:H442,V", + "mappedName": "Vertex1;:Hede,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142793,7 +194868,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H440,V;:H442,V", + "name": "Vertex1;:Hede,V;:Hee0,V", "stringIds": [] }, "relation": "preserved", @@ -142801,9 +194876,9 @@ "resultPersistentId": "CompositeCut24:vertex:0", "sourceRefs": [ { - "mappedName": "Vertex1;:H440,V", + "mappedName": "Vertex1;:Hede,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Vertex1;:H440,V", + "persistentId": "Cut24:mapped:Vertex1;:Hede,V", "stageId": "Cut24" }, { @@ -142818,7 +194893,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H440,V;:H442,V", + "mappedName": "Vertex2;:Hede,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142826,7 +194901,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:H440,V;:H442,V", + "name": "Vertex2;:Hede,V;:Hee0,V", "stringIds": [] }, "relation": "preserved", @@ -142834,9 +194909,9 @@ "resultPersistentId": "CompositeCut24:vertex:1", "sourceRefs": [ { - "mappedName": "Vertex2;:H440,V", + "mappedName": "Vertex2;:Hede,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Vertex2;:H440,V", + "persistentId": "Cut24:mapped:Vertex2;:Hede,V", "stageId": "Cut24" }, { @@ -142851,7 +194926,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H440,V;:H442,V", + "mappedName": "Vertex3;:Hede,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142859,7 +194934,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:H440,V;:H442,V", + "name": "Vertex3;:Hede,V;:Hee0,V", "stringIds": [] }, "relation": "preserved", @@ -142867,9 +194942,9 @@ "resultPersistentId": "CompositeCut24:vertex:2", "sourceRefs": [ { - "mappedName": "Vertex3;:H440,V", + "mappedName": "Vertex3;:Hede,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Vertex3;:H440,V", + "persistentId": "Cut24:mapped:Vertex3;:Hede,V", "stageId": "Cut24" }, { @@ -142884,7 +194959,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H440,V;:H442,V", + "mappedName": "Vertex4;:Hede,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142892,7 +194967,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H440,V;:H442,V", + "name": "Vertex4;:Hede,V;:Hee0,V", "stringIds": [] }, "relation": "preserved", @@ -142900,9 +194975,9 @@ "resultPersistentId": "CompositeCut24:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex4;:H440,V", + "mappedName": "Vertex4;:Hede,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Vertex4;:H440,V", + "persistentId": "Cut24:mapped:Vertex4;:Hede,V", "stageId": "Cut24" }, { @@ -142917,7 +194992,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H440,V;:H442,V", + "mappedName": "Vertex6;:Hede,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142925,7 +195000,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:H440,V;:H442,V", + "name": "Vertex6;:Hede,V;:Hee0,V", "stringIds": [] }, "relation": "preserved", @@ -142933,9 +195008,9 @@ "resultPersistentId": "CompositeCut24:vertex:4", "sourceRefs": [ { - "mappedName": "Vertex6;:H440,V", + "mappedName": "Vertex6;:Hede,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Vertex6;:H440,V", + "persistentId": "Cut24:mapped:Vertex6;:Hede,V", "stageId": "Cut24" }, { @@ -142950,7 +195025,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H440,V;:H442,V", + "mappedName": "Vertex5;:Hede,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142958,7 +195033,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:H440,V;:H442,V", + "name": "Vertex5;:Hede,V;:Hee0,V", "stringIds": [] }, "relation": "preserved", @@ -142966,9 +195041,9 @@ "resultPersistentId": "CompositeCut24:vertex:5", "sourceRefs": [ { - "mappedName": "Vertex5;:H440,V", + "mappedName": "Vertex5;:Hede,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Vertex5;:H440,V", + "persistentId": "Cut24:mapped:Vertex5;:Hede,V", "stageId": "Cut24" }, { @@ -142983,7 +195058,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H440,V;:H442,V", + "mappedName": "Vertex7;:Hede,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -142991,7 +195066,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:H440,V;:H442,V", + "name": "Vertex7;:Hede,V;:Hee0,V", "stringIds": [] }, "relation": "preserved", @@ -142999,9 +195074,9 @@ "resultPersistentId": "CompositeCut24:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex7;:H440,V", + "mappedName": "Vertex7;:Hede,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Vertex7;:H440,V", + "persistentId": "Cut24:mapped:Vertex7;:Hede,V", "stageId": "Cut24" }, { @@ -143016,7 +195091,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V;:H442,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -143024,7 +195099,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V;:H442,V", + "name": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V;:Hee0,V", "stringIds": [] }, "relation": "generated", @@ -143032,15 +195107,15 @@ "resultPersistentId": "CompositeCut24:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge1;:G2(Face6;K-1;:H440:4,F);CUT;:H441:1d,V", + "persistentId": "Cut24:mapped:Edge1;:G2(Face6;K-1;:Hede:4,F);CUT;:Hedf:1d,V", "stageId": "Cut24" }, { - "mappedName": "Edge1;:G2(Face6;K-1;:H440:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hede:4,F)", "objectId": "Cylinder24", - "persistentId": "Cylinder24:mapped:Edge1;:G2(Face6;K-1;:H440:4,F)", + "persistentId": "Cylinder24:mapped:Edge1;:G2(Face6;K-1;:Hede:4,F)", "stageId": "Cylinder24" } ] @@ -143049,7 +195124,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H440,V;:H442,V", + "mappedName": "Vertex8;:Hede,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -143057,7 +195132,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H440,V;:H442,V", + "name": "Vertex8;:Hede,V;:Hee0,V", "stringIds": [] }, "relation": "preserved", @@ -143065,9 +195140,9 @@ "resultPersistentId": "CompositeCut24:vertex:8", "sourceRefs": [ { - "mappedName": "Vertex8;:H440,V", + "mappedName": "Vertex8;:Hede,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Vertex8;:H440,V", + "persistentId": "Cut24:mapped:Vertex8;:Hede,V", "stageId": "Cut24" }, { @@ -143082,7 +195157,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V;:H442,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V;:Hee0,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -143090,7 +195165,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V;:H442,V", + "name": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V;:Hee0,V", "stringIds": [] }, "relation": "generated", @@ -143098,15 +195173,15 @@ "resultPersistentId": "CompositeCut24:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V", "objectId": "Cut24", - "persistentId": "Cut24:mapped:Edge1;:G(Face5;K-1;:H440:4,F);CUT;:H441:1c,V", + "persistentId": "Cut24:mapped:Edge1;:G(Face5;K-1;:Hede:4,F);CUT;:Hedf:1c,V", "stageId": "Cut24" }, { - "mappedName": "Edge1;:G(Face5;K-1;:H440:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hede:4,F)", "objectId": "Cylinder24", - "persistentId": "Cylinder24:mapped:Edge1;:G(Face5;K-1;:H440:4,F)", + "persistentId": "Cylinder24:mapped:Edge1;:G(Face5;K-1;:Hede:4,F)", "stageId": "Cylinder24" } ] @@ -143121,11 +195196,723 @@ "stageId": "CompositeCut24", "status": "native-evidence" }, + "relationDigest": "0a40b440a48e5ae101c9d7c050170a0bfddb5495b84c4c27f8c80ac85cce73e9", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face1;:H#,F", + "sourceElement": "Face1", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face3;:H#,F", + "sourceElement": "Face3", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M;CUT;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face4;:H#,F", + "sourceElement": "Face4", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M;CUT;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M;CUT;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder24", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge1;:H#,E", + "sourceElement": "Edge1", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:H#,E", + "sourceElement": "Edge2", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:H#,E", + "sourceElement": "Edge4", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:H#,E", + "sourceElement": "Edge9", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:H#,E", + "sourceElement": "Edge10", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:H#,E", + "sourceElement": "Edge12", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:H#,E", + "sourceElement": "Edge6", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CUT;:H#:1d,E;:H#,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);CUT;:H#:1d,E", + "sourceElement": "Face6", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:H#,E", + "sourceElement": "Edge11", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:H#,E", + "sourceElement": "Edge8", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CUT;:H#:1d,E;:H#,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);CUT;:H#:1d,E", + "sourceElement": "Face5", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:M;CUT;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder24", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex1;:H#,V", + "sourceElement": "Vertex1", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex2;:H#,V", + "sourceElement": "Vertex2", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CUT;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);CUT;:H#:1d,V", + "sourceElement": "Edge1", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder24", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box24", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CUT;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);CUT;:H#:1c,V", + "sourceElement": "Edge1", + "sourceObject": "Cut24", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder24", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "3ee8ce68cce26a0e5695cfa40a50d484b6b934fd2fb87ba727482d7c7d22eb9d", "shape": { + "area": 731.9468914507713, + "brepSha256": "6195286fbafe907cc6ab68eda35e01f71a9cb55a57544381a7e1d36fdb7960a5", "edges": 15, "faces": 7, + "geometryDigest": "e7358ac18bb7cb095bf02d0bea3f27185df8a56eca169fa64284aec3a93e0332", "solids": 1, "valid": true, + "vertices": 10, "volume": 717.2566611769184 }, "typeId": "Part::Cut" @@ -143135,18 +195922,359 @@ "stringHasherResource": null }, { + "category": "composite-boolean", "elementMapResources": { "CompositeCut25.Shape.Map.txt": { - "sha256": "17860bdae2b09777fa9882835361cc9a375f47e0a329150c0ccea91b827482d1", - "text": "BeginElementMap v1\n2 PostfixCount 21\nEdge\nFace\nVertex\n;:H1302,E;:H1304,E\n;:H1305,E\n;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V;:H1304,V\n;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V;:H1304,V\n;:M2;FUS;:H1303:8,E;:H1304,E\n;:M;FUS;:H1303:7,E;:H1304,E\n;:H1303,E;:H1304,E\n;:H1302,F;:H1304,F\n;:H1305,F\n;:M2;FUS;:H1303:8,F;:H1304,F\n;:M;FUS;:H1303:7,F;:H1304,F\n;:H1303,F;:H1304,F\n;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E\n;:M;FUS;:H1302:7,F;:H1304,F\n;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E\n;:H1302,V;:H1304,V\n;:H1303,V;:H1304,V\n;:H1305,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 31\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.12 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.10 0\n:1.1.8 0\n:1.3.a 0\n:1.2.a 0\n:1.1.9 0\n:1.1.5 0\n:1.2.5 0\n:1.3.5 0\n:1.4.5 0\n:1.9.5 0\n:1.5.5 0\n:1.a.5 0\n:1.c.5 0\n:1.6.5 0\n:1.b.5 0\n:1.7.5 0\n:1.8.5 0\n\nFace\n\nChildCount 0\n\nNameCount 17\n0\n:2.1.b 0\n:2.3.b 0\n:2.6.11 0\n:2.4.b 0\n:2.5.11 0\n:2.2.b 0\n:2.1.d 0\n:2.1.e 0\n:2.3.f 0\n:2.2.f 0\n:2.1.c 0\n:2.3.c 0\n:2.6.c 0\n:2.4.c 0\n:2.5.c 0\n:2.2.c 0\n\nVertex\n\nChildCount 0\n\nNameCount 21\n0\n:3.1.13 0\n:3.2.13 0\n:3.3.13 0\n:3.4.13 0\n:3.6.13 0\n:3.5.13 0\n:3.7.13 0\n:1.1.7 0\n:3.8.13 0\n:1.1.6 0\n:3.2.14 0\n:3.1.14 0\n:3.1.15 0\n:3.2.15 0\n:3.3.15 0\n:3.4.15 0\n:3.6.15 0\n:3.5.15 0\n:3.7.15 0\n:3.8.15 0\n\nEndMap\n" + "sha256": "5190cc75d74e6a193003d870ceaed8b9978e8a8a19f96e9df632661f0c7a96da", + "text": "BeginElementMap v1\n2 PostfixCount 21\nEdge\nFace\nVertex\n;:Hb24,E;:Hb26,E\n;:Hb27,E\n;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V;:Hb26,V\n;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V;:Hb26,V\n;:M2;FUS;:Hb25:8,E;:Hb26,E\n;:M;FUS;:Hb25:7,E;:Hb26,E\n;:Hb25,E;:Hb26,E\n;:Hb24,F;:Hb26,F\n;:Hb27,F\n;:M2;FUS;:Hb25:8,F;:Hb26,F\n;:M;FUS;:Hb25:7,F;:Hb26,F\n;:Hb25,F;:Hb26,F\n;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E\n;:M;FUS;:Hb24:7,F;:Hb26,F\n;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E\n;:Hb24,V;:Hb26,V\n;:Hb25,V;:Hb26,V\n;:Hb27,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 31\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.12 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.10 0\n:1.1.8 0\n:1.3.a 0\n:1.2.a 0\n:1.1.9 0\n:1.1.5 0\n:1.2.5 0\n:1.3.5 0\n:1.4.5 0\n:1.9.5 0\n:1.5.5 0\n:1.a.5 0\n:1.c.5 0\n:1.6.5 0\n:1.b.5 0\n:1.7.5 0\n:1.8.5 0\n\nFace\n\nChildCount 0\n\nNameCount 17\n0\n:2.1.b 0\n:2.3.b 0\n:2.6.11 0\n:2.4.b 0\n:2.5.11 0\n:2.2.b 0\n:2.1.d 0\n:2.1.e 0\n:2.3.f 0\n:2.2.f 0\n:2.1.c 0\n:2.3.c 0\n:2.6.c 0\n:2.4.c 0\n:2.5.c 0\n:2.2.c 0\n\nVertex\n\nChildCount 0\n\nNameCount 21\n0\n:3.1.13 0\n:3.2.13 0\n:3.3.13 0\n:3.4.13 0\n:3.6.13 0\n:3.5.13 0\n:3.7.13 0\n:1.1.7 0\n:3.8.13 0\n:1.1.6 0\n:3.2.14 0\n:3.1.14 0\n:3.1.15 0\n:3.2.15 0\n:3.3.15 0\n:3.4.15 0\n:3.6.15 0\n:3.5.15 0\n:3.7.15 0\n:3.8.15 0\n\nEndMap\n" }, "Fuse25.Shape.Map.txt": { - "sha256": "b057f4fe8274ca5c118e67847ecb1db598a12d57b32bd0dc2d2adf9cca6fd1d8", - "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:H1302,E\n;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V\n;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V\n;:M2;FUS;:H1303:8,E\n;:M;FUS;:H1303:7,E\n;:H1303,E\n;:H1302,F\n;:M2;FUS;:H1303:8,F\n;:M;FUS;:H1303:7,F\n;:H1303,F\n;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E\n;:M;FUS;:H1302:7,F\n;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E\n;:H1302,V\n;:H1303,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 19\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.10 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.e 0\n:1.1.7 0\n:1.3.9 0\n:1.2.9 0\n:1.1.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n:2.1.a 0\n:2.3.a 0\n:2.6.f 0\n:2.4.a 0\n:2.5.f 0\n:2.2.a 0\n:2.1.b 0\n:2.1.c 0\n:2.3.d 0\n:2.2.d 0\n\nVertex\n\nChildCount 0\n\nNameCount 13\n0\n:3.1.11 0\n:3.2.11 0\n:3.3.11 0\n:3.4.11 0\n:3.6.11 0\n:3.5.11 0\n:3.7.11 0\n:1.1.6 0\n:3.8.11 0\n:1.1.5 0\n:3.2.12 0\n:3.1.12 0\n\nEndMap\n" + "sha256": "7e68977b6de37aaad531454b22030bc1afa88d1daabd10bc1e6e4ab71ba867b2", + "text": "BeginElementMap v1\n1 PostfixCount 18\nEdge\nFace\nVertex\n;:Hb24,E\n;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V\n;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V\n;:M2;FUS;:Hb25:8,E\n;:M;FUS;:Hb25:7,E\n;:Hb25,E\n;:Hb24,F\n;:M2;FUS;:Hb25:8,F\n;:M;FUS;:Hb25:7,F\n;:Hb25,F\n;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E\n;:M;FUS;:Hb24:7,F\n;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E\n;:Hb24,V\n;:Hb25,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 19\n0\n:1.1.4 0\n:1.2.4 0\n:1.3.4 0\n:1.4.4 0\n:1.9.4 0\n:1.5.4 0\n:1.a.4 0\n:1.c.4 0\n:1.6.4 0\n:2.6.10 0\n:1.b.4 0\n:1.7.4 0\n:1.8.4 0\n:2.5.e 0\n:1.1.7 0\n:1.3.9 0\n:1.2.9 0\n:1.1.8 0\n\nFace\n\nChildCount 0\n\nNameCount 11\n0\n:2.1.a 0\n:2.3.a 0\n:2.6.f 0\n:2.4.a 0\n:2.5.f 0\n:2.2.a 0\n:2.1.b 0\n:2.1.c 0\n:2.3.d 0\n:2.2.d 0\n\nVertex\n\nChildCount 0\n\nNameCount 13\n0\n:3.1.11 0\n:3.2.11 0\n:3.3.11 0\n:3.4.11 0\n:3.6.11 0\n:3.5.11 0\n:3.7.11 0\n:1.1.6 0\n:3.8.11 0\n:1.1.5 0\n:3.2.12 0\n:3.1.12 0\n\nEndMap\n" } }, "finalObject": "CompositeCut25", "id": "composite-05", + "mutation": { + "category": "composite-boolean", + "contract": { + "editorModes": [], + "finalObject": "CompositeCut25", + "finalStageOrdinal": 4, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Box25", + "targetStageOrdinal": 0, + "targetTypeId": "Part::Box" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 2, + 4 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 15, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 5 + }, + "phases": { + "before": [ + { + "key": "composite-05:000:Box25", + "name": "Box25", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-05:001:Cylinder25", + "name": "Cylinder25", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-05:002:Fuse25", + "name": "Fuse25", + "ordinal": 2, + "relationDigest": "79067731d9605226ee6ce7717b9f7e64b7d26ff3585cb72878d6e8a655ba2a41", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "shape": { + "area": 700.5309649148733, + "brepSha256": "0bf69d8d44e4b06e66bad4778153d563348f68f4cc73642a8b285faad29ad44d", + "edges": 18, + "faces": 10, + "geometryDigest": "d12ca0857191a459a5f349753d8d811a5c791e05252e456ddc1defc09b658962", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1201.0619298297468 + }, + "typeId": "Part::Fuse" + }, + { + "key": "composite-05:003:SecondBox25", + "name": "SecondBox25", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-05:004:CompositeCut25", + "name": "CompositeCut25", + "ordinal": 4, + "relationDigest": "934ada6bc3038e34ca0657c34732de927a57bcd8456243b9e7fdc1e0df707017", + "semanticNameDigest": "81b9eeedb8e62427e8ff20733db837f3211c12dcac22104c89e339fbb103a7cc", + "shape": { + "area": 796.5309649148733, + "brepSha256": "9b5e7c57c3a1872ba36451091c58a27e8cda92e685b89374b1943b5c39950982", + "edges": 30, + "faces": 16, + "geometryDigest": "fa5cbb997dec6eb54b42c5104141730f97fe217e9cda149d0ae1a4615ad28891", + "solids": 1, + "valid": true, + "vertices": 20, + "volume": 1137.0619298297458 + }, + "typeId": "Part::Cut" + } + ], + "edited": [ + { + "key": "composite-05:000:Box25", + "name": "Box25", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 619.9999999999999, + "brepSha256": "b55ee261c224cd874d16f9bfa27d3db6992a9551513924019fd135240d6e9e35", + "edges": 12, + "faces": 6, + "geometryDigest": "ffba6c0203a0a7dff84c1b26dfe5c882601016487a2bc784d2c0709be5062a95", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 1050 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-05:001:Cylinder25", + "name": "Cylinder25", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-05:002:Fuse25", + "name": "Fuse25", + "ordinal": 2, + "relationDigest": "79067731d9605226ee6ce7717b9f7e64b7d26ff3585cb72878d6e8a655ba2a41", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "shape": { + "area": 720.5309649148733, + "brepSha256": "c1b307677a9d79cc8b932616a3fa00cf0f40cd33c279f0ac555a4e6f6079bda1", + "edges": 18, + "faces": 10, + "geometryDigest": "2be0df39d8dce7a02aff988d762d8250ad74e54dcfcd8df2861ddcc97647adad", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1251.0619298297465 + }, + "typeId": "Part::Fuse" + }, + { + "key": "composite-05:003:SecondBox25", + "name": "SecondBox25", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-05:004:CompositeCut25", + "name": "CompositeCut25", + "ordinal": 4, + "relationDigest": "934ada6bc3038e34ca0657c34732de927a57bcd8456243b9e7fdc1e0df707017", + "semanticNameDigest": "81b9eeedb8e62427e8ff20733db837f3211c12dcac22104c89e339fbb103a7cc", + "shape": { + "area": 816.5309649148733, + "brepSha256": "c5dbd95498bc2fd6f9331d69e9d6177913f898ec547ec5d6998b9e1ae707af22", + "edges": 30, + "faces": 16, + "geometryDigest": "1384ac9332a0e091e0ee41b63d988cbbcd271a0249663ef064513a2a59d1d9ab", + "solids": 1, + "valid": true, + "vertices": 20, + "volume": 1187.0619298297465 + }, + "typeId": "Part::Cut" + } + ], + "restored": [ + { + "key": "composite-05:000:Box25", + "name": "Box25", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-05:001:Cylinder25", + "name": "Cylinder25", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", + "edges": 3, + "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 703.7167544041135 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-05:002:Fuse25", + "name": "Fuse25", + "ordinal": 2, + "relationDigest": "79067731d9605226ee6ce7717b9f7e64b7d26ff3585cb72878d6e8a655ba2a41", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "shape": { + "area": 700.5309649148733, + "brepSha256": "0bf69d8d44e4b06e66bad4778153d563348f68f4cc73642a8b285faad29ad44d", + "edges": 18, + "faces": 10, + "geometryDigest": "d12ca0857191a459a5f349753d8d811a5c791e05252e456ddc1defc09b658962", + "solids": 1, + "valid": true, + "vertices": 12, + "volume": 1201.0619298297468 + }, + "typeId": "Part::Fuse" + }, + { + "key": "composite-05:003:SecondBox25", + "name": "SecondBox25", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-05:004:CompositeCut25", + "name": "CompositeCut25", + "ordinal": 4, + "relationDigest": "934ada6bc3038e34ca0657c34732de927a57bcd8456243b9e7fdc1e0df707017", + "semanticNameDigest": "81b9eeedb8e62427e8ff20733db837f3211c12dcac22104c89e339fbb103a7cc", + "shape": { + "area": 796.5309649148733, + "brepSha256": "9b5e7c57c3a1872ba36451091c58a27e8cda92e685b89374b1943b5c39950982", + "edges": 30, + "faces": 16, + "geometryDigest": "fa5cbb997dec6eb54b42c5104141730f97fe217e9cda149d0ae1a4615ad28891", + "solids": 1, + "valid": true, + "vertices": 20, + "volume": 1137.0619298297458 + }, + "typeId": "Part::Cut" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 10, + "edited": 10.5, + "restored": 10 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -143154,6 +196282,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box25", + "linkedObjects": [], "name": "Box25", "names": [ { @@ -144084,11 +197213,201 @@ "stageId": "Box25", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -144098,6 +197417,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder25", + "linkedObjects": [], "name": "Cylinder25", "names": [ { @@ -144398,11 +197718,75 @@ "stageId": "Cylinder25", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 452.3893421169302, + "brepSha256": "c2d457396fa688d5491a10ea62b36b96d0cf347e2f8ee7fad9b8c7d9d5015cb4", "edges": 3, "faces": 3, + "geometryDigest": "35cbcf1a41be0c57c799b4821eb8fbae91af2f06ddbad37713cc276790bf7d76", "solids": 1, "valid": true, + "vertices": 2, "volume": 703.7167544041135 }, "typeId": "Part::Cylinder" @@ -144414,13 +197798,17 @@ "elementMapSize": 40, "elementMapVersion": "15.70200.5", "label": "Fuse25", + "linkedObjects": [ + "Box25", + "Cylinder25" + ], "name": "Fuse25", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:H1302,F", + "mappedName": "Face1;:Hb24,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144433,7 +197821,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:H1302,F", + "mappedName": "Face1;:Hb24,F", "mappedStringIds": [], "name": "Face1" }, @@ -144441,7 +197829,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H1302,F", + "mappedName": "Face3;:Hb24,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144454,7 +197842,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:H1302,F", + "mappedName": "Face3;:Hb24,F", "mappedStringIds": [], "name": "Face2" }, @@ -144462,7 +197850,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FUS;:H1302:7,F", + "mappedName": "Face6;:M;FUS;:Hb24:7,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144475,7 +197863,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;FUS;:H1302:7,F", + "mappedName": "Face6;:M;FUS;:Hb24:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -144483,7 +197871,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H1302,F", + "mappedName": "Face4;:Hb24,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144496,7 +197884,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H1302,F", + "mappedName": "Face4;:Hb24,F", "mappedStringIds": [], "name": "Face4" }, @@ -144504,7 +197892,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FUS;:H1302:7,F", + "mappedName": "Face5;:M;FUS;:Hb24:7,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144517,7 +197905,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FUS;:H1302:7,F", + "mappedName": "Face5;:M;FUS;:Hb24:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -144525,7 +197913,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H1302,F", + "mappedName": "Face2;:Hb24,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144538,7 +197926,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:H1302,F", + "mappedName": "Face2;:Hb24,F", "mappedStringIds": [], "name": "Face6" }, @@ -144546,7 +197934,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:H1303:8,F", + "mappedName": "Face1;:M2;FUS;:Hb25:8,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144559,7 +197947,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:H1303:8,F", + "mappedName": "Face1;:M2;FUS;:Hb25:8,F", "mappedStringIds": [], "name": "Face7" }, @@ -144567,7 +197955,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;FUS;:H1303:7,F", + "mappedName": "Face1;:M;FUS;:Hb25:7,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144580,7 +197968,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face1;:M;FUS;:H1303:7,F", + "mappedName": "Face1;:M;FUS;:Hb25:7,F", "mappedStringIds": [], "name": "Face8" }, @@ -144588,7 +197976,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H1303,F", + "mappedName": "Face3;:Hb25,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144601,7 +197989,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face3;:H1303,F", + "mappedName": "Face3;:Hb25,F", "mappedStringIds": [], "name": "Face9" }, @@ -144609,7 +197997,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H1303,F", + "mappedName": "Face2;:Hb25,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144622,7 +198010,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face2;:H1303,F", + "mappedName": "Face2;:Hb25,F", "mappedStringIds": [], "name": "Face10" }, @@ -144630,7 +198018,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H1302,E", + "mappedName": "Edge1;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144643,7 +198031,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:H1302,E", + "mappedName": "Edge1;:Hb24,E", "mappedStringIds": [], "name": "Edge1" }, @@ -144651,7 +198039,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H1302,E", + "mappedName": "Edge2;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144664,7 +198052,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:H1302,E", + "mappedName": "Edge2;:Hb24,E", "mappedStringIds": [], "name": "Edge2" }, @@ -144672,7 +198060,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H1302,E", + "mappedName": "Edge3;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144685,7 +198073,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H1302,E", + "mappedName": "Edge3;:Hb24,E", "mappedStringIds": [], "name": "Edge3" }, @@ -144693,7 +198081,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H1302,E", + "mappedName": "Edge4;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144706,7 +198094,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:H1302,E", + "mappedName": "Edge4;:Hb24,E", "mappedStringIds": [], "name": "Edge4" }, @@ -144714,7 +198102,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H1302,E", + "mappedName": "Edge9;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144727,7 +198115,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:H1302,E", + "mappedName": "Edge9;:Hb24,E", "mappedStringIds": [], "name": "Edge5" }, @@ -144735,7 +198123,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H1302,E", + "mappedName": "Edge5;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144748,7 +198136,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:H1302,E", + "mappedName": "Edge5;:Hb24,E", "mappedStringIds": [], "name": "Edge6" }, @@ -144756,7 +198144,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H1302,E", + "mappedName": "Edge10;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144769,7 +198157,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:H1302,E", + "mappedName": "Edge10;:Hb24,E", "mappedStringIds": [], "name": "Edge7" }, @@ -144777,7 +198165,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H1302,E", + "mappedName": "Edge12;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144790,7 +198178,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:H1302,E", + "mappedName": "Edge12;:Hb24,E", "mappedStringIds": [], "name": "Edge8" }, @@ -144798,7 +198186,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H1302,E", + "mappedName": "Edge6;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144811,7 +198199,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:H1302,E", + "mappedName": "Edge6;:Hb24,E", "mappedStringIds": [], "name": "Edge9" }, @@ -144819,20 +198207,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E", "object": "Fuse25", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F)", "object": "Box25", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E", "mappedStringIds": [], "name": "Edge10" }, @@ -144840,7 +198228,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H1302,E", + "mappedName": "Edge11;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144853,7 +198241,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H1302,E", + "mappedName": "Edge11;:Hb24,E", "mappedStringIds": [], "name": "Edge11" }, @@ -144861,7 +198249,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H1302,E", + "mappedName": "Edge7;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144874,7 +198262,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H1302,E", + "mappedName": "Edge7;:Hb24,E", "mappedStringIds": [], "name": "Edge12" }, @@ -144882,7 +198270,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H1302,E", + "mappedName": "Edge8;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144895,7 +198283,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:H1302,E", + "mappedName": "Edge8;:Hb24,E", "mappedStringIds": [], "name": "Edge13" }, @@ -144903,20 +198291,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E", "object": "Fuse25", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F)", "object": "Box25", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E", "mappedStringIds": [], "name": "Edge14" }, @@ -144924,7 +198312,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M2;FUS;:H1303:8,E", + "mappedName": "Edge1;:M2;FUS;:Hb25:8,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144937,7 +198325,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M2;FUS;:H1303:8,E", + "mappedName": "Edge1;:M2;FUS;:Hb25:8,E", "mappedStringIds": [], "name": "Edge15" }, @@ -144945,7 +198333,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H1303,E", + "mappedName": "Edge3;:Hb25,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144958,7 +198346,7 @@ ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Edge3;:H1303,E", + "mappedName": "Edge3;:Hb25,E", "mappedStringIds": [], "name": "Edge16" }, @@ -144966,7 +198354,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H1303,E", + "mappedName": "Edge2;:Hb25,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -144979,7 +198367,7 @@ ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Edge2;:H1303,E", + "mappedName": "Edge2;:Hb25,E", "mappedStringIds": [], "name": "Edge17" }, @@ -144987,7 +198375,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;FUS;:H1303:7,E", + "mappedName": "Edge1;:M;FUS;:Hb25:7,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145000,7 +198388,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge1;:M;FUS;:H1303:7,E", + "mappedName": "Edge1;:M;FUS;:Hb25:7,E", "mappedStringIds": [], "name": "Edge18" }, @@ -145008,7 +198396,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H1302,V", + "mappedName": "Vertex1;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145021,7 +198409,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H1302,V", + "mappedName": "Vertex1;:Hb24,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -145029,7 +198417,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H1302,V", + "mappedName": "Vertex2;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145042,7 +198430,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:H1302,V", + "mappedName": "Vertex2;:Hb24,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -145050,7 +198438,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H1302,V", + "mappedName": "Vertex3;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145063,7 +198451,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:H1302,V", + "mappedName": "Vertex3;:Hb24,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -145071,7 +198459,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H1302,V", + "mappedName": "Vertex4;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145084,7 +198472,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H1302,V", + "mappedName": "Vertex4;:Hb24,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -145092,7 +198480,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H1302,V", + "mappedName": "Vertex6;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145105,7 +198493,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:H1302,V", + "mappedName": "Vertex6;:Hb24,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -145113,7 +198501,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H1302,V", + "mappedName": "Vertex5;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145126,7 +198514,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:H1302,V", + "mappedName": "Vertex5;:Hb24,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -145134,7 +198522,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H1302,V", + "mappedName": "Vertex7;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145147,7 +198535,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:H1302,V", + "mappedName": "Vertex7;:Hb24,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -145155,20 +198543,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V", "object": "Fuse25", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F)", "object": "Cylinder25", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -145176,7 +198564,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H1302,V", + "mappedName": "Vertex8;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145189,7 +198577,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H1302,V", + "mappedName": "Vertex8;:Hb24,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -145197,20 +198585,20 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V", "object": "Fuse25", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F)", "object": "Cylinder25", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -145218,7 +198606,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H1303,V", + "mappedName": "Vertex2;:Hb25,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145231,7 +198619,7 @@ ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Vertex2;:H1303,V", + "mappedName": "Vertex2;:Hb25,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -145239,7 +198627,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H1303,V", + "mappedName": "Vertex1;:Hb25,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -145252,7 +198640,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex1;:H1303,V", + "mappedName": "Vertex1;:Hb25,V", "mappedStringIds": [], "name": "Vertex12" } @@ -145268,7 +198656,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H1302,F", + "mappedName": "Face1;:Hb24,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145276,7 +198664,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:H1302,F", + "name": "Face1;:Hb24,F", "stringIds": [] }, "relation": "preserved", @@ -145295,7 +198683,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H1302,F", + "mappedName": "Face3;:Hb24,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145303,7 +198691,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:H1302,F", + "name": "Face3;:Hb24,F", "stringIds": [] }, "relation": "preserved", @@ -145322,7 +198710,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FUS;:H1302:7,F", + "mappedName": "Face6;:M;FUS;:Hb24:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145330,7 +198718,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;FUS;:H1302:7,F", + "name": "Face6;:M;FUS;:Hb24:7,F", "stringIds": [] }, "relation": "modified", @@ -145349,7 +198737,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H1302,F", + "mappedName": "Face4;:Hb24,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145357,7 +198745,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H1302,F", + "name": "Face4;:Hb24,F", "stringIds": [] }, "relation": "preserved", @@ -145376,7 +198764,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FUS;:H1302:7,F", + "mappedName": "Face5;:M;FUS;:Hb24:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145384,7 +198772,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FUS;:H1302:7,F", + "name": "Face5;:M;FUS;:Hb24:7,F", "stringIds": [] }, "relation": "modified", @@ -145403,7 +198791,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H1302,F", + "mappedName": "Face2;:Hb24,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145411,7 +198799,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:H1302,F", + "name": "Face2;:Hb24,F", "stringIds": [] }, "relation": "preserved", @@ -145430,7 +198818,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:H1303:8,F", + "mappedName": "Face1;:M2;FUS;:Hb25:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145438,7 +198826,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M2;FUS;:H1303:8,F", + "name": "Face1;:M2;FUS;:Hb25:8,F", "stringIds": [] }, "relation": "modified", @@ -145457,7 +198845,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FUS;:H1303:7,F", + "mappedName": "Face1;:M;FUS;:Hb25:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145465,7 +198853,7 @@ "index": 8, "type": "Face" }, - "name": "Face1;:M;FUS;:H1303:7,F", + "name": "Face1;:M;FUS;:Hb25:7,F", "stringIds": [] }, "relation": "modified", @@ -145484,7 +198872,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H1303,F", + "mappedName": "Face3;:Hb25,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145492,7 +198880,7 @@ "index": 9, "type": "Face" }, - "name": "Face3;:H1303,F", + "name": "Face3;:Hb25,F", "stringIds": [] }, "relation": "preserved", @@ -145511,7 +198899,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H1303,F", + "mappedName": "Face2;:Hb25,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145519,7 +198907,7 @@ "index": 10, "type": "Face" }, - "name": "Face2;:H1303,F", + "name": "Face2;:Hb25,F", "stringIds": [] }, "relation": "preserved", @@ -145538,7 +198926,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H1302,E", + "mappedName": "Edge1;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145546,7 +198934,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:H1302,E", + "name": "Edge1;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145565,7 +198953,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H1302,E", + "mappedName": "Edge2;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145573,7 +198961,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:H1302,E", + "name": "Edge2;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145592,7 +198980,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H1302,E", + "mappedName": "Edge3;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145600,7 +198988,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H1302,E", + "name": "Edge3;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145619,7 +199007,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H1302,E", + "mappedName": "Edge4;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145627,7 +199015,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:H1302,E", + "name": "Edge4;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145646,7 +199034,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H1302,E", + "mappedName": "Edge9;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145654,7 +199042,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:H1302,E", + "name": "Edge9;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145673,7 +199061,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H1302,E", + "mappedName": "Edge5;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145681,7 +199069,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:H1302,E", + "name": "Edge5;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145700,7 +199088,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H1302,E", + "mappedName": "Edge10;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145708,7 +199096,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:H1302,E", + "name": "Edge10;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145727,7 +199115,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H1302,E", + "mappedName": "Edge12;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145735,7 +199123,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:H1302,E", + "name": "Edge12;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145754,7 +199142,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H1302,E", + "mappedName": "Edge6;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145762,7 +199150,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:H1302,E", + "name": "Edge6;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145781,7 +199169,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145789,7 +199177,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E", + "name": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E", "stringIds": [] }, "relation": "generated", @@ -145797,9 +199185,9 @@ "resultPersistentId": "Fuse25:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F)", "objectId": "Box25", - "persistentId": "Box25:mapped:Face6;:G2(Face1;K-2;:H1303:4,F)", + "persistentId": "Box25:mapped:Face6;:G2(Face1;K-2;:Hb25:4,F)", "stageId": "Box25" } ] @@ -145808,7 +199196,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H1302,E", + "mappedName": "Edge11;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145816,7 +199204,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H1302,E", + "name": "Edge11;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145835,7 +199223,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H1302,E", + "mappedName": "Edge7;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145843,7 +199231,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H1302,E", + "name": "Edge7;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145862,7 +199250,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H1302,E", + "mappedName": "Edge8;:Hb24,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145870,7 +199258,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:H1302,E", + "name": "Edge8;:Hb24,E", "stringIds": [] }, "relation": "preserved", @@ -145889,7 +199277,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145897,7 +199285,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E", + "name": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E", "stringIds": [] }, "relation": "generated", @@ -145905,9 +199293,9 @@ "resultPersistentId": "Fuse25:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F)", "objectId": "Box25", - "persistentId": "Box25:mapped:Face5;:G2(Face1;K-1;:H1303:4,F)", + "persistentId": "Box25:mapped:Face5;:G2(Face1;K-1;:Hb25:4,F)", "stageId": "Box25" } ] @@ -145916,7 +199304,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M2;FUS;:H1303:8,E", + "mappedName": "Edge1;:M2;FUS;:Hb25:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145924,7 +199312,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M2;FUS;:H1303:8,E", + "name": "Edge1;:M2;FUS;:Hb25:8,E", "stringIds": [] }, "relation": "modified", @@ -145943,7 +199331,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H1303,E", + "mappedName": "Edge3;:Hb25,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145951,7 +199339,7 @@ "index": 16, "type": "Edge" }, - "name": "Edge3;:H1303,E", + "name": "Edge3;:Hb25,E", "stringIds": [] }, "relation": "preserved", @@ -145970,7 +199358,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H1303,E", + "mappedName": "Edge2;:Hb25,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -145978,7 +199366,7 @@ "index": 17, "type": "Edge" }, - "name": "Edge2;:H1303,E", + "name": "Edge2;:Hb25,E", "stringIds": [] }, "relation": "preserved", @@ -145997,7 +199385,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;FUS;:H1303:7,E", + "mappedName": "Edge1;:M;FUS;:Hb25:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146005,7 +199393,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge1;:M;FUS;:H1303:7,E", + "name": "Edge1;:M;FUS;:Hb25:7,E", "stringIds": [] }, "relation": "modified", @@ -146024,7 +199412,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H1302,V", + "mappedName": "Vertex1;:Hb24,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146032,7 +199420,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H1302,V", + "name": "Vertex1;:Hb24,V", "stringIds": [] }, "relation": "preserved", @@ -146051,7 +199439,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H1302,V", + "mappedName": "Vertex2;:Hb24,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146059,7 +199447,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:H1302,V", + "name": "Vertex2;:Hb24,V", "stringIds": [] }, "relation": "preserved", @@ -146078,7 +199466,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H1302,V", + "mappedName": "Vertex3;:Hb24,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146086,7 +199474,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:H1302,V", + "name": "Vertex3;:Hb24,V", "stringIds": [] }, "relation": "preserved", @@ -146105,7 +199493,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H1302,V", + "mappedName": "Vertex4;:Hb24,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146113,7 +199501,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H1302,V", + "name": "Vertex4;:Hb24,V", "stringIds": [] }, "relation": "preserved", @@ -146132,7 +199520,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H1302,V", + "mappedName": "Vertex6;:Hb24,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146140,7 +199528,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:H1302,V", + "name": "Vertex6;:Hb24,V", "stringIds": [] }, "relation": "preserved", @@ -146159,7 +199547,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H1302,V", + "mappedName": "Vertex5;:Hb24,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146167,7 +199555,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:H1302,V", + "name": "Vertex5;:Hb24,V", "stringIds": [] }, "relation": "preserved", @@ -146186,7 +199574,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H1302,V", + "mappedName": "Vertex7;:Hb24,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146194,7 +199582,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:H1302,V", + "name": "Vertex7;:Hb24,V", "stringIds": [] }, "relation": "preserved", @@ -146213,7 +199601,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146221,7 +199609,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V", + "name": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V", "stringIds": [] }, "relation": "generated", @@ -146229,9 +199617,9 @@ "resultPersistentId": "Fuse25:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F)", "objectId": "Cylinder25", - "persistentId": "Cylinder25:mapped:Edge1;:G2(Face6;K-1;:H1302:4,F)", + "persistentId": "Cylinder25:mapped:Edge1;:G2(Face6;K-1;:Hb24:4,F)", "stageId": "Cylinder25" } ] @@ -146240,7 +199628,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H1302,V", + "mappedName": "Vertex8;:Hb24,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146248,7 +199636,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H1302,V", + "name": "Vertex8;:Hb24,V", "stringIds": [] }, "relation": "preserved", @@ -146267,7 +199655,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146275,7 +199663,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V", + "name": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V", "stringIds": [] }, "relation": "generated", @@ -146283,9 +199671,9 @@ "resultPersistentId": "Fuse25:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F)", "objectId": "Cylinder25", - "persistentId": "Cylinder25:mapped:Edge1;:G(Face5;K-1;:H1302:4,F)", + "persistentId": "Cylinder25:mapped:Edge1;:G(Face5;K-1;:Hb24:4,F)", "stageId": "Cylinder25" } ] @@ -146294,7 +199682,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H1303,V", + "mappedName": "Vertex2;:Hb25,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146302,7 +199690,7 @@ "index": 11, "type": "Vertex" }, - "name": "Vertex2;:H1303,V", + "name": "Vertex2;:Hb25,V", "stringIds": [] }, "relation": "preserved", @@ -146321,7 +199709,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H1303,V", + "mappedName": "Vertex1;:Hb25,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -146329,7 +199717,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex1;:H1303,V", + "name": "Vertex1;:Hb25,V", "stringIds": [] }, "relation": "preserved", @@ -146354,11 +199742,619 @@ "stageId": "Fuse25", "status": "native-evidence" }, + "relationDigest": "79067731d9605226ee6ce7717b9f7e64b7d26ff3585cb72878d6e8a655ba2a41", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M2;FUS;:H#:8,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face1;:M;FUS;:H#:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);FUS;:H#:1d,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);FUS;:H#:1d,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M2;FUS;:H#:8,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge1;:M;FUS;:H#:7,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);FUS;:H#:1d,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);FUS;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + } + ] + } + ], + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", "shape": { + "area": 700.5309649148733, + "brepSha256": "0bf69d8d44e4b06e66bad4778153d563348f68f4cc73642a8b285faad29ad44d", "edges": 18, "faces": 10, + "geometryDigest": "d12ca0857191a459a5f349753d8d811a5c791e05252e456ddc1defc09b658962", "solids": 1, "valid": true, + "vertices": 12, "volume": 1201.0619298297468 }, "typeId": "Part::Fuse" @@ -146368,6 +200364,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "SecondBox25", + "linkedObjects": [], "name": "SecondBox25", "names": [ { @@ -147298,11 +201295,201 @@ "stageId": "SecondBox25", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", "edges": 12, "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", "solids": 1, "valid": true, + "vertices": 8, "volume": 63.999999999999986 }, "typeId": "Part::Box" @@ -147314,19 +201501,23 @@ "elementMapSize": 66, "elementMapVersion": "15.70200.5", "label": "CompositeCut25", + "linkedObjects": [ + "Fuse25", + "SecondBox25" + ], "name": "CompositeCut25", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:H1302,F;:H1304,F", + "mappedName": "Face1;:Hb24,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:H1302,F", + "mappedName": "Face1;:Hb24,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147339,7 +201530,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:H1302,F;:H1304,F", + "mappedName": "Face1;:Hb24,F;:Hb26,F", "mappedStringIds": [], "name": "Face1" }, @@ -147347,13 +201538,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:H1302,F;:H1304,F", + "mappedName": "Face3;:Hb24,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:H1302,F", + "mappedName": "Face3;:Hb24,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147366,7 +201557,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face3;:H1302,F;:H1304,F", + "mappedName": "Face3;:Hb24,F;:Hb26,F", "mappedStringIds": [], "name": "Face2" }, @@ -147374,13 +201565,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FUS;:H1302:7,F;:H1304,F", + "mappedName": "Face6;:M;FUS;:Hb24:7,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M;FUS;:H1302:7,F", + "mappedName": "Face6;:M;FUS;:Hb24:7,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147393,7 +201584,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face6;:M;FUS;:H1302:7,F;:H1304,F", + "mappedName": "Face6;:M;FUS;:Hb24:7,F;:Hb26,F", "mappedStringIds": [], "name": "Face3" }, @@ -147401,13 +201592,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:H1302,F;:H1304,F", + "mappedName": "Face4;:Hb24,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:H1302,F", + "mappedName": "Face4;:Hb24,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147420,7 +201611,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H1302,F;:H1304,F", + "mappedName": "Face4;:Hb24,F;:Hb26,F", "mappedStringIds": [], "name": "Face4" }, @@ -147428,13 +201619,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FUS;:H1302:7,F;:H1304,F", + "mappedName": "Face5;:M;FUS;:Hb24:7,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M;FUS;:H1302:7,F", + "mappedName": "Face5;:M;FUS;:Hb24:7,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147447,7 +201638,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FUS;:H1302:7,F;:H1304,F", + "mappedName": "Face5;:M;FUS;:Hb24:7,F;:Hb26,F", "mappedStringIds": [], "name": "Face5" }, @@ -147455,13 +201646,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:H1302,F;:H1304,F", + "mappedName": "Face2;:Hb24,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:H1302,F", + "mappedName": "Face2;:Hb24,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147474,7 +201665,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face2;:H1302,F;:H1304,F", + "mappedName": "Face2;:Hb24,F;:Hb26,F", "mappedStringIds": [], "name": "Face6" }, @@ -147482,13 +201673,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;FUS;:H1303:8,F;:H1304,F", + "mappedName": "Face1;:M2;FUS;:Hb25:8,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M2;FUS;:H1303:8,F", + "mappedName": "Face1;:M2;FUS;:Hb25:8,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147501,7 +201692,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face1;:M2;FUS;:H1303:8,F;:H1304,F", + "mappedName": "Face1;:M2;FUS;:Hb25:8,F;:Hb26,F", "mappedStringIds": [], "name": "Face7" }, @@ -147509,13 +201700,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;FUS;:H1303:7,F;:H1304,F", + "mappedName": "Face1;:M;FUS;:Hb25:7,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M;FUS;:H1303:7,F", + "mappedName": "Face1;:M;FUS;:Hb25:7,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147528,7 +201719,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face1;:M;FUS;:H1303:7,F;:H1304,F", + "mappedName": "Face1;:M;FUS;:Hb25:7,F;:Hb26,F", "mappedStringIds": [], "name": "Face8" }, @@ -147536,13 +201727,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:H1303,F;:H1304,F", + "mappedName": "Face3;:Hb25,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:H1303,F", + "mappedName": "Face3;:Hb25,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147555,7 +201746,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face3;:H1303,F;:H1304,F", + "mappedName": "Face3;:Hb25,F;:Hb26,F", "mappedStringIds": [], "name": "Face9" }, @@ -147563,13 +201754,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:H1303,F;:H1304,F", + "mappedName": "Face2;:Hb25,F;:Hb26,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:H1303,F", + "mappedName": "Face2;:Hb25,F", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147582,7 +201773,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face2;:H1303,F;:H1304,F", + "mappedName": "Face2;:Hb25,F;:Hb26,F", "mappedStringIds": [], "name": "Face10" }, @@ -147590,7 +201781,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:H1305,F", + "mappedName": "Face1;:Hb27,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -147603,7 +201794,7 @@ ], "indexedName": "Face11", "indexedStringIds": [], - "mappedName": "Face1;:H1305,F", + "mappedName": "Face1;:Hb27,F", "mappedStringIds": [], "name": "Face11" }, @@ -147611,7 +201802,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:H1305,F", + "mappedName": "Face3;:Hb27,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -147624,7 +201815,7 @@ ], "indexedName": "Face12", "indexedStringIds": [], - "mappedName": "Face3;:H1305,F", + "mappedName": "Face3;:Hb27,F", "mappedStringIds": [], "name": "Face12" }, @@ -147632,7 +201823,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:H1305,F", + "mappedName": "Face6;:Hb27,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -147645,7 +201836,7 @@ ], "indexedName": "Face13", "indexedStringIds": [], - "mappedName": "Face6;:H1305,F", + "mappedName": "Face6;:Hb27,F", "mappedStringIds": [], "name": "Face13" }, @@ -147653,7 +201844,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H1305,F", + "mappedName": "Face4;:Hb27,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -147666,7 +201857,7 @@ ], "indexedName": "Face14", "indexedStringIds": [], - "mappedName": "Face4;:H1305,F", + "mappedName": "Face4;:Hb27,F", "mappedStringIds": [], "name": "Face14" }, @@ -147674,7 +201865,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:H1305,F", + "mappedName": "Face5;:Hb27,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -147687,7 +201878,7 @@ ], "indexedName": "Face15", "indexedStringIds": [], - "mappedName": "Face5;:H1305,F", + "mappedName": "Face5;:Hb27,F", "mappedStringIds": [], "name": "Face15" }, @@ -147695,7 +201886,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H1305,F", + "mappedName": "Face2;:Hb27,F", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -147708,7 +201899,7 @@ ], "indexedName": "Face16", "indexedStringIds": [], - "mappedName": "Face2;:H1305,F", + "mappedName": "Face2;:Hb27,F", "mappedStringIds": [], "name": "Face16" }, @@ -147716,13 +201907,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H1302,E;:H1304,E", + "mappedName": "Edge1;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:H1302,E", + "mappedName": "Edge1;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147735,7 +201926,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge1;:H1302,E;:H1304,E", + "mappedName": "Edge1;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge1" }, @@ -147743,13 +201934,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H1302,E;:H1304,E", + "mappedName": "Edge2;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:H1302,E", + "mappedName": "Edge2;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147762,7 +201953,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge2;:H1302,E;:H1304,E", + "mappedName": "Edge2;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge2" }, @@ -147770,13 +201961,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H1302,E;:H1304,E", + "mappedName": "Edge3;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge3;:H1302,E", + "mappedName": "Edge3;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147789,7 +201980,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H1302,E;:H1304,E", + "mappedName": "Edge3;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge3" }, @@ -147797,13 +201988,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H1302,E;:H1304,E", + "mappedName": "Edge4;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:H1302,E", + "mappedName": "Edge4;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147816,7 +202007,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:H1302,E;:H1304,E", + "mappedName": "Edge4;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge4" }, @@ -147824,13 +202015,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H1302,E;:H1304,E", + "mappedName": "Edge9;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:H1302,E", + "mappedName": "Edge9;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147843,7 +202034,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge9;:H1302,E;:H1304,E", + "mappedName": "Edge9;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge5" }, @@ -147851,13 +202042,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H1302,E;:H1304,E", + "mappedName": "Edge5;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge5;:H1302,E", + "mappedName": "Edge5;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147870,7 +202061,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge5;:H1302,E;:H1304,E", + "mappedName": "Edge5;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge6" }, @@ -147878,13 +202069,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H1302,E;:H1304,E", + "mappedName": "Edge10;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:H1302,E", + "mappedName": "Edge10;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147897,7 +202088,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:H1302,E;:H1304,E", + "mappedName": "Edge10;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge7" }, @@ -147905,13 +202096,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H1302,E;:H1304,E", + "mappedName": "Edge12;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:H1302,E", + "mappedName": "Edge12;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147924,7 +202115,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge12;:H1302,E;:H1304,E", + "mappedName": "Edge12;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge8" }, @@ -147932,13 +202123,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H1302,E;:H1304,E", + "mappedName": "Edge6;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:H1302,E", + "mappedName": "Edge6;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -147951,7 +202142,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge6;:H1302,E;:H1304,E", + "mappedName": "Edge6;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge9" }, @@ -147959,26 +202150,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E", "object": "Fuse25", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F)", "object": "Box25", "typeId": "Part::Box" } ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E", "mappedStringIds": [], "name": "Edge10" }, @@ -147986,13 +202177,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H1302,E;:H1304,E", + "mappedName": "Edge11;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:H1302,E", + "mappedName": "Edge11;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148005,7 +202196,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H1302,E;:H1304,E", + "mappedName": "Edge11;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge11" }, @@ -148013,13 +202204,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H1302,E;:H1304,E", + "mappedName": "Edge7;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge7;:H1302,E", + "mappedName": "Edge7;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148032,7 +202223,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H1302,E;:H1304,E", + "mappedName": "Edge7;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge12" }, @@ -148040,13 +202231,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H1302,E;:H1304,E", + "mappedName": "Edge8;:Hb24,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:H1302,E", + "mappedName": "Edge8;:Hb24,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148059,7 +202250,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge8;:H1302,E;:H1304,E", + "mappedName": "Edge8;:Hb24,E;:Hb26,E", "mappedStringIds": [], "name": "Edge13" }, @@ -148067,26 +202258,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E", "object": "Fuse25", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F)", "object": "Box25", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E", "mappedStringIds": [], "name": "Edge14" }, @@ -148094,13 +202285,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M2;FUS;:H1303:8,E;:H1304,E", + "mappedName": "Edge1;:M2;FUS;:Hb25:8,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:M2;FUS;:H1303:8,E", + "mappedName": "Edge1;:M2;FUS;:Hb25:8,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148113,7 +202304,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge1;:M2;FUS;:H1303:8,E;:H1304,E", + "mappedName": "Edge1;:M2;FUS;:Hb25:8,E;:Hb26,E", "mappedStringIds": [], "name": "Edge15" }, @@ -148121,13 +202312,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H1303,E;:H1304,E", + "mappedName": "Edge3;:Hb25,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge3;:H1303,E", + "mappedName": "Edge3;:Hb25,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148140,7 +202331,7 @@ ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Edge3;:H1303,E;:H1304,E", + "mappedName": "Edge3;:Hb25,E;:Hb26,E", "mappedStringIds": [], "name": "Edge16" }, @@ -148148,13 +202339,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H1303,E;:H1304,E", + "mappedName": "Edge2;:Hb25,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:H1303,E", + "mappedName": "Edge2;:Hb25,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148167,7 +202358,7 @@ ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Edge2;:H1303,E;:H1304,E", + "mappedName": "Edge2;:Hb25,E;:Hb26,E", "mappedStringIds": [], "name": "Edge17" }, @@ -148175,13 +202366,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;FUS;:H1303:7,E;:H1304,E", + "mappedName": "Edge1;:M;FUS;:Hb25:7,E;:Hb26,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:M;FUS;:H1303:7,E", + "mappedName": "Edge1;:M;FUS;:Hb25:7,E", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148194,7 +202385,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge1;:M;FUS;:H1303:7,E;:H1304,E", + "mappedName": "Edge1;:M;FUS;:Hb25:7,E;:Hb26,E", "mappedStringIds": [], "name": "Edge18" }, @@ -148202,7 +202393,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H1305,E", + "mappedName": "Edge1;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148215,7 +202406,7 @@ ], "indexedName": "Edge19", "indexedStringIds": [], - "mappedName": "Edge1;:H1305,E", + "mappedName": "Edge1;:Hb27,E", "mappedStringIds": [], "name": "Edge19" }, @@ -148223,7 +202414,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:H1305,E", + "mappedName": "Edge2;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148236,7 +202427,7 @@ ], "indexedName": "Edge20", "indexedStringIds": [], - "mappedName": "Edge2;:H1305,E", + "mappedName": "Edge2;:Hb27,E", "mappedStringIds": [], "name": "Edge20" }, @@ -148244,7 +202435,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H1305,E", + "mappedName": "Edge3;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148257,7 +202448,7 @@ ], "indexedName": "Edge21", "indexedStringIds": [], - "mappedName": "Edge3;:H1305,E", + "mappedName": "Edge3;:Hb27,E", "mappedStringIds": [], "name": "Edge21" }, @@ -148265,7 +202456,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:H1305,E", + "mappedName": "Edge4;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148278,7 +202469,7 @@ ], "indexedName": "Edge22", "indexedStringIds": [], - "mappedName": "Edge4;:H1305,E", + "mappedName": "Edge4;:Hb27,E", "mappedStringIds": [], "name": "Edge22" }, @@ -148286,7 +202477,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:H1305,E", + "mappedName": "Edge9;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148299,7 +202490,7 @@ ], "indexedName": "Edge23", "indexedStringIds": [], - "mappedName": "Edge9;:H1305,E", + "mappedName": "Edge9;:Hb27,E", "mappedStringIds": [], "name": "Edge23" }, @@ -148307,7 +202498,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H1305,E", + "mappedName": "Edge5;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148320,7 +202511,7 @@ ], "indexedName": "Edge24", "indexedStringIds": [], - "mappedName": "Edge5;:H1305,E", + "mappedName": "Edge5;:Hb27,E", "mappedStringIds": [], "name": "Edge24" }, @@ -148328,7 +202519,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:H1305,E", + "mappedName": "Edge10;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148341,7 +202532,7 @@ ], "indexedName": "Edge25", "indexedStringIds": [], - "mappedName": "Edge10;:H1305,E", + "mappedName": "Edge10;:Hb27,E", "mappedStringIds": [], "name": "Edge25" }, @@ -148349,7 +202540,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H1305,E", + "mappedName": "Edge12;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148362,7 +202553,7 @@ ], "indexedName": "Edge26", "indexedStringIds": [], - "mappedName": "Edge12;:H1305,E", + "mappedName": "Edge12;:Hb27,E", "mappedStringIds": [], "name": "Edge26" }, @@ -148370,7 +202561,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H1305,E", + "mappedName": "Edge6;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148383,7 +202574,7 @@ ], "indexedName": "Edge27", "indexedStringIds": [], - "mappedName": "Edge6;:H1305,E", + "mappedName": "Edge6;:Hb27,E", "mappedStringIds": [], "name": "Edge27" }, @@ -148391,7 +202582,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H1305,E", + "mappedName": "Edge11;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148404,7 +202595,7 @@ ], "indexedName": "Edge28", "indexedStringIds": [], - "mappedName": "Edge11;:H1305,E", + "mappedName": "Edge11;:Hb27,E", "mappedStringIds": [], "name": "Edge28" }, @@ -148412,7 +202603,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H1305,E", + "mappedName": "Edge7;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148425,7 +202616,7 @@ ], "indexedName": "Edge29", "indexedStringIds": [], - "mappedName": "Edge7;:H1305,E", + "mappedName": "Edge7;:Hb27,E", "mappedStringIds": [], "name": "Edge29" }, @@ -148433,7 +202624,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H1305,E", + "mappedName": "Edge8;:Hb27,E", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148446,7 +202637,7 @@ ], "indexedName": "Edge30", "indexedStringIds": [], - "mappedName": "Edge8;:H1305,E", + "mappedName": "Edge8;:Hb27,E", "mappedStringIds": [], "name": "Edge30" }, @@ -148454,13 +202645,13 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H1302,V;:H1304,V", + "mappedName": "Vertex1;:Hb24,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex1;:H1302,V", + "mappedName": "Vertex1;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148473,7 +202664,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H1302,V;:H1304,V", + "mappedName": "Vertex1;:Hb24,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -148481,13 +202672,13 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H1302,V;:H1304,V", + "mappedName": "Vertex2;:Hb24,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex2;:H1302,V", + "mappedName": "Vertex2;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148500,7 +202691,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex2;:H1302,V;:H1304,V", + "mappedName": "Vertex2;:Hb24,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -148508,13 +202699,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H1302,V;:H1304,V", + "mappedName": "Vertex3;:Hb24,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex3;:H1302,V", + "mappedName": "Vertex3;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148527,7 +202718,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Vertex3;:H1302,V;:H1304,V", + "mappedName": "Vertex3;:Hb24,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -148535,13 +202726,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H1302,V;:H1304,V", + "mappedName": "Vertex4;:Hb24,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex4;:H1302,V", + "mappedName": "Vertex4;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148554,7 +202745,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H1302,V;:H1304,V", + "mappedName": "Vertex4;:Hb24,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -148562,13 +202753,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H1302,V;:H1304,V", + "mappedName": "Vertex6;:Hb24,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex6;:H1302,V", + "mappedName": "Vertex6;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148581,7 +202772,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Vertex6;:H1302,V;:H1304,V", + "mappedName": "Vertex6;:Hb24,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -148589,13 +202780,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H1302,V;:H1304,V", + "mappedName": "Vertex5;:Hb24,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex5;:H1302,V", + "mappedName": "Vertex5;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148608,7 +202799,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex5;:H1302,V;:H1304,V", + "mappedName": "Vertex5;:Hb24,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -148616,13 +202807,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H1302,V;:H1304,V", + "mappedName": "Vertex7;:Hb24,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex7;:H1302,V", + "mappedName": "Vertex7;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148635,7 +202826,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex7;:H1302,V;:H1304,V", + "mappedName": "Vertex7;:Hb24,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -148643,26 +202834,26 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V;:H1304,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V", "object": "Fuse25", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F)", "object": "Cylinder25", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V;:H1304,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -148670,13 +202861,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H1302,V;:H1304,V", + "mappedName": "Vertex8;:Hb24,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex8;:H1302,V", + "mappedName": "Vertex8;:Hb24,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148689,7 +202880,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H1302,V;:H1304,V", + "mappedName": "Vertex8;:Hb24,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -148697,26 +202888,26 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V;:H1304,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V", "object": "Fuse25", "typeId": "Part::Fuse" }, { "children": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F)", "object": "Cylinder25", "typeId": "Part::Cylinder" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V;:H1304,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -148724,13 +202915,13 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H1303,V;:H1304,V", + "mappedName": "Vertex2;:Hb25,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex2;:H1303,V", + "mappedName": "Vertex2;:Hb25,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148743,7 +202934,7 @@ ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Vertex2;:H1303,V;:H1304,V", + "mappedName": "Vertex2;:Hb25,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -148751,13 +202942,13 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H1303,V;:H1304,V", + "mappedName": "Vertex1;:Hb25,V;:Hb26,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex1;:H1303,V", + "mappedName": "Vertex1;:Hb25,V", "object": "Fuse25", "typeId": "Part::Fuse" }, @@ -148770,7 +202961,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex1;:H1303,V;:H1304,V", + "mappedName": "Vertex1;:Hb25,V;:Hb26,V", "mappedStringIds": [], "name": "Vertex12" }, @@ -148778,7 +202969,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H1305,V", + "mappedName": "Vertex1;:Hb27,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148791,7 +202982,7 @@ ], "indexedName": "Vertex13", "indexedStringIds": [], - "mappedName": "Vertex1;:H1305,V", + "mappedName": "Vertex1;:Hb27,V", "mappedStringIds": [], "name": "Vertex13" }, @@ -148799,7 +202990,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H1305,V", + "mappedName": "Vertex2;:Hb27,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148812,7 +203003,7 @@ ], "indexedName": "Vertex14", "indexedStringIds": [], - "mappedName": "Vertex2;:H1305,V", + "mappedName": "Vertex2;:Hb27,V", "mappedStringIds": [], "name": "Vertex14" }, @@ -148820,7 +203011,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H1305,V", + "mappedName": "Vertex3;:Hb27,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148833,7 +203024,7 @@ ], "indexedName": "Vertex15", "indexedStringIds": [], - "mappedName": "Vertex3;:H1305,V", + "mappedName": "Vertex3;:Hb27,V", "mappedStringIds": [], "name": "Vertex15" }, @@ -148841,7 +203032,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H1305,V", + "mappedName": "Vertex4;:Hb27,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148854,7 +203045,7 @@ ], "indexedName": "Vertex16", "indexedStringIds": [], - "mappedName": "Vertex4;:H1305,V", + "mappedName": "Vertex4;:Hb27,V", "mappedStringIds": [], "name": "Vertex16" }, @@ -148862,7 +203053,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H1305,V", + "mappedName": "Vertex6;:Hb27,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148875,7 +203066,7 @@ ], "indexedName": "Vertex17", "indexedStringIds": [], - "mappedName": "Vertex6;:H1305,V", + "mappedName": "Vertex6;:Hb27,V", "mappedStringIds": [], "name": "Vertex17" }, @@ -148883,7 +203074,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H1305,V", + "mappedName": "Vertex5;:Hb27,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148896,7 +203087,7 @@ ], "indexedName": "Vertex18", "indexedStringIds": [], - "mappedName": "Vertex5;:H1305,V", + "mappedName": "Vertex5;:Hb27,V", "mappedStringIds": [], "name": "Vertex18" }, @@ -148904,7 +203095,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H1305,V", + "mappedName": "Vertex7;:Hb27,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148917,7 +203108,7 @@ ], "indexedName": "Vertex19", "indexedStringIds": [], - "mappedName": "Vertex7;:H1305,V", + "mappedName": "Vertex7;:Hb27,V", "mappedStringIds": [], "name": "Vertex19" }, @@ -148925,7 +203116,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H1305,V", + "mappedName": "Vertex8;:Hb27,V", "object": "CompositeCut25", "typeId": "Part::Cut" }, @@ -148938,7 +203129,7 @@ ], "indexedName": "Vertex20", "indexedStringIds": [], - "mappedName": "Vertex8;:H1305,V", + "mappedName": "Vertex8;:Hb27,V", "mappedStringIds": [], "name": "Vertex20" } @@ -148954,7 +203145,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H1302,F;:H1304,F", + "mappedName": "Face1;:Hb24,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -148962,7 +203153,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:H1302,F;:H1304,F", + "name": "Face1;:Hb24,F;:Hb26,F", "stringIds": [] }, "relation": "preserved", @@ -148970,9 +203161,9 @@ "resultPersistentId": "CompositeCut25:face:0", "sourceRefs": [ { - "mappedName": "Face1;:H1302,F", + "mappedName": "Face1;:Hb24,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face1;:H1302,F", + "persistentId": "Fuse25:mapped:Face1;:Hb24,F", "stageId": "Fuse25" }, { @@ -148987,7 +203178,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H1302,F;:H1304,F", + "mappedName": "Face3;:Hb24,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -148995,7 +203186,7 @@ "index": 2, "type": "Face" }, - "name": "Face3;:H1302,F;:H1304,F", + "name": "Face3;:Hb24,F;:Hb26,F", "stringIds": [] }, "relation": "preserved", @@ -149003,9 +203194,9 @@ "resultPersistentId": "CompositeCut25:face:1", "sourceRefs": [ { - "mappedName": "Face3;:H1302,F", + "mappedName": "Face3;:Hb24,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face3;:H1302,F", + "persistentId": "Fuse25:mapped:Face3;:Hb24,F", "stageId": "Fuse25" }, { @@ -149020,7 +203211,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FUS;:H1302:7,F;:H1304,F", + "mappedName": "Face6;:M;FUS;:Hb24:7,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149028,7 +203219,7 @@ "index": 3, "type": "Face" }, - "name": "Face6;:M;FUS;:H1302:7,F;:H1304,F", + "name": "Face6;:M;FUS;:Hb24:7,F;:Hb26,F", "stringIds": [] }, "relation": "modified", @@ -149036,9 +203227,9 @@ "resultPersistentId": "CompositeCut25:face:2", "sourceRefs": [ { - "mappedName": "Face6;:M;FUS;:H1302:7,F", + "mappedName": "Face6;:M;FUS;:Hb24:7,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face6;:M;FUS;:H1302:7,F", + "persistentId": "Fuse25:mapped:Face6;:M;FUS;:Hb24:7,F", "stageId": "Fuse25" }, { @@ -149053,7 +203244,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H1302,F;:H1304,F", + "mappedName": "Face4;:Hb24,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149061,7 +203252,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H1302,F;:H1304,F", + "name": "Face4;:Hb24,F;:Hb26,F", "stringIds": [] }, "relation": "preserved", @@ -149069,9 +203260,9 @@ "resultPersistentId": "CompositeCut25:face:3", "sourceRefs": [ { - "mappedName": "Face4;:H1302,F", + "mappedName": "Face4;:Hb24,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face4;:H1302,F", + "persistentId": "Fuse25:mapped:Face4;:Hb24,F", "stageId": "Fuse25" }, { @@ -149086,7 +203277,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FUS;:H1302:7,F;:H1304,F", + "mappedName": "Face5;:M;FUS;:Hb24:7,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149094,7 +203285,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FUS;:H1302:7,F;:H1304,F", + "name": "Face5;:M;FUS;:Hb24:7,F;:Hb26,F", "stringIds": [] }, "relation": "modified", @@ -149102,9 +203293,9 @@ "resultPersistentId": "CompositeCut25:face:4", "sourceRefs": [ { - "mappedName": "Face5;:M;FUS;:H1302:7,F", + "mappedName": "Face5;:M;FUS;:Hb24:7,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face5;:M;FUS;:H1302:7,F", + "persistentId": "Fuse25:mapped:Face5;:M;FUS;:Hb24:7,F", "stageId": "Fuse25" }, { @@ -149119,7 +203310,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H1302,F;:H1304,F", + "mappedName": "Face2;:Hb24,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149127,7 +203318,7 @@ "index": 6, "type": "Face" }, - "name": "Face2;:H1302,F;:H1304,F", + "name": "Face2;:Hb24,F;:Hb26,F", "stringIds": [] }, "relation": "preserved", @@ -149135,9 +203326,9 @@ "resultPersistentId": "CompositeCut25:face:5", "sourceRefs": [ { - "mappedName": "Face2;:H1302,F", + "mappedName": "Face2;:Hb24,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face2;:H1302,F", + "persistentId": "Fuse25:mapped:Face2;:Hb24,F", "stageId": "Fuse25" }, { @@ -149152,7 +203343,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;FUS;:H1303:8,F;:H1304,F", + "mappedName": "Face1;:M2;FUS;:Hb25:8,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149160,7 +203351,7 @@ "index": 7, "type": "Face" }, - "name": "Face1;:M2;FUS;:H1303:8,F;:H1304,F", + "name": "Face1;:M2;FUS;:Hb25:8,F;:Hb26,F", "stringIds": [] }, "relation": "modified", @@ -149168,9 +203359,9 @@ "resultPersistentId": "CompositeCut25:face:6", "sourceRefs": [ { - "mappedName": "Face1;:M2;FUS;:H1303:8,F", + "mappedName": "Face1;:M2;FUS;:Hb25:8,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face1;:M2;FUS;:H1303:8,F", + "persistentId": "Fuse25:mapped:Face1;:M2;FUS;:Hb25:8,F", "stageId": "Fuse25" }, { @@ -149185,7 +203376,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FUS;:H1303:7,F;:H1304,F", + "mappedName": "Face1;:M;FUS;:Hb25:7,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149193,7 +203384,7 @@ "index": 8, "type": "Face" }, - "name": "Face1;:M;FUS;:H1303:7,F;:H1304,F", + "name": "Face1;:M;FUS;:Hb25:7,F;:Hb26,F", "stringIds": [] }, "relation": "modified", @@ -149201,9 +203392,9 @@ "resultPersistentId": "CompositeCut25:face:7", "sourceRefs": [ { - "mappedName": "Face1;:M;FUS;:H1303:7,F", + "mappedName": "Face1;:M;FUS;:Hb25:7,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face1;:M;FUS;:H1303:7,F", + "persistentId": "Fuse25:mapped:Face1;:M;FUS;:Hb25:7,F", "stageId": "Fuse25" }, { @@ -149218,7 +203409,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H1303,F;:H1304,F", + "mappedName": "Face3;:Hb25,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149226,7 +203417,7 @@ "index": 9, "type": "Face" }, - "name": "Face3;:H1303,F;:H1304,F", + "name": "Face3;:Hb25,F;:Hb26,F", "stringIds": [] }, "relation": "preserved", @@ -149234,9 +203425,9 @@ "resultPersistentId": "CompositeCut25:face:8", "sourceRefs": [ { - "mappedName": "Face3;:H1303,F", + "mappedName": "Face3;:Hb25,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face3;:H1303,F", + "persistentId": "Fuse25:mapped:Face3;:Hb25,F", "stageId": "Fuse25" }, { @@ -149251,7 +203442,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H1303,F;:H1304,F", + "mappedName": "Face2;:Hb25,F;:Hb26,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149259,7 +203450,7 @@ "index": 10, "type": "Face" }, - "name": "Face2;:H1303,F;:H1304,F", + "name": "Face2;:Hb25,F;:Hb26,F", "stringIds": [] }, "relation": "preserved", @@ -149267,9 +203458,9 @@ "resultPersistentId": "CompositeCut25:face:9", "sourceRefs": [ { - "mappedName": "Face2;:H1303,F", + "mappedName": "Face2;:Hb25,F", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face2;:H1303,F", + "persistentId": "Fuse25:mapped:Face2;:Hb25,F", "stageId": "Fuse25" }, { @@ -149284,7 +203475,7 @@ "indexedName": "Face11", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:H1305,F", + "mappedName": "Face1;:Hb27,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149292,7 +203483,7 @@ "index": 11, "type": "Face" }, - "name": "Face1;:H1305,F", + "name": "Face1;:Hb27,F", "stringIds": [] }, "relation": "preserved", @@ -149311,7 +203502,7 @@ "indexedName": "Face12", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:H1305,F", + "mappedName": "Face3;:Hb27,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149319,7 +203510,7 @@ "index": 12, "type": "Face" }, - "name": "Face3;:H1305,F", + "name": "Face3;:Hb27,F", "stringIds": [] }, "relation": "preserved", @@ -149338,7 +203529,7 @@ "indexedName": "Face13", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:H1305,F", + "mappedName": "Face6;:Hb27,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149346,7 +203537,7 @@ "index": 13, "type": "Face" }, - "name": "Face6;:H1305,F", + "name": "Face6;:Hb27,F", "stringIds": [] }, "relation": "preserved", @@ -149365,7 +203556,7 @@ "indexedName": "Face14", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H1305,F", + "mappedName": "Face4;:Hb27,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149373,7 +203564,7 @@ "index": 14, "type": "Face" }, - "name": "Face4;:H1305,F", + "name": "Face4;:Hb27,F", "stringIds": [] }, "relation": "preserved", @@ -149392,7 +203583,7 @@ "indexedName": "Face15", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:H1305,F", + "mappedName": "Face5;:Hb27,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149400,7 +203591,7 @@ "index": 15, "type": "Face" }, - "name": "Face5;:H1305,F", + "name": "Face5;:Hb27,F", "stringIds": [] }, "relation": "preserved", @@ -149419,7 +203610,7 @@ "indexedName": "Face16", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H1305,F", + "mappedName": "Face2;:Hb27,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149427,7 +203618,7 @@ "index": 16, "type": "Face" }, - "name": "Face2;:H1305,F", + "name": "Face2;:Hb27,F", "stringIds": [] }, "relation": "preserved", @@ -149446,7 +203637,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H1302,E;:H1304,E", + "mappedName": "Edge1;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149454,7 +203645,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge1;:H1302,E;:H1304,E", + "name": "Edge1;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149462,9 +203653,9 @@ "resultPersistentId": "CompositeCut25:edge:0", "sourceRefs": [ { - "mappedName": "Edge1;:H1302,E", + "mappedName": "Edge1;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge1;:H1302,E", + "persistentId": "Fuse25:mapped:Edge1;:Hb24,E", "stageId": "Fuse25" }, { @@ -149479,7 +203670,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H1302,E;:H1304,E", + "mappedName": "Edge2;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149487,7 +203678,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge2;:H1302,E;:H1304,E", + "name": "Edge2;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149495,9 +203686,9 @@ "resultPersistentId": "CompositeCut25:edge:1", "sourceRefs": [ { - "mappedName": "Edge2;:H1302,E", + "mappedName": "Edge2;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge2;:H1302,E", + "persistentId": "Fuse25:mapped:Edge2;:Hb24,E", "stageId": "Fuse25" }, { @@ -149512,7 +203703,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H1302,E;:H1304,E", + "mappedName": "Edge3;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149520,7 +203711,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H1302,E;:H1304,E", + "name": "Edge3;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149528,9 +203719,9 @@ "resultPersistentId": "CompositeCut25:edge:2", "sourceRefs": [ { - "mappedName": "Edge3;:H1302,E", + "mappedName": "Edge3;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge3;:H1302,E", + "persistentId": "Fuse25:mapped:Edge3;:Hb24,E", "stageId": "Fuse25" }, { @@ -149545,7 +203736,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H1302,E;:H1304,E", + "mappedName": "Edge4;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149553,7 +203744,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:H1302,E;:H1304,E", + "name": "Edge4;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149561,9 +203752,9 @@ "resultPersistentId": "CompositeCut25:edge:3", "sourceRefs": [ { - "mappedName": "Edge4;:H1302,E", + "mappedName": "Edge4;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge4;:H1302,E", + "persistentId": "Fuse25:mapped:Edge4;:Hb24,E", "stageId": "Fuse25" }, { @@ -149578,7 +203769,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H1302,E;:H1304,E", + "mappedName": "Edge9;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149586,7 +203777,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge9;:H1302,E;:H1304,E", + "name": "Edge9;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149594,9 +203785,9 @@ "resultPersistentId": "CompositeCut25:edge:4", "sourceRefs": [ { - "mappedName": "Edge9;:H1302,E", + "mappedName": "Edge9;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge9;:H1302,E", + "persistentId": "Fuse25:mapped:Edge9;:Hb24,E", "stageId": "Fuse25" }, { @@ -149611,7 +203802,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H1302,E;:H1304,E", + "mappedName": "Edge5;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149619,7 +203810,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge5;:H1302,E;:H1304,E", + "name": "Edge5;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149627,9 +203818,9 @@ "resultPersistentId": "CompositeCut25:edge:5", "sourceRefs": [ { - "mappedName": "Edge5;:H1302,E", + "mappedName": "Edge5;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge5;:H1302,E", + "persistentId": "Fuse25:mapped:Edge5;:Hb24,E", "stageId": "Fuse25" }, { @@ -149644,7 +203835,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H1302,E;:H1304,E", + "mappedName": "Edge10;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149652,7 +203843,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:H1302,E;:H1304,E", + "name": "Edge10;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149660,9 +203851,9 @@ "resultPersistentId": "CompositeCut25:edge:6", "sourceRefs": [ { - "mappedName": "Edge10;:H1302,E", + "mappedName": "Edge10;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge10;:H1302,E", + "persistentId": "Fuse25:mapped:Edge10;:Hb24,E", "stageId": "Fuse25" }, { @@ -149677,7 +203868,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H1302,E;:H1304,E", + "mappedName": "Edge12;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149685,7 +203876,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge12;:H1302,E;:H1304,E", + "name": "Edge12;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149693,9 +203884,9 @@ "resultPersistentId": "CompositeCut25:edge:7", "sourceRefs": [ { - "mappedName": "Edge12;:H1302,E", + "mappedName": "Edge12;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge12;:H1302,E", + "persistentId": "Fuse25:mapped:Edge12;:Hb24,E", "stageId": "Fuse25" }, { @@ -149710,7 +203901,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H1302,E;:H1304,E", + "mappedName": "Edge6;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149718,7 +203909,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge6;:H1302,E;:H1304,E", + "name": "Edge6;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149726,9 +203917,9 @@ "resultPersistentId": "CompositeCut25:edge:8", "sourceRefs": [ { - "mappedName": "Edge6;:H1302,E", + "mappedName": "Edge6;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge6;:H1302,E", + "persistentId": "Fuse25:mapped:Edge6;:Hb24,E", "stageId": "Fuse25" }, { @@ -149743,7 +203934,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149751,7 +203942,7 @@ "index": 10, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E", + "name": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E", "stringIds": [] }, "relation": "generated", @@ -149759,15 +203950,15 @@ "resultPersistentId": "CompositeCut25:edge:9", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face6;:G2(Face1;K-2;:H1303:4,F);FUS;:H1302:1e,E", + "persistentId": "Fuse25:mapped:Face6;:G2(Face1;K-2;:Hb25:4,F);FUS;:Hb24:1d,E", "stageId": "Fuse25" }, { - "mappedName": "Face6;:G2(Face1;K-2;:H1303:4,F)", + "mappedName": "Face6;:G2(Face1;K-2;:Hb25:4,F)", "objectId": "Box25", - "persistentId": "Box25:mapped:Face6;:G2(Face1;K-2;:H1303:4,F)", + "persistentId": "Box25:mapped:Face6;:G2(Face1;K-2;:Hb25:4,F)", "stageId": "Box25" } ] @@ -149776,7 +203967,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H1302,E;:H1304,E", + "mappedName": "Edge11;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149784,7 +203975,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H1302,E;:H1304,E", + "name": "Edge11;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149792,9 +203983,9 @@ "resultPersistentId": "CompositeCut25:edge:10", "sourceRefs": [ { - "mappedName": "Edge11;:H1302,E", + "mappedName": "Edge11;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge11;:H1302,E", + "persistentId": "Fuse25:mapped:Edge11;:Hb24,E", "stageId": "Fuse25" }, { @@ -149809,7 +204000,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H1302,E;:H1304,E", + "mappedName": "Edge7;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149817,7 +204008,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H1302,E;:H1304,E", + "name": "Edge7;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149825,9 +204016,9 @@ "resultPersistentId": "CompositeCut25:edge:11", "sourceRefs": [ { - "mappedName": "Edge7;:H1302,E", + "mappedName": "Edge7;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge7;:H1302,E", + "persistentId": "Fuse25:mapped:Edge7;:Hb24,E", "stageId": "Fuse25" }, { @@ -149842,7 +204033,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H1302,E;:H1304,E", + "mappedName": "Edge8;:Hb24,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149850,7 +204041,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge8;:H1302,E;:H1304,E", + "name": "Edge8;:Hb24,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149858,9 +204049,9 @@ "resultPersistentId": "CompositeCut25:edge:12", "sourceRefs": [ { - "mappedName": "Edge8;:H1302,E", + "mappedName": "Edge8;:Hb24,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge8;:H1302,E", + "persistentId": "Fuse25:mapped:Edge8;:Hb24,E", "stageId": "Fuse25" }, { @@ -149875,7 +204066,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149883,7 +204074,7 @@ "index": 14, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E;:H1304,E", + "name": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E;:Hb26,E", "stringIds": [] }, "relation": "generated", @@ -149891,15 +204082,15 @@ "resultPersistentId": "CompositeCut25:edge:13", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Face5;:G2(Face1;K-1;:H1303:4,F);FUS;:H1302:1e,E", + "persistentId": "Fuse25:mapped:Face5;:G2(Face1;K-1;:Hb25:4,F);FUS;:Hb24:1d,E", "stageId": "Fuse25" }, { - "mappedName": "Face5;:G2(Face1;K-1;:H1303:4,F)", + "mappedName": "Face5;:G2(Face1;K-1;:Hb25:4,F)", "objectId": "Box25", - "persistentId": "Box25:mapped:Face5;:G2(Face1;K-1;:H1303:4,F)", + "persistentId": "Box25:mapped:Face5;:G2(Face1;K-1;:Hb25:4,F)", "stageId": "Box25" } ] @@ -149908,7 +204099,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M2;FUS;:H1303:8,E;:H1304,E", + "mappedName": "Edge1;:M2;FUS;:Hb25:8,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149916,7 +204107,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge1;:M2;FUS;:H1303:8,E;:H1304,E", + "name": "Edge1;:M2;FUS;:Hb25:8,E;:Hb26,E", "stringIds": [] }, "relation": "modified", @@ -149924,9 +204115,9 @@ "resultPersistentId": "CompositeCut25:edge:14", "sourceRefs": [ { - "mappedName": "Edge1;:M2;FUS;:H1303:8,E", + "mappedName": "Edge1;:M2;FUS;:Hb25:8,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge1;:M2;FUS;:H1303:8,E", + "persistentId": "Fuse25:mapped:Edge1;:M2;FUS;:Hb25:8,E", "stageId": "Fuse25" }, { @@ -149941,7 +204132,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H1303,E;:H1304,E", + "mappedName": "Edge3;:Hb25,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149949,7 +204140,7 @@ "index": 16, "type": "Edge" }, - "name": "Edge3;:H1303,E;:H1304,E", + "name": "Edge3;:Hb25,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149957,9 +204148,9 @@ "resultPersistentId": "CompositeCut25:edge:15", "sourceRefs": [ { - "mappedName": "Edge3;:H1303,E", + "mappedName": "Edge3;:Hb25,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge3;:H1303,E", + "persistentId": "Fuse25:mapped:Edge3;:Hb25,E", "stageId": "Fuse25" }, { @@ -149974,7 +204165,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H1303,E;:H1304,E", + "mappedName": "Edge2;:Hb25,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -149982,7 +204173,7 @@ "index": 17, "type": "Edge" }, - "name": "Edge2;:H1303,E;:H1304,E", + "name": "Edge2;:Hb25,E;:Hb26,E", "stringIds": [] }, "relation": "preserved", @@ -149990,9 +204181,9 @@ "resultPersistentId": "CompositeCut25:edge:16", "sourceRefs": [ { - "mappedName": "Edge2;:H1303,E", + "mappedName": "Edge2;:Hb25,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge2;:H1303,E", + "persistentId": "Fuse25:mapped:Edge2;:Hb25,E", "stageId": "Fuse25" }, { @@ -150007,7 +204198,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;FUS;:H1303:7,E;:H1304,E", + "mappedName": "Edge1;:M;FUS;:Hb25:7,E;:Hb26,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150015,7 +204206,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge1;:M;FUS;:H1303:7,E;:H1304,E", + "name": "Edge1;:M;FUS;:Hb25:7,E;:Hb26,E", "stringIds": [] }, "relation": "modified", @@ -150023,9 +204214,9 @@ "resultPersistentId": "CompositeCut25:edge:17", "sourceRefs": [ { - "mappedName": "Edge1;:M;FUS;:H1303:7,E", + "mappedName": "Edge1;:M;FUS;:Hb25:7,E", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge1;:M;FUS;:H1303:7,E", + "persistentId": "Fuse25:mapped:Edge1;:M;FUS;:Hb25:7,E", "stageId": "Fuse25" }, { @@ -150040,7 +204231,7 @@ "indexedName": "Edge19", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H1305,E", + "mappedName": "Edge1;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150048,7 +204239,7 @@ "index": 19, "type": "Edge" }, - "name": "Edge1;:H1305,E", + "name": "Edge1;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150067,7 +204258,7 @@ "indexedName": "Edge20", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:H1305,E", + "mappedName": "Edge2;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150075,7 +204266,7 @@ "index": 20, "type": "Edge" }, - "name": "Edge2;:H1305,E", + "name": "Edge2;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150094,7 +204285,7 @@ "indexedName": "Edge21", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H1305,E", + "mappedName": "Edge3;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150102,7 +204293,7 @@ "index": 21, "type": "Edge" }, - "name": "Edge3;:H1305,E", + "name": "Edge3;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150121,7 +204312,7 @@ "indexedName": "Edge22", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:H1305,E", + "mappedName": "Edge4;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150129,7 +204320,7 @@ "index": 22, "type": "Edge" }, - "name": "Edge4;:H1305,E", + "name": "Edge4;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150148,7 +204339,7 @@ "indexedName": "Edge23", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:H1305,E", + "mappedName": "Edge9;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150156,7 +204347,7 @@ "index": 23, "type": "Edge" }, - "name": "Edge9;:H1305,E", + "name": "Edge9;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150175,7 +204366,7 @@ "indexedName": "Edge24", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H1305,E", + "mappedName": "Edge5;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150183,7 +204374,7 @@ "index": 24, "type": "Edge" }, - "name": "Edge5;:H1305,E", + "name": "Edge5;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150202,7 +204393,7 @@ "indexedName": "Edge25", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:H1305,E", + "mappedName": "Edge10;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150210,7 +204401,7 @@ "index": 25, "type": "Edge" }, - "name": "Edge10;:H1305,E", + "name": "Edge10;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150229,7 +204420,7 @@ "indexedName": "Edge26", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H1305,E", + "mappedName": "Edge12;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150237,7 +204428,7 @@ "index": 26, "type": "Edge" }, - "name": "Edge12;:H1305,E", + "name": "Edge12;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150256,7 +204447,7 @@ "indexedName": "Edge27", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H1305,E", + "mappedName": "Edge6;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150264,7 +204455,7 @@ "index": 27, "type": "Edge" }, - "name": "Edge6;:H1305,E", + "name": "Edge6;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150283,7 +204474,7 @@ "indexedName": "Edge28", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H1305,E", + "mappedName": "Edge11;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150291,7 +204482,7 @@ "index": 28, "type": "Edge" }, - "name": "Edge11;:H1305,E", + "name": "Edge11;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150310,7 +204501,7 @@ "indexedName": "Edge29", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H1305,E", + "mappedName": "Edge7;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150318,7 +204509,7 @@ "index": 29, "type": "Edge" }, - "name": "Edge7;:H1305,E", + "name": "Edge7;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150337,7 +204528,7 @@ "indexedName": "Edge30", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H1305,E", + "mappedName": "Edge8;:Hb27,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150345,7 +204536,7 @@ "index": 30, "type": "Edge" }, - "name": "Edge8;:H1305,E", + "name": "Edge8;:Hb27,E", "stringIds": [] }, "relation": "preserved", @@ -150364,7 +204555,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H1302,V;:H1304,V", + "mappedName": "Vertex1;:Hb24,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150372,7 +204563,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H1302,V;:H1304,V", + "name": "Vertex1;:Hb24,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150380,9 +204571,9 @@ "resultPersistentId": "CompositeCut25:vertex:0", "sourceRefs": [ { - "mappedName": "Vertex1;:H1302,V", + "mappedName": "Vertex1;:Hb24,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex1;:H1302,V", + "persistentId": "Fuse25:mapped:Vertex1;:Hb24,V", "stageId": "Fuse25" }, { @@ -150397,7 +204588,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H1302,V;:H1304,V", + "mappedName": "Vertex2;:Hb24,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150405,7 +204596,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex2;:H1302,V;:H1304,V", + "name": "Vertex2;:Hb24,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150413,9 +204604,9 @@ "resultPersistentId": "CompositeCut25:vertex:1", "sourceRefs": [ { - "mappedName": "Vertex2;:H1302,V", + "mappedName": "Vertex2;:Hb24,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex2;:H1302,V", + "persistentId": "Fuse25:mapped:Vertex2;:Hb24,V", "stageId": "Fuse25" }, { @@ -150430,7 +204621,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H1302,V;:H1304,V", + "mappedName": "Vertex3;:Hb24,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150438,7 +204629,7 @@ "index": 3, "type": "Vertex" }, - "name": "Vertex3;:H1302,V;:H1304,V", + "name": "Vertex3;:Hb24,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150446,9 +204637,9 @@ "resultPersistentId": "CompositeCut25:vertex:2", "sourceRefs": [ { - "mappedName": "Vertex3;:H1302,V", + "mappedName": "Vertex3;:Hb24,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex3;:H1302,V", + "persistentId": "Fuse25:mapped:Vertex3;:Hb24,V", "stageId": "Fuse25" }, { @@ -150463,7 +204654,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H1302,V;:H1304,V", + "mappedName": "Vertex4;:Hb24,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150471,7 +204662,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H1302,V;:H1304,V", + "name": "Vertex4;:Hb24,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150479,9 +204670,9 @@ "resultPersistentId": "CompositeCut25:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex4;:H1302,V", + "mappedName": "Vertex4;:Hb24,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex4;:H1302,V", + "persistentId": "Fuse25:mapped:Vertex4;:Hb24,V", "stageId": "Fuse25" }, { @@ -150496,7 +204687,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H1302,V;:H1304,V", + "mappedName": "Vertex6;:Hb24,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150504,7 +204695,7 @@ "index": 5, "type": "Vertex" }, - "name": "Vertex6;:H1302,V;:H1304,V", + "name": "Vertex6;:Hb24,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150512,9 +204703,9 @@ "resultPersistentId": "CompositeCut25:vertex:4", "sourceRefs": [ { - "mappedName": "Vertex6;:H1302,V", + "mappedName": "Vertex6;:Hb24,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex6;:H1302,V", + "persistentId": "Fuse25:mapped:Vertex6;:Hb24,V", "stageId": "Fuse25" }, { @@ -150529,7 +204720,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H1302,V;:H1304,V", + "mappedName": "Vertex5;:Hb24,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150537,7 +204728,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex5;:H1302,V;:H1304,V", + "name": "Vertex5;:Hb24,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150545,9 +204736,9 @@ "resultPersistentId": "CompositeCut25:vertex:5", "sourceRefs": [ { - "mappedName": "Vertex5;:H1302,V", + "mappedName": "Vertex5;:Hb24,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex5;:H1302,V", + "persistentId": "Fuse25:mapped:Vertex5;:Hb24,V", "stageId": "Fuse25" }, { @@ -150562,7 +204753,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H1302,V;:H1304,V", + "mappedName": "Vertex7;:Hb24,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150570,7 +204761,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex7;:H1302,V;:H1304,V", + "name": "Vertex7;:Hb24,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150578,9 +204769,9 @@ "resultPersistentId": "CompositeCut25:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex7;:H1302,V", + "mappedName": "Vertex7;:Hb24,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex7;:H1302,V", + "persistentId": "Fuse25:mapped:Vertex7;:Hb24,V", "stageId": "Fuse25" }, { @@ -150595,7 +204786,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V;:H1304,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150603,7 +204794,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V;:H1304,V", + "name": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V;:Hb26,V", "stringIds": [] }, "relation": "generated", @@ -150611,15 +204802,15 @@ "resultPersistentId": "CompositeCut25:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge1;:G2(Face6;K-1;:H1302:4,F);FUS;:H1303:1e,V", + "persistentId": "Fuse25:mapped:Edge1;:G2(Face6;K-1;:Hb24:4,F);FUS;:Hb25:1d,V", "stageId": "Fuse25" }, { - "mappedName": "Edge1;:G2(Face6;K-1;:H1302:4,F)", + "mappedName": "Edge1;:G2(Face6;K-1;:Hb24:4,F)", "objectId": "Cylinder25", - "persistentId": "Cylinder25:mapped:Edge1;:G2(Face6;K-1;:H1302:4,F)", + "persistentId": "Cylinder25:mapped:Edge1;:G2(Face6;K-1;:Hb24:4,F)", "stageId": "Cylinder25" } ] @@ -150628,7 +204819,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H1302,V;:H1304,V", + "mappedName": "Vertex8;:Hb24,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150636,7 +204827,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H1302,V;:H1304,V", + "name": "Vertex8;:Hb24,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150644,9 +204835,9 @@ "resultPersistentId": "CompositeCut25:vertex:8", "sourceRefs": [ { - "mappedName": "Vertex8;:H1302,V", + "mappedName": "Vertex8;:Hb24,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex8;:H1302,V", + "persistentId": "Fuse25:mapped:Vertex8;:Hb24,V", "stageId": "Fuse25" }, { @@ -150661,7 +204852,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V;:H1304,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150669,7 +204860,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V;:H1304,V", + "name": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V;:Hb26,V", "stringIds": [] }, "relation": "generated", @@ -150677,15 +204868,15 @@ "resultPersistentId": "CompositeCut25:vertex:9", "sourceRefs": [ { - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Edge1;:G(Face5;K-1;:H1302:4,F);FUS;:H1303:1d,V", + "persistentId": "Fuse25:mapped:Edge1;:G(Face5;K-1;:Hb24:4,F);FUS;:Hb25:1c,V", "stageId": "Fuse25" }, { - "mappedName": "Edge1;:G(Face5;K-1;:H1302:4,F)", + "mappedName": "Edge1;:G(Face5;K-1;:Hb24:4,F)", "objectId": "Cylinder25", - "persistentId": "Cylinder25:mapped:Edge1;:G(Face5;K-1;:H1302:4,F)", + "persistentId": "Cylinder25:mapped:Edge1;:G(Face5;K-1;:Hb24:4,F)", "stageId": "Cylinder25" } ] @@ -150694,7 +204885,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H1303,V;:H1304,V", + "mappedName": "Vertex2;:Hb25,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150702,7 +204893,7 @@ "index": 11, "type": "Vertex" }, - "name": "Vertex2;:H1303,V;:H1304,V", + "name": "Vertex2;:Hb25,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150710,9 +204901,9 @@ "resultPersistentId": "CompositeCut25:vertex:10", "sourceRefs": [ { - "mappedName": "Vertex2;:H1303,V", + "mappedName": "Vertex2;:Hb25,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex2;:H1303,V", + "persistentId": "Fuse25:mapped:Vertex2;:Hb25,V", "stageId": "Fuse25" }, { @@ -150727,7 +204918,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H1303,V;:H1304,V", + "mappedName": "Vertex1;:Hb25,V;:Hb26,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150735,7 +204926,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex1;:H1303,V;:H1304,V", + "name": "Vertex1;:Hb25,V;:Hb26,V", "stringIds": [] }, "relation": "preserved", @@ -150743,9 +204934,9 @@ "resultPersistentId": "CompositeCut25:vertex:11", "sourceRefs": [ { - "mappedName": "Vertex1;:H1303,V", + "mappedName": "Vertex1;:Hb25,V", "objectId": "Fuse25", - "persistentId": "Fuse25:mapped:Vertex1;:H1303,V", + "persistentId": "Fuse25:mapped:Vertex1;:Hb25,V", "stageId": "Fuse25" }, { @@ -150760,7 +204951,7 @@ "indexedName": "Vertex13", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H1305,V", + "mappedName": "Vertex1;:Hb27,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150768,7 +204959,7 @@ "index": 13, "type": "Vertex" }, - "name": "Vertex1;:H1305,V", + "name": "Vertex1;:Hb27,V", "stringIds": [] }, "relation": "preserved", @@ -150787,7 +204978,7 @@ "indexedName": "Vertex14", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H1305,V", + "mappedName": "Vertex2;:Hb27,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150795,7 +204986,7 @@ "index": 14, "type": "Vertex" }, - "name": "Vertex2;:H1305,V", + "name": "Vertex2;:Hb27,V", "stringIds": [] }, "relation": "preserved", @@ -150814,7 +205005,7 @@ "indexedName": "Vertex15", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H1305,V", + "mappedName": "Vertex3;:Hb27,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150822,7 +205013,7 @@ "index": 15, "type": "Vertex" }, - "name": "Vertex3;:H1305,V", + "name": "Vertex3;:Hb27,V", "stringIds": [] }, "relation": "preserved", @@ -150841,7 +205032,7 @@ "indexedName": "Vertex16", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H1305,V", + "mappedName": "Vertex4;:Hb27,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150849,7 +205040,7 @@ "index": 16, "type": "Vertex" }, - "name": "Vertex4;:H1305,V", + "name": "Vertex4;:Hb27,V", "stringIds": [] }, "relation": "preserved", @@ -150868,7 +205059,7 @@ "indexedName": "Vertex17", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H1305,V", + "mappedName": "Vertex6;:Hb27,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150876,7 +205067,7 @@ "index": 17, "type": "Vertex" }, - "name": "Vertex6;:H1305,V", + "name": "Vertex6;:Hb27,V", "stringIds": [] }, "relation": "preserved", @@ -150895,7 +205086,7 @@ "indexedName": "Vertex18", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H1305,V", + "mappedName": "Vertex5;:Hb27,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150903,7 +205094,7 @@ "index": 18, "type": "Vertex" }, - "name": "Vertex5;:H1305,V", + "name": "Vertex5;:Hb27,V", "stringIds": [] }, "relation": "preserved", @@ -150922,7 +205113,7 @@ "indexedName": "Vertex19", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H1305,V", + "mappedName": "Vertex7;:Hb27,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150930,7 +205121,7 @@ "index": 19, "type": "Vertex" }, - "name": "Vertex7;:H1305,V", + "name": "Vertex7;:Hb27,V", "stringIds": [] }, "relation": "preserved", @@ -150949,7 +205140,7 @@ "indexedName": "Vertex20", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H1305,V", + "mappedName": "Vertex8;:Hb27,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -150957,7 +205148,7 @@ "index": 20, "type": "Vertex" }, - "name": "Vertex8;:H1305,V", + "name": "Vertex8;:Hb27,V", "stringIds": [] }, "relation": "preserved", @@ -150982,11 +205173,1289 @@ "stageId": "CompositeCut25", "status": "native-evidence" }, + "relationDigest": "934ada6bc3038e34ca0657c34732de927a57bcd8456243b9e7fdc1e0df707017", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face1;:H#,F", + "sourceElement": "Face1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face3;:H#,F", + "sourceElement": "Face3", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face6;:M;FUS;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M;FUS;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face4;:H#,F", + "sourceElement": "Face4", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FUS;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M;FUS;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face1;:M2;FUS;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face1;:M2;FUS;:H#:8,F", + "sourceElement": "Face1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face1;:M;FUS;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face1;:M;FUS;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face3;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face3;:H#,F", + "sourceElement": "Face3", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "Face1;:H#,F", + "relation": "preserved", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "Face3;:H#,F", + "relation": "preserved", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face13", + "mappedName": "Face6;:H#,F", + "relation": "preserved", + "resultName": "Face13", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face14", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face14", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face15", + "mappedName": "Face5;:H#,F", + "relation": "preserved", + "resultName": "Face15", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face16", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face16", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge1;:H#,E", + "sourceElement": "Edge1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:H#,E", + "sourceElement": "Edge2", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:H#,E", + "sourceElement": "Edge4", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge9;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:H#,E", + "sourceElement": "Edge9", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:H#,E", + "sourceElement": "Edge10", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge12;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:H#,E", + "sourceElement": "Edge12", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge6;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:H#,E", + "sourceElement": "Edge6", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);FUS;:H#:1d,E;:H#,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F)", + "sourceElement": "Face6", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-2;:H#:4,F);FUS;:H#:1d,E", + "sourceElement": "Face6", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:H#,E", + "sourceElement": "Edge11", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge8;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:H#,E", + "sourceElement": "Edge8", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);FUS;:H#:1d,E;:H#,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F)", + "sourceElement": "Face5", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-1;:H#:4,F);FUS;:H#:1d,E", + "sourceElement": "Face5", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge1;:M2;FUS;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:M2;FUS;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Edge2;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge2;:H#,E", + "sourceElement": "Edge2", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge1;:M;FUS;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:M;FUS;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "Edge2;:H#,E", + "relation": "preserved", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "Edge4;:H#,E", + "relation": "preserved", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "Edge9;:H#,E", + "relation": "preserved", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge25", + "mappedName": "Edge10;:H#,E", + "relation": "preserved", + "resultName": "Edge25", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge26", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge26", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge27", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge27", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge28", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge28", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge29", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge29", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge30", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge30", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex1;:H#,V", + "sourceElement": "Vertex1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex2;:H#,V", + "sourceElement": "Vertex2", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);FUS;:H#:1d,V;:H#,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:G2(Face6;K-1;:H#:4,F);FUS;:H#:1d,V", + "sourceElement": "Edge1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box25", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);FUS;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F)", + "sourceElement": "Edge1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Edge1;:G(Face5;K-1;:H#:4,F);FUS;:H#:1c,V", + "sourceElement": "Edge1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Vertex2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Vertex2;:H#,V", + "sourceElement": "Vertex2", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Cylinder25", + "sourceTypeId": "Part::Cylinder" + }, + { + "children": [], + "mappedName": "Vertex1;:H#,V", + "sourceElement": "Vertex1", + "sourceObject": "Fuse25", + "sourceTypeId": "Part::Fuse" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex17", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex17", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex18", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex18", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex19", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex19", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex20", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex20", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "SecondBox25", + "sourceTypeId": "Part::Box" + } + ] + } + ], + "semanticNameDigest": "81b9eeedb8e62427e8ff20733db837f3211c12dcac22104c89e339fbb103a7cc", "shape": { + "area": 796.5309649148733, + "brepSha256": "9b5e7c57c3a1872ba36451091c58a27e8cda92e685b89374b1943b5c39950982", "edges": 30, "faces": 16, + "geometryDigest": "fa5cbb997dec6eb54b42c5104141730f97fe217e9cda149d0ae1a4615ad28891", "solids": 1, "valid": true, + "vertices": 20, "volume": 1137.0619298297458 }, "typeId": "Part::Cut" @@ -150996,18 +206465,362 @@ "stringHasherResource": null }, { + "category": "composite-boolean", "elementMapResources": { "CompositeCut26.Shape.Map.txt": { - "sha256": "3dce854d59d04f16a3aa41655efd2262b54e507361229814ac712e4b65e28c44", - "text": "BeginElementMap v1\n2 PostfixCount 35\nEdge\nFace\nVertex\n;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V\n;:M2;CUT;:H116e:8,E;:H1170,E\n;:M;CUT;:H116e:7,E;:H1170,E\n;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V\n;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V\n;:H116e,E;:H1170,E\n;:M;CUT;:H116f:7,E;:H1170,E\n;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V\n;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V\n;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V\n;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V\n;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V\n;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E\n;:M2;CUT;:H116e:8,F;:H1170,F\n;:M2;CUT;:H116f:8,F;:H1170,F\n;:M3;CUT;:H116f:8,F;:H1170,F\n;:M4;CUT;:H116f:8,F;:H1170,F\n;:M;CUT;:H116e:7,F;:H1170,F\n;:M;CUT;:H116f:7,F;:H1170,F\n;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E\n;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E\n;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E\n;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E\n;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E\n;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E\n;:M3;CUT;:H116e:8,F;:H1170,F\n;:M4;CUT;:H116e:8,F;:H1170,F\n;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E\n;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E\n;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E\n;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E\n;:H116e,V;:H1170,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.1.10 0\n:1.4.6 0\n:1.1.9 0\n:2.6.20 0\n:1.a.6 0\n:2.3.17 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.5 0\n:1.3.9 0\n:1.4.5 0\n:1.c.6 0\n:2.6.21 0\n:1.b.6 0\n:2.4.18 0\n:2.5.1b 0\n:1.9.5 0\n:1.5.9 0\n:1.a.5 0\n:2.5.19 0\n:1.8.6 0\n:1.6.6 0\n:1.1.a 0\n:2.6.1f 0\n:1.b.5 0\n:1.7.9 0\n:1.c.5 0\n:1.8.5 0\n:2.5.1c 0\n:1.6.5 0\n:2.6.22 0\n\nFace\n\nChildCount 0\n\nNameCount 21\n0\n:2.1.15 0\n:2.6.15 0\n:2.1.13 0\n:2.5.15 0\n:2.3.15 0\n:2.1.11 0\n:2.6.11 0\n:2.4.15 0\n:2.5.11 0\n:2.1.14 0\n:2.3.11 0\n:2.5.1d 0\n:2.2.15 0\n:2.6.1d 0\n:2.1.12 0\n:2.4.11 0\n:2.5.1e 0\n:2.2.11 0\n:2.6.1e 0\n:2.1.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n:3.1.23 0\n:1.2.b 0\n:1.4.c 0\n:3.2.23 0\n:1.a.4 0\n:1.9.f 0\n:3.3.23 0\n:3.4.23 0\n:1.c.8 0\n:1.b.7 0\n:3.6.23 0\n:3.5.23 0\n:1.8.e 0\n:1.6.d 0\n:3.8.23 0\n:3.7.23 0\n\nEndMap\n" + "sha256": "8223028e4f31a0e8f31d19c9d090158c40069d4a86875537da7690e0895aac84", + "text": "BeginElementMap v1\n2 PostfixCount 35\nEdge\nFace\nVertex\n;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V\n;:M2;CUT;:Ha4a:8,E;:Ha4c,E\n;:M;CUT;:Ha4a:7,E;:Ha4c,E\n;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V\n;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V\n;:Ha4a,E;:Ha4c,E\n;:M;CUT;:Ha4b:7,E;:Ha4c,E\n;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V\n;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V\n;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V\n;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V\n;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V\n;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E\n;:M2;CUT;:Ha4a:8,F;:Ha4c,F\n;:M2;CUT;:Ha4b:8,F;:Ha4c,F\n;:M3;CUT;:Ha4b:8,F;:Ha4c,F\n;:M4;CUT;:Ha4b:8,F;:Ha4c,F\n;:M;CUT;:Ha4a:7,F;:Ha4c,F\n;:M;CUT;:Ha4b:7,F;:Ha4c,F\n;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E\n;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E\n;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E\n;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E\n;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E\n;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E\n;:M3;CUT;:Ha4a:8,F;:Ha4c,F\n;:M4;CUT;:Ha4a:8,F;:Ha4c,F\n;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E\n;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E\n;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E\n;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E\n;:Ha4a,V;:Ha4c,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.1.10 0\n:1.4.6 0\n:1.1.9 0\n:2.6.20 0\n:1.a.6 0\n:2.3.17 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.5 0\n:1.3.9 0\n:1.4.5 0\n:1.c.6 0\n:2.6.21 0\n:1.b.6 0\n:2.4.18 0\n:2.5.1b 0\n:1.9.5 0\n:1.5.9 0\n:1.a.5 0\n:2.5.19 0\n:1.8.6 0\n:1.6.6 0\n:1.1.a 0\n:2.6.1f 0\n:1.b.5 0\n:1.7.9 0\n:1.c.5 0\n:1.8.5 0\n:2.5.1c 0\n:1.6.5 0\n:2.6.22 0\n\nFace\n\nChildCount 0\n\nNameCount 21\n0\n:2.1.15 0\n:2.6.15 0\n:2.1.13 0\n:2.5.15 0\n:2.3.15 0\n:2.1.11 0\n:2.6.11 0\n:2.4.15 0\n:2.5.11 0\n:2.1.14 0\n:2.3.11 0\n:2.5.1d 0\n:2.2.15 0\n:2.6.1d 0\n:2.1.12 0\n:2.4.11 0\n:2.5.1e 0\n:2.2.11 0\n:2.6.1e 0\n:2.1.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n:3.1.23 0\n:1.2.b 0\n:1.4.c 0\n:3.2.23 0\n:1.a.4 0\n:1.9.f 0\n:3.3.23 0\n:3.4.23 0\n:1.c.8 0\n:1.b.7 0\n:3.6.23 0\n:3.5.23 0\n:1.8.e 0\n:1.6.d 0\n:3.8.23 0\n:3.7.23 0\n\nEndMap\n" }, "Cut26.Shape.Map.txt": { - "sha256": "492587c7dd128e497e80a0608f960cd04ad68c31f6f60bb242d175124b297105", - "text": "BeginElementMap v1\n1 PostfixCount 35\nEdge\nFace\nVertex\n;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V\n;:M2;CUT;:H116e:8,E\n;:M;CUT;:H116e:7,E\n;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V\n;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V\n;:H116e,E\n;:M;CUT;:H116f:7,E\n;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V\n;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V\n;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V\n;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V\n;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V\n;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E\n;:M2;CUT;:H116e:8,F\n;:M2;CUT;:H116f:8,F\n;:M3;CUT;:H116f:8,F\n;:M4;CUT;:H116f:8,F\n;:M;CUT;:H116e:7,F\n;:M;CUT;:H116f:7,F\n;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E\n;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E\n;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E\n;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E\n;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E\n;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E\n;:M3;CUT;:H116e:8,F\n;:M4;CUT;:H116e:8,F\n;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E\n;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E\n;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E\n;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E\n;:H116e,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.1.10 0\n:1.4.6 0\n:1.1.9 0\n:2.6.20 0\n:1.a.6 0\n:2.3.17 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.5 0\n:1.3.9 0\n:1.4.5 0\n:1.c.6 0\n:2.6.21 0\n:1.b.6 0\n:2.4.18 0\n:2.5.1b 0\n:1.9.5 0\n:1.5.9 0\n:1.a.5 0\n:2.5.19 0\n:1.8.6 0\n:1.6.6 0\n:1.1.a 0\n:2.6.1f 0\n:1.b.5 0\n:1.7.9 0\n:1.c.5 0\n:1.8.5 0\n:2.5.1c 0\n:1.6.5 0\n:2.6.22 0\n\nFace\n\nChildCount 0\n\nNameCount 21\n0\n:2.1.15 0\n:2.6.15 0\n:2.1.13 0\n:2.5.15 0\n:2.3.15 0\n:2.1.11 0\n:2.6.11 0\n:2.4.15 0\n:2.5.11 0\n:2.1.14 0\n:2.3.11 0\n:2.5.1d 0\n:2.2.15 0\n:2.6.1d 0\n:2.1.12 0\n:2.4.11 0\n:2.5.1e 0\n:2.2.11 0\n:2.6.1e 0\n:2.1.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n:3.1.23 0\n:1.2.b 0\n:1.4.c 0\n:3.2.23 0\n:1.a.4 0\n:1.9.f 0\n:3.3.23 0\n:3.4.23 0\n:1.c.8 0\n:1.b.7 0\n:3.6.23 0\n:3.5.23 0\n:1.8.e 0\n:1.6.d 0\n:3.8.23 0\n:3.7.23 0\n\nEndMap\n" + "sha256": "6d64aa8392be3f5c925ff7c977e991737e94dfd609ea2ef4b272202e74e82b91", + "text": "BeginElementMap v1\n1 PostfixCount 35\nEdge\nFace\nVertex\n;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V\n;:M2;CUT;:Ha4a:8,E\n;:M;CUT;:Ha4a:7,E\n;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V\n;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V\n;:Ha4a,E\n;:M;CUT;:Ha4b:7,E\n;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V\n;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V\n;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V\n;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V\n;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V\n;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E\n;:M2;CUT;:Ha4a:8,F\n;:M2;CUT;:Ha4b:8,F\n;:M3;CUT;:Ha4b:8,F\n;:M4;CUT;:Ha4b:8,F\n;:M;CUT;:Ha4a:7,F\n;:M;CUT;:Ha4b:7,F\n;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E\n;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E\n;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E\n;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E\n;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E\n;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E\n;:M3;CUT;:Ha4a:8,F\n;:M4;CUT;:Ha4a:8,F\n;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E\n;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E\n;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E\n;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E\n;:Ha4a,V\n\nMapCount 1\n\nElementMap 1 1 3\n\nEdge\n\nChildCount 0\n\nNameCount 33\n0\n:1.2.6 0\n:2.1.10 0\n:1.4.6 0\n:1.1.9 0\n:2.6.20 0\n:1.a.6 0\n:2.3.17 0\n:2.5.1a 0\n:1.9.6 0\n:1.2.5 0\n:1.3.9 0\n:1.4.5 0\n:1.c.6 0\n:2.6.21 0\n:1.b.6 0\n:2.4.18 0\n:2.5.1b 0\n:1.9.5 0\n:1.5.9 0\n:1.a.5 0\n:2.5.19 0\n:1.8.6 0\n:1.6.6 0\n:1.1.a 0\n:2.6.1f 0\n:1.b.5 0\n:1.7.9 0\n:1.c.5 0\n:1.8.5 0\n:2.5.1c 0\n:1.6.5 0\n:2.6.22 0\n\nFace\n\nChildCount 0\n\nNameCount 21\n0\n:2.1.15 0\n:2.6.15 0\n:2.1.13 0\n:2.5.15 0\n:2.3.15 0\n:2.1.11 0\n:2.6.11 0\n:2.4.15 0\n:2.5.11 0\n:2.1.14 0\n:2.3.11 0\n:2.5.1d 0\n:2.2.15 0\n:2.6.1d 0\n:2.1.12 0\n:2.4.11 0\n:2.5.1e 0\n:2.2.11 0\n:2.6.1e 0\n:2.1.16 0\n\nVertex\n\nChildCount 0\n\nNameCount 17\n0\n:3.1.23 0\n:1.2.b 0\n:1.4.c 0\n:3.2.23 0\n:1.a.4 0\n:1.9.f 0\n:3.3.23 0\n:3.4.23 0\n:1.c.8 0\n:1.b.7 0\n:3.6.23 0\n:3.5.23 0\n:1.8.e 0\n:1.6.d 0\n:3.8.23 0\n:3.7.23 0\n\nEndMap\n" } }, "finalObject": "CompositeCut26", "id": "composite-06", + "mutation": { + "category": "composite-boolean", + "contract": { + "editorModes": [], + "finalObject": "CompositeCut26", + "finalStageOrdinal": 4, + "nativeEditable": true, + "propertyPath": "Length", + "propertyType": "App::PropertyLength", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Box26", + "targetStageOrdinal": 0, + "targetTypeId": "Part::Box" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 2, + 4 + ], + "changedStages": 3, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [ + 2, + 4 + ], + "namingChangedStages": 2, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 15, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 5 + }, + "phases": { + "before": [ + { + "key": "composite-06:000:Box26", + "name": "Box26", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-06:001:Cylinder26", + "name": "Cylinder26", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-06:002:Cut26", + "name": "Cut26", + "ordinal": 2, + "relationDigest": "d61d0f83cb6be60e4b9e70f5a35f08b10ae52ec445b00cf81641485a120295ca", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "shape": { + "area": 757.0796326794896, + "brepSha256": "e01acd469c7886ba31d87214a4f4d83cee67216bbac5ee757383696c449aec20", + "edges": 32, + "faces": 20, + "geometryDigest": "aa541651e24633731b267736112959a0eb300f95582b2345a664856b5f4e325d", + "solids": 4, + "valid": true, + "vertices": 16, + "volume": 214.60183660255157 + }, + "typeId": "Part::Cut" + }, + { + "key": "composite-06:003:SecondBox26", + "name": "SecondBox26", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-06:004:CompositeCut26", + "name": "CompositeCut26", + "ordinal": 4, + "relationDigest": "da3db875aa93b195bde6e191308547eef07b4d1ac05cd8b7844ca326824de216", + "semanticNameDigest": "ae51c2805e298863088a57467e4046ae6ad43a6f79df8fc11f1f17a141040092", + "shape": { + "area": 757.0796326794896, + "brepSha256": "587e8e1cda9ca77aab222ea4225dd98465ebcd1be37ab4f907696d5e2b8435cf", + "edges": 32, + "faces": 20, + "geometryDigest": "aa541651e24633731b267736112959a0eb300f95582b2345a664856b5f4e325d", + "solids": 4, + "valid": true, + "vertices": 16, + "volume": 214.60183660255157 + }, + "typeId": "Part::Cut" + } + ], + "edited": [ + { + "key": "composite-06:000:Box26", + "name": "Box26", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 619.9999999999999, + "brepSha256": "b55ee261c224cd874d16f9bfa27d3db6992a9551513924019fd135240d6e9e35", + "edges": 12, + "faces": 6, + "geometryDigest": "ffba6c0203a0a7dff84c1b26dfe5c882601016487a2bc784d2c0709be5062a95", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 1050 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-06:001:Cylinder26", + "name": "Cylinder26", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-06:002:Cut26", + "name": "Cut26", + "ordinal": 2, + "relationDigest": "78630120ee02c6c13d4b8392ba7a75ff373d0937f3194ef68fc5d10a4e8a6f85", + "semanticNameDigest": "26d0b43cecc178f072a969d5a10da442e7242082e652dbdc2da9ad9059cd5714", + "shape": { + "area": 777.0796326794897, + "brepSha256": "05628c0fc1ef89700ca90126672964ba4a3cc44446e25835cfdd221071e7bda1", + "edges": 29, + "faces": 16, + "geometryDigest": "65fa9e34a38daf8b1c79d059368786ae04369c9f08dac61e53928b4dea9fae5b", + "solids": 3, + "valid": true, + "vertices": 16, + "volume": 264.6018366025516 + }, + "typeId": "Part::Cut" + }, + { + "key": "composite-06:003:SecondBox26", + "name": "SecondBox26", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-06:004:CompositeCut26", + "name": "CompositeCut26", + "ordinal": 4, + "relationDigest": "ef0fc3fb483dcb0d1cc0eab6c74c914de92d1aff03a54595bf67363955adfb2e", + "semanticNameDigest": "4439389e200119db6ed463d5d0bdee3c7b7171aba66d6f5c3d62b0eed1e0d68f", + "shape": { + "area": 777.0796326794897, + "brepSha256": "f9090eccf5eba9dfb9b638b234b4c6e3b678401f5accef3bbf3e3ff33a6a9d17", + "edges": 29, + "faces": 16, + "geometryDigest": "65fa9e34a38daf8b1c79d059368786ae04369c9f08dac61e53928b4dea9fae5b", + "solids": 3, + "valid": true, + "vertices": 16, + "volume": 264.6018366025516 + }, + "typeId": "Part::Cut" + } + ], + "restored": [ + { + "key": "composite-06:000:Box26", + "name": "Box26", + "ordinal": 0, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-06:001:Cylinder26", + "name": "Cylinder26", + "ordinal": 1, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", + "edges": 3, + "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", + "solids": 1, + "valid": true, + "vertices": 2, + "volume": 1099.5574287564275 + }, + "typeId": "Part::Cylinder" + }, + { + "key": "composite-06:002:Cut26", + "name": "Cut26", + "ordinal": 2, + "relationDigest": "d61d0f83cb6be60e4b9e70f5a35f08b10ae52ec445b00cf81641485a120295ca", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "shape": { + "area": 757.0796326794896, + "brepSha256": "e01acd469c7886ba31d87214a4f4d83cee67216bbac5ee757383696c449aec20", + "edges": 32, + "faces": 20, + "geometryDigest": "aa541651e24633731b267736112959a0eb300f95582b2345a664856b5f4e325d", + "solids": 4, + "valid": true, + "vertices": 16, + "volume": 214.60183660255157 + }, + "typeId": "Part::Cut" + }, + { + "key": "composite-06:003:SecondBox26", + "name": "SecondBox26", + "ordinal": 3, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", + "edges": 12, + "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 63.999999999999986 + }, + "typeId": "Part::Box" + }, + { + "key": "composite-06:004:CompositeCut26", + "name": "CompositeCut26", + "ordinal": 4, + "relationDigest": "da3db875aa93b195bde6e191308547eef07b4d1ac05cd8b7844ca326824de216", + "semanticNameDigest": "ae51c2805e298863088a57467e4046ae6ad43a6f79df8fc11f1f17a141040092", + "shape": { + "area": 757.0796326794896, + "brepSha256": "587e8e1cda9ca77aab222ea4225dd98465ebcd1be37ab4f907696d5e2b8435cf", + "edges": 32, + "faces": 20, + "geometryDigest": "aa541651e24633731b267736112959a0eb300f95582b2345a664856b5f4e325d", + "solids": 4, + "valid": true, + "vertices": 16, + "volume": 214.60183660255157 + }, + "typeId": "Part::Cut" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 10, + "edited": 10.5, + "restored": 10 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -151015,6 +206828,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Box26", + "linkedObjects": [], "name": "Box26", "names": [ { @@ -151945,11 +207759,201 @@ "stageId": "Box26", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "Part::Box" @@ -151959,6 +207963,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Cylinder26", + "linkedObjects": [], "name": "Cylinder26", "names": [ { @@ -152259,11 +208264,75 @@ "stageId": "Cylinder26", "status": "native-evidence" }, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + } + ], + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", "shape": { + "area": 596.9026041820607, + "brepSha256": "c8b8ef617f0e34a1b746e0265fb137634cc9c64b1d1fa1c7eb51206a5ad6437f", "edges": 3, "faces": 3, + "geometryDigest": "162c9d6dd2c5433d5d630b8e866e4e312c2450f75ca8f71a411ce99f4913a502", "solids": 1, "valid": true, + "vertices": 2, "volume": 1099.5574287564275 }, "typeId": "Part::Cylinder" @@ -152275,13 +208344,17 @@ "elementMapSize": 68, "elementMapVersion": "15.70200.5", "label": "Cut26", + "linkedObjects": [ + "Box26", + "Cylinder26" + ], "name": "Cut26", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:H116e:7,F", + "mappedName": "Face1;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152294,7 +208367,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:H116e:7,F", + "mappedName": "Face1;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -152302,7 +208375,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CUT;:H116e:7,F", + "mappedName": "Face6;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152315,7 +208388,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;CUT;:H116e:7,F", + "mappedName": "Face6;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "name": "Face2" }, @@ -152323,7 +208396,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M3;CUT;:H116f:8,F", + "mappedName": "Face1;:M3;CUT;:Ha4b:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152336,7 +208409,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face1;:M3;CUT;:H116f:8,F", + "mappedName": "Face1;:M3;CUT;:Ha4b:8,F", "mappedStringIds": [], "name": "Face3" }, @@ -152344,7 +208417,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CUT;:H116e:7,F", + "mappedName": "Face5;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152357,7 +208430,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face5;:M;CUT;:H116e:7,F", + "mappedName": "Face5;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "name": "Face4" }, @@ -152365,7 +208438,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;CUT;:H116e:7,F", + "mappedName": "Face3;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152378,7 +208451,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face3;:M;CUT;:H116e:7,F", + "mappedName": "Face3;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -152386,7 +208459,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;CUT;:H116e:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152399,7 +208472,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face1;:M2;CUT;:H116e:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face6" }, @@ -152407,7 +208480,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M2;CUT;:H116e:8,F", + "mappedName": "Face6;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152420,7 +208493,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face6;:M2;CUT;:H116e:8,F", + "mappedName": "Face6;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face7" }, @@ -152428,7 +208501,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:M;CUT;:H116e:7,F", + "mappedName": "Face4;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152441,7 +208514,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face4;:M;CUT;:H116e:7,F", + "mappedName": "Face4;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "name": "Face8" }, @@ -152449,7 +208522,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M2;CUT;:H116e:8,F", + "mappedName": "Face5;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152462,7 +208535,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face5;:M2;CUT;:H116e:8,F", + "mappedName": "Face5;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face9" }, @@ -152470,7 +208543,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M4;CUT;:H116f:8,F", + "mappedName": "Face1;:M4;CUT;:Ha4b:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152483,7 +208556,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face1;:M4;CUT;:H116f:8,F", + "mappedName": "Face1;:M4;CUT;:Ha4b:8,F", "mappedStringIds": [], "name": "Face10" }, @@ -152491,7 +208564,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:M2;CUT;:H116e:8,F", + "mappedName": "Face3;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152504,7 +208577,7 @@ ], "indexedName": "Face11", "indexedStringIds": [], - "mappedName": "Face3;:M2;CUT;:H116e:8,F", + "mappedName": "Face3;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face11" }, @@ -152512,7 +208585,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M3;CUT;:H116e:8,F", + "mappedName": "Face5;:M3;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152525,7 +208598,7 @@ ], "indexedName": "Face12", "indexedStringIds": [], - "mappedName": "Face5;:M3;CUT;:H116e:8,F", + "mappedName": "Face5;:M3;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face12" }, @@ -152533,7 +208606,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:M;CUT;:H116e:7,F", + "mappedName": "Face2;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152546,7 +208619,7 @@ ], "indexedName": "Face13", "indexedStringIds": [], - "mappedName": "Face2;:M;CUT;:H116e:7,F", + "mappedName": "Face2;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "name": "Face13" }, @@ -152554,7 +208627,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M3;CUT;:H116e:8,F", + "mappedName": "Face6;:M3;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152567,7 +208640,7 @@ ], "indexedName": "Face14", "indexedStringIds": [], - "mappedName": "Face6;:M3;CUT;:H116e:8,F", + "mappedName": "Face6;:M3;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face14" }, @@ -152575,7 +208648,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;CUT;:H116f:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4b:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152588,7 +208661,7 @@ ], "indexedName": "Face15", "indexedStringIds": [], - "mappedName": "Face1;:M2;CUT;:H116f:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4b:8,F", "mappedStringIds": [], "name": "Face15" }, @@ -152596,7 +208669,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:M2;CUT;:H116e:8,F", + "mappedName": "Face4;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152609,7 +208682,7 @@ ], "indexedName": "Face16", "indexedStringIds": [], - "mappedName": "Face4;:M2;CUT;:H116e:8,F", + "mappedName": "Face4;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face16" }, @@ -152617,7 +208690,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M4;CUT;:H116e:8,F", + "mappedName": "Face5;:M4;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152630,7 +208703,7 @@ ], "indexedName": "Face17", "indexedStringIds": [], - "mappedName": "Face5;:M4;CUT;:H116e:8,F", + "mappedName": "Face5;:M4;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face17" }, @@ -152638,7 +208711,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:M2;CUT;:H116e:8,F", + "mappedName": "Face2;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152651,7 +208724,7 @@ ], "indexedName": "Face18", "indexedStringIds": [], - "mappedName": "Face2;:M2;CUT;:H116e:8,F", + "mappedName": "Face2;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face18" }, @@ -152659,7 +208732,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M4;CUT;:H116e:8,F", + "mappedName": "Face6;:M4;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152672,7 +208745,7 @@ ], "indexedName": "Face19", "indexedStringIds": [], - "mappedName": "Face6;:M4;CUT;:H116e:8,F", + "mappedName": "Face6;:M4;CUT;:Ha4a:8,F", "mappedStringIds": [], "name": "Face19" }, @@ -152680,7 +208753,7 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:H116f:7,F", + "mappedName": "Face1;:M;CUT;:Ha4b:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152693,7 +208766,7 @@ ], "indexedName": "Face20", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:H116f:7,F", + "mappedName": "Face1;:M;CUT;:Ha4b:7,F", "mappedStringIds": [], "name": "Face20" }, @@ -152701,7 +208774,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;CUT;:H116e:7,E", + "mappedName": "Edge2;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152714,7 +208787,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;CUT;:H116e:7,E", + "mappedName": "Edge2;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "name": "Edge1" }, @@ -152722,20 +208795,20 @@ "history": [ { "children": [], - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F)", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E", "mappedStringIds": [], "name": "Edge2" }, @@ -152743,7 +208816,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;CUT;:H116e:7,E", + "mappedName": "Edge4;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152756,7 +208829,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge4;:M;CUT;:H116e:7,E", + "mappedName": "Edge4;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "name": "Edge3" }, @@ -152764,7 +208837,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H116e,E", + "mappedName": "Edge1;:Ha4a,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152777,7 +208850,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge1;:H116e,E", + "mappedName": "Edge1;:Ha4a,E", "mappedStringIds": [], "name": "Edge4" }, @@ -152785,20 +208858,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "name": "Edge5" }, @@ -152806,7 +208879,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;CUT;:H116e:7,E", + "mappedName": "Edge10;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152819,7 +208892,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge10;:M;CUT;:H116e:7,E", + "mappedName": "Edge10;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "name": "Edge6" }, @@ -152827,20 +208900,20 @@ "history": [ { "children": [], - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F)", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E", "mappedStringIds": [], "name": "Edge7" }, @@ -152848,20 +208921,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "name": "Edge8" }, @@ -152869,7 +208942,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;CUT;:H116e:7,E", + "mappedName": "Edge9;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152882,7 +208955,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge9;:M;CUT;:H116e:7,E", + "mappedName": "Edge9;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "name": "Edge9" }, @@ -152890,7 +208963,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M2;CUT;:H116e:8,E", + "mappedName": "Edge2;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152903,7 +208976,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge2;:M2;CUT;:H116e:8,E", + "mappedName": "Edge2;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "name": "Edge10" }, @@ -152911,7 +208984,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H116e,E", + "mappedName": "Edge3;:Ha4a,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152924,7 +208997,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge3;:H116e,E", + "mappedName": "Edge3;:Ha4a,E", "mappedStringIds": [], "name": "Edge11" }, @@ -152932,7 +209005,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M2;CUT;:H116e:8,E", + "mappedName": "Edge4;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152945,7 +209018,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge4;:M2;CUT;:H116e:8,E", + "mappedName": "Edge4;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "name": "Edge12" }, @@ -152953,7 +209026,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M;CUT;:H116e:7,E", + "mappedName": "Edge12;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -152966,7 +209039,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge12;:M;CUT;:H116e:7,E", + "mappedName": "Edge12;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "name": "Edge13" }, @@ -152974,20 +209047,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "name": "Edge14" }, @@ -152995,7 +209068,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M;CUT;:H116e:7,E", + "mappedName": "Edge11;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153008,7 +209081,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge11;:M;CUT;:H116e:7,E", + "mappedName": "Edge11;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "name": "Edge15" }, @@ -153016,20 +209089,20 @@ "history": [ { "children": [], - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F)", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E", "mappedStringIds": [], "name": "Edge16" }, @@ -153037,20 +209110,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "name": "Edge17" }, @@ -153058,7 +209131,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M2;CUT;:H116e:8,E", + "mappedName": "Edge9;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153071,7 +209144,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge9;:M2;CUT;:H116e:8,E", + "mappedName": "Edge9;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "name": "Edge18" }, @@ -153079,7 +209152,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H116e,E", + "mappedName": "Edge5;:Ha4a,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153092,7 +209165,7 @@ ], "indexedName": "Edge19", "indexedStringIds": [], - "mappedName": "Edge5;:H116e,E", + "mappedName": "Edge5;:Ha4a,E", "mappedStringIds": [], "name": "Edge19" }, @@ -153100,7 +209173,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M2;CUT;:H116e:8,E", + "mappedName": "Edge10;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153113,7 +209186,7 @@ ], "indexedName": "Edge20", "indexedStringIds": [], - "mappedName": "Edge10;:M2;CUT;:H116e:8,E", + "mappedName": "Edge10;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "name": "Edge20" }, @@ -153121,20 +209194,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge21", "indexedStringIds": [], - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E", "mappedStringIds": [], "name": "Edge21" }, @@ -153142,7 +209215,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M;CUT;:H116e:7,E", + "mappedName": "Edge8;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153155,7 +209228,7 @@ ], "indexedName": "Edge22", "indexedStringIds": [], - "mappedName": "Edge8;:M;CUT;:H116e:7,E", + "mappedName": "Edge8;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "name": "Edge22" }, @@ -153163,7 +209236,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M;CUT;:H116e:7,E", + "mappedName": "Edge6;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153176,7 +209249,7 @@ ], "indexedName": "Edge23", "indexedStringIds": [], - "mappedName": "Edge6;:M;CUT;:H116e:7,E", + "mappedName": "Edge6;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "name": "Edge23" }, @@ -153184,7 +209257,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CUT;:H116f:7,E", + "mappedName": "Edge1;:M;CUT;:Ha4b:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153197,7 +209270,7 @@ ], "indexedName": "Edge24", "indexedStringIds": [], - "mappedName": "Edge1;:M;CUT;:H116f:7,E", + "mappedName": "Edge1;:M;CUT;:Ha4b:7,E", "mappedStringIds": [], "name": "Edge24" }, @@ -153205,20 +209278,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge25", "indexedStringIds": [], - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E", "mappedStringIds": [], "name": "Edge25" }, @@ -153226,7 +209299,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M2;CUT;:H116e:8,E", + "mappedName": "Edge11;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153239,7 +209312,7 @@ ], "indexedName": "Edge26", "indexedStringIds": [], - "mappedName": "Edge11;:M2;CUT;:H116e:8,E", + "mappedName": "Edge11;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "name": "Edge26" }, @@ -153247,7 +209320,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H116e,E", + "mappedName": "Edge7;:Ha4a,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153260,7 +209333,7 @@ ], "indexedName": "Edge27", "indexedStringIds": [], - "mappedName": "Edge7;:H116e,E", + "mappedName": "Edge7;:Ha4a,E", "mappedStringIds": [], "name": "Edge27" }, @@ -153268,7 +209341,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M2;CUT;:H116e:8,E", + "mappedName": "Edge12;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153281,7 +209354,7 @@ ], "indexedName": "Edge28", "indexedStringIds": [], - "mappedName": "Edge12;:M2;CUT;:H116e:8,E", + "mappedName": "Edge12;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "name": "Edge28" }, @@ -153289,7 +209362,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M2;CUT;:H116e:8,E", + "mappedName": "Edge8;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153302,7 +209375,7 @@ ], "indexedName": "Edge29", "indexedStringIds": [], - "mappedName": "Edge8;:M2;CUT;:H116e:8,E", + "mappedName": "Edge8;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "name": "Edge29" }, @@ -153310,20 +209383,20 @@ "history": [ { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge30", "indexedStringIds": [], - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "name": "Edge30" }, @@ -153331,7 +209404,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M2;CUT;:H116e:8,E", + "mappedName": "Edge6;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153344,7 +209417,7 @@ ], "indexedName": "Edge31", "indexedStringIds": [], - "mappedName": "Edge6;:M2;CUT;:H116e:8,E", + "mappedName": "Edge6;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "name": "Edge31" }, @@ -153352,20 +209425,20 @@ "history": [ { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge32", "indexedStringIds": [], - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "name": "Edge32" }, @@ -153373,7 +209446,7 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H116e,V", + "mappedName": "Vertex1;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153386,7 +209459,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H116e,V", + "mappedName": "Vertex1;:Ha4a,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -153394,20 +209467,20 @@ "history": [ { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -153415,20 +209488,20 @@ "history": [ { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -153436,7 +209509,7 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H116e,V", + "mappedName": "Vertex2;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153449,7 +209522,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex2;:H116e,V", + "mappedName": "Vertex2;:Ha4a,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -153457,20 +209530,20 @@ "history": [ { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -153478,20 +209551,20 @@ "history": [ { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -153499,7 +209572,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H116e,V", + "mappedName": "Vertex3;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153512,7 +209585,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex3;:H116e,V", + "mappedName": "Vertex3;:Ha4a,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -153520,7 +209593,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H116e,V", + "mappedName": "Vertex4;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153533,7 +209606,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Vertex4;:H116e,V", + "mappedName": "Vertex4;:Ha4a,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -153541,20 +209614,20 @@ "history": [ { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -153562,20 +209635,20 @@ "history": [ { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -153583,7 +209656,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H116e,V", + "mappedName": "Vertex6;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153596,7 +209669,7 @@ ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Vertex6;:H116e,V", + "mappedName": "Vertex6;:Ha4a,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -153604,7 +209677,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H116e,V", + "mappedName": "Vertex5;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153617,7 +209690,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex5;:H116e,V", + "mappedName": "Vertex5;:Ha4a,V", "mappedStringIds": [], "name": "Vertex12" }, @@ -153625,20 +209698,20 @@ "history": [ { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex13", "indexedStringIds": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V", "mappedStringIds": [], "name": "Vertex13" }, @@ -153646,20 +209719,20 @@ "history": [ { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex14", "indexedStringIds": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V", "mappedStringIds": [], "name": "Vertex14" }, @@ -153667,7 +209740,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H116e,V", + "mappedName": "Vertex8;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153680,7 +209753,7 @@ ], "indexedName": "Vertex15", "indexedStringIds": [], - "mappedName": "Vertex8;:H116e,V", + "mappedName": "Vertex8;:Ha4a,V", "mappedStringIds": [], "name": "Vertex15" }, @@ -153688,7 +209761,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H116e,V", + "mappedName": "Vertex7;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -153701,7 +209774,7 @@ ], "indexedName": "Vertex16", "indexedStringIds": [], - "mappedName": "Vertex7;:H116e,V", + "mappedName": "Vertex7;:Ha4a,V", "mappedStringIds": [], "name": "Vertex16" } @@ -153717,7 +209790,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:H116e:7,F", + "mappedName": "Face1;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153725,7 +209798,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;CUT;:H116e:7,F", + "name": "Face1;:M;CUT;:Ha4a:7,F", "stringIds": [] }, "relation": "modified", @@ -153744,7 +209817,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CUT;:H116e:7,F", + "mappedName": "Face6;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153752,7 +209825,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;CUT;:H116e:7,F", + "name": "Face6;:M;CUT;:Ha4a:7,F", "stringIds": [] }, "relation": "modified", @@ -153771,7 +209844,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M3;CUT;:H116f:8,F", + "mappedName": "Face1;:M3;CUT;:Ha4b:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153779,7 +209852,7 @@ "index": 3, "type": "Face" }, - "name": "Face1;:M3;CUT;:H116f:8,F", + "name": "Face1;:M3;CUT;:Ha4b:8,F", "stringIds": [] }, "relation": "modified", @@ -153798,7 +209871,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CUT;:H116e:7,F", + "mappedName": "Face5;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153806,7 +209879,7 @@ "index": 4, "type": "Face" }, - "name": "Face5;:M;CUT;:H116e:7,F", + "name": "Face5;:M;CUT;:Ha4a:7,F", "stringIds": [] }, "relation": "modified", @@ -153825,7 +209898,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;CUT;:H116e:7,F", + "mappedName": "Face3;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153833,7 +209906,7 @@ "index": 5, "type": "Face" }, - "name": "Face3;:M;CUT;:H116e:7,F", + "name": "Face3;:M;CUT;:Ha4a:7,F", "stringIds": [] }, "relation": "modified", @@ -153852,7 +209925,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;CUT;:H116e:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153860,7 +209933,7 @@ "index": 6, "type": "Face" }, - "name": "Face1;:M2;CUT;:H116e:8,F", + "name": "Face1;:M2;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -153879,7 +209952,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M2;CUT;:H116e:8,F", + "mappedName": "Face6;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153887,7 +209960,7 @@ "index": 7, "type": "Face" }, - "name": "Face6;:M2;CUT;:H116e:8,F", + "name": "Face6;:M2;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -153906,7 +209979,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:M;CUT;:H116e:7,F", + "mappedName": "Face4;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153914,7 +209987,7 @@ "index": 8, "type": "Face" }, - "name": "Face4;:M;CUT;:H116e:7,F", + "name": "Face4;:M;CUT;:Ha4a:7,F", "stringIds": [] }, "relation": "modified", @@ -153933,7 +210006,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M2;CUT;:H116e:8,F", + "mappedName": "Face5;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153941,7 +210014,7 @@ "index": 9, "type": "Face" }, - "name": "Face5;:M2;CUT;:H116e:8,F", + "name": "Face5;:M2;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -153960,7 +210033,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M4;CUT;:H116f:8,F", + "mappedName": "Face1;:M4;CUT;:Ha4b:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153968,7 +210041,7 @@ "index": 10, "type": "Face" }, - "name": "Face1;:M4;CUT;:H116f:8,F", + "name": "Face1;:M4;CUT;:Ha4b:8,F", "stringIds": [] }, "relation": "modified", @@ -153987,7 +210060,7 @@ "indexedName": "Face11", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M2;CUT;:H116e:8,F", + "mappedName": "Face3;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -153995,7 +210068,7 @@ "index": 11, "type": "Face" }, - "name": "Face3;:M2;CUT;:H116e:8,F", + "name": "Face3;:M2;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -154014,7 +210087,7 @@ "indexedName": "Face12", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M3;CUT;:H116e:8,F", + "mappedName": "Face5;:M3;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154022,7 +210095,7 @@ "index": 12, "type": "Face" }, - "name": "Face5;:M3;CUT;:H116e:8,F", + "name": "Face5;:M3;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -154041,7 +210114,7 @@ "indexedName": "Face13", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:M;CUT;:H116e:7,F", + "mappedName": "Face2;:M;CUT;:Ha4a:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154049,7 +210122,7 @@ "index": 13, "type": "Face" }, - "name": "Face2;:M;CUT;:H116e:7,F", + "name": "Face2;:M;CUT;:Ha4a:7,F", "stringIds": [] }, "relation": "modified", @@ -154068,7 +210141,7 @@ "indexedName": "Face14", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M3;CUT;:H116e:8,F", + "mappedName": "Face6;:M3;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154076,7 +210149,7 @@ "index": 14, "type": "Face" }, - "name": "Face6;:M3;CUT;:H116e:8,F", + "name": "Face6;:M3;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -154095,7 +210168,7 @@ "indexedName": "Face15", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;CUT;:H116f:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4b:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154103,7 +210176,7 @@ "index": 15, "type": "Face" }, - "name": "Face1;:M2;CUT;:H116f:8,F", + "name": "Face1;:M2;CUT;:Ha4b:8,F", "stringIds": [] }, "relation": "modified", @@ -154122,7 +210195,7 @@ "indexedName": "Face16", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:M2;CUT;:H116e:8,F", + "mappedName": "Face4;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154130,7 +210203,7 @@ "index": 16, "type": "Face" }, - "name": "Face4;:M2;CUT;:H116e:8,F", + "name": "Face4;:M2;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -154149,7 +210222,7 @@ "indexedName": "Face17", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M4;CUT;:H116e:8,F", + "mappedName": "Face5;:M4;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154157,7 +210230,7 @@ "index": 17, "type": "Face" }, - "name": "Face5;:M4;CUT;:H116e:8,F", + "name": "Face5;:M4;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -154176,7 +210249,7 @@ "indexedName": "Face18", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:M2;CUT;:H116e:8,F", + "mappedName": "Face2;:M2;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154184,7 +210257,7 @@ "index": 18, "type": "Face" }, - "name": "Face2;:M2;CUT;:H116e:8,F", + "name": "Face2;:M2;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -154203,7 +210276,7 @@ "indexedName": "Face19", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M4;CUT;:H116e:8,F", + "mappedName": "Face6;:M4;CUT;:Ha4a:8,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154211,7 +210284,7 @@ "index": 19, "type": "Face" }, - "name": "Face6;:M4;CUT;:H116e:8,F", + "name": "Face6;:M4;CUT;:Ha4a:8,F", "stringIds": [] }, "relation": "modified", @@ -154230,7 +210303,7 @@ "indexedName": "Face20", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:H116f:7,F", + "mappedName": "Face1;:M;CUT;:Ha4b:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154238,7 +210311,7 @@ "index": 20, "type": "Face" }, - "name": "Face1;:M;CUT;:H116f:7,F", + "name": "Face1;:M;CUT;:Ha4b:7,F", "stringIds": [] }, "relation": "modified", @@ -154257,7 +210330,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;CUT;:H116e:7,E", + "mappedName": "Edge2;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154265,7 +210338,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;CUT;:H116e:7,E", + "name": "Edge2;:M;CUT;:Ha4a:7,E", "stringIds": [] }, "relation": "modified", @@ -154284,7 +210357,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154292,7 +210365,7 @@ "index": 2, "type": "Edge" }, - "name": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E", + "name": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E", "stringIds": [] }, "relation": "generated", @@ -154300,9 +210373,9 @@ "resultPersistentId": "Cut26:edge:1", "sourceRefs": [ { - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F)", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face1;:G(Face1;K-7;:H116f:4,F)", + "persistentId": "Box26:mapped:Face1;:G(Face1;K-7;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -154311,7 +210384,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;CUT;:H116e:7,E", + "mappedName": "Edge4;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154319,7 +210392,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge4;:M;CUT;:H116e:7,E", + "name": "Edge4;:M;CUT;:Ha4a:7,E", "stringIds": [] }, "relation": "modified", @@ -154338,7 +210411,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H116e,E", + "mappedName": "Edge1;:Ha4a,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154346,7 +210419,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge1;:H116e,E", + "name": "Edge1;:Ha4a,E", "stringIds": [] }, "relation": "preserved", @@ -154365,7 +210438,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154373,7 +210446,7 @@ "index": 5, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E", + "name": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stringIds": [] }, "relation": "generated", @@ -154381,9 +210454,9 @@ "resultPersistentId": "Cut26:edge:4", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face6;:G2(Face1;K-15;:H116f:5,F)", + "persistentId": "Box26:mapped:Face6;:G2(Face1;K-15;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -154392,7 +210465,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;CUT;:H116e:7,E", + "mappedName": "Edge10;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154400,7 +210473,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge10;:M;CUT;:H116e:7,E", + "name": "Edge10;:M;CUT;:Ha4a:7,E", "stringIds": [] }, "relation": "modified", @@ -154419,7 +210492,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154427,7 +210500,7 @@ "index": 7, "type": "Edge" }, - "name": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E", + "name": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E", "stringIds": [] }, "relation": "generated", @@ -154435,9 +210508,9 @@ "resultPersistentId": "Cut26:edge:6", "sourceRefs": [ { - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F)", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face3;:G(Face1;K-8;:H116f:4,F)", + "persistentId": "Box26:mapped:Face3;:G(Face1;K-8;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -154446,7 +210519,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154454,7 +210527,7 @@ "index": 8, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E", + "name": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stringIds": [] }, "relation": "generated", @@ -154462,9 +210535,9 @@ "resultPersistentId": "Cut26:edge:7", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face5;:G2(Face1;K-11;:H116f:5,F)", + "persistentId": "Box26:mapped:Face5;:G2(Face1;K-11;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -154473,7 +210546,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;CUT;:H116e:7,E", + "mappedName": "Edge9;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154481,7 +210554,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge9;:M;CUT;:H116e:7,E", + "name": "Edge9;:M;CUT;:Ha4a:7,E", "stringIds": [] }, "relation": "modified", @@ -154500,7 +210573,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M2;CUT;:H116e:8,E", + "mappedName": "Edge2;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154508,7 +210581,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge2;:M2;CUT;:H116e:8,E", + "name": "Edge2;:M2;CUT;:Ha4a:8,E", "stringIds": [] }, "relation": "modified", @@ -154527,7 +210600,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H116e,E", + "mappedName": "Edge3;:Ha4a,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154535,7 +210608,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge3;:H116e,E", + "name": "Edge3;:Ha4a,E", "stringIds": [] }, "relation": "preserved", @@ -154554,7 +210627,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M2;CUT;:H116e:8,E", + "mappedName": "Edge4;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154562,7 +210635,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge4;:M2;CUT;:H116e:8,E", + "name": "Edge4;:M2;CUT;:Ha4a:8,E", "stringIds": [] }, "relation": "modified", @@ -154581,7 +210654,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M;CUT;:H116e:7,E", + "mappedName": "Edge12;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154589,7 +210662,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge12;:M;CUT;:H116e:7,E", + "name": "Edge12;:M;CUT;:Ha4a:7,E", "stringIds": [] }, "relation": "modified", @@ -154608,7 +210681,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154616,7 +210689,7 @@ "index": 14, "type": "Edge" }, - "name": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E", + "name": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stringIds": [] }, "relation": "generated", @@ -154624,9 +210697,9 @@ "resultPersistentId": "Cut26:edge:13", "sourceRefs": [ { - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face6;:G3(Face1;K-16;:H116f:5,F)", + "persistentId": "Box26:mapped:Face6;:G3(Face1;K-16;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -154635,7 +210708,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M;CUT;:H116e:7,E", + "mappedName": "Edge11;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154643,7 +210716,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge11;:M;CUT;:H116e:7,E", + "name": "Edge11;:M;CUT;:Ha4a:7,E", "stringIds": [] }, "relation": "modified", @@ -154662,7 +210735,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154670,7 +210743,7 @@ "index": 16, "type": "Edge" }, - "name": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E", + "name": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E", "stringIds": [] }, "relation": "generated", @@ -154678,9 +210751,9 @@ "resultPersistentId": "Cut26:edge:15", "sourceRefs": [ { - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F)", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face4;:G(Face1;K-9;:H116f:4,F)", + "persistentId": "Box26:mapped:Face4;:G(Face1;K-9;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -154689,7 +210762,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154697,7 +210770,7 @@ "index": 17, "type": "Edge" }, - "name": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E", + "name": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stringIds": [] }, "relation": "generated", @@ -154705,9 +210778,9 @@ "resultPersistentId": "Cut26:edge:16", "sourceRefs": [ { - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face5;:G3(Face1;K-12;:H116f:5,F)", + "persistentId": "Box26:mapped:Face5;:G3(Face1;K-12;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -154716,7 +210789,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M2;CUT;:H116e:8,E", + "mappedName": "Edge9;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154724,7 +210797,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge9;:M2;CUT;:H116e:8,E", + "name": "Edge9;:M2;CUT;:Ha4a:8,E", "stringIds": [] }, "relation": "modified", @@ -154743,7 +210816,7 @@ "indexedName": "Edge19", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H116e,E", + "mappedName": "Edge5;:Ha4a,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154751,7 +210824,7 @@ "index": 19, "type": "Edge" }, - "name": "Edge5;:H116e,E", + "name": "Edge5;:Ha4a,E", "stringIds": [] }, "relation": "preserved", @@ -154770,7 +210843,7 @@ "indexedName": "Edge20", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M2;CUT;:H116e:8,E", + "mappedName": "Edge10;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154778,7 +210851,7 @@ "index": 20, "type": "Edge" }, - "name": "Edge10;:M2;CUT;:H116e:8,E", + "name": "Edge10;:M2;CUT;:Ha4a:8,E", "stringIds": [] }, "relation": "modified", @@ -154797,7 +210870,7 @@ "indexedName": "Edge21", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154805,7 +210878,7 @@ "index": 21, "type": "Edge" }, - "name": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E", + "name": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E", "stringIds": [] }, "relation": "generated", @@ -154813,9 +210886,9 @@ "resultPersistentId": "Cut26:edge:20", "sourceRefs": [ { - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face5;:G(Face1;K-10;:H116f:5,F)", + "persistentId": "Box26:mapped:Face5;:G(Face1;K-10;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -154824,7 +210897,7 @@ "indexedName": "Edge22", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M;CUT;:H116e:7,E", + "mappedName": "Edge8;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154832,7 +210905,7 @@ "index": 22, "type": "Edge" }, - "name": "Edge8;:M;CUT;:H116e:7,E", + "name": "Edge8;:M;CUT;:Ha4a:7,E", "stringIds": [] }, "relation": "modified", @@ -154851,7 +210924,7 @@ "indexedName": "Edge23", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M;CUT;:H116e:7,E", + "mappedName": "Edge6;:M;CUT;:Ha4a:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154859,7 +210932,7 @@ "index": 23, "type": "Edge" }, - "name": "Edge6;:M;CUT;:H116e:7,E", + "name": "Edge6;:M;CUT;:Ha4a:7,E", "stringIds": [] }, "relation": "modified", @@ -154878,7 +210951,7 @@ "indexedName": "Edge24", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CUT;:H116f:7,E", + "mappedName": "Edge1;:M;CUT;:Ha4b:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154886,7 +210959,7 @@ "index": 24, "type": "Edge" }, - "name": "Edge1;:M;CUT;:H116f:7,E", + "name": "Edge1;:M;CUT;:Ha4b:7,E", "stringIds": [] }, "relation": "modified", @@ -154905,7 +210978,7 @@ "indexedName": "Edge25", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154913,7 +210986,7 @@ "index": 25, "type": "Edge" }, - "name": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E", + "name": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E", "stringIds": [] }, "relation": "generated", @@ -154921,9 +210994,9 @@ "resultPersistentId": "Cut26:edge:24", "sourceRefs": [ { - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face6;:G(Face1;K-14;:H116f:5,F)", + "persistentId": "Box26:mapped:Face6;:G(Face1;K-14;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -154932,7 +211005,7 @@ "indexedName": "Edge26", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M2;CUT;:H116e:8,E", + "mappedName": "Edge11;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154940,7 +211013,7 @@ "index": 26, "type": "Edge" }, - "name": "Edge11;:M2;CUT;:H116e:8,E", + "name": "Edge11;:M2;CUT;:Ha4a:8,E", "stringIds": [] }, "relation": "modified", @@ -154959,7 +211032,7 @@ "indexedName": "Edge27", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H116e,E", + "mappedName": "Edge7;:Ha4a,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154967,7 +211040,7 @@ "index": 27, "type": "Edge" }, - "name": "Edge7;:H116e,E", + "name": "Edge7;:Ha4a,E", "stringIds": [] }, "relation": "preserved", @@ -154986,7 +211059,7 @@ "indexedName": "Edge28", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M2;CUT;:H116e:8,E", + "mappedName": "Edge12;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -154994,7 +211067,7 @@ "index": 28, "type": "Edge" }, - "name": "Edge12;:M2;CUT;:H116e:8,E", + "name": "Edge12;:M2;CUT;:Ha4a:8,E", "stringIds": [] }, "relation": "modified", @@ -155013,7 +211086,7 @@ "indexedName": "Edge29", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M2;CUT;:H116e:8,E", + "mappedName": "Edge8;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155021,7 +211094,7 @@ "index": 29, "type": "Edge" }, - "name": "Edge8;:M2;CUT;:H116e:8,E", + "name": "Edge8;:M2;CUT;:Ha4a:8,E", "stringIds": [] }, "relation": "modified", @@ -155040,7 +211113,7 @@ "indexedName": "Edge30", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155048,7 +211121,7 @@ "index": 30, "type": "Edge" }, - "name": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E", + "name": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stringIds": [] }, "relation": "generated", @@ -155056,9 +211129,9 @@ "resultPersistentId": "Cut26:edge:29", "sourceRefs": [ { - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face5;:G4(Face1;K-13;:H116f:5,F)", + "persistentId": "Box26:mapped:Face5;:G4(Face1;K-13;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -155067,7 +211140,7 @@ "indexedName": "Edge31", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M2;CUT;:H116e:8,E", + "mappedName": "Edge6;:M2;CUT;:Ha4a:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155075,7 +211148,7 @@ "index": 31, "type": "Edge" }, - "name": "Edge6;:M2;CUT;:H116e:8,E", + "name": "Edge6;:M2;CUT;:Ha4a:8,E", "stringIds": [] }, "relation": "modified", @@ -155094,7 +211167,7 @@ "indexedName": "Edge32", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155102,7 +211175,7 @@ "index": 32, "type": "Edge" }, - "name": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E", + "name": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stringIds": [] }, "relation": "generated", @@ -155110,9 +211183,9 @@ "resultPersistentId": "Cut26:edge:31", "sourceRefs": [ { - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face6;:G4(Face1;K-17;:H116f:5,F)", + "persistentId": "Box26:mapped:Face6;:G4(Face1;K-17;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -155121,7 +211194,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H116e,V", + "mappedName": "Vertex1;:Ha4a,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155129,7 +211202,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H116e,V", + "name": "Vertex1;:Ha4a,V", "stringIds": [] }, "relation": "preserved", @@ -155148,7 +211221,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155156,7 +211229,7 @@ "index": 2, "type": "Vertex" }, - "name": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V", + "name": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stringIds": [] }, "relation": "generated", @@ -155164,9 +211237,9 @@ "resultPersistentId": "Cut26:vertex:1", "sourceRefs": [ { - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge2;:G(Face1;K-1;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge2;:G(Face1;K-1;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -155175,7 +211248,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155183,7 +211256,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V", + "name": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stringIds": [] }, "relation": "generated", @@ -155191,9 +211264,9 @@ "resultPersistentId": "Cut26:vertex:2", "sourceRefs": [ { - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge4;:G(Face1;K-2;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge4;:G(Face1;K-2;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -155202,7 +211275,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H116e,V", + "mappedName": "Vertex2;:Ha4a,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155210,7 +211283,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex2;:H116e,V", + "name": "Vertex2;:Ha4a,V", "stringIds": [] }, "relation": "preserved", @@ -155229,7 +211302,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155237,7 +211310,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V", + "name": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stringIds": [] }, "relation": "generated", @@ -155245,9 +211318,9 @@ "resultPersistentId": "Cut26:vertex:4", "sourceRefs": [ { - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge10;:G(Face1;K-4;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge10;:G(Face1;K-4;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -155256,7 +211329,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155264,7 +211337,7 @@ "index": 6, "type": "Vertex" }, - "name": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V", + "name": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stringIds": [] }, "relation": "generated", @@ -155272,9 +211345,9 @@ "resultPersistentId": "Cut26:vertex:5", "sourceRefs": [ { - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge9;:G(Face1;K-3;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge9;:G(Face1;K-3;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -155283,7 +211356,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H116e,V", + "mappedName": "Vertex3;:Ha4a,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155291,7 +211364,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex3;:H116e,V", + "name": "Vertex3;:Ha4a,V", "stringIds": [] }, "relation": "preserved", @@ -155310,7 +211383,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H116e,V", + "mappedName": "Vertex4;:Ha4a,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155318,7 +211391,7 @@ "index": 8, "type": "Vertex" }, - "name": "Vertex4;:H116e,V", + "name": "Vertex4;:Ha4a,V", "stringIds": [] }, "relation": "preserved", @@ -155337,7 +211410,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155345,7 +211418,7 @@ "index": 9, "type": "Vertex" }, - "name": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V", + "name": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stringIds": [] }, "relation": "generated", @@ -155353,9 +211426,9 @@ "resultPersistentId": "Cut26:vertex:8", "sourceRefs": [ { - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge12;:G(Face1;K-6;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge12;:G(Face1;K-6;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -155364,7 +211437,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155372,7 +211445,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V", + "name": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stringIds": [] }, "relation": "generated", @@ -155380,9 +211453,9 @@ "resultPersistentId": "Cut26:vertex:9", "sourceRefs": [ { - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge11;:G(Face1;K-5;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge11;:G(Face1;K-5;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -155391,7 +211464,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H116e,V", + "mappedName": "Vertex6;:Ha4a,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155399,7 +211472,7 @@ "index": 11, "type": "Vertex" }, - "name": "Vertex6;:H116e,V", + "name": "Vertex6;:Ha4a,V", "stringIds": [] }, "relation": "preserved", @@ -155418,7 +211491,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H116e,V", + "mappedName": "Vertex5;:Ha4a,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155426,7 +211499,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex5;:H116e,V", + "name": "Vertex5;:Ha4a,V", "stringIds": [] }, "relation": "preserved", @@ -155445,7 +211518,7 @@ "indexedName": "Vertex13", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155453,7 +211526,7 @@ "index": 13, "type": "Vertex" }, - "name": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V", + "name": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V", "stringIds": [] }, "relation": "generated", @@ -155461,9 +211534,9 @@ "resultPersistentId": "Cut26:vertex:12", "sourceRefs": [ { - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge8;:G(Edge1;K-2;:H116f:4,E)", + "persistentId": "Box26:mapped:Edge8;:G(Edge1;K-2;:Ha4b:4,E)", "stageId": "Box26" } ] @@ -155472,7 +211545,7 @@ "indexedName": "Vertex14", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155480,7 +211553,7 @@ "index": 14, "type": "Vertex" }, - "name": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V", + "name": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V", "stringIds": [] }, "relation": "generated", @@ -155488,9 +211561,9 @@ "resultPersistentId": "Cut26:vertex:13", "sourceRefs": [ { - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge6;:G(Edge1;K-1;:H116f:4,E)", + "persistentId": "Box26:mapped:Edge6;:G(Edge1;K-1;:Ha4b:4,E)", "stageId": "Box26" } ] @@ -155499,7 +211572,7 @@ "indexedName": "Vertex15", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H116e,V", + "mappedName": "Vertex8;:Ha4a,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155507,7 +211580,7 @@ "index": 15, "type": "Vertex" }, - "name": "Vertex8;:H116e,V", + "name": "Vertex8;:Ha4a,V", "stringIds": [] }, "relation": "preserved", @@ -155526,7 +211599,7 @@ "indexedName": "Vertex16", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H116e,V", + "mappedName": "Vertex7;:Ha4a,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -155534,7 +211607,7 @@ "index": 16, "type": "Vertex" }, - "name": "Vertex7;:H116e,V", + "name": "Vertex7;:Ha4a,V", "stringIds": [] }, "relation": "preserved", @@ -155559,11 +211632,1039 @@ "stageId": "Cut26", "status": "native-evidence" }, + "relationDigest": "d61d0f83cb6be60e4b9e70f5a35f08b10ae52ec445b00cf81641485a120295ca", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face1;:M3;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face5;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face3;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face1;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face6;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face4;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face5;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face1;:M4;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "Face3;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "Face5;:M3;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face13", + "mappedName": "Face2;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face13", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face14", + "mappedName": "Face6;:M3;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face14", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face15", + "mappedName": "Face1;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face15", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face16", + "mappedName": "Face4;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face16", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face17", + "mappedName": "Face5;:M4;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face17", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face18", + "mappedName": "Face2;:M2;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face18", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face19", + "mappedName": "Face6;:M4;CUT;:H#:8,F", + "relation": "modified", + "resultName": "Face19", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Face20", + "mappedName": "Face1;:M;CUT;:H#:7,F", + "relation": "modified", + "resultName": "Face20", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Face1;:G(Face1;K-7;:H#:4,F);CUT;:H#:1c,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Face1;:G(Face1;K-7;:H#:4,F)", + "sourceElement": "Face1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge4;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge1;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge10;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Face3;:G(Face1;K-8;:H#:4,F);CUT;:H#:1c,E", + "relation": "generated", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Face3;:G(Face1;K-8;:H#:4,F)", + "sourceElement": "Face3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge9;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge2;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge4;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge12;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge11;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Face4;:G(Face1;K-9;:H#:4,F);CUT;:H#:1c,E", + "relation": "generated", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Face4;:G(Face1;K-9;:H#:4,F)", + "sourceElement": "Face4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge9;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "Edge10;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "Edge8;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "Edge6;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "Edge1;:M;CUT;:H#:7,E", + "relation": "modified", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge25", + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F);CUT;:H#:1d,E", + "relation": "generated", + "resultName": "Edge25", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge26", + "mappedName": "Edge11;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge26", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge27", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge27", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge28", + "mappedName": "Edge12;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge28", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge29", + "mappedName": "Edge8;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge29", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge30", + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge30", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge31", + "mappedName": "Edge6;:M2;CUT;:H#:8,E", + "relation": "modified", + "resultName": "Edge31", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Edge32", + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F);CUT;:H#:1e,E", + "relation": "generated", + "resultName": "Edge32", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F)", + "sourceElement": "Edge2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F)", + "sourceElement": "Edge4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex2;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F)", + "sourceElement": "Edge10", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F)", + "sourceElement": "Edge9", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F)", + "sourceElement": "Edge12", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F)", + "sourceElement": "Edge11", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E)", + "sourceElement": "Edge8", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E);CUT;:H#:1c,V", + "relation": "generated", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E)", + "sourceElement": "Edge6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + } + ] + } + ], + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", "shape": { + "area": 757.0796326794896, + "brepSha256": "e01acd469c7886ba31d87214a4f4d83cee67216bbac5ee757383696c449aec20", "edges": 32, "faces": 20, + "geometryDigest": "aa541651e24633731b267736112959a0eb300f95582b2345a664856b5f4e325d", "solids": 4, "valid": true, + "vertices": 16, "volume": 214.60183660255157 }, "typeId": "Part::Cut" @@ -155573,6 +212674,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "SecondBox26", + "linkedObjects": [], "name": "SecondBox26", "names": [ { @@ -156503,11 +213605,201 @@ "stageId": "SecondBox26", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 96, + "brepSha256": "c7fb88ba886abab755c2004088ab5de0685838b66be120ab665cbd5cfb98596a", "edges": 12, "faces": 6, + "geometryDigest": "18f1d40e5ad8509c3c1f588c6a2e4b78da31573922549b15540e3720f90c0f54", "solids": 1, "valid": true, + "vertices": 8, "volume": 63.999999999999986 }, "typeId": "Part::Box" @@ -156519,19 +213811,23 @@ "elementMapSize": 68, "elementMapVersion": "15.70200.5", "label": "CompositeCut26", + "linkedObjects": [ + "Cut26", + "SecondBox26" + ], "name": "CompositeCut26", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face1;:M;CUT;:Ha4a:7,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M;CUT;:H116e:7,F", + "mappedName": "Face1;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156544,7 +213840,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face1;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "name": "Face1" }, @@ -156552,13 +213848,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face6;:M;CUT;:Ha4a:7,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M;CUT;:H116e:7,F", + "mappedName": "Face6;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156571,7 +213867,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face6;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "name": "Face2" }, @@ -156579,13 +213875,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M3;CUT;:H116f:8,F;:H1170,F", + "mappedName": "Face1;:M3;CUT;:Ha4b:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M3;CUT;:H116f:8,F", + "mappedName": "Face1;:M3;CUT;:Ha4b:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156598,7 +213894,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Face1;:M3;CUT;:H116f:8,F;:H1170,F", + "mappedName": "Face1;:M3;CUT;:Ha4b:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face3" }, @@ -156606,13 +213902,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face5;:M;CUT;:Ha4a:7,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M;CUT;:H116e:7,F", + "mappedName": "Face5;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156625,7 +213921,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face5;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face5;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "name": "Face4" }, @@ -156633,13 +213929,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face3;:M;CUT;:Ha4a:7,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:M;CUT;:H116e:7,F", + "mappedName": "Face3;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156652,7 +213948,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face3;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face3;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "name": "Face5" }, @@ -156660,13 +213956,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face1;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M2;CUT;:H116e:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156679,7 +213975,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face1;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face1;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face6" }, @@ -156687,13 +213983,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face6;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M2;CUT;:H116e:8,F", + "mappedName": "Face6;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156706,7 +214002,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face6;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face6;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face7" }, @@ -156714,13 +214010,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face4;:M;CUT;:Ha4a:7,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:M;CUT;:H116e:7,F", + "mappedName": "Face4;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156733,7 +214029,7 @@ ], "indexedName": "Face8", "indexedStringIds": [], - "mappedName": "Face4;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face4;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "name": "Face8" }, @@ -156741,13 +214037,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face5;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M2;CUT;:H116e:8,F", + "mappedName": "Face5;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156760,7 +214056,7 @@ ], "indexedName": "Face9", "indexedStringIds": [], - "mappedName": "Face5;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face5;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face9" }, @@ -156768,13 +214064,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M4;CUT;:H116f:8,F;:H1170,F", + "mappedName": "Face1;:M4;CUT;:Ha4b:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M4;CUT;:H116f:8,F", + "mappedName": "Face1;:M4;CUT;:Ha4b:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156787,7 +214083,7 @@ ], "indexedName": "Face10", "indexedStringIds": [], - "mappedName": "Face1;:M4;CUT;:H116f:8,F;:H1170,F", + "mappedName": "Face1;:M4;CUT;:Ha4b:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face10" }, @@ -156795,13 +214091,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face3;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:M2;CUT;:H116e:8,F", + "mappedName": "Face3;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156814,7 +214110,7 @@ ], "indexedName": "Face11", "indexedStringIds": [], - "mappedName": "Face3;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face3;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face11" }, @@ -156822,13 +214118,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M3;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face5;:M3;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M3;CUT;:H116e:8,F", + "mappedName": "Face5;:M3;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156841,7 +214137,7 @@ ], "indexedName": "Face12", "indexedStringIds": [], - "mappedName": "Face5;:M3;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face5;:M3;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face12" }, @@ -156849,13 +214145,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face2;:M;CUT;:Ha4a:7,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:M;CUT;:H116e:7,F", + "mappedName": "Face2;:M;CUT;:Ha4a:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156868,7 +214164,7 @@ ], "indexedName": "Face13", "indexedStringIds": [], - "mappedName": "Face2;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face2;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "name": "Face13" }, @@ -156876,13 +214172,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M3;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face6;:M3;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M3;CUT;:H116e:8,F", + "mappedName": "Face6;:M3;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156895,7 +214191,7 @@ ], "indexedName": "Face14", "indexedStringIds": [], - "mappedName": "Face6;:M3;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face6;:M3;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face14" }, @@ -156903,13 +214199,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M2;CUT;:H116f:8,F;:H1170,F", + "mappedName": "Face1;:M2;CUT;:Ha4b:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M2;CUT;:H116f:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4b:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156922,7 +214218,7 @@ ], "indexedName": "Face15", "indexedStringIds": [], - "mappedName": "Face1;:M2;CUT;:H116f:8,F;:H1170,F", + "mappedName": "Face1;:M2;CUT;:Ha4b:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face15" }, @@ -156930,13 +214226,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face4;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:M2;CUT;:H116e:8,F", + "mappedName": "Face4;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156949,7 +214245,7 @@ ], "indexedName": "Face16", "indexedStringIds": [], - "mappedName": "Face4;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face4;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face16" }, @@ -156957,13 +214253,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M4;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face5;:M4;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:M4;CUT;:H116e:8,F", + "mappedName": "Face5;:M4;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -156976,7 +214272,7 @@ ], "indexedName": "Face17", "indexedStringIds": [], - "mappedName": "Face5;:M4;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face5;:M4;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face17" }, @@ -156984,13 +214280,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face2;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face2;:M2;CUT;:H116e:8,F", + "mappedName": "Face2;:M2;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157003,7 +214299,7 @@ ], "indexedName": "Face18", "indexedStringIds": [], - "mappedName": "Face2;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face2;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face18" }, @@ -157011,13 +214307,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M4;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face6;:M4;CUT;:Ha4a:8,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:M4;CUT;:H116e:8,F", + "mappedName": "Face6;:M4;CUT;:Ha4a:8,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157030,7 +214326,7 @@ ], "indexedName": "Face19", "indexedStringIds": [], - "mappedName": "Face6;:M4;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face6;:M4;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "name": "Face19" }, @@ -157038,13 +214334,13 @@ "history": [ { "children": [], - "mappedName": "Face1;:M;CUT;:H116f:7,F;:H1170,F", + "mappedName": "Face1;:M;CUT;:Ha4b:7,F;:Ha4c,F", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:M;CUT;:H116f:7,F", + "mappedName": "Face1;:M;CUT;:Ha4b:7,F", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157057,7 +214353,7 @@ ], "indexedName": "Face20", "indexedStringIds": [], - "mappedName": "Face1;:M;CUT;:H116f:7,F;:H1170,F", + "mappedName": "Face1;:M;CUT;:Ha4b:7,F;:Ha4c,F", "mappedStringIds": [], "name": "Face20" }, @@ -157065,13 +214361,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge2;:M;CUT;:Ha4a:7,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:M;CUT;:H116e:7,E", + "mappedName": "Edge2;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157084,7 +214380,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge2;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge1" }, @@ -157092,26 +214388,26 @@ "history": [ { "children": [], - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F)", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge2" }, @@ -157119,13 +214415,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge4;:M;CUT;:Ha4a:7,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:M;CUT;:H116e:7,E", + "mappedName": "Edge4;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157138,7 +214434,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge4;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge4;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge3" }, @@ -157146,13 +214442,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:H116e,E;:H1170,E", + "mappedName": "Edge1;:Ha4a,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:H116e,E", + "mappedName": "Edge1;:Ha4a,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157165,7 +214461,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge1;:H116e,E;:H1170,E", + "mappedName": "Edge1;:Ha4a,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge4" }, @@ -157173,26 +214469,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge5" }, @@ -157200,13 +214496,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge10;:M;CUT;:Ha4a:7,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:M;CUT;:H116e:7,E", + "mappedName": "Edge10;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157219,7 +214515,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge10;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge10;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge6" }, @@ -157227,26 +214523,26 @@ "history": [ { "children": [], - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F)", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge7" }, @@ -157254,26 +214550,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge8" }, @@ -157281,13 +214577,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge9;:M;CUT;:Ha4a:7,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:M;CUT;:H116e:7,E", + "mappedName": "Edge9;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157300,7 +214596,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge9;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge9;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge9" }, @@ -157308,13 +214604,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge2;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:M2;CUT;:H116e:8,E", + "mappedName": "Edge2;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157327,7 +214623,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge2;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge2;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge10" }, @@ -157335,13 +214631,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H116e,E;:H1170,E", + "mappedName": "Edge3;:Ha4a,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge3;:H116e,E", + "mappedName": "Edge3;:Ha4a,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157354,7 +214650,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge3;:H116e,E;:H1170,E", + "mappedName": "Edge3;:Ha4a,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge11" }, @@ -157362,13 +214658,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge4;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:M2;CUT;:H116e:8,E", + "mappedName": "Edge4;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157381,7 +214677,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge4;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge4;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge12" }, @@ -157389,13 +214685,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge12;:M;CUT;:Ha4a:7,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:M;CUT;:H116e:7,E", + "mappedName": "Edge12;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157408,7 +214704,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge12;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge12;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge13" }, @@ -157416,26 +214712,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge14" }, @@ -157443,13 +214739,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge11;:M;CUT;:Ha4a:7,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:M;CUT;:H116e:7,E", + "mappedName": "Edge11;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157462,7 +214758,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge11;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge11;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge15" }, @@ -157470,26 +214766,26 @@ "history": [ { "children": [], - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F)", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge16", "indexedStringIds": [], - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge16" }, @@ -157497,26 +214793,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge17", "indexedStringIds": [], - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge17" }, @@ -157524,13 +214820,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge9;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:M2;CUT;:H116e:8,E", + "mappedName": "Edge9;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157543,7 +214839,7 @@ ], "indexedName": "Edge18", "indexedStringIds": [], - "mappedName": "Edge9;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge9;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge18" }, @@ -157551,13 +214847,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H116e,E;:H1170,E", + "mappedName": "Edge5;:Ha4a,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge5;:H116e,E", + "mappedName": "Edge5;:Ha4a,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157570,7 +214866,7 @@ ], "indexedName": "Edge19", "indexedStringIds": [], - "mappedName": "Edge5;:H116e,E;:H1170,E", + "mappedName": "Edge5;:Ha4a,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge19" }, @@ -157578,13 +214874,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge10;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:M2;CUT;:H116e:8,E", + "mappedName": "Edge10;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157597,7 +214893,7 @@ ], "indexedName": "Edge20", "indexedStringIds": [], - "mappedName": "Edge10;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge10;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge20" }, @@ -157605,26 +214901,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge21", "indexedStringIds": [], - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge21" }, @@ -157632,13 +214928,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge8;:M;CUT;:Ha4a:7,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:M;CUT;:H116e:7,E", + "mappedName": "Edge8;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157651,7 +214947,7 @@ ], "indexedName": "Edge22", "indexedStringIds": [], - "mappedName": "Edge8;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge8;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge22" }, @@ -157659,13 +214955,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge6;:M;CUT;:Ha4a:7,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:M;CUT;:H116e:7,E", + "mappedName": "Edge6;:M;CUT;:Ha4a:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157678,7 +214974,7 @@ ], "indexedName": "Edge23", "indexedStringIds": [], - "mappedName": "Edge6;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge6;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge23" }, @@ -157686,13 +214982,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:M;CUT;:H116f:7,E;:H1170,E", + "mappedName": "Edge1;:M;CUT;:Ha4b:7,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge1;:M;CUT;:H116f:7,E", + "mappedName": "Edge1;:M;CUT;:Ha4b:7,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157705,7 +215001,7 @@ ], "indexedName": "Edge24", "indexedStringIds": [], - "mappedName": "Edge1;:M;CUT;:H116f:7,E;:H1170,E", + "mappedName": "Edge1;:M;CUT;:Ha4b:7,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge24" }, @@ -157713,26 +215009,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge25", "indexedStringIds": [], - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge25" }, @@ -157740,13 +215036,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge11;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:M2;CUT;:H116e:8,E", + "mappedName": "Edge11;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157759,7 +215055,7 @@ ], "indexedName": "Edge26", "indexedStringIds": [], - "mappedName": "Edge11;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge11;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge26" }, @@ -157767,13 +215063,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H116e,E;:H1170,E", + "mappedName": "Edge7;:Ha4a,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge7;:H116e,E", + "mappedName": "Edge7;:Ha4a,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157786,7 +215082,7 @@ ], "indexedName": "Edge27", "indexedStringIds": [], - "mappedName": "Edge7;:H116e,E;:H1170,E", + "mappedName": "Edge7;:Ha4a,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge27" }, @@ -157794,13 +215090,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge12;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:M2;CUT;:H116e:8,E", + "mappedName": "Edge12;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157813,7 +215109,7 @@ ], "indexedName": "Edge28", "indexedStringIds": [], - "mappedName": "Edge12;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge12;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge28" }, @@ -157821,13 +215117,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge8;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:M2;CUT;:H116e:8,E", + "mappedName": "Edge8;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157840,7 +215136,7 @@ ], "indexedName": "Edge29", "indexedStringIds": [], - "mappedName": "Edge8;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge8;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge29" }, @@ -157848,26 +215144,26 @@ "history": [ { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge30", "indexedStringIds": [], - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge30" }, @@ -157875,13 +215171,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge6;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:M2;CUT;:H116e:8,E", + "mappedName": "Edge6;:M2;CUT;:Ha4a:8,E", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157894,7 +215190,7 @@ ], "indexedName": "Edge31", "indexedStringIds": [], - "mappedName": "Edge6;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge6;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge31" }, @@ -157902,26 +215198,26 @@ "history": [ { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Edge32", "indexedStringIds": [], - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "name": "Edge32" }, @@ -157929,13 +215225,13 @@ "history": [ { "children": [], - "mappedName": "Vertex1;:H116e,V;:H1170,V", + "mappedName": "Vertex1;:Ha4a,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex1;:H116e,V", + "mappedName": "Vertex1;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -157948,7 +215244,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Vertex1;:H116e,V;:H1170,V", + "mappedName": "Vertex1;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -157956,26 +215252,26 @@ "history": [ { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -157983,26 +215279,26 @@ "history": [ { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -158010,13 +215306,13 @@ "history": [ { "children": [], - "mappedName": "Vertex2;:H116e,V;:H1170,V", + "mappedName": "Vertex2;:Ha4a,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex2;:H116e,V", + "mappedName": "Vertex2;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -158029,7 +215325,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex2;:H116e,V;:H1170,V", + "mappedName": "Vertex2;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -158037,26 +215333,26 @@ "history": [ { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -158064,26 +215360,26 @@ "history": [ { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -158091,13 +215387,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H116e,V;:H1170,V", + "mappedName": "Vertex3;:Ha4a,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex3;:H116e,V", + "mappedName": "Vertex3;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -158110,7 +215406,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex3;:H116e,V;:H1170,V", + "mappedName": "Vertex3;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -158118,13 +215414,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H116e,V;:H1170,V", + "mappedName": "Vertex4;:Ha4a,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex4;:H116e,V", + "mappedName": "Vertex4;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -158137,7 +215433,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Vertex4;:H116e,V;:H1170,V", + "mappedName": "Vertex4;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -158145,26 +215441,26 @@ "history": [ { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -158172,26 +215468,26 @@ "history": [ { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex10" }, @@ -158199,13 +215495,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H116e,V;:H1170,V", + "mappedName": "Vertex6;:Ha4a,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex6;:H116e,V", + "mappedName": "Vertex6;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -158218,7 +215514,7 @@ ], "indexedName": "Vertex11", "indexedStringIds": [], - "mappedName": "Vertex6;:H116e,V;:H1170,V", + "mappedName": "Vertex6;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex11" }, @@ -158226,13 +215522,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H116e,V;:H1170,V", + "mappedName": "Vertex5;:Ha4a,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex5;:H116e,V", + "mappedName": "Vertex5;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -158245,7 +215541,7 @@ ], "indexedName": "Vertex12", "indexedStringIds": [], - "mappedName": "Vertex5;:H116e,V;:H1170,V", + "mappedName": "Vertex5;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex12" }, @@ -158253,26 +215549,26 @@ "history": [ { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex13", "indexedStringIds": [], - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex13" }, @@ -158280,26 +215576,26 @@ "history": [ { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V", "object": "Cut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E)", "object": "Box26", "typeId": "Part::Box" } ], "indexedName": "Vertex14", "indexedStringIds": [], - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex14" }, @@ -158307,13 +215603,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H116e,V;:H1170,V", + "mappedName": "Vertex8;:Ha4a,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex8;:H116e,V", + "mappedName": "Vertex8;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -158326,7 +215622,7 @@ ], "indexedName": "Vertex15", "indexedStringIds": [], - "mappedName": "Vertex8;:H116e,V;:H1170,V", + "mappedName": "Vertex8;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex15" }, @@ -158334,13 +215630,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H116e,V;:H1170,V", + "mappedName": "Vertex7;:Ha4a,V;:Ha4c,V", "object": "CompositeCut26", "typeId": "Part::Cut" }, { "children": [], - "mappedName": "Vertex7;:H116e,V", + "mappedName": "Vertex7;:Ha4a,V", "object": "Cut26", "typeId": "Part::Cut" }, @@ -158353,7 +215649,7 @@ ], "indexedName": "Vertex16", "indexedStringIds": [], - "mappedName": "Vertex7;:H116e,V;:H1170,V", + "mappedName": "Vertex7;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "name": "Vertex16" } @@ -158369,7 +215665,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face1;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158377,7 +215673,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;CUT;:H116e:7,F;:H1170,F", + "name": "Face1;:M;CUT;:Ha4a:7,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158385,9 +215681,9 @@ "resultPersistentId": "CompositeCut26:face:0", "sourceRefs": [ { - "mappedName": "Face1;:M;CUT;:H116e:7,F", + "mappedName": "Face1;:M;CUT;:Ha4a:7,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face1;:M;CUT;:H116e:7,F", + "persistentId": "Cut26:mapped:Face1;:M;CUT;:Ha4a:7,F", "stageId": "Cut26" }, { @@ -158402,7 +215698,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face6;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158410,7 +215706,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;CUT;:H116e:7,F;:H1170,F", + "name": "Face6;:M;CUT;:Ha4a:7,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158418,9 +215714,9 @@ "resultPersistentId": "CompositeCut26:face:1", "sourceRefs": [ { - "mappedName": "Face6;:M;CUT;:H116e:7,F", + "mappedName": "Face6;:M;CUT;:Ha4a:7,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face6;:M;CUT;:H116e:7,F", + "persistentId": "Cut26:mapped:Face6;:M;CUT;:Ha4a:7,F", "stageId": "Cut26" }, { @@ -158435,7 +215731,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M3;CUT;:H116f:8,F;:H1170,F", + "mappedName": "Face1;:M3;CUT;:Ha4b:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158443,7 +215739,7 @@ "index": 3, "type": "Face" }, - "name": "Face1;:M3;CUT;:H116f:8,F;:H1170,F", + "name": "Face1;:M3;CUT;:Ha4b:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158451,9 +215747,9 @@ "resultPersistentId": "CompositeCut26:face:2", "sourceRefs": [ { - "mappedName": "Face1;:M3;CUT;:H116f:8,F", + "mappedName": "Face1;:M3;CUT;:Ha4b:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face1;:M3;CUT;:H116f:8,F", + "persistentId": "Cut26:mapped:Face1;:M3;CUT;:Ha4b:8,F", "stageId": "Cut26" }, { @@ -158468,7 +215764,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face5;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158476,7 +215772,7 @@ "index": 4, "type": "Face" }, - "name": "Face5;:M;CUT;:H116e:7,F;:H1170,F", + "name": "Face5;:M;CUT;:Ha4a:7,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158484,9 +215780,9 @@ "resultPersistentId": "CompositeCut26:face:3", "sourceRefs": [ { - "mappedName": "Face5;:M;CUT;:H116e:7,F", + "mappedName": "Face5;:M;CUT;:Ha4a:7,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face5;:M;CUT;:H116e:7,F", + "persistentId": "Cut26:mapped:Face5;:M;CUT;:Ha4a:7,F", "stageId": "Cut26" }, { @@ -158501,7 +215797,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face3;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158509,7 +215805,7 @@ "index": 5, "type": "Face" }, - "name": "Face3;:M;CUT;:H116e:7,F;:H1170,F", + "name": "Face3;:M;CUT;:Ha4a:7,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158517,9 +215813,9 @@ "resultPersistentId": "CompositeCut26:face:4", "sourceRefs": [ { - "mappedName": "Face3;:M;CUT;:H116e:7,F", + "mappedName": "Face3;:M;CUT;:Ha4a:7,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face3;:M;CUT;:H116e:7,F", + "persistentId": "Cut26:mapped:Face3;:M;CUT;:Ha4a:7,F", "stageId": "Cut26" }, { @@ -158534,7 +215830,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face1;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158542,7 +215838,7 @@ "index": 6, "type": "Face" }, - "name": "Face1;:M2;CUT;:H116e:8,F;:H1170,F", + "name": "Face1;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158550,9 +215846,9 @@ "resultPersistentId": "CompositeCut26:face:5", "sourceRefs": [ { - "mappedName": "Face1;:M2;CUT;:H116e:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face1;:M2;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face1;:M2;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158567,7 +215863,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face6;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158575,7 +215871,7 @@ "index": 7, "type": "Face" }, - "name": "Face6;:M2;CUT;:H116e:8,F;:H1170,F", + "name": "Face6;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158583,9 +215879,9 @@ "resultPersistentId": "CompositeCut26:face:6", "sourceRefs": [ { - "mappedName": "Face6;:M2;CUT;:H116e:8,F", + "mappedName": "Face6;:M2;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face6;:M2;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face6;:M2;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158600,7 +215896,7 @@ "indexedName": "Face8", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face4;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158608,7 +215904,7 @@ "index": 8, "type": "Face" }, - "name": "Face4;:M;CUT;:H116e:7,F;:H1170,F", + "name": "Face4;:M;CUT;:Ha4a:7,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158616,9 +215912,9 @@ "resultPersistentId": "CompositeCut26:face:7", "sourceRefs": [ { - "mappedName": "Face4;:M;CUT;:H116e:7,F", + "mappedName": "Face4;:M;CUT;:Ha4a:7,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face4;:M;CUT;:H116e:7,F", + "persistentId": "Cut26:mapped:Face4;:M;CUT;:Ha4a:7,F", "stageId": "Cut26" }, { @@ -158633,7 +215929,7 @@ "indexedName": "Face9", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face5;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158641,7 +215937,7 @@ "index": 9, "type": "Face" }, - "name": "Face5;:M2;CUT;:H116e:8,F;:H1170,F", + "name": "Face5;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158649,9 +215945,9 @@ "resultPersistentId": "CompositeCut26:face:8", "sourceRefs": [ { - "mappedName": "Face5;:M2;CUT;:H116e:8,F", + "mappedName": "Face5;:M2;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face5;:M2;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face5;:M2;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158666,7 +215962,7 @@ "indexedName": "Face10", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M4;CUT;:H116f:8,F;:H1170,F", + "mappedName": "Face1;:M4;CUT;:Ha4b:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158674,7 +215970,7 @@ "index": 10, "type": "Face" }, - "name": "Face1;:M4;CUT;:H116f:8,F;:H1170,F", + "name": "Face1;:M4;CUT;:Ha4b:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158682,9 +215978,9 @@ "resultPersistentId": "CompositeCut26:face:9", "sourceRefs": [ { - "mappedName": "Face1;:M4;CUT;:H116f:8,F", + "mappedName": "Face1;:M4;CUT;:Ha4b:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face1;:M4;CUT;:H116f:8,F", + "persistentId": "Cut26:mapped:Face1;:M4;CUT;:Ha4b:8,F", "stageId": "Cut26" }, { @@ -158699,7 +215995,7 @@ "indexedName": "Face11", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face3;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158707,7 +216003,7 @@ "index": 11, "type": "Face" }, - "name": "Face3;:M2;CUT;:H116e:8,F;:H1170,F", + "name": "Face3;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158715,9 +216011,9 @@ "resultPersistentId": "CompositeCut26:face:10", "sourceRefs": [ { - "mappedName": "Face3;:M2;CUT;:H116e:8,F", + "mappedName": "Face3;:M2;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face3;:M2;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face3;:M2;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158732,7 +216028,7 @@ "indexedName": "Face12", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M3;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face5;:M3;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158740,7 +216036,7 @@ "index": 12, "type": "Face" }, - "name": "Face5;:M3;CUT;:H116e:8,F;:H1170,F", + "name": "Face5;:M3;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158748,9 +216044,9 @@ "resultPersistentId": "CompositeCut26:face:11", "sourceRefs": [ { - "mappedName": "Face5;:M3;CUT;:H116e:8,F", + "mappedName": "Face5;:M3;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face5;:M3;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face5;:M3;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158765,7 +216061,7 @@ "indexedName": "Face13", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:M;CUT;:H116e:7,F;:H1170,F", + "mappedName": "Face2;:M;CUT;:Ha4a:7,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158773,7 +216069,7 @@ "index": 13, "type": "Face" }, - "name": "Face2;:M;CUT;:H116e:7,F;:H1170,F", + "name": "Face2;:M;CUT;:Ha4a:7,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158781,9 +216077,9 @@ "resultPersistentId": "CompositeCut26:face:12", "sourceRefs": [ { - "mappedName": "Face2;:M;CUT;:H116e:7,F", + "mappedName": "Face2;:M;CUT;:Ha4a:7,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face2;:M;CUT;:H116e:7,F", + "persistentId": "Cut26:mapped:Face2;:M;CUT;:Ha4a:7,F", "stageId": "Cut26" }, { @@ -158798,7 +216094,7 @@ "indexedName": "Face14", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M3;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face6;:M3;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158806,7 +216102,7 @@ "index": 14, "type": "Face" }, - "name": "Face6;:M3;CUT;:H116e:8,F;:H1170,F", + "name": "Face6;:M3;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158814,9 +216110,9 @@ "resultPersistentId": "CompositeCut26:face:13", "sourceRefs": [ { - "mappedName": "Face6;:M3;CUT;:H116e:8,F", + "mappedName": "Face6;:M3;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face6;:M3;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face6;:M3;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158831,7 +216127,7 @@ "indexedName": "Face15", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M2;CUT;:H116f:8,F;:H1170,F", + "mappedName": "Face1;:M2;CUT;:Ha4b:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158839,7 +216135,7 @@ "index": 15, "type": "Face" }, - "name": "Face1;:M2;CUT;:H116f:8,F;:H1170,F", + "name": "Face1;:M2;CUT;:Ha4b:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158847,9 +216143,9 @@ "resultPersistentId": "CompositeCut26:face:14", "sourceRefs": [ { - "mappedName": "Face1;:M2;CUT;:H116f:8,F", + "mappedName": "Face1;:M2;CUT;:Ha4b:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face1;:M2;CUT;:H116f:8,F", + "persistentId": "Cut26:mapped:Face1;:M2;CUT;:Ha4b:8,F", "stageId": "Cut26" }, { @@ -158864,7 +216160,7 @@ "indexedName": "Face16", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face4;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158872,7 +216168,7 @@ "index": 16, "type": "Face" }, - "name": "Face4;:M2;CUT;:H116e:8,F;:H1170,F", + "name": "Face4;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158880,9 +216176,9 @@ "resultPersistentId": "CompositeCut26:face:15", "sourceRefs": [ { - "mappedName": "Face4;:M2;CUT;:H116e:8,F", + "mappedName": "Face4;:M2;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face4;:M2;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face4;:M2;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158897,7 +216193,7 @@ "indexedName": "Face17", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M4;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face5;:M4;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158905,7 +216201,7 @@ "index": 17, "type": "Face" }, - "name": "Face5;:M4;CUT;:H116e:8,F;:H1170,F", + "name": "Face5;:M4;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158913,9 +216209,9 @@ "resultPersistentId": "CompositeCut26:face:16", "sourceRefs": [ { - "mappedName": "Face5;:M4;CUT;:H116e:8,F", + "mappedName": "Face5;:M4;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face5;:M4;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face5;:M4;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158930,7 +216226,7 @@ "indexedName": "Face18", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:M2;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face2;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158938,7 +216234,7 @@ "index": 18, "type": "Face" }, - "name": "Face2;:M2;CUT;:H116e:8,F;:H1170,F", + "name": "Face2;:M2;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158946,9 +216242,9 @@ "resultPersistentId": "CompositeCut26:face:17", "sourceRefs": [ { - "mappedName": "Face2;:M2;CUT;:H116e:8,F", + "mappedName": "Face2;:M2;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face2;:M2;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face2;:M2;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158963,7 +216259,7 @@ "indexedName": "Face19", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M4;CUT;:H116e:8,F;:H1170,F", + "mappedName": "Face6;:M4;CUT;:Ha4a:8,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -158971,7 +216267,7 @@ "index": 19, "type": "Face" }, - "name": "Face6;:M4;CUT;:H116e:8,F;:H1170,F", + "name": "Face6;:M4;CUT;:Ha4a:8,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -158979,9 +216275,9 @@ "resultPersistentId": "CompositeCut26:face:18", "sourceRefs": [ { - "mappedName": "Face6;:M4;CUT;:H116e:8,F", + "mappedName": "Face6;:M4;CUT;:Ha4a:8,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face6;:M4;CUT;:H116e:8,F", + "persistentId": "Cut26:mapped:Face6;:M4;CUT;:Ha4a:8,F", "stageId": "Cut26" }, { @@ -158996,7 +216292,7 @@ "indexedName": "Face20", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CUT;:H116f:7,F;:H1170,F", + "mappedName": "Face1;:M;CUT;:Ha4b:7,F;:Ha4c,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159004,7 +216300,7 @@ "index": 20, "type": "Face" }, - "name": "Face1;:M;CUT;:H116f:7,F;:H1170,F", + "name": "Face1;:M;CUT;:Ha4b:7,F;:Ha4c,F", "stringIds": [] }, "relation": "modified", @@ -159012,9 +216308,9 @@ "resultPersistentId": "CompositeCut26:face:19", "sourceRefs": [ { - "mappedName": "Face1;:M;CUT;:H116f:7,F", + "mappedName": "Face1;:M;CUT;:Ha4b:7,F", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face1;:M;CUT;:H116f:7,F", + "persistentId": "Cut26:mapped:Face1;:M;CUT;:Ha4b:7,F", "stageId": "Cut26" }, { @@ -159029,7 +216325,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge2;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159037,7 +216333,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;CUT;:H116e:7,E;:H1170,E", + "name": "Edge2;:M;CUT;:Ha4a:7,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159045,9 +216341,9 @@ "resultPersistentId": "CompositeCut26:edge:0", "sourceRefs": [ { - "mappedName": "Edge2;:M;CUT;:H116e:7,E", + "mappedName": "Edge2;:M;CUT;:Ha4a:7,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge2;:M;CUT;:H116e:7,E", + "persistentId": "Cut26:mapped:Edge2;:M;CUT;:Ha4a:7,E", "stageId": "Cut26" }, { @@ -159062,7 +216358,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159070,7 +216366,7 @@ "index": 2, "type": "Edge" }, - "name": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "name": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -159078,15 +216374,15 @@ "resultPersistentId": "CompositeCut26:edge:1", "sourceRefs": [ { - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face1;:G(Face1;K-7;:H116f:4,F);CUT;:H116e:1d,E", + "persistentId": "Cut26:mapped:Face1;:G(Face1;K-7;:Ha4b:4,F);CUT;:Ha4a:1c,E", "stageId": "Cut26" }, { - "mappedName": "Face1;:G(Face1;K-7;:H116f:4,F)", + "mappedName": "Face1;:G(Face1;K-7;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face1;:G(Face1;K-7;:H116f:4,F)", + "persistentId": "Box26:mapped:Face1;:G(Face1;K-7;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -159095,7 +216391,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge4;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159103,7 +216399,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge4;:M;CUT;:H116e:7,E;:H1170,E", + "name": "Edge4;:M;CUT;:Ha4a:7,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159111,9 +216407,9 @@ "resultPersistentId": "CompositeCut26:edge:2", "sourceRefs": [ { - "mappedName": "Edge4;:M;CUT;:H116e:7,E", + "mappedName": "Edge4;:M;CUT;:Ha4a:7,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge4;:M;CUT;:H116e:7,E", + "persistentId": "Cut26:mapped:Edge4;:M;CUT;:Ha4a:7,E", "stageId": "Cut26" }, { @@ -159128,7 +216424,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:H116e,E;:H1170,E", + "mappedName": "Edge1;:Ha4a,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159136,7 +216432,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge1;:H116e,E;:H1170,E", + "name": "Edge1;:Ha4a,E;:Ha4c,E", "stringIds": [] }, "relation": "preserved", @@ -159144,9 +216440,9 @@ "resultPersistentId": "CompositeCut26:edge:3", "sourceRefs": [ { - "mappedName": "Edge1;:H116e,E", + "mappedName": "Edge1;:Ha4a,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge1;:H116e,E", + "persistentId": "Cut26:mapped:Edge1;:Ha4a,E", "stageId": "Cut26" }, { @@ -159161,7 +216457,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159169,7 +216465,7 @@ "index": 5, "type": "Edge" }, - "name": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "name": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -159177,15 +216473,15 @@ "resultPersistentId": "CompositeCut26:edge:4", "sourceRefs": [ { - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face6;:G2(Face1;K-15;:H116f:5,F);CUT;:H116e:1f,E", + "persistentId": "Cut26:mapped:Face6;:G2(Face1;K-15;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stageId": "Cut26" }, { - "mappedName": "Face6;:G2(Face1;K-15;:H116f:5,F)", + "mappedName": "Face6;:G2(Face1;K-15;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face6;:G2(Face1;K-15;:H116f:5,F)", + "persistentId": "Box26:mapped:Face6;:G2(Face1;K-15;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -159194,7 +216490,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge10;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159202,7 +216498,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge10;:M;CUT;:H116e:7,E;:H1170,E", + "name": "Edge10;:M;CUT;:Ha4a:7,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159210,9 +216506,9 @@ "resultPersistentId": "CompositeCut26:edge:5", "sourceRefs": [ { - "mappedName": "Edge10;:M;CUT;:H116e:7,E", + "mappedName": "Edge10;:M;CUT;:Ha4a:7,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge10;:M;CUT;:H116e:7,E", + "persistentId": "Cut26:mapped:Edge10;:M;CUT;:Ha4a:7,E", "stageId": "Cut26" }, { @@ -159227,7 +216523,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159235,7 +216531,7 @@ "index": 7, "type": "Edge" }, - "name": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "name": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -159243,15 +216539,15 @@ "resultPersistentId": "CompositeCut26:edge:6", "sourceRefs": [ { - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face3;:G(Face1;K-8;:H116f:4,F);CUT;:H116e:1d,E", + "persistentId": "Cut26:mapped:Face3;:G(Face1;K-8;:Ha4b:4,F);CUT;:Ha4a:1c,E", "stageId": "Cut26" }, { - "mappedName": "Face3;:G(Face1;K-8;:H116f:4,F)", + "mappedName": "Face3;:G(Face1;K-8;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face3;:G(Face1;K-8;:H116f:4,F)", + "persistentId": "Box26:mapped:Face3;:G(Face1;K-8;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -159260,7 +216556,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159268,7 +216564,7 @@ "index": 8, "type": "Edge" }, - "name": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "name": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -159276,15 +216572,15 @@ "resultPersistentId": "CompositeCut26:edge:7", "sourceRefs": [ { - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face5;:G2(Face1;K-11;:H116f:5,F);CUT;:H116e:1f,E", + "persistentId": "Cut26:mapped:Face5;:G2(Face1;K-11;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stageId": "Cut26" }, { - "mappedName": "Face5;:G2(Face1;K-11;:H116f:5,F)", + "mappedName": "Face5;:G2(Face1;K-11;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face5;:G2(Face1;K-11;:H116f:5,F)", + "persistentId": "Box26:mapped:Face5;:G2(Face1;K-11;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -159293,7 +216589,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge9;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159301,7 +216597,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge9;:M;CUT;:H116e:7,E;:H1170,E", + "name": "Edge9;:M;CUT;:Ha4a:7,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159309,9 +216605,9 @@ "resultPersistentId": "CompositeCut26:edge:8", "sourceRefs": [ { - "mappedName": "Edge9;:M;CUT;:H116e:7,E", + "mappedName": "Edge9;:M;CUT;:Ha4a:7,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge9;:M;CUT;:H116e:7,E", + "persistentId": "Cut26:mapped:Edge9;:M;CUT;:Ha4a:7,E", "stageId": "Cut26" }, { @@ -159326,7 +216622,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge2;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159334,7 +216630,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge2;:M2;CUT;:H116e:8,E;:H1170,E", + "name": "Edge2;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159342,9 +216638,9 @@ "resultPersistentId": "CompositeCut26:edge:9", "sourceRefs": [ { - "mappedName": "Edge2;:M2;CUT;:H116e:8,E", + "mappedName": "Edge2;:M2;CUT;:Ha4a:8,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge2;:M2;CUT;:H116e:8,E", + "persistentId": "Cut26:mapped:Edge2;:M2;CUT;:Ha4a:8,E", "stageId": "Cut26" }, { @@ -159359,7 +216655,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H116e,E;:H1170,E", + "mappedName": "Edge3;:Ha4a,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159367,7 +216663,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge3;:H116e,E;:H1170,E", + "name": "Edge3;:Ha4a,E;:Ha4c,E", "stringIds": [] }, "relation": "preserved", @@ -159375,9 +216671,9 @@ "resultPersistentId": "CompositeCut26:edge:10", "sourceRefs": [ { - "mappedName": "Edge3;:H116e,E", + "mappedName": "Edge3;:Ha4a,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge3;:H116e,E", + "persistentId": "Cut26:mapped:Edge3;:Ha4a,E", "stageId": "Cut26" }, { @@ -159392,7 +216688,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge4;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159400,7 +216696,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge4;:M2;CUT;:H116e:8,E;:H1170,E", + "name": "Edge4;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159408,9 +216704,9 @@ "resultPersistentId": "CompositeCut26:edge:11", "sourceRefs": [ { - "mappedName": "Edge4;:M2;CUT;:H116e:8,E", + "mappedName": "Edge4;:M2;CUT;:Ha4a:8,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge4;:M2;CUT;:H116e:8,E", + "persistentId": "Cut26:mapped:Edge4;:M2;CUT;:Ha4a:8,E", "stageId": "Cut26" }, { @@ -159425,7 +216721,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge12;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159433,7 +216729,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge12;:M;CUT;:H116e:7,E;:H1170,E", + "name": "Edge12;:M;CUT;:Ha4a:7,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159441,9 +216737,9 @@ "resultPersistentId": "CompositeCut26:edge:12", "sourceRefs": [ { - "mappedName": "Edge12;:M;CUT;:H116e:7,E", + "mappedName": "Edge12;:M;CUT;:Ha4a:7,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge12;:M;CUT;:H116e:7,E", + "persistentId": "Cut26:mapped:Edge12;:M;CUT;:Ha4a:7,E", "stageId": "Cut26" }, { @@ -159458,7 +216754,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159466,7 +216762,7 @@ "index": 14, "type": "Edge" }, - "name": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "name": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -159474,15 +216770,15 @@ "resultPersistentId": "CompositeCut26:edge:13", "sourceRefs": [ { - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face6;:G3(Face1;K-16;:H116f:5,F);CUT;:H116e:1f,E", + "persistentId": "Cut26:mapped:Face6;:G3(Face1;K-16;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stageId": "Cut26" }, { - "mappedName": "Face6;:G3(Face1;K-16;:H116f:5,F)", + "mappedName": "Face6;:G3(Face1;K-16;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face6;:G3(Face1;K-16;:H116f:5,F)", + "persistentId": "Box26:mapped:Face6;:G3(Face1;K-16;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -159491,7 +216787,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge11;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159499,7 +216795,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge11;:M;CUT;:H116e:7,E;:H1170,E", + "name": "Edge11;:M;CUT;:Ha4a:7,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159507,9 +216803,9 @@ "resultPersistentId": "CompositeCut26:edge:14", "sourceRefs": [ { - "mappedName": "Edge11;:M;CUT;:H116e:7,E", + "mappedName": "Edge11;:M;CUT;:Ha4a:7,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge11;:M;CUT;:H116e:7,E", + "persistentId": "Cut26:mapped:Edge11;:M;CUT;:Ha4a:7,E", "stageId": "Cut26" }, { @@ -159524,7 +216820,7 @@ "indexedName": "Edge16", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159532,7 +216828,7 @@ "index": 16, "type": "Edge" }, - "name": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E;:H1170,E", + "name": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -159540,15 +216836,15 @@ "resultPersistentId": "CompositeCut26:edge:15", "sourceRefs": [ { - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face4;:G(Face1;K-9;:H116f:4,F);CUT;:H116e:1d,E", + "persistentId": "Cut26:mapped:Face4;:G(Face1;K-9;:Ha4b:4,F);CUT;:Ha4a:1c,E", "stageId": "Cut26" }, { - "mappedName": "Face4;:G(Face1;K-9;:H116f:4,F)", + "mappedName": "Face4;:G(Face1;K-9;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face4;:G(Face1;K-9;:H116f:4,F)", + "persistentId": "Box26:mapped:Face4;:G(Face1;K-9;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -159557,7 +216853,7 @@ "indexedName": "Edge17", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159565,7 +216861,7 @@ "index": 17, "type": "Edge" }, - "name": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "name": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -159573,15 +216869,15 @@ "resultPersistentId": "CompositeCut26:edge:16", "sourceRefs": [ { - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face5;:G3(Face1;K-12;:H116f:5,F);CUT;:H116e:1f,E", + "persistentId": "Cut26:mapped:Face5;:G3(Face1;K-12;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stageId": "Cut26" }, { - "mappedName": "Face5;:G3(Face1;K-12;:H116f:5,F)", + "mappedName": "Face5;:G3(Face1;K-12;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face5;:G3(Face1;K-12;:H116f:5,F)", + "persistentId": "Box26:mapped:Face5;:G3(Face1;K-12;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -159590,7 +216886,7 @@ "indexedName": "Edge18", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge9;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159598,7 +216894,7 @@ "index": 18, "type": "Edge" }, - "name": "Edge9;:M2;CUT;:H116e:8,E;:H1170,E", + "name": "Edge9;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159606,9 +216902,9 @@ "resultPersistentId": "CompositeCut26:edge:17", "sourceRefs": [ { - "mappedName": "Edge9;:M2;CUT;:H116e:8,E", + "mappedName": "Edge9;:M2;CUT;:Ha4a:8,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge9;:M2;CUT;:H116e:8,E", + "persistentId": "Cut26:mapped:Edge9;:M2;CUT;:Ha4a:8,E", "stageId": "Cut26" }, { @@ -159623,7 +216919,7 @@ "indexedName": "Edge19", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H116e,E;:H1170,E", + "mappedName": "Edge5;:Ha4a,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159631,7 +216927,7 @@ "index": 19, "type": "Edge" }, - "name": "Edge5;:H116e,E;:H1170,E", + "name": "Edge5;:Ha4a,E;:Ha4c,E", "stringIds": [] }, "relation": "preserved", @@ -159639,9 +216935,9 @@ "resultPersistentId": "CompositeCut26:edge:18", "sourceRefs": [ { - "mappedName": "Edge5;:H116e,E", + "mappedName": "Edge5;:Ha4a,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge5;:H116e,E", + "persistentId": "Cut26:mapped:Edge5;:Ha4a,E", "stageId": "Cut26" }, { @@ -159656,7 +216952,7 @@ "indexedName": "Edge20", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge10;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159664,7 +216960,7 @@ "index": 20, "type": "Edge" }, - "name": "Edge10;:M2;CUT;:H116e:8,E;:H1170,E", + "name": "Edge10;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159672,9 +216968,9 @@ "resultPersistentId": "CompositeCut26:edge:19", "sourceRefs": [ { - "mappedName": "Edge10;:M2;CUT;:H116e:8,E", + "mappedName": "Edge10;:M2;CUT;:Ha4a:8,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge10;:M2;CUT;:H116e:8,E", + "persistentId": "Cut26:mapped:Edge10;:M2;CUT;:Ha4a:8,E", "stageId": "Cut26" }, { @@ -159689,7 +216985,7 @@ "indexedName": "Edge21", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159697,7 +216993,7 @@ "index": 21, "type": "Edge" }, - "name": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E", + "name": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -159705,15 +217001,15 @@ "resultPersistentId": "CompositeCut26:edge:20", "sourceRefs": [ { - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face5;:G(Face1;K-10;:H116f:5,F);CUT;:H116e:1e,E", + "persistentId": "Cut26:mapped:Face5;:G(Face1;K-10;:Ha4b:5,F);CUT;:Ha4a:1d,E", "stageId": "Cut26" }, { - "mappedName": "Face5;:G(Face1;K-10;:H116f:5,F)", + "mappedName": "Face5;:G(Face1;K-10;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face5;:G(Face1;K-10;:H116f:5,F)", + "persistentId": "Box26:mapped:Face5;:G(Face1;K-10;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -159722,7 +217018,7 @@ "indexedName": "Edge22", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge8;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159730,7 +217026,7 @@ "index": 22, "type": "Edge" }, - "name": "Edge8;:M;CUT;:H116e:7,E;:H1170,E", + "name": "Edge8;:M;CUT;:Ha4a:7,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159738,9 +217034,9 @@ "resultPersistentId": "CompositeCut26:edge:21", "sourceRefs": [ { - "mappedName": "Edge8;:M;CUT;:H116e:7,E", + "mappedName": "Edge8;:M;CUT;:Ha4a:7,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge8;:M;CUT;:H116e:7,E", + "persistentId": "Cut26:mapped:Edge8;:M;CUT;:Ha4a:7,E", "stageId": "Cut26" }, { @@ -159755,7 +217051,7 @@ "indexedName": "Edge23", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M;CUT;:H116e:7,E;:H1170,E", + "mappedName": "Edge6;:M;CUT;:Ha4a:7,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159763,7 +217059,7 @@ "index": 23, "type": "Edge" }, - "name": "Edge6;:M;CUT;:H116e:7,E;:H1170,E", + "name": "Edge6;:M;CUT;:Ha4a:7,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159771,9 +217067,9 @@ "resultPersistentId": "CompositeCut26:edge:22", "sourceRefs": [ { - "mappedName": "Edge6;:M;CUT;:H116e:7,E", + "mappedName": "Edge6;:M;CUT;:Ha4a:7,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge6;:M;CUT;:H116e:7,E", + "persistentId": "Cut26:mapped:Edge6;:M;CUT;:Ha4a:7,E", "stageId": "Cut26" }, { @@ -159788,7 +217084,7 @@ "indexedName": "Edge24", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:M;CUT;:H116f:7,E;:H1170,E", + "mappedName": "Edge1;:M;CUT;:Ha4b:7,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159796,7 +217092,7 @@ "index": 24, "type": "Edge" }, - "name": "Edge1;:M;CUT;:H116f:7,E;:H1170,E", + "name": "Edge1;:M;CUT;:Ha4b:7,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159804,9 +217100,9 @@ "resultPersistentId": "CompositeCut26:edge:23", "sourceRefs": [ { - "mappedName": "Edge1;:M;CUT;:H116f:7,E", + "mappedName": "Edge1;:M;CUT;:Ha4b:7,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge1;:M;CUT;:H116f:7,E", + "persistentId": "Cut26:mapped:Edge1;:M;CUT;:Ha4b:7,E", "stageId": "Cut26" }, { @@ -159821,7 +217117,7 @@ "indexedName": "Edge25", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159829,7 +217125,7 @@ "index": 25, "type": "Edge" }, - "name": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E;:H1170,E", + "name": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -159837,15 +217133,15 @@ "resultPersistentId": "CompositeCut26:edge:24", "sourceRefs": [ { - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face6;:G(Face1;K-14;:H116f:5,F);CUT;:H116e:1e,E", + "persistentId": "Cut26:mapped:Face6;:G(Face1;K-14;:Ha4b:5,F);CUT;:Ha4a:1d,E", "stageId": "Cut26" }, { - "mappedName": "Face6;:G(Face1;K-14;:H116f:5,F)", + "mappedName": "Face6;:G(Face1;K-14;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face6;:G(Face1;K-14;:H116f:5,F)", + "persistentId": "Box26:mapped:Face6;:G(Face1;K-14;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -159854,7 +217150,7 @@ "indexedName": "Edge26", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge11;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159862,7 +217158,7 @@ "index": 26, "type": "Edge" }, - "name": "Edge11;:M2;CUT;:H116e:8,E;:H1170,E", + "name": "Edge11;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159870,9 +217166,9 @@ "resultPersistentId": "CompositeCut26:edge:25", "sourceRefs": [ { - "mappedName": "Edge11;:M2;CUT;:H116e:8,E", + "mappedName": "Edge11;:M2;CUT;:Ha4a:8,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge11;:M2;CUT;:H116e:8,E", + "persistentId": "Cut26:mapped:Edge11;:M2;CUT;:Ha4a:8,E", "stageId": "Cut26" }, { @@ -159887,7 +217183,7 @@ "indexedName": "Edge27", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H116e,E;:H1170,E", + "mappedName": "Edge7;:Ha4a,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159895,7 +217191,7 @@ "index": 27, "type": "Edge" }, - "name": "Edge7;:H116e,E;:H1170,E", + "name": "Edge7;:Ha4a,E;:Ha4c,E", "stringIds": [] }, "relation": "preserved", @@ -159903,9 +217199,9 @@ "resultPersistentId": "CompositeCut26:edge:26", "sourceRefs": [ { - "mappedName": "Edge7;:H116e,E", + "mappedName": "Edge7;:Ha4a,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge7;:H116e,E", + "persistentId": "Cut26:mapped:Edge7;:Ha4a,E", "stageId": "Cut26" }, { @@ -159920,7 +217216,7 @@ "indexedName": "Edge28", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge12;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159928,7 +217224,7 @@ "index": 28, "type": "Edge" }, - "name": "Edge12;:M2;CUT;:H116e:8,E;:H1170,E", + "name": "Edge12;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159936,9 +217232,9 @@ "resultPersistentId": "CompositeCut26:edge:27", "sourceRefs": [ { - "mappedName": "Edge12;:M2;CUT;:H116e:8,E", + "mappedName": "Edge12;:M2;CUT;:Ha4a:8,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge12;:M2;CUT;:H116e:8,E", + "persistentId": "Cut26:mapped:Edge12;:M2;CUT;:Ha4a:8,E", "stageId": "Cut26" }, { @@ -159953,7 +217249,7 @@ "indexedName": "Edge29", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge8;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159961,7 +217257,7 @@ "index": 29, "type": "Edge" }, - "name": "Edge8;:M2;CUT;:H116e:8,E;:H1170,E", + "name": "Edge8;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -159969,9 +217265,9 @@ "resultPersistentId": "CompositeCut26:edge:28", "sourceRefs": [ { - "mappedName": "Edge8;:M2;CUT;:H116e:8,E", + "mappedName": "Edge8;:M2;CUT;:Ha4a:8,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge8;:M2;CUT;:H116e:8,E", + "persistentId": "Cut26:mapped:Edge8;:M2;CUT;:Ha4a:8,E", "stageId": "Cut26" }, { @@ -159986,7 +217282,7 @@ "indexedName": "Edge30", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -159994,7 +217290,7 @@ "index": 30, "type": "Edge" }, - "name": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "name": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -160002,15 +217298,15 @@ "resultPersistentId": "CompositeCut26:edge:29", "sourceRefs": [ { - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face5;:G4(Face1;K-13;:H116f:5,F);CUT;:H116e:1f,E", + "persistentId": "Cut26:mapped:Face5;:G4(Face1;K-13;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stageId": "Cut26" }, { - "mappedName": "Face5;:G4(Face1;K-13;:H116f:5,F)", + "mappedName": "Face5;:G4(Face1;K-13;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face5;:G4(Face1;K-13;:H116f:5,F)", + "persistentId": "Box26:mapped:Face5;:G4(Face1;K-13;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -160019,7 +217315,7 @@ "indexedName": "Edge31", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:M2;CUT;:H116e:8,E;:H1170,E", + "mappedName": "Edge6;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160027,7 +217323,7 @@ "index": 31, "type": "Edge" }, - "name": "Edge6;:M2;CUT;:H116e:8,E;:H1170,E", + "name": "Edge6;:M2;CUT;:Ha4a:8,E;:Ha4c,E", "stringIds": [] }, "relation": "modified", @@ -160035,9 +217331,9 @@ "resultPersistentId": "CompositeCut26:edge:30", "sourceRefs": [ { - "mappedName": "Edge6;:M2;CUT;:H116e:8,E", + "mappedName": "Edge6;:M2;CUT;:Ha4a:8,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge6;:M2;CUT;:H116e:8,E", + "persistentId": "Cut26:mapped:Edge6;:M2;CUT;:Ha4a:8,E", "stageId": "Cut26" }, { @@ -160052,7 +217348,7 @@ "indexedName": "Edge32", "indexedStringIds": [], "kind": "edge", - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160060,7 +217356,7 @@ "index": 32, "type": "Edge" }, - "name": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E;:H1170,E", + "name": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E;:Ha4c,E", "stringIds": [] }, "relation": "generated", @@ -160068,15 +217364,15 @@ "resultPersistentId": "CompositeCut26:edge:31", "sourceRefs": [ { - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Face6;:G4(Face1;K-17;:H116f:5,F);CUT;:H116e:1f,E", + "persistentId": "Cut26:mapped:Face6;:G4(Face1;K-17;:Ha4b:5,F);CUT;:Ha4a:1e,E", "stageId": "Cut26" }, { - "mappedName": "Face6;:G4(Face1;K-17;:H116f:5,F)", + "mappedName": "Face6;:G4(Face1;K-17;:Ha4b:5,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Face6;:G4(Face1;K-17;:H116f:5,F)", + "persistentId": "Box26:mapped:Face6;:G4(Face1;K-17;:Ha4b:5,F)", "stageId": "Box26" } ] @@ -160085,7 +217381,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex1;:H116e,V;:H1170,V", + "mappedName": "Vertex1;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160093,7 +217389,7 @@ "index": 1, "type": "Vertex" }, - "name": "Vertex1;:H116e,V;:H1170,V", + "name": "Vertex1;:Ha4a,V;:Ha4c,V", "stringIds": [] }, "relation": "preserved", @@ -160101,9 +217397,9 @@ "resultPersistentId": "CompositeCut26:vertex:0", "sourceRefs": [ { - "mappedName": "Vertex1;:H116e,V", + "mappedName": "Vertex1;:Ha4a,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Vertex1;:H116e,V", + "persistentId": "Cut26:mapped:Vertex1;:Ha4a,V", "stageId": "Cut26" }, { @@ -160118,7 +217414,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160126,7 +217422,7 @@ "index": 2, "type": "Vertex" }, - "name": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "name": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "stringIds": [] }, "relation": "generated", @@ -160134,15 +217430,15 @@ "resultPersistentId": "CompositeCut26:vertex:1", "sourceRefs": [ { - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge2;:G(Face1;K-1;:H116f:4,F);CUT;:H116e:1d,V", + "persistentId": "Cut26:mapped:Edge2;:G(Face1;K-1;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stageId": "Cut26" }, { - "mappedName": "Edge2;:G(Face1;K-1;:H116f:4,F)", + "mappedName": "Edge2;:G(Face1;K-1;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge2;:G(Face1;K-1;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge2;:G(Face1;K-1;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -160151,7 +217447,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160159,7 +217455,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "name": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "stringIds": [] }, "relation": "generated", @@ -160167,15 +217463,15 @@ "resultPersistentId": "CompositeCut26:vertex:2", "sourceRefs": [ { - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge4;:G(Face1;K-2;:H116f:4,F);CUT;:H116e:1d,V", + "persistentId": "Cut26:mapped:Edge4;:G(Face1;K-2;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stageId": "Cut26" }, { - "mappedName": "Edge4;:G(Face1;K-2;:H116f:4,F)", + "mappedName": "Edge4;:G(Face1;K-2;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge4;:G(Face1;K-2;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge4;:G(Face1;K-2;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -160184,7 +217480,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex2;:H116e,V;:H1170,V", + "mappedName": "Vertex2;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160192,7 +217488,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex2;:H116e,V;:H1170,V", + "name": "Vertex2;:Ha4a,V;:Ha4c,V", "stringIds": [] }, "relation": "preserved", @@ -160200,9 +217496,9 @@ "resultPersistentId": "CompositeCut26:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex2;:H116e,V", + "mappedName": "Vertex2;:Ha4a,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Vertex2;:H116e,V", + "persistentId": "Cut26:mapped:Vertex2;:Ha4a,V", "stageId": "Cut26" }, { @@ -160217,7 +217513,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160225,7 +217521,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "name": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "stringIds": [] }, "relation": "generated", @@ -160233,15 +217529,15 @@ "resultPersistentId": "CompositeCut26:vertex:4", "sourceRefs": [ { - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge10;:G(Face1;K-4;:H116f:4,F);CUT;:H116e:1d,V", + "persistentId": "Cut26:mapped:Edge10;:G(Face1;K-4;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stageId": "Cut26" }, { - "mappedName": "Edge10;:G(Face1;K-4;:H116f:4,F)", + "mappedName": "Edge10;:G(Face1;K-4;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge10;:G(Face1;K-4;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge10;:G(Face1;K-4;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -160250,7 +217546,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160258,7 +217554,7 @@ "index": 6, "type": "Vertex" }, - "name": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "name": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "stringIds": [] }, "relation": "generated", @@ -160266,15 +217562,15 @@ "resultPersistentId": "CompositeCut26:vertex:5", "sourceRefs": [ { - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge9;:G(Face1;K-3;:H116f:4,F);CUT;:H116e:1d,V", + "persistentId": "Cut26:mapped:Edge9;:G(Face1;K-3;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stageId": "Cut26" }, { - "mappedName": "Edge9;:G(Face1;K-3;:H116f:4,F)", + "mappedName": "Edge9;:G(Face1;K-3;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge9;:G(Face1;K-3;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge9;:G(Face1;K-3;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -160283,7 +217579,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H116e,V;:H1170,V", + "mappedName": "Vertex3;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160291,7 +217587,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex3;:H116e,V;:H1170,V", + "name": "Vertex3;:Ha4a,V;:Ha4c,V", "stringIds": [] }, "relation": "preserved", @@ -160299,9 +217595,9 @@ "resultPersistentId": "CompositeCut26:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex3;:H116e,V", + "mappedName": "Vertex3;:Ha4a,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Vertex3;:H116e,V", + "persistentId": "Cut26:mapped:Vertex3;:Ha4a,V", "stageId": "Cut26" }, { @@ -160316,7 +217612,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H116e,V;:H1170,V", + "mappedName": "Vertex4;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160324,7 +217620,7 @@ "index": 8, "type": "Vertex" }, - "name": "Vertex4;:H116e,V;:H1170,V", + "name": "Vertex4;:Ha4a,V;:Ha4c,V", "stringIds": [] }, "relation": "preserved", @@ -160332,9 +217628,9 @@ "resultPersistentId": "CompositeCut26:vertex:7", "sourceRefs": [ { - "mappedName": "Vertex4;:H116e,V", + "mappedName": "Vertex4;:Ha4a,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Vertex4;:H116e,V", + "persistentId": "Cut26:mapped:Vertex4;:Ha4a,V", "stageId": "Cut26" }, { @@ -160349,7 +217645,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160357,7 +217653,7 @@ "index": 9, "type": "Vertex" }, - "name": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "name": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "stringIds": [] }, "relation": "generated", @@ -160365,15 +217661,15 @@ "resultPersistentId": "CompositeCut26:vertex:8", "sourceRefs": [ { - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge12;:G(Face1;K-6;:H116f:4,F);CUT;:H116e:1d,V", + "persistentId": "Cut26:mapped:Edge12;:G(Face1;K-6;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stageId": "Cut26" }, { - "mappedName": "Edge12;:G(Face1;K-6;:H116f:4,F)", + "mappedName": "Edge12;:G(Face1;K-6;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge12;:G(Face1;K-6;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge12;:G(Face1;K-6;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -160382,7 +217678,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160390,7 +217686,7 @@ "index": 10, "type": "Vertex" }, - "name": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V;:H1170,V", + "name": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V;:Ha4c,V", "stringIds": [] }, "relation": "generated", @@ -160398,15 +217694,15 @@ "resultPersistentId": "CompositeCut26:vertex:9", "sourceRefs": [ { - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge11;:G(Face1;K-5;:H116f:4,F);CUT;:H116e:1d,V", + "persistentId": "Cut26:mapped:Edge11;:G(Face1;K-5;:Ha4b:4,F);CUT;:Ha4a:1c,V", "stageId": "Cut26" }, { - "mappedName": "Edge11;:G(Face1;K-5;:H116f:4,F)", + "mappedName": "Edge11;:G(Face1;K-5;:Ha4b:4,F)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge11;:G(Face1;K-5;:H116f:4,F)", + "persistentId": "Box26:mapped:Edge11;:G(Face1;K-5;:Ha4b:4,F)", "stageId": "Box26" } ] @@ -160415,7 +217711,7 @@ "indexedName": "Vertex11", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H116e,V;:H1170,V", + "mappedName": "Vertex6;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160423,7 +217719,7 @@ "index": 11, "type": "Vertex" }, - "name": "Vertex6;:H116e,V;:H1170,V", + "name": "Vertex6;:Ha4a,V;:Ha4c,V", "stringIds": [] }, "relation": "preserved", @@ -160431,9 +217727,9 @@ "resultPersistentId": "CompositeCut26:vertex:10", "sourceRefs": [ { - "mappedName": "Vertex6;:H116e,V", + "mappedName": "Vertex6;:Ha4a,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Vertex6;:H116e,V", + "persistentId": "Cut26:mapped:Vertex6;:Ha4a,V", "stageId": "Cut26" }, { @@ -160448,7 +217744,7 @@ "indexedName": "Vertex12", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H116e,V;:H1170,V", + "mappedName": "Vertex5;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160456,7 +217752,7 @@ "index": 12, "type": "Vertex" }, - "name": "Vertex5;:H116e,V;:H1170,V", + "name": "Vertex5;:Ha4a,V;:Ha4c,V", "stringIds": [] }, "relation": "preserved", @@ -160464,9 +217760,9 @@ "resultPersistentId": "CompositeCut26:vertex:11", "sourceRefs": [ { - "mappedName": "Vertex5;:H116e,V", + "mappedName": "Vertex5;:Ha4a,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Vertex5;:H116e,V", + "persistentId": "Cut26:mapped:Vertex5;:Ha4a,V", "stageId": "Cut26" }, { @@ -160481,7 +217777,7 @@ "indexedName": "Vertex13", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160489,7 +217785,7 @@ "index": 13, "type": "Vertex" }, - "name": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V", + "name": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V", "stringIds": [] }, "relation": "generated", @@ -160497,15 +217793,15 @@ "resultPersistentId": "CompositeCut26:vertex:12", "sourceRefs": [ { - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge8;:G(Edge1;K-2;:H116f:4,E);CUT;:H116e:1d,V", + "persistentId": "Cut26:mapped:Edge8;:G(Edge1;K-2;:Ha4b:4,E);CUT;:Ha4a:1c,V", "stageId": "Cut26" }, { - "mappedName": "Edge8;:G(Edge1;K-2;:H116f:4,E)", + "mappedName": "Edge8;:G(Edge1;K-2;:Ha4b:4,E)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge8;:G(Edge1;K-2;:H116f:4,E)", + "persistentId": "Box26:mapped:Edge8;:G(Edge1;K-2;:Ha4b:4,E)", "stageId": "Box26" } ] @@ -160514,7 +217810,7 @@ "indexedName": "Vertex14", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160522,7 +217818,7 @@ "index": 14, "type": "Vertex" }, - "name": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V;:H1170,V", + "name": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V;:Ha4c,V", "stringIds": [] }, "relation": "generated", @@ -160530,15 +217826,15 @@ "resultPersistentId": "CompositeCut26:vertex:13", "sourceRefs": [ { - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Edge6;:G(Edge1;K-1;:H116f:4,E);CUT;:H116e:1d,V", + "persistentId": "Cut26:mapped:Edge6;:G(Edge1;K-1;:Ha4b:4,E);CUT;:Ha4a:1c,V", "stageId": "Cut26" }, { - "mappedName": "Edge6;:G(Edge1;K-1;:H116f:4,E)", + "mappedName": "Edge6;:G(Edge1;K-1;:Ha4b:4,E)", "objectId": "Box26", - "persistentId": "Box26:mapped:Edge6;:G(Edge1;K-1;:H116f:4,E)", + "persistentId": "Box26:mapped:Edge6;:G(Edge1;K-1;:Ha4b:4,E)", "stageId": "Box26" } ] @@ -160547,7 +217843,7 @@ "indexedName": "Vertex15", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H116e,V;:H1170,V", + "mappedName": "Vertex8;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160555,7 +217851,7 @@ "index": 15, "type": "Vertex" }, - "name": "Vertex8;:H116e,V;:H1170,V", + "name": "Vertex8;:Ha4a,V;:Ha4c,V", "stringIds": [] }, "relation": "preserved", @@ -160563,9 +217859,9 @@ "resultPersistentId": "CompositeCut26:vertex:14", "sourceRefs": [ { - "mappedName": "Vertex8;:H116e,V", + "mappedName": "Vertex8;:Ha4a,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Vertex8;:H116e,V", + "persistentId": "Cut26:mapped:Vertex8;:Ha4a,V", "stageId": "Cut26" }, { @@ -160580,7 +217876,7 @@ "indexedName": "Vertex16", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H116e,V;:H1170,V", + "mappedName": "Vertex7;:Ha4a,V;:Ha4c,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -160588,7 +217884,7 @@ "index": 16, "type": "Vertex" }, - "name": "Vertex7;:H116e,V;:H1170,V", + "name": "Vertex7;:Ha4a,V;:Ha4c,V", "stringIds": [] }, "relation": "preserved", @@ -160596,9 +217892,9 @@ "resultPersistentId": "CompositeCut26:vertex:15", "sourceRefs": [ { - "mappedName": "Vertex7;:H116e,V", + "mappedName": "Vertex7;:Ha4a,V", "objectId": "Cut26", - "persistentId": "Cut26:mapped:Vertex7;:H116e,V", + "persistentId": "Cut26:mapped:Vertex7;:Ha4a,V", "stageId": "Cut26" }, { @@ -160619,11 +217915,1515 @@ "stageId": "CompositeCut26", "status": "native-evidence" }, + "relationDigest": "da3db875aa93b195bde6e191308547eef07b4d1ac05cd8b7844ca326824de216", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face1;:M;CUT;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M;CUT;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Face1;:M3;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M3;CUT;:H#:8,F", + "sourceElement": "Face1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face5;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M;CUT;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face3;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face3;:M;CUT;:H#:7,F", + "sourceElement": "Face3", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face1;:M2;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face1;:M2;CUT;:H#:8,F", + "sourceElement": "Face1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face6;:M2;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M2;CUT;:H#:8,F", + "sourceElement": "Face6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face8", + "mappedName": "Face4;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face8", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face4;:M;CUT;:H#:7,F", + "sourceElement": "Face4", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face9", + "mappedName": "Face5;:M2;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face9", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M2;CUT;:H#:8,F", + "sourceElement": "Face5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face10", + "mappedName": "Face1;:M4;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face10", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M4;CUT;:H#:8,F", + "sourceElement": "Face1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face11", + "mappedName": "Face3;:M2;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face11", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face3;:M2;CUT;:H#:8,F", + "sourceElement": "Face3", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face12", + "mappedName": "Face5;:M3;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face12", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M3;CUT;:H#:8,F", + "sourceElement": "Face5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face13", + "mappedName": "Face2;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face13", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face2;:M;CUT;:H#:7,F", + "sourceElement": "Face2", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face14", + "mappedName": "Face6;:M3;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face14", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M3;CUT;:H#:8,F", + "sourceElement": "Face6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face15", + "mappedName": "Face1;:M2;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face15", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M2;CUT;:H#:8,F", + "sourceElement": "Face1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Face16", + "mappedName": "Face4;:M2;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face16", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face4;:M2;CUT;:H#:8,F", + "sourceElement": "Face4", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face17", + "mappedName": "Face5;:M4;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face17", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:M4;CUT;:H#:8,F", + "sourceElement": "Face5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face18", + "mappedName": "Face2;:M2;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face18", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face2;:M2;CUT;:H#:8,F", + "sourceElement": "Face2", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face19", + "mappedName": "Face6;:M4;CUT;:H#:8,F;:H#,F", + "relation": "modified", + "resultName": "Face19", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:M4;CUT;:H#:8,F", + "sourceElement": "Face6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Face20", + "mappedName": "Face1;:M;CUT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face20", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M;CUT;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:M;CUT;:H#:7,E", + "sourceElement": "Edge2", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Face1;:G(Face1;K-7;:H#:4,F);CUT;:H#:1c,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Face1;:G(Face1;K-7;:H#:4,F)", + "sourceElement": "Face1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face1;:G(Face1;K-7;:H#:4,F);CUT;:H#:1c,E", + "sourceElement": "Face1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge4;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:M;CUT;:H#:7,E", + "sourceElement": "Edge4", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge1;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge1;:H#,E", + "sourceElement": "Edge1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F);CUT;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G2(Face1;K-15;:H#:5,F);CUT;:H#:1e,E", + "sourceElement": "Face6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge10;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:M;CUT;:H#:7,E", + "sourceElement": "Edge10", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Face3;:G(Face1;K-8;:H#:4,F);CUT;:H#:1c,E;:H#,E", + "relation": "generated", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Face3;:G(Face1;K-8;:H#:4,F)", + "sourceElement": "Face3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face3;:G(Face1;K-8;:H#:4,F);CUT;:H#:1c,E", + "sourceElement": "Face3", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F);CUT;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G2(Face1;K-11;:H#:5,F);CUT;:H#:1e,E", + "sourceElement": "Face5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge9;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:M;CUT;:H#:7,E", + "sourceElement": "Edge9", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge2;:M2;CUT;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:M2;CUT;:H#:8,E", + "sourceElement": "Edge2", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge4;:M2;CUT;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:M2;CUT;:H#:8,E", + "sourceElement": "Edge4", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge12;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:M;CUT;:H#:7,E", + "sourceElement": "Edge12", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F);CUT;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G3(Face1;K-16;:H#:5,F);CUT;:H#:1e,E", + "sourceElement": "Face6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge11;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:M;CUT;:H#:7,E", + "sourceElement": "Edge11", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge16", + "mappedName": "Face4;:G(Face1;K-9;:H#:4,F);CUT;:H#:1c,E;:H#,E", + "relation": "generated", + "resultName": "Edge16", + "sources": [ + { + "children": [], + "mappedName": "Face4;:G(Face1;K-9;:H#:4,F)", + "sourceElement": "Face4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face4;:G(Face1;K-9;:H#:4,F);CUT;:H#:1c,E", + "sourceElement": "Face4", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge17", + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F);CUT;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge17", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G3(Face1;K-12;:H#:5,F);CUT;:H#:1e,E", + "sourceElement": "Face5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge18", + "mappedName": "Edge9;:M2;CUT;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge18", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:M2;CUT;:H#:8,E", + "sourceElement": "Edge9", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge19", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge19", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge20", + "mappedName": "Edge10;:M2;CUT;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge20", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:M2;CUT;:H#:8,E", + "sourceElement": "Edge10", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge21", + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F);CUT;:H#:1d,E;:H#,E", + "relation": "generated", + "resultName": "Edge21", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G(Face1;K-10;:H#:5,F);CUT;:H#:1d,E", + "sourceElement": "Face5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge22", + "mappedName": "Edge8;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge22", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:M;CUT;:H#:7,E", + "sourceElement": "Edge8", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge23", + "mappedName": "Edge6;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge23", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:M;CUT;:H#:7,E", + "sourceElement": "Edge6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge24", + "mappedName": "Edge1;:M;CUT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge24", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:M;CUT;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "Cylinder26", + "sourceTypeId": "Part::Cylinder" + } + ] + }, + { + "indexedName": "Edge25", + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F);CUT;:H#:1d,E;:H#,E", + "relation": "generated", + "resultName": "Edge25", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G(Face1;K-14;:H#:5,F);CUT;:H#:1d,E", + "sourceElement": "Face6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge26", + "mappedName": "Edge11;:M2;CUT;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge26", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:M2;CUT;:H#:8,E", + "sourceElement": "Edge11", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge27", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge27", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge28", + "mappedName": "Edge12;:M2;CUT;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge28", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:M2;CUT;:H#:8,E", + "sourceElement": "Edge12", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge29", + "mappedName": "Edge8;:M2;CUT;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge29", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:M2;CUT;:H#:8,E", + "sourceElement": "Edge8", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge30", + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F);CUT;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge30", + "sources": [ + { + "children": [], + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F)", + "sourceElement": "Face5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face5;:G4(Face1;K-13;:H#:5,F);CUT;:H#:1e,E", + "sourceElement": "Face5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge31", + "mappedName": "Edge6;:M2;CUT;:H#:8,E;:H#,E", + "relation": "modified", + "resultName": "Edge31", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:M2;CUT;:H#:8,E", + "sourceElement": "Edge6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Edge32", + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F);CUT;:H#:1e,E;:H#,E", + "relation": "generated", + "resultName": "Edge32", + "sources": [ + { + "children": [], + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F)", + "sourceElement": "Face6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Face6;:G4(Face1;K-17;:H#:5,F);CUT;:H#:1e,E", + "sourceElement": "Face6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Vertex1;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Vertex1", + "sourceElement": "Vertex1", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex1;:H#,V", + "sourceElement": "Vertex1", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F);CUT;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F)", + "sourceElement": "Edge2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge2;:G(Face1;K-1;:H#:4,F);CUT;:H#:1c,V", + "sourceElement": "Edge2", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F);CUT;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F)", + "sourceElement": "Edge4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge4;:G(Face1;K-2;:H#:4,F);CUT;:H#:1c,V", + "sourceElement": "Edge4", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex2;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex2", + "sourceElement": "Vertex2", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex2;:H#,V", + "sourceElement": "Vertex2", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F);CUT;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F)", + "sourceElement": "Edge10", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge10;:G(Face1;K-4;:H#:4,F);CUT;:H#:1c,V", + "sourceElement": "Edge10", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F);CUT;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F)", + "sourceElement": "Edge9", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge9;:G(Face1;K-3;:H#:4,F);CUT;:H#:1c,V", + "sourceElement": "Edge9", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F);CUT;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F)", + "sourceElement": "Edge12", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge12;:G(Face1;K-6;:H#:4,F);CUT;:H#:1c,V", + "sourceElement": "Edge12", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F);CUT;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F)", + "sourceElement": "Edge11", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge11;:G(Face1;K-5;:H#:4,F);CUT;:H#:1c,V", + "sourceElement": "Edge11", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex11", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex11", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex12", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex12", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex13", + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E);CUT;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex13", + "sources": [ + { + "children": [], + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E)", + "sourceElement": "Edge8", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge8;:G(Edge1;K-2;:H#:4,E);CUT;:H#:1c,V", + "sourceElement": "Edge8", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex14", + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E);CUT;:H#:1c,V;:H#,V", + "relation": "generated", + "resultName": "Vertex14", + "sources": [ + { + "children": [], + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E)", + "sourceElement": "Edge6", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Edge6;:G(Edge1;K-1;:H#:4,E);CUT;:H#:1c,V", + "sourceElement": "Edge6", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex15", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex15", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + }, + { + "indexedName": "Vertex16", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex16", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "Box26", + "sourceTypeId": "Part::Box" + }, + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Cut26", + "sourceTypeId": "Part::Cut" + } + ] + } + ], + "semanticNameDigest": "ae51c2805e298863088a57467e4046ae6ad43a6f79df8fc11f1f17a141040092", "shape": { + "area": 757.0796326794896, + "brepSha256": "587e8e1cda9ca77aab222ea4225dd98465ebcd1be37ab4f907696d5e2b8435cf", "edges": 32, "faces": 20, + "geometryDigest": "aa541651e24633731b267736112959a0eb300f95582b2345a664856b5f4e325d", "solids": 4, "valid": true, + "vertices": 16, "volume": 214.60183660255157 }, "typeId": "Part::Cut" @@ -160633,18 +219433,643 @@ "stringHasherResource": null }, { + "category": "dress-up", "elementMapResources": { "DressupBody27.Shape.Map.txt": { - "sha256": "4ae2f8bc362593a89bf17f07325029a2f913d3d0671f371fae37c743ea27486f", - "text": "BeginElementMap v1\n1 PostfixCount 17\nEdge\nFace\nVertex\n;:M;FLT;:H79d:7,E\n;:H79d,E\n;:G;FLT;:H79d:7,F\n;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E\n;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V\n;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V\n;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E\n;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V\n;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V\n;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E\n;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E\n;:M;FLT;:H79d:7,F\n;:H79d,F\n;:H79d,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 15 1950 1 ;:H79e,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 7 1950 1 ;:H79e,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 10 1950 1 ;:H79e,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "3d9de0bf53d9a631545eaa72f1c8a81b0c72820541881c51f0fcf5cb582f278f", + "text": "BeginElementMap v1\n1 PostfixCount 17\nEdge\nFace\nVertex\n;:M;FLT;:H2bd:7,E\n;:H2bd,E\n;:G;FLT;:H2bd:7,F\n;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E\n;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V\n;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V\n;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E\n;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V\n;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V\n;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E\n;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E\n;:M;FLT;:H2bd:7,F\n;:H2bd,F\n;:H2bd,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 15 702 1 ;:H2be,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 7 702 1 ;:H2be,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 10 702 1 ;:H2be,V 0\n\nNameCount 0\n\nEndMap\n" }, "Fillet27.Shape.Map.txt": { - "sha256": "55943e17434d25d8241f3ffec3bcfbaa8f23257b48cfc51f6ad2a7eb396d0560", - "text": "BeginElementMap v1\n2 PostfixCount 17\nEdge\nFace\nVertex\n;:M;FLT;:H79d:7,E\n;:H79d,E\n;:G;FLT;:H79d:7,F\n;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E\n;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V\n;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V\n;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E\n;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V\n;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V\n;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E\n;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E\n;:M;FLT;:H79d:7,F\n;:H79d,F\n;:H79d,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n" + "sha256": "f911afa5ed8dc211c83c1467660e728176fa8a4b629519e0e74e544f0f2a26dd", + "text": "BeginElementMap v1\n2 PostfixCount 17\nEdge\nFace\nVertex\n;:M;FLT;:H2bd:7,E\n;:H2bd,E\n;:G;FLT;:H2bd:7,F\n;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E\n;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V\n;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V\n;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E\n;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V\n;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V\n;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E\n;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E\n;:M;FLT;:H2bd:7,F\n;:H2bd,F\n;:H2bd,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n" } }, "finalObject": "Fillet27", "id": "dressup-fillet-1", + "mutation": { + "category": "dress-up", + "contract": { + "editorModes": [], + "finalObject": "Fillet27", + "finalStageOrdinal": 9, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyQuantityConstraint", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Fillet27", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Fillet" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 30, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 10 + }, + "phases": { + "before": [ + { + "key": "dressup-fillet-1:000:DressupBody27", + "name": "DressupBody27", + "ordinal": 0, + "relationDigest": "2c148c0da119e3fb4e39a7730243064a794bfb6bf2bbf474eb534e88fa1dd26e", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "shape": { + "area": 595.2787595947437, + "brepSha256": "63c958c361be2a421b17009e932fa073ae9ebd8963f3c4bd37de6fc263b784c0", + "edges": 15, + "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 997.8539816339743 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-1:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-1:008:DressupBox27", + "name": "DressupBox27", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-1:009:Fillet27", + "name": "Fillet27", + "ordinal": 9, + "relationDigest": "23aefe3455cbdbab0a030b138f877907259041518b21d99209041866d2a25bfc", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "shape": { + "area": 595.2787595947437, + "brepSha256": "98c5a880b0bea84194e75f61c08114d8e8885fec88ffa3effc6f3da5063d7421", + "edges": 15, + "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 997.8539816339743 + }, + "typeId": "PartDesign::Fillet" + } + ], + "edited": [ + { + "key": "dressup-fillet-1:000:DressupBody27", + "name": "DressupBody27", + "ordinal": 0, + "relationDigest": "2c148c0da119e3fb4e39a7730243064a794bfb6bf2bbf474eb534e88fa1dd26e", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "shape": { + "area": 593.9643233455531, + "brepSha256": "ed4253ef89bbfd61c8092554214595dbc3fe16d2442520b428c4250deb1a209d", + "edges": 15, + "faces": 7, + "geometryDigest": "5ce7d721112fd70da5eac2dbfc9d8b2629ea52148d6bc99f99eca6064ba3015f", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 996.646846303085 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-1:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-1:008:DressupBox27", + "name": "DressupBox27", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-1:009:Fillet27", + "name": "Fillet27", + "ordinal": 9, + "relationDigest": "23aefe3455cbdbab0a030b138f877907259041518b21d99209041866d2a25bfc", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "shape": { + "area": 593.9643233455531, + "brepSha256": "7d6eec3bdd5dad23792965a24820ade80b80654b0cee4e3581b82fb8ded4a0fd", + "edges": 15, + "faces": 7, + "geometryDigest": "5ce7d721112fd70da5eac2dbfc9d8b2629ea52148d6bc99f99eca6064ba3015f", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 996.646846303085 + }, + "typeId": "PartDesign::Fillet" + } + ], + "restored": [ + { + "key": "dressup-fillet-1:000:DressupBody27", + "name": "DressupBody27", + "ordinal": 0, + "relationDigest": "2c148c0da119e3fb4e39a7730243064a794bfb6bf2bbf474eb534e88fa1dd26e", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "shape": { + "area": 595.2787595947437, + "brepSha256": "63c958c361be2a421b17009e932fa073ae9ebd8963f3c4bd37de6fc263b784c0", + "edges": 15, + "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 997.8539816339743 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-1:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-1:008:DressupBox27", + "name": "DressupBox27", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-1:009:Fillet27", + "name": "Fillet27", + "ordinal": 9, + "relationDigest": "23aefe3455cbdbab0a030b138f877907259041518b21d99209041866d2a25bfc", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "shape": { + "area": 595.2787595947437, + "brepSha256": "98c5a880b0bea84194e75f61c08114d8e8885fec88ffa3effc6f3da5063d7421", + "edges": 15, + "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 997.8539816339743 + }, + "typeId": "PartDesign::Fillet" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 1, + "edited": 1.25, + "restored": 1 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -160654,19 +220079,24 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "DressupBody27", + "linkedObjects": [ + "DressupBox27", + "Fillet27", + "Origin" + ], "name": "DressupBody27", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face1;:M;FLT;:H2bd:7,F;:H2be,F", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face1;:M;FLT;:H79d:7,F", + "mappedName": "Face1;:M;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160679,7 +220109,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face1;:M;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "name": "Face1" }, @@ -160687,13 +220117,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face6;:M;FLT;:H2bd:7,F;:H2be,F", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face6;:M;FLT;:H79d:7,F", + "mappedName": "Face6;:M;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160706,7 +220136,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face6;:M;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "name": "Face2" }, @@ -160714,13 +220144,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:H2be,F", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160733,7 +220163,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "name": "Face3" }, @@ -160741,13 +220171,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:H79d,F;:H79e,F", + "mappedName": "Face4;:H2bd,F;:H2be,F", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face4;:H79d,F", + "mappedName": "Face4;:H2bd,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160760,7 +220190,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H79d,F;:H79e,F", + "mappedName": "Face4;:H2bd,F;:H2be,F", "mappedStringIds": [], "name": "Face4" }, @@ -160768,13 +220198,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face5;:M;FLT;:H2bd:7,F;:H2be,F", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face5;:M;FLT;:H79d:7,F", + "mappedName": "Face5;:M;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160787,7 +220217,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face5;:M;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "name": "Face5" }, @@ -160795,13 +220225,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face3;:M;FLT;:H2bd:7,F;:H2be,F", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face3;:M;FLT;:H79d:7,F", + "mappedName": "Face3;:M;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160814,7 +220244,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face3;:M;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "name": "Face6" }, @@ -160822,13 +220252,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:H79d,F;:H79e,F", + "mappedName": "Face2;:H2bd,F;:H2be,F", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face2;:H79d,F", + "mappedName": "Face2;:H2bd,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160841,7 +220271,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face2;:H79d,F;:H79e,F", + "mappedName": "Face2;:H2bd,F;:H2be,F", "mappedStringIds": [], "name": "Face7" }, @@ -160849,13 +220279,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge2;:M;FLT;:H2bd:7,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge2;:M;FLT;:H79d:7,E", + "mappedName": "Edge2;:M;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160868,7 +220298,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge2;:M;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "name": "Edge1" }, @@ -160876,15 +220306,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160897,7 +220327,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:H2be,E", "mappedStringIds": [], "name": "Edge2" }, @@ -160905,13 +220335,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H79d,E;:H79e,E", + "mappedName": "Edge3;:H2bd,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge3;:H79d,E", + "mappedName": "Edge3;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160924,7 +220354,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H79d,E;:H79e,E", + "mappedName": "Edge3;:H2bd,E;:H2be,E", "mappedStringIds": [], "name": "Edge3" }, @@ -160932,13 +220362,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge4;:M;FLT;:H2bd:7,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge4;:M;FLT;:H79d:7,E", + "mappedName": "Edge4;:M;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160951,7 +220381,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge4;:M;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "name": "Edge4" }, @@ -160959,15 +220389,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -160980,7 +220410,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E;:H2be,E", "mappedStringIds": [], "name": "Edge5" }, @@ -160988,13 +220418,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H79d,E;:H79e,E", + "mappedName": "Edge12;:H2bd,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge12;:H79d,E", + "mappedName": "Edge12;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161007,7 +220437,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge12;:H79d,E;:H79e,E", + "mappedName": "Edge12;:H2bd,E;:H2be,E", "mappedStringIds": [], "name": "Edge6" }, @@ -161015,13 +220445,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge10;:M;FLT;:H2bd:7,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge10;:M;FLT;:H79d:7,E", + "mappedName": "Edge10;:M;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161034,7 +220464,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge10;:M;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "name": "Edge7" }, @@ -161042,13 +220472,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H79d,E;:H79e,E", + "mappedName": "Edge6;:H2bd,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge6;:H79d,E", + "mappedName": "Edge6;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161061,7 +220491,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge6;:H79d,E;:H79e,E", + "mappedName": "Edge6;:H2bd,E;:H2be,E", "mappedStringIds": [], "name": "Edge8" }, @@ -161069,15 +220499,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161090,7 +220520,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "name": "Edge9" }, @@ -161098,15 +220528,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161119,7 +220549,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:H2be,E", "mappedStringIds": [], "name": "Edge10" }, @@ -161127,13 +220557,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H79d,E;:H79e,E", + "mappedName": "Edge11;:H2bd,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge11;:H79d,E", + "mappedName": "Edge11;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161146,7 +220576,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H79d,E;:H79e,E", + "mappedName": "Edge11;:H2bd,E;:H2be,E", "mappedStringIds": [], "name": "Edge11" }, @@ -161154,13 +220584,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H79d,E;:H79e,E", + "mappedName": "Edge7;:H2bd,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge7;:H79d,E", + "mappedName": "Edge7;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161173,7 +220603,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H79d,E;:H79e,E", + "mappedName": "Edge7;:H2bd,E;:H2be,E", "mappedStringIds": [], "name": "Edge12" }, @@ -161181,13 +220611,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge9;:M;FLT;:H2bd:7,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge9;:M;FLT;:H79d:7,E", + "mappedName": "Edge9;:M;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161200,7 +220630,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge9;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge9;:M;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "name": "Edge13" }, @@ -161208,13 +220638,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H79d,E;:H79e,E", + "mappedName": "Edge8;:H2bd,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge8;:H79d,E", + "mappedName": "Edge8;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161227,7 +220657,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge8;:H79d,E;:H79e,E", + "mappedName": "Edge8;:H2bd,E;:H2be,E", "mappedStringIds": [], "name": "Edge14" }, @@ -161235,13 +220665,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H79d,E;:H79e,E", + "mappedName": "Edge5;:H2bd,E;:H2be,E", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge5;:H79d,E", + "mappedName": "Edge5;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161254,7 +220684,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge5;:H79d,E;:H79e,E", + "mappedName": "Edge5;:H2bd,E;:H2be,E", "mappedStringIds": [], "name": "Edge15" }, @@ -161262,16 +220692,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161284,7 +220714,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V;:H2be,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -161292,13 +220722,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H79d,V;:H79e,V", + "mappedName": "Vertex3;:H2bd,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex3;:H79d,V", + "mappedName": "Vertex3;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161311,7 +220741,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex3;:H79d,V;:H79e,V", + "mappedName": "Vertex3;:H2bd,V;:H2be,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -161319,16 +220749,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161341,7 +220771,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V;:H2be,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -161349,13 +220779,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H79d,V;:H79e,V", + "mappedName": "Vertex4;:H2bd,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex4;:H79d,V", + "mappedName": "Vertex4;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161368,7 +220798,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H79d,V;:H79e,V", + "mappedName": "Vertex4;:H2bd,V;:H2be,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -161376,16 +220806,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161398,7 +220828,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V;:H2be,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -161406,13 +220836,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H79d,V;:H79e,V", + "mappedName": "Vertex7;:H2bd,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex7;:H79d,V", + "mappedName": "Vertex7;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161425,7 +220855,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex7;:H79d,V;:H79e,V", + "mappedName": "Vertex7;:H2bd,V;:H2be,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -161433,13 +220863,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H79d,V;:H79e,V", + "mappedName": "Vertex5;:H2bd,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex5;:H79d,V", + "mappedName": "Vertex5;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161452,7 +220882,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex5;:H79d,V;:H79e,V", + "mappedName": "Vertex5;:H2bd,V;:H2be,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -161460,16 +220890,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161482,7 +220912,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V;:H2be,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -161490,13 +220920,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H79d,V;:H79e,V", + "mappedName": "Vertex8;:H2bd,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex8;:H79d,V", + "mappedName": "Vertex8;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161509,7 +220939,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H79d,V;:H79e,V", + "mappedName": "Vertex8;:H2bd,V;:H2be,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -161517,13 +220947,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H79d,V;:H79e,V", + "mappedName": "Vertex6;:H2bd,V;:H2be,V", "object": "DressupBody27", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex6;:H79d,V", + "mappedName": "Vertex6;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -161536,7 +220966,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex6;:H79d,V;:H79e,V", + "mappedName": "Vertex6;:H2bd,V;:H2be,V", "mappedStringIds": [], "name": "Vertex10" } @@ -161552,7 +220982,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face1;:M;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161560,7 +220990,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;FLT;:H79d:7,F;:H79e,F", + "name": "Face1;:M;FLT;:H2bd:7,F;:H2be,F", "stringIds": [] }, "relation": "modified", @@ -161568,9 +220998,9 @@ "resultPersistentId": "DressupBody27:face:0", "sourceRefs": [ { - "mappedName": "Face1;:M;FLT;:H79d:7,F", + "mappedName": "Face1;:M;FLT;:H2bd:7,F", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Face1;:M;FLT;:H79d:7,F", + "persistentId": "Fillet27:mapped:Face1;:M;FLT;:H2bd:7,F", "stageId": "Fillet27" }, { @@ -161585,7 +221015,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face6;:M;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161593,7 +221023,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;FLT;:H79d:7,F;:H79e,F", + "name": "Face6;:M;FLT;:H2bd:7,F;:H2be,F", "stringIds": [] }, "relation": "modified", @@ -161601,9 +221031,9 @@ "resultPersistentId": "DressupBody27:face:1", "sourceRefs": [ { - "mappedName": "Face6;:M;FLT;:H79d:7,F", + "mappedName": "Face6;:M;FLT;:H2bd:7,F", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Face6;:M;FLT;:H79d:7,F", + "persistentId": "Fillet27:mapped:Face6;:M;FLT;:H2bd:7,F", "stageId": "Fillet27" }, { @@ -161618,7 +221048,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161626,7 +221056,7 @@ "index": 3, "type": "Face" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:H79e,F", + "name": "Edge1;:G;FLT;:H2bd:7,F;:H2be,F", "stringIds": [] }, "relation": "generated", @@ -161634,9 +221064,9 @@ "resultPersistentId": "DressupBody27:face:2", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H79d:7,F", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H79d:7,F", + "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H2bd:7,F", "stageId": "Fillet27" }, { @@ -161651,7 +221081,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H79d,F;:H79e,F", + "mappedName": "Face4;:H2bd,F;:H2be,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161659,7 +221089,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H79d,F;:H79e,F", + "name": "Face4;:H2bd,F;:H2be,F", "stringIds": [] }, "relation": "preserved", @@ -161667,9 +221097,9 @@ "resultPersistentId": "DressupBody27:face:3", "sourceRefs": [ { - "mappedName": "Face4;:H79d,F", + "mappedName": "Face4;:H2bd,F", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Face4;:H79d,F", + "persistentId": "Fillet27:mapped:Face4;:H2bd,F", "stageId": "Fillet27" }, { @@ -161684,7 +221114,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face5;:M;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161692,7 +221122,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FLT;:H79d:7,F;:H79e,F", + "name": "Face5;:M;FLT;:H2bd:7,F;:H2be,F", "stringIds": [] }, "relation": "modified", @@ -161700,9 +221130,9 @@ "resultPersistentId": "DressupBody27:face:4", "sourceRefs": [ { - "mappedName": "Face5;:M;FLT;:H79d:7,F", + "mappedName": "Face5;:M;FLT;:H2bd:7,F", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Face5;:M;FLT;:H79d:7,F", + "persistentId": "Fillet27:mapped:Face5;:M;FLT;:H2bd:7,F", "stageId": "Fillet27" }, { @@ -161717,7 +221147,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;FLT;:H79d:7,F;:H79e,F", + "mappedName": "Face3;:M;FLT;:H2bd:7,F;:H2be,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161725,7 +221155,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:M;FLT;:H79d:7,F;:H79e,F", + "name": "Face3;:M;FLT;:H2bd:7,F;:H2be,F", "stringIds": [] }, "relation": "modified", @@ -161733,9 +221163,9 @@ "resultPersistentId": "DressupBody27:face:5", "sourceRefs": [ { - "mappedName": "Face3;:M;FLT;:H79d:7,F", + "mappedName": "Face3;:M;FLT;:H2bd:7,F", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Face3;:M;FLT;:H79d:7,F", + "persistentId": "Fillet27:mapped:Face3;:M;FLT;:H2bd:7,F", "stageId": "Fillet27" }, { @@ -161750,7 +221180,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H79d,F;:H79e,F", + "mappedName": "Face2;:H2bd,F;:H2be,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161758,7 +221188,7 @@ "index": 7, "type": "Face" }, - "name": "Face2;:H79d,F;:H79e,F", + "name": "Face2;:H2bd,F;:H2be,F", "stringIds": [] }, "relation": "preserved", @@ -161766,9 +221196,9 @@ "resultPersistentId": "DressupBody27:face:6", "sourceRefs": [ { - "mappedName": "Face2;:H79d,F", + "mappedName": "Face2;:H2bd,F", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Face2;:H79d,F", + "persistentId": "Fillet27:mapped:Face2;:H2bd,F", "stageId": "Fillet27" }, { @@ -161783,7 +221213,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge2;:M;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161791,7 +221221,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;FLT;:H79d:7,E;:H79e,E", + "name": "Edge2;:M;FLT;:H2bd:7,E;:H2be,E", "stringIds": [] }, "relation": "modified", @@ -161799,9 +221229,9 @@ "resultPersistentId": "DressupBody27:edge:0", "sourceRefs": [ { - "mappedName": "Edge2;:M;FLT;:H79d:7,E", + "mappedName": "Edge2;:M;FLT;:H2bd:7,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge2;:M;FLT;:H79d:7,E", + "persistentId": "Fillet27:mapped:Edge2;:M;FLT;:H2bd:7,E", "stageId": "Fillet27" }, { @@ -161816,7 +221246,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161824,7 +221254,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:H79e,E", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:H2be,E", "stringIds": [] }, "relation": "generated", @@ -161832,9 +221262,9 @@ "resultPersistentId": "DressupBody27:edge:1", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", + "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", "stageId": "Fillet27" }, { @@ -161849,7 +221279,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H79d,E;:H79e,E", + "mappedName": "Edge3;:H2bd,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161857,7 +221287,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H79d,E;:H79e,E", + "name": "Edge3;:H2bd,E;:H2be,E", "stringIds": [] }, "relation": "preserved", @@ -161865,9 +221295,9 @@ "resultPersistentId": "DressupBody27:edge:2", "sourceRefs": [ { - "mappedName": "Edge3;:H79d,E", + "mappedName": "Edge3;:H2bd,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge3;:H79d,E", + "persistentId": "Fillet27:mapped:Edge3;:H2bd,E", "stageId": "Fillet27" }, { @@ -161882,7 +221312,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge4;:M;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161890,7 +221320,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:M;FLT;:H79d:7,E;:H79e,E", + "name": "Edge4;:M;FLT;:H2bd:7,E;:H2be,E", "stringIds": [] }, "relation": "modified", @@ -161898,9 +221328,9 @@ "resultPersistentId": "DressupBody27:edge:3", "sourceRefs": [ { - "mappedName": "Edge4;:M;FLT;:H79d:7,E", + "mappedName": "Edge4;:M;FLT;:H2bd:7,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge4;:M;FLT;:H79d:7,E", + "persistentId": "Fillet27:mapped:Edge4;:M;FLT;:H2bd:7,E", "stageId": "Fillet27" }, { @@ -161915,7 +221345,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161923,7 +221353,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E;:H79e,E", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E;:H2be,E", "stringIds": [] }, "relation": "generated", @@ -161931,9 +221361,9 @@ "resultPersistentId": "DressupBody27:edge:4", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E", + "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E", "stageId": "Fillet27" }, { @@ -161948,7 +221378,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H79d,E;:H79e,E", + "mappedName": "Edge12;:H2bd,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161956,7 +221386,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge12;:H79d,E;:H79e,E", + "name": "Edge12;:H2bd,E;:H2be,E", "stringIds": [] }, "relation": "preserved", @@ -161964,9 +221394,9 @@ "resultPersistentId": "DressupBody27:edge:5", "sourceRefs": [ { - "mappedName": "Edge12;:H79d,E", + "mappedName": "Edge12;:H2bd,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge12;:H79d,E", + "persistentId": "Fillet27:mapped:Edge12;:H2bd,E", "stageId": "Fillet27" }, { @@ -161981,7 +221411,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge10;:M;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -161989,7 +221419,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:M;FLT;:H79d:7,E;:H79e,E", + "name": "Edge10;:M;FLT;:H2bd:7,E;:H2be,E", "stringIds": [] }, "relation": "modified", @@ -161997,9 +221427,9 @@ "resultPersistentId": "DressupBody27:edge:6", "sourceRefs": [ { - "mappedName": "Edge10;:M;FLT;:H79d:7,E", + "mappedName": "Edge10;:M;FLT;:H2bd:7,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge10;:M;FLT;:H79d:7,E", + "persistentId": "Fillet27:mapped:Edge10;:M;FLT;:H2bd:7,E", "stageId": "Fillet27" }, { @@ -162014,7 +221444,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H79d,E;:H79e,E", + "mappedName": "Edge6;:H2bd,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162022,7 +221452,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge6;:H79d,E;:H79e,E", + "name": "Edge6;:H2bd,E;:H2be,E", "stringIds": [] }, "relation": "preserved", @@ -162030,9 +221460,9 @@ "resultPersistentId": "DressupBody27:edge:7", "sourceRefs": [ { - "mappedName": "Edge6;:H79d,E", + "mappedName": "Edge6;:H2bd,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge6;:H79d,E", + "persistentId": "Fillet27:mapped:Edge6;:H2bd,E", "stageId": "Fillet27" }, { @@ -162047,7 +221477,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162055,7 +221485,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E;:H79e,E", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E;:H2be,E", "stringIds": [] }, "relation": "generated", @@ -162063,9 +221493,9 @@ "resultPersistentId": "DressupBody27:edge:8", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E", + "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E", "stageId": "Fillet27" }, { @@ -162080,7 +221510,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:H79e,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162088,7 +221518,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:H79e,E", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:H2be,E", "stringIds": [] }, "relation": "generated", @@ -162096,9 +221526,9 @@ "resultPersistentId": "DressupBody27:edge:9", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", + "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", "stageId": "Fillet27" }, { @@ -162113,7 +221543,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H79d,E;:H79e,E", + "mappedName": "Edge11;:H2bd,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162121,7 +221551,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H79d,E;:H79e,E", + "name": "Edge11;:H2bd,E;:H2be,E", "stringIds": [] }, "relation": "preserved", @@ -162129,9 +221559,9 @@ "resultPersistentId": "DressupBody27:edge:10", "sourceRefs": [ { - "mappedName": "Edge11;:H79d,E", + "mappedName": "Edge11;:H2bd,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge11;:H79d,E", + "persistentId": "Fillet27:mapped:Edge11;:H2bd,E", "stageId": "Fillet27" }, { @@ -162146,7 +221576,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H79d,E;:H79e,E", + "mappedName": "Edge7;:H2bd,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162154,7 +221584,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H79d,E;:H79e,E", + "name": "Edge7;:H2bd,E;:H2be,E", "stringIds": [] }, "relation": "preserved", @@ -162162,9 +221592,9 @@ "resultPersistentId": "DressupBody27:edge:11", "sourceRefs": [ { - "mappedName": "Edge7;:H79d,E", + "mappedName": "Edge7;:H2bd,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge7;:H79d,E", + "persistentId": "Fillet27:mapped:Edge7;:H2bd,E", "stageId": "Fillet27" }, { @@ -162179,7 +221609,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;FLT;:H79d:7,E;:H79e,E", + "mappedName": "Edge9;:M;FLT;:H2bd:7,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162187,7 +221617,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge9;:M;FLT;:H79d:7,E;:H79e,E", + "name": "Edge9;:M;FLT;:H2bd:7,E;:H2be,E", "stringIds": [] }, "relation": "modified", @@ -162195,9 +221625,9 @@ "resultPersistentId": "DressupBody27:edge:12", "sourceRefs": [ { - "mappedName": "Edge9;:M;FLT;:H79d:7,E", + "mappedName": "Edge9;:M;FLT;:H2bd:7,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge9;:M;FLT;:H79d:7,E", + "persistentId": "Fillet27:mapped:Edge9;:M;FLT;:H2bd:7,E", "stageId": "Fillet27" }, { @@ -162212,7 +221642,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H79d,E;:H79e,E", + "mappedName": "Edge8;:H2bd,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162220,7 +221650,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge8;:H79d,E;:H79e,E", + "name": "Edge8;:H2bd,E;:H2be,E", "stringIds": [] }, "relation": "preserved", @@ -162228,9 +221658,9 @@ "resultPersistentId": "DressupBody27:edge:13", "sourceRefs": [ { - "mappedName": "Edge8;:H79d,E", + "mappedName": "Edge8;:H2bd,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge8;:H79d,E", + "persistentId": "Fillet27:mapped:Edge8;:H2bd,E", "stageId": "Fillet27" }, { @@ -162245,7 +221675,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H79d,E;:H79e,E", + "mappedName": "Edge5;:H2bd,E;:H2be,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162253,7 +221683,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge5;:H79d,E;:H79e,E", + "name": "Edge5;:H2bd,E;:H2be,E", "stringIds": [] }, "relation": "preserved", @@ -162261,9 +221691,9 @@ "resultPersistentId": "DressupBody27:edge:14", "sourceRefs": [ { - "mappedName": "Edge5;:H79d,E", + "mappedName": "Edge5;:H2bd,E", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge5;:H79d,E", + "persistentId": "Fillet27:mapped:Edge5;:H2bd,E", "stageId": "Fillet27" }, { @@ -162278,7 +221708,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162286,7 +221716,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V;:H79e,V", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V;:H2be,V", "stringIds": [] }, "relation": "generated", @@ -162294,9 +221724,9 @@ "resultPersistentId": "DressupBody27:vertex:0", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "stageId": "Fillet27" }, { @@ -162311,7 +221741,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H79d,V;:H79e,V", + "mappedName": "Vertex3;:H2bd,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162319,7 +221749,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex3;:H79d,V;:H79e,V", + "name": "Vertex3;:H2bd,V;:H2be,V", "stringIds": [] }, "relation": "preserved", @@ -162327,9 +221757,9 @@ "resultPersistentId": "DressupBody27:vertex:1", "sourceRefs": [ { - "mappedName": "Vertex3;:H79d,V", + "mappedName": "Vertex3;:H2bd,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Vertex3;:H79d,V", + "persistentId": "Fillet27:mapped:Vertex3;:H2bd,V", "stageId": "Fillet27" }, { @@ -162344,7 +221774,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162352,7 +221782,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V;:H79e,V", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V;:H2be,V", "stringIds": [] }, "relation": "generated", @@ -162360,9 +221790,9 @@ "resultPersistentId": "DressupBody27:vertex:2", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "stageId": "Fillet27" }, { @@ -162377,7 +221807,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H79d,V;:H79e,V", + "mappedName": "Vertex4;:H2bd,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162385,7 +221815,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H79d,V;:H79e,V", + "name": "Vertex4;:H2bd,V;:H2be,V", "stringIds": [] }, "relation": "preserved", @@ -162393,9 +221823,9 @@ "resultPersistentId": "DressupBody27:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex4;:H79d,V", + "mappedName": "Vertex4;:H2bd,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Vertex4;:H79d,V", + "persistentId": "Fillet27:mapped:Vertex4;:H2bd,V", "stageId": "Fillet27" }, { @@ -162410,7 +221840,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162418,7 +221848,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V;:H79e,V", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V;:H2be,V", "stringIds": [] }, "relation": "generated", @@ -162426,9 +221856,9 @@ "resultPersistentId": "DressupBody27:vertex:4", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "stageId": "Fillet27" }, { @@ -162443,7 +221873,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H79d,V;:H79e,V", + "mappedName": "Vertex7;:H2bd,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162451,7 +221881,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex7;:H79d,V;:H79e,V", + "name": "Vertex7;:H2bd,V;:H2be,V", "stringIds": [] }, "relation": "preserved", @@ -162459,9 +221889,9 @@ "resultPersistentId": "DressupBody27:vertex:5", "sourceRefs": [ { - "mappedName": "Vertex7;:H79d,V", + "mappedName": "Vertex7;:H2bd,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Vertex7;:H79d,V", + "persistentId": "Fillet27:mapped:Vertex7;:H2bd,V", "stageId": "Fillet27" }, { @@ -162476,7 +221906,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H79d,V;:H79e,V", + "mappedName": "Vertex5;:H2bd,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162484,7 +221914,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex5;:H79d,V;:H79e,V", + "name": "Vertex5;:H2bd,V;:H2be,V", "stringIds": [] }, "relation": "preserved", @@ -162492,9 +221922,9 @@ "resultPersistentId": "DressupBody27:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex5;:H79d,V", + "mappedName": "Vertex5;:H2bd,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Vertex5;:H79d,V", + "persistentId": "Fillet27:mapped:Vertex5;:H2bd,V", "stageId": "Fillet27" }, { @@ -162509,7 +221939,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V;:H79e,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162517,7 +221947,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V;:H79e,V", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V;:H2be,V", "stringIds": [] }, "relation": "generated", @@ -162525,9 +221955,9 @@ "resultPersistentId": "DressupBody27:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "persistentId": "Fillet27:mapped:Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "stageId": "Fillet27" }, { @@ -162542,7 +221972,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H79d,V;:H79e,V", + "mappedName": "Vertex8;:H2bd,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162550,7 +221980,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H79d,V;:H79e,V", + "name": "Vertex8;:H2bd,V;:H2be,V", "stringIds": [] }, "relation": "preserved", @@ -162558,9 +221988,9 @@ "resultPersistentId": "DressupBody27:vertex:8", "sourceRefs": [ { - "mappedName": "Vertex8;:H79d,V", + "mappedName": "Vertex8;:H2bd,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Vertex8;:H79d,V", + "persistentId": "Fillet27:mapped:Vertex8;:H2bd,V", "stageId": "Fillet27" }, { @@ -162575,7 +222005,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H79d,V;:H79e,V", + "mappedName": "Vertex6;:H2bd,V;:H2be,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -162583,7 +222013,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex6;:H79d,V;:H79e,V", + "name": "Vertex6;:H2bd,V;:H2be,V", "stringIds": [] }, "relation": "preserved", @@ -162591,9 +222021,9 @@ "resultPersistentId": "DressupBody27:vertex:9", "sourceRefs": [ { - "mappedName": "Vertex6;:H79d,V", + "mappedName": "Vertex6;:H2bd,V", "objectId": "Fillet27", - "persistentId": "Fillet27:mapped:Vertex6;:H79d,V", + "persistentId": "Fillet27:mapped:Vertex6;:H2bd,V", "stageId": "Fillet27" }, { @@ -162614,11 +222044,743 @@ "stageId": "DressupBody27", "status": "native-evidence" }, + "relationDigest": "2c148c0da119e3fb4e39a7730243064a794bfb6bf2bbf474eb534e88fa1dd26e", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;FLT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face1;:M;FLT;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;FLT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face6;:M;FLT;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge1;:G;FLT;:H#:7,F", + "sourceElement": "Edge1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face4;:H#,F", + "sourceElement": "Face4", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FLT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face5;:M;FLT;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:M;FLT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face3;:M;FLT;:H#:7,F", + "sourceElement": "Face3", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;FLT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge2;:M;FLT;:H#:7,E", + "sourceElement": "Edge2", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:M;FLT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge4;:M;FLT;:H#:7,E", + "sourceElement": "Edge4", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U4;FLT;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U4;FLT;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge12;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge12;:H#,E", + "sourceElement": "Edge12", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:M;FLT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge10;:M;FLT;:H#:7,E", + "sourceElement": "Edge10", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge6;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge6;:H#,E", + "sourceElement": "Edge6", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U;FLT;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U;FLT;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge11;:H#,E", + "sourceElement": "Edge11", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge9;:M;FLT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge9;:M;FLT;:H#:7,E", + "sourceElement": "Edge9", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge8;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge8;:H#,E", + "sourceElement": "Edge8", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U2;FLT;:H#:8,V;:H#,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F", + "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U2;FLT;:H#:8,V", + "sourceElement": "Edge1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U;FLT;:H#:7,V;:H#,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F", + "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U;FLT;:H#:7,V", + "sourceElement": "Edge1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U2;FLT;:H#:8,V;:H#,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F", + "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U2;FLT;:H#:8,V", + "sourceElement": "Edge1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U;FLT;:H#:7,V;:H#,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F", + "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U;FLT;:H#:7,V", + "sourceElement": "Edge1", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Fillet27", + "sourceTypeId": "PartDesign::Fillet" + } + ] + } + ], + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", "shape": { + "area": 595.2787595947437, + "brepSha256": "63c958c361be2a421b17009e932fa073ae9ebd8963f3c4bd37de6fc263b784c0", "edges": 15, "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", "solids": 1, "valid": true, + "vertices": 10, "volume": 997.8539816339743 }, "typeId": "PartDesign::Body" @@ -162628,6 +222790,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -162676,11 +222839,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -162690,6 +222868,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -162738,11 +222917,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -162752,6 +222946,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -162800,11 +222995,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -162814,6 +223024,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -162862,11 +223073,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -162876,6 +223102,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -162924,11 +223151,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -162938,6 +223180,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -162986,11 +223229,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -163000,6 +223258,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -163048,11 +223307,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -163062,6 +223336,9 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "DressupBox27", + "linkedObjects": [ + "DressupBody27" + ], "name": "DressupBox27", "names": [ { @@ -163992,11 +224269,201 @@ "stageId": "DressupBox27", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "PartDesign::AdditiveBox" @@ -164008,13 +224475,17 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "Fillet27", + "linkedObjects": [ + "DressupBody27", + "DressupBox27" + ], "name": "Fillet27", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;FLT;:H79d:7,F", + "mappedName": "Face1;:M;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164027,7 +224498,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;FLT;:H79d:7,F", + "mappedName": "Face1;:M;FLT;:H2bd:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -164035,7 +224506,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FLT;:H79d:7,F", + "mappedName": "Face6;:M;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164048,7 +224519,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;FLT;:H79d:7,F", + "mappedName": "Face6;:M;FLT;:H2bd:7,F", "mappedStringIds": [], "name": "Face2" }, @@ -164056,7 +224527,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164069,7 +224540,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -164077,7 +224548,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H79d,F", + "mappedName": "Face4;:H2bd,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164090,7 +224561,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H79d,F", + "mappedName": "Face4;:H2bd,F", "mappedStringIds": [], "name": "Face4" }, @@ -164098,7 +224569,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FLT;:H79d:7,F", + "mappedName": "Face5;:M;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164111,7 +224582,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FLT;:H79d:7,F", + "mappedName": "Face5;:M;FLT;:H2bd:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -164119,7 +224590,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;FLT;:H79d:7,F", + "mappedName": "Face3;:M;FLT;:H2bd:7,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164132,7 +224603,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:M;FLT;:H79d:7,F", + "mappedName": "Face3;:M;FLT;:H2bd:7,F", "mappedStringIds": [], "name": "Face6" }, @@ -164140,7 +224611,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H79d,F", + "mappedName": "Face2;:H2bd,F", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164153,7 +224624,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face2;:H79d,F", + "mappedName": "Face2;:H2bd,F", "mappedStringIds": [], "name": "Face7" }, @@ -164161,7 +224632,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;FLT;:H79d:7,E", + "mappedName": "Edge2;:M;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164174,7 +224645,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;FLT;:H79d:7,E", + "mappedName": "Edge2;:M;FLT;:H2bd:7,E", "mappedStringIds": [], "name": "Edge1" }, @@ -164182,9 +224653,9 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164197,7 +224668,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", "mappedStringIds": [], "name": "Edge2" }, @@ -164205,7 +224676,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H79d,E", + "mappedName": "Edge3;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164218,7 +224689,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H79d,E", + "mappedName": "Edge3;:H2bd,E", "mappedStringIds": [], "name": "Edge3" }, @@ -164226,7 +224697,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;FLT;:H79d:7,E", + "mappedName": "Edge4;:M;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164239,7 +224710,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:M;FLT;:H79d:7,E", + "mappedName": "Edge4;:M;FLT;:H2bd:7,E", "mappedStringIds": [], "name": "Edge4" }, @@ -164247,9 +224718,9 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164262,7 +224733,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E", "mappedStringIds": [], "name": "Edge5" }, @@ -164270,7 +224741,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H79d,E", + "mappedName": "Edge12;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164283,7 +224754,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge12;:H79d,E", + "mappedName": "Edge12;:H2bd,E", "mappedStringIds": [], "name": "Edge6" }, @@ -164291,7 +224762,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;FLT;:H79d:7,E", + "mappedName": "Edge10;:M;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164304,7 +224775,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:M;FLT;:H79d:7,E", + "mappedName": "Edge10;:M;FLT;:H2bd:7,E", "mappedStringIds": [], "name": "Edge7" }, @@ -164312,7 +224783,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H79d,E", + "mappedName": "Edge6;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164325,7 +224796,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge6;:H79d,E", + "mappedName": "Edge6;:H2bd,E", "mappedStringIds": [], "name": "Edge8" }, @@ -164333,9 +224804,9 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164348,7 +224819,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E", "mappedStringIds": [], "name": "Edge9" }, @@ -164356,9 +224827,9 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164371,7 +224842,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", "mappedStringIds": [], "name": "Edge10" }, @@ -164379,7 +224850,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H79d,E", + "mappedName": "Edge11;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164392,7 +224863,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H79d,E", + "mappedName": "Edge11;:H2bd,E", "mappedStringIds": [], "name": "Edge11" }, @@ -164400,7 +224871,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H79d,E", + "mappedName": "Edge7;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164413,7 +224884,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H79d,E", + "mappedName": "Edge7;:H2bd,E", "mappedStringIds": [], "name": "Edge12" }, @@ -164421,7 +224892,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;FLT;:H79d:7,E", + "mappedName": "Edge9;:M;FLT;:H2bd:7,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164434,7 +224905,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge9;:M;FLT;:H79d:7,E", + "mappedName": "Edge9;:M;FLT;:H2bd:7,E", "mappedStringIds": [], "name": "Edge13" }, @@ -164442,7 +224913,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H79d,E", + "mappedName": "Edge8;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164455,7 +224926,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge8;:H79d,E", + "mappedName": "Edge8;:H2bd,E", "mappedStringIds": [], "name": "Edge14" }, @@ -164463,7 +224934,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H79d,E", + "mappedName": "Edge5;:H2bd,E", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164476,7 +224947,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge5;:H79d,E", + "mappedName": "Edge5;:H2bd,E", "mappedStringIds": [], "name": "Edge15" }, @@ -164484,10 +224955,10 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164500,7 +224971,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -164508,7 +224979,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H79d,V", + "mappedName": "Vertex3;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164521,7 +224992,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex3;:H79d,V", + "mappedName": "Vertex3;:H2bd,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -164529,10 +225000,10 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164545,7 +225016,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -164553,7 +225024,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H79d,V", + "mappedName": "Vertex4;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164566,7 +225037,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H79d,V", + "mappedName": "Vertex4;:H2bd,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -164574,10 +225045,10 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164590,7 +225061,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -164598,7 +225069,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H79d,V", + "mappedName": "Vertex7;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164611,7 +225082,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex7;:H79d,V", + "mappedName": "Vertex7;:H2bd,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -164619,7 +225090,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H79d,V", + "mappedName": "Vertex5;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164632,7 +225103,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex5;:H79d,V", + "mappedName": "Vertex5;:H2bd,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -164640,10 +225111,10 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", - "Edge1;:G;FLT;:H79d:7,F" + "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", + "Edge1;:G;FLT;:H2bd:7,F" ], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164656,7 +225127,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -164664,7 +225135,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H79d,V", + "mappedName": "Vertex8;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164677,7 +225148,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H79d,V", + "mappedName": "Vertex8;:H2bd,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -164685,7 +225156,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H79d,V", + "mappedName": "Vertex6;:H2bd,V", "object": "Fillet27", "typeId": "PartDesign::Fillet" }, @@ -164698,7 +225169,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex6;:H79d,V", + "mappedName": "Vertex6;:H2bd,V", "mappedStringIds": [], "name": "Vertex10" } @@ -164714,7 +225185,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FLT;:H79d:7,F", + "mappedName": "Face1;:M;FLT;:H2bd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164722,7 +225193,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;FLT;:H79d:7,F", + "name": "Face1;:M;FLT;:H2bd:7,F", "stringIds": [] }, "relation": "modified", @@ -164741,7 +225212,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FLT;:H79d:7,F", + "mappedName": "Face6;:M;FLT;:H2bd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164749,7 +225220,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;FLT;:H79d:7,F", + "name": "Face6;:M;FLT;:H2bd:7,F", "stringIds": [] }, "relation": "modified", @@ -164768,7 +225239,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Edge1;:G;FLT;:H79d:7,F", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164776,7 +225247,7 @@ "index": 3, "type": "Face" }, - "name": "Edge1;:G;FLT;:H79d:7,F", + "name": "Edge1;:G;FLT;:H2bd:7,F", "stringIds": [] }, "relation": "generated", @@ -164795,7 +225266,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H79d,F", + "mappedName": "Face4;:H2bd,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164803,7 +225274,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H79d,F", + "name": "Face4;:H2bd,F", "stringIds": [] }, "relation": "preserved", @@ -164822,7 +225293,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FLT;:H79d:7,F", + "mappedName": "Face5;:M;FLT;:H2bd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164830,7 +225301,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FLT;:H79d:7,F", + "name": "Face5;:M;FLT;:H2bd:7,F", "stringIds": [] }, "relation": "modified", @@ -164849,7 +225320,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;FLT;:H79d:7,F", + "mappedName": "Face3;:M;FLT;:H2bd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164857,7 +225328,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:M;FLT;:H79d:7,F", + "name": "Face3;:M;FLT;:H2bd:7,F", "stringIds": [] }, "relation": "modified", @@ -164876,7 +225347,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H79d,F", + "mappedName": "Face2;:H2bd,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164884,7 +225355,7 @@ "index": 7, "type": "Face" }, - "name": "Face2;:H79d,F", + "name": "Face2;:H2bd,F", "stringIds": [] }, "relation": "preserved", @@ -164903,7 +225374,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;FLT;:H79d:7,E", + "mappedName": "Edge2;:M;FLT;:H2bd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164911,7 +225382,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;FLT;:H79d:7,E", + "name": "Edge2;:M;FLT;:H2bd:7,E", "stringIds": [] }, "relation": "modified", @@ -164930,7 +225401,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164938,7 +225409,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E", "stringIds": [] }, "relation": "generated", @@ -164957,7 +225428,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H79d,E", + "mappedName": "Edge3;:H2bd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164965,7 +225436,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H79d,E", + "name": "Edge3;:H2bd,E", "stringIds": [] }, "relation": "preserved", @@ -164984,7 +225455,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;FLT;:H79d:7,E", + "mappedName": "Edge4;:M;FLT;:H2bd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -164992,7 +225463,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:M;FLT;:H79d:7,E", + "name": "Edge4;:M;FLT;:H2bd:7,E", "stringIds": [] }, "relation": "modified", @@ -165011,7 +225482,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165019,7 +225490,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U4;FLT;:H79d:8,E", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U4;FLT;:H2bd:8,E", "stringIds": [] }, "relation": "generated", @@ -165038,7 +225509,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H79d,E", + "mappedName": "Edge12;:H2bd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165046,7 +225517,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge12;:H79d,E", + "name": "Edge12;:H2bd,E", "stringIds": [] }, "relation": "preserved", @@ -165065,7 +225536,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;FLT;:H79d:7,E", + "mappedName": "Edge10;:M;FLT;:H2bd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165073,7 +225544,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:M;FLT;:H79d:7,E", + "name": "Edge10;:M;FLT;:H2bd:7,E", "stringIds": [] }, "relation": "modified", @@ -165092,7 +225563,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H79d,E", + "mappedName": "Edge6;:H2bd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165100,7 +225571,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge6;:H79d,E", + "name": "Edge6;:H2bd,E", "stringIds": [] }, "relation": "preserved", @@ -165119,7 +225590,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165127,7 +225598,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U;FLT;:H79d:7,E", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U;FLT;:H2bd:7,E", "stringIds": [] }, "relation": "generated", @@ -165146,7 +225617,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165154,7 +225625,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E", "stringIds": [] }, "relation": "generated", @@ -165173,7 +225644,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H79d,E", + "mappedName": "Edge11;:H2bd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165181,7 +225652,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H79d,E", + "name": "Edge11;:H2bd,E", "stringIds": [] }, "relation": "preserved", @@ -165200,7 +225671,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H79d,E", + "mappedName": "Edge7;:H2bd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165208,7 +225679,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H79d,E", + "name": "Edge7;:H2bd,E", "stringIds": [] }, "relation": "preserved", @@ -165227,7 +225698,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;FLT;:H79d:7,E", + "mappedName": "Edge9;:M;FLT;:H2bd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165235,7 +225706,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge9;:M;FLT;:H79d:7,E", + "name": "Edge9;:M;FLT;:H2bd:7,E", "stringIds": [] }, "relation": "modified", @@ -165254,7 +225725,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H79d,E", + "mappedName": "Edge8;:H2bd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165262,7 +225733,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge8;:H79d,E", + "name": "Edge8;:H2bd,E", "stringIds": [] }, "relation": "preserved", @@ -165281,7 +225752,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H79d,E", + "mappedName": "Edge5;:H2bd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165289,7 +225760,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge5;:H79d,E", + "name": "Edge5;:H2bd,E", "stringIds": [] }, "relation": "preserved", @@ -165308,7 +225779,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165316,7 +225787,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "stringIds": [] }, "relation": "generated", @@ -165335,7 +225806,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H79d,V", + "mappedName": "Vertex3;:H2bd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165343,7 +225814,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex3;:H79d,V", + "name": "Vertex3;:H2bd,V", "stringIds": [] }, "relation": "preserved", @@ -165362,7 +225833,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165370,7 +225841,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U2;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U2;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "stringIds": [] }, "relation": "generated", @@ -165389,7 +225860,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H79d,V", + "mappedName": "Vertex4;:H2bd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165397,7 +225868,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H79d,V", + "name": "Vertex4;:H2bd,V", "stringIds": [] }, "relation": "preserved", @@ -165416,7 +225887,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165424,7 +225895,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U2;FLT;:H79d:8,V", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U2;FLT;:H2bd:8,V", "stringIds": [] }, "relation": "generated", @@ -165443,7 +225914,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H79d,V", + "mappedName": "Vertex7;:H2bd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165451,7 +225922,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex7;:H79d,V", + "name": "Vertex7;:H2bd,V", "stringIds": [] }, "relation": "preserved", @@ -165470,7 +225941,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H79d,V", + "mappedName": "Vertex5;:H2bd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165478,7 +225949,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex5;:H79d,V", + "name": "Vertex5;:H2bd,V", "stringIds": [] }, "relation": "preserved", @@ -165497,7 +225968,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "mappedName": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165505,7 +225976,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H79d:7,F;:U3;FLT;:H79d:8,E;:U;FLT;:H79d:7,V", + "name": "Edge1;:G;FLT;:H2bd:7,F;:U3;FLT;:H2bd:8,E;:U;FLT;:H2bd:7,V", "stringIds": [] }, "relation": "generated", @@ -165524,7 +225995,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H79d,V", + "mappedName": "Vertex8;:H2bd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165532,7 +226003,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H79d,V", + "name": "Vertex8;:H2bd,V", "stringIds": [] }, "relation": "preserved", @@ -165551,7 +226022,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H79d,V", + "mappedName": "Vertex6;:H2bd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -165559,7 +226030,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex6;:H79d,V", + "name": "Vertex6;:H2bd,V", "stringIds": [] }, "relation": "preserved", @@ -165584,11 +226055,499 @@ "stageId": "Fillet27", "status": "native-evidence" }, + "relationDigest": "23aefe3455cbdbab0a030b138f877907259041518b21d99209041866d2a25bfc", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;FLT;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;FLT;:H#:7,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Edge1;:G;FLT;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FLT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:M;FLT;:H#:7,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;FLT;:H#:7,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:M;FLT;:H#:7,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U4;FLT;:H#:8,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:M;FLT;:H#:7,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U;FLT;:H#:7,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge9;:M;FLT;:H#:7,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U2;FLT;:H#:8,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U;FLT;:H#:7,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U2;FLT;:H#:8,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U;FLT;:H#:7,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "DressupBox27", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + } + ], + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", "shape": { + "area": 595.2787595947437, + "brepSha256": "98c5a880b0bea84194e75f61c08114d8e8885fec88ffa3effc6f3da5063d7421", "edges": 15, "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", "solids": 1, "valid": true, + "vertices": 10, "volume": 997.8539816339743 }, "typeId": "PartDesign::Fillet" @@ -165598,18 +226557,643 @@ "stringHasherResource": null }, { + "category": "dress-up", "elementMapResources": { "DressupBody28.Shape.Map.txt": { - "sha256": "2c38e59adcfd434770f2f3d50c1c1889a1042537c42858ce07a791df093618f5", - "text": "BeginElementMap v1\n1 PostfixCount 17\nEdge\nFace\nVertex\n;:M;FLT;:H11c4:7,E\n;:H11c4,E\n;:G;FLT;:H11c4:7,F\n;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E\n;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V\n;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V\n;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E\n;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V\n;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V\n;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E\n;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E\n;:M;FLT;:H11c4:7,F\n;:H11c4,F\n;:H11c4,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 15 4549 1 ;:H11c5,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 7 4549 1 ;:H11c5,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 10 4549 1 ;:H11c5,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "0446c664d972f58de3f1deb68a29438b4d6e300b23a3b17f7c568a4a75bef52a", + "text": "BeginElementMap v1\n1 PostfixCount 17\nEdge\nFace\nVertex\n;:M;FLT;:H284:7,E\n;:H284,E\n;:G;FLT;:H284:7,F\n;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E\n;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V\n;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V\n;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E\n;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V\n;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V\n;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E\n;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E\n;:M;FLT;:H284:7,F\n;:H284,F\n;:H284,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 15 645 1 ;:H285,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 7 645 1 ;:H285,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 10 645 1 ;:H285,V 0\n\nNameCount 0\n\nEndMap\n" }, "Fillet28.Shape.Map.txt": { - "sha256": "52875899b53290c584630123e09fedb21c9ae050314a3c38dc0be4f03583edc8", - "text": "BeginElementMap v1\n2 PostfixCount 17\nEdge\nFace\nVertex\n;:M;FLT;:H11c4:7,E\n;:H11c4,E\n;:G;FLT;:H11c4:7,F\n;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E\n;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V\n;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V\n;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E\n;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V\n;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V\n;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E\n;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E\n;:M;FLT;:H11c4:7,F\n;:H11c4,F\n;:H11c4,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n" + "sha256": "46c5c11be7d555310a0b538ec3fdc960a0cc6d5da8a6e3ea6d55369aaf9e2e07", + "text": "BeginElementMap v1\n2 PostfixCount 17\nEdge\nFace\nVertex\n;:M;FLT;:H284:7,E\n;:H284,E\n;:G;FLT;:H284:7,F\n;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E\n;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V\n;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V\n;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E\n;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V\n;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V\n;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E\n;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E\n;:M;FLT;:H284:7,F\n;:H284,F\n;:H284,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n" } }, "finalObject": "Fillet28", "id": "dressup-fillet-2", + "mutation": { + "category": "dress-up", + "contract": { + "editorModes": [], + "finalObject": "Fillet28", + "finalStageOrdinal": 9, + "nativeEditable": true, + "propertyPath": "Radius", + "propertyType": "App::PropertyQuantityConstraint", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Fillet28", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Fillet" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 30, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 10 + }, + "phases": { + "before": [ + { + "key": "dressup-fillet-2:000:DressupBody28", + "name": "DressupBody28", + "ordinal": 0, + "relationDigest": "d3a8731080932ec637f7cab52f8b51fe3453cad41ae75806d0d5733df8ff6a2d", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "shape": { + "area": 595.2787595947437, + "brepSha256": "63c958c361be2a421b17009e932fa073ae9ebd8963f3c4bd37de6fc263b784c0", + "edges": 15, + "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 997.8539816339743 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-2:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-2:008:DressupBox28", + "name": "DressupBox28", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-2:009:Fillet28", + "name": "Fillet28", + "ordinal": 9, + "relationDigest": "14f1e4946094a91c12cad1198bc7d9c7b15f05ac8a8e6d3821e8dbe8ceda712b", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "shape": { + "area": 595.2787595947437, + "brepSha256": "98c5a880b0bea84194e75f61c08114d8e8885fec88ffa3effc6f3da5063d7421", + "edges": 15, + "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 997.8539816339743 + }, + "typeId": "PartDesign::Fillet" + } + ], + "edited": [ + { + "key": "dressup-fillet-2:000:DressupBody28", + "name": "DressupBody28", + "ordinal": 0, + "relationDigest": "d3a8731080932ec637f7cab52f8b51fe3453cad41ae75806d0d5733df8ff6a2d", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "shape": { + "area": 593.9643233455531, + "brepSha256": "ed4253ef89bbfd61c8092554214595dbc3fe16d2442520b428c4250deb1a209d", + "edges": 15, + "faces": 7, + "geometryDigest": "5ce7d721112fd70da5eac2dbfc9d8b2629ea52148d6bc99f99eca6064ba3015f", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 996.646846303085 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-2:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-2:008:DressupBox28", + "name": "DressupBox28", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-2:009:Fillet28", + "name": "Fillet28", + "ordinal": 9, + "relationDigest": "14f1e4946094a91c12cad1198bc7d9c7b15f05ac8a8e6d3821e8dbe8ceda712b", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "shape": { + "area": 593.9643233455531, + "brepSha256": "7d6eec3bdd5dad23792965a24820ade80b80654b0cee4e3581b82fb8ded4a0fd", + "edges": 15, + "faces": 7, + "geometryDigest": "5ce7d721112fd70da5eac2dbfc9d8b2629ea52148d6bc99f99eca6064ba3015f", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 996.646846303085 + }, + "typeId": "PartDesign::Fillet" + } + ], + "restored": [ + { + "key": "dressup-fillet-2:000:DressupBody28", + "name": "DressupBody28", + "ordinal": 0, + "relationDigest": "d3a8731080932ec637f7cab52f8b51fe3453cad41ae75806d0d5733df8ff6a2d", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "shape": { + "area": 595.2787595947437, + "brepSha256": "63c958c361be2a421b17009e932fa073ae9ebd8963f3c4bd37de6fc263b784c0", + "edges": 15, + "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 997.8539816339743 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-2:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-2:008:DressupBox28", + "name": "DressupBox28", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-2:009:Fillet28", + "name": "Fillet28", + "ordinal": 9, + "relationDigest": "14f1e4946094a91c12cad1198bc7d9c7b15f05ac8a8e6d3821e8dbe8ceda712b", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "shape": { + "area": 595.2787595947437, + "brepSha256": "98c5a880b0bea84194e75f61c08114d8e8885fec88ffa3effc6f3da5063d7421", + "edges": 15, + "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 997.8539816339743 + }, + "typeId": "PartDesign::Fillet" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 1, + "edited": 1.25, + "restored": 1 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -165619,19 +227203,24 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "DressupBody28", + "linkedObjects": [ + "DressupBox28", + "Fillet28", + "Origin" + ], "name": "DressupBody28", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face1;:M;FLT;:H284:7,F;:H285,F", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face1;:M;FLT;:H11c4:7,F", + "mappedName": "Face1;:M;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165644,7 +227233,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face1;:M;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "name": "Face1" }, @@ -165652,13 +227241,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face6;:M;FLT;:H284:7,F;:H285,F", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face6;:M;FLT;:H11c4:7,F", + "mappedName": "Face6;:M;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165671,7 +227260,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face6;:M;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "name": "Face2" }, @@ -165679,13 +227268,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:H285,F", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F", + "mappedName": "Edge1;:G;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165698,7 +227287,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "name": "Face3" }, @@ -165706,13 +227295,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:H11c4,F;:H11c5,F", + "mappedName": "Face4;:H284,F;:H285,F", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face4;:H11c4,F", + "mappedName": "Face4;:H284,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165725,7 +227314,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H11c4,F;:H11c5,F", + "mappedName": "Face4;:H284,F;:H285,F", "mappedStringIds": [], "name": "Face4" }, @@ -165733,13 +227322,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face5;:M;FLT;:H284:7,F;:H285,F", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face5;:M;FLT;:H11c4:7,F", + "mappedName": "Face5;:M;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165752,7 +227341,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face5;:M;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "name": "Face5" }, @@ -165760,13 +227349,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face3;:M;FLT;:H284:7,F;:H285,F", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face3;:M;FLT;:H11c4:7,F", + "mappedName": "Face3;:M;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165779,7 +227368,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face3;:M;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "name": "Face6" }, @@ -165787,13 +227376,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:H11c4,F;:H11c5,F", + "mappedName": "Face2;:H284,F;:H285,F", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face2;:H11c4,F", + "mappedName": "Face2;:H284,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165806,7 +227395,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face2;:H11c4,F;:H11c5,F", + "mappedName": "Face2;:H284,F;:H285,F", "mappedStringIds": [], "name": "Face7" }, @@ -165814,13 +227403,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge2;:M;FLT;:H284:7,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge2;:M;FLT;:H11c4:7,E", + "mappedName": "Edge2;:M;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165833,7 +227422,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge2;:M;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "name": "Edge1" }, @@ -165841,15 +227430,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165862,7 +227451,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:H285,E", "mappedStringIds": [], "name": "Edge2" }, @@ -165870,13 +227459,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H11c4,E;:H11c5,E", + "mappedName": "Edge3;:H284,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge3;:H11c4,E", + "mappedName": "Edge3;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165889,7 +227478,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H11c4,E;:H11c5,E", + "mappedName": "Edge3;:H284,E;:H285,E", "mappedStringIds": [], "name": "Edge3" }, @@ -165897,13 +227486,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge4;:M;FLT;:H284:7,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge4;:M;FLT;:H11c4:7,E", + "mappedName": "Edge4;:M;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165916,7 +227505,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge4;:M;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "name": "Edge4" }, @@ -165924,15 +227513,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165945,7 +227534,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E;:H285,E", "mappedStringIds": [], "name": "Edge5" }, @@ -165953,13 +227542,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H11c4,E;:H11c5,E", + "mappedName": "Edge12;:H284,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge12;:H11c4,E", + "mappedName": "Edge12;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165972,7 +227561,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge12;:H11c4,E;:H11c5,E", + "mappedName": "Edge12;:H284,E;:H285,E", "mappedStringIds": [], "name": "Edge6" }, @@ -165980,13 +227569,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge10;:M;FLT;:H284:7,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge10;:M;FLT;:H11c4:7,E", + "mappedName": "Edge10;:M;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -165999,7 +227588,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge10;:M;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "name": "Edge7" }, @@ -166007,13 +227596,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H11c4,E;:H11c5,E", + "mappedName": "Edge6;:H284,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge6;:H11c4,E", + "mappedName": "Edge6;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166026,7 +227615,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge6;:H11c4,E;:H11c5,E", + "mappedName": "Edge6;:H284,E;:H285,E", "mappedStringIds": [], "name": "Edge8" }, @@ -166034,15 +227623,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166055,7 +227644,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "name": "Edge9" }, @@ -166063,15 +227652,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166084,7 +227673,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:H285,E", "mappedStringIds": [], "name": "Edge10" }, @@ -166092,13 +227681,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H11c4,E;:H11c5,E", + "mappedName": "Edge11;:H284,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge11;:H11c4,E", + "mappedName": "Edge11;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166111,7 +227700,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H11c4,E;:H11c5,E", + "mappedName": "Edge11;:H284,E;:H285,E", "mappedStringIds": [], "name": "Edge11" }, @@ -166119,13 +227708,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H11c4,E;:H11c5,E", + "mappedName": "Edge7;:H284,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge7;:H11c4,E", + "mappedName": "Edge7;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166138,7 +227727,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H11c4,E;:H11c5,E", + "mappedName": "Edge7;:H284,E;:H285,E", "mappedStringIds": [], "name": "Edge12" }, @@ -166146,13 +227735,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge9;:M;FLT;:H284:7,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge9;:M;FLT;:H11c4:7,E", + "mappedName": "Edge9;:M;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166165,7 +227754,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge9;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge9;:M;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "name": "Edge13" }, @@ -166173,13 +227762,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H11c4,E;:H11c5,E", + "mappedName": "Edge8;:H284,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge8;:H11c4,E", + "mappedName": "Edge8;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166192,7 +227781,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge8;:H11c4,E;:H11c5,E", + "mappedName": "Edge8;:H284,E;:H285,E", "mappedStringIds": [], "name": "Edge14" }, @@ -166200,13 +227789,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H11c4,E;:H11c5,E", + "mappedName": "Edge5;:H284,E;:H285,E", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge5;:H11c4,E", + "mappedName": "Edge5;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166219,7 +227808,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge5;:H11c4,E;:H11c5,E", + "mappedName": "Edge5;:H284,E;:H285,E", "mappedStringIds": [], "name": "Edge15" }, @@ -166227,16 +227816,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166249,7 +227838,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V;:H285,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -166257,13 +227846,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H11c4,V;:H11c5,V", + "mappedName": "Vertex3;:H284,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex3;:H11c4,V", + "mappedName": "Vertex3;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166276,7 +227865,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex3;:H11c4,V;:H11c5,V", + "mappedName": "Vertex3;:H284,V;:H285,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -166284,16 +227873,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166306,7 +227895,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V;:H285,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -166314,13 +227903,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H11c4,V;:H11c5,V", + "mappedName": "Vertex4;:H284,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex4;:H11c4,V", + "mappedName": "Vertex4;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166333,7 +227922,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H11c4,V;:H11c5,V", + "mappedName": "Vertex4;:H284,V;:H285,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -166341,16 +227930,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166363,7 +227952,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V;:H285,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -166371,13 +227960,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H11c4,V;:H11c5,V", + "mappedName": "Vertex7;:H284,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex7;:H11c4,V", + "mappedName": "Vertex7;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166390,7 +227979,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex7;:H11c4,V;:H11c5,V", + "mappedName": "Vertex7;:H284,V;:H285,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -166398,13 +227987,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H11c4,V;:H11c5,V", + "mappedName": "Vertex5;:H284,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex5;:H11c4,V", + "mappedName": "Vertex5;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166417,7 +228006,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex5;:H11c4,V;:H11c5,V", + "mappedName": "Vertex5;:H284,V;:H285,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -166425,16 +228014,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166447,7 +228036,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V;:H285,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -166455,13 +228044,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H11c4,V;:H11c5,V", + "mappedName": "Vertex8;:H284,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex8;:H11c4,V", + "mappedName": "Vertex8;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166474,7 +228063,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H11c4,V;:H11c5,V", + "mappedName": "Vertex8;:H284,V;:H285,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -166482,13 +228071,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H11c4,V;:H11c5,V", + "mappedName": "Vertex6;:H284,V;:H285,V", "object": "DressupBody28", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex6;:H11c4,V", + "mappedName": "Vertex6;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -166501,7 +228090,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex6;:H11c4,V;:H11c5,V", + "mappedName": "Vertex6;:H284,V;:H285,V", "mappedStringIds": [], "name": "Vertex10" } @@ -166517,7 +228106,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face1;:M;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166525,7 +228114,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;FLT;:H11c4:7,F;:H11c5,F", + "name": "Face1;:M;FLT;:H284:7,F;:H285,F", "stringIds": [] }, "relation": "modified", @@ -166533,9 +228122,9 @@ "resultPersistentId": "DressupBody28:face:0", "sourceRefs": [ { - "mappedName": "Face1;:M;FLT;:H11c4:7,F", + "mappedName": "Face1;:M;FLT;:H284:7,F", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Face1;:M;FLT;:H11c4:7,F", + "persistentId": "Fillet28:mapped:Face1;:M;FLT;:H284:7,F", "stageId": "Fillet28" }, { @@ -166550,7 +228139,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face6;:M;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166558,7 +228147,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;FLT;:H11c4:7,F;:H11c5,F", + "name": "Face6;:M;FLT;:H284:7,F;:H285,F", "stringIds": [] }, "relation": "modified", @@ -166566,9 +228155,9 @@ "resultPersistentId": "DressupBody28:face:1", "sourceRefs": [ { - "mappedName": "Face6;:M;FLT;:H11c4:7,F", + "mappedName": "Face6;:M;FLT;:H284:7,F", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Face6;:M;FLT;:H11c4:7,F", + "persistentId": "Fillet28:mapped:Face6;:M;FLT;:H284:7,F", "stageId": "Fillet28" }, { @@ -166583,7 +228172,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166591,7 +228180,7 @@ "index": 3, "type": "Face" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:H11c5,F", + "name": "Edge1;:G;FLT;:H284:7,F;:H285,F", "stringIds": [] }, "relation": "generated", @@ -166599,9 +228188,9 @@ "resultPersistentId": "DressupBody28:face:2", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H11c4:7,F", + "mappedName": "Edge1;:G;FLT;:H284:7,F", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H11c4:7,F", + "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H284:7,F", "stageId": "Fillet28" }, { @@ -166616,7 +228205,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H11c4,F;:H11c5,F", + "mappedName": "Face4;:H284,F;:H285,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166624,7 +228213,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H11c4,F;:H11c5,F", + "name": "Face4;:H284,F;:H285,F", "stringIds": [] }, "relation": "preserved", @@ -166632,9 +228221,9 @@ "resultPersistentId": "DressupBody28:face:3", "sourceRefs": [ { - "mappedName": "Face4;:H11c4,F", + "mappedName": "Face4;:H284,F", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Face4;:H11c4,F", + "persistentId": "Fillet28:mapped:Face4;:H284,F", "stageId": "Fillet28" }, { @@ -166649,7 +228238,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face5;:M;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166657,7 +228246,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FLT;:H11c4:7,F;:H11c5,F", + "name": "Face5;:M;FLT;:H284:7,F;:H285,F", "stringIds": [] }, "relation": "modified", @@ -166665,9 +228254,9 @@ "resultPersistentId": "DressupBody28:face:4", "sourceRefs": [ { - "mappedName": "Face5;:M;FLT;:H11c4:7,F", + "mappedName": "Face5;:M;FLT;:H284:7,F", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Face5;:M;FLT;:H11c4:7,F", + "persistentId": "Fillet28:mapped:Face5;:M;FLT;:H284:7,F", "stageId": "Fillet28" }, { @@ -166682,7 +228271,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;FLT;:H11c4:7,F;:H11c5,F", + "mappedName": "Face3;:M;FLT;:H284:7,F;:H285,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166690,7 +228279,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:M;FLT;:H11c4:7,F;:H11c5,F", + "name": "Face3;:M;FLT;:H284:7,F;:H285,F", "stringIds": [] }, "relation": "modified", @@ -166698,9 +228287,9 @@ "resultPersistentId": "DressupBody28:face:5", "sourceRefs": [ { - "mappedName": "Face3;:M;FLT;:H11c4:7,F", + "mappedName": "Face3;:M;FLT;:H284:7,F", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Face3;:M;FLT;:H11c4:7,F", + "persistentId": "Fillet28:mapped:Face3;:M;FLT;:H284:7,F", "stageId": "Fillet28" }, { @@ -166715,7 +228304,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H11c4,F;:H11c5,F", + "mappedName": "Face2;:H284,F;:H285,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166723,7 +228312,7 @@ "index": 7, "type": "Face" }, - "name": "Face2;:H11c4,F;:H11c5,F", + "name": "Face2;:H284,F;:H285,F", "stringIds": [] }, "relation": "preserved", @@ -166731,9 +228320,9 @@ "resultPersistentId": "DressupBody28:face:6", "sourceRefs": [ { - "mappedName": "Face2;:H11c4,F", + "mappedName": "Face2;:H284,F", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Face2;:H11c4,F", + "persistentId": "Fillet28:mapped:Face2;:H284,F", "stageId": "Fillet28" }, { @@ -166748,7 +228337,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge2;:M;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166756,7 +228345,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;FLT;:H11c4:7,E;:H11c5,E", + "name": "Edge2;:M;FLT;:H284:7,E;:H285,E", "stringIds": [] }, "relation": "modified", @@ -166764,9 +228353,9 @@ "resultPersistentId": "DressupBody28:edge:0", "sourceRefs": [ { - "mappedName": "Edge2;:M;FLT;:H11c4:7,E", + "mappedName": "Edge2;:M;FLT;:H284:7,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge2;:M;FLT;:H11c4:7,E", + "persistentId": "Fillet28:mapped:Edge2;:M;FLT;:H284:7,E", "stageId": "Fillet28" }, { @@ -166781,7 +228370,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166789,7 +228378,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:H11c5,E", + "name": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:H285,E", "stringIds": [] }, "relation": "generated", @@ -166797,9 +228386,9 @@ "resultPersistentId": "DressupBody28:edge:1", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", + "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", "stageId": "Fillet28" }, { @@ -166814,7 +228403,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H11c4,E;:H11c5,E", + "mappedName": "Edge3;:H284,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166822,7 +228411,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H11c4,E;:H11c5,E", + "name": "Edge3;:H284,E;:H285,E", "stringIds": [] }, "relation": "preserved", @@ -166830,9 +228419,9 @@ "resultPersistentId": "DressupBody28:edge:2", "sourceRefs": [ { - "mappedName": "Edge3;:H11c4,E", + "mappedName": "Edge3;:H284,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge3;:H11c4,E", + "persistentId": "Fillet28:mapped:Edge3;:H284,E", "stageId": "Fillet28" }, { @@ -166847,7 +228436,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge4;:M;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166855,7 +228444,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:M;FLT;:H11c4:7,E;:H11c5,E", + "name": "Edge4;:M;FLT;:H284:7,E;:H285,E", "stringIds": [] }, "relation": "modified", @@ -166863,9 +228452,9 @@ "resultPersistentId": "DressupBody28:edge:3", "sourceRefs": [ { - "mappedName": "Edge4;:M;FLT;:H11c4:7,E", + "mappedName": "Edge4;:M;FLT;:H284:7,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge4;:M;FLT;:H11c4:7,E", + "persistentId": "Fillet28:mapped:Edge4;:M;FLT;:H284:7,E", "stageId": "Fillet28" }, { @@ -166880,7 +228469,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166888,7 +228477,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E;:H11c5,E", + "name": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E;:H285,E", "stringIds": [] }, "relation": "generated", @@ -166896,9 +228485,9 @@ "resultPersistentId": "DressupBody28:edge:4", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E", + "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E", "stageId": "Fillet28" }, { @@ -166913,7 +228502,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H11c4,E;:H11c5,E", + "mappedName": "Edge12;:H284,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166921,7 +228510,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge12;:H11c4,E;:H11c5,E", + "name": "Edge12;:H284,E;:H285,E", "stringIds": [] }, "relation": "preserved", @@ -166929,9 +228518,9 @@ "resultPersistentId": "DressupBody28:edge:5", "sourceRefs": [ { - "mappedName": "Edge12;:H11c4,E", + "mappedName": "Edge12;:H284,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge12;:H11c4,E", + "persistentId": "Fillet28:mapped:Edge12;:H284,E", "stageId": "Fillet28" }, { @@ -166946,7 +228535,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge10;:M;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166954,7 +228543,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:M;FLT;:H11c4:7,E;:H11c5,E", + "name": "Edge10;:M;FLT;:H284:7,E;:H285,E", "stringIds": [] }, "relation": "modified", @@ -166962,9 +228551,9 @@ "resultPersistentId": "DressupBody28:edge:6", "sourceRefs": [ { - "mappedName": "Edge10;:M;FLT;:H11c4:7,E", + "mappedName": "Edge10;:M;FLT;:H284:7,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge10;:M;FLT;:H11c4:7,E", + "persistentId": "Fillet28:mapped:Edge10;:M;FLT;:H284:7,E", "stageId": "Fillet28" }, { @@ -166979,7 +228568,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H11c4,E;:H11c5,E", + "mappedName": "Edge6;:H284,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -166987,7 +228576,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge6;:H11c4,E;:H11c5,E", + "name": "Edge6;:H284,E;:H285,E", "stringIds": [] }, "relation": "preserved", @@ -166995,9 +228584,9 @@ "resultPersistentId": "DressupBody28:edge:7", "sourceRefs": [ { - "mappedName": "Edge6;:H11c4,E", + "mappedName": "Edge6;:H284,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge6;:H11c4,E", + "persistentId": "Fillet28:mapped:Edge6;:H284,E", "stageId": "Fillet28" }, { @@ -167012,7 +228601,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167020,7 +228609,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E;:H11c5,E", + "name": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E;:H285,E", "stringIds": [] }, "relation": "generated", @@ -167028,9 +228617,9 @@ "resultPersistentId": "DressupBody28:edge:8", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E", + "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E", "stageId": "Fillet28" }, { @@ -167045,7 +228634,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:H11c5,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167053,7 +228642,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:H11c5,E", + "name": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:H285,E", "stringIds": [] }, "relation": "generated", @@ -167061,9 +228650,9 @@ "resultPersistentId": "DressupBody28:edge:9", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", + "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", "stageId": "Fillet28" }, { @@ -167078,7 +228667,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H11c4,E;:H11c5,E", + "mappedName": "Edge11;:H284,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167086,7 +228675,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H11c4,E;:H11c5,E", + "name": "Edge11;:H284,E;:H285,E", "stringIds": [] }, "relation": "preserved", @@ -167094,9 +228683,9 @@ "resultPersistentId": "DressupBody28:edge:10", "sourceRefs": [ { - "mappedName": "Edge11;:H11c4,E", + "mappedName": "Edge11;:H284,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge11;:H11c4,E", + "persistentId": "Fillet28:mapped:Edge11;:H284,E", "stageId": "Fillet28" }, { @@ -167111,7 +228700,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H11c4,E;:H11c5,E", + "mappedName": "Edge7;:H284,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167119,7 +228708,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H11c4,E;:H11c5,E", + "name": "Edge7;:H284,E;:H285,E", "stringIds": [] }, "relation": "preserved", @@ -167127,9 +228716,9 @@ "resultPersistentId": "DressupBody28:edge:11", "sourceRefs": [ { - "mappedName": "Edge7;:H11c4,E", + "mappedName": "Edge7;:H284,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge7;:H11c4,E", + "persistentId": "Fillet28:mapped:Edge7;:H284,E", "stageId": "Fillet28" }, { @@ -167144,7 +228733,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;FLT;:H11c4:7,E;:H11c5,E", + "mappedName": "Edge9;:M;FLT;:H284:7,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167152,7 +228741,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge9;:M;FLT;:H11c4:7,E;:H11c5,E", + "name": "Edge9;:M;FLT;:H284:7,E;:H285,E", "stringIds": [] }, "relation": "modified", @@ -167160,9 +228749,9 @@ "resultPersistentId": "DressupBody28:edge:12", "sourceRefs": [ { - "mappedName": "Edge9;:M;FLT;:H11c4:7,E", + "mappedName": "Edge9;:M;FLT;:H284:7,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge9;:M;FLT;:H11c4:7,E", + "persistentId": "Fillet28:mapped:Edge9;:M;FLT;:H284:7,E", "stageId": "Fillet28" }, { @@ -167177,7 +228766,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H11c4,E;:H11c5,E", + "mappedName": "Edge8;:H284,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167185,7 +228774,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge8;:H11c4,E;:H11c5,E", + "name": "Edge8;:H284,E;:H285,E", "stringIds": [] }, "relation": "preserved", @@ -167193,9 +228782,9 @@ "resultPersistentId": "DressupBody28:edge:13", "sourceRefs": [ { - "mappedName": "Edge8;:H11c4,E", + "mappedName": "Edge8;:H284,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge8;:H11c4,E", + "persistentId": "Fillet28:mapped:Edge8;:H284,E", "stageId": "Fillet28" }, { @@ -167210,7 +228799,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H11c4,E;:H11c5,E", + "mappedName": "Edge5;:H284,E;:H285,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167218,7 +228807,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge5;:H11c4,E;:H11c5,E", + "name": "Edge5;:H284,E;:H285,E", "stringIds": [] }, "relation": "preserved", @@ -167226,9 +228815,9 @@ "resultPersistentId": "DressupBody28:edge:14", "sourceRefs": [ { - "mappedName": "Edge5;:H11c4,E", + "mappedName": "Edge5;:H284,E", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge5;:H11c4,E", + "persistentId": "Fillet28:mapped:Edge5;:H284,E", "stageId": "Fillet28" }, { @@ -167243,7 +228832,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167251,7 +228840,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V;:H11c5,V", + "name": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V;:H285,V", "stringIds": [] }, "relation": "generated", @@ -167259,9 +228848,9 @@ "resultPersistentId": "DressupBody28:vertex:0", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "stageId": "Fillet28" }, { @@ -167276,7 +228865,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H11c4,V;:H11c5,V", + "mappedName": "Vertex3;:H284,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167284,7 +228873,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex3;:H11c4,V;:H11c5,V", + "name": "Vertex3;:H284,V;:H285,V", "stringIds": [] }, "relation": "preserved", @@ -167292,9 +228881,9 @@ "resultPersistentId": "DressupBody28:vertex:1", "sourceRefs": [ { - "mappedName": "Vertex3;:H11c4,V", + "mappedName": "Vertex3;:H284,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Vertex3;:H11c4,V", + "persistentId": "Fillet28:mapped:Vertex3;:H284,V", "stageId": "Fillet28" }, { @@ -167309,7 +228898,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167317,7 +228906,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V;:H11c5,V", + "name": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V;:H285,V", "stringIds": [] }, "relation": "generated", @@ -167325,9 +228914,9 @@ "resultPersistentId": "DressupBody28:vertex:2", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V", "stageId": "Fillet28" }, { @@ -167342,7 +228931,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H11c4,V;:H11c5,V", + "mappedName": "Vertex4;:H284,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167350,7 +228939,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H11c4,V;:H11c5,V", + "name": "Vertex4;:H284,V;:H285,V", "stringIds": [] }, "relation": "preserved", @@ -167358,9 +228947,9 @@ "resultPersistentId": "DressupBody28:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex4;:H11c4,V", + "mappedName": "Vertex4;:H284,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Vertex4;:H11c4,V", + "persistentId": "Fillet28:mapped:Vertex4;:H284,V", "stageId": "Fillet28" }, { @@ -167375,7 +228964,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167383,7 +228972,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V;:H11c5,V", + "name": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V;:H285,V", "stringIds": [] }, "relation": "generated", @@ -167391,9 +228980,9 @@ "resultPersistentId": "DressupBody28:vertex:4", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "stageId": "Fillet28" }, { @@ -167408,7 +228997,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H11c4,V;:H11c5,V", + "mappedName": "Vertex7;:H284,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167416,7 +229005,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex7;:H11c4,V;:H11c5,V", + "name": "Vertex7;:H284,V;:H285,V", "stringIds": [] }, "relation": "preserved", @@ -167424,9 +229013,9 @@ "resultPersistentId": "DressupBody28:vertex:5", "sourceRefs": [ { - "mappedName": "Vertex7;:H11c4,V", + "mappedName": "Vertex7;:H284,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Vertex7;:H11c4,V", + "persistentId": "Fillet28:mapped:Vertex7;:H284,V", "stageId": "Fillet28" }, { @@ -167441,7 +229030,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H11c4,V;:H11c5,V", + "mappedName": "Vertex5;:H284,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167449,7 +229038,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex5;:H11c4,V;:H11c5,V", + "name": "Vertex5;:H284,V;:H285,V", "stringIds": [] }, "relation": "preserved", @@ -167457,9 +229046,9 @@ "resultPersistentId": "DressupBody28:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex5;:H11c4,V", + "mappedName": "Vertex5;:H284,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Vertex5;:H11c4,V", + "persistentId": "Fillet28:mapped:Vertex5;:H284,V", "stageId": "Fillet28" }, { @@ -167474,7 +229063,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V;:H11c5,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167482,7 +229071,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V;:H11c5,V", + "name": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V;:H285,V", "stringIds": [] }, "relation": "generated", @@ -167490,9 +229079,9 @@ "resultPersistentId": "DressupBody28:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "persistentId": "Fillet28:mapped:Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V", "stageId": "Fillet28" }, { @@ -167507,7 +229096,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H11c4,V;:H11c5,V", + "mappedName": "Vertex8;:H284,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167515,7 +229104,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H11c4,V;:H11c5,V", + "name": "Vertex8;:H284,V;:H285,V", "stringIds": [] }, "relation": "preserved", @@ -167523,9 +229112,9 @@ "resultPersistentId": "DressupBody28:vertex:8", "sourceRefs": [ { - "mappedName": "Vertex8;:H11c4,V", + "mappedName": "Vertex8;:H284,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Vertex8;:H11c4,V", + "persistentId": "Fillet28:mapped:Vertex8;:H284,V", "stageId": "Fillet28" }, { @@ -167540,7 +229129,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H11c4,V;:H11c5,V", + "mappedName": "Vertex6;:H284,V;:H285,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -167548,7 +229137,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex6;:H11c4,V;:H11c5,V", + "name": "Vertex6;:H284,V;:H285,V", "stringIds": [] }, "relation": "preserved", @@ -167556,9 +229145,9 @@ "resultPersistentId": "DressupBody28:vertex:9", "sourceRefs": [ { - "mappedName": "Vertex6;:H11c4,V", + "mappedName": "Vertex6;:H284,V", "objectId": "Fillet28", - "persistentId": "Fillet28:mapped:Vertex6;:H11c4,V", + "persistentId": "Fillet28:mapped:Vertex6;:H284,V", "stageId": "Fillet28" }, { @@ -167579,11 +229168,743 @@ "stageId": "DressupBody28", "status": "native-evidence" }, + "relationDigest": "d3a8731080932ec637f7cab52f8b51fe3453cad41ae75806d0d5733df8ff6a2d", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;FLT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face1;:M;FLT;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;FLT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face6;:M;FLT;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge1;:G;FLT;:H#:7,F", + "sourceElement": "Edge1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face4;:H#,F", + "sourceElement": "Face4", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FLT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face5;:M;FLT;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:M;FLT;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face3;:M;FLT;:H#:7,F", + "sourceElement": "Face3", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;FLT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge2;:M;FLT;:H#:7,E", + "sourceElement": "Edge2", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:M;FLT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge4;:M;FLT;:H#:7,E", + "sourceElement": "Edge4", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U4;FLT;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U4;FLT;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge12;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge12;:H#,E", + "sourceElement": "Edge12", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:M;FLT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge10;:M;FLT;:H#:7,E", + "sourceElement": "Edge10", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge6;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge6;:H#,E", + "sourceElement": "Edge6", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U;FLT;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U;FLT;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge11;:H#,E", + "sourceElement": "Edge11", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge9;:M;FLT;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge9;:M;FLT;:H#:7,E", + "sourceElement": "Edge9", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge8;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge8;:H#,E", + "sourceElement": "Edge8", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U2;FLT;:H#:8,V;:H#,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F", + "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U2;FLT;:H#:8,V", + "sourceElement": "Edge1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U;FLT;:H#:7,V;:H#,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F", + "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U;FLT;:H#:7,V", + "sourceElement": "Edge1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U2;FLT;:H#:8,V;:H#,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F", + "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U2;FLT;:H#:8,V", + "sourceElement": "Edge1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U;FLT;:H#:7,V;:H#,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [ + "Edge1;:G;FLT;:H#:7,F", + "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E" + ], + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U;FLT;:H#:7,V", + "sourceElement": "Edge1", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + }, + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Fillet28", + "sourceTypeId": "PartDesign::Fillet" + } + ] + } + ], + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", "shape": { + "area": 595.2787595947437, + "brepSha256": "63c958c361be2a421b17009e932fa073ae9ebd8963f3c4bd37de6fc263b784c0", "edges": 15, "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", "solids": 1, "valid": true, + "vertices": 10, "volume": 997.8539816339743 }, "typeId": "PartDesign::Body" @@ -167593,6 +229914,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -167641,11 +229963,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -167655,6 +229992,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -167703,11 +230041,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -167717,6 +230070,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -167765,11 +230119,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -167779,6 +230148,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -167827,11 +230197,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -167841,6 +230226,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -167889,11 +230275,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -167903,6 +230304,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -167951,11 +230353,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -167965,6 +230382,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -168013,11 +230431,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -168027,6 +230460,9 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "DressupBox28", + "linkedObjects": [ + "DressupBody28" + ], "name": "DressupBox28", "names": [ { @@ -168957,11 +231393,201 @@ "stageId": "DressupBox28", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "PartDesign::AdditiveBox" @@ -168973,13 +231599,17 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "Fillet28", + "linkedObjects": [ + "DressupBody28", + "DressupBox28" + ], "name": "Fillet28", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;FLT;:H11c4:7,F", + "mappedName": "Face1;:M;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -168992,7 +231622,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;FLT;:H11c4:7,F", + "mappedName": "Face1;:M;FLT;:H284:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -169000,7 +231630,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;FLT;:H11c4:7,F", + "mappedName": "Face6;:M;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169013,7 +231643,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;FLT;:H11c4:7,F", + "mappedName": "Face6;:M;FLT;:H284:7,F", "mappedStringIds": [], "name": "Face2" }, @@ -169021,7 +231651,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F", + "mappedName": "Edge1;:G;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169034,7 +231664,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F", + "mappedName": "Edge1;:G;FLT;:H284:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -169042,7 +231672,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H11c4,F", + "mappedName": "Face4;:H284,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169055,7 +231685,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H11c4,F", + "mappedName": "Face4;:H284,F", "mappedStringIds": [], "name": "Face4" }, @@ -169063,7 +231693,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;FLT;:H11c4:7,F", + "mappedName": "Face5;:M;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169076,7 +231706,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;FLT;:H11c4:7,F", + "mappedName": "Face5;:M;FLT;:H284:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -169084,7 +231714,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;FLT;:H11c4:7,F", + "mappedName": "Face3;:M;FLT;:H284:7,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169097,7 +231727,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:M;FLT;:H11c4:7,F", + "mappedName": "Face3;:M;FLT;:H284:7,F", "mappedStringIds": [], "name": "Face6" }, @@ -169105,7 +231735,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H11c4,F", + "mappedName": "Face2;:H284,F", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169118,7 +231748,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face2;:H11c4,F", + "mappedName": "Face2;:H284,F", "mappedStringIds": [], "name": "Face7" }, @@ -169126,7 +231756,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;FLT;:H11c4:7,E", + "mappedName": "Edge2;:M;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169139,7 +231769,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;FLT;:H11c4:7,E", + "mappedName": "Edge2;:M;FLT;:H284:7,E", "mappedStringIds": [], "name": "Edge1" }, @@ -169147,9 +231777,9 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169162,7 +231792,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", "mappedStringIds": [], "name": "Edge2" }, @@ -169170,7 +231800,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H11c4,E", + "mappedName": "Edge3;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169183,7 +231813,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H11c4,E", + "mappedName": "Edge3;:H284,E", "mappedStringIds": [], "name": "Edge3" }, @@ -169191,7 +231821,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;FLT;:H11c4:7,E", + "mappedName": "Edge4;:M;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169204,7 +231834,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:M;FLT;:H11c4:7,E", + "mappedName": "Edge4;:M;FLT;:H284:7,E", "mappedStringIds": [], "name": "Edge4" }, @@ -169212,9 +231842,9 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169227,7 +231857,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E", "mappedStringIds": [], "name": "Edge5" }, @@ -169235,7 +231865,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H11c4,E", + "mappedName": "Edge12;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169248,7 +231878,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge12;:H11c4,E", + "mappedName": "Edge12;:H284,E", "mappedStringIds": [], "name": "Edge6" }, @@ -169256,7 +231886,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;FLT;:H11c4:7,E", + "mappedName": "Edge10;:M;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169269,7 +231899,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:M;FLT;:H11c4:7,E", + "mappedName": "Edge10;:M;FLT;:H284:7,E", "mappedStringIds": [], "name": "Edge7" }, @@ -169277,7 +231907,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H11c4,E", + "mappedName": "Edge6;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169290,7 +231920,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge6;:H11c4,E", + "mappedName": "Edge6;:H284,E", "mappedStringIds": [], "name": "Edge8" }, @@ -169298,9 +231928,9 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169313,7 +231943,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E", "mappedStringIds": [], "name": "Edge9" }, @@ -169321,9 +231951,9 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169336,7 +231966,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", "mappedStringIds": [], "name": "Edge10" }, @@ -169344,7 +231974,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H11c4,E", + "mappedName": "Edge11;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169357,7 +231987,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H11c4,E", + "mappedName": "Edge11;:H284,E", "mappedStringIds": [], "name": "Edge11" }, @@ -169365,7 +231995,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H11c4,E", + "mappedName": "Edge7;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169378,7 +232008,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H11c4,E", + "mappedName": "Edge7;:H284,E", "mappedStringIds": [], "name": "Edge12" }, @@ -169386,7 +232016,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;FLT;:H11c4:7,E", + "mappedName": "Edge9;:M;FLT;:H284:7,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169399,7 +232029,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge9;:M;FLT;:H11c4:7,E", + "mappedName": "Edge9;:M;FLT;:H284:7,E", "mappedStringIds": [], "name": "Edge13" }, @@ -169407,7 +232037,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H11c4,E", + "mappedName": "Edge8;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169420,7 +232050,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge8;:H11c4,E", + "mappedName": "Edge8;:H284,E", "mappedStringIds": [], "name": "Edge14" }, @@ -169428,7 +232058,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H11c4,E", + "mappedName": "Edge5;:H284,E", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169441,7 +232071,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge5;:H11c4,E", + "mappedName": "Edge5;:H284,E", "mappedStringIds": [], "name": "Edge15" }, @@ -169449,10 +232079,10 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169465,7 +232095,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -169473,7 +232103,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H11c4,V", + "mappedName": "Vertex3;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169486,7 +232116,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex3;:H11c4,V", + "mappedName": "Vertex3;:H284,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -169494,10 +232124,10 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169510,7 +232140,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -169518,7 +232148,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H11c4,V", + "mappedName": "Vertex4;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169531,7 +232161,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H11c4,V", + "mappedName": "Vertex4;:H284,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -169539,10 +232169,10 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169555,7 +232185,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -169563,7 +232193,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H11c4,V", + "mappedName": "Vertex7;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169576,7 +232206,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex7;:H11c4,V", + "mappedName": "Vertex7;:H284,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -169584,7 +232214,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H11c4,V", + "mappedName": "Vertex5;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169597,7 +232227,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex5;:H11c4,V", + "mappedName": "Vertex5;:H284,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -169605,10 +232235,10 @@ "history": [ { "children": [ - "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", - "Edge1;:G;FLT;:H11c4:7,F" + "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", + "Edge1;:G;FLT;:H284:7,F" ], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169621,7 +232251,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -169629,7 +232259,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H11c4,V", + "mappedName": "Vertex8;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169642,7 +232272,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H11c4,V", + "mappedName": "Vertex8;:H284,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -169650,7 +232280,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H11c4,V", + "mappedName": "Vertex6;:H284,V", "object": "Fillet28", "typeId": "PartDesign::Fillet" }, @@ -169663,7 +232293,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex6;:H11c4,V", + "mappedName": "Vertex6;:H284,V", "mappedStringIds": [], "name": "Vertex10" } @@ -169679,7 +232309,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;FLT;:H11c4:7,F", + "mappedName": "Face1;:M;FLT;:H284:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169687,7 +232317,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;FLT;:H11c4:7,F", + "name": "Face1;:M;FLT;:H284:7,F", "stringIds": [] }, "relation": "modified", @@ -169706,7 +232336,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;FLT;:H11c4:7,F", + "mappedName": "Face6;:M;FLT;:H284:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169714,7 +232344,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;FLT;:H11c4:7,F", + "name": "Face6;:M;FLT;:H284:7,F", "stringIds": [] }, "relation": "modified", @@ -169733,7 +232363,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F", + "mappedName": "Edge1;:G;FLT;:H284:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169741,7 +232371,7 @@ "index": 3, "type": "Face" }, - "name": "Edge1;:G;FLT;:H11c4:7,F", + "name": "Edge1;:G;FLT;:H284:7,F", "stringIds": [] }, "relation": "generated", @@ -169760,7 +232390,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H11c4,F", + "mappedName": "Face4;:H284,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169768,7 +232398,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H11c4,F", + "name": "Face4;:H284,F", "stringIds": [] }, "relation": "preserved", @@ -169787,7 +232417,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;FLT;:H11c4:7,F", + "mappedName": "Face5;:M;FLT;:H284:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169795,7 +232425,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;FLT;:H11c4:7,F", + "name": "Face5;:M;FLT;:H284:7,F", "stringIds": [] }, "relation": "modified", @@ -169814,7 +232444,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;FLT;:H11c4:7,F", + "mappedName": "Face3;:M;FLT;:H284:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169822,7 +232452,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:M;FLT;:H11c4:7,F", + "name": "Face3;:M;FLT;:H284:7,F", "stringIds": [] }, "relation": "modified", @@ -169841,7 +232471,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H11c4,F", + "mappedName": "Face2;:H284,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169849,7 +232479,7 @@ "index": 7, "type": "Face" }, - "name": "Face2;:H11c4,F", + "name": "Face2;:H284,F", "stringIds": [] }, "relation": "preserved", @@ -169868,7 +232498,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;FLT;:H11c4:7,E", + "mappedName": "Edge2;:M;FLT;:H284:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169876,7 +232506,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;FLT;:H11c4:7,E", + "name": "Edge2;:M;FLT;:H284:7,E", "stringIds": [] }, "relation": "modified", @@ -169895,7 +232525,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169903,7 +232533,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E", + "name": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E", "stringIds": [] }, "relation": "generated", @@ -169922,7 +232552,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H11c4,E", + "mappedName": "Edge3;:H284,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169930,7 +232560,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H11c4,E", + "name": "Edge3;:H284,E", "stringIds": [] }, "relation": "preserved", @@ -169949,7 +232579,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;FLT;:H11c4:7,E", + "mappedName": "Edge4;:M;FLT;:H284:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169957,7 +232587,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:M;FLT;:H11c4:7,E", + "name": "Edge4;:M;FLT;:H284:7,E", "stringIds": [] }, "relation": "modified", @@ -169976,7 +232606,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -169984,7 +232614,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U4;FLT;:H11c4:8,E", + "name": "Edge1;:G;FLT;:H284:7,F;:U4;FLT;:H284:8,E", "stringIds": [] }, "relation": "generated", @@ -170003,7 +232633,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H11c4,E", + "mappedName": "Edge12;:H284,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170011,7 +232641,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge12;:H11c4,E", + "name": "Edge12;:H284,E", "stringIds": [] }, "relation": "preserved", @@ -170030,7 +232660,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;FLT;:H11c4:7,E", + "mappedName": "Edge10;:M;FLT;:H284:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170038,7 +232668,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:M;FLT;:H11c4:7,E", + "name": "Edge10;:M;FLT;:H284:7,E", "stringIds": [] }, "relation": "modified", @@ -170057,7 +232687,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H11c4,E", + "mappedName": "Edge6;:H284,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170065,7 +232695,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge6;:H11c4,E", + "name": "Edge6;:H284,E", "stringIds": [] }, "relation": "preserved", @@ -170084,7 +232714,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170092,7 +232722,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U;FLT;:H11c4:7,E", + "name": "Edge1;:G;FLT;:H284:7,F;:U;FLT;:H284:7,E", "stringIds": [] }, "relation": "generated", @@ -170111,7 +232741,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170119,7 +232749,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E", + "name": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E", "stringIds": [] }, "relation": "generated", @@ -170138,7 +232768,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H11c4,E", + "mappedName": "Edge11;:H284,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170146,7 +232776,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H11c4,E", + "name": "Edge11;:H284,E", "stringIds": [] }, "relation": "preserved", @@ -170165,7 +232795,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H11c4,E", + "mappedName": "Edge7;:H284,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170173,7 +232803,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H11c4,E", + "name": "Edge7;:H284,E", "stringIds": [] }, "relation": "preserved", @@ -170192,7 +232822,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;FLT;:H11c4:7,E", + "mappedName": "Edge9;:M;FLT;:H284:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170200,7 +232830,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge9;:M;FLT;:H11c4:7,E", + "name": "Edge9;:M;FLT;:H284:7,E", "stringIds": [] }, "relation": "modified", @@ -170219,7 +232849,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H11c4,E", + "mappedName": "Edge8;:H284,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170227,7 +232857,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge8;:H11c4,E", + "name": "Edge8;:H284,E", "stringIds": [] }, "relation": "preserved", @@ -170246,7 +232876,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H11c4,E", + "mappedName": "Edge5;:H284,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170254,7 +232884,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge5;:H11c4,E", + "name": "Edge5;:H284,E", "stringIds": [] }, "relation": "preserved", @@ -170273,7 +232903,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170281,7 +232911,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "name": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "stringIds": [] }, "relation": "generated", @@ -170300,7 +232930,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H11c4,V", + "mappedName": "Vertex3;:H284,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170308,7 +232938,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex3;:H11c4,V", + "name": "Vertex3;:H284,V", "stringIds": [] }, "relation": "preserved", @@ -170327,7 +232957,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170335,7 +232965,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U2;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "name": "Edge1;:G;FLT;:H284:7,F;:U2;FLT;:H284:8,E;:U;FLT;:H284:7,V", "stringIds": [] }, "relation": "generated", @@ -170354,7 +232984,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H11c4,V", + "mappedName": "Vertex4;:H284,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170362,7 +232992,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H11c4,V", + "name": "Vertex4;:H284,V", "stringIds": [] }, "relation": "preserved", @@ -170381,7 +233011,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170389,7 +233019,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U2;FLT;:H11c4:8,V", + "name": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U2;FLT;:H284:8,V", "stringIds": [] }, "relation": "generated", @@ -170408,7 +233038,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H11c4,V", + "mappedName": "Vertex7;:H284,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170416,7 +233046,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex7;:H11c4,V", + "name": "Vertex7;:H284,V", "stringIds": [] }, "relation": "preserved", @@ -170435,7 +233065,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H11c4,V", + "mappedName": "Vertex5;:H284,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170443,7 +233073,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex5;:H11c4,V", + "name": "Vertex5;:H284,V", "stringIds": [] }, "relation": "preserved", @@ -170462,7 +233092,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "mappedName": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170470,7 +233100,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G;FLT;:H11c4:7,F;:U3;FLT;:H11c4:8,E;:U;FLT;:H11c4:7,V", + "name": "Edge1;:G;FLT;:H284:7,F;:U3;FLT;:H284:8,E;:U;FLT;:H284:7,V", "stringIds": [] }, "relation": "generated", @@ -170489,7 +233119,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H11c4,V", + "mappedName": "Vertex8;:H284,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170497,7 +233127,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H11c4,V", + "name": "Vertex8;:H284,V", "stringIds": [] }, "relation": "preserved", @@ -170516,7 +233146,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H11c4,V", + "mappedName": "Vertex6;:H284,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -170524,7 +233154,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex6;:H11c4,V", + "name": "Vertex6;:H284,V", "stringIds": [] }, "relation": "preserved", @@ -170549,11 +233179,499 @@ "stageId": "Fillet28", "status": "native-evidence" }, + "relationDigest": "14f1e4946094a91c12cad1198bc7d9c7b15f05ac8a8e6d3821e8dbe8ceda712b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;FLT;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;FLT;:H#:7,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Edge1;:G;FLT;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;FLT;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:M;FLT;:H#:7,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;FLT;:H#:7,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:M;FLT;:H#:7,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U4;FLT;:H#:8,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:M;FLT;:H#:7,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U;FLT;:H#:7,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge9;:M;FLT;:H#:7,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U2;FLT;:H#:8,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U2;FLT;:H#:8,E;:U;FLT;:H#:7,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U2;FLT;:H#:8,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G;FLT;:H#:7,F;:U3;FLT;:H#:8,E;:U;FLT;:H#:7,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "DressupBox28", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + } + ], + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", "shape": { + "area": 595.2787595947437, + "brepSha256": "98c5a880b0bea84194e75f61c08114d8e8885fec88ffa3effc6f3da5063d7421", "edges": 15, "faces": 7, + "geometryDigest": "ffbdda816b3c88ec39f4cbcfa351d00e8afe96ba85d615090a54858516af66f6", "solids": 1, "valid": true, + "vertices": 10, "volume": 997.8539816339743 }, "typeId": "PartDesign::Fillet" @@ -170563,18 +233681,643 @@ "stringHasherResource": null }, { + "category": "dress-up", "elementMapResources": { "Chamfer29.Shape.Map.txt": { - "sha256": "1b1aedb69eca6e589f3b2e389cfe4ba41ffc7ddd26a471728195946f01bc0b7e", - "text": "BeginElementMap v1\n2 PostfixCount 17\nEdge\nFace\nVertex\n;:M;CHF;:H4b8:7,E\n;:H4b8,E\n;:G;CHF;:H4b8:7,F\n;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E\n;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V\n;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V\n;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E\n;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V\n;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V\n;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E\n;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E\n;:M;CHF;:H4b8:7,F\n;:H4b8,F\n;:H4b8,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n" + "sha256": "d4870e7e10dafadb74e0e391be43c8ddc27b4c5819de1128fcd7df06a14fa564", + "text": "BeginElementMap v1\n2 PostfixCount 17\nEdge\nFace\nVertex\n;:M;CHF;:Hcd:7,E\n;:Hcd,E\n;:G;CHF;:Hcd:7,F\n;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E\n;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V\n;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V\n;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E\n;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V\n;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V\n;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E\n;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E\n;:M;CHF;:Hcd:7,F\n;:Hcd,F\n;:Hcd,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n" }, "DressupBody29.Shape.Map.txt": { - "sha256": "1c0174ad56f7e0f3afc6c002f5d64e7d74b23d5829f866f8aad72149c2ab32be", - "text": "BeginElementMap v1\n1 PostfixCount 17\nEdge\nFace\nVertex\n;:M;CHF;:H4b8:7,E\n;:H4b8,E\n;:G;CHF;:H4b8:7,F\n;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E\n;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V\n;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V\n;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E\n;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V\n;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V\n;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E\n;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E\n;:M;CHF;:H4b8:7,F\n;:H4b8,F\n;:H4b8,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 15 1209 1 ;:H4b9,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 7 1209 1 ;:H4b9,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 10 1209 1 ;:H4b9,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "2f170768780ceea6d7c66547f81de63ae5feca7e75fb1ed281048bd0825c0469", + "text": "BeginElementMap v1\n1 PostfixCount 17\nEdge\nFace\nVertex\n;:M;CHF;:Hcd:7,E\n;:Hcd,E\n;:G;CHF;:Hcd:7,F\n;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E\n;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V\n;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V\n;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E\n;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V\n;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V\n;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E\n;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E\n;:M;CHF;:Hcd:7,F\n;:Hcd,F\n;:Hcd,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 15 206 1 ;:Hce,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 7 206 1 ;:Hce,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 10 206 1 ;:Hce,V 0\n\nNameCount 0\n\nEndMap\n" } }, "finalObject": "Chamfer29", "id": "dressup-chamfer-1", + "mutation": { + "category": "dress-up", + "contract": { + "editorModes": [], + "finalObject": "Chamfer29", + "finalStageOrdinal": 9, + "nativeEditable": true, + "propertyPath": "Size", + "propertyType": "App::PropertyQuantityConstraint", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Chamfer29", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Chamfer" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 30, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 10 + }, + "phases": { + "before": [ + { + "key": "dressup-chamfer-1:000:DressupBody29", + "name": "DressupBody29", + "ordinal": 0, + "relationDigest": "68f43fb59288bec20bdb2c9c8257040cb44b8422bf2056ab9b4c21f004e8024f", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "shape": { + "area": 593.1421356237308, + "brepSha256": "8819b8844679b01541a782d3eb0d2ff5644792284ecf533a4ac7a87d0ba7f940", + "edges": 15, + "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 994.9999999999998 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-1:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-1:008:DressupBox29", + "name": "DressupBox29", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-1:009:Chamfer29", + "name": "Chamfer29", + "ordinal": 9, + "relationDigest": "8e3960bcd2f2affb68de37c09486d2014d19b34f26e801fb5c88fb280764ffe9", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "shape": { + "area": 593.1421356237308, + "brepSha256": "d67242a11006664458599a9b2e13b2f9f4857699041bfe30bf33c2c2f774403a", + "edges": 15, + "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 994.9999999999998 + }, + "typeId": "PartDesign::Chamfer" + } + ], + "edited": [ + { + "key": "dressup-chamfer-1:000:DressupBody29", + "name": "DressupBody29", + "ordinal": 0, + "relationDigest": "68f43fb59288bec20bdb2c9c8257040cb44b8422bf2056ab9b4c21f004e8024f", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "shape": { + "area": 591.1151695296636, + "brepSha256": "362b0eb52ab06e035705d1b6fc26d387a5f46ec38b665b62dd3d793e0938b07e", + "edges": 15, + "faces": 7, + "geometryDigest": "1f62794d65e4706a144af370fda2b37df95d805ac8005b722c1d0dbd0a7ee8ba", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 992.1874999999999 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-1:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-1:008:DressupBox29", + "name": "DressupBox29", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-1:009:Chamfer29", + "name": "Chamfer29", + "ordinal": 9, + "relationDigest": "8e3960bcd2f2affb68de37c09486d2014d19b34f26e801fb5c88fb280764ffe9", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "shape": { + "area": 591.1151695296636, + "brepSha256": "3aa5e223973b537f45433259d74c82ab8a536c24f048eb610a5e2c49cd88393a", + "edges": 15, + "faces": 7, + "geometryDigest": "1f62794d65e4706a144af370fda2b37df95d805ac8005b722c1d0dbd0a7ee8ba", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 992.1874999999999 + }, + "typeId": "PartDesign::Chamfer" + } + ], + "restored": [ + { + "key": "dressup-chamfer-1:000:DressupBody29", + "name": "DressupBody29", + "ordinal": 0, + "relationDigest": "68f43fb59288bec20bdb2c9c8257040cb44b8422bf2056ab9b4c21f004e8024f", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "shape": { + "area": 593.1421356237308, + "brepSha256": "8819b8844679b01541a782d3eb0d2ff5644792284ecf533a4ac7a87d0ba7f940", + "edges": 15, + "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 994.9999999999998 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-1:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-1:008:DressupBox29", + "name": "DressupBox29", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-1:009:Chamfer29", + "name": "Chamfer29", + "ordinal": 9, + "relationDigest": "8e3960bcd2f2affb68de37c09486d2014d19b34f26e801fb5c88fb280764ffe9", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "shape": { + "area": 593.1421356237308, + "brepSha256": "d67242a11006664458599a9b2e13b2f9f4857699041bfe30bf33c2c2f774403a", + "edges": 15, + "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 994.9999999999998 + }, + "typeId": "PartDesign::Chamfer" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 1, + "edited": 1.25, + "restored": 1 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -170584,19 +234327,24 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "DressupBody29", + "linkedObjects": [ + "Chamfer29", + "DressupBox29", + "Origin" + ], "name": "DressupBody29", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face1;:M;CHF;:Hcd:7,F;:Hce,F", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face1;:M;CHF;:H4b8:7,F", + "mappedName": "Face1;:M;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170609,7 +234357,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face1;:M;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "name": "Face1" }, @@ -170617,13 +234365,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face6;:M;CHF;:Hcd:7,F;:Hce,F", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face6;:M;CHF;:H4b8:7,F", + "mappedName": "Face6;:M;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170636,7 +234384,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face6;:M;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "name": "Face2" }, @@ -170644,13 +234392,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:Hce,F", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170663,7 +234411,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "name": "Face3" }, @@ -170671,13 +234419,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:H4b8,F;:H4b9,F", + "mappedName": "Face4;:Hcd,F;:Hce,F", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face4;:H4b8,F", + "mappedName": "Face4;:Hcd,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170690,7 +234438,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H4b8,F;:H4b9,F", + "mappedName": "Face4;:Hcd,F;:Hce,F", "mappedStringIds": [], "name": "Face4" }, @@ -170698,13 +234446,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face5;:M;CHF;:Hcd:7,F;:Hce,F", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face5;:M;CHF;:H4b8:7,F", + "mappedName": "Face5;:M;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170717,7 +234465,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face5;:M;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "name": "Face5" }, @@ -170725,13 +234473,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face3;:M;CHF;:Hcd:7,F;:Hce,F", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face3;:M;CHF;:H4b8:7,F", + "mappedName": "Face3;:M;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170744,7 +234492,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face3;:M;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "name": "Face6" }, @@ -170752,13 +234500,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:H4b8,F;:H4b9,F", + "mappedName": "Face2;:Hcd,F;:Hce,F", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face2;:H4b8,F", + "mappedName": "Face2;:Hcd,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170771,7 +234519,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face2;:H4b8,F;:H4b9,F", + "mappedName": "Face2;:Hcd,F;:Hce,F", "mappedStringIds": [], "name": "Face7" }, @@ -170779,13 +234527,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge2;:M;CHF;:Hcd:7,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge2;:M;CHF;:H4b8:7,E", + "mappedName": "Edge2;:M;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170798,7 +234546,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge2;:M;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "name": "Edge1" }, @@ -170806,15 +234554,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170827,7 +234575,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:Hce,E", "mappedStringIds": [], "name": "Edge2" }, @@ -170835,13 +234583,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H4b8,E;:H4b9,E", + "mappedName": "Edge3;:Hcd,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge3;:H4b8,E", + "mappedName": "Edge3;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170854,7 +234602,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H4b8,E;:H4b9,E", + "mappedName": "Edge3;:Hcd,E;:Hce,E", "mappedStringIds": [], "name": "Edge3" }, @@ -170862,13 +234610,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge4;:M;CHF;:Hcd:7,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge4;:M;CHF;:H4b8:7,E", + "mappedName": "Edge4;:M;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170881,7 +234629,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge4;:M;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "name": "Edge4" }, @@ -170889,15 +234637,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170910,7 +234658,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E;:Hce,E", "mappedStringIds": [], "name": "Edge5" }, @@ -170918,13 +234666,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H4b8,E;:H4b9,E", + "mappedName": "Edge12;:Hcd,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge12;:H4b8,E", + "mappedName": "Edge12;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170937,7 +234685,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge12;:H4b8,E;:H4b9,E", + "mappedName": "Edge12;:Hcd,E;:Hce,E", "mappedStringIds": [], "name": "Edge6" }, @@ -170945,13 +234693,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge10;:M;CHF;:Hcd:7,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge10;:M;CHF;:H4b8:7,E", + "mappedName": "Edge10;:M;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170964,7 +234712,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge10;:M;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "name": "Edge7" }, @@ -170972,13 +234720,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H4b8,E;:H4b9,E", + "mappedName": "Edge6;:Hcd,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge6;:H4b8,E", + "mappedName": "Edge6;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -170991,7 +234739,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge6;:H4b8,E;:H4b9,E", + "mappedName": "Edge6;:Hcd,E;:Hce,E", "mappedStringIds": [], "name": "Edge8" }, @@ -170999,15 +234747,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171020,7 +234768,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "name": "Edge9" }, @@ -171028,15 +234776,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171049,7 +234797,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:Hce,E", "mappedStringIds": [], "name": "Edge10" }, @@ -171057,13 +234805,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H4b8,E;:H4b9,E", + "mappedName": "Edge11;:Hcd,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge11;:H4b8,E", + "mappedName": "Edge11;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171076,7 +234824,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H4b8,E;:H4b9,E", + "mappedName": "Edge11;:Hcd,E;:Hce,E", "mappedStringIds": [], "name": "Edge11" }, @@ -171084,13 +234832,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H4b8,E;:H4b9,E", + "mappedName": "Edge7;:Hcd,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge7;:H4b8,E", + "mappedName": "Edge7;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171103,7 +234851,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H4b8,E;:H4b9,E", + "mappedName": "Edge7;:Hcd,E;:Hce,E", "mappedStringIds": [], "name": "Edge12" }, @@ -171111,13 +234859,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge9;:M;CHF;:Hcd:7,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge9;:M;CHF;:H4b8:7,E", + "mappedName": "Edge9;:M;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171130,7 +234878,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge9;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge9;:M;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "name": "Edge13" }, @@ -171138,13 +234886,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H4b8,E;:H4b9,E", + "mappedName": "Edge8;:Hcd,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge8;:H4b8,E", + "mappedName": "Edge8;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171157,7 +234905,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge8;:H4b8,E;:H4b9,E", + "mappedName": "Edge8;:Hcd,E;:Hce,E", "mappedStringIds": [], "name": "Edge14" }, @@ -171165,13 +234913,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H4b8,E;:H4b9,E", + "mappedName": "Edge5;:Hcd,E;:Hce,E", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge5;:H4b8,E", + "mappedName": "Edge5;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171184,7 +234932,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge5;:H4b8,E;:H4b9,E", + "mappedName": "Edge5;:Hcd,E;:Hce,E", "mappedStringIds": [], "name": "Edge15" }, @@ -171192,16 +234940,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171214,7 +234962,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V;:Hce,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -171222,13 +234970,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H4b8,V;:H4b9,V", + "mappedName": "Vertex3;:Hcd,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex3;:H4b8,V", + "mappedName": "Vertex3;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171241,7 +234989,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex3;:H4b8,V;:H4b9,V", + "mappedName": "Vertex3;:Hcd,V;:Hce,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -171249,16 +234997,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171271,7 +235019,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V;:Hce,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -171279,13 +235027,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H4b8,V;:H4b9,V", + "mappedName": "Vertex4;:Hcd,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex4;:H4b8,V", + "mappedName": "Vertex4;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171298,7 +235046,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H4b8,V;:H4b9,V", + "mappedName": "Vertex4;:Hcd,V;:Hce,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -171306,16 +235054,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171328,7 +235076,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V;:Hce,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -171336,13 +235084,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H4b8,V;:H4b9,V", + "mappedName": "Vertex7;:Hcd,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex7;:H4b8,V", + "mappedName": "Vertex7;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171355,7 +235103,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex7;:H4b8,V;:H4b9,V", + "mappedName": "Vertex7;:Hcd,V;:Hce,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -171363,13 +235111,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H4b8,V;:H4b9,V", + "mappedName": "Vertex5;:Hcd,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex5;:H4b8,V", + "mappedName": "Vertex5;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171382,7 +235130,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex5;:H4b8,V;:H4b9,V", + "mappedName": "Vertex5;:Hcd,V;:Hce,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -171390,16 +235138,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171412,7 +235160,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V;:Hce,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -171420,13 +235168,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H4b8,V;:H4b9,V", + "mappedName": "Vertex8;:Hcd,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex8;:H4b8,V", + "mappedName": "Vertex8;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171439,7 +235187,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H4b8,V;:H4b9,V", + "mappedName": "Vertex8;:Hcd,V;:Hce,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -171447,13 +235195,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H4b8,V;:H4b9,V", + "mappedName": "Vertex6;:Hcd,V;:Hce,V", "object": "DressupBody29", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex6;:H4b8,V", + "mappedName": "Vertex6;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -171466,7 +235214,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex6;:H4b8,V;:H4b9,V", + "mappedName": "Vertex6;:Hcd,V;:Hce,V", "mappedStringIds": [], "name": "Vertex10" } @@ -171482,7 +235230,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face1;:M;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171490,7 +235238,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;CHF;:H4b8:7,F;:H4b9,F", + "name": "Face1;:M;CHF;:Hcd:7,F;:Hce,F", "stringIds": [] }, "relation": "modified", @@ -171498,9 +235246,9 @@ "resultPersistentId": "DressupBody29:face:0", "sourceRefs": [ { - "mappedName": "Face1;:M;CHF;:H4b8:7,F", + "mappedName": "Face1;:M;CHF;:Hcd:7,F", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Face1;:M;CHF;:H4b8:7,F", + "persistentId": "Chamfer29:mapped:Face1;:M;CHF;:Hcd:7,F", "stageId": "Chamfer29" }, { @@ -171515,7 +235263,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face6;:M;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171523,7 +235271,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;CHF;:H4b8:7,F;:H4b9,F", + "name": "Face6;:M;CHF;:Hcd:7,F;:Hce,F", "stringIds": [] }, "relation": "modified", @@ -171531,9 +235279,9 @@ "resultPersistentId": "DressupBody29:face:1", "sourceRefs": [ { - "mappedName": "Face6;:M;CHF;:H4b8:7,F", + "mappedName": "Face6;:M;CHF;:Hcd:7,F", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Face6;:M;CHF;:H4b8:7,F", + "persistentId": "Chamfer29:mapped:Face6;:M;CHF;:Hcd:7,F", "stageId": "Chamfer29" }, { @@ -171548,7 +235296,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171556,7 +235304,7 @@ "index": 3, "type": "Face" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:H4b9,F", + "name": "Edge1;:G;CHF;:Hcd:7,F;:Hce,F", "stringIds": [] }, "relation": "generated", @@ -171564,9 +235312,9 @@ "resultPersistentId": "DressupBody29:face:2", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H4b8:7,F", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:H4b8:7,F", + "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:Hcd:7,F", "stageId": "Chamfer29" }, { @@ -171581,7 +235329,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H4b8,F;:H4b9,F", + "mappedName": "Face4;:Hcd,F;:Hce,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171589,7 +235337,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H4b8,F;:H4b9,F", + "name": "Face4;:Hcd,F;:Hce,F", "stringIds": [] }, "relation": "preserved", @@ -171597,9 +235345,9 @@ "resultPersistentId": "DressupBody29:face:3", "sourceRefs": [ { - "mappedName": "Face4;:H4b8,F", + "mappedName": "Face4;:Hcd,F", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Face4;:H4b8,F", + "persistentId": "Chamfer29:mapped:Face4;:Hcd,F", "stageId": "Chamfer29" }, { @@ -171614,7 +235362,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face5;:M;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171622,7 +235370,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CHF;:H4b8:7,F;:H4b9,F", + "name": "Face5;:M;CHF;:Hcd:7,F;:Hce,F", "stringIds": [] }, "relation": "modified", @@ -171630,9 +235378,9 @@ "resultPersistentId": "DressupBody29:face:4", "sourceRefs": [ { - "mappedName": "Face5;:M;CHF;:H4b8:7,F", + "mappedName": "Face5;:M;CHF;:Hcd:7,F", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Face5;:M;CHF;:H4b8:7,F", + "persistentId": "Chamfer29:mapped:Face5;:M;CHF;:Hcd:7,F", "stageId": "Chamfer29" }, { @@ -171647,7 +235395,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;CHF;:H4b8:7,F;:H4b9,F", + "mappedName": "Face3;:M;CHF;:Hcd:7,F;:Hce,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171655,7 +235403,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:M;CHF;:H4b8:7,F;:H4b9,F", + "name": "Face3;:M;CHF;:Hcd:7,F;:Hce,F", "stringIds": [] }, "relation": "modified", @@ -171663,9 +235411,9 @@ "resultPersistentId": "DressupBody29:face:5", "sourceRefs": [ { - "mappedName": "Face3;:M;CHF;:H4b8:7,F", + "mappedName": "Face3;:M;CHF;:Hcd:7,F", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Face3;:M;CHF;:H4b8:7,F", + "persistentId": "Chamfer29:mapped:Face3;:M;CHF;:Hcd:7,F", "stageId": "Chamfer29" }, { @@ -171680,7 +235428,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H4b8,F;:H4b9,F", + "mappedName": "Face2;:Hcd,F;:Hce,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171688,7 +235436,7 @@ "index": 7, "type": "Face" }, - "name": "Face2;:H4b8,F;:H4b9,F", + "name": "Face2;:Hcd,F;:Hce,F", "stringIds": [] }, "relation": "preserved", @@ -171696,9 +235444,9 @@ "resultPersistentId": "DressupBody29:face:6", "sourceRefs": [ { - "mappedName": "Face2;:H4b8,F", + "mappedName": "Face2;:Hcd,F", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Face2;:H4b8,F", + "persistentId": "Chamfer29:mapped:Face2;:Hcd,F", "stageId": "Chamfer29" }, { @@ -171713,7 +235461,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge2;:M;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171721,7 +235469,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;CHF;:H4b8:7,E;:H4b9,E", + "name": "Edge2;:M;CHF;:Hcd:7,E;:Hce,E", "stringIds": [] }, "relation": "modified", @@ -171729,9 +235477,9 @@ "resultPersistentId": "DressupBody29:edge:0", "sourceRefs": [ { - "mappedName": "Edge2;:M;CHF;:H4b8:7,E", + "mappedName": "Edge2;:M;CHF;:Hcd:7,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge2;:M;CHF;:H4b8:7,E", + "persistentId": "Chamfer29:mapped:Edge2;:M;CHF;:Hcd:7,E", "stageId": "Chamfer29" }, { @@ -171746,7 +235494,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171754,7 +235502,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:H4b9,E", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:Hce,E", "stringIds": [] }, "relation": "generated", @@ -171762,9 +235510,9 @@ "resultPersistentId": "DressupBody29:edge:1", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", + "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", "stageId": "Chamfer29" }, { @@ -171779,7 +235527,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H4b8,E;:H4b9,E", + "mappedName": "Edge3;:Hcd,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171787,7 +235535,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H4b8,E;:H4b9,E", + "name": "Edge3;:Hcd,E;:Hce,E", "stringIds": [] }, "relation": "preserved", @@ -171795,9 +235543,9 @@ "resultPersistentId": "DressupBody29:edge:2", "sourceRefs": [ { - "mappedName": "Edge3;:H4b8,E", + "mappedName": "Edge3;:Hcd,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge3;:H4b8,E", + "persistentId": "Chamfer29:mapped:Edge3;:Hcd,E", "stageId": "Chamfer29" }, { @@ -171812,7 +235560,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge4;:M;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171820,7 +235568,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:M;CHF;:H4b8:7,E;:H4b9,E", + "name": "Edge4;:M;CHF;:Hcd:7,E;:Hce,E", "stringIds": [] }, "relation": "modified", @@ -171828,9 +235576,9 @@ "resultPersistentId": "DressupBody29:edge:3", "sourceRefs": [ { - "mappedName": "Edge4;:M;CHF;:H4b8:7,E", + "mappedName": "Edge4;:M;CHF;:Hcd:7,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge4;:M;CHF;:H4b8:7,E", + "persistentId": "Chamfer29:mapped:Edge4;:M;CHF;:Hcd:7,E", "stageId": "Chamfer29" }, { @@ -171845,7 +235593,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171853,7 +235601,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E;:H4b9,E", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E;:Hce,E", "stringIds": [] }, "relation": "generated", @@ -171861,9 +235609,9 @@ "resultPersistentId": "DressupBody29:edge:4", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E", + "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E", "stageId": "Chamfer29" }, { @@ -171878,7 +235626,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H4b8,E;:H4b9,E", + "mappedName": "Edge12;:Hcd,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171886,7 +235634,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge12;:H4b8,E;:H4b9,E", + "name": "Edge12;:Hcd,E;:Hce,E", "stringIds": [] }, "relation": "preserved", @@ -171894,9 +235642,9 @@ "resultPersistentId": "DressupBody29:edge:5", "sourceRefs": [ { - "mappedName": "Edge12;:H4b8,E", + "mappedName": "Edge12;:Hcd,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge12;:H4b8,E", + "persistentId": "Chamfer29:mapped:Edge12;:Hcd,E", "stageId": "Chamfer29" }, { @@ -171911,7 +235659,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge10;:M;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171919,7 +235667,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:M;CHF;:H4b8:7,E;:H4b9,E", + "name": "Edge10;:M;CHF;:Hcd:7,E;:Hce,E", "stringIds": [] }, "relation": "modified", @@ -171927,9 +235675,9 @@ "resultPersistentId": "DressupBody29:edge:6", "sourceRefs": [ { - "mappedName": "Edge10;:M;CHF;:H4b8:7,E", + "mappedName": "Edge10;:M;CHF;:Hcd:7,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge10;:M;CHF;:H4b8:7,E", + "persistentId": "Chamfer29:mapped:Edge10;:M;CHF;:Hcd:7,E", "stageId": "Chamfer29" }, { @@ -171944,7 +235692,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H4b8,E;:H4b9,E", + "mappedName": "Edge6;:Hcd,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171952,7 +235700,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge6;:H4b8,E;:H4b9,E", + "name": "Edge6;:Hcd,E;:Hce,E", "stringIds": [] }, "relation": "preserved", @@ -171960,9 +235708,9 @@ "resultPersistentId": "DressupBody29:edge:7", "sourceRefs": [ { - "mappedName": "Edge6;:H4b8,E", + "mappedName": "Edge6;:Hcd,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge6;:H4b8,E", + "persistentId": "Chamfer29:mapped:Edge6;:Hcd,E", "stageId": "Chamfer29" }, { @@ -171977,7 +235725,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -171985,7 +235733,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E;:H4b9,E", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E;:Hce,E", "stringIds": [] }, "relation": "generated", @@ -171993,9 +235741,9 @@ "resultPersistentId": "DressupBody29:edge:8", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E", + "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E", "stageId": "Chamfer29" }, { @@ -172010,7 +235758,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:H4b9,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172018,7 +235766,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:H4b9,E", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:Hce,E", "stringIds": [] }, "relation": "generated", @@ -172026,9 +235774,9 @@ "resultPersistentId": "DressupBody29:edge:9", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", + "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", "stageId": "Chamfer29" }, { @@ -172043,7 +235791,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H4b8,E;:H4b9,E", + "mappedName": "Edge11;:Hcd,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172051,7 +235799,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H4b8,E;:H4b9,E", + "name": "Edge11;:Hcd,E;:Hce,E", "stringIds": [] }, "relation": "preserved", @@ -172059,9 +235807,9 @@ "resultPersistentId": "DressupBody29:edge:10", "sourceRefs": [ { - "mappedName": "Edge11;:H4b8,E", + "mappedName": "Edge11;:Hcd,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge11;:H4b8,E", + "persistentId": "Chamfer29:mapped:Edge11;:Hcd,E", "stageId": "Chamfer29" }, { @@ -172076,7 +235824,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H4b8,E;:H4b9,E", + "mappedName": "Edge7;:Hcd,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172084,7 +235832,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H4b8,E;:H4b9,E", + "name": "Edge7;:Hcd,E;:Hce,E", "stringIds": [] }, "relation": "preserved", @@ -172092,9 +235840,9 @@ "resultPersistentId": "DressupBody29:edge:11", "sourceRefs": [ { - "mappedName": "Edge7;:H4b8,E", + "mappedName": "Edge7;:Hcd,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge7;:H4b8,E", + "persistentId": "Chamfer29:mapped:Edge7;:Hcd,E", "stageId": "Chamfer29" }, { @@ -172109,7 +235857,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;CHF;:H4b8:7,E;:H4b9,E", + "mappedName": "Edge9;:M;CHF;:Hcd:7,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172117,7 +235865,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge9;:M;CHF;:H4b8:7,E;:H4b9,E", + "name": "Edge9;:M;CHF;:Hcd:7,E;:Hce,E", "stringIds": [] }, "relation": "modified", @@ -172125,9 +235873,9 @@ "resultPersistentId": "DressupBody29:edge:12", "sourceRefs": [ { - "mappedName": "Edge9;:M;CHF;:H4b8:7,E", + "mappedName": "Edge9;:M;CHF;:Hcd:7,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge9;:M;CHF;:H4b8:7,E", + "persistentId": "Chamfer29:mapped:Edge9;:M;CHF;:Hcd:7,E", "stageId": "Chamfer29" }, { @@ -172142,7 +235890,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H4b8,E;:H4b9,E", + "mappedName": "Edge8;:Hcd,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172150,7 +235898,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge8;:H4b8,E;:H4b9,E", + "name": "Edge8;:Hcd,E;:Hce,E", "stringIds": [] }, "relation": "preserved", @@ -172158,9 +235906,9 @@ "resultPersistentId": "DressupBody29:edge:13", "sourceRefs": [ { - "mappedName": "Edge8;:H4b8,E", + "mappedName": "Edge8;:Hcd,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge8;:H4b8,E", + "persistentId": "Chamfer29:mapped:Edge8;:Hcd,E", "stageId": "Chamfer29" }, { @@ -172175,7 +235923,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H4b8,E;:H4b9,E", + "mappedName": "Edge5;:Hcd,E;:Hce,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172183,7 +235931,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge5;:H4b8,E;:H4b9,E", + "name": "Edge5;:Hcd,E;:Hce,E", "stringIds": [] }, "relation": "preserved", @@ -172191,9 +235939,9 @@ "resultPersistentId": "DressupBody29:edge:14", "sourceRefs": [ { - "mappedName": "Edge5;:H4b8,E", + "mappedName": "Edge5;:Hcd,E", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge5;:H4b8,E", + "persistentId": "Chamfer29:mapped:Edge5;:Hcd,E", "stageId": "Chamfer29" }, { @@ -172208,7 +235956,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172216,7 +235964,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V;:H4b9,V", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V;:Hce,V", "stringIds": [] }, "relation": "generated", @@ -172224,9 +235972,9 @@ "resultPersistentId": "DressupBody29:vertex:0", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "stageId": "Chamfer29" }, { @@ -172241,7 +235989,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H4b8,V;:H4b9,V", + "mappedName": "Vertex3;:Hcd,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172249,7 +235997,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex3;:H4b8,V;:H4b9,V", + "name": "Vertex3;:Hcd,V;:Hce,V", "stringIds": [] }, "relation": "preserved", @@ -172257,9 +236005,9 @@ "resultPersistentId": "DressupBody29:vertex:1", "sourceRefs": [ { - "mappedName": "Vertex3;:H4b8,V", + "mappedName": "Vertex3;:Hcd,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Vertex3;:H4b8,V", + "persistentId": "Chamfer29:mapped:Vertex3;:Hcd,V", "stageId": "Chamfer29" }, { @@ -172274,7 +236022,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172282,7 +236030,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V;:H4b9,V", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V;:Hce,V", "stringIds": [] }, "relation": "generated", @@ -172290,9 +236038,9 @@ "resultPersistentId": "DressupBody29:vertex:2", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "stageId": "Chamfer29" }, { @@ -172307,7 +236055,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H4b8,V;:H4b9,V", + "mappedName": "Vertex4;:Hcd,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172315,7 +236063,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H4b8,V;:H4b9,V", + "name": "Vertex4;:Hcd,V;:Hce,V", "stringIds": [] }, "relation": "preserved", @@ -172323,9 +236071,9 @@ "resultPersistentId": "DressupBody29:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex4;:H4b8,V", + "mappedName": "Vertex4;:Hcd,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Vertex4;:H4b8,V", + "persistentId": "Chamfer29:mapped:Vertex4;:Hcd,V", "stageId": "Chamfer29" }, { @@ -172340,7 +236088,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172348,7 +236096,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V;:H4b9,V", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V;:Hce,V", "stringIds": [] }, "relation": "generated", @@ -172356,9 +236104,9 @@ "resultPersistentId": "DressupBody29:vertex:4", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "stageId": "Chamfer29" }, { @@ -172373,7 +236121,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H4b8,V;:H4b9,V", + "mappedName": "Vertex7;:Hcd,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172381,7 +236129,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex7;:H4b8,V;:H4b9,V", + "name": "Vertex7;:Hcd,V;:Hce,V", "stringIds": [] }, "relation": "preserved", @@ -172389,9 +236137,9 @@ "resultPersistentId": "DressupBody29:vertex:5", "sourceRefs": [ { - "mappedName": "Vertex7;:H4b8,V", + "mappedName": "Vertex7;:Hcd,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Vertex7;:H4b8,V", + "persistentId": "Chamfer29:mapped:Vertex7;:Hcd,V", "stageId": "Chamfer29" }, { @@ -172406,7 +236154,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H4b8,V;:H4b9,V", + "mappedName": "Vertex5;:Hcd,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172414,7 +236162,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex5;:H4b8,V;:H4b9,V", + "name": "Vertex5;:Hcd,V;:Hce,V", "stringIds": [] }, "relation": "preserved", @@ -172422,9 +236170,9 @@ "resultPersistentId": "DressupBody29:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex5;:H4b8,V", + "mappedName": "Vertex5;:Hcd,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Vertex5;:H4b8,V", + "persistentId": "Chamfer29:mapped:Vertex5;:Hcd,V", "stageId": "Chamfer29" }, { @@ -172439,7 +236187,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V;:H4b9,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172447,7 +236195,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V;:H4b9,V", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V;:Hce,V", "stringIds": [] }, "relation": "generated", @@ -172455,9 +236203,9 @@ "resultPersistentId": "DressupBody29:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "persistentId": "Chamfer29:mapped:Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "stageId": "Chamfer29" }, { @@ -172472,7 +236220,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H4b8,V;:H4b9,V", + "mappedName": "Vertex8;:Hcd,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172480,7 +236228,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H4b8,V;:H4b9,V", + "name": "Vertex8;:Hcd,V;:Hce,V", "stringIds": [] }, "relation": "preserved", @@ -172488,9 +236236,9 @@ "resultPersistentId": "DressupBody29:vertex:8", "sourceRefs": [ { - "mappedName": "Vertex8;:H4b8,V", + "mappedName": "Vertex8;:Hcd,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Vertex8;:H4b8,V", + "persistentId": "Chamfer29:mapped:Vertex8;:Hcd,V", "stageId": "Chamfer29" }, { @@ -172505,7 +236253,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H4b8,V;:H4b9,V", + "mappedName": "Vertex6;:Hcd,V;:Hce,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -172513,7 +236261,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex6;:H4b8,V;:H4b9,V", + "name": "Vertex6;:Hcd,V;:Hce,V", "stringIds": [] }, "relation": "preserved", @@ -172521,9 +236269,9 @@ "resultPersistentId": "DressupBody29:vertex:9", "sourceRefs": [ { - "mappedName": "Vertex6;:H4b8,V", + "mappedName": "Vertex6;:Hcd,V", "objectId": "Chamfer29", - "persistentId": "Chamfer29:mapped:Vertex6;:H4b8,V", + "persistentId": "Chamfer29:mapped:Vertex6;:Hcd,V", "stageId": "Chamfer29" }, { @@ -172544,11 +236292,743 @@ "stageId": "DressupBody29", "status": "native-evidence" }, + "relationDigest": "68f43fb59288bec20bdb2c9c8257040cb44b8422bf2056ab9b4c21f004e8024f", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;CHF;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M;CHF;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;CHF;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6;:M;CHF;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G;CHF;:H#:7,F", + "sourceElement": "Edge1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4;:H#,F", + "sourceElement": "Face4", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CHF;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5;:M;CHF;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:M;CHF;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3;:M;CHF;:H#:7,F", + "sourceElement": "Face3", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;CHF;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2;:M;CHF;:H#:7,E", + "sourceElement": "Edge2", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:M;CHF;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4;:M;CHF;:H#:7,E", + "sourceElement": "Edge4", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U4;CHF;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U4;CHF;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge12;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge12;:H#,E", + "sourceElement": "Edge12", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:M;CHF;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10;:M;CHF;:H#:7,E", + "sourceElement": "Edge10", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge6;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge6;:H#,E", + "sourceElement": "Edge6", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U;CHF;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U;CHF;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11;:H#,E", + "sourceElement": "Edge11", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge9;:M;CHF;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge9;:M;CHF;:H#:7,E", + "sourceElement": "Edge9", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge8;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge8;:H#,E", + "sourceElement": "Edge8", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U2;CHF;:H#:8,V;:H#,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F", + "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U2;CHF;:H#:8,V", + "sourceElement": "Edge1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U;CHF;:H#:7,V;:H#,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F", + "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U;CHF;:H#:7,V", + "sourceElement": "Edge1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U2;CHF;:H#:8,V;:H#,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F", + "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U2;CHF;:H#:8,V", + "sourceElement": "Edge1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U;CHF;:H#:7,V;:H#,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F", + "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U;CHF;:H#:7,V", + "sourceElement": "Edge1", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Chamfer29", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + } + ], + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", "shape": { + "area": 593.1421356237308, + "brepSha256": "8819b8844679b01541a782d3eb0d2ff5644792284ecf533a4ac7a87d0ba7f940", "edges": 15, "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", "solids": 1, "valid": true, + "vertices": 10, "volume": 994.9999999999998 }, "typeId": "PartDesign::Body" @@ -172558,6 +237038,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -172606,11 +237087,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -172620,6 +237116,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -172668,11 +237165,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -172682,6 +237194,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -172730,11 +237243,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -172744,6 +237272,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -172792,11 +237321,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -172806,6 +237350,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -172854,11 +237399,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -172868,6 +237428,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -172916,11 +237477,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -172930,6 +237506,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -172978,11 +237555,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -172992,6 +237584,9 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "DressupBox29", + "linkedObjects": [ + "DressupBody29" + ], "name": "DressupBox29", "names": [ { @@ -173922,11 +238517,201 @@ "stageId": "DressupBox29", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "PartDesign::AdditiveBox" @@ -173938,13 +238723,17 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "Chamfer29", + "linkedObjects": [ + "DressupBody29", + "DressupBox29" + ], "name": "Chamfer29", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;CHF;:H4b8:7,F", + "mappedName": "Face1;:M;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -173957,7 +238746,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;CHF;:H4b8:7,F", + "mappedName": "Face1;:M;CHF;:Hcd:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -173965,7 +238754,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CHF;:H4b8:7,F", + "mappedName": "Face6;:M;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -173978,7 +238767,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;CHF;:H4b8:7,F", + "mappedName": "Face6;:M;CHF;:Hcd:7,F", "mappedStringIds": [], "name": "Face2" }, @@ -173986,7 +238775,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -173999,7 +238788,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -174007,7 +238796,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H4b8,F", + "mappedName": "Face4;:Hcd,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174020,7 +238809,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H4b8,F", + "mappedName": "Face4;:Hcd,F", "mappedStringIds": [], "name": "Face4" }, @@ -174028,7 +238817,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CHF;:H4b8:7,F", + "mappedName": "Face5;:M;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174041,7 +238830,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CHF;:H4b8:7,F", + "mappedName": "Face5;:M;CHF;:Hcd:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -174049,7 +238838,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;CHF;:H4b8:7,F", + "mappedName": "Face3;:M;CHF;:Hcd:7,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174062,7 +238851,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:M;CHF;:H4b8:7,F", + "mappedName": "Face3;:M;CHF;:Hcd:7,F", "mappedStringIds": [], "name": "Face6" }, @@ -174070,7 +238859,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H4b8,F", + "mappedName": "Face2;:Hcd,F", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174083,7 +238872,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face2;:H4b8,F", + "mappedName": "Face2;:Hcd,F", "mappedStringIds": [], "name": "Face7" }, @@ -174091,7 +238880,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;CHF;:H4b8:7,E", + "mappedName": "Edge2;:M;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174104,7 +238893,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;CHF;:H4b8:7,E", + "mappedName": "Edge2;:M;CHF;:Hcd:7,E", "mappedStringIds": [], "name": "Edge1" }, @@ -174112,9 +238901,9 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174127,7 +238916,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", "mappedStringIds": [], "name": "Edge2" }, @@ -174135,7 +238924,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H4b8,E", + "mappedName": "Edge3;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174148,7 +238937,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H4b8,E", + "mappedName": "Edge3;:Hcd,E", "mappedStringIds": [], "name": "Edge3" }, @@ -174156,7 +238945,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;CHF;:H4b8:7,E", + "mappedName": "Edge4;:M;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174169,7 +238958,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:M;CHF;:H4b8:7,E", + "mappedName": "Edge4;:M;CHF;:Hcd:7,E", "mappedStringIds": [], "name": "Edge4" }, @@ -174177,9 +238966,9 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174192,7 +238981,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E", "mappedStringIds": [], "name": "Edge5" }, @@ -174200,7 +238989,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H4b8,E", + "mappedName": "Edge12;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174213,7 +239002,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge12;:H4b8,E", + "mappedName": "Edge12;:Hcd,E", "mappedStringIds": [], "name": "Edge6" }, @@ -174221,7 +239010,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;CHF;:H4b8:7,E", + "mappedName": "Edge10;:M;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174234,7 +239023,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:M;CHF;:H4b8:7,E", + "mappedName": "Edge10;:M;CHF;:Hcd:7,E", "mappedStringIds": [], "name": "Edge7" }, @@ -174242,7 +239031,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H4b8,E", + "mappedName": "Edge6;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174255,7 +239044,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge6;:H4b8,E", + "mappedName": "Edge6;:Hcd,E", "mappedStringIds": [], "name": "Edge8" }, @@ -174263,9 +239052,9 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174278,7 +239067,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E", "mappedStringIds": [], "name": "Edge9" }, @@ -174286,9 +239075,9 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174301,7 +239090,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", "mappedStringIds": [], "name": "Edge10" }, @@ -174309,7 +239098,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H4b8,E", + "mappedName": "Edge11;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174322,7 +239111,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H4b8,E", + "mappedName": "Edge11;:Hcd,E", "mappedStringIds": [], "name": "Edge11" }, @@ -174330,7 +239119,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H4b8,E", + "mappedName": "Edge7;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174343,7 +239132,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H4b8,E", + "mappedName": "Edge7;:Hcd,E", "mappedStringIds": [], "name": "Edge12" }, @@ -174351,7 +239140,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;CHF;:H4b8:7,E", + "mappedName": "Edge9;:M;CHF;:Hcd:7,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174364,7 +239153,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge9;:M;CHF;:H4b8:7,E", + "mappedName": "Edge9;:M;CHF;:Hcd:7,E", "mappedStringIds": [], "name": "Edge13" }, @@ -174372,7 +239161,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H4b8,E", + "mappedName": "Edge8;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174385,7 +239174,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge8;:H4b8,E", + "mappedName": "Edge8;:Hcd,E", "mappedStringIds": [], "name": "Edge14" }, @@ -174393,7 +239182,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H4b8,E", + "mappedName": "Edge5;:Hcd,E", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174406,7 +239195,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge5;:H4b8,E", + "mappedName": "Edge5;:Hcd,E", "mappedStringIds": [], "name": "Edge15" }, @@ -174414,10 +239203,10 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174430,7 +239219,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -174438,7 +239227,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H4b8,V", + "mappedName": "Vertex3;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174451,7 +239240,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex3;:H4b8,V", + "mappedName": "Vertex3;:Hcd,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -174459,10 +239248,10 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174475,7 +239264,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -174483,7 +239272,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H4b8,V", + "mappedName": "Vertex4;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174496,7 +239285,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H4b8,V", + "mappedName": "Vertex4;:Hcd,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -174504,10 +239293,10 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174520,7 +239309,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -174528,7 +239317,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H4b8,V", + "mappedName": "Vertex7;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174541,7 +239330,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex7;:H4b8,V", + "mappedName": "Vertex7;:Hcd,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -174549,7 +239338,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H4b8,V", + "mappedName": "Vertex5;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174562,7 +239351,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex5;:H4b8,V", + "mappedName": "Vertex5;:Hcd,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -174570,10 +239359,10 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", - "Edge1;:G;CHF;:H4b8:7,F" + "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", + "Edge1;:G;CHF;:Hcd:7,F" ], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174586,7 +239375,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -174594,7 +239383,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H4b8,V", + "mappedName": "Vertex8;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174607,7 +239396,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H4b8,V", + "mappedName": "Vertex8;:Hcd,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -174615,7 +239404,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H4b8,V", + "mappedName": "Vertex6;:Hcd,V", "object": "Chamfer29", "typeId": "PartDesign::Chamfer" }, @@ -174628,7 +239417,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex6;:H4b8,V", + "mappedName": "Vertex6;:Hcd,V", "mappedStringIds": [], "name": "Vertex10" } @@ -174644,7 +239433,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CHF;:H4b8:7,F", + "mappedName": "Face1;:M;CHF;:Hcd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174652,7 +239441,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;CHF;:H4b8:7,F", + "name": "Face1;:M;CHF;:Hcd:7,F", "stringIds": [] }, "relation": "modified", @@ -174671,7 +239460,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CHF;:H4b8:7,F", + "mappedName": "Face6;:M;CHF;:Hcd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174679,7 +239468,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;CHF;:H4b8:7,F", + "name": "Face6;:M;CHF;:Hcd:7,F", "stringIds": [] }, "relation": "modified", @@ -174698,7 +239487,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174706,7 +239495,7 @@ "index": 3, "type": "Face" }, - "name": "Edge1;:G;CHF;:H4b8:7,F", + "name": "Edge1;:G;CHF;:Hcd:7,F", "stringIds": [] }, "relation": "generated", @@ -174725,7 +239514,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H4b8,F", + "mappedName": "Face4;:Hcd,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174733,7 +239522,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H4b8,F", + "name": "Face4;:Hcd,F", "stringIds": [] }, "relation": "preserved", @@ -174752,7 +239541,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CHF;:H4b8:7,F", + "mappedName": "Face5;:M;CHF;:Hcd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174760,7 +239549,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CHF;:H4b8:7,F", + "name": "Face5;:M;CHF;:Hcd:7,F", "stringIds": [] }, "relation": "modified", @@ -174779,7 +239568,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;CHF;:H4b8:7,F", + "mappedName": "Face3;:M;CHF;:Hcd:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174787,7 +239576,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:M;CHF;:H4b8:7,F", + "name": "Face3;:M;CHF;:Hcd:7,F", "stringIds": [] }, "relation": "modified", @@ -174806,7 +239595,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H4b8,F", + "mappedName": "Face2;:Hcd,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174814,7 +239603,7 @@ "index": 7, "type": "Face" }, - "name": "Face2;:H4b8,F", + "name": "Face2;:Hcd,F", "stringIds": [] }, "relation": "preserved", @@ -174833,7 +239622,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;CHF;:H4b8:7,E", + "mappedName": "Edge2;:M;CHF;:Hcd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174841,7 +239630,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;CHF;:H4b8:7,E", + "name": "Edge2;:M;CHF;:Hcd:7,E", "stringIds": [] }, "relation": "modified", @@ -174860,7 +239649,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174868,7 +239657,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E", "stringIds": [] }, "relation": "generated", @@ -174887,7 +239676,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H4b8,E", + "mappedName": "Edge3;:Hcd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174895,7 +239684,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H4b8,E", + "name": "Edge3;:Hcd,E", "stringIds": [] }, "relation": "preserved", @@ -174914,7 +239703,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;CHF;:H4b8:7,E", + "mappedName": "Edge4;:M;CHF;:Hcd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174922,7 +239711,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:M;CHF;:H4b8:7,E", + "name": "Edge4;:M;CHF;:Hcd:7,E", "stringIds": [] }, "relation": "modified", @@ -174941,7 +239730,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174949,7 +239738,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U4;CHF;:H4b8:8,E", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U4;CHF;:Hcd:8,E", "stringIds": [] }, "relation": "generated", @@ -174968,7 +239757,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H4b8,E", + "mappedName": "Edge12;:Hcd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -174976,7 +239765,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge12;:H4b8,E", + "name": "Edge12;:Hcd,E", "stringIds": [] }, "relation": "preserved", @@ -174995,7 +239784,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;CHF;:H4b8:7,E", + "mappedName": "Edge10;:M;CHF;:Hcd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175003,7 +239792,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:M;CHF;:H4b8:7,E", + "name": "Edge10;:M;CHF;:Hcd:7,E", "stringIds": [] }, "relation": "modified", @@ -175022,7 +239811,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H4b8,E", + "mappedName": "Edge6;:Hcd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175030,7 +239819,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge6;:H4b8,E", + "name": "Edge6;:Hcd,E", "stringIds": [] }, "relation": "preserved", @@ -175049,7 +239838,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175057,7 +239846,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U;CHF;:H4b8:7,E", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U;CHF;:Hcd:7,E", "stringIds": [] }, "relation": "generated", @@ -175076,7 +239865,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175084,7 +239873,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E", "stringIds": [] }, "relation": "generated", @@ -175103,7 +239892,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H4b8,E", + "mappedName": "Edge11;:Hcd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175111,7 +239900,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H4b8,E", + "name": "Edge11;:Hcd,E", "stringIds": [] }, "relation": "preserved", @@ -175130,7 +239919,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H4b8,E", + "mappedName": "Edge7;:Hcd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175138,7 +239927,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H4b8,E", + "name": "Edge7;:Hcd,E", "stringIds": [] }, "relation": "preserved", @@ -175157,7 +239946,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;CHF;:H4b8:7,E", + "mappedName": "Edge9;:M;CHF;:Hcd:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175165,7 +239954,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge9;:M;CHF;:H4b8:7,E", + "name": "Edge9;:M;CHF;:Hcd:7,E", "stringIds": [] }, "relation": "modified", @@ -175184,7 +239973,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H4b8,E", + "mappedName": "Edge8;:Hcd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175192,7 +239981,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge8;:H4b8,E", + "name": "Edge8;:Hcd,E", "stringIds": [] }, "relation": "preserved", @@ -175211,7 +240000,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H4b8,E", + "mappedName": "Edge5;:Hcd,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175219,7 +240008,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge5;:H4b8,E", + "name": "Edge5;:Hcd,E", "stringIds": [] }, "relation": "preserved", @@ -175238,7 +240027,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175246,7 +240035,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "stringIds": [] }, "relation": "generated", @@ -175265,7 +240054,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H4b8,V", + "mappedName": "Vertex3;:Hcd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175273,7 +240062,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex3;:H4b8,V", + "name": "Vertex3;:Hcd,V", "stringIds": [] }, "relation": "preserved", @@ -175292,7 +240081,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175300,7 +240089,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U2;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U2;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "stringIds": [] }, "relation": "generated", @@ -175319,7 +240108,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H4b8,V", + "mappedName": "Vertex4;:Hcd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175327,7 +240116,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H4b8,V", + "name": "Vertex4;:Hcd,V", "stringIds": [] }, "relation": "preserved", @@ -175346,7 +240135,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175354,7 +240143,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U2;CHF;:H4b8:8,V", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U2;CHF;:Hcd:8,V", "stringIds": [] }, "relation": "generated", @@ -175373,7 +240162,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H4b8,V", + "mappedName": "Vertex7;:Hcd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175381,7 +240170,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex7;:H4b8,V", + "name": "Vertex7;:Hcd,V", "stringIds": [] }, "relation": "preserved", @@ -175400,7 +240189,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H4b8,V", + "mappedName": "Vertex5;:Hcd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175408,7 +240197,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex5;:H4b8,V", + "name": "Vertex5;:Hcd,V", "stringIds": [] }, "relation": "preserved", @@ -175427,7 +240216,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "mappedName": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175435,7 +240224,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H4b8:7,F;:U3;CHF;:H4b8:8,E;:U;CHF;:H4b8:7,V", + "name": "Edge1;:G;CHF;:Hcd:7,F;:U3;CHF;:Hcd:8,E;:U;CHF;:Hcd:7,V", "stringIds": [] }, "relation": "generated", @@ -175454,7 +240243,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H4b8,V", + "mappedName": "Vertex8;:Hcd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175462,7 +240251,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H4b8,V", + "name": "Vertex8;:Hcd,V", "stringIds": [] }, "relation": "preserved", @@ -175481,7 +240270,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H4b8,V", + "mappedName": "Vertex6;:Hcd,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -175489,7 +240278,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex6;:H4b8,V", + "name": "Vertex6;:Hcd,V", "stringIds": [] }, "relation": "preserved", @@ -175514,11 +240303,499 @@ "stageId": "Chamfer29", "status": "native-evidence" }, + "relationDigest": "8e3960bcd2f2affb68de37c09486d2014d19b34f26e801fb5c88fb280764ffe9", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;CHF;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;CHF;:H#:7,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Edge1;:G;CHF;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CHF;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:M;CHF;:H#:7,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;CHF;:H#:7,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:M;CHF;:H#:7,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U4;CHF;:H#:8,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:M;CHF;:H#:7,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U;CHF;:H#:7,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge9;:M;CHF;:H#:7,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U2;CHF;:H#:8,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U;CHF;:H#:7,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U2;CHF;:H#:8,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U;CHF;:H#:7,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "DressupBox29", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + } + ], + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", "shape": { + "area": 593.1421356237308, + "brepSha256": "d67242a11006664458599a9b2e13b2f9f4857699041bfe30bf33c2c2f774403a", "edges": 15, "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", "solids": 1, "valid": true, + "vertices": 10, "volume": 994.9999999999998 }, "typeId": "PartDesign::Chamfer" @@ -175528,18 +240805,643 @@ "stringHasherResource": null }, { + "category": "dress-up", "elementMapResources": { "Chamfer30.Shape.Map.txt": { - "sha256": "fd87736b675dbfd27cd9fc5543459ba9e8ba778cdd632c9b0ee8b3223f6baa19", - "text": "BeginElementMap v1\n2 PostfixCount 17\nEdge\nFace\nVertex\n;:M;CHF;:H53f:7,E\n;:H53f,E\n;:G;CHF;:H53f:7,F\n;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E\n;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V\n;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V\n;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E\n;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V\n;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V\n;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E\n;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E\n;:M;CHF;:H53f:7,F\n;:H53f,F\n;:H53f,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n" + "sha256": "fad06d1d01ca20ced0d0b4568710b7d5e4300f1d0026fe65ab4a856742a1ab0e", + "text": "BeginElementMap v1\n2 PostfixCount 17\nEdge\nFace\nVertex\n;:M;CHF;:H623:7,E\n;:H623,E\n;:G;CHF;:H623:7,F\n;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E\n;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V\n;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V\n;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E\n;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V\n;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V\n;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E\n;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E\n;:M;CHF;:H623:7,F\n;:H623,F\n;:H623,V\n\nMapCount 1\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n" }, "DressupBody30.Shape.Map.txt": { - "sha256": "6a22a426f8a1180444e472571ad17cefe032613fe6ec3e363e569b1b1998172f", - "text": "BeginElementMap v1\n1 PostfixCount 17\nEdge\nFace\nVertex\n;:M;CHF;:H53f:7,E\n;:H53f,E\n;:G;CHF;:H53f:7,F\n;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E\n;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V\n;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V\n;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E\n;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V\n;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V\n;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E\n;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E\n;:M;CHF;:H53f:7,F\n;:H53f,F\n;:H53f,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 15 1344 1 ;:H540,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 7 1344 1 ;:H540,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 10 1344 1 ;:H540,V 0\n\nNameCount 0\n\nEndMap\n" + "sha256": "a280136e706fcda98d65a5e554116c3bee3f2be00a1b9766dcb58ace0791ccb0", + "text": "BeginElementMap v1\n1 PostfixCount 17\nEdge\nFace\nVertex\n;:M;CHF;:H623:7,E\n;:H623,E\n;:G;CHF;:H623:7,F\n;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E\n;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V\n;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V\n;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E\n;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V\n;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V\n;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E\n;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E\n;:M;CHF;:H623:7,F\n;:H623,F\n;:H623,V\n\nMapCount 2\n\nElementMap 1 2 3\n\nEdge\n\nChildCount 0\n\nNameCount 16\n0\n:1.2.4 0\n:1.1.7 0\n:1.3.5 0\n:1.4.4 0\n:1.1.d 0\n:1.c.5 0\n:1.a.4 0\n:1.6.5 0\n:1.1.e 0\n:1.1.a 0\n:1.b.5 0\n:1.7.5 0\n:1.9.4 0\n:1.8.5 0\n:1.5.5 0\n\nFace\n\nChildCount 0\n\nNameCount 8\n0\n:2.1.f 0\n:2.6.f 0\n:1.1.6 0\n:2.4.10 0\n:2.5.f 0\n:2.3.f 0\n:2.2.10 0\n\nVertex\n\nChildCount 0\n\nNameCount 11\n0\n:1.1.8 0\n:3.3.11 0\n:1.1.9 0\n:3.4.11 0\n:1.1.b 0\n:3.7.11 0\n:3.5.11 0\n:1.1.c 0\n:3.8.11 0\n:3.6.11 0\n\nEndMap\n\nElementMap 2 1 3\n\nEdge\n\nChildCount 1\n1 0 15 1572 1 ;:H624,E 0\n\nNameCount 0\n\nFace\n\nChildCount 1\n1 0 7 1572 1 ;:H624,F 0\n\nNameCount 0\n\nVertex\n\nChildCount 1\n1 0 10 1572 1 ;:H624,V 0\n\nNameCount 0\n\nEndMap\n" } }, "finalObject": "Chamfer30", "id": "dressup-chamfer-2", + "mutation": { + "category": "dress-up", + "contract": { + "editorModes": [], + "finalObject": "Chamfer30", + "finalStageOrdinal": 9, + "nativeEditable": true, + "propertyPath": "Size", + "propertyType": "App::PropertyQuantityConstraint", + "requiresAllStageRestore": true, + "requiresFinalPropagation": true, + "targetObject": "Chamfer30", + "targetStageOrdinal": 9, + "targetTypeId": "PartDesign::Chamfer" + }, + "metrics": { + "allStageGeometryRestored": true, + "allStageNamingRestored": true, + "allStagesRestored": true, + "changedStageOrdinals": [ + 0, + 9 + ], + "changedStages": 2, + "editedShapesValid": true, + "finalBrepChanged": true, + "finalShapeChanged": true, + "namingChangedStageOrdinals": [], + "namingChangedStages": 0, + "namingRestorationDriftOrdinals": [], + "namingRestorationDriftStages": 0, + "phaseStageRecords": 30, + "propertyChanged": true, + "propertyRestored": true, + "restorationDriftOrdinals": [], + "restorationDriftStages": 0, + "stageRecords": 10 + }, + "phases": { + "before": [ + { + "key": "dressup-chamfer-2:000:DressupBody30", + "name": "DressupBody30", + "ordinal": 0, + "relationDigest": "1a54e91ba56a8c198d19ee2e066aec9620b376c6ccf200aa3217e1ab4bdbb5f6", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "shape": { + "area": 593.1421356237308, + "brepSha256": "8819b8844679b01541a782d3eb0d2ff5644792284ecf533a4ac7a87d0ba7f940", + "edges": 15, + "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 994.9999999999998 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-2:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-2:008:DressupBox30", + "name": "DressupBox30", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-2:009:Chamfer30", + "name": "Chamfer30", + "ordinal": 9, + "relationDigest": "17501eda3f50371368c8bdad4dc26e42a606eb397deaa7aa8815783e1bcc3d81", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "shape": { + "area": 593.1421356237308, + "brepSha256": "d67242a11006664458599a9b2e13b2f9f4857699041bfe30bf33c2c2f774403a", + "edges": 15, + "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 994.9999999999998 + }, + "typeId": "PartDesign::Chamfer" + } + ], + "edited": [ + { + "key": "dressup-chamfer-2:000:DressupBody30", + "name": "DressupBody30", + "ordinal": 0, + "relationDigest": "1a54e91ba56a8c198d19ee2e066aec9620b376c6ccf200aa3217e1ab4bdbb5f6", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "shape": { + "area": 591.1151695296636, + "brepSha256": "362b0eb52ab06e035705d1b6fc26d387a5f46ec38b665b62dd3d793e0938b07e", + "edges": 15, + "faces": 7, + "geometryDigest": "1f62794d65e4706a144af370fda2b37df95d805ac8005b722c1d0dbd0a7ee8ba", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 992.1874999999999 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-2:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-2:008:DressupBox30", + "name": "DressupBox30", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-2:009:Chamfer30", + "name": "Chamfer30", + "ordinal": 9, + "relationDigest": "17501eda3f50371368c8bdad4dc26e42a606eb397deaa7aa8815783e1bcc3d81", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "shape": { + "area": 591.1151695296636, + "brepSha256": "3aa5e223973b537f45433259d74c82ab8a536c24f048eb610a5e2c49cd88393a", + "edges": 15, + "faces": 7, + "geometryDigest": "1f62794d65e4706a144af370fda2b37df95d805ac8005b722c1d0dbd0a7ee8ba", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 992.1874999999999 + }, + "typeId": "PartDesign::Chamfer" + } + ], + "restored": [ + { + "key": "dressup-chamfer-2:000:DressupBody30", + "name": "DressupBody30", + "ordinal": 0, + "relationDigest": "1a54e91ba56a8c198d19ee2e066aec9620b376c6ccf200aa3217e1ab4bdbb5f6", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "shape": { + "area": 593.1421356237308, + "brepSha256": "8819b8844679b01541a782d3eb0d2ff5644792284ecf533a4ac7a87d0ba7f940", + "edges": 15, + "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 994.9999999999998 + }, + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-2:001:X_Axis", + "name": "X_Axis", + "ordinal": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", + "edges": 1, + "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:002:Y_Axis", + "name": "Y_Axis", + "ordinal": 2, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", + "edges": 1, + "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:003:Z_Axis", + "name": "Z_Axis", + "ordinal": 3, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", + "edges": 1, + "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:004:XY_Plane", + "name": "XY_Plane", + "ordinal": 4, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", + "edges": 0, + "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:005:XZ_Plane", + "name": "XZ_Plane", + "ordinal": 5, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", + "edges": 0, + "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:006:YZ_Plane", + "name": "YZ_Plane", + "ordinal": 6, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", + "edges": 0, + "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", + "solids": 0, + "valid": true, + "vertices": 0, + "volume": 0 + }, + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:007:Origin001", + "name": "Origin001", + "ordinal": 7, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", + "edges": 0, + "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", + "solids": 0, + "valid": true, + "vertices": 1, + "volume": 0 + }, + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-2:008:DressupBox30", + "name": "DressupBox30", + "ordinal": 8, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", + "edges": 12, + "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", + "solids": 1, + "valid": true, + "vertices": 8, + "volume": 999.9999999999998 + }, + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-2:009:Chamfer30", + "name": "Chamfer30", + "ordinal": 9, + "relationDigest": "17501eda3f50371368c8bdad4dc26e42a606eb397deaa7aa8815783e1bcc3d81", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "shape": { + "area": 593.1421356237308, + "brepSha256": "d67242a11006664458599a9b2e13b2f9f4857699041bfe30bf33c2c2f774403a", + "edges": 15, + "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", + "solids": 1, + "valid": true, + "vertices": 10, + "volume": 994.9999999999998 + }, + "typeId": "PartDesign::Chamfer" + } + ] + }, + "schemaVersion": 1, + "status": "pass", + "values": { + "before": 1, + "edited": 1.25, + "restored": 1 + } + }, "roundtripNameDrift": 0, "stages": [ { @@ -175549,19 +241451,24 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "DressupBody30", + "linkedObjects": [ + "Chamfer30", + "DressupBox30", + "Origin" + ], "name": "DressupBody30", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face1;:M;CHF;:H623:7,F;:H624,F", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face1;:M;CHF;:H53f:7,F", + "mappedName": "Face1;:M;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175574,7 +241481,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face1;:M;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "name": "Face1" }, @@ -175582,13 +241489,13 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face6;:M;CHF;:H623:7,F;:H624,F", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face6;:M;CHF;:H53f:7,F", + "mappedName": "Face6;:M;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175601,7 +241508,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face6;:M;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "name": "Face2" }, @@ -175609,13 +241516,13 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:H540,F", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:H624,F", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F", + "mappedName": "Edge1;:G;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175628,7 +241535,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:H540,F", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "name": "Face3" }, @@ -175636,13 +241543,13 @@ "history": [ { "children": [], - "mappedName": "Face4;:H53f,F;:H540,F", + "mappedName": "Face4;:H623,F;:H624,F", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face4;:H53f,F", + "mappedName": "Face4;:H623,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175655,7 +241562,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H53f,F;:H540,F", + "mappedName": "Face4;:H623,F;:H624,F", "mappedStringIds": [], "name": "Face4" }, @@ -175663,13 +241570,13 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face5;:M;CHF;:H623:7,F;:H624,F", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face5;:M;CHF;:H53f:7,F", + "mappedName": "Face5;:M;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175682,7 +241589,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face5;:M;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "name": "Face5" }, @@ -175690,13 +241597,13 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face3;:M;CHF;:H623:7,F;:H624,F", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face3;:M;CHF;:H53f:7,F", + "mappedName": "Face3;:M;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175709,7 +241616,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face3;:M;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "name": "Face6" }, @@ -175717,13 +241624,13 @@ "history": [ { "children": [], - "mappedName": "Face2;:H53f,F;:H540,F", + "mappedName": "Face2;:H623,F;:H624,F", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Face2;:H53f,F", + "mappedName": "Face2;:H623,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175736,7 +241643,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face2;:H53f,F;:H540,F", + "mappedName": "Face2;:H623,F;:H624,F", "mappedStringIds": [], "name": "Face7" }, @@ -175744,13 +241651,13 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge2;:M;CHF;:H623:7,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge2;:M;CHF;:H53f:7,E", + "mappedName": "Edge2;:M;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175763,7 +241670,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge2;:M;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "name": "Edge1" }, @@ -175771,15 +241678,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175792,7 +241699,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:H624,E", "mappedStringIds": [], "name": "Edge2" }, @@ -175800,13 +241707,13 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H53f,E;:H540,E", + "mappedName": "Edge3;:H623,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge3;:H53f,E", + "mappedName": "Edge3;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175819,7 +241726,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H53f,E;:H540,E", + "mappedName": "Edge3;:H623,E;:H624,E", "mappedStringIds": [], "name": "Edge3" }, @@ -175827,13 +241734,13 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge4;:M;CHF;:H623:7,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge4;:M;CHF;:H53f:7,E", + "mappedName": "Edge4;:M;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175846,7 +241753,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge4;:M;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "name": "Edge4" }, @@ -175854,15 +241761,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175875,7 +241782,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E;:H624,E", "mappedStringIds": [], "name": "Edge5" }, @@ -175883,13 +241790,13 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H53f,E;:H540,E", + "mappedName": "Edge12;:H623,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge12;:H53f,E", + "mappedName": "Edge12;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175902,7 +241809,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge12;:H53f,E;:H540,E", + "mappedName": "Edge12;:H623,E;:H624,E", "mappedStringIds": [], "name": "Edge6" }, @@ -175910,13 +241817,13 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge10;:M;CHF;:H623:7,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge10;:M;CHF;:H53f:7,E", + "mappedName": "Edge10;:M;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175929,7 +241836,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge10;:M;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "name": "Edge7" }, @@ -175937,13 +241844,13 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H53f,E;:H540,E", + "mappedName": "Edge6;:H623,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge6;:H53f,E", + "mappedName": "Edge6;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175956,7 +241863,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge6;:H53f,E;:H540,E", + "mappedName": "Edge6;:H623,E;:H624,E", "mappedStringIds": [], "name": "Edge8" }, @@ -175964,15 +241871,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -175985,7 +241892,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "name": "Edge9" }, @@ -175993,15 +241900,15 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176014,7 +241921,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:H624,E", "mappedStringIds": [], "name": "Edge10" }, @@ -176022,13 +241929,13 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H53f,E;:H540,E", + "mappedName": "Edge11;:H623,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge11;:H53f,E", + "mappedName": "Edge11;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176041,7 +241948,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H53f,E;:H540,E", + "mappedName": "Edge11;:H623,E;:H624,E", "mappedStringIds": [], "name": "Edge11" }, @@ -176049,13 +241956,13 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H53f,E;:H540,E", + "mappedName": "Edge7;:H623,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge7;:H53f,E", + "mappedName": "Edge7;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176068,7 +241975,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H53f,E;:H540,E", + "mappedName": "Edge7;:H623,E;:H624,E", "mappedStringIds": [], "name": "Edge12" }, @@ -176076,13 +241983,13 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge9;:M;CHF;:H623:7,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge9;:M;CHF;:H53f:7,E", + "mappedName": "Edge9;:M;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176095,7 +242002,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge9;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge9;:M;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "name": "Edge13" }, @@ -176103,13 +242010,13 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H53f,E;:H540,E", + "mappedName": "Edge8;:H623,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge8;:H53f,E", + "mappedName": "Edge8;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176122,7 +242029,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge8;:H53f,E;:H540,E", + "mappedName": "Edge8;:H623,E;:H624,E", "mappedStringIds": [], "name": "Edge14" }, @@ -176130,13 +242037,13 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H53f,E;:H540,E", + "mappedName": "Edge5;:H623,E;:H624,E", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Edge5;:H53f,E", + "mappedName": "Edge5;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176149,7 +242056,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge5;:H53f,E;:H540,E", + "mappedName": "Edge5;:H623,E;:H624,E", "mappedStringIds": [], "name": "Edge15" }, @@ -176157,16 +242064,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176179,7 +242086,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V;:H624,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -176187,13 +242094,13 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H53f,V;:H540,V", + "mappedName": "Vertex3;:H623,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex3;:H53f,V", + "mappedName": "Vertex3;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176206,7 +242113,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex3;:H53f,V;:H540,V", + "mappedName": "Vertex3;:H623,V;:H624,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -176214,16 +242121,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176236,7 +242143,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V;:H624,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -176244,13 +242151,13 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H53f,V;:H540,V", + "mappedName": "Vertex4;:H623,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex4;:H53f,V", + "mappedName": "Vertex4;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176263,7 +242170,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H53f,V;:H540,V", + "mappedName": "Vertex4;:H623,V;:H624,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -176271,16 +242178,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176293,7 +242200,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V;:H624,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -176301,13 +242208,13 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H53f,V;:H540,V", + "mappedName": "Vertex7;:H623,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex7;:H53f,V", + "mappedName": "Vertex7;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176320,7 +242227,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex7;:H53f,V;:H540,V", + "mappedName": "Vertex7;:H623,V;:H624,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -176328,13 +242235,13 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H53f,V;:H540,V", + "mappedName": "Vertex5;:H623,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex5;:H53f,V", + "mappedName": "Vertex5;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176347,7 +242254,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex5;:H53f,V;:H540,V", + "mappedName": "Vertex5;:H623,V;:H624,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -176355,16 +242262,16 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [ - "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176377,7 +242284,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V;:H624,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -176385,13 +242292,13 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H53f,V;:H540,V", + "mappedName": "Vertex8;:H623,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex8;:H53f,V", + "mappedName": "Vertex8;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176404,7 +242311,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H53f,V;:H540,V", + "mappedName": "Vertex8;:H623,V;:H624,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -176412,13 +242319,13 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H53f,V;:H540,V", + "mappedName": "Vertex6;:H623,V;:H624,V", "object": "DressupBody30", "typeId": "PartDesign::Body" }, { "children": [], - "mappedName": "Vertex6;:H53f,V", + "mappedName": "Vertex6;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -176431,7 +242338,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex6;:H53f,V;:H540,V", + "mappedName": "Vertex6;:H623,V;:H624,V", "mappedStringIds": [], "name": "Vertex10" } @@ -176447,7 +242354,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face1;:M;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176455,7 +242362,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;CHF;:H53f:7,F;:H540,F", + "name": "Face1;:M;CHF;:H623:7,F;:H624,F", "stringIds": [] }, "relation": "modified", @@ -176463,9 +242370,9 @@ "resultPersistentId": "DressupBody30:face:0", "sourceRefs": [ { - "mappedName": "Face1;:M;CHF;:H53f:7,F", + "mappedName": "Face1;:M;CHF;:H623:7,F", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Face1;:M;CHF;:H53f:7,F", + "persistentId": "Chamfer30:mapped:Face1;:M;CHF;:H623:7,F", "stageId": "Chamfer30" }, { @@ -176480,7 +242387,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face6;:M;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176488,7 +242395,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;CHF;:H53f:7,F;:H540,F", + "name": "Face6;:M;CHF;:H623:7,F;:H624,F", "stringIds": [] }, "relation": "modified", @@ -176496,9 +242403,9 @@ "resultPersistentId": "DressupBody30:face:1", "sourceRefs": [ { - "mappedName": "Face6;:M;CHF;:H53f:7,F", + "mappedName": "Face6;:M;CHF;:H623:7,F", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Face6;:M;CHF;:H53f:7,F", + "persistentId": "Chamfer30:mapped:Face6;:M;CHF;:H623:7,F", "stageId": "Chamfer30" }, { @@ -176513,7 +242420,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:H540,F", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176521,7 +242428,7 @@ "index": 3, "type": "Face" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:H540,F", + "name": "Edge1;:G;CHF;:H623:7,F;:H624,F", "stringIds": [] }, "relation": "generated", @@ -176529,9 +242436,9 @@ "resultPersistentId": "DressupBody30:face:2", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H53f:7,F", + "mappedName": "Edge1;:G;CHF;:H623:7,F", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H53f:7,F", + "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H623:7,F", "stageId": "Chamfer30" }, { @@ -176546,7 +242453,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H53f,F;:H540,F", + "mappedName": "Face4;:H623,F;:H624,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176554,7 +242461,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H53f,F;:H540,F", + "name": "Face4;:H623,F;:H624,F", "stringIds": [] }, "relation": "preserved", @@ -176562,9 +242469,9 @@ "resultPersistentId": "DressupBody30:face:3", "sourceRefs": [ { - "mappedName": "Face4;:H53f,F", + "mappedName": "Face4;:H623,F", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Face4;:H53f,F", + "persistentId": "Chamfer30:mapped:Face4;:H623,F", "stageId": "Chamfer30" }, { @@ -176579,7 +242486,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face5;:M;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176587,7 +242494,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CHF;:H53f:7,F;:H540,F", + "name": "Face5;:M;CHF;:H623:7,F;:H624,F", "stringIds": [] }, "relation": "modified", @@ -176595,9 +242502,9 @@ "resultPersistentId": "DressupBody30:face:4", "sourceRefs": [ { - "mappedName": "Face5;:M;CHF;:H53f:7,F", + "mappedName": "Face5;:M;CHF;:H623:7,F", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Face5;:M;CHF;:H53f:7,F", + "persistentId": "Chamfer30:mapped:Face5;:M;CHF;:H623:7,F", "stageId": "Chamfer30" }, { @@ -176612,7 +242519,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;CHF;:H53f:7,F;:H540,F", + "mappedName": "Face3;:M;CHF;:H623:7,F;:H624,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176620,7 +242527,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:M;CHF;:H53f:7,F;:H540,F", + "name": "Face3;:M;CHF;:H623:7,F;:H624,F", "stringIds": [] }, "relation": "modified", @@ -176628,9 +242535,9 @@ "resultPersistentId": "DressupBody30:face:5", "sourceRefs": [ { - "mappedName": "Face3;:M;CHF;:H53f:7,F", + "mappedName": "Face3;:M;CHF;:H623:7,F", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Face3;:M;CHF;:H53f:7,F", + "persistentId": "Chamfer30:mapped:Face3;:M;CHF;:H623:7,F", "stageId": "Chamfer30" }, { @@ -176645,7 +242552,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H53f,F;:H540,F", + "mappedName": "Face2;:H623,F;:H624,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176653,7 +242560,7 @@ "index": 7, "type": "Face" }, - "name": "Face2;:H53f,F;:H540,F", + "name": "Face2;:H623,F;:H624,F", "stringIds": [] }, "relation": "preserved", @@ -176661,9 +242568,9 @@ "resultPersistentId": "DressupBody30:face:6", "sourceRefs": [ { - "mappedName": "Face2;:H53f,F", + "mappedName": "Face2;:H623,F", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Face2;:H53f,F", + "persistentId": "Chamfer30:mapped:Face2;:H623,F", "stageId": "Chamfer30" }, { @@ -176678,7 +242585,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge2;:M;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176686,7 +242593,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;CHF;:H53f:7,E;:H540,E", + "name": "Edge2;:M;CHF;:H623:7,E;:H624,E", "stringIds": [] }, "relation": "modified", @@ -176694,9 +242601,9 @@ "resultPersistentId": "DressupBody30:edge:0", "sourceRefs": [ { - "mappedName": "Edge2;:M;CHF;:H53f:7,E", + "mappedName": "Edge2;:M;CHF;:H623:7,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge2;:M;CHF;:H53f:7,E", + "persistentId": "Chamfer30:mapped:Edge2;:M;CHF;:H623:7,E", "stageId": "Chamfer30" }, { @@ -176711,7 +242618,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176719,7 +242626,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:H540,E", + "name": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:H624,E", "stringIds": [] }, "relation": "generated", @@ -176727,9 +242634,9 @@ "resultPersistentId": "DressupBody30:edge:1", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", + "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", "stageId": "Chamfer30" }, { @@ -176744,7 +242651,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H53f,E;:H540,E", + "mappedName": "Edge3;:H623,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176752,7 +242659,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H53f,E;:H540,E", + "name": "Edge3;:H623,E;:H624,E", "stringIds": [] }, "relation": "preserved", @@ -176760,9 +242667,9 @@ "resultPersistentId": "DressupBody30:edge:2", "sourceRefs": [ { - "mappedName": "Edge3;:H53f,E", + "mappedName": "Edge3;:H623,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge3;:H53f,E", + "persistentId": "Chamfer30:mapped:Edge3;:H623,E", "stageId": "Chamfer30" }, { @@ -176777,7 +242684,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge4;:M;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176785,7 +242692,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:M;CHF;:H53f:7,E;:H540,E", + "name": "Edge4;:M;CHF;:H623:7,E;:H624,E", "stringIds": [] }, "relation": "modified", @@ -176793,9 +242700,9 @@ "resultPersistentId": "DressupBody30:edge:3", "sourceRefs": [ { - "mappedName": "Edge4;:M;CHF;:H53f:7,E", + "mappedName": "Edge4;:M;CHF;:H623:7,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge4;:M;CHF;:H53f:7,E", + "persistentId": "Chamfer30:mapped:Edge4;:M;CHF;:H623:7,E", "stageId": "Chamfer30" }, { @@ -176810,7 +242717,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176818,7 +242725,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E;:H540,E", + "name": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E;:H624,E", "stringIds": [] }, "relation": "generated", @@ -176826,9 +242733,9 @@ "resultPersistentId": "DressupBody30:edge:4", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E", + "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E", "stageId": "Chamfer30" }, { @@ -176843,7 +242750,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H53f,E;:H540,E", + "mappedName": "Edge12;:H623,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176851,7 +242758,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge12;:H53f,E;:H540,E", + "name": "Edge12;:H623,E;:H624,E", "stringIds": [] }, "relation": "preserved", @@ -176859,9 +242766,9 @@ "resultPersistentId": "DressupBody30:edge:5", "sourceRefs": [ { - "mappedName": "Edge12;:H53f,E", + "mappedName": "Edge12;:H623,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge12;:H53f,E", + "persistentId": "Chamfer30:mapped:Edge12;:H623,E", "stageId": "Chamfer30" }, { @@ -176876,7 +242783,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge10;:M;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176884,7 +242791,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:M;CHF;:H53f:7,E;:H540,E", + "name": "Edge10;:M;CHF;:H623:7,E;:H624,E", "stringIds": [] }, "relation": "modified", @@ -176892,9 +242799,9 @@ "resultPersistentId": "DressupBody30:edge:6", "sourceRefs": [ { - "mappedName": "Edge10;:M;CHF;:H53f:7,E", + "mappedName": "Edge10;:M;CHF;:H623:7,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge10;:M;CHF;:H53f:7,E", + "persistentId": "Chamfer30:mapped:Edge10;:M;CHF;:H623:7,E", "stageId": "Chamfer30" }, { @@ -176909,7 +242816,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H53f,E;:H540,E", + "mappedName": "Edge6;:H623,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176917,7 +242824,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge6;:H53f,E;:H540,E", + "name": "Edge6;:H623,E;:H624,E", "stringIds": [] }, "relation": "preserved", @@ -176925,9 +242832,9 @@ "resultPersistentId": "DressupBody30:edge:7", "sourceRefs": [ { - "mappedName": "Edge6;:H53f,E", + "mappedName": "Edge6;:H623,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge6;:H53f,E", + "persistentId": "Chamfer30:mapped:Edge6;:H623,E", "stageId": "Chamfer30" }, { @@ -176942,7 +242849,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176950,7 +242857,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E;:H540,E", + "name": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E;:H624,E", "stringIds": [] }, "relation": "generated", @@ -176958,9 +242865,9 @@ "resultPersistentId": "DressupBody30:edge:8", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E", + "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E", "stageId": "Chamfer30" }, { @@ -176975,7 +242882,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:H540,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -176983,7 +242890,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:H540,E", + "name": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:H624,E", "stringIds": [] }, "relation": "generated", @@ -176991,9 +242898,9 @@ "resultPersistentId": "DressupBody30:edge:9", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", + "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", "stageId": "Chamfer30" }, { @@ -177008,7 +242915,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H53f,E;:H540,E", + "mappedName": "Edge11;:H623,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177016,7 +242923,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H53f,E;:H540,E", + "name": "Edge11;:H623,E;:H624,E", "stringIds": [] }, "relation": "preserved", @@ -177024,9 +242931,9 @@ "resultPersistentId": "DressupBody30:edge:10", "sourceRefs": [ { - "mappedName": "Edge11;:H53f,E", + "mappedName": "Edge11;:H623,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge11;:H53f,E", + "persistentId": "Chamfer30:mapped:Edge11;:H623,E", "stageId": "Chamfer30" }, { @@ -177041,7 +242948,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H53f,E;:H540,E", + "mappedName": "Edge7;:H623,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177049,7 +242956,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H53f,E;:H540,E", + "name": "Edge7;:H623,E;:H624,E", "stringIds": [] }, "relation": "preserved", @@ -177057,9 +242964,9 @@ "resultPersistentId": "DressupBody30:edge:11", "sourceRefs": [ { - "mappedName": "Edge7;:H53f,E", + "mappedName": "Edge7;:H623,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge7;:H53f,E", + "persistentId": "Chamfer30:mapped:Edge7;:H623,E", "stageId": "Chamfer30" }, { @@ -177074,7 +242981,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;CHF;:H53f:7,E;:H540,E", + "mappedName": "Edge9;:M;CHF;:H623:7,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177082,7 +242989,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge9;:M;CHF;:H53f:7,E;:H540,E", + "name": "Edge9;:M;CHF;:H623:7,E;:H624,E", "stringIds": [] }, "relation": "modified", @@ -177090,9 +242997,9 @@ "resultPersistentId": "DressupBody30:edge:12", "sourceRefs": [ { - "mappedName": "Edge9;:M;CHF;:H53f:7,E", + "mappedName": "Edge9;:M;CHF;:H623:7,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge9;:M;CHF;:H53f:7,E", + "persistentId": "Chamfer30:mapped:Edge9;:M;CHF;:H623:7,E", "stageId": "Chamfer30" }, { @@ -177107,7 +243014,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H53f,E;:H540,E", + "mappedName": "Edge8;:H623,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177115,7 +243022,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge8;:H53f,E;:H540,E", + "name": "Edge8;:H623,E;:H624,E", "stringIds": [] }, "relation": "preserved", @@ -177123,9 +243030,9 @@ "resultPersistentId": "DressupBody30:edge:13", "sourceRefs": [ { - "mappedName": "Edge8;:H53f,E", + "mappedName": "Edge8;:H623,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge8;:H53f,E", + "persistentId": "Chamfer30:mapped:Edge8;:H623,E", "stageId": "Chamfer30" }, { @@ -177140,7 +243047,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H53f,E;:H540,E", + "mappedName": "Edge5;:H623,E;:H624,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177148,7 +243055,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge5;:H53f,E;:H540,E", + "name": "Edge5;:H623,E;:H624,E", "stringIds": [] }, "relation": "preserved", @@ -177156,9 +243063,9 @@ "resultPersistentId": "DressupBody30:edge:14", "sourceRefs": [ { - "mappedName": "Edge5;:H53f,E", + "mappedName": "Edge5;:H623,E", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge5;:H53f,E", + "persistentId": "Chamfer30:mapped:Edge5;:H623,E", "stageId": "Chamfer30" }, { @@ -177173,7 +243080,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177181,7 +243088,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V;:H540,V", + "name": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V;:H624,V", "stringIds": [] }, "relation": "generated", @@ -177189,9 +243096,9 @@ "resultPersistentId": "DressupBody30:vertex:0", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "stageId": "Chamfer30" }, { @@ -177206,7 +243113,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H53f,V;:H540,V", + "mappedName": "Vertex3;:H623,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177214,7 +243121,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex3;:H53f,V;:H540,V", + "name": "Vertex3;:H623,V;:H624,V", "stringIds": [] }, "relation": "preserved", @@ -177222,9 +243129,9 @@ "resultPersistentId": "DressupBody30:vertex:1", "sourceRefs": [ { - "mappedName": "Vertex3;:H53f,V", + "mappedName": "Vertex3;:H623,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Vertex3;:H53f,V", + "persistentId": "Chamfer30:mapped:Vertex3;:H623,V", "stageId": "Chamfer30" }, { @@ -177239,7 +243146,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177247,7 +243154,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V;:H540,V", + "name": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V;:H624,V", "stringIds": [] }, "relation": "generated", @@ -177255,9 +243162,9 @@ "resultPersistentId": "DressupBody30:vertex:2", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V", "stageId": "Chamfer30" }, { @@ -177272,7 +243179,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H53f,V;:H540,V", + "mappedName": "Vertex4;:H623,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177280,7 +243187,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H53f,V;:H540,V", + "name": "Vertex4;:H623,V;:H624,V", "stringIds": [] }, "relation": "preserved", @@ -177288,9 +243195,9 @@ "resultPersistentId": "DressupBody30:vertex:3", "sourceRefs": [ { - "mappedName": "Vertex4;:H53f,V", + "mappedName": "Vertex4;:H623,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Vertex4;:H53f,V", + "persistentId": "Chamfer30:mapped:Vertex4;:H623,V", "stageId": "Chamfer30" }, { @@ -177305,7 +243212,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177313,7 +243220,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V;:H540,V", + "name": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V;:H624,V", "stringIds": [] }, "relation": "generated", @@ -177321,9 +243228,9 @@ "resultPersistentId": "DressupBody30:vertex:4", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "stageId": "Chamfer30" }, { @@ -177338,7 +243245,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H53f,V;:H540,V", + "mappedName": "Vertex7;:H623,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177346,7 +243253,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex7;:H53f,V;:H540,V", + "name": "Vertex7;:H623,V;:H624,V", "stringIds": [] }, "relation": "preserved", @@ -177354,9 +243261,9 @@ "resultPersistentId": "DressupBody30:vertex:5", "sourceRefs": [ { - "mappedName": "Vertex7;:H53f,V", + "mappedName": "Vertex7;:H623,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Vertex7;:H53f,V", + "persistentId": "Chamfer30:mapped:Vertex7;:H623,V", "stageId": "Chamfer30" }, { @@ -177371,7 +243278,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H53f,V;:H540,V", + "mappedName": "Vertex5;:H623,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177379,7 +243286,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex5;:H53f,V;:H540,V", + "name": "Vertex5;:H623,V;:H624,V", "stringIds": [] }, "relation": "preserved", @@ -177387,9 +243294,9 @@ "resultPersistentId": "DressupBody30:vertex:6", "sourceRefs": [ { - "mappedName": "Vertex5;:H53f,V", + "mappedName": "Vertex5;:H623,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Vertex5;:H53f,V", + "persistentId": "Chamfer30:mapped:Vertex5;:H623,V", "stageId": "Chamfer30" }, { @@ -177404,7 +243311,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V;:H540,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177412,7 +243319,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V;:H540,V", + "name": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V;:H624,V", "stringIds": [] }, "relation": "generated", @@ -177420,9 +243327,9 @@ "resultPersistentId": "DressupBody30:vertex:7", "sourceRefs": [ { - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "persistentId": "Chamfer30:mapped:Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V", "stageId": "Chamfer30" }, { @@ -177437,7 +243344,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H53f,V;:H540,V", + "mappedName": "Vertex8;:H623,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177445,7 +243352,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H53f,V;:H540,V", + "name": "Vertex8;:H623,V;:H624,V", "stringIds": [] }, "relation": "preserved", @@ -177453,9 +243360,9 @@ "resultPersistentId": "DressupBody30:vertex:8", "sourceRefs": [ { - "mappedName": "Vertex8;:H53f,V", + "mappedName": "Vertex8;:H623,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Vertex8;:H53f,V", + "persistentId": "Chamfer30:mapped:Vertex8;:H623,V", "stageId": "Chamfer30" }, { @@ -177470,7 +243377,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H53f,V;:H540,V", + "mappedName": "Vertex6;:H623,V;:H624,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -177478,7 +243385,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex6;:H53f,V;:H540,V", + "name": "Vertex6;:H623,V;:H624,V", "stringIds": [] }, "relation": "preserved", @@ -177486,9 +243393,9 @@ "resultPersistentId": "DressupBody30:vertex:9", "sourceRefs": [ { - "mappedName": "Vertex6;:H53f,V", + "mappedName": "Vertex6;:H623,V", "objectId": "Chamfer30", - "persistentId": "Chamfer30:mapped:Vertex6;:H53f,V", + "persistentId": "Chamfer30:mapped:Vertex6;:H623,V", "stageId": "Chamfer30" }, { @@ -177509,11 +243416,743 @@ "stageId": "DressupBody30", "status": "native-evidence" }, + "relationDigest": "1a54e91ba56a8c198d19ee2e066aec9620b376c6ccf200aa3217e1ab4bdbb5f6", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;CHF;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1;:M;CHF;:H#:7,F", + "sourceElement": "Face1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;CHF;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6;:M;CHF;:H#:7,F", + "sourceElement": "Face6", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:H#,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Edge1;:G;CHF;:H#:7,F", + "sourceElement": "Edge1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4;:H#,F", + "sourceElement": "Face4", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CHF;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5;:M;CHF;:H#:7,F", + "sourceElement": "Face5", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:M;CHF;:H#:7,F;:H#,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3;:M;CHF;:H#:7,F", + "sourceElement": "Face3", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face2;:H#,F;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face2;:H#,F", + "sourceElement": "Face2", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;CHF;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2;:M;CHF;:H#:7,E", + "sourceElement": "Edge2", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3;:H#,E", + "sourceElement": "Edge3", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:M;CHF;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4;:M;CHF;:H#:7,E", + "sourceElement": "Edge4", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U4;CHF;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U4;CHF;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge12;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge12;:H#,E", + "sourceElement": "Edge12", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:M;CHF;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10;:M;CHF;:H#:7,E", + "sourceElement": "Edge10", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge6;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge6;:H#,E", + "sourceElement": "Edge6", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U;CHF;:H#:7,E;:H#,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U;CHF;:H#:7,E", + "sourceElement": "Edge1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:H#,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E", + "sourceElement": "Edge1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11;:H#,E", + "sourceElement": "Edge11", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7;:H#,E", + "sourceElement": "Edge7", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge9;:M;CHF;:H#:7,E;:H#,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge9;:M;CHF;:H#:7,E", + "sourceElement": "Edge9", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge8;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge8;:H#,E", + "sourceElement": "Edge8", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge5;:H#,E;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge5;:H#,E", + "sourceElement": "Edge5", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U2;CHF;:H#:8,V;:H#,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F", + "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U2;CHF;:H#:8,V", + "sourceElement": "Edge1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex3;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex3;:H#,V", + "sourceElement": "Vertex3", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U;CHF;:H#:7,V;:H#,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F", + "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U;CHF;:H#:7,V", + "sourceElement": "Edge1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4;:H#,V", + "sourceElement": "Vertex4", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U2;CHF;:H#:8,V;:H#,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F", + "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U2;CHF;:H#:8,V", + "sourceElement": "Edge1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex7;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex7;:H#,V", + "sourceElement": "Vertex7", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex5;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex5;:H#,V", + "sourceElement": "Vertex5", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U;CHF;:H#:7,V;:H#,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [ + "Edge1;:G;CHF;:H#:7,F", + "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E" + ], + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U;CHF;:H#:7,V", + "sourceElement": "Edge1", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8;:H#,V", + "sourceElement": "Vertex8", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex6;:H#,V;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex6;:H#,V", + "sourceElement": "Vertex6", + "sourceObject": "Chamfer30", + "sourceTypeId": "PartDesign::Chamfer" + }, + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + } + ], + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", "shape": { + "area": 593.1421356237308, + "brepSha256": "8819b8844679b01541a782d3eb0d2ff5644792284ecf533a4ac7a87d0ba7f940", "edges": 15, "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", "solids": 1, "valid": true, + "vertices": 10, "volume": 994.9999999999998 }, "typeId": "PartDesign::Body" @@ -177523,6 +244162,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "X-axis", + "linkedObjects": [], "name": "X_Axis", "names": [ { @@ -177571,11 +244211,26 @@ "stageId": "X_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "65660e875d1009f59ab60ad5b2122447adf97dec593b4215db53bcddd85ea62d", "edges": 1, "faces": 0, + "geometryDigest": "49adc1febe4258dc3871298543f596eb16c255c9f1a5a3a7fa003ab658ae6c5c", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -177585,6 +244240,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Y-axis", + "linkedObjects": [], "name": "Y_Axis", "names": [ { @@ -177633,11 +244289,26 @@ "stageId": "Y_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "9d8e3766de2a1e8a51c3b4575d24f5ecaf8ba75184458c7d711d9e29268385ec", "edges": 1, "faces": 0, + "geometryDigest": "6e4038002a0bef52e772cc0799feeff7736e81ff3d1aaeb47758068a577d09a1", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -177647,6 +244318,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Z-axis", + "linkedObjects": [], "name": "Z_Axis", "names": [ { @@ -177695,11 +244367,26 @@ "stageId": "Z_Axis", "status": "native-evidence" }, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "relations": [ + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + } + ], + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", "shape": { + "area": 0, + "brepSha256": "4e8fa29d152e8f206f07fd93159670a9b397033baef193f41a4f460b931918f8", "edges": 1, "faces": 0, + "geometryDigest": "4fcdf0058639a99498e5f220c2d105f4a080c17f817fc6e22b7cab4c6ca4e612", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Line" @@ -177709,6 +244396,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XY-plane", + "linkedObjects": [], "name": "XY_Plane", "names": [ { @@ -177757,11 +244445,26 @@ "stageId": "XY_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "9561807e1d2289dedc8ea2e5cd95f8988a35009f524ccb135428053a6fb8fa49", "edges": 0, "faces": 1, + "geometryDigest": "7fb7cd7def3277693dc04c6b02ce55d853a6ca54791d292d32d55f482caeef66", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -177771,6 +244474,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "XZ-plane", + "linkedObjects": [], "name": "XZ_Plane", "names": [ { @@ -177819,11 +244523,26 @@ "stageId": "XZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8.000000000000003e+100, + "brepSha256": "4d80983b3d36392199850505e3bde2c54b978c7313ca43dce579222b2e87d656", "edges": 0, "faces": 1, + "geometryDigest": "ba52dc8f39f4d14fd4e4bdb13bc42dd4270a18329f2614f34578d513babc3717", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -177833,6 +244552,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "YZ-plane", + "linkedObjects": [], "name": "YZ_Plane", "names": [ { @@ -177881,11 +244601,26 @@ "stageId": "YZ_Plane", "status": "native-evidence" }, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + } + ], + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", "shape": { + "area": 8e+100, + "brepSha256": "3c7b9168ffb08d3626765ee519ff5deccd5001c960c0a9188e071768e9ada847", "edges": 0, "faces": 1, + "geometryDigest": "8777b5dd5c7f1d091c75bc1b66e9f283bb2b3ea3fa6b4a9a4ba8538ea4a7b815", "solids": 0, "valid": true, + "vertices": 0, "volume": 0 }, "typeId": "App::Plane" @@ -177895,6 +244630,7 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "Origin001", + "linkedObjects": [], "name": "Origin001", "names": [ { @@ -177943,11 +244679,26 @@ "stageId": "Origin001", "status": "native-evidence" }, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "relations": [ + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + } + ], + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", "shape": { + "area": 0, + "brepSha256": "37261bfbf4d71efae797df3ff8f5dff8b0009c5575eefbe06fd5a544fae0ec8d", "edges": 0, "faces": 0, + "geometryDigest": "6bb843e3c063f988a2d25ed9baf276c4c1e3b992993a5add4b45cf03e154be0e", "solids": 0, "valid": true, + "vertices": 1, "volume": 0 }, "typeId": "App::Point" @@ -177957,6 +244708,9 @@ "elementMapSize": 0, "elementMapVersion": "15.70200.5", "label": "DressupBox30", + "linkedObjects": [ + "DressupBody30" + ], "name": "DressupBox30", "names": [ { @@ -178887,11 +245641,201 @@ "stageId": "DressupBox30", "status": "native-evidence" }, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "", + "relation": "preserved", + "resultName": "Face1", + "sources": [] + }, + { + "indexedName": "Face2", + "mappedName": "", + "relation": "preserved", + "resultName": "Face2", + "sources": [] + }, + { + "indexedName": "Face3", + "mappedName": "", + "relation": "preserved", + "resultName": "Face3", + "sources": [] + }, + { + "indexedName": "Face4", + "mappedName": "", + "relation": "preserved", + "resultName": "Face4", + "sources": [] + }, + { + "indexedName": "Face5", + "mappedName": "", + "relation": "preserved", + "resultName": "Face5", + "sources": [] + }, + { + "indexedName": "Face6", + "mappedName": "", + "relation": "preserved", + "resultName": "Face6", + "sources": [] + }, + { + "indexedName": "Edge1", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge1", + "sources": [] + }, + { + "indexedName": "Edge2", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge2", + "sources": [] + }, + { + "indexedName": "Edge3", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge3", + "sources": [] + }, + { + "indexedName": "Edge4", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge4", + "sources": [] + }, + { + "indexedName": "Edge5", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge5", + "sources": [] + }, + { + "indexedName": "Edge6", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge6", + "sources": [] + }, + { + "indexedName": "Edge7", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge7", + "sources": [] + }, + { + "indexedName": "Edge8", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge8", + "sources": [] + }, + { + "indexedName": "Edge9", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge9", + "sources": [] + }, + { + "indexedName": "Edge10", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge10", + "sources": [] + }, + { + "indexedName": "Edge11", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge11", + "sources": [] + }, + { + "indexedName": "Edge12", + "mappedName": "", + "relation": "preserved", + "resultName": "Edge12", + "sources": [] + }, + { + "indexedName": "Vertex1", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex1", + "sources": [] + }, + { + "indexedName": "Vertex2", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [] + }, + { + "indexedName": "Vertex3", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex3", + "sources": [] + }, + { + "indexedName": "Vertex4", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [] + }, + { + "indexedName": "Vertex5", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex5", + "sources": [] + }, + { + "indexedName": "Vertex6", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [] + }, + { + "indexedName": "Vertex7", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [] + }, + { + "indexedName": "Vertex8", + "mappedName": "", + "relation": "preserved", + "resultName": "Vertex8", + "sources": [] + } + ], + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", "shape": { + "area": 599.9999999999999, + "brepSha256": "9ab771f30b349acf9e478827f76145ab536809616edf25585770fe752f193c56", "edges": 12, "faces": 6, + "geometryDigest": "4873b4bb37e5ceb288503794ec2286637c007af2ae7c3073a193fdff45f2b0e6", "solids": 1, "valid": true, + "vertices": 8, "volume": 999.9999999999998 }, "typeId": "PartDesign::AdditiveBox" @@ -178903,13 +245847,17 @@ "elementMapSize": 32, "elementMapVersion": "15.70200.5", "label": "Chamfer30", + "linkedObjects": [ + "DressupBody30", + "DressupBox30" + ], "name": "Chamfer30", "names": [ { "history": [ { "children": [], - "mappedName": "Face1;:M;CHF;:H53f:7,F", + "mappedName": "Face1;:M;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -178922,7 +245870,7 @@ ], "indexedName": "Face1", "indexedStringIds": [], - "mappedName": "Face1;:M;CHF;:H53f:7,F", + "mappedName": "Face1;:M;CHF;:H623:7,F", "mappedStringIds": [], "name": "Face1" }, @@ -178930,7 +245878,7 @@ "history": [ { "children": [], - "mappedName": "Face6;:M;CHF;:H53f:7,F", + "mappedName": "Face6;:M;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -178943,7 +245891,7 @@ ], "indexedName": "Face2", "indexedStringIds": [], - "mappedName": "Face6;:M;CHF;:H53f:7,F", + "mappedName": "Face6;:M;CHF;:H623:7,F", "mappedStringIds": [], "name": "Face2" }, @@ -178951,7 +245899,7 @@ "history": [ { "children": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F", + "mappedName": "Edge1;:G;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -178964,7 +245912,7 @@ ], "indexedName": "Face3", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F", + "mappedName": "Edge1;:G;CHF;:H623:7,F", "mappedStringIds": [], "name": "Face3" }, @@ -178972,7 +245920,7 @@ "history": [ { "children": [], - "mappedName": "Face4;:H53f,F", + "mappedName": "Face4;:H623,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -178985,7 +245933,7 @@ ], "indexedName": "Face4", "indexedStringIds": [], - "mappedName": "Face4;:H53f,F", + "mappedName": "Face4;:H623,F", "mappedStringIds": [], "name": "Face4" }, @@ -178993,7 +245941,7 @@ "history": [ { "children": [], - "mappedName": "Face5;:M;CHF;:H53f:7,F", + "mappedName": "Face5;:M;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179006,7 +245954,7 @@ ], "indexedName": "Face5", "indexedStringIds": [], - "mappedName": "Face5;:M;CHF;:H53f:7,F", + "mappedName": "Face5;:M;CHF;:H623:7,F", "mappedStringIds": [], "name": "Face5" }, @@ -179014,7 +245962,7 @@ "history": [ { "children": [], - "mappedName": "Face3;:M;CHF;:H53f:7,F", + "mappedName": "Face3;:M;CHF;:H623:7,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179027,7 +245975,7 @@ ], "indexedName": "Face6", "indexedStringIds": [], - "mappedName": "Face3;:M;CHF;:H53f:7,F", + "mappedName": "Face3;:M;CHF;:H623:7,F", "mappedStringIds": [], "name": "Face6" }, @@ -179035,7 +245983,7 @@ "history": [ { "children": [], - "mappedName": "Face2;:H53f,F", + "mappedName": "Face2;:H623,F", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179048,7 +245996,7 @@ ], "indexedName": "Face7", "indexedStringIds": [], - "mappedName": "Face2;:H53f,F", + "mappedName": "Face2;:H623,F", "mappedStringIds": [], "name": "Face7" }, @@ -179056,7 +246004,7 @@ "history": [ { "children": [], - "mappedName": "Edge2;:M;CHF;:H53f:7,E", + "mappedName": "Edge2;:M;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179069,7 +246017,7 @@ ], "indexedName": "Edge1", "indexedStringIds": [], - "mappedName": "Edge2;:M;CHF;:H53f:7,E", + "mappedName": "Edge2;:M;CHF;:H623:7,E", "mappedStringIds": [], "name": "Edge1" }, @@ -179077,9 +246025,9 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179092,7 +246040,7 @@ ], "indexedName": "Edge2", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", "mappedStringIds": [], "name": "Edge2" }, @@ -179100,7 +246048,7 @@ "history": [ { "children": [], - "mappedName": "Edge3;:H53f,E", + "mappedName": "Edge3;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179113,7 +246061,7 @@ ], "indexedName": "Edge3", "indexedStringIds": [], - "mappedName": "Edge3;:H53f,E", + "mappedName": "Edge3;:H623,E", "mappedStringIds": [], "name": "Edge3" }, @@ -179121,7 +246069,7 @@ "history": [ { "children": [], - "mappedName": "Edge4;:M;CHF;:H53f:7,E", + "mappedName": "Edge4;:M;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179134,7 +246082,7 @@ ], "indexedName": "Edge4", "indexedStringIds": [], - "mappedName": "Edge4;:M;CHF;:H53f:7,E", + "mappedName": "Edge4;:M;CHF;:H623:7,E", "mappedStringIds": [], "name": "Edge4" }, @@ -179142,9 +246090,9 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179157,7 +246105,7 @@ ], "indexedName": "Edge5", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E", "mappedStringIds": [], "name": "Edge5" }, @@ -179165,7 +246113,7 @@ "history": [ { "children": [], - "mappedName": "Edge12;:H53f,E", + "mappedName": "Edge12;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179178,7 +246126,7 @@ ], "indexedName": "Edge6", "indexedStringIds": [], - "mappedName": "Edge12;:H53f,E", + "mappedName": "Edge12;:H623,E", "mappedStringIds": [], "name": "Edge6" }, @@ -179186,7 +246134,7 @@ "history": [ { "children": [], - "mappedName": "Edge10;:M;CHF;:H53f:7,E", + "mappedName": "Edge10;:M;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179199,7 +246147,7 @@ ], "indexedName": "Edge7", "indexedStringIds": [], - "mappedName": "Edge10;:M;CHF;:H53f:7,E", + "mappedName": "Edge10;:M;CHF;:H623:7,E", "mappedStringIds": [], "name": "Edge7" }, @@ -179207,7 +246155,7 @@ "history": [ { "children": [], - "mappedName": "Edge6;:H53f,E", + "mappedName": "Edge6;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179220,7 +246168,7 @@ ], "indexedName": "Edge8", "indexedStringIds": [], - "mappedName": "Edge6;:H53f,E", + "mappedName": "Edge6;:H623,E", "mappedStringIds": [], "name": "Edge8" }, @@ -179228,9 +246176,9 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179243,7 +246191,7 @@ ], "indexedName": "Edge9", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E", "mappedStringIds": [], "name": "Edge9" }, @@ -179251,9 +246199,9 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179266,7 +246214,7 @@ ], "indexedName": "Edge10", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", "mappedStringIds": [], "name": "Edge10" }, @@ -179274,7 +246222,7 @@ "history": [ { "children": [], - "mappedName": "Edge11;:H53f,E", + "mappedName": "Edge11;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179287,7 +246235,7 @@ ], "indexedName": "Edge11", "indexedStringIds": [], - "mappedName": "Edge11;:H53f,E", + "mappedName": "Edge11;:H623,E", "mappedStringIds": [], "name": "Edge11" }, @@ -179295,7 +246243,7 @@ "history": [ { "children": [], - "mappedName": "Edge7;:H53f,E", + "mappedName": "Edge7;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179308,7 +246256,7 @@ ], "indexedName": "Edge12", "indexedStringIds": [], - "mappedName": "Edge7;:H53f,E", + "mappedName": "Edge7;:H623,E", "mappedStringIds": [], "name": "Edge12" }, @@ -179316,7 +246264,7 @@ "history": [ { "children": [], - "mappedName": "Edge9;:M;CHF;:H53f:7,E", + "mappedName": "Edge9;:M;CHF;:H623:7,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179329,7 +246277,7 @@ ], "indexedName": "Edge13", "indexedStringIds": [], - "mappedName": "Edge9;:M;CHF;:H53f:7,E", + "mappedName": "Edge9;:M;CHF;:H623:7,E", "mappedStringIds": [], "name": "Edge13" }, @@ -179337,7 +246285,7 @@ "history": [ { "children": [], - "mappedName": "Edge8;:H53f,E", + "mappedName": "Edge8;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179350,7 +246298,7 @@ ], "indexedName": "Edge14", "indexedStringIds": [], - "mappedName": "Edge8;:H53f,E", + "mappedName": "Edge8;:H623,E", "mappedStringIds": [], "name": "Edge14" }, @@ -179358,7 +246306,7 @@ "history": [ { "children": [], - "mappedName": "Edge5;:H53f,E", + "mappedName": "Edge5;:H623,E", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179371,7 +246319,7 @@ ], "indexedName": "Edge15", "indexedStringIds": [], - "mappedName": "Edge5;:H53f,E", + "mappedName": "Edge5;:H623,E", "mappedStringIds": [], "name": "Edge15" }, @@ -179379,10 +246327,10 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179395,7 +246343,7 @@ ], "indexedName": "Vertex1", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "mappedStringIds": [], "name": "Vertex1" }, @@ -179403,7 +246351,7 @@ "history": [ { "children": [], - "mappedName": "Vertex3;:H53f,V", + "mappedName": "Vertex3;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179416,7 +246364,7 @@ ], "indexedName": "Vertex2", "indexedStringIds": [], - "mappedName": "Vertex3;:H53f,V", + "mappedName": "Vertex3;:H623,V", "mappedStringIds": [], "name": "Vertex2" }, @@ -179424,10 +246372,10 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179440,7 +246388,7 @@ ], "indexedName": "Vertex3", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V", "mappedStringIds": [], "name": "Vertex3" }, @@ -179448,7 +246396,7 @@ "history": [ { "children": [], - "mappedName": "Vertex4;:H53f,V", + "mappedName": "Vertex4;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179461,7 +246409,7 @@ ], "indexedName": "Vertex4", "indexedStringIds": [], - "mappedName": "Vertex4;:H53f,V", + "mappedName": "Vertex4;:H623,V", "mappedStringIds": [], "name": "Vertex4" }, @@ -179469,10 +246417,10 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179485,7 +246433,7 @@ ], "indexedName": "Vertex5", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "mappedStringIds": [], "name": "Vertex5" }, @@ -179493,7 +246441,7 @@ "history": [ { "children": [], - "mappedName": "Vertex7;:H53f,V", + "mappedName": "Vertex7;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179506,7 +246454,7 @@ ], "indexedName": "Vertex6", "indexedStringIds": [], - "mappedName": "Vertex7;:H53f,V", + "mappedName": "Vertex7;:H623,V", "mappedStringIds": [], "name": "Vertex6" }, @@ -179514,7 +246462,7 @@ "history": [ { "children": [], - "mappedName": "Vertex5;:H53f,V", + "mappedName": "Vertex5;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179527,7 +246475,7 @@ ], "indexedName": "Vertex7", "indexedStringIds": [], - "mappedName": "Vertex5;:H53f,V", + "mappedName": "Vertex5;:H623,V", "mappedStringIds": [], "name": "Vertex7" }, @@ -179535,10 +246483,10 @@ "history": [ { "children": [ - "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", - "Edge1;:G;CHF;:H53f:7,F" + "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", + "Edge1;:G;CHF;:H623:7,F" ], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179551,7 +246499,7 @@ ], "indexedName": "Vertex8", "indexedStringIds": [], - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V", "mappedStringIds": [], "name": "Vertex8" }, @@ -179559,7 +246507,7 @@ "history": [ { "children": [], - "mappedName": "Vertex8;:H53f,V", + "mappedName": "Vertex8;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179572,7 +246520,7 @@ ], "indexedName": "Vertex9", "indexedStringIds": [], - "mappedName": "Vertex8;:H53f,V", + "mappedName": "Vertex8;:H623,V", "mappedStringIds": [], "name": "Vertex9" }, @@ -179580,7 +246528,7 @@ "history": [ { "children": [], - "mappedName": "Vertex6;:H53f,V", + "mappedName": "Vertex6;:H623,V", "object": "Chamfer30", "typeId": "PartDesign::Chamfer" }, @@ -179593,7 +246541,7 @@ ], "indexedName": "Vertex10", "indexedStringIds": [], - "mappedName": "Vertex6;:H53f,V", + "mappedName": "Vertex6;:H623,V", "mappedStringIds": [], "name": "Vertex10" } @@ -179609,7 +246557,7 @@ "indexedName": "Face1", "indexedStringIds": [], "kind": "face", - "mappedName": "Face1;:M;CHF;:H53f:7,F", + "mappedName": "Face1;:M;CHF;:H623:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179617,7 +246565,7 @@ "index": 1, "type": "Face" }, - "name": "Face1;:M;CHF;:H53f:7,F", + "name": "Face1;:M;CHF;:H623:7,F", "stringIds": [] }, "relation": "modified", @@ -179636,7 +246584,7 @@ "indexedName": "Face2", "indexedStringIds": [], "kind": "face", - "mappedName": "Face6;:M;CHF;:H53f:7,F", + "mappedName": "Face6;:M;CHF;:H623:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179644,7 +246592,7 @@ "index": 2, "type": "Face" }, - "name": "Face6;:M;CHF;:H53f:7,F", + "name": "Face6;:M;CHF;:H623:7,F", "stringIds": [] }, "relation": "modified", @@ -179663,7 +246611,7 @@ "indexedName": "Face3", "indexedStringIds": [], "kind": "face", - "mappedName": "Edge1;:G;CHF;:H53f:7,F", + "mappedName": "Edge1;:G;CHF;:H623:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179671,7 +246619,7 @@ "index": 3, "type": "Face" }, - "name": "Edge1;:G;CHF;:H53f:7,F", + "name": "Edge1;:G;CHF;:H623:7,F", "stringIds": [] }, "relation": "generated", @@ -179690,7 +246638,7 @@ "indexedName": "Face4", "indexedStringIds": [], "kind": "face", - "mappedName": "Face4;:H53f,F", + "mappedName": "Face4;:H623,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179698,7 +246646,7 @@ "index": 4, "type": "Face" }, - "name": "Face4;:H53f,F", + "name": "Face4;:H623,F", "stringIds": [] }, "relation": "preserved", @@ -179717,7 +246665,7 @@ "indexedName": "Face5", "indexedStringIds": [], "kind": "face", - "mappedName": "Face5;:M;CHF;:H53f:7,F", + "mappedName": "Face5;:M;CHF;:H623:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179725,7 +246673,7 @@ "index": 5, "type": "Face" }, - "name": "Face5;:M;CHF;:H53f:7,F", + "name": "Face5;:M;CHF;:H623:7,F", "stringIds": [] }, "relation": "modified", @@ -179744,7 +246692,7 @@ "indexedName": "Face6", "indexedStringIds": [], "kind": "face", - "mappedName": "Face3;:M;CHF;:H53f:7,F", + "mappedName": "Face3;:M;CHF;:H623:7,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179752,7 +246700,7 @@ "index": 6, "type": "Face" }, - "name": "Face3;:M;CHF;:H53f:7,F", + "name": "Face3;:M;CHF;:H623:7,F", "stringIds": [] }, "relation": "modified", @@ -179771,7 +246719,7 @@ "indexedName": "Face7", "indexedStringIds": [], "kind": "face", - "mappedName": "Face2;:H53f,F", + "mappedName": "Face2;:H623,F", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179779,7 +246727,7 @@ "index": 7, "type": "Face" }, - "name": "Face2;:H53f,F", + "name": "Face2;:H623,F", "stringIds": [] }, "relation": "preserved", @@ -179798,7 +246746,7 @@ "indexedName": "Edge1", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge2;:M;CHF;:H53f:7,E", + "mappedName": "Edge2;:M;CHF;:H623:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179806,7 +246754,7 @@ "index": 1, "type": "Edge" }, - "name": "Edge2;:M;CHF;:H53f:7,E", + "name": "Edge2;:M;CHF;:H623:7,E", "stringIds": [] }, "relation": "modified", @@ -179825,7 +246773,7 @@ "indexedName": "Edge2", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179833,7 +246781,7 @@ "index": 2, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E", + "name": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E", "stringIds": [] }, "relation": "generated", @@ -179852,7 +246800,7 @@ "indexedName": "Edge3", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge3;:H53f,E", + "mappedName": "Edge3;:H623,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179860,7 +246808,7 @@ "index": 3, "type": "Edge" }, - "name": "Edge3;:H53f,E", + "name": "Edge3;:H623,E", "stringIds": [] }, "relation": "preserved", @@ -179879,7 +246827,7 @@ "indexedName": "Edge4", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge4;:M;CHF;:H53f:7,E", + "mappedName": "Edge4;:M;CHF;:H623:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179887,7 +246835,7 @@ "index": 4, "type": "Edge" }, - "name": "Edge4;:M;CHF;:H53f:7,E", + "name": "Edge4;:M;CHF;:H623:7,E", "stringIds": [] }, "relation": "modified", @@ -179906,7 +246854,7 @@ "indexedName": "Edge5", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179914,7 +246862,7 @@ "index": 5, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U4;CHF;:H53f:8,E", + "name": "Edge1;:G;CHF;:H623:7,F;:U4;CHF;:H623:8,E", "stringIds": [] }, "relation": "generated", @@ -179933,7 +246881,7 @@ "indexedName": "Edge6", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge12;:H53f,E", + "mappedName": "Edge12;:H623,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179941,7 +246889,7 @@ "index": 6, "type": "Edge" }, - "name": "Edge12;:H53f,E", + "name": "Edge12;:H623,E", "stringIds": [] }, "relation": "preserved", @@ -179960,7 +246908,7 @@ "indexedName": "Edge7", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge10;:M;CHF;:H53f:7,E", + "mappedName": "Edge10;:M;CHF;:H623:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179968,7 +246916,7 @@ "index": 7, "type": "Edge" }, - "name": "Edge10;:M;CHF;:H53f:7,E", + "name": "Edge10;:M;CHF;:H623:7,E", "stringIds": [] }, "relation": "modified", @@ -179987,7 +246935,7 @@ "indexedName": "Edge8", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge6;:H53f,E", + "mappedName": "Edge6;:H623,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -179995,7 +246943,7 @@ "index": 8, "type": "Edge" }, - "name": "Edge6;:H53f,E", + "name": "Edge6;:H623,E", "stringIds": [] }, "relation": "preserved", @@ -180014,7 +246962,7 @@ "indexedName": "Edge9", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180022,7 +246970,7 @@ "index": 9, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U;CHF;:H53f:7,E", + "name": "Edge1;:G;CHF;:H623:7,F;:U;CHF;:H623:7,E", "stringIds": [] }, "relation": "generated", @@ -180041,7 +246989,7 @@ "indexedName": "Edge10", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180049,7 +246997,7 @@ "index": 10, "type": "Edge" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E", + "name": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E", "stringIds": [] }, "relation": "generated", @@ -180068,7 +247016,7 @@ "indexedName": "Edge11", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge11;:H53f,E", + "mappedName": "Edge11;:H623,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180076,7 +247024,7 @@ "index": 11, "type": "Edge" }, - "name": "Edge11;:H53f,E", + "name": "Edge11;:H623,E", "stringIds": [] }, "relation": "preserved", @@ -180095,7 +247043,7 @@ "indexedName": "Edge12", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge7;:H53f,E", + "mappedName": "Edge7;:H623,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180103,7 +247051,7 @@ "index": 12, "type": "Edge" }, - "name": "Edge7;:H53f,E", + "name": "Edge7;:H623,E", "stringIds": [] }, "relation": "preserved", @@ -180122,7 +247070,7 @@ "indexedName": "Edge13", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge9;:M;CHF;:H53f:7,E", + "mappedName": "Edge9;:M;CHF;:H623:7,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180130,7 +247078,7 @@ "index": 13, "type": "Edge" }, - "name": "Edge9;:M;CHF;:H53f:7,E", + "name": "Edge9;:M;CHF;:H623:7,E", "stringIds": [] }, "relation": "modified", @@ -180149,7 +247097,7 @@ "indexedName": "Edge14", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge8;:H53f,E", + "mappedName": "Edge8;:H623,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180157,7 +247105,7 @@ "index": 14, "type": "Edge" }, - "name": "Edge8;:H53f,E", + "name": "Edge8;:H623,E", "stringIds": [] }, "relation": "preserved", @@ -180176,7 +247124,7 @@ "indexedName": "Edge15", "indexedStringIds": [], "kind": "edge", - "mappedName": "Edge5;:H53f,E", + "mappedName": "Edge5;:H623,E", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180184,7 +247132,7 @@ "index": 15, "type": "Edge" }, - "name": "Edge5;:H53f,E", + "name": "Edge5;:H623,E", "stringIds": [] }, "relation": "preserved", @@ -180203,7 +247151,7 @@ "indexedName": "Vertex1", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180211,7 +247159,7 @@ "index": 1, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "name": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "stringIds": [] }, "relation": "generated", @@ -180230,7 +247178,7 @@ "indexedName": "Vertex2", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex3;:H53f,V", + "mappedName": "Vertex3;:H623,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180238,7 +247186,7 @@ "index": 2, "type": "Vertex" }, - "name": "Vertex3;:H53f,V", + "name": "Vertex3;:H623,V", "stringIds": [] }, "relation": "preserved", @@ -180257,7 +247205,7 @@ "indexedName": "Vertex3", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180265,7 +247213,7 @@ "index": 3, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U2;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "name": "Edge1;:G;CHF;:H623:7,F;:U2;CHF;:H623:8,E;:U;CHF;:H623:7,V", "stringIds": [] }, "relation": "generated", @@ -180284,7 +247232,7 @@ "indexedName": "Vertex4", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex4;:H53f,V", + "mappedName": "Vertex4;:H623,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180292,7 +247240,7 @@ "index": 4, "type": "Vertex" }, - "name": "Vertex4;:H53f,V", + "name": "Vertex4;:H623,V", "stringIds": [] }, "relation": "preserved", @@ -180311,7 +247259,7 @@ "indexedName": "Vertex5", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180319,7 +247267,7 @@ "index": 5, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U2;CHF;:H53f:8,V", + "name": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U2;CHF;:H623:8,V", "stringIds": [] }, "relation": "generated", @@ -180338,7 +247286,7 @@ "indexedName": "Vertex6", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex7;:H53f,V", + "mappedName": "Vertex7;:H623,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180346,7 +247294,7 @@ "index": 6, "type": "Vertex" }, - "name": "Vertex7;:H53f,V", + "name": "Vertex7;:H623,V", "stringIds": [] }, "relation": "preserved", @@ -180365,7 +247313,7 @@ "indexedName": "Vertex7", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex5;:H53f,V", + "mappedName": "Vertex5;:H623,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180373,7 +247321,7 @@ "index": 7, "type": "Vertex" }, - "name": "Vertex5;:H53f,V", + "name": "Vertex5;:H623,V", "stringIds": [] }, "relation": "preserved", @@ -180392,7 +247340,7 @@ "indexedName": "Vertex8", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "mappedName": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180400,7 +247348,7 @@ "index": 8, "type": "Vertex" }, - "name": "Edge1;:G;CHF;:H53f:7,F;:U3;CHF;:H53f:8,E;:U;CHF;:H53f:7,V", + "name": "Edge1;:G;CHF;:H623:7,F;:U3;CHF;:H623:8,E;:U;CHF;:H623:7,V", "stringIds": [] }, "relation": "generated", @@ -180419,7 +247367,7 @@ "indexedName": "Vertex9", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex8;:H53f,V", + "mappedName": "Vertex8;:H623,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180427,7 +247375,7 @@ "index": 9, "type": "Vertex" }, - "name": "Vertex8;:H53f,V", + "name": "Vertex8;:H623,V", "stringIds": [] }, "relation": "preserved", @@ -180446,7 +247394,7 @@ "indexedName": "Vertex10", "indexedStringIds": [], "kind": "vertex", - "mappedName": "Vertex6;:H53f,V", + "mappedName": "Vertex6;:H623,V", "mappedStringIds": [], "nativeApi": "getElementMappedName/getElementIndexedName/getElementHistory", "reference": { @@ -180454,7 +247402,7 @@ "index": 10, "type": "Vertex" }, - "name": "Vertex6;:H53f,V", + "name": "Vertex6;:H623,V", "stringIds": [] }, "relation": "preserved", @@ -180479,11 +247427,499 @@ "stageId": "Chamfer30", "status": "native-evidence" }, + "relationDigest": "17501eda3f50371368c8bdad4dc26e42a606eb397deaa7aa8815783e1bcc3d81", + "relations": [ + { + "indexedName": "Face1", + "mappedName": "Face1;:M;CHF;:H#:7,F", + "relation": "modified", + "resultName": "Face1", + "sources": [ + { + "children": [], + "mappedName": "Face1", + "sourceElement": "Face1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face2", + "mappedName": "Face6;:M;CHF;:H#:7,F", + "relation": "modified", + "resultName": "Face2", + "sources": [ + { + "children": [], + "mappedName": "Face6", + "sourceElement": "Face6", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face3", + "mappedName": "Edge1;:G;CHF;:H#:7,F", + "relation": "generated", + "resultName": "Face3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face4", + "mappedName": "Face4;:H#,F", + "relation": "preserved", + "resultName": "Face4", + "sources": [ + { + "children": [], + "mappedName": "Face4", + "sourceElement": "Face4", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face5", + "mappedName": "Face5;:M;CHF;:H#:7,F", + "relation": "modified", + "resultName": "Face5", + "sources": [ + { + "children": [], + "mappedName": "Face5", + "sourceElement": "Face5", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face6", + "mappedName": "Face3;:M;CHF;:H#:7,F", + "relation": "modified", + "resultName": "Face6", + "sources": [ + { + "children": [], + "mappedName": "Face3", + "sourceElement": "Face3", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Face7", + "mappedName": "Face2;:H#,F", + "relation": "preserved", + "resultName": "Face7", + "sources": [ + { + "children": [], + "mappedName": "Face2", + "sourceElement": "Face2", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge1", + "mappedName": "Edge2;:M;CHF;:H#:7,E", + "relation": "modified", + "resultName": "Edge1", + "sources": [ + { + "children": [], + "mappedName": "Edge2", + "sourceElement": "Edge2", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge2", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E", + "relation": "generated", + "resultName": "Edge2", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge3", + "mappedName": "Edge3;:H#,E", + "relation": "preserved", + "resultName": "Edge3", + "sources": [ + { + "children": [], + "mappedName": "Edge3", + "sourceElement": "Edge3", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge4", + "mappedName": "Edge4;:M;CHF;:H#:7,E", + "relation": "modified", + "resultName": "Edge4", + "sources": [ + { + "children": [], + "mappedName": "Edge4", + "sourceElement": "Edge4", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge5", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U4;CHF;:H#:8,E", + "relation": "generated", + "resultName": "Edge5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge6", + "mappedName": "Edge12;:H#,E", + "relation": "preserved", + "resultName": "Edge6", + "sources": [ + { + "children": [], + "mappedName": "Edge12", + "sourceElement": "Edge12", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge7", + "mappedName": "Edge10;:M;CHF;:H#:7,E", + "relation": "modified", + "resultName": "Edge7", + "sources": [ + { + "children": [], + "mappedName": "Edge10", + "sourceElement": "Edge10", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge8", + "mappedName": "Edge6;:H#,E", + "relation": "preserved", + "resultName": "Edge8", + "sources": [ + { + "children": [], + "mappedName": "Edge6", + "sourceElement": "Edge6", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge9", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U;CHF;:H#:7,E", + "relation": "generated", + "resultName": "Edge9", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge10", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E", + "relation": "generated", + "resultName": "Edge10", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge11", + "mappedName": "Edge11;:H#,E", + "relation": "preserved", + "resultName": "Edge11", + "sources": [ + { + "children": [], + "mappedName": "Edge11", + "sourceElement": "Edge11", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge12", + "mappedName": "Edge7;:H#,E", + "relation": "preserved", + "resultName": "Edge12", + "sources": [ + { + "children": [], + "mappedName": "Edge7", + "sourceElement": "Edge7", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge13", + "mappedName": "Edge9;:M;CHF;:H#:7,E", + "relation": "modified", + "resultName": "Edge13", + "sources": [ + { + "children": [], + "mappedName": "Edge9", + "sourceElement": "Edge9", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge14", + "mappedName": "Edge8;:H#,E", + "relation": "preserved", + "resultName": "Edge14", + "sources": [ + { + "children": [], + "mappedName": "Edge8", + "sourceElement": "Edge8", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Edge15", + "mappedName": "Edge5;:H#,E", + "relation": "preserved", + "resultName": "Edge15", + "sources": [ + { + "children": [], + "mappedName": "Edge5", + "sourceElement": "Edge5", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex1", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U2;CHF;:H#:8,V", + "relation": "generated", + "resultName": "Vertex1", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex2", + "mappedName": "Vertex3;:H#,V", + "relation": "preserved", + "resultName": "Vertex2", + "sources": [ + { + "children": [], + "mappedName": "Vertex3", + "sourceElement": "Vertex3", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex3", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U2;CHF;:H#:8,E;:U;CHF;:H#:7,V", + "relation": "generated", + "resultName": "Vertex3", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex4", + "mappedName": "Vertex4;:H#,V", + "relation": "preserved", + "resultName": "Vertex4", + "sources": [ + { + "children": [], + "mappedName": "Vertex4", + "sourceElement": "Vertex4", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex5", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U2;CHF;:H#:8,V", + "relation": "generated", + "resultName": "Vertex5", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex6", + "mappedName": "Vertex7;:H#,V", + "relation": "preserved", + "resultName": "Vertex6", + "sources": [ + { + "children": [], + "mappedName": "Vertex7", + "sourceElement": "Vertex7", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex7", + "mappedName": "Vertex5;:H#,V", + "relation": "preserved", + "resultName": "Vertex7", + "sources": [ + { + "children": [], + "mappedName": "Vertex5", + "sourceElement": "Vertex5", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex8", + "mappedName": "Edge1;:G;CHF;:H#:7,F;:U3;CHF;:H#:8,E;:U;CHF;:H#:7,V", + "relation": "generated", + "resultName": "Vertex8", + "sources": [ + { + "children": [], + "mappedName": "Edge1", + "sourceElement": "Edge1", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex9", + "mappedName": "Vertex8;:H#,V", + "relation": "preserved", + "resultName": "Vertex9", + "sources": [ + { + "children": [], + "mappedName": "Vertex8", + "sourceElement": "Vertex8", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + }, + { + "indexedName": "Vertex10", + "mappedName": "Vertex6;:H#,V", + "relation": "preserved", + "resultName": "Vertex10", + "sources": [ + { + "children": [], + "mappedName": "Vertex6", + "sourceElement": "Vertex6", + "sourceObject": "DressupBox30", + "sourceTypeId": "PartDesign::AdditiveBox" + } + ] + } + ], + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", "shape": { + "area": 593.1421356237308, + "brepSha256": "d67242a11006664458599a9b2e13b2f9f4857699041bfe30bf33c2c2f774403a", "edges": 15, "faces": 7, + "geometryDigest": "e3f64a4e1b049287134123f5ff8ea6ac22a850d89622c86afd006848ca24c1c1", "solids": 1, "valid": true, + "vertices": 10, "volume": 994.9999999999998 }, "typeId": "PartDesign::Chamfer" @@ -180495,11 +247931,28 @@ ], "freecadVersion": "1.1.1", "gitCommit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d", + "mutationContractVersion": 1, "schemaVersion": 1, "status": "pass", "summary": { "cases": 30, + "categoryCases": { + "boolean": 9, + "composite-boolean": 6, + "dress-up": 4, + "partdesign": 11 + }, "failed": 0, - "passed": 30 + "mutationCases": 30, + "mutationFinalPropagationFailures": 0, + "mutationNamingRestoreDriftCases": 11, + "mutationNamingRestoreDriftStages": 28, + "mutationPassed": 30, + "mutationPhaseStageRecords": 657, + "mutationStageRecords": 219, + "mutationStageRestoreFailures": 0, + "passed": 30, + "relationRecords": 3247, + "stageCorrelations": 219 } } diff --git a/config/freecad-composite-history-resave-verification.json b/config/freecad-composite-history-resave-verification.json index bcb7754..24cf89e 100644 --- a/config/freecad-composite-history-resave-verification.json +++ b/config/freecad-composite-history-resave-verification.json @@ -7,180 +7,7626 @@ "cases": [ { "id": "boolean-fuse-1", + "stageCorrelations": { + "initial": [ + { + "key": "boolean-fuse-1:000:Box01", + "linkedObjects": [], + "name": "Box01", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-1:001:Cylinder01", + "linkedObjects": [], + "name": "Cylinder01", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-1:002:Fuse01", + "linkedObjects": [ + "Box01", + "Cylinder01" + ], + "name": "Fuse01", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "15f38b7d771c2d966a5bed886befdf4da68371401863d9d9f7b8ccb19627eabc", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "typeId": "Part::Fuse" + } + ], + "reopened": [ + { + "key": "boolean-fuse-1:000:Box01", + "linkedObjects": [], + "name": "Box01", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-1:001:Cylinder01", + "linkedObjects": [], + "name": "Cylinder01", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-1:002:Fuse01", + "linkedObjects": [ + "Box01", + "Cylinder01" + ], + "name": "Fuse01", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "15f38b7d771c2d966a5bed886befdf4da68371401863d9d9f7b8ccb19627eabc", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "typeId": "Part::Fuse" + } + ], + "resaved": [ + { + "key": "boolean-fuse-1:000:Box01", + "linkedObjects": [], + "name": "Box01", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-1:001:Cylinder01", + "linkedObjects": [], + "name": "Cylinder01", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-1:002:Fuse01", + "linkedObjects": [ + "Box01", + "Cylinder01" + ], + "name": "Fuse01", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "15f38b7d771c2d966a5bed886befdf4da68371401863d9d9f7b8ccb19627eabc", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "typeId": "Part::Fuse" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "boolean-fuse-2", + "stageCorrelations": { + "initial": [ + { + "key": "boolean-fuse-2:000:Box02", + "linkedObjects": [], + "name": "Box02", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-2:001:Cylinder02", + "linkedObjects": [], + "name": "Cylinder02", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-2:002:Fuse02", + "linkedObjects": [ + "Box02", + "Cylinder02" + ], + "name": "Fuse02", + "ordinal": 2, + "relationCount": 66, + "relationDigest": "d308feb961d0c7d9bc57813797fbf9545df9ecec48ffd08026d183b3032746a3", + "semanticNameDigest": "0c26153700cd1251e4a8f16adc7a704027e7cd1906781864139b3e8f80b0436b", + "typeId": "Part::Fuse" + } + ], + "reopened": [ + { + "key": "boolean-fuse-2:000:Box02", + "linkedObjects": [], + "name": "Box02", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-2:001:Cylinder02", + "linkedObjects": [], + "name": "Cylinder02", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-2:002:Fuse02", + "linkedObjects": [ + "Box02", + "Cylinder02" + ], + "name": "Fuse02", + "ordinal": 2, + "relationCount": 66, + "relationDigest": "d308feb961d0c7d9bc57813797fbf9545df9ecec48ffd08026d183b3032746a3", + "semanticNameDigest": "0c26153700cd1251e4a8f16adc7a704027e7cd1906781864139b3e8f80b0436b", + "typeId": "Part::Fuse" + } + ], + "resaved": [ + { + "key": "boolean-fuse-2:000:Box02", + "linkedObjects": [], + "name": "Box02", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-2:001:Cylinder02", + "linkedObjects": [], + "name": "Cylinder02", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-2:002:Fuse02", + "linkedObjects": [ + "Box02", + "Cylinder02" + ], + "name": "Fuse02", + "ordinal": 2, + "relationCount": 66, + "relationDigest": "d308feb961d0c7d9bc57813797fbf9545df9ecec48ffd08026d183b3032746a3", + "semanticNameDigest": "0c26153700cd1251e4a8f16adc7a704027e7cd1906781864139b3e8f80b0436b", + "typeId": "Part::Fuse" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "boolean-fuse-3", + "stageCorrelations": { + "initial": [ + { + "key": "boolean-fuse-3:000:Box03", + "linkedObjects": [], + "name": "Box03", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-3:001:Cylinder03", + "linkedObjects": [], + "name": "Cylinder03", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-3:002:Fuse03", + "linkedObjects": [ + "Box03", + "Cylinder03" + ], + "name": "Fuse03", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "19f192cdb5dd66cf2df7ddc59f8c583ebe9b1edbe7a5bcc5c5c4d5ab5edc1735", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "typeId": "Part::Fuse" + } + ], + "reopened": [ + { + "key": "boolean-fuse-3:000:Box03", + "linkedObjects": [], + "name": "Box03", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-3:001:Cylinder03", + "linkedObjects": [], + "name": "Cylinder03", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-3:002:Fuse03", + "linkedObjects": [ + "Box03", + "Cylinder03" + ], + "name": "Fuse03", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "19f192cdb5dd66cf2df7ddc59f8c583ebe9b1edbe7a5bcc5c5c4d5ab5edc1735", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "typeId": "Part::Fuse" + } + ], + "resaved": [ + { + "key": "boolean-fuse-3:000:Box03", + "linkedObjects": [], + "name": "Box03", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-fuse-3:001:Cylinder03", + "linkedObjects": [], + "name": "Cylinder03", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-fuse-3:002:Fuse03", + "linkedObjects": [ + "Box03", + "Cylinder03" + ], + "name": "Fuse03", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "19f192cdb5dd66cf2df7ddc59f8c583ebe9b1edbe7a5bcc5c5c4d5ab5edc1735", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "typeId": "Part::Fuse" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "boolean-cut-1", + "stageCorrelations": { + "initial": [ + { + "key": "boolean-cut-1:000:Box04", + "linkedObjects": [], + "name": "Box04", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-1:001:Cylinder04", + "linkedObjects": [], + "name": "Cylinder04", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-1:002:Cut04", + "linkedObjects": [ + "Box04", + "Cylinder04" + ], + "name": "Cut04", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "32d794641c4f34b64b4d54e7bf98a19b2d2b750d994993aea8a58d4371811c3f", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "typeId": "Part::Cut" + } + ], + "reopened": [ + { + "key": "boolean-cut-1:000:Box04", + "linkedObjects": [], + "name": "Box04", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-1:001:Cylinder04", + "linkedObjects": [], + "name": "Cylinder04", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-1:002:Cut04", + "linkedObjects": [ + "Box04", + "Cylinder04" + ], + "name": "Cut04", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "32d794641c4f34b64b4d54e7bf98a19b2d2b750d994993aea8a58d4371811c3f", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "typeId": "Part::Cut" + } + ], + "resaved": [ + { + "key": "boolean-cut-1:000:Box04", + "linkedObjects": [], + "name": "Box04", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-1:001:Cylinder04", + "linkedObjects": [], + "name": "Cylinder04", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-1:002:Cut04", + "linkedObjects": [ + "Box04", + "Cylinder04" + ], + "name": "Cut04", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "32d794641c4f34b64b4d54e7bf98a19b2d2b750d994993aea8a58d4371811c3f", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "typeId": "Part::Cut" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "boolean-cut-2", + "stageCorrelations": { + "initial": [ + { + "key": "boolean-cut-2:000:Box05", + "linkedObjects": [], + "name": "Box05", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-2:001:Cylinder05", + "linkedObjects": [], + "name": "Cylinder05", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-2:002:Cut05", + "linkedObjects": [ + "Box05", + "Cylinder05" + ], + "name": "Cut05", + "ordinal": 2, + "relationCount": 68, + "relationDigest": "dc9631a354ced463b829698d19da8e0ecb86fb3459abb30570e296799af01081", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "typeId": "Part::Cut" + } + ], + "reopened": [ + { + "key": "boolean-cut-2:000:Box05", + "linkedObjects": [], + "name": "Box05", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-2:001:Cylinder05", + "linkedObjects": [], + "name": "Cylinder05", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-2:002:Cut05", + "linkedObjects": [ + "Box05", + "Cylinder05" + ], + "name": "Cut05", + "ordinal": 2, + "relationCount": 68, + "relationDigest": "dc9631a354ced463b829698d19da8e0ecb86fb3459abb30570e296799af01081", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "typeId": "Part::Cut" + } + ], + "resaved": [ + { + "key": "boolean-cut-2:000:Box05", + "linkedObjects": [], + "name": "Box05", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-2:001:Cylinder05", + "linkedObjects": [], + "name": "Cylinder05", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-2:002:Cut05", + "linkedObjects": [ + "Box05", + "Cylinder05" + ], + "name": "Cut05", + "ordinal": 2, + "relationCount": 68, + "relationDigest": "dc9631a354ced463b829698d19da8e0ecb86fb3459abb30570e296799af01081", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "typeId": "Part::Cut" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "boolean-cut-3", + "stageCorrelations": { + "initial": [ + { + "key": "boolean-cut-3:000:Box06", + "linkedObjects": [], + "name": "Box06", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-3:001:Cylinder06", + "linkedObjects": [], + "name": "Cylinder06", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-3:002:Cut06", + "linkedObjects": [ + "Box06", + "Cylinder06" + ], + "name": "Cut06", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "6d93ec4934c87b00c0af547906f28bffc8824b0b8c4645dee613030e60f03668", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "typeId": "Part::Cut" + } + ], + "reopened": [ + { + "key": "boolean-cut-3:000:Box06", + "linkedObjects": [], + "name": "Box06", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-3:001:Cylinder06", + "linkedObjects": [], + "name": "Cylinder06", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-3:002:Cut06", + "linkedObjects": [ + "Box06", + "Cylinder06" + ], + "name": "Cut06", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "6d93ec4934c87b00c0af547906f28bffc8824b0b8c4645dee613030e60f03668", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "typeId": "Part::Cut" + } + ], + "resaved": [ + { + "key": "boolean-cut-3:000:Box06", + "linkedObjects": [], + "name": "Box06", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-cut-3:001:Cylinder06", + "linkedObjects": [], + "name": "Cylinder06", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-cut-3:002:Cut06", + "linkedObjects": [ + "Box06", + "Cylinder06" + ], + "name": "Cut06", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "6d93ec4934c87b00c0af547906f28bffc8824b0b8c4645dee613030e60f03668", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "typeId": "Part::Cut" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "boolean-common-1", + "stageCorrelations": { + "initial": [ + { + "key": "boolean-common-1:000:Box07", + "linkedObjects": [], + "name": "Box07", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-common-1:001:Cylinder07", + "linkedObjects": [], + "name": "Cylinder07", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-1:002:Common07", + "linkedObjects": [ + "Box07", + "Cylinder07" + ], + "name": "Common07", + "ordinal": 2, + "relationCount": 8, + "relationDigest": "295286347d8935ff0fc96fe706a211f55c042edd96c5f714a6ef31d2b9eac359", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "typeId": "Part::Common" + } + ], + "reopened": [ + { + "key": "boolean-common-1:000:Box07", + "linkedObjects": [], + "name": "Box07", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-common-1:001:Cylinder07", + "linkedObjects": [], + "name": "Cylinder07", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-1:002:Common07", + "linkedObjects": [ + "Box07", + "Cylinder07" + ], + "name": "Common07", + "ordinal": 2, + "relationCount": 8, + "relationDigest": "295286347d8935ff0fc96fe706a211f55c042edd96c5f714a6ef31d2b9eac359", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "typeId": "Part::Common" + } + ], + "resaved": [ + { + "key": "boolean-common-1:000:Box07", + "linkedObjects": [], + "name": "Box07", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-common-1:001:Cylinder07", + "linkedObjects": [], + "name": "Cylinder07", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-1:002:Common07", + "linkedObjects": [ + "Box07", + "Cylinder07" + ], + "name": "Common07", + "ordinal": 2, + "relationCount": 8, + "relationDigest": "295286347d8935ff0fc96fe706a211f55c042edd96c5f714a6ef31d2b9eac359", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "typeId": "Part::Common" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "boolean-common-2", + "stageCorrelations": { + "initial": [ + { + "key": "boolean-common-2:000:Box08", + "linkedObjects": [], + "name": "Box08", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-common-2:001:Cylinder08", + "linkedObjects": [], + "name": "Cylinder08", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-2:002:Common08", + "linkedObjects": [ + "Box08", + "Cylinder08" + ], + "name": "Common08", + "ordinal": 2, + "relationCount": 20, + "relationDigest": "dfdf72915217455c1b31cc7c5ba1e7ada26c2311bbb5a566cc64b61e217f65b9", + "semanticNameDigest": "9d429381d7597415c59081bdaf14a9d2de1f5aada3f2c323f81811d9fea22c08", + "typeId": "Part::Common" + } + ], + "reopened": [ + { + "key": "boolean-common-2:000:Box08", + "linkedObjects": [], + "name": "Box08", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-common-2:001:Cylinder08", + "linkedObjects": [], + "name": "Cylinder08", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-2:002:Common08", + "linkedObjects": [ + "Box08", + "Cylinder08" + ], + "name": "Common08", + "ordinal": 2, + "relationCount": 20, + "relationDigest": "dfdf72915217455c1b31cc7c5ba1e7ada26c2311bbb5a566cc64b61e217f65b9", + "semanticNameDigest": "9d429381d7597415c59081bdaf14a9d2de1f5aada3f2c323f81811d9fea22c08", + "typeId": "Part::Common" + } + ], + "resaved": [ + { + "key": "boolean-common-2:000:Box08", + "linkedObjects": [], + "name": "Box08", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-common-2:001:Cylinder08", + "linkedObjects": [], + "name": "Cylinder08", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-2:002:Common08", + "linkedObjects": [ + "Box08", + "Cylinder08" + ], + "name": "Common08", + "ordinal": 2, + "relationCount": 20, + "relationDigest": "dfdf72915217455c1b31cc7c5ba1e7ada26c2311bbb5a566cc64b61e217f65b9", + "semanticNameDigest": "9d429381d7597415c59081bdaf14a9d2de1f5aada3f2c323f81811d9fea22c08", + "typeId": "Part::Common" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "boolean-common-3", + "stageCorrelations": { + "initial": [ + { + "key": "boolean-common-3:000:Box09", + "linkedObjects": [], + "name": "Box09", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-common-3:001:Cylinder09", + "linkedObjects": [], + "name": "Cylinder09", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-3:002:Common09", + "linkedObjects": [ + "Box09", + "Cylinder09" + ], + "name": "Common09", + "ordinal": 2, + "relationCount": 8, + "relationDigest": "2be84bc707a5d5cceac0892c21948e193b48fb882a32a0230fff4b320178c9a9", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "typeId": "Part::Common" + } + ], + "reopened": [ + { + "key": "boolean-common-3:000:Box09", + "linkedObjects": [], + "name": "Box09", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-common-3:001:Cylinder09", + "linkedObjects": [], + "name": "Cylinder09", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-3:002:Common09", + "linkedObjects": [ + "Box09", + "Cylinder09" + ], + "name": "Common09", + "ordinal": 2, + "relationCount": 8, + "relationDigest": "2be84bc707a5d5cceac0892c21948e193b48fb882a32a0230fff4b320178c9a9", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "typeId": "Part::Common" + } + ], + "resaved": [ + { + "key": "boolean-common-3:000:Box09", + "linkedObjects": [], + "name": "Box09", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "boolean-common-3:001:Cylinder09", + "linkedObjects": [], + "name": "Cylinder09", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "boolean-common-3:002:Common09", + "linkedObjects": [ + "Box09", + "Cylinder09" + ], + "name": "Common09", + "ordinal": 2, + "relationCount": 8, + "relationDigest": "2be84bc707a5d5cceac0892c21948e193b48fb882a32a0230fff4b320178c9a9", + "semanticNameDigest": "bad23fbf57f26098673a1e702fad4011f7fa332e96c2d415d32063b8b934d3ed", + "typeId": "Part::Common" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-plain", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-plain:000:Body10", + "linkedObjects": [ + "Origin", + "Pad10", + "Sketch10" + ], + "name": "Body10", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "df337229bd80a0b7942ecc9c4fbb7146cbe9eb3dca9459c093674f02eaee3c65", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-plain:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-plain:008:Sketch10", + "linkedObjects": [], + "name": "Sketch10", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-plain:009:Pad10", + "linkedObjects": [ + "Body10", + "Sketch10" + ], + "name": "Pad10", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "999099e645e2fe946dcc016eb3ee0271821854853545306b3d1c06a22f32ad2c", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ], + "reopened": [ + { + "key": "partdesign-plain:000:Body10", + "linkedObjects": [ + "Origin", + "Pad10", + "Sketch10" + ], + "name": "Body10", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "df337229bd80a0b7942ecc9c4fbb7146cbe9eb3dca9459c093674f02eaee3c65", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-plain:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-plain:008:Sketch10", + "linkedObjects": [], + "name": "Sketch10", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-plain:009:Pad10", + "linkedObjects": [ + "Body10", + "Sketch10" + ], + "name": "Pad10", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "999099e645e2fe946dcc016eb3ee0271821854853545306b3d1c06a22f32ad2c", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ], + "resaved": [ + { + "key": "partdesign-plain:000:Body10", + "linkedObjects": [ + "Origin", + "Pad10", + "Sketch10" + ], + "name": "Body10", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "df337229bd80a0b7942ecc9c4fbb7146cbe9eb3dca9459c093674f02eaee3c65", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-plain:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-plain:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-plain:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-plain:008:Sketch10", + "linkedObjects": [], + "name": "Sketch10", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-plain:009:Pad10", + "linkedObjects": [ + "Body10", + "Sketch10" + ], + "name": "Pad10", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "999099e645e2fe946dcc016eb3ee0271821854853545306b3d1c06a22f32ad2c", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-midplane", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-midplane:000:Body11", + "linkedObjects": [ + "Origin", + "Pad11", + "Sketch11" + ], + "name": "Body11", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "9a9b06f6a9ed4e0960ca994e30be5dcc46b106c040fb3de214c1ad9e04a32df6", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-midplane:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-midplane:008:Sketch11", + "linkedObjects": [], + "name": "Sketch11", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-midplane:009:Pad11", + "linkedObjects": [ + "Body11", + "Sketch11" + ], + "name": "Pad11", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "9681bb9e87e6ac36a624592e0758a16ebca09dcb2a784da2c068ab4d0471e833", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ], + "reopened": [ + { + "key": "partdesign-midplane:000:Body11", + "linkedObjects": [ + "Origin", + "Pad11", + "Sketch11" + ], + "name": "Body11", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "9a9b06f6a9ed4e0960ca994e30be5dcc46b106c040fb3de214c1ad9e04a32df6", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-midplane:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-midplane:008:Sketch11", + "linkedObjects": [], + "name": "Sketch11", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-midplane:009:Pad11", + "linkedObjects": [ + "Body11", + "Sketch11" + ], + "name": "Pad11", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "9681bb9e87e6ac36a624592e0758a16ebca09dcb2a784da2c068ab4d0471e833", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ], + "resaved": [ + { + "key": "partdesign-midplane:000:Body11", + "linkedObjects": [ + "Origin", + "Pad11", + "Sketch11" + ], + "name": "Body11", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "9a9b06f6a9ed4e0960ca994e30be5dcc46b106c040fb3de214c1ad9e04a32df6", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-midplane:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-midplane:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-midplane:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-midplane:008:Sketch11", + "linkedObjects": [], + "name": "Sketch11", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-midplane:009:Pad11", + "linkedObjects": [ + "Body11", + "Sketch11" + ], + "name": "Pad11", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "9681bb9e87e6ac36a624592e0758a16ebca09dcb2a784da2c068ab4d0471e833", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-reverse", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-reverse:000:Body12", + "linkedObjects": [ + "Origin", + "Pad12", + "Sketch12" + ], + "name": "Body12", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "a2d55ed21d24d20effd45ed424a6e966cacdd4c969b08bb10ab4803faf7abafe", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-reverse:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-reverse:008:Sketch12", + "linkedObjects": [], + "name": "Sketch12", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-reverse:009:Pad12", + "linkedObjects": [ + "Body12", + "Sketch12" + ], + "name": "Pad12", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "d113fe585dc1913aae2ba0d927e8edfbc6d25f480f69bc5d2cf78a61ef3a6e39", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ], + "reopened": [ + { + "key": "partdesign-reverse:000:Body12", + "linkedObjects": [ + "Origin", + "Pad12", + "Sketch12" + ], + "name": "Body12", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "a2d55ed21d24d20effd45ed424a6e966cacdd4c969b08bb10ab4803faf7abafe", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-reverse:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-reverse:008:Sketch12", + "linkedObjects": [], + "name": "Sketch12", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-reverse:009:Pad12", + "linkedObjects": [ + "Body12", + "Sketch12" + ], + "name": "Pad12", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "d113fe585dc1913aae2ba0d927e8edfbc6d25f480f69bc5d2cf78a61ef3a6e39", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ], + "resaved": [ + { + "key": "partdesign-reverse:000:Body12", + "linkedObjects": [ + "Origin", + "Pad12", + "Sketch12" + ], + "name": "Body12", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "a2d55ed21d24d20effd45ed424a6e966cacdd4c969b08bb10ab4803faf7abafe", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-reverse:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-reverse:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-reverse:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-reverse:008:Sketch12", + "linkedObjects": [], + "name": "Sketch12", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-reverse:009:Pad12", + "linkedObjects": [ + "Body12", + "Sketch12" + ], + "name": "Pad12", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "d113fe585dc1913aae2ba0d927e8edfbc6d25f480f69bc5d2cf78a61ef3a6e39", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-taper", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-taper:000:Body13", + "linkedObjects": [ + "Origin", + "Pad13", + "Sketch13" + ], + "name": "Body13", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "543c95a92cd252d827e669645866548928c0b22945f5d1a3be33fd2745d95712", + "semanticNameDigest": "4b7706afa7b318162eab8e9d3223f84acaf520d15a170d80dc35c8a6d3a6a26b", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-taper:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-taper:008:Sketch13", + "linkedObjects": [], + "name": "Sketch13", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-taper:009:Pad13", + "linkedObjects": [ + "Body13", + "Sketch13" + ], + "name": "Pad13", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "b58c23cc399d11a1eb9a64a307c9e325ff49671a1df6925890c552ee8025656f", + "semanticNameDigest": "5eeeb5e7bf485ee4aa447b478eb3bbe111f1498777964dadcec5877bba468408", + "typeId": "PartDesign::Pad" + } + ], + "reopened": [ + { + "key": "partdesign-taper:000:Body13", + "linkedObjects": [ + "Origin", + "Pad13", + "Sketch13" + ], + "name": "Body13", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "543c95a92cd252d827e669645866548928c0b22945f5d1a3be33fd2745d95712", + "semanticNameDigest": "4b7706afa7b318162eab8e9d3223f84acaf520d15a170d80dc35c8a6d3a6a26b", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-taper:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-taper:008:Sketch13", + "linkedObjects": [], + "name": "Sketch13", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-taper:009:Pad13", + "linkedObjects": [ + "Body13", + "Sketch13" + ], + "name": "Pad13", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "b58c23cc399d11a1eb9a64a307c9e325ff49671a1df6925890c552ee8025656f", + "semanticNameDigest": "5eeeb5e7bf485ee4aa447b478eb3bbe111f1498777964dadcec5877bba468408", + "typeId": "PartDesign::Pad" + } + ], + "resaved": [ + { + "key": "partdesign-taper:000:Body13", + "linkedObjects": [ + "Origin", + "Pad13", + "Sketch13" + ], + "name": "Body13", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "543c95a92cd252d827e669645866548928c0b22945f5d1a3be33fd2745d95712", + "semanticNameDigest": "4b7706afa7b318162eab8e9d3223f84acaf520d15a170d80dc35c8a6d3a6a26b", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-taper:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-taper:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-taper:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-taper:008:Sketch13", + "linkedObjects": [], + "name": "Sketch13", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-taper:009:Pad13", + "linkedObjects": [ + "Body13", + "Sketch13" + ], + "name": "Pad13", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "b58c23cc399d11a1eb9a64a307c9e325ff49671a1df6925890c552ee8025656f", + "semanticNameDigest": "5eeeb5e7bf485ee4aa447b478eb3bbe111f1498777964dadcec5877bba468408", + "typeId": "PartDesign::Pad" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-twoside", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-twoside:000:Body14", + "linkedObjects": [ + "Origin", + "Pad14", + "Sketch14" + ], + "name": "Body14", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "5015ae56df1c5ce36525016b8bf938c154cfca2ff2d3d1cc97b99cd44063e095", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-twoside:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-twoside:008:Sketch14", + "linkedObjects": [], + "name": "Sketch14", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-twoside:009:Pad14", + "linkedObjects": [ + "Body14", + "Sketch14" + ], + "name": "Pad14", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "a15dbcc85c15b1cd15ea8d51e321d75faca0af30c1a4a80b73cdb929ae4c37c7", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ], + "reopened": [ + { + "key": "partdesign-twoside:000:Body14", + "linkedObjects": [ + "Origin", + "Pad14", + "Sketch14" + ], + "name": "Body14", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "5015ae56df1c5ce36525016b8bf938c154cfca2ff2d3d1cc97b99cd44063e095", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-twoside:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-twoside:008:Sketch14", + "linkedObjects": [], + "name": "Sketch14", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-twoside:009:Pad14", + "linkedObjects": [ + "Body14", + "Sketch14" + ], + "name": "Pad14", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "a15dbcc85c15b1cd15ea8d51e321d75faca0af30c1a4a80b73cdb929ae4c37c7", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ], + "resaved": [ + { + "key": "partdesign-twoside:000:Body14", + "linkedObjects": [ + "Origin", + "Pad14", + "Sketch14" + ], + "name": "Body14", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "5015ae56df1c5ce36525016b8bf938c154cfca2ff2d3d1cc97b99cd44063e095", + "semanticNameDigest": "0aea366491ac416aec8e6e055434063d2e0645f1f347b1f3b60363ac135c3e85", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-twoside:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-twoside:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-twoside:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-twoside:008:Sketch14", + "linkedObjects": [], + "name": "Sketch14", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-twoside:009:Pad14", + "linkedObjects": [ + "Body14", + "Sketch14" + ], + "name": "Pad14", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "a15dbcc85c15b1cd15ea8d51e321d75faca0af30c1a4a80b73cdb929ae4c37c7", + "semanticNameDigest": "6590487bf8f5e5962b6c640db274d950f0fa6d6a44fa97231e72d7587e3aac3e", + "typeId": "PartDesign::Pad" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-pocket", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-pocket:000:Body15", + "linkedObjects": [ + "Origin", + "Pad15", + "Pocket15", + "PocketSketch15", + "Sketch15" + ], + "name": "Body15", + "ordinal": 0, + "relationCount": 52, + "relationDigest": "835e0cf6f0102faf415757a4b21e47cedf21f35329898ff417f8d7bedc6d9798", + "semanticNameDigest": "9707309dde4d9bda56609872fd2e8d88ea9e7a69313fe8cca3ce33871e97b619", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket:008:Sketch15", + "linkedObjects": [], + "name": "Sketch15", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:009:Pad15", + "linkedObjects": [ + "Body15", + "Sketch15" + ], + "name": "Pad15", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "e97281f38a54f85f3efd545921005513575cc9de7482a0822585214bc5edd954", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket:010:PocketSketch15", + "linkedObjects": [], + "name": "PocketSketch15", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:011:Pocket15", + "linkedObjects": [ + "Body15", + "Pad15", + "PocketSketch15" + ], + "name": "Pocket15", + "ordinal": 11, + "relationCount": 52, + "relationDigest": "adffd9c88c511bb64a85b993d5fb13f30668df6f0c6c1877ba4f1b0826287782", + "semanticNameDigest": "6f05ebd5436a54724d02365700524cc3f13e8979408d51f646e07f870f4ecd19", + "typeId": "PartDesign::Pocket" + } + ], + "reopened": [ + { + "key": "partdesign-pocket:000:Body15", + "linkedObjects": [ + "Origin", + "Pad15", + "Pocket15", + "PocketSketch15", + "Sketch15" + ], + "name": "Body15", + "ordinal": 0, + "relationCount": 52, + "relationDigest": "835e0cf6f0102faf415757a4b21e47cedf21f35329898ff417f8d7bedc6d9798", + "semanticNameDigest": "9707309dde4d9bda56609872fd2e8d88ea9e7a69313fe8cca3ce33871e97b619", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket:008:Sketch15", + "linkedObjects": [], + "name": "Sketch15", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:009:Pad15", + "linkedObjects": [ + "Body15", + "Sketch15" + ], + "name": "Pad15", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "e97281f38a54f85f3efd545921005513575cc9de7482a0822585214bc5edd954", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket:010:PocketSketch15", + "linkedObjects": [], + "name": "PocketSketch15", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:011:Pocket15", + "linkedObjects": [ + "Body15", + "Pad15", + "PocketSketch15" + ], + "name": "Pocket15", + "ordinal": 11, + "relationCount": 52, + "relationDigest": "adffd9c88c511bb64a85b993d5fb13f30668df6f0c6c1877ba4f1b0826287782", + "semanticNameDigest": "6f05ebd5436a54724d02365700524cc3f13e8979408d51f646e07f870f4ecd19", + "typeId": "PartDesign::Pocket" + } + ], + "resaved": [ + { + "key": "partdesign-pocket:000:Body15", + "linkedObjects": [ + "Origin", + "Pad15", + "Pocket15", + "PocketSketch15", + "Sketch15" + ], + "name": "Body15", + "ordinal": 0, + "relationCount": 52, + "relationDigest": "835e0cf6f0102faf415757a4b21e47cedf21f35329898ff417f8d7bedc6d9798", + "semanticNameDigest": "9707309dde4d9bda56609872fd2e8d88ea9e7a69313fe8cca3ce33871e97b619", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket:008:Sketch15", + "linkedObjects": [], + "name": "Sketch15", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:009:Pad15", + "linkedObjects": [ + "Body15", + "Sketch15" + ], + "name": "Pad15", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "e97281f38a54f85f3efd545921005513575cc9de7482a0822585214bc5edd954", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket:010:PocketSketch15", + "linkedObjects": [], + "name": "PocketSketch15", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket:011:Pocket15", + "linkedObjects": [ + "Body15", + "Pad15", + "PocketSketch15" + ], + "name": "Pocket15", + "ordinal": 11, + "relationCount": 52, + "relationDigest": "adffd9c88c511bb64a85b993d5fb13f30668df6f0c6c1877ba4f1b0826287782", + "semanticNameDigest": "6f05ebd5436a54724d02365700524cc3f13e8979408d51f646e07f870f4ecd19", + "typeId": "PartDesign::Pocket" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-pocket-through", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-pocket-through:000:Body16", + "linkedObjects": [ + "Origin", + "Pad16", + "Pocket16", + "PocketSketch16", + "Sketch16" + ], + "name": "Body16", + "ordinal": 0, + "relationCount": 50, + "relationDigest": "2d719df5714859cd44047b2e1df1e8fea9b106aaff263981b48cd31c7f55f998", + "semanticNameDigest": "1a26a90f5303344243a006e0b8c5b6685dc0a713e0ede6046b6529267bcc61b4", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-through:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-through:008:Sketch16", + "linkedObjects": [], + "name": "Sketch16", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:009:Pad16", + "linkedObjects": [ + "Body16", + "Sketch16" + ], + "name": "Pad16", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "e294b273bf95cb39444ca87931043876a9812625eeadc08d9115f13fe99e42c1", + "semanticNameDigest": "8abf4b9c70768ed85307d35287bef12870d6139d09f13966b6daf8149cc0945a", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-through:010:PocketSketch16", + "linkedObjects": [], + "name": "PocketSketch16", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:011:Pocket16", + "linkedObjects": [ + "Body16", + "Pad16", + "PocketSketch16" + ], + "name": "Pocket16", + "ordinal": 11, + "relationCount": 50, + "relationDigest": "df296e78d31bcb9e05107e9c90c4b5d3ab6b9e5118e65b26d827f4aa0b0c42d5", + "semanticNameDigest": "4f4e7febf92fb183e5aebba6f92b295a71c8333c96030907347a64365afe13b4", + "typeId": "PartDesign::Pocket" + } + ], + "reopened": [ + { + "key": "partdesign-pocket-through:000:Body16", + "linkedObjects": [ + "Origin", + "Pad16", + "Pocket16", + "PocketSketch16", + "Sketch16" + ], + "name": "Body16", + "ordinal": 0, + "relationCount": 50, + "relationDigest": "2d719df5714859cd44047b2e1df1e8fea9b106aaff263981b48cd31c7f55f998", + "semanticNameDigest": "1a26a90f5303344243a006e0b8c5b6685dc0a713e0ede6046b6529267bcc61b4", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-through:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-through:008:Sketch16", + "linkedObjects": [], + "name": "Sketch16", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:009:Pad16", + "linkedObjects": [ + "Body16", + "Sketch16" + ], + "name": "Pad16", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "e294b273bf95cb39444ca87931043876a9812625eeadc08d9115f13fe99e42c1", + "semanticNameDigest": "8abf4b9c70768ed85307d35287bef12870d6139d09f13966b6daf8149cc0945a", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-through:010:PocketSketch16", + "linkedObjects": [], + "name": "PocketSketch16", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:011:Pocket16", + "linkedObjects": [ + "Body16", + "Pad16", + "PocketSketch16" + ], + "name": "Pocket16", + "ordinal": 11, + "relationCount": 50, + "relationDigest": "df296e78d31bcb9e05107e9c90c4b5d3ab6b9e5118e65b26d827f4aa0b0c42d5", + "semanticNameDigest": "4f4e7febf92fb183e5aebba6f92b295a71c8333c96030907347a64365afe13b4", + "typeId": "PartDesign::Pocket" + } + ], + "resaved": [ + { + "key": "partdesign-pocket-through:000:Body16", + "linkedObjects": [ + "Origin", + "Pad16", + "Pocket16", + "PocketSketch16", + "Sketch16" + ], + "name": "Body16", + "ordinal": 0, + "relationCount": 50, + "relationDigest": "2d719df5714859cd44047b2e1df1e8fea9b106aaff263981b48cd31c7f55f998", + "semanticNameDigest": "1a26a90f5303344243a006e0b8c5b6685dc0a713e0ede6046b6529267bcc61b4", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-through:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-through:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-through:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-through:008:Sketch16", + "linkedObjects": [], + "name": "Sketch16", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:009:Pad16", + "linkedObjects": [ + "Body16", + "Sketch16" + ], + "name": "Pad16", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "e294b273bf95cb39444ca87931043876a9812625eeadc08d9115f13fe99e42c1", + "semanticNameDigest": "8abf4b9c70768ed85307d35287bef12870d6139d09f13966b6daf8149cc0945a", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-through:010:PocketSketch16", + "linkedObjects": [], + "name": "PocketSketch16", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-through:011:Pocket16", + "linkedObjects": [ + "Body16", + "Pad16", + "PocketSketch16" + ], + "name": "Pocket16", + "ordinal": 11, + "relationCount": 50, + "relationDigest": "df296e78d31bcb9e05107e9c90c4b5d3ab6b9e5118e65b26d827f4aa0b0c42d5", + "semanticNameDigest": "4f4e7febf92fb183e5aebba6f92b295a71c8333c96030907347a64365afe13b4", + "typeId": "PartDesign::Pocket" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-pocket-midplane", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-pocket-midplane:000:Body17", + "linkedObjects": [ + "Origin", + "Pad17", + "Pocket17", + "PocketSketch17", + "Sketch17" + ], + "name": "Body17", + "ordinal": 0, + "relationCount": 51, + "relationDigest": "28160a0ab8b121b4637d821a472da5a3185218b7e6ec13152eec5ea0b1c9afba", + "semanticNameDigest": "c780d168d3ceaf75ce64dd09012e09a6ccf65e2b66faa339eef3aefde20b0233", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-midplane:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-midplane:008:Sketch17", + "linkedObjects": [], + "name": "Sketch17", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:009:Pad17", + "linkedObjects": [ + "Body17", + "Sketch17" + ], + "name": "Pad17", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "f54d0fbb396fae621163c58f047ed35d7e9d5c185487e07d2ae254c208f16220", + "semanticNameDigest": "b15da8ac5d7c0413cdaf3dd82d545c3cc84c131ce25b8c27726ce43406868a59", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-midplane:010:PocketSketch17", + "linkedObjects": [], + "name": "PocketSketch17", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:011:Pocket17", + "linkedObjects": [ + "Body17", + "Pad17", + "PocketSketch17" + ], + "name": "Pocket17", + "ordinal": 11, + "relationCount": 51, + "relationDigest": "f5e86d9c1e288997a787cb8faaf9a0e89c4143fb68259c96272723166e3d18c3", + "semanticNameDigest": "a18bf0085100e35287dc55da036619ca6b8675e066ddb1bbd345775572049b67", + "typeId": "PartDesign::Pocket" + } + ], + "reopened": [ + { + "key": "partdesign-pocket-midplane:000:Body17", + "linkedObjects": [ + "Origin", + "Pad17", + "Pocket17", + "PocketSketch17", + "Sketch17" + ], + "name": "Body17", + "ordinal": 0, + "relationCount": 51, + "relationDigest": "28160a0ab8b121b4637d821a472da5a3185218b7e6ec13152eec5ea0b1c9afba", + "semanticNameDigest": "c780d168d3ceaf75ce64dd09012e09a6ccf65e2b66faa339eef3aefde20b0233", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-midplane:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-midplane:008:Sketch17", + "linkedObjects": [], + "name": "Sketch17", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:009:Pad17", + "linkedObjects": [ + "Body17", + "Sketch17" + ], + "name": "Pad17", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "f54d0fbb396fae621163c58f047ed35d7e9d5c185487e07d2ae254c208f16220", + "semanticNameDigest": "b15da8ac5d7c0413cdaf3dd82d545c3cc84c131ce25b8c27726ce43406868a59", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-midplane:010:PocketSketch17", + "linkedObjects": [], + "name": "PocketSketch17", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:011:Pocket17", + "linkedObjects": [ + "Body17", + "Pad17", + "PocketSketch17" + ], + "name": "Pocket17", + "ordinal": 11, + "relationCount": 51, + "relationDigest": "f5e86d9c1e288997a787cb8faaf9a0e89c4143fb68259c96272723166e3d18c3", + "semanticNameDigest": "a18bf0085100e35287dc55da036619ca6b8675e066ddb1bbd345775572049b67", + "typeId": "PartDesign::Pocket" + } + ], + "resaved": [ + { + "key": "partdesign-pocket-midplane:000:Body17", + "linkedObjects": [ + "Origin", + "Pad17", + "Pocket17", + "PocketSketch17", + "Sketch17" + ], + "name": "Body17", + "ordinal": 0, + "relationCount": 51, + "relationDigest": "28160a0ab8b121b4637d821a472da5a3185218b7e6ec13152eec5ea0b1c9afba", + "semanticNameDigest": "c780d168d3ceaf75ce64dd09012e09a6ccf65e2b66faa339eef3aefde20b0233", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-midplane:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-midplane:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-midplane:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-midplane:008:Sketch17", + "linkedObjects": [], + "name": "Sketch17", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:009:Pad17", + "linkedObjects": [ + "Body17", + "Sketch17" + ], + "name": "Pad17", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "f54d0fbb396fae621163c58f047ed35d7e9d5c185487e07d2ae254c208f16220", + "semanticNameDigest": "b15da8ac5d7c0413cdaf3dd82d545c3cc84c131ce25b8c27726ce43406868a59", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-midplane:010:PocketSketch17", + "linkedObjects": [], + "name": "PocketSketch17", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-midplane:011:Pocket17", + "linkedObjects": [ + "Body17", + "Pad17", + "PocketSketch17" + ], + "name": "Pocket17", + "ordinal": 11, + "relationCount": 51, + "relationDigest": "f5e86d9c1e288997a787cb8faaf9a0e89c4143fb68259c96272723166e3d18c3", + "semanticNameDigest": "a18bf0085100e35287dc55da036619ca6b8675e066ddb1bbd345775572049b67", + "typeId": "PartDesign::Pocket" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-pocket-twoside", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-pocket-twoside:000:Body18", + "linkedObjects": [ + "Origin", + "Pad18", + "Pocket18", + "PocketSketch18", + "Sketch18" + ], + "name": "Body18", + "ordinal": 0, + "relationCount": 52, + "relationDigest": "c7ff8a40c0d46636da7adfae5790056fca26cd6cfb1a4ed4764e69fb13bda510", + "semanticNameDigest": "30f99433b9fb972746315f6833df916e44638090ee4660a0d4d475c108b8c0e5", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-twoside:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-twoside:008:Sketch18", + "linkedObjects": [], + "name": "Sketch18", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:009:Pad18", + "linkedObjects": [ + "Body18", + "Sketch18" + ], + "name": "Pad18", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "b4db7dd81f88db0d147e3390ce2cc8d1dc407ffd22ad4939f081b8d90524bf60", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-twoside:010:PocketSketch18", + "linkedObjects": [], + "name": "PocketSketch18", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:011:Pocket18", + "linkedObjects": [ + "Body18", + "Pad18", + "PocketSketch18" + ], + "name": "Pocket18", + "ordinal": 11, + "relationCount": 52, + "relationDigest": "75aad02d9e5d9292306a954633ab61b5cbd7c527babc918fe6c5f8da9174fa78", + "semanticNameDigest": "3f9d77793d7497e2cb3fa763c437ce1653db71cd335405c7452079abcd4691df", + "typeId": "PartDesign::Pocket" + } + ], + "reopened": [ + { + "key": "partdesign-pocket-twoside:000:Body18", + "linkedObjects": [ + "Origin", + "Pad18", + "Pocket18", + "PocketSketch18", + "Sketch18" + ], + "name": "Body18", + "ordinal": 0, + "relationCount": 52, + "relationDigest": "c7ff8a40c0d46636da7adfae5790056fca26cd6cfb1a4ed4764e69fb13bda510", + "semanticNameDigest": "30f99433b9fb972746315f6833df916e44638090ee4660a0d4d475c108b8c0e5", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-twoside:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-twoside:008:Sketch18", + "linkedObjects": [], + "name": "Sketch18", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:009:Pad18", + "linkedObjects": [ + "Body18", + "Sketch18" + ], + "name": "Pad18", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "b4db7dd81f88db0d147e3390ce2cc8d1dc407ffd22ad4939f081b8d90524bf60", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-twoside:010:PocketSketch18", + "linkedObjects": [], + "name": "PocketSketch18", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:011:Pocket18", + "linkedObjects": [ + "Body18", + "Pad18", + "PocketSketch18" + ], + "name": "Pocket18", + "ordinal": 11, + "relationCount": 52, + "relationDigest": "75aad02d9e5d9292306a954633ab61b5cbd7c527babc918fe6c5f8da9174fa78", + "semanticNameDigest": "3f9d77793d7497e2cb3fa763c437ce1653db71cd335405c7452079abcd4691df", + "typeId": "PartDesign::Pocket" + } + ], + "resaved": [ + { + "key": "partdesign-pocket-twoside:000:Body18", + "linkedObjects": [ + "Origin", + "Pad18", + "Pocket18", + "PocketSketch18", + "Sketch18" + ], + "name": "Body18", + "ordinal": 0, + "relationCount": 52, + "relationDigest": "c7ff8a40c0d46636da7adfae5790056fca26cd6cfb1a4ed4764e69fb13bda510", + "semanticNameDigest": "30f99433b9fb972746315f6833df916e44638090ee4660a0d4d475c108b8c0e5", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-twoside:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-twoside:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-twoside:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-twoside:008:Sketch18", + "linkedObjects": [], + "name": "Sketch18", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:009:Pad18", + "linkedObjects": [ + "Body18", + "Sketch18" + ], + "name": "Pad18", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "b4db7dd81f88db0d147e3390ce2cc8d1dc407ffd22ad4939f081b8d90524bf60", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-twoside:010:PocketSketch18", + "linkedObjects": [], + "name": "PocketSketch18", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-twoside:011:Pocket18", + "linkedObjects": [ + "Body18", + "Pad18", + "PocketSketch18" + ], + "name": "Pocket18", + "ordinal": 11, + "relationCount": 52, + "relationDigest": "75aad02d9e5d9292306a954633ab61b5cbd7c527babc918fe6c5f8da9174fa78", + "semanticNameDigest": "3f9d77793d7497e2cb3fa763c437ce1653db71cd335405c7452079abcd4691df", + "typeId": "PartDesign::Pocket" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-pocket-taper", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-pocket-taper:000:Body19", + "linkedObjects": [ + "Origin", + "Pad19", + "Pocket19", + "PocketSketch19", + "Sketch19" + ], + "name": "Body19", + "ordinal": 0, + "relationCount": 52, + "relationDigest": "7ac48255312af69f45b240feb6e2485d81097a8478eb4e61a227812d9d483b0d", + "semanticNameDigest": "d0a87438a01563d7077b011624fb5a10d60f3914fdc9540171bb833a614d1e53", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-taper:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-taper:008:Sketch19", + "linkedObjects": [], + "name": "Sketch19", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:009:Pad19", + "linkedObjects": [ + "Body19", + "Sketch19" + ], + "name": "Pad19", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "7c7844f8ec2ee61487968f0ee99c93ef080468b1670dfbbd4e16fda3327ba051", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-taper:010:PocketSketch19", + "linkedObjects": [], + "name": "PocketSketch19", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:011:Pocket19", + "linkedObjects": [ + "Body19", + "Pad19", + "PocketSketch19" + ], + "name": "Pocket19", + "ordinal": 11, + "relationCount": 52, + "relationDigest": "f78a86217cd5baac5c480052f092bc7dad9ae743002b1f1ec81adba0451e6c5e", + "semanticNameDigest": "b199cc1fb725b8269da79831c777bd817683c218387ff70e19e61865106aa96e", + "typeId": "PartDesign::Pocket" + } + ], + "reopened": [ + { + "key": "partdesign-pocket-taper:000:Body19", + "linkedObjects": [ + "Origin", + "Pad19", + "Pocket19", + "PocketSketch19", + "Sketch19" + ], + "name": "Body19", + "ordinal": 0, + "relationCount": 52, + "relationDigest": "7ac48255312af69f45b240feb6e2485d81097a8478eb4e61a227812d9d483b0d", + "semanticNameDigest": "d0a87438a01563d7077b011624fb5a10d60f3914fdc9540171bb833a614d1e53", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-taper:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-taper:008:Sketch19", + "linkedObjects": [], + "name": "Sketch19", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:009:Pad19", + "linkedObjects": [ + "Body19", + "Sketch19" + ], + "name": "Pad19", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "7c7844f8ec2ee61487968f0ee99c93ef080468b1670dfbbd4e16fda3327ba051", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-taper:010:PocketSketch19", + "linkedObjects": [], + "name": "PocketSketch19", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:011:Pocket19", + "linkedObjects": [ + "Body19", + "Pad19", + "PocketSketch19" + ], + "name": "Pocket19", + "ordinal": 11, + "relationCount": 52, + "relationDigest": "f78a86217cd5baac5c480052f092bc7dad9ae743002b1f1ec81adba0451e6c5e", + "semanticNameDigest": "b199cc1fb725b8269da79831c777bd817683c218387ff70e19e61865106aa96e", + "typeId": "PartDesign::Pocket" + } + ], + "resaved": [ + { + "key": "partdesign-pocket-taper:000:Body19", + "linkedObjects": [ + "Origin", + "Pad19", + "Pocket19", + "PocketSketch19", + "Sketch19" + ], + "name": "Body19", + "ordinal": 0, + "relationCount": 52, + "relationDigest": "7ac48255312af69f45b240feb6e2485d81097a8478eb4e61a227812d9d483b0d", + "semanticNameDigest": "d0a87438a01563d7077b011624fb5a10d60f3914fdc9540171bb833a614d1e53", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-taper:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-taper:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-taper:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-taper:008:Sketch19", + "linkedObjects": [], + "name": "Sketch19", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:009:Pad19", + "linkedObjects": [ + "Body19", + "Sketch19" + ], + "name": "Pad19", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "7c7844f8ec2ee61487968f0ee99c93ef080468b1670dfbbd4e16fda3327ba051", + "semanticNameDigest": "1ad387ac4fc1fb2045270b799033db9445c8f46a19f4bded5bcc37708ff73c6c", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-taper:010:PocketSketch19", + "linkedObjects": [], + "name": "PocketSketch19", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-taper:011:Pocket19", + "linkedObjects": [ + "Body19", + "Pad19", + "PocketSketch19" + ], + "name": "Pocket19", + "ordinal": 11, + "relationCount": 52, + "relationDigest": "f78a86217cd5baac5c480052f092bc7dad9ae743002b1f1ec81adba0451e6c5e", + "semanticNameDigest": "b199cc1fb725b8269da79831c777bd817683c218387ff70e19e61865106aa96e", + "typeId": "PartDesign::Pocket" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "partdesign-pocket-up-to-face", + "stageCorrelations": { + "initial": [ + { + "key": "partdesign-pocket-up-to-face:000:Body20", + "linkedObjects": [ + "Origin", + "Pad20", + "Pocket20", + "PocketSketch20", + "Sketch20" + ], + "name": "Body20", + "ordinal": 0, + "relationCount": 51, + "relationDigest": "8500775ec365d405ce5742c1797724a4d7d0fdcc614b45920d595fe70d107280", + "semanticNameDigest": "b469a4746b4b3ad270d35f15fdbadf79144bfce4f4fcb85fcafc695b0a6ca598", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-up-to-face:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-up-to-face:008:Sketch20", + "linkedObjects": [], + "name": "Sketch20", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:009:Pad20", + "linkedObjects": [ + "Body20", + "Sketch20" + ], + "name": "Pad20", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "04b3fd400cc0a8ea650338f821fcd66006e82edfb1484a28044f91eaf7a66490", + "semanticNameDigest": "c67dd33a8c461a6aa91ab27ae9e2635b5475a21bceff8b6a08a758efe7415a8e", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-up-to-face:010:PocketSketch20", + "linkedObjects": [], + "name": "PocketSketch20", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:011:Pocket20", + "linkedObjects": [ + "Body20", + "Pad20", + "PocketSketch20" + ], + "name": "Pocket20", + "ordinal": 11, + "relationCount": 51, + "relationDigest": "da1a0a03b51a789ae779f02be6a5b1baffdca80673909b1b02e1a85963556cdc", + "semanticNameDigest": "8bed43e2124b82ff3c3548f3be6941b288ce2684ecda993a83b640e36dfc45de", + "typeId": "PartDesign::Pocket" + } + ], + "reopened": [ + { + "key": "partdesign-pocket-up-to-face:000:Body20", + "linkedObjects": [ + "Origin", + "Pad20", + "Pocket20", + "PocketSketch20", + "Sketch20" + ], + "name": "Body20", + "ordinal": 0, + "relationCount": 51, + "relationDigest": "8500775ec365d405ce5742c1797724a4d7d0fdcc614b45920d595fe70d107280", + "semanticNameDigest": "b469a4746b4b3ad270d35f15fdbadf79144bfce4f4fcb85fcafc695b0a6ca598", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-up-to-face:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-up-to-face:008:Sketch20", + "linkedObjects": [], + "name": "Sketch20", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:009:Pad20", + "linkedObjects": [ + "Body20", + "Sketch20" + ], + "name": "Pad20", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "04b3fd400cc0a8ea650338f821fcd66006e82edfb1484a28044f91eaf7a66490", + "semanticNameDigest": "c67dd33a8c461a6aa91ab27ae9e2635b5475a21bceff8b6a08a758efe7415a8e", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-up-to-face:010:PocketSketch20", + "linkedObjects": [], + "name": "PocketSketch20", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:011:Pocket20", + "linkedObjects": [ + "Body20", + "Pad20", + "PocketSketch20" + ], + "name": "Pocket20", + "ordinal": 11, + "relationCount": 51, + "relationDigest": "da1a0a03b51a789ae779f02be6a5b1baffdca80673909b1b02e1a85963556cdc", + "semanticNameDigest": "8bed43e2124b82ff3c3548f3be6941b288ce2684ecda993a83b640e36dfc45de", + "typeId": "PartDesign::Pocket" + } + ], + "resaved": [ + { + "key": "partdesign-pocket-up-to-face:000:Body20", + "linkedObjects": [ + "Origin", + "Pad20", + "Pocket20", + "PocketSketch20", + "Sketch20" + ], + "name": "Body20", + "ordinal": 0, + "relationCount": 51, + "relationDigest": "8500775ec365d405ce5742c1797724a4d7d0fdcc614b45920d595fe70d107280", + "semanticNameDigest": "b469a4746b4b3ad270d35f15fdbadf79144bfce4f4fcb85fcafc695b0a6ca598", + "typeId": "PartDesign::Body" + }, + { + "key": "partdesign-pocket-up-to-face:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "partdesign-pocket-up-to-face:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "partdesign-pocket-up-to-face:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "partdesign-pocket-up-to-face:008:Sketch20", + "linkedObjects": [], + "name": "Sketch20", + "ordinal": 8, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:009:Pad20", + "linkedObjects": [ + "Body20", + "Sketch20" + ], + "name": "Pad20", + "ordinal": 9, + "relationCount": 26, + "relationDigest": "04b3fd400cc0a8ea650338f821fcd66006e82edfb1484a28044f91eaf7a66490", + "semanticNameDigest": "c67dd33a8c461a6aa91ab27ae9e2635b5475a21bceff8b6a08a758efe7415a8e", + "typeId": "PartDesign::Pad" + }, + { + "key": "partdesign-pocket-up-to-face:010:PocketSketch20", + "linkedObjects": [], + "name": "PocketSketch20", + "ordinal": 10, + "relationCount": 8, + "relationDigest": "52f5676764ffa3216666172d91846584733db4cd9139dd89da72c5fc8fee5116", + "semanticNameDigest": "d919239cf0c0bd437c47b852ecccc1a47c5d3b511a9cc514c4a53f9766775e79", + "typeId": "Sketcher::SketchObject" + }, + { + "key": "partdesign-pocket-up-to-face:011:Pocket20", + "linkedObjects": [ + "Body20", + "Pad20", + "PocketSketch20" + ], + "name": "Pocket20", + "ordinal": 11, + "relationCount": 51, + "relationDigest": "da1a0a03b51a789ae779f02be6a5b1baffdca80673909b1b02e1a85963556cdc", + "semanticNameDigest": "8bed43e2124b82ff3c3548f3be6941b288ce2684ecda993a83b640e36dfc45de", + "typeId": "PartDesign::Pocket" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "composite-01", + "stageCorrelations": { + "initial": [ + { + "key": "composite-01:000:Box21", + "linkedObjects": [], + "name": "Box21", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-01:001:Cylinder21", + "linkedObjects": [], + "name": "Cylinder21", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-01:002:Fuse21", + "linkedObjects": [ + "Box21", + "Cylinder21" + ], + "name": "Fuse21", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "b7048ea8f7a69323d0fcb7bab013a91d91244041251cfc526706e0738555c97c", + "semanticNameDigest": "24d8c54ee7bfa29609e3840c13ca5889c8c97f285b4645a7c1e9f6b55fe7fc04", + "typeId": "Part::Fuse" + }, + { + "key": "composite-01:003:SecondBox21", + "linkedObjects": [], + "name": "SecondBox21", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-01:004:CompositeCut21", + "linkedObjects": [ + "Fuse21", + "SecondBox21" + ], + "name": "CompositeCut21", + "ordinal": 4, + "relationCount": 66, + "relationDigest": "2b31d2cb3b00c9520451a9a61c70549c6acc8a916740018bfe4ab5cf1b1f95bc", + "semanticNameDigest": "9f7d4828bc4dc4631e2008d27c289fe2f148c067a9b185493af56727cb7af894", + "typeId": "Part::Cut" + } + ], + "reopened": [ + { + "key": "composite-01:000:Box21", + "linkedObjects": [], + "name": "Box21", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-01:001:Cylinder21", + "linkedObjects": [], + "name": "Cylinder21", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-01:002:Fuse21", + "linkedObjects": [ + "Box21", + "Cylinder21" + ], + "name": "Fuse21", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "b7048ea8f7a69323d0fcb7bab013a91d91244041251cfc526706e0738555c97c", + "semanticNameDigest": "24d8c54ee7bfa29609e3840c13ca5889c8c97f285b4645a7c1e9f6b55fe7fc04", + "typeId": "Part::Fuse" + }, + { + "key": "composite-01:003:SecondBox21", + "linkedObjects": [], + "name": "SecondBox21", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-01:004:CompositeCut21", + "linkedObjects": [ + "Fuse21", + "SecondBox21" + ], + "name": "CompositeCut21", + "ordinal": 4, + "relationCount": 66, + "relationDigest": "2b31d2cb3b00c9520451a9a61c70549c6acc8a916740018bfe4ab5cf1b1f95bc", + "semanticNameDigest": "9f7d4828bc4dc4631e2008d27c289fe2f148c067a9b185493af56727cb7af894", + "typeId": "Part::Cut" + } + ], + "resaved": [ + { + "key": "composite-01:000:Box21", + "linkedObjects": [], + "name": "Box21", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-01:001:Cylinder21", + "linkedObjects": [], + "name": "Cylinder21", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-01:002:Fuse21", + "linkedObjects": [ + "Box21", + "Cylinder21" + ], + "name": "Fuse21", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "b7048ea8f7a69323d0fcb7bab013a91d91244041251cfc526706e0738555c97c", + "semanticNameDigest": "24d8c54ee7bfa29609e3840c13ca5889c8c97f285b4645a7c1e9f6b55fe7fc04", + "typeId": "Part::Fuse" + }, + { + "key": "composite-01:003:SecondBox21", + "linkedObjects": [], + "name": "SecondBox21", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-01:004:CompositeCut21", + "linkedObjects": [ + "Fuse21", + "SecondBox21" + ], + "name": "CompositeCut21", + "ordinal": 4, + "relationCount": 66, + "relationDigest": "2b31d2cb3b00c9520451a9a61c70549c6acc8a916740018bfe4ab5cf1b1f95bc", + "semanticNameDigest": "9f7d4828bc4dc4631e2008d27c289fe2f148c067a9b185493af56727cb7af894", + "typeId": "Part::Cut" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "composite-02", + "stageCorrelations": { + "initial": [ + { + "key": "composite-02:000:Box22", + "linkedObjects": [], + "name": "Box22", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-02:001:Cylinder22", + "linkedObjects": [], + "name": "Cylinder22", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-02:002:Cut22", + "linkedObjects": [ + "Box22", + "Cylinder22" + ], + "name": "Cut22", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "313e61ab643adc1fc132732847c963004f7312c3d35307e5e8abc148c51268a1", + "semanticNameDigest": "0e5cd8a02bc1dbf68d1af01e559cc0766a92c5d58975615f26cd32f166f4044b", + "typeId": "Part::Cut" + }, + { + "key": "composite-02:003:SecondBox22", + "linkedObjects": [], + "name": "SecondBox22", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-02:004:CompositeCut22", + "linkedObjects": [ + "Cut22", + "SecondBox22" + ], + "name": "CompositeCut22", + "ordinal": 4, + "relationCount": 32, + "relationDigest": "6f68b991611eb08fa97211478b3ad4ecdef5e79fa5e68cf394cd716f94afcffc", + "semanticNameDigest": "e3075f73dfc637c6f0df4c728ccee90f5178100ef4f51b4c60dd99e0f6e02f5a", + "typeId": "Part::Cut" + } + ], + "reopened": [ + { + "key": "composite-02:000:Box22", + "linkedObjects": [], + "name": "Box22", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-02:001:Cylinder22", + "linkedObjects": [], + "name": "Cylinder22", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-02:002:Cut22", + "linkedObjects": [ + "Box22", + "Cylinder22" + ], + "name": "Cut22", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "313e61ab643adc1fc132732847c963004f7312c3d35307e5e8abc148c51268a1", + "semanticNameDigest": "0e5cd8a02bc1dbf68d1af01e559cc0766a92c5d58975615f26cd32f166f4044b", + "typeId": "Part::Cut" + }, + { + "key": "composite-02:003:SecondBox22", + "linkedObjects": [], + "name": "SecondBox22", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-02:004:CompositeCut22", + "linkedObjects": [ + "Cut22", + "SecondBox22" + ], + "name": "CompositeCut22", + "ordinal": 4, + "relationCount": 32, + "relationDigest": "6f68b991611eb08fa97211478b3ad4ecdef5e79fa5e68cf394cd716f94afcffc", + "semanticNameDigest": "e3075f73dfc637c6f0df4c728ccee90f5178100ef4f51b4c60dd99e0f6e02f5a", + "typeId": "Part::Cut" + } + ], + "resaved": [ + { + "key": "composite-02:000:Box22", + "linkedObjects": [], + "name": "Box22", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-02:001:Cylinder22", + "linkedObjects": [], + "name": "Cylinder22", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-02:002:Cut22", + "linkedObjects": [ + "Box22", + "Cylinder22" + ], + "name": "Cut22", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "313e61ab643adc1fc132732847c963004f7312c3d35307e5e8abc148c51268a1", + "semanticNameDigest": "0e5cd8a02bc1dbf68d1af01e559cc0766a92c5d58975615f26cd32f166f4044b", + "typeId": "Part::Cut" + }, + { + "key": "composite-02:003:SecondBox22", + "linkedObjects": [], + "name": "SecondBox22", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-02:004:CompositeCut22", + "linkedObjects": [ + "Cut22", + "SecondBox22" + ], + "name": "CompositeCut22", + "ordinal": 4, + "relationCount": 32, + "relationDigest": "6f68b991611eb08fa97211478b3ad4ecdef5e79fa5e68cf394cd716f94afcffc", + "semanticNameDigest": "e3075f73dfc637c6f0df4c728ccee90f5178100ef4f51b4c60dd99e0f6e02f5a", + "typeId": "Part::Cut" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "composite-03", + "stageCorrelations": { + "initial": [ + { + "key": "composite-03:000:Box23", + "linkedObjects": [], + "name": "Box23", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-03:001:Cylinder23", + "linkedObjects": [], + "name": "Cylinder23", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-03:002:Fuse23", + "linkedObjects": [ + "Box23", + "Cylinder23" + ], + "name": "Fuse23", + "ordinal": 2, + "relationCount": 66, + "relationDigest": "fb5f594e7ecfd1af640e03fd611c3dcfe307a0b73984a84c5f166cdf1bda8b37", + "semanticNameDigest": "27303087c0b01d8d12cf49d74cce534b6fab860be18f8b3e1cacd39c00352265", + "typeId": "Part::Fuse" + }, + { + "key": "composite-03:003:SecondBox23", + "linkedObjects": [], + "name": "SecondBox23", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-03:004:CompositeCut23", + "linkedObjects": [ + "Fuse23", + "SecondBox23" + ], + "name": "CompositeCut23", + "ordinal": 4, + "relationCount": 92, + "relationDigest": "5bb05cfc4ff94ba18542e1dd528881023d9432a370bd6bf56356688da522f6de", + "semanticNameDigest": "17abafbaffa74dff1962deb78a26083dcfe3cf61e8b4e12ce62199d0eefa41f5", + "typeId": "Part::Cut" + } + ], + "reopened": [ + { + "key": "composite-03:000:Box23", + "linkedObjects": [], + "name": "Box23", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-03:001:Cylinder23", + "linkedObjects": [], + "name": "Cylinder23", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-03:002:Fuse23", + "linkedObjects": [ + "Box23", + "Cylinder23" + ], + "name": "Fuse23", + "ordinal": 2, + "relationCount": 66, + "relationDigest": "fb5f594e7ecfd1af640e03fd611c3dcfe307a0b73984a84c5f166cdf1bda8b37", + "semanticNameDigest": "27303087c0b01d8d12cf49d74cce534b6fab860be18f8b3e1cacd39c00352265", + "typeId": "Part::Fuse" + }, + { + "key": "composite-03:003:SecondBox23", + "linkedObjects": [], + "name": "SecondBox23", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-03:004:CompositeCut23", + "linkedObjects": [ + "Fuse23", + "SecondBox23" + ], + "name": "CompositeCut23", + "ordinal": 4, + "relationCount": 92, + "relationDigest": "5bb05cfc4ff94ba18542e1dd528881023d9432a370bd6bf56356688da522f6de", + "semanticNameDigest": "17abafbaffa74dff1962deb78a26083dcfe3cf61e8b4e12ce62199d0eefa41f5", + "typeId": "Part::Cut" + } + ], + "resaved": [ + { + "key": "composite-03:000:Box23", + "linkedObjects": [], + "name": "Box23", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-03:001:Cylinder23", + "linkedObjects": [], + "name": "Cylinder23", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-03:002:Fuse23", + "linkedObjects": [ + "Box23", + "Cylinder23" + ], + "name": "Fuse23", + "ordinal": 2, + "relationCount": 66, + "relationDigest": "fb5f594e7ecfd1af640e03fd611c3dcfe307a0b73984a84c5f166cdf1bda8b37", + "semanticNameDigest": "27303087c0b01d8d12cf49d74cce534b6fab860be18f8b3e1cacd39c00352265", + "typeId": "Part::Fuse" + }, + { + "key": "composite-03:003:SecondBox23", + "linkedObjects": [], + "name": "SecondBox23", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-03:004:CompositeCut23", + "linkedObjects": [ + "Fuse23", + "SecondBox23" + ], + "name": "CompositeCut23", + "ordinal": 4, + "relationCount": 92, + "relationDigest": "5bb05cfc4ff94ba18542e1dd528881023d9432a370bd6bf56356688da522f6de", + "semanticNameDigest": "17abafbaffa74dff1962deb78a26083dcfe3cf61e8b4e12ce62199d0eefa41f5", + "typeId": "Part::Cut" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "composite-04", + "stageCorrelations": { + "initial": [ + { + "key": "composite-04:000:Box24", + "linkedObjects": [], + "name": "Box24", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-04:001:Cylinder24", + "linkedObjects": [], + "name": "Cylinder24", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-04:002:Cut24", + "linkedObjects": [ + "Box24", + "Cylinder24" + ], + "name": "Cut24", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "05f84541c1424e27110b860941ad4d17c2120c5b1f874a8572218eca31993e46", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "typeId": "Part::Cut" + }, + { + "key": "composite-04:003:SecondBox24", + "linkedObjects": [], + "name": "SecondBox24", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-04:004:CompositeCut24", + "linkedObjects": [ + "Cut24", + "SecondBox24" + ], + "name": "CompositeCut24", + "ordinal": 4, + "relationCount": 32, + "relationDigest": "0a40b440a48e5ae101c9d7c050170a0bfddb5495b84c4c27f8c80ac85cce73e9", + "semanticNameDigest": "3ee8ce68cce26a0e5695cfa40a50d484b6b934fd2fb87ba727482d7c7d22eb9d", + "typeId": "Part::Cut" + } + ], + "reopened": [ + { + "key": "composite-04:000:Box24", + "linkedObjects": [], + "name": "Box24", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-04:001:Cylinder24", + "linkedObjects": [], + "name": "Cylinder24", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-04:002:Cut24", + "linkedObjects": [ + "Box24", + "Cylinder24" + ], + "name": "Cut24", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "05f84541c1424e27110b860941ad4d17c2120c5b1f874a8572218eca31993e46", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "typeId": "Part::Cut" + }, + { + "key": "composite-04:003:SecondBox24", + "linkedObjects": [], + "name": "SecondBox24", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-04:004:CompositeCut24", + "linkedObjects": [ + "Cut24", + "SecondBox24" + ], + "name": "CompositeCut24", + "ordinal": 4, + "relationCount": 32, + "relationDigest": "0a40b440a48e5ae101c9d7c050170a0bfddb5495b84c4c27f8c80ac85cce73e9", + "semanticNameDigest": "3ee8ce68cce26a0e5695cfa40a50d484b6b934fd2fb87ba727482d7c7d22eb9d", + "typeId": "Part::Cut" + } + ], + "resaved": [ + { + "key": "composite-04:000:Box24", + "linkedObjects": [], + "name": "Box24", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-04:001:Cylinder24", + "linkedObjects": [], + "name": "Cylinder24", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-04:002:Cut24", + "linkedObjects": [ + "Box24", + "Cylinder24" + ], + "name": "Cut24", + "ordinal": 2, + "relationCount": 32, + "relationDigest": "05f84541c1424e27110b860941ad4d17c2120c5b1f874a8572218eca31993e46", + "semanticNameDigest": "ae506e04fc0cc271258f65ef5f83d4db416a88ca0aa24c4a2716fd88428dab04", + "typeId": "Part::Cut" + }, + { + "key": "composite-04:003:SecondBox24", + "linkedObjects": [], + "name": "SecondBox24", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-04:004:CompositeCut24", + "linkedObjects": [ + "Cut24", + "SecondBox24" + ], + "name": "CompositeCut24", + "ordinal": 4, + "relationCount": 32, + "relationDigest": "0a40b440a48e5ae101c9d7c050170a0bfddb5495b84c4c27f8c80ac85cce73e9", + "semanticNameDigest": "3ee8ce68cce26a0e5695cfa40a50d484b6b934fd2fb87ba727482d7c7d22eb9d", + "typeId": "Part::Cut" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "composite-05", + "stageCorrelations": { + "initial": [ + { + "key": "composite-05:000:Box25", + "linkedObjects": [], + "name": "Box25", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-05:001:Cylinder25", + "linkedObjects": [], + "name": "Cylinder25", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-05:002:Fuse25", + "linkedObjects": [ + "Box25", + "Cylinder25" + ], + "name": "Fuse25", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "79067731d9605226ee6ce7717b9f7e64b7d26ff3585cb72878d6e8a655ba2a41", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "typeId": "Part::Fuse" + }, + { + "key": "composite-05:003:SecondBox25", + "linkedObjects": [], + "name": "SecondBox25", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-05:004:CompositeCut25", + "linkedObjects": [ + "Fuse25", + "SecondBox25" + ], + "name": "CompositeCut25", + "ordinal": 4, + "relationCount": 66, + "relationDigest": "934ada6bc3038e34ca0657c34732de927a57bcd8456243b9e7fdc1e0df707017", + "semanticNameDigest": "81b9eeedb8e62427e8ff20733db837f3211c12dcac22104c89e339fbb103a7cc", + "typeId": "Part::Cut" + } + ], + "reopened": [ + { + "key": "composite-05:000:Box25", + "linkedObjects": [], + "name": "Box25", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-05:001:Cylinder25", + "linkedObjects": [], + "name": "Cylinder25", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-05:002:Fuse25", + "linkedObjects": [ + "Box25", + "Cylinder25" + ], + "name": "Fuse25", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "79067731d9605226ee6ce7717b9f7e64b7d26ff3585cb72878d6e8a655ba2a41", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "typeId": "Part::Fuse" + }, + { + "key": "composite-05:003:SecondBox25", + "linkedObjects": [], + "name": "SecondBox25", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-05:004:CompositeCut25", + "linkedObjects": [ + "Fuse25", + "SecondBox25" + ], + "name": "CompositeCut25", + "ordinal": 4, + "relationCount": 66, + "relationDigest": "934ada6bc3038e34ca0657c34732de927a57bcd8456243b9e7fdc1e0df707017", + "semanticNameDigest": "81b9eeedb8e62427e8ff20733db837f3211c12dcac22104c89e339fbb103a7cc", + "typeId": "Part::Cut" + } + ], + "resaved": [ + { + "key": "composite-05:000:Box25", + "linkedObjects": [], + "name": "Box25", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-05:001:Cylinder25", + "linkedObjects": [], + "name": "Cylinder25", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-05:002:Fuse25", + "linkedObjects": [ + "Box25", + "Cylinder25" + ], + "name": "Fuse25", + "ordinal": 2, + "relationCount": 40, + "relationDigest": "79067731d9605226ee6ce7717b9f7e64b7d26ff3585cb72878d6e8a655ba2a41", + "semanticNameDigest": "dece2b8f8787384f070c14f62691734aaf1b55d585f92182282f3e377a8c6ecf", + "typeId": "Part::Fuse" + }, + { + "key": "composite-05:003:SecondBox25", + "linkedObjects": [], + "name": "SecondBox25", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-05:004:CompositeCut25", + "linkedObjects": [ + "Fuse25", + "SecondBox25" + ], + "name": "CompositeCut25", + "ordinal": 4, + "relationCount": 66, + "relationDigest": "934ada6bc3038e34ca0657c34732de927a57bcd8456243b9e7fdc1e0df707017", + "semanticNameDigest": "81b9eeedb8e62427e8ff20733db837f3211c12dcac22104c89e339fbb103a7cc", + "typeId": "Part::Cut" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "composite-06", + "stageCorrelations": { + "initial": [ + { + "key": "composite-06:000:Box26", + "linkedObjects": [], + "name": "Box26", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-06:001:Cylinder26", + "linkedObjects": [], + "name": "Cylinder26", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-06:002:Cut26", + "linkedObjects": [ + "Box26", + "Cylinder26" + ], + "name": "Cut26", + "ordinal": 2, + "relationCount": 68, + "relationDigest": "d61d0f83cb6be60e4b9e70f5a35f08b10ae52ec445b00cf81641485a120295ca", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "typeId": "Part::Cut" + }, + { + "key": "composite-06:003:SecondBox26", + "linkedObjects": [], + "name": "SecondBox26", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-06:004:CompositeCut26", + "linkedObjects": [ + "Cut26", + "SecondBox26" + ], + "name": "CompositeCut26", + "ordinal": 4, + "relationCount": 68, + "relationDigest": "da3db875aa93b195bde6e191308547eef07b4d1ac05cd8b7844ca326824de216", + "semanticNameDigest": "ae51c2805e298863088a57467e4046ae6ad43a6f79df8fc11f1f17a141040092", + "typeId": "Part::Cut" + } + ], + "reopened": [ + { + "key": "composite-06:000:Box26", + "linkedObjects": [], + "name": "Box26", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-06:001:Cylinder26", + "linkedObjects": [], + "name": "Cylinder26", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-06:002:Cut26", + "linkedObjects": [ + "Box26", + "Cylinder26" + ], + "name": "Cut26", + "ordinal": 2, + "relationCount": 68, + "relationDigest": "d61d0f83cb6be60e4b9e70f5a35f08b10ae52ec445b00cf81641485a120295ca", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "typeId": "Part::Cut" + }, + { + "key": "composite-06:003:SecondBox26", + "linkedObjects": [], + "name": "SecondBox26", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-06:004:CompositeCut26", + "linkedObjects": [ + "Cut26", + "SecondBox26" + ], + "name": "CompositeCut26", + "ordinal": 4, + "relationCount": 68, + "relationDigest": "da3db875aa93b195bde6e191308547eef07b4d1ac05cd8b7844ca326824de216", + "semanticNameDigest": "ae51c2805e298863088a57467e4046ae6ad43a6f79df8fc11f1f17a141040092", + "typeId": "Part::Cut" + } + ], + "resaved": [ + { + "key": "composite-06:000:Box26", + "linkedObjects": [], + "name": "Box26", + "ordinal": 0, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-06:001:Cylinder26", + "linkedObjects": [], + "name": "Cylinder26", + "ordinal": 1, + "relationCount": 8, + "relationDigest": "1392e81e7759e4682d86494f9c168f1e6ebfbb801c67f6fdc4533a62c6a265d4", + "semanticNameDigest": "9d85b48ae3e0856dd59eccf82ccc52c34e133b669cb8842258b7db7517ed578e", + "typeId": "Part::Cylinder" + }, + { + "key": "composite-06:002:Cut26", + "linkedObjects": [ + "Box26", + "Cylinder26" + ], + "name": "Cut26", + "ordinal": 2, + "relationCount": 68, + "relationDigest": "d61d0f83cb6be60e4b9e70f5a35f08b10ae52ec445b00cf81641485a120295ca", + "semanticNameDigest": "30a5819c1c807282be800c5b589ceae839d2f109684cb64da63fc7d0ad1939d7", + "typeId": "Part::Cut" + }, + { + "key": "composite-06:003:SecondBox26", + "linkedObjects": [], + "name": "SecondBox26", + "ordinal": 3, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "Part::Box" + }, + { + "key": "composite-06:004:CompositeCut26", + "linkedObjects": [ + "Cut26", + "SecondBox26" + ], + "name": "CompositeCut26", + "ordinal": 4, + "relationCount": 68, + "relationDigest": "da3db875aa93b195bde6e191308547eef07b4d1ac05cd8b7844ca326824de216", + "semanticNameDigest": "ae51c2805e298863088a57467e4046ae6ad43a6f79df8fc11f1f17a141040092", + "typeId": "Part::Cut" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "dressup-fillet-1", + "stageCorrelations": { + "initial": [ + { + "key": "dressup-fillet-1:000:DressupBody27", + "linkedObjects": [ + "DressupBox27", + "Fillet27", + "Origin" + ], + "name": "DressupBody27", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "2c148c0da119e3fb4e39a7730243064a794bfb6bf2bbf474eb534e88fa1dd26e", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-1:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-1:008:DressupBox27", + "linkedObjects": [ + "DressupBody27" + ], + "name": "DressupBox27", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-1:009:Fillet27", + "linkedObjects": [ + "DressupBody27", + "DressupBox27" + ], + "name": "Fillet27", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "23aefe3455cbdbab0a030b138f877907259041518b21d99209041866d2a25bfc", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "typeId": "PartDesign::Fillet" + } + ], + "reopened": [ + { + "key": "dressup-fillet-1:000:DressupBody27", + "linkedObjects": [ + "DressupBox27", + "Fillet27", + "Origin" + ], + "name": "DressupBody27", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "2c148c0da119e3fb4e39a7730243064a794bfb6bf2bbf474eb534e88fa1dd26e", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-1:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-1:008:DressupBox27", + "linkedObjects": [ + "DressupBody27" + ], + "name": "DressupBox27", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-1:009:Fillet27", + "linkedObjects": [ + "DressupBody27", + "DressupBox27" + ], + "name": "Fillet27", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "23aefe3455cbdbab0a030b138f877907259041518b21d99209041866d2a25bfc", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "typeId": "PartDesign::Fillet" + } + ], + "resaved": [ + { + "key": "dressup-fillet-1:000:DressupBody27", + "linkedObjects": [ + "DressupBox27", + "Fillet27", + "Origin" + ], + "name": "DressupBody27", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "2c148c0da119e3fb4e39a7730243064a794bfb6bf2bbf474eb534e88fa1dd26e", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-1:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-1:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-1:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-1:008:DressupBox27", + "linkedObjects": [ + "DressupBody27" + ], + "name": "DressupBox27", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-1:009:Fillet27", + "linkedObjects": [ + "DressupBody27", + "DressupBox27" + ], + "name": "Fillet27", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "23aefe3455cbdbab0a030b138f877907259041518b21d99209041866d2a25bfc", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "typeId": "PartDesign::Fillet" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "dressup-fillet-2", + "stageCorrelations": { + "initial": [ + { + "key": "dressup-fillet-2:000:DressupBody28", + "linkedObjects": [ + "DressupBox28", + "Fillet28", + "Origin" + ], + "name": "DressupBody28", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "d3a8731080932ec637f7cab52f8b51fe3453cad41ae75806d0d5733df8ff6a2d", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-2:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-2:008:DressupBox28", + "linkedObjects": [ + "DressupBody28" + ], + "name": "DressupBox28", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-2:009:Fillet28", + "linkedObjects": [ + "DressupBody28", + "DressupBox28" + ], + "name": "Fillet28", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "14f1e4946094a91c12cad1198bc7d9c7b15f05ac8a8e6d3821e8dbe8ceda712b", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "typeId": "PartDesign::Fillet" + } + ], + "reopened": [ + { + "key": "dressup-fillet-2:000:DressupBody28", + "linkedObjects": [ + "DressupBox28", + "Fillet28", + "Origin" + ], + "name": "DressupBody28", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "d3a8731080932ec637f7cab52f8b51fe3453cad41ae75806d0d5733df8ff6a2d", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-2:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-2:008:DressupBox28", + "linkedObjects": [ + "DressupBody28" + ], + "name": "DressupBox28", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-2:009:Fillet28", + "linkedObjects": [ + "DressupBody28", + "DressupBox28" + ], + "name": "Fillet28", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "14f1e4946094a91c12cad1198bc7d9c7b15f05ac8a8e6d3821e8dbe8ceda712b", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "typeId": "PartDesign::Fillet" + } + ], + "resaved": [ + { + "key": "dressup-fillet-2:000:DressupBody28", + "linkedObjects": [ + "DressupBox28", + "Fillet28", + "Origin" + ], + "name": "DressupBody28", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "d3a8731080932ec637f7cab52f8b51fe3453cad41ae75806d0d5733df8ff6a2d", + "semanticNameDigest": "9f35303a4237965dde86d0f8f31e71dd86ea96519a8623aceb9a8bd987fa62b7", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-fillet-2:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-fillet-2:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-fillet-2:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-fillet-2:008:DressupBox28", + "linkedObjects": [ + "DressupBody28" + ], + "name": "DressupBox28", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-fillet-2:009:Fillet28", + "linkedObjects": [ + "DressupBody28", + "DressupBox28" + ], + "name": "Fillet28", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "14f1e4946094a91c12cad1198bc7d9c7b15f05ac8a8e6d3821e8dbe8ceda712b", + "semanticNameDigest": "dc57e346b399e637459c8298c3a9808d536d1daaa2eae2e5df87c4272d7452d8", + "typeId": "PartDesign::Fillet" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "dressup-chamfer-1", + "stageCorrelations": { + "initial": [ + { + "key": "dressup-chamfer-1:000:DressupBody29", + "linkedObjects": [ + "Chamfer29", + "DressupBox29", + "Origin" + ], + "name": "DressupBody29", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "68f43fb59288bec20bdb2c9c8257040cb44b8422bf2056ab9b4c21f004e8024f", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-1:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-1:008:DressupBox29", + "linkedObjects": [ + "DressupBody29" + ], + "name": "DressupBox29", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-1:009:Chamfer29", + "linkedObjects": [ + "DressupBody29", + "DressupBox29" + ], + "name": "Chamfer29", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "8e3960bcd2f2affb68de37c09486d2014d19b34f26e801fb5c88fb280764ffe9", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "typeId": "PartDesign::Chamfer" + } + ], + "reopened": [ + { + "key": "dressup-chamfer-1:000:DressupBody29", + "linkedObjects": [ + "Chamfer29", + "DressupBox29", + "Origin" + ], + "name": "DressupBody29", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "68f43fb59288bec20bdb2c9c8257040cb44b8422bf2056ab9b4c21f004e8024f", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-1:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-1:008:DressupBox29", + "linkedObjects": [ + "DressupBody29" + ], + "name": "DressupBox29", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-1:009:Chamfer29", + "linkedObjects": [ + "DressupBody29", + "DressupBox29" + ], + "name": "Chamfer29", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "8e3960bcd2f2affb68de37c09486d2014d19b34f26e801fb5c88fb280764ffe9", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "typeId": "PartDesign::Chamfer" + } + ], + "resaved": [ + { + "key": "dressup-chamfer-1:000:DressupBody29", + "linkedObjects": [ + "Chamfer29", + "DressupBox29", + "Origin" + ], + "name": "DressupBody29", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "68f43fb59288bec20bdb2c9c8257040cb44b8422bf2056ab9b4c21f004e8024f", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-1:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-1:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-1:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-1:008:DressupBox29", + "linkedObjects": [ + "DressupBody29" + ], + "name": "DressupBox29", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-1:009:Chamfer29", + "linkedObjects": [ + "DressupBody29", + "DressupBox29" + ], + "name": "Chamfer29", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "8e3960bcd2f2affb68de37c09486d2014d19b34f26e801fb5c88fb280764ffe9", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "typeId": "PartDesign::Chamfer" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true }, { "id": "dressup-chamfer-2", + "stageCorrelations": { + "initial": [ + { + "key": "dressup-chamfer-2:000:DressupBody30", + "linkedObjects": [ + "Chamfer30", + "DressupBox30", + "Origin" + ], + "name": "DressupBody30", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "1a54e91ba56a8c198d19ee2e066aec9620b376c6ccf200aa3217e1ab4bdbb5f6", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-2:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-2:008:DressupBox30", + "linkedObjects": [ + "DressupBody30" + ], + "name": "DressupBox30", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-2:009:Chamfer30", + "linkedObjects": [ + "DressupBody30", + "DressupBox30" + ], + "name": "Chamfer30", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "17501eda3f50371368c8bdad4dc26e42a606eb397deaa7aa8815783e1bcc3d81", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "typeId": "PartDesign::Chamfer" + } + ], + "reopened": [ + { + "key": "dressup-chamfer-2:000:DressupBody30", + "linkedObjects": [ + "Chamfer30", + "DressupBox30", + "Origin" + ], + "name": "DressupBody30", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "1a54e91ba56a8c198d19ee2e066aec9620b376c6ccf200aa3217e1ab4bdbb5f6", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-2:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-2:008:DressupBox30", + "linkedObjects": [ + "DressupBody30" + ], + "name": "DressupBox30", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-2:009:Chamfer30", + "linkedObjects": [ + "DressupBody30", + "DressupBox30" + ], + "name": "Chamfer30", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "17501eda3f50371368c8bdad4dc26e42a606eb397deaa7aa8815783e1bcc3d81", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "typeId": "PartDesign::Chamfer" + } + ], + "resaved": [ + { + "key": "dressup-chamfer-2:000:DressupBody30", + "linkedObjects": [ + "Chamfer30", + "DressupBox30", + "Origin" + ], + "name": "DressupBody30", + "ordinal": 0, + "relationCount": 32, + "relationDigest": "1a54e91ba56a8c198d19ee2e066aec9620b376c6ccf200aa3217e1ab4bdbb5f6", + "semanticNameDigest": "6ac204fa60199109c58d6aa9614289dbc81f07582961afe1f6f2093cd0b184ce", + "typeId": "PartDesign::Body" + }, + { + "key": "dressup-chamfer-2:001:X_Axis", + "linkedObjects": [], + "name": "X_Axis", + "ordinal": 1, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:002:Y_Axis", + "linkedObjects": [], + "name": "Y_Axis", + "ordinal": 2, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:003:Z_Axis", + "linkedObjects": [], + "name": "Z_Axis", + "ordinal": 3, + "relationCount": 1, + "relationDigest": "f999942c7489f11252bec4451eb4663f3cbb7c1a83cccd8c1bd84be472ccecd8", + "semanticNameDigest": "d9a5a7f5d058fda60932953edb0b451cc8f14a551b0fca5c578461b10348c87b", + "typeId": "App::Line" + }, + { + "key": "dressup-chamfer-2:004:XY_Plane", + "linkedObjects": [], + "name": "XY_Plane", + "ordinal": 4, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:005:XZ_Plane", + "linkedObjects": [], + "name": "XZ_Plane", + "ordinal": 5, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:006:YZ_Plane", + "linkedObjects": [], + "name": "YZ_Plane", + "ordinal": 6, + "relationCount": 1, + "relationDigest": "07353c5b092b1ac6bce75704f480b5b36565c42ec93a72355515e1662008715b", + "semanticNameDigest": "41ef0f997fc531bdbda85e3b65d69dae31f9996878149499644f3d19a3f4901b", + "typeId": "App::Plane" + }, + { + "key": "dressup-chamfer-2:007:Origin001", + "linkedObjects": [], + "name": "Origin001", + "ordinal": 7, + "relationCount": 1, + "relationDigest": "c4700635a8729a2eabaa109642e62029d6cc53a39562812f7fc6841173eb77dd", + "semanticNameDigest": "9b0084ec78ec94ea5ed1464a451703ebe97b697700f36ebc300c820530c02f1f", + "typeId": "App::Point" + }, + { + "key": "dressup-chamfer-2:008:DressupBox30", + "linkedObjects": [ + "DressupBody30" + ], + "name": "DressupBox30", + "ordinal": 8, + "relationCount": 26, + "relationDigest": "2f917be1de526523a68d11fe66d50543de9b603e75fabeddc60c524fea99254c", + "semanticNameDigest": "f78f460edae390c8a8f9d17d14754fb61dd4544da7c4bf74c0f70e2f79bb02e7", + "typeId": "PartDesign::AdditiveBox" + }, + { + "key": "dressup-chamfer-2:009:Chamfer30", + "linkedObjects": [ + "DressupBody30", + "DressupBox30" + ], + "name": "Chamfer30", + "ordinal": 9, + "relationCount": 32, + "relationDigest": "17501eda3f50371368c8bdad4dc26e42a606eb397deaa7aa8815783e1bcc3d81", + "semanticNameDigest": "7c05fd6695a6c477f45a95f0029be1b1b383b5e6feed1e15be92f9fac8c2edbb", + "typeId": "PartDesign::Chamfer" + } + ] + }, "roundtripNameDrift": 0, "resaveNameDrift": 0, "nativeDesktopResaveCovered": true @@ -192,6 +7638,8 @@ "failed": 0, "roundtripNameDrift": 0, "resaveNameDrift": 0, - "nativeDesktopResaveCases": 30 + "nativeDesktopResaveCases": 30, + "stageCorrelations": 219, + "relationRecords": 3247 } } diff --git a/config/freecad-exact-history-elementmap-gate.json b/config/freecad-exact-history-elementmap-gate.json index 9b3447b..1732fa2 100644 --- a/config/freecad-exact-history-elementmap-gate.json +++ b/config/freecad-exact-history-elementmap-gate.json @@ -8,6 +8,14 @@ "wrongBindings": 0, "unexplainedRelations": 0, "roundtripNameDrift": 0, + "resaveNameDrift": 0, + "mutationCases": 30, + "mutationFailures": 0, + "mutationStageRecords": 219, + "mutationStageRestoreFailures": 0, + "mutationFinalPropagationFailures": 0, + "mutationNamingRestoreDriftCases": 11, + "mutationNamingRestoreDriftStages": 28, "elementMap2ParseFailures": 0, "elementMap2SemanticFailures": 0, "elementMap2TokenWriterFailures": 0, diff --git a/config/freecad-gui-command-context-boundaries.json b/config/freecad-gui-command-context-boundaries.json new file mode 100644 index 0000000..42e6993 --- /dev/null +++ b/config/freecad-gui-command-context-boundaries.json @@ -0,0 +1,40 @@ +{ + "schemaVersion": 1, + "baseline": { + "freecadVersion": "1.1.1", + "commit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d" + }, + "isolatedWorkbenchOracle": { + "report": ".cache/freecad/reference-desktop-gui-commands.json", + "reportSha256": "56da6a1bc360e76b9e36c0acc967d54d5fd28b7628056aba7af0c0ff84fb4e82", + "commandCount": 1111, + "commandUniverseSha256": "82901c576ef4b4cea1182f6505f5282a70b84ee8420105e83e58f65c0fb9685f", + "shardCount": 100, + "bimFirstTimeWelcome": "suppressed-before-workbench-activation" + }, + "legacyAmbientReport": { + "report": ".cache/freecad/reference-desktop.json", + "reportSha256": "30ffbbdb4139a682486e6fed482a8d8d8a88c287a38dfec8d814e38f4e70fc80", + "commandCount": 1113 + }, + "contextOnlyCommands": [ + { + "id": "Import_ReadBREP", + "classification": "explicit-module-import-command", + "sourceEvidence": [ + "src/Mod/Import/Gui/Command.cpp:173" + ], + "runtimeExpectation": "not-registered-by-workbench-activation;requires-explicit-ImportGui-command-initialization", + "exactTask": "EX-FMT-01" + }, + { + "id": "NaviCubeDraggableCmd", + "classification": "context-menu-lazy-command", + "sourceEvidence": [ + "src/Gui/NaviCube.cpp:1370" + ], + "runtimeExpectation": "registered-only-when-the-navigation-cube-context-menu-is-first-created", + "exactTask": "EX-UI-04" + } + ] +} diff --git a/config/freecad-gui-command-inventory.json b/config/freecad-gui-command-inventory.json index 9ef611e..8931d0b 100644 --- a/config/freecad-gui-command-inventory.json +++ b/config/freecad-gui-command-inventory.json @@ -6,12 +6,20 @@ }, "generatedBy": "scripts/generate-freecad-gui-command-inventory.mjs", "sourceInventory": "config/freecad-source-inventory.json", + "contextBoundaries": "config/freecad-gui-command-context-boundaries.json", "runtimeEvidence": { - "report": ".cache/freecad/reference-desktop.json", - "reportSha256": "5bae6ca6f50f42fef901955a37a1e479eda86b12fd0b1e8ee943ffd042ee3082", - "workbenchCount": 20 + "report": ".cache/freecad/reference-desktop-gui-commands.json", + "reportSha256": "56da6a1bc360e76b9e36c0acc967d54d5fd28b7628056aba7af0c0ff84fb4e82", + "workbenchCount": 20, + "stateProbe": "native-is-active-after-workbench-registration-with-Std_Expressions-qaction-guard", + "stateCases": [ + "noDocument", + "documentNoSelection", + "selectedPartBox" + ], + "directIsActiveBoundary": "Std_Expressions-only-qaction-guard-for-locked-1.1.1-null-qaction-crash" }, - "commandCount": 1113, + "commandCount": 1111, "commands": [ { "id": "Arch_Add", @@ -40,7 +48,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -53,6 +67,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -83,7 +98,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -96,6 +117,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -126,7 +148,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -139,6 +167,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -169,19 +198,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -212,7 +248,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -225,6 +267,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -255,7 +298,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -263,12 +312,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -298,19 +348,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -341,7 +398,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -349,12 +412,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -384,7 +448,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -397,6 +467,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -427,7 +498,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -440,6 +517,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -470,7 +548,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -483,6 +567,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -513,7 +598,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -526,6 +617,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -556,7 +648,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -569,6 +667,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -599,7 +698,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -612,6 +717,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -642,7 +748,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -655,6 +767,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -685,7 +798,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -698,6 +817,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -728,7 +848,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -741,6 +867,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -771,19 +898,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -814,19 +948,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -857,7 +998,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -865,12 +1012,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -900,7 +1048,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -908,12 +1062,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -943,19 +1098,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -986,19 +1148,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1029,7 +1198,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1042,6 +1217,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1072,19 +1248,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1115,19 +1298,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1158,7 +1348,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1171,6 +1367,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1201,7 +1398,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1214,6 +1417,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1244,7 +1448,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1257,6 +1467,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1287,19 +1498,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1330,7 +1548,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1343,6 +1567,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1373,7 +1598,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1386,6 +1617,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1416,7 +1648,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1429,6 +1667,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1459,7 +1698,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -1467,12 +1712,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -1502,7 +1748,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -1510,12 +1762,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -1545,7 +1798,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1558,6 +1817,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1588,7 +1848,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1601,6 +1867,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1631,7 +1898,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1644,6 +1917,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1674,7 +1948,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1687,6 +1967,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1717,7 +1998,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1730,6 +2017,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1760,7 +2048,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1773,6 +2067,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1803,7 +2098,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -1811,12 +2112,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -1846,7 +2148,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -1859,6 +2167,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1889,19 +2198,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1932,19 +2248,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -1975,19 +2298,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2018,7 +2348,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -2031,6 +2367,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2061,7 +2398,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -2074,6 +2417,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2104,7 +2448,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2112,12 +2462,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -2147,7 +2498,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2155,12 +2512,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -2190,7 +2548,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -2203,6 +2567,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2233,7 +2598,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -2246,6 +2617,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2276,7 +2648,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -2289,6 +2667,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2320,7 +2699,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2333,6 +2718,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2364,7 +2750,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -2377,6 +2769,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2408,7 +2801,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -2421,6 +2820,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2452,7 +2852,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2465,6 +2871,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2496,7 +2903,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2509,6 +2922,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2540,19 +2954,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2584,7 +3005,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2597,6 +3024,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2628,7 +3056,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2641,6 +3075,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2672,7 +3107,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2685,6 +3126,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2716,7 +3158,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2729,6 +3177,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2760,19 +3209,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2804,7 +3260,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2817,6 +3279,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2848,7 +3311,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2861,6 +3330,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2892,7 +3362,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2905,6 +3381,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2936,7 +3413,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2949,6 +3432,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -2980,7 +3464,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -2993,6 +3483,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3024,7 +3515,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -3037,6 +3534,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3068,7 +3566,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -3081,6 +3585,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3112,7 +3617,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -3125,6 +3636,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3156,7 +3668,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -3169,6 +3687,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3200,7 +3719,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -3213,6 +3738,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3244,19 +3770,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3288,19 +3821,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3332,7 +3872,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -3345,6 +3891,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3376,7 +3923,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -3389,6 +3942,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3419,19 +3973,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3462,7 +4023,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3475,6 +4042,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3505,7 +4073,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3518,6 +4092,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3548,7 +4123,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3561,6 +4142,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3591,7 +4173,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3604,6 +4192,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3634,7 +4223,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3647,6 +4242,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3677,7 +4273,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3690,6 +4292,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3720,7 +4323,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3733,6 +4342,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3763,7 +4373,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3776,6 +4392,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3806,19 +4423,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3849,7 +4473,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3862,6 +4492,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3892,7 +4523,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3905,6 +4542,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3935,7 +4573,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3948,6 +4592,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -3978,7 +4623,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -3991,6 +4642,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4021,7 +4673,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4034,6 +4692,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4064,7 +4723,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4077,6 +4742,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4107,7 +4773,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4120,6 +4792,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4150,7 +4823,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4163,6 +4842,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4193,7 +4873,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4206,6 +4892,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4236,19 +4923,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4279,21 +4973,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4324,7 +5023,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4337,6 +5042,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4367,7 +5073,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4380,6 +5092,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4410,7 +5123,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4423,6 +5142,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4453,7 +5173,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4466,6 +5192,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4496,21 +5223,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4541,7 +5273,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4554,6 +5292,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4584,7 +5323,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4597,6 +5342,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4627,7 +5373,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4640,6 +5392,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4670,7 +5423,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4683,6 +5442,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4713,7 +5473,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4726,6 +5492,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4756,7 +5523,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4769,6 +5542,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4799,7 +5573,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4812,6 +5592,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4842,7 +5623,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4855,6 +5642,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4885,7 +5673,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4898,6 +5692,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4928,19 +5723,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -4971,7 +5773,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -4984,6 +5792,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5014,7 +5823,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5027,6 +5842,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5057,7 +5873,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5070,6 +5892,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5100,7 +5923,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5113,6 +5942,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5143,7 +5973,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5156,6 +5992,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5186,7 +6023,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5199,6 +6042,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5229,7 +6073,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5242,6 +6092,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5272,7 +6123,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5285,6 +6142,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5315,7 +6173,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5328,6 +6192,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5358,7 +6223,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5371,6 +6242,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5401,7 +6273,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5414,6 +6292,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5444,7 +6323,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5457,6 +6342,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5487,7 +6373,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5500,6 +6392,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5530,7 +6423,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5543,6 +6442,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5573,19 +6473,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5616,19 +6523,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5659,7 +6573,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5672,6 +6592,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5702,7 +6623,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5715,6 +6642,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5745,7 +6673,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5758,6 +6692,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5788,7 +6723,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5801,6 +6742,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5831,7 +6773,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5844,6 +6792,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5874,7 +6823,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5887,6 +6842,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5917,7 +6873,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5930,6 +6892,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -5960,7 +6923,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -5973,6 +6942,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6003,7 +6973,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6016,6 +6992,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6046,7 +7023,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6059,6 +7042,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6089,7 +7073,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6102,6 +7092,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6132,7 +7123,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6145,6 +7142,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6175,7 +7173,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6188,6 +7192,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6218,7 +7223,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6231,6 +7242,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6261,7 +7273,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6274,6 +7292,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6304,21 +7323,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6349,7 +7373,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6362,6 +7392,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6392,19 +7423,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6435,7 +7473,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6448,6 +7492,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6478,21 +7523,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6523,7 +7573,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6536,6 +7592,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6566,7 +7623,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -6579,6 +7642,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6608,7 +7672,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -6621,6 +7691,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6650,19 +7721,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6692,19 +7770,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6734,7 +7819,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -6747,6 +7838,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6776,7 +7868,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -6789,6 +7887,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6818,19 +7917,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6860,7 +7966,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -6873,6 +7985,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6902,7 +8015,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -6915,6 +8034,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6944,7 +8064,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -6957,6 +8083,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -6986,7 +8113,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -6999,6 +8132,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7028,7 +8162,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7041,6 +8181,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7070,7 +8211,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7083,6 +8230,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7112,7 +8260,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7125,6 +8279,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7154,7 +8309,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7167,6 +8328,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7196,7 +8358,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7209,6 +8377,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7238,7 +8407,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7251,6 +8426,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7280,7 +8456,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7293,6 +8475,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7322,7 +8505,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7335,6 +8524,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7364,7 +8554,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7377,6 +8573,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7406,7 +8603,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7419,6 +8622,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7448,7 +8652,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7461,6 +8671,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7490,7 +8701,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7503,6 +8720,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7532,19 +8750,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7574,7 +8799,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7587,6 +8818,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7616,7 +8848,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7629,6 +8867,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7658,7 +8897,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -7671,6 +8916,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7700,7 +8946,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7713,6 +8965,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7742,7 +8995,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7755,6 +9014,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7784,7 +9044,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7797,6 +9063,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7826,19 +9093,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7868,7 +9142,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7881,6 +9161,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7910,7 +9191,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7923,6 +9210,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7952,7 +9240,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -7965,6 +9259,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -7994,7 +9289,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8007,6 +9308,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8036,7 +9338,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8049,6 +9357,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8078,7 +9387,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -8091,6 +9406,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8120,7 +9436,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8133,6 +9455,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8162,7 +9485,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8175,6 +9504,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8204,19 +9534,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8246,19 +9583,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8288,7 +9632,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8301,6 +9651,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8330,7 +9681,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8343,6 +9700,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8372,7 +9730,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8385,6 +9749,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8414,7 +9779,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8427,6 +9798,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8456,7 +9828,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8469,6 +9847,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8498,7 +9877,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8511,6 +9896,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8540,19 +9926,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8582,19 +9975,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8624,19 +10024,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8666,7 +10073,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -8679,6 +10092,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8708,7 +10122,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -8721,6 +10141,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8750,19 +10171,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8792,19 +10220,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8834,19 +10269,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8876,19 +10318,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8918,7 +10367,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8931,6 +10386,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -8961,7 +10417,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -8969,12 +10431,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -9004,21 +10467,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9049,22 +10517,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -9094,22 +10567,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -9139,7 +10617,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9152,6 +10636,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9182,22 +10667,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -9227,7 +10717,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9240,6 +10736,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9270,7 +10767,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9283,6 +10786,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9313,21 +10817,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9358,21 +10867,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9403,19 +10917,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9446,7 +10967,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9459,6 +10986,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9489,21 +11017,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9534,7 +11067,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9547,6 +11086,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9577,7 +11117,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9590,6 +11136,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9620,21 +11167,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9665,21 +11217,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9710,7 +11267,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9723,6 +11286,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9753,7 +11317,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9766,6 +11336,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9796,7 +11367,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9809,6 +11386,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9839,7 +11417,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9852,6 +11436,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9882,7 +11467,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9895,6 +11486,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9925,7 +11517,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9938,6 +11536,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -9968,7 +11567,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -9981,6 +11586,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10011,7 +11617,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -10019,12 +11631,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -10054,22 +11667,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -10078,7 +11696,6 @@ "Draft" ], "workbenches": [ - "AssemblyWorkbench", "BIMWorkbench", "CAMWorkbench", "DraftWorkbench", @@ -10100,22 +11717,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -10145,21 +11767,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10190,7 +11817,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10203,6 +11836,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10233,7 +11867,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10246,6 +11886,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10276,21 +11917,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10321,21 +11967,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10366,7 +12017,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10379,6 +12036,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10409,7 +12067,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10422,6 +12086,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10452,7 +12117,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10465,6 +12136,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10495,7 +12167,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10508,6 +12186,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10538,7 +12217,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10551,6 +12236,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10581,7 +12267,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10594,6 +12286,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10624,21 +12317,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10669,21 +12367,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10714,21 +12417,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10759,7 +12467,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10772,6 +12486,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10802,7 +12517,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10815,6 +12536,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10845,21 +12567,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10890,7 +12617,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10903,6 +12636,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10933,7 +12667,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10946,6 +12686,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -10976,7 +12717,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -10989,6 +12736,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11019,7 +12767,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11032,6 +12786,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11062,7 +12817,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11075,6 +12836,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11105,7 +12867,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -11113,12 +12881,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -11148,7 +12917,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11161,6 +12936,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11191,21 +12967,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11236,21 +13017,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11281,7 +13067,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11294,6 +13086,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11324,21 +13117,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11369,7 +13167,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -11377,12 +13181,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -11412,7 +13217,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11425,6 +13236,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11455,7 +13267,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11468,6 +13286,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11498,7 +13317,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11511,6 +13336,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11541,7 +13367,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11554,6 +13386,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11584,7 +13417,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11597,6 +13436,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11627,7 +13467,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11640,6 +13486,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11670,7 +13517,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11683,6 +13536,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11713,7 +13567,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11726,6 +13586,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11756,7 +13617,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11769,6 +13636,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11799,7 +13667,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11812,6 +13686,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11842,7 +13717,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11855,6 +13736,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11885,7 +13767,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11898,6 +13786,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11928,7 +13817,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11941,6 +13836,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -11971,7 +13867,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -11984,6 +13886,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12014,7 +13917,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12027,6 +13936,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12057,7 +13967,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12070,6 +13986,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12100,7 +14017,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12113,6 +14036,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12143,21 +14067,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12188,7 +14117,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12201,6 +14136,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12231,21 +14167,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12276,22 +14217,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -12321,7 +14267,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12334,6 +14286,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12364,7 +14317,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12377,6 +14336,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12407,7 +14367,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12420,6 +14386,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12450,7 +14417,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12463,6 +14436,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12493,21 +14467,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12538,7 +14517,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12551,6 +14536,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12578,7 +14564,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12591,6 +14583,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12618,7 +14611,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12631,6 +14630,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12658,7 +14658,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -12671,6 +14677,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12698,7 +14705,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -12711,6 +14724,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12738,7 +14752,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -12751,6 +14771,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12778,7 +14799,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -12791,6 +14818,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12818,7 +14846,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -12831,6 +14865,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12858,19 +14893,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12898,7 +14940,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -12911,6 +14959,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12938,7 +14987,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -12951,6 +15006,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -12978,7 +15034,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -12991,6 +15053,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13018,7 +15081,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13031,6 +15100,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13058,7 +15128,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13071,6 +15147,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13098,7 +15175,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13111,6 +15194,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13138,7 +15222,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13151,6 +15241,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13178,7 +15269,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13191,6 +15288,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13218,7 +15316,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13231,6 +15335,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13258,19 +15363,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13298,7 +15410,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13311,6 +15429,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13338,19 +15457,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13378,7 +15504,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13391,6 +15523,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13418,7 +15551,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13431,6 +15570,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13458,7 +15598,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13471,6 +15617,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13498,7 +15645,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13511,6 +15664,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13538,7 +15692,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13551,6 +15711,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13578,7 +15739,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13591,6 +15758,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13618,7 +15786,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13631,6 +15805,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13658,19 +15833,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13698,7 +15880,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13711,6 +15899,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13738,7 +15927,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13751,6 +15946,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13778,7 +15974,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13791,6 +15993,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13818,7 +16021,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13831,6 +16040,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13858,7 +16068,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13871,6 +16087,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13898,7 +16115,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13911,6 +16134,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13938,7 +16162,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -13951,6 +16181,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -13978,7 +16209,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -13991,6 +16228,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14018,19 +16256,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14058,19 +16303,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14098,19 +16350,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14138,7 +16397,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14151,6 +16416,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14178,7 +16444,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14191,6 +16463,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14218,7 +16491,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14231,6 +16510,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14258,7 +16538,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14271,6 +16557,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14298,19 +16585,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14338,19 +16632,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14378,19 +16679,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14418,19 +16726,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14458,7 +16773,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14471,6 +16792,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14498,7 +16820,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14511,6 +16839,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14538,7 +16867,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14551,6 +16886,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14578,19 +16914,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14618,19 +16961,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14658,19 +17008,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14698,7 +17055,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -14711,6 +17074,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14738,7 +17102,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14751,6 +17121,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14778,7 +17149,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -14791,6 +17168,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14818,7 +17196,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14831,6 +17215,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14858,7 +17243,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14871,6 +17262,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14898,7 +17290,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14911,6 +17309,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14938,7 +17337,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14951,6 +17356,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -14978,7 +17384,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -14991,6 +17403,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15018,19 +17431,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15058,19 +17478,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15098,7 +17525,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15106,12 +17539,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -15138,7 +17572,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15151,6 +17591,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15178,7 +17619,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15186,12 +17633,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -15218,7 +17666,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15231,6 +17685,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15258,7 +17713,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -15271,6 +17732,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15298,7 +17760,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15311,6 +17779,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15338,7 +17807,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -15351,6 +17826,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15378,7 +17854,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15391,6 +17873,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15418,7 +17901,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15431,6 +17920,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15458,7 +17948,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15471,6 +17967,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15498,7 +17995,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15511,6 +18014,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15538,7 +18042,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15551,6 +18061,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15578,7 +18089,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15591,6 +18108,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15618,7 +18136,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15631,6 +18155,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15658,7 +18183,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15671,6 +18202,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15698,7 +18230,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -15711,6 +18249,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15738,7 +18277,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15751,6 +18296,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15778,7 +18324,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15791,6 +18343,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15818,7 +18371,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15831,6 +18390,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15858,19 +18418,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15898,19 +18465,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15938,19 +18512,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -15978,7 +18559,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -15991,6 +18578,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16018,7 +18606,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16031,6 +18625,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16058,7 +18653,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16071,6 +18672,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16098,19 +18700,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16138,7 +18747,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16151,6 +18766,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16178,7 +18794,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16191,6 +18813,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16218,7 +18841,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16231,6 +18860,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16258,7 +18888,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16271,6 +18907,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16298,7 +18935,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16311,6 +18954,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16341,19 +18985,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16384,7 +19035,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -16397,6 +19054,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16427,7 +19085,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -16440,6 +19104,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16470,7 +19135,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16478,12 +19149,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -16513,19 +19185,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16556,19 +19235,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16599,7 +19285,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -16612,50 +19304,7 @@ "observed": true } }, - "selectionSensitive": false, - "status": "runtime-probed" - }, - { - "id": "Import_ReadBREP", - "sourceModules": [ - "GuiCore" - ], - "workbenches": [ - "AssemblyWorkbench", - "BIMWorkbench", - "CAMWorkbench", - "DraftWorkbench", - "FemWorkbench", - "InspectionWorkbench", - "MaterialWorkbench", - "MeshWorkbench", - "NoneWorkbench", - "OpenSCADWorkbench", - "PartDesignWorkbench", - "PartWorkbench", - "PointsWorkbench", - "ReverseEngineeringWorkbench", - "RobotWorkbench", - "SketcherWorkbench", - "SpreadsheetWorkbench", - "SurfaceWorkbench", - "TechDrawWorkbench", - "TestWorkbench" - ], - "cases": { - "emptySelection": { - "states": [ - "no-action" - ], - "observed": true - }, - "selectedPartBox": { - "states": [ - "no-action" - ], - "observed": true - } - }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16682,7 +19331,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16695,6 +19350,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16721,7 +19377,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -16734,6 +19396,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16765,21 +19428,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16811,7 +19479,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -16824,6 +19498,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16855,7 +19530,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -16868,6 +19549,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16892,7 +19574,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16905,6 +19593,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16929,7 +19618,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -16942,6 +19637,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -16966,7 +19662,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -16979,6 +19681,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17003,7 +19706,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17016,6 +19725,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17040,7 +19750,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17053,6 +19769,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17077,7 +19794,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17090,6 +19813,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17114,7 +19838,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17127,6 +19857,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17151,7 +19882,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17164,6 +19901,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17188,7 +19926,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17201,6 +19945,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17225,7 +19970,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17238,6 +19989,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17262,7 +20014,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17275,6 +20033,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17299,7 +20058,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17312,6 +20077,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17336,7 +20102,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17349,6 +20121,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17373,7 +20146,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17386,6 +20165,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17410,20 +20190,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -17447,7 +20234,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -17460,6 +20253,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17484,7 +20278,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17497,6 +20297,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17521,7 +20322,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -17534,6 +20341,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17558,7 +20366,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17571,6 +20385,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17595,7 +20410,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17608,6 +20429,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17632,7 +20454,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17645,6 +20473,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17669,19 +20498,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17706,19 +20542,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17743,7 +20586,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17756,6 +20605,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17780,7 +20630,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17793,6 +20649,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17817,7 +20674,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17830,6 +20693,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17854,7 +20718,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17867,6 +20737,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17891,7 +20762,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17904,6 +20781,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17928,7 +20806,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17941,6 +20825,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -17965,7 +20850,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -17978,6 +20869,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18002,7 +20894,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18015,6 +20913,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18039,7 +20938,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18052,6 +20957,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18076,7 +20982,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18089,6 +21001,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18113,7 +21026,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18126,6 +21045,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18150,7 +21070,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18163,6 +21089,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18187,7 +21114,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18200,6 +21133,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18224,7 +21158,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18237,6 +21177,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18261,7 +21202,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18274,6 +21221,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18298,19 +21246,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18335,19 +21290,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18372,19 +21334,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18409,19 +21378,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18446,51 +21422,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false ], "observed": true }, - "selectedPartBox": { - "states": [ - "no-action" - ], - "observed": true - } - }, - "selectionSensitive": false, - "status": "runtime-probed" - }, - { - "id": "NaviCubeDraggableCmd", - "sourceModules": [ - "GuiCore" - ], - "workbenches": [ - "AssemblyWorkbench", - "BIMWorkbench", - "CAMWorkbench", - "DraftWorkbench", - "FemWorkbench", - "InspectionWorkbench", - "MaterialWorkbench", - "MeshWorkbench", - "NoneWorkbench", - "OpenSCADWorkbench", - "PartDesignWorkbench", - "PartWorkbench", - "PointsWorkbench", - "ReverseEngineeringWorkbench", - "RobotWorkbench", - "SketcherWorkbench", - "SpreadsheetWorkbench", - "SurfaceWorkbench", - "TechDrawWorkbench", - "TestWorkbench" - ], - "cases": { - "emptySelection": { + "documentNoSelection": { "states": [ false ], @@ -18503,6 +21441,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18525,19 +21464,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18560,19 +21506,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18595,7 +21548,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18603,12 +21562,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -18630,7 +21590,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18638,12 +21604,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -18665,7 +21632,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18673,12 +21646,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -18700,20 +21674,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -18735,7 +21716,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18743,12 +21730,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -18770,20 +21758,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -18805,20 +21800,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -18840,7 +21842,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18853,6 +21861,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18875,7 +21884,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18883,12 +21898,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -18910,7 +21926,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18918,12 +21940,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -18945,7 +21968,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18958,6 +21987,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -18980,7 +22010,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -18993,6 +22029,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19015,7 +22052,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -19028,6 +22071,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19059,21 +22103,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19094,7 +22143,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -19107,6 +22162,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19138,21 +22194,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19184,21 +22245,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19230,21 +22296,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19276,21 +22347,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19322,7 +22398,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -19335,6 +22417,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19366,7 +22449,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -19374,12 +22463,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -19410,22 +22500,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -19456,21 +22551,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19502,21 +22602,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19548,21 +22653,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19594,22 +22704,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -19629,7 +22744,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -19642,6 +22763,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19673,21 +22795,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19719,21 +22846,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19765,19 +22897,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19809,21 +22948,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19855,21 +22999,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19901,21 +23050,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19947,19 +23101,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -19991,19 +23152,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20035,19 +23203,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20079,19 +23254,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20123,21 +23305,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20169,19 +23356,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20213,22 +23407,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -20259,22 +23458,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -20294,7 +23498,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -20307,6 +23517,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20338,20 +23549,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -20382,21 +23600,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20428,19 +23651,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20472,21 +23702,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20518,22 +23753,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -20564,19 +23804,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20608,19 +23855,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20641,7 +23895,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -20654,6 +23914,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20674,7 +23935,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -20687,6 +23954,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20707,7 +23975,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -20720,6 +23994,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20751,21 +24026,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20797,22 +24077,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -20843,22 +24128,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -20889,21 +24179,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20935,21 +24230,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -20981,21 +24281,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21027,19 +24332,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21071,22 +24383,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -21117,21 +24434,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21163,21 +24485,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21209,22 +24536,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -21255,19 +24587,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21299,21 +24638,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21345,21 +24689,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21391,21 +24740,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21437,21 +24791,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21483,21 +24842,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21529,21 +24893,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21575,19 +24944,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21619,21 +24995,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21665,19 +25046,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21709,22 +25097,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -21755,19 +25148,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21788,7 +25188,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -21801,6 +25207,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21821,7 +25228,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -21834,6 +25247,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21865,21 +25279,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21911,21 +25330,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -21957,22 +25381,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -21992,7 +25421,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -22005,6 +25440,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22036,21 +25472,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22082,22 +25523,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -22117,7 +25563,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -22130,6 +25582,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22161,19 +25614,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22194,7 +25654,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -22207,6 +25673,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22238,19 +25705,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22282,19 +25756,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22326,19 +25807,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22370,19 +25858,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22414,19 +25909,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22458,19 +25960,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22502,7 +26011,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -22510,12 +26025,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -22546,19 +26062,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22590,19 +26113,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22634,19 +26164,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22678,19 +26215,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22722,19 +26266,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22766,19 +26317,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22810,19 +26368,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22854,19 +26419,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22898,19 +26470,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22942,19 +26521,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -22986,19 +26572,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23030,19 +26623,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23074,19 +26674,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23118,19 +26725,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23162,19 +26776,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23206,19 +26827,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23250,19 +26878,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23294,19 +26929,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23338,19 +26980,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23382,19 +27031,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23426,19 +27082,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23470,19 +27133,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23514,19 +27184,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23558,19 +27235,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23602,19 +27286,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23646,19 +27337,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23690,19 +27388,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23734,19 +27439,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23778,19 +27490,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23822,19 +27541,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23866,19 +27592,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23910,19 +27643,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23954,19 +27694,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -23998,19 +27745,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24042,19 +27796,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24074,7 +27835,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24082,12 +27849,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -24106,7 +27874,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24119,6 +27893,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24138,7 +27913,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24151,6 +27932,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24170,7 +27952,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24183,6 +27971,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24202,7 +27991,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24215,6 +28010,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24234,7 +28030,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24247,6 +28049,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24265,7 +28068,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24278,6 +28087,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24296,7 +28106,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24309,6 +28125,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24327,7 +28144,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24335,12 +28158,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -24358,7 +28182,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24371,6 +28201,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24389,7 +28220,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24402,6 +28239,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24420,7 +28258,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24433,6 +28277,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24451,7 +28296,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24464,6 +28315,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24482,7 +28334,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24495,6 +28353,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24513,7 +28372,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24526,6 +28391,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24544,7 +28410,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24557,6 +28429,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24575,7 +28448,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24588,6 +28467,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24606,7 +28486,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -24619,6 +28505,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24636,7 +28523,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24649,6 +28542,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24666,7 +28560,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24679,6 +28579,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24696,7 +28597,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24709,6 +28616,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24726,7 +28634,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24739,6 +28653,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24756,7 +28671,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24769,6 +28690,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24786,7 +28708,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24799,6 +28727,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24816,7 +28745,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24829,6 +28764,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24846,7 +28782,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24859,6 +28801,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24876,7 +28819,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24889,6 +28838,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24906,7 +28856,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24919,6 +28875,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24936,7 +28893,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24949,6 +28912,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24966,7 +28930,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -24979,6 +28949,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -24996,7 +28967,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -25009,6 +28986,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25026,7 +29004,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -25039,6 +29023,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25056,7 +29041,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -25069,6 +29060,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25100,21 +29092,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25146,19 +29143,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25190,21 +29194,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25236,21 +29245,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25282,21 +29296,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25328,19 +29347,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25372,21 +29398,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25418,21 +29449,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25464,21 +29500,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25510,19 +29551,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25554,19 +29602,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25598,19 +29653,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25642,21 +29704,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25688,19 +29755,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25732,19 +29806,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25776,21 +29857,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25822,19 +29908,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25866,19 +29959,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25910,19 +30010,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -25954,21 +30061,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26000,21 +30112,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26046,21 +30163,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26092,21 +30214,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26138,21 +30265,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26184,21 +30316,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26230,21 +30367,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26276,21 +30418,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26322,21 +30469,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26368,21 +30520,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26414,19 +30571,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26458,21 +30622,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26504,21 +30673,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26550,21 +30724,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26596,21 +30775,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26642,21 +30826,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26688,19 +30877,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26732,21 +30928,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26778,21 +30979,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26824,21 +31030,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26870,21 +31081,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26916,21 +31132,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -26962,21 +31183,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27008,21 +31234,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27054,21 +31285,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27100,21 +31336,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27146,21 +31387,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27192,21 +31438,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27238,19 +31489,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27282,21 +31540,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27328,21 +31591,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27374,21 +31642,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27420,21 +31693,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27466,21 +31744,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27512,21 +31795,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27558,19 +31846,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27602,21 +31897,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27648,21 +31948,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27694,21 +31999,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27740,21 +32050,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27786,21 +32101,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27832,21 +32152,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27878,21 +32203,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27924,21 +32254,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -27970,21 +32305,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28016,21 +32356,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28062,21 +32407,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28108,21 +32458,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28154,21 +32509,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28200,21 +32560,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28246,21 +32611,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28292,21 +32662,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28338,21 +32713,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28384,21 +32764,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28430,21 +32815,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28476,21 +32866,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28522,21 +32917,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28568,21 +32968,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28614,21 +33019,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28660,21 +33070,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28706,21 +33121,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28752,21 +33172,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28798,21 +33223,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28844,21 +33274,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28890,21 +33325,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28936,21 +33376,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -28982,21 +33427,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29028,21 +33478,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29074,21 +33529,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29120,21 +33580,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29166,21 +33631,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29212,7 +33682,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -29225,6 +33701,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29256,21 +33733,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29302,19 +33784,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29346,21 +33835,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29392,21 +33886,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29438,21 +33937,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29484,7 +33988,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -29497,6 +34007,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29528,7 +34039,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -29541,6 +34058,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29572,7 +34090,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -29585,6 +34109,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29616,19 +34141,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29660,21 +34192,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29706,21 +34243,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29752,21 +34294,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29783,19 +34330,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29827,21 +34381,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29873,19 +34432,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29917,21 +34483,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -29963,19 +34534,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30007,7 +34585,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -30020,6 +34604,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30051,21 +34636,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30097,21 +34687,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30143,21 +34738,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30189,21 +34789,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30235,21 +34840,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30281,21 +34891,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30327,21 +34942,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30373,21 +34993,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30419,19 +35044,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30463,21 +35095,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30509,19 +35146,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30553,21 +35197,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30599,21 +35248,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30645,19 +35299,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30689,21 +35350,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30735,21 +35401,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30781,21 +35452,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30827,21 +35503,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30873,21 +35554,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30919,21 +35605,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -30965,21 +35656,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31011,21 +35707,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31057,21 +35758,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31103,7 +35809,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31116,6 +35828,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31147,21 +35860,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31193,21 +35911,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31223,7 +35946,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31236,6 +35965,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31251,7 +35981,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31264,6 +36000,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31279,7 +36016,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31292,6 +36035,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31307,7 +36051,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31320,6 +36070,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31335,7 +36086,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31348,6 +36105,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31363,7 +36121,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31376,6 +36140,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31391,7 +36156,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -31404,6 +36175,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31419,7 +36191,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31432,6 +36210,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31447,7 +36226,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -31460,6 +36245,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31475,7 +36261,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31488,6 +36280,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31503,7 +36296,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31516,6 +36315,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31531,7 +36331,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31544,6 +36350,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31559,7 +36366,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31572,6 +36385,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31587,7 +36401,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31600,6 +36420,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31615,7 +36436,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31628,6 +36455,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31659,7 +36487,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -31672,6 +36506,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31703,7 +36538,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -31716,6 +36557,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31747,19 +36589,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31791,7 +36640,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -31804,6 +36659,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31835,7 +36691,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -31848,6 +36710,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31879,7 +36742,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -31892,6 +36761,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31923,7 +36793,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -31936,6 +36812,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -31967,19 +36844,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32011,19 +36895,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32055,19 +36946,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32099,19 +36997,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32143,7 +37048,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32156,6 +37067,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32187,19 +37099,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32231,7 +37150,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32244,6 +37169,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32275,7 +37201,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32288,6 +37220,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32319,19 +37252,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32363,7 +37303,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -32371,12 +37317,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -32407,7 +37354,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -32420,6 +37373,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32451,7 +37405,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -32459,12 +37419,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -32495,7 +37456,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32508,6 +37475,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32539,19 +37507,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32583,7 +37558,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32596,6 +37577,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32627,7 +37609,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32640,6 +37628,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32671,7 +37660,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32684,6 +37679,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32715,7 +37711,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -32728,6 +37730,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32759,7 +37762,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32772,6 +37781,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32803,7 +37813,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32816,6 +37832,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32847,7 +37864,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32860,6 +37883,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32891,7 +37915,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32904,6 +37934,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32935,7 +37966,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32948,6 +37985,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -32979,7 +38017,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -32992,6 +38036,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33023,7 +38068,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33036,6 +38087,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33067,7 +38119,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33080,6 +38138,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33111,7 +38170,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33124,6 +38189,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33155,7 +38221,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33168,6 +38240,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33199,7 +38272,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33212,6 +38291,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33243,7 +38323,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33256,6 +38342,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33287,7 +38374,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33300,6 +38393,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33331,7 +38425,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33344,6 +38444,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33375,19 +38476,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33419,7 +38527,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -33427,12 +38541,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -33463,7 +38578,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -33471,12 +38592,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -33507,19 +38629,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33551,19 +38680,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33595,7 +38731,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + "no-action" + ], + "observed": true + }, + "documentNoSelection": { "states": [ "no-action" ], @@ -33608,6 +38750,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33639,7 +38782,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33652,6 +38801,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33683,7 +38833,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33696,6 +38852,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33727,7 +38884,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33740,6 +38903,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33771,7 +38935,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -33784,6 +38954,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33815,19 +38986,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33859,19 +39037,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33903,19 +39088,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -33947,7 +39139,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -33955,12 +39153,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -33991,19 +39190,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34035,19 +39241,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34079,7 +39292,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34092,6 +39311,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34123,7 +39343,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34136,6 +39362,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34167,19 +39394,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34211,19 +39445,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34255,7 +39496,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34268,6 +39515,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34299,7 +39547,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34312,6 +39566,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34343,19 +39598,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34387,7 +39649,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34400,6 +39668,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34431,7 +39700,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34444,6 +39719,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34475,7 +39751,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34488,6 +39770,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34519,7 +39802,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34532,6 +39821,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34563,7 +39853,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -34576,6 +39872,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34607,7 +39904,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34620,6 +39923,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34651,7 +39955,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34664,6 +39974,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34695,7 +40006,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34708,6 +40025,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34739,7 +40057,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -34752,6 +40076,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34783,7 +40108,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -34796,6 +40127,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34827,21 +40159,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34873,21 +40210,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34919,21 +40261,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -34965,19 +40312,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35009,19 +40363,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35053,7 +40414,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -35066,6 +40433,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35097,7 +40465,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -35110,6 +40484,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35141,19 +40516,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35185,7 +40567,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -35198,6 +40586,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35229,19 +40618,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35273,19 +40669,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35317,19 +40720,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35361,7 +40771,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -35374,6 +40790,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35405,19 +40822,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35449,7 +40873,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -35457,12 +40887,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -35493,19 +40924,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35537,19 +40975,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35581,19 +41026,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35625,19 +41077,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35669,7 +41128,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -35682,6 +41147,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35713,7 +41179,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -35721,12 +41193,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -35757,7 +41230,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -35770,6 +41249,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35801,7 +41281,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -35814,6 +41300,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35845,7 +41332,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -35853,12 +41346,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -35889,7 +41383,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -35902,6 +41402,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35933,19 +41434,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -35977,19 +41485,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36021,19 +41536,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36065,7 +41587,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -36078,6 +41606,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36109,19 +41638,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36153,19 +41689,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36197,7 +41740,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -36210,6 +41759,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36241,7 +41791,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -36254,6 +41810,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36285,19 +41842,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36329,19 +41893,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36373,19 +41944,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36417,19 +41995,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36461,19 +42046,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36505,19 +42097,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36549,7 +42148,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -36562,6 +42167,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36593,7 +42199,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -36606,6 +42218,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36637,19 +42250,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36681,19 +42301,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36725,7 +42352,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -36738,6 +42371,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36769,7 +42403,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -36777,12 +42417,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -36813,7 +42454,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -36821,12 +42468,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -36857,7 +42505,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -36865,12 +42519,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -36901,19 +42556,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -36945,7 +42607,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -36953,12 +42621,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -36989,19 +42658,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37033,19 +42709,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37077,19 +42760,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37121,19 +42811,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37165,19 +42862,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37209,19 +42913,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37253,19 +42964,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37297,19 +43015,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37341,21 +43066,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37387,21 +43117,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37433,21 +43168,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37479,21 +43219,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37525,21 +43270,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37571,21 +43321,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37617,21 +43372,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37663,21 +43423,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ - "no-action", true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action", true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37709,19 +43474,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37753,19 +43525,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37797,7 +43576,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -37810,6 +43595,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37841,7 +43627,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -37854,6 +43646,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37885,19 +43678,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -37929,20 +43729,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -37973,7 +43780,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -37986,6 +43799,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38017,19 +43831,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38061,7 +43882,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -38069,12 +43896,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -38105,19 +43933,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38149,19 +43984,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38193,7 +44035,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -38201,12 +44049,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -38237,7 +44086,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -38245,12 +44100,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -38281,7 +44137,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38294,6 +44156,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38325,19 +44188,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38369,7 +44239,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -38377,12 +44253,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -38413,19 +44290,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38457,7 +44341,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38470,6 +44360,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38501,7 +44392,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38514,6 +44411,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38545,19 +44443,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38589,7 +44494,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38602,6 +44513,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38633,7 +44545,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38646,6 +44564,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38677,7 +44596,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38690,6 +44615,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38721,20 +44647,27 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -38765,7 +44698,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38778,6 +44717,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38809,7 +44749,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38822,6 +44768,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38853,7 +44800,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38866,6 +44819,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38897,7 +44851,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38910,6 +44870,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38941,7 +44902,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38954,6 +44921,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -38985,7 +44953,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -38998,6 +44972,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39029,7 +45004,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -39042,6 +45023,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39073,7 +45055,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -39086,6 +45074,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39117,7 +45106,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -39130,6 +45125,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39161,19 +45157,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + true + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39205,19 +45208,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39249,19 +45259,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39293,19 +45310,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39337,19 +45361,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39381,19 +45412,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39425,7 +45463,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -39438,6 +45482,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39469,7 +45514,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -39482,6 +45533,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39513,21 +45565,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39559,21 +45616,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39605,21 +45667,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - false, - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - false, - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39651,19 +45718,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39695,19 +45769,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39739,19 +45820,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39783,7 +45871,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -39796,6 +45890,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39827,19 +45922,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39871,19 +45973,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39915,19 +46024,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -39959,19 +46075,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40003,19 +46126,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40047,19 +46177,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40091,19 +46228,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40135,19 +46279,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40179,19 +46330,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40223,19 +46381,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40267,7 +46432,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -40280,6 +46451,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40311,19 +46483,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40355,19 +46534,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40399,19 +46585,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40443,19 +46636,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40487,19 +46687,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40531,19 +46738,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + true ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40575,19 +46789,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40619,7 +46840,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -40632,6 +46859,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40663,19 +46891,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40707,19 +46942,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40751,7 +46993,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -40764,6 +47012,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40795,19 +47044,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40839,19 +47095,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40883,19 +47146,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ false ], "observed": true }, + "documentNoSelection": { + "states": [ + true + ], + "observed": true + }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40927,7 +47197,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -40940,6 +47216,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -40971,7 +47248,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -40984,6 +47267,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41015,7 +47299,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -41028,6 +47318,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41059,7 +47350,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -41072,6 +47369,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41086,7 +47384,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41099,6 +47403,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41113,7 +47418,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41126,6 +47437,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41140,7 +47452,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41148,12 +47466,13 @@ }, "selectedPartBox": { "states": [ - false + true ], "observed": true } }, - "selectionSensitive": false, + "documentSensitive": false, + "selectionSensitive": true, "status": "runtime-probed" }, { @@ -41167,7 +47486,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -41180,6 +47505,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41194,7 +47520,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -41207,6 +47539,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41221,7 +47554,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -41234,6 +47573,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41247,7 +47587,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41260,6 +47606,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41273,7 +47620,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41286,6 +47639,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41299,7 +47653,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41312,6 +47672,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41325,7 +47686,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41338,6 +47705,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41351,7 +47719,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41364,6 +47738,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41377,7 +47752,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41390,6 +47771,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41403,7 +47785,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41416,6 +47804,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41429,7 +47818,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41442,6 +47837,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41455,7 +47851,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41468,6 +47870,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41481,7 +47884,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41494,6 +47903,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41507,7 +47917,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41520,6 +47936,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41533,7 +47950,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41546,6 +47969,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41559,7 +47983,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41572,6 +48002,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41585,7 +48016,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41598,6 +48035,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41611,7 +48049,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41624,6 +48068,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41637,7 +48082,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41650,6 +48101,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41663,19 +48115,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41689,19 +48148,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41715,7 +48181,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41728,6 +48200,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41741,7 +48214,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41754,6 +48233,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41767,7 +48247,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41780,6 +48266,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41793,7 +48280,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41806,6 +48299,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41819,7 +48313,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41832,6 +48332,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41845,7 +48346,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41858,6 +48365,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41871,7 +48379,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41884,6 +48398,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41897,7 +48412,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41910,6 +48431,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41923,7 +48445,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41936,6 +48464,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41949,7 +48478,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41962,6 +48497,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -41975,7 +48511,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -41988,6 +48530,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42001,7 +48544,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42014,6 +48563,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42027,7 +48577,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42040,6 +48596,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42053,7 +48610,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42066,6 +48629,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42079,7 +48643,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42092,6 +48662,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42105,7 +48676,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42118,6 +48695,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42131,7 +48709,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42144,6 +48728,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42157,7 +48742,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42170,6 +48761,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42183,19 +48775,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42209,7 +48808,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42222,6 +48827,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42235,7 +48841,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42248,6 +48860,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42261,7 +48874,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42274,6 +48893,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42287,19 +48907,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42313,7 +48940,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42326,6 +48959,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42339,7 +48973,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42352,6 +48992,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42365,7 +49006,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42378,6 +49025,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42391,19 +49039,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42417,19 +49072,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42443,7 +49105,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42456,6 +49124,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42469,7 +49138,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42482,6 +49157,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42495,7 +49171,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42508,6 +49190,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42521,7 +49204,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42534,6 +49223,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42547,7 +49237,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42560,6 +49256,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42573,7 +49270,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42586,6 +49289,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42599,7 +49303,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42612,6 +49322,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42625,7 +49336,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42638,6 +49355,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42651,7 +49369,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42664,6 +49388,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42677,7 +49402,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42690,6 +49421,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42703,7 +49435,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42716,6 +49454,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42729,7 +49468,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42742,6 +49487,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42755,7 +49501,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42768,6 +49520,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42781,7 +49534,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42794,6 +49553,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42807,7 +49567,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42820,6 +49586,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42833,7 +49600,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42846,6 +49619,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42859,7 +49633,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42872,6 +49652,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42885,7 +49666,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42898,6 +49685,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42911,7 +49699,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42924,6 +49718,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42937,7 +49732,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42950,6 +49751,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42963,7 +49765,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -42976,6 +49784,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -42989,7 +49798,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43002,6 +49817,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43015,7 +49831,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43028,6 +49850,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43041,7 +49864,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43054,6 +49883,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43067,7 +49897,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43080,6 +49916,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43093,7 +49930,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43106,6 +49949,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43119,7 +49963,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43132,6 +49982,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43145,7 +49996,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43158,6 +50015,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43171,19 +50029,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43197,7 +50062,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43210,6 +50081,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43223,7 +50095,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43236,6 +50114,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43249,7 +50128,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43262,6 +50147,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43275,7 +50161,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43288,6 +50180,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43301,7 +50194,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43314,6 +50213,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43327,7 +50227,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43340,6 +50246,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43353,7 +50260,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43366,6 +50279,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43379,7 +50293,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43392,6 +50312,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43405,7 +50326,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43418,6 +50345,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43431,7 +50359,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43444,6 +50378,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43457,7 +50392,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43470,6 +50411,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43483,7 +50425,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43496,6 +50444,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43509,7 +50458,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43522,6 +50477,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43535,19 +50491,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43561,7 +50524,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43574,6 +50543,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43587,7 +50557,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43600,6 +50576,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43613,7 +50590,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43626,6 +50609,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43639,7 +50623,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43652,6 +50642,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43665,7 +50656,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43678,6 +50675,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43691,7 +50689,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43704,6 +50708,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43717,7 +50722,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43730,6 +50741,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43743,7 +50755,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43756,6 +50774,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43769,7 +50788,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43782,6 +50807,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43795,7 +50821,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43808,6 +50840,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43821,7 +50854,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43834,6 +50873,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43847,19 +50887,26 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { "states": [ - "no-action" + false + ], + "observed": true + }, + "documentNoSelection": { + "states": [ + false ], "observed": true }, "selectedPartBox": { "states": [ - "no-action" + false ], "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43873,7 +50920,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -43886,6 +50939,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43899,7 +50953,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -43912,6 +50972,7 @@ "observed": true } }, + "documentSensitive": true, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43925,7 +50986,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43938,6 +51005,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43951,7 +51019,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -43964,6 +51038,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -43977,7 +51052,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -43990,6 +51071,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44003,7 +51085,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44016,6 +51104,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44029,7 +51118,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44042,6 +51137,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44055,7 +51151,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44068,6 +51170,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44081,7 +51184,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44094,6 +51203,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44107,7 +51217,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44120,6 +51236,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44133,7 +51250,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44146,6 +51269,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44159,7 +51283,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44172,6 +51302,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44185,7 +51316,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44198,6 +51335,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44211,7 +51349,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44224,6 +51368,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44237,7 +51382,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44250,6 +51401,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44263,7 +51415,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44276,6 +51434,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44289,7 +51448,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44302,6 +51467,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44315,7 +51481,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44328,6 +51500,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44341,7 +51514,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44354,6 +51533,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44367,7 +51547,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44380,6 +51566,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44393,7 +51580,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44406,6 +51599,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44419,7 +51613,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44432,6 +51632,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44445,7 +51646,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44458,6 +51665,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44471,7 +51679,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44484,6 +51698,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44497,7 +51712,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44510,6 +51731,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44523,7 +51745,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + false + ], + "observed": true + }, + "documentNoSelection": { "states": [ false ], @@ -44536,6 +51764,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44548,7 +51777,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44561,6 +51796,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44573,7 +51809,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44586,6 +51828,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44598,7 +51841,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44611,6 +51860,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44623,7 +51873,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44636,6 +51892,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44648,7 +51905,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44661,6 +51924,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44673,7 +51937,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44686,6 +51956,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44698,7 +51969,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44711,6 +51988,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44723,7 +52001,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44736,6 +52020,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44748,7 +52033,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44761,6 +52052,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44773,7 +52065,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44786,6 +52084,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" }, @@ -44798,7 +52097,13 @@ "TestWorkbench" ], "cases": { - "emptySelection": { + "noDocument": { + "states": [ + true + ], + "observed": true + }, + "documentNoSelection": { "states": [ true ], @@ -44811,6 +52116,7 @@ "observed": true } }, + "documentSensitive": false, "selectionSensitive": false, "status": "runtime-probed" } diff --git a/config/freecad-gui-workflow-oracle.json b/config/freecad-gui-workflow-oracle.json new file mode 100644 index 0000000..5b56964 --- /dev/null +++ b/config/freecad-gui-workflow-oracle.json @@ -0,0 +1,242 @@ +{ + "schemaVersion": 1, + "baseline": { + "freecadVersion": "1.1.1", + "commit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d", + "profile": "desktop-xvfb-isolated-config" + }, + "generatedBy": "./npmw run probe:freecad-gui-workflow", + "checkedBy": "./npmw run check:freecad-gui-workflow", + "family": { + "id": "partdesign-pad-task", + "primaryCommand": "PartDesign_Pad", + "exactTask": "EX-UI-03", + "source": ".cache/freecad/FreeCAD/src/Mod/PartDesign/Gui/Command.cpp" + }, + "workflows": { + "success": { + "after": { + "acceptClicked": true, + "bodyGroup": [ + "Sketch", + "Pad" + ], + "bodyTip": "Pad", + "objectNames": [ + "Body", + "Origin", + "X_Axis", + "Y_Axis", + "Z_Axis", + "XY_Plane", + "XZ_Plane", + "YZ_Plane", + "Origin001", + "Sketch", + "Pad" + ], + "pad": { + "edgeCount": 12, + "faceCount": 6, + "length": 10, + "name": "Pad", + "profile": "Sketch", + "shapeValid": true, + "solidCount": 1, + "state": [ + "Up-to-date" + ], + "typeId": "PartDesign::Pad", + "vertexCount": 8, + "volume": 120 + }, + "redoCount": 0, + "redoNames": [], + "selection": [], + "undoCount": 1, + "undoNames": [] + }, + "baselineId": "freecad-1.1.1", + "before": { + "actionCount": 1, + "actionEnabled": true, + "activeWorkbench": "PartDesignWorkbench", + "bodyTip": "", + "commandActive": true, + "commandRegistered": true, + "objectNames": [ + "Body", + "Origin", + "X_Axis", + "Y_Axis", + "Z_Axis", + "XY_Plane", + "XZ_Plane", + "YZ_Plane", + "Origin001", + "Sketch" + ], + "selection": [ + "Sketch" + ], + "undoNames": [] + }, + "commandId": "PartDesign_Pad", + "freecadVersion": "1.1.1", + "gitCommit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d", + "schemaVersion": 1, + "state": "success", + "success": true, + "taskPanel": { + "closed": { + "activeDialog": false, + "buttons": [ + { + "default": false, + "enabled": true, + "objectName": "newFileButton", + "role": "direct-push-button", + "text": "" + }, + { + "default": false, + "enabled": true, + "objectName": "newFileButton", + "role": "direct-push-button", + "text": "" + }, + { + "default": false, + "enabled": true, + "objectName": "newFileButton", + "role": "direct-push-button", + "text": "" + }, + { + "default": false, + "enabled": true, + "objectName": "newFileButton", + "role": "direct-push-button", + "text": "" + }, + { + "default": false, + "enabled": true, + "objectName": "newFileButton", + "role": "direct-push-button", + "text": "" + }, + { + "default": false, + "enabled": true, + "objectName": "newFileButton", + "role": "direct-push-button", + "text": "" + }, + { + "default": false, + "enabled": true, + "objectName": "", + "role": "direct-push-button", + "text": "Open First Start Setup" + }, + { + "default": false, + "enabled": true, + "objectName": "", + "role": "direct-push-button", + "text": "5.24 mm x 4.14 mm" + }, + { + "default": false, + "enabled": true, + "objectName": "notificationArea", + "role": "direct-push-button", + "text": "" + }, + { + "default": false, + "enabled": true, + "objectName": "NavigationIndicator", + "role": "direct-push-button", + "text": "CAD " + } + ], + "fieldClasses": [ + "Gui::WorkbenchComboBox", + "QCheckBox" + ], + "fieldCount": 2, + "focus": { + "className": "Gui::TaskView::TaskView", + "objectName": "Tasks" + }, + "inEdit": "", + "phase": "closed" + }, + "opened": { + "activeDialog": true, + "buttons": [ + { + "default": false, + "enabled": true, + "objectName": "", + "role": "direct-push-button", + "text": "Done" + }, + { + "default": false, + "enabled": true, + "objectName": "", + "role": "direct-push-button", + "text": "5.24 mm x 4.14 mm" + }, + { + "default": false, + "enabled": true, + "objectName": "notificationArea", + "role": "direct-push-button", + "text": "" + }, + { + "default": false, + "enabled": true, + "objectName": "NavigationIndicator", + "role": "direct-push-button", + "text": "CAD " + } + ], + "fieldClasses": [ + "Gui::WorkbenchComboBox", + "QComboBox" + ], + "fieldCount": 4, + "focus": { + "className": "Gui::PrefQuantitySpinBox", + "objectName": "lengthEdit" + }, + "inEdit": "Pad", + "phase": "opened" + }, + "preview": { + "bodyTip": "Pad", + "length": 10, + "name": "Pad", + "profile": "Sketch", + "shapeValid": true, + "solidCount": 1, + "typeId": "PartDesign::Pad", + "volume": 120 + } + }, + "workflowId": "partdesign-pad-task" + } + }, + "remainingStates": [ + "disabled", + "failure", + "cancel", + "recovery" + ], + "exactPromotionReady": false +} diff --git a/config/freecad-gui-workflow-plan.json b/config/freecad-gui-workflow-plan.json new file mode 100644 index 0000000..8eab575 --- /dev/null +++ b/config/freecad-gui-workflow-plan.json @@ -0,0 +1,110 @@ +{ + "schemaVersion": 1, + "baseline": { + "freecadVersion": "1.1.1", + "commit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d" + }, + "selectedAt": "2026-08-14", + "family": { + "id": "partdesign-pad-task", + "title": "Part Design Pad task lifecycle", + "workbench": "PartDesignWorkbench", + "primaryCommand": "PartDesign_Pad", + "commandIds": [ + "PartDesign_Pad" + ], + "primaryExactTask": "EX-UI-03", + "relatedExactTasks": [ + "EX-ORA-01", + "EX-PD-01" + ], + "selectionReason": "Pad is a P0 profile feature with existing native geometry, failure, history, naming and FCStd evidence. Its GUI command is document-sensitive, opens a parameter Task panel, supports preview and cancel, and can exercise success, disabled, failure and recovery without introducing a new workbench scope." + }, + "sensitivityEvidence": { + "source": "config/freecad-gui-command-inventory.json", + "commandId": "PartDesign_Pad", + "documentSensitive": true, + "selectionSensitive": false, + "cases": { + "noDocument": [ + false + ], + "documentNoSelection": [ + true + ], + "selectedPartBox": [ + true + ] + } + }, + "stateRecipes": { + "success": { + "setup": "Create a document, Body and closed rectangular Sketch; select the Sketch and invoke PartDesign_Pad.", + "action": "Set Length to 10 mm and accept the Task.", + "expected": "A Pad is committed as Body Tip, the transaction is undoable and the document recomputes valid." + }, + "disabled": { + "setup": "Start the Part Design workbench with no active document.", + "action": "Query PartDesign_Pad command state without invoking it.", + "expected": "The command is inactive and no document, Task or transaction is created." + }, + "failure": { + "setup": "Create an active Body with an invalid open-wire Sketch selected.", + "action": "Invoke PartDesign_Pad and attempt to accept the Task.", + "expected": "The native diagnostic is captured, no invalid Pad is committed and the last valid document state is retained." + }, + "cancel": { + "setup": "Create an active Body with a valid closed Sketch and open PartDesign_Pad.", + "action": "Change Length, observe preview, then cancel the Task.", + "expected": "Preview state is discarded, no Pad is committed and selection, active Body and focus return to their pre-command state." + }, + "recovery": { + "setup": "Continue from the failed or cancelled Pad workflow in the same document.", + "action": "Repair the profile or reopen Pad, enter a valid Length and accept; then undo and redo once.", + "expected": "The valid Pad is committed, Body Tip and Shape recover, undo/redo are stable and save-reopen preserves the result." + } + }, + "progress": [ + { + "taskId": "ORA-GUI-WF-000", + "status": "completed", + "evidence": [ + "config/freecad-gui-workflow-plan.json", + "config/freecad-gui-command-inventory.json" + ] + }, + { + "taskId": "ORA-GUI-WF-001", + "status": "completed", + "evidence": [ + "config/freecad-gui-workflow-oracle.json", + "scripts/check-freecad-gui-workflow-oracle.mjs" + ] + }, + { + "taskId": "ORA-GUI-WF-002", + "status": "in_progress", + "evidence": [] + }, + { + "taskId": "ORA-GUI-WF-003", + "status": "pending", + "evidence": [] + }, + { + "taskId": "ORA-GUI-WF-004", + "status": "pending", + "evidence": [] + }, + { + "taskId": "ORA-GUI-WF-005", + "status": "pending", + "evidence": [] + }, + { + "taskId": "ORA-GUI-WF-006", + "status": "pending", + "evidence": [] + } + ] +} diff --git a/config/freecad-native-property-semantics.json b/config/freecad-native-property-semantics.json index 526fb91..2a964fe 100644 --- a/config/freecad-native-property-semantics.json +++ b/config/freecad-native-property-semantics.json @@ -7,8 +7,8 @@ }, "source": { "path": ".cache/freecad/reference-desktop.json", - "bytes": 4030859, - "sha256": "995b495cd287cb43bed3d6a7cb69ae1f36d021a331ddf7c418304ece023e911e" + "bytes": 4699380, + "sha256": "30ffbbdb4139a682486e6fed482a8d8d8a88c287a38dfec8d814e38f4e70fc80" }, "runtime": { "registeredObjectTypes": 352, @@ -37,16 +37,16 @@ }, "supportSummary": { "native-editable-codec": { - "typeCount": 18, - "recordCount": 4135 + "typeCount": 22, + "recordCount": 4304 }, "native-specialized-codec": { "typeCount": 5, "recordCount": 683 }, "opaque-fcstd-proxy": { - "typeCount": 62, - "recordCount": 692 + "typeCount": 58, + "recordCount": 523 } }, "types": [ @@ -195,7 +195,7 @@ }, { "typeId": "App::PropertyFloatConstraint", - "support": "opaque-fcstd-proxy", + "support": "native-editable-codec", "recordCount": 80, "objectTypeCount": 64, "statusNames": [ @@ -299,7 +299,7 @@ }, { "typeId": "App::PropertyLinkHidden", - "support": "opaque-fcstd-proxy", + "support": "native-editable-codec", "recordCount": 63, "objectTypeCount": 63, "statusNames": [ @@ -462,7 +462,7 @@ }, { "typeId": "App::PropertyPrecision", - "support": "opaque-fcstd-proxy", + "support": "native-editable-codec", "recordCount": 14, "objectTypeCount": 6, "statusNames": [] @@ -495,7 +495,7 @@ }, { "typeId": "App::PropertyQuantityConstraint", - "support": "opaque-fcstd-proxy", + "support": "native-editable-codec", "recordCount": 12, "objectTypeCount": 7, "statusNames": [ @@ -880,9 +880,11 @@ "behaviorNative": [ "Hidden", "Immutable", + "LockDynamic", "NoModify", "Ordered", "Output", + "PartialTrigger", "PropHidden", "PropNoPersist", "PropNoRecompute", @@ -892,21 +894,18 @@ "ReadOnly", "Transient" ], - "preservedOnly": [ - "LockDynamic", - "PartialTrigger" - ], - "preservedOnlyRecordCount": 70, + "preservedOnly": [], + "preservedOnlyRecordCount": 0, "proxyOnly": [], "proxyOnlyRecordCount": 0, "unknownNumericBits": [] }, "harness": { "path": "scripts/run-freecad-native-property-semantics.mjs", - "bytes": 5949, - "sha256": "fb7fb74e4979b284e7a0f637d820bd183cea8e5cfb1348fd1730a891ac1306a2" + "bytes": 6166, + "sha256": "f6fcab14a46c9e7597f10808b31eb10cd5196bd90144c5b6a7a50e6993a1c3f6" }, "exactPromotionReady": false, - "exactBlocker": "complete native document and property semantics", - "generatedAt": "2026-08-14T15:36:12.139Z" + "exactBlocker": "58 runtime property types and 523 records remain opaque-only; complete native document and property semantics", + "generatedAt": "2026-08-14T22:37:52.376Z" } diff --git a/config/freecad-oracle-boundaries.json b/config/freecad-oracle-boundaries.json new file mode 100644 index 0000000..1efffd9 --- /dev/null +++ b/config/freecad-oracle-boundaries.json @@ -0,0 +1,233 @@ +{ + "schemaVersion": 1, + "baseline": { + "freecadVersion": "1.1.1", + "commit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d" + }, + "notBuiltModules": [ + { + "name": "Cloud", + "buildOption": "BUILD_CLOUD", + "decision": "proxy", + "exactTask": "EX-PROXY-01", + "sourceEvidence": ["src/Mod/Cloud/CMakeLists.txt"], + "boundary": "Desktop network behavior is excluded; cloud payloads remain explicit resources without ambient network authority." + }, + { + "name": "JtReader", + "buildOption": "BUILD_JTREADER", + "decision": "proxy", + "exactTask": "EX-FMT-04", + "sourceEvidence": ["src/Mod/JtReader/CMakeLists.txt"], + "boundary": "JT stays a lossless proxy resource until a licensed browser decoder has native differential evidence." + }, + { + "name": "Sandbox", + "buildOption": "BUILD_SANDBOX", + "decision": "browser-reimplementation", + "exactTask": "EX-SCRIPT-01", + "sourceEvidence": ["src/Mod/Sandbox/CMakeLists.txt"], + "boundary": "The desktop developer sandbox is replaced by the capability-secure Facade script boundary." + }, + { + "name": "TemplatePyMod", + "buildOption": "source-template-only", + "decision": "source-template", + "exactTask": "EX-SCRIPT-01", + "sourceEvidence": ["src/Mod/TemplatePyMod/CMakeLists.txt"], + "boundary": "The upstream template is source-only and is covered by the versioned Python/addon compatibility contract." + } + ], + "sourceOnlyCommands": [ + { + "id": "Arch_Floor", + "sourceModules": ["BIM"], + "classification": "legacy-lazy-command", + "sourceEvidence": ["src/Mod/BIM/ArchFloor.py"], + "runtimeExpectation": "registered-only-when-the-legacy-ArchFloor-module-is-imported", + "exactTask": "EX-BIM-01" + }, + { + "id": "Arch_RebarTools", + "sourceModules": ["BIM"], + "classification": "optional-addon-command-group", + "sourceEvidence": ["src/Mod/BIM/InitGui.py"], + "runtimeExpectation": "registered-only-when-the-external-RebarTools-addon-imports-successfully", + "exactTask": "EX-ADDON-01" + }, + { + "id": "CAM_%s", + "sourceModules": ["CAM"], + "classification": "dynamic-command-template", + "sourceEvidence": ["src/Mod/CAM/Path/Op/Gui/Base.py"], + "runtimeExpectation": "the-literal-template-must-not-register;-expanded-CAM-operation-commands-are-inventoried-separately", + "exactTask": "EX-CAM-01" + }, + { + "id": "CAM_3dTools", + "sourceModules": ["CAM"], + "classification": "optional-preference-command-group", + "sourceEvidence": ["src/Mod/CAM/InitGui.py"], + "runtimeExpectation": "registered-only-when-advanced-OCL-features-are-enabled-and-the-OCL-import-succeeds", + "exactTask": "EX-CAM-01" + }, + { + "id": "CAM_Camotics", + "sourceModules": ["CAM"], + "classification": "optional-executable-command", + "sourceEvidence": ["src/Mod/CAM/InitGui.py", "src/Mod/CAM/Path/Main/Gui/Camotics.py"], + "runtimeExpectation": "loaded-only-for-the-advanced-OCL-CAMotics-path-with-a-compatible-host-executable", + "exactTask": "EX-CAM-01" + }, + { + "id": "CAM_Copy", + "sourceModules": ["CAM"], + "classification": "legacy-lazy-command", + "sourceEvidence": ["src/Mod/CAM/InitGui.py", "src/Mod/CAM/Path/Op/Gui/Copy.py"], + "runtimeExpectation": "the-default-workbench-uses-CAM_OperationCopy;CAM_Copy-registers-only-after-its-legacy-module-import", + "exactTask": "EX-CAM-01" + }, + { + "id": "CAM_DrillingTools", + "sourceModules": ["CAM"], + "classification": "optional-preference-command-group", + "sourceEvidence": ["src/Mod/CAM/InitGui.py"], + "runtimeExpectation": "registered-only-when-experimental-features-add-CAM_Tapping-to-the-drilling-group", + "exactTask": "EX-CAM-01" + }, + { + "id": "Draft_Hyperlink", + "sourceModules": ["Draft"], + "classification": "context-lazy-command", + "sourceEvidence": ["src/Mod/Draft/InitGui.py", "src/Mod/Draft/draftguitools/gui_hyperlink.py"], + "runtimeExpectation": "registered-only-after-a-text-object-context-menu-lazily-imports-the-hyperlink-module", + "exactTask": "EX-DRAFT-01" + }, + { + "id": "TemplatePyCheckable", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyGroup", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyGrp_1", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyGrp_2", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyGrp_3", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyMod_Cmd1", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyMod_Cmd2", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyMod_Cmd3", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyMod_Cmd4", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyMod_Cmd5", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + }, + { + "id": "TemplatePyMod_Cmd6", + "sourceModules": ["TemplatePyMod"], + "classification": "source-template-command", + "sourceEvidence": ["src/Mod/TemplatePyMod/Commands.py", "src/Mod/TemplatePyMod/InitGui.py"], + "runtimeExpectation": "not-registered-because-TemplatePyMod-is-a-source-only-development-template", + "exactTask": "EX-SCRIPT-01" + } + ], + "sourceOnlyTypeIds": [ + { + "typeId": "App::DocumentObjectExtension", + "classification": "non-instantiable-extension-type", + "sourceEvidence": ["src/Mod/Test/Document.py"], + "runtimeExpectation": "must-reject-document-object-creation" + }, + { + "typeId": "Assembly::Product", + "classification": "legacy-importer-type", + "sourceEvidence": ["src/Mod/Import/App/PlmXmlParser.py"], + "runtimeExpectation": "not-registered-by-locked-assembly-module" + }, + { + "typeId": "Assembly::ProductRef", + "classification": "legacy-importer-type", + "sourceEvidence": ["src/Mod/Import/App/PlmXmlParser.py"], + "runtimeExpectation": "not-registered-by-locked-assembly-module" + }, + { + "typeId": "Part::SketchObject", + "classification": "commented-test-reference", + "sourceEvidence": ["src/Mod/Part/TestPartGui.py"], + "runtimeExpectation": "not-a-runtime-type" + }, + { + "typeId": "PartDesign::Additive", + "classification": "generated-type-prefix", + "sourceEvidence": ["src/Mod/PartDesign/Gui/CommandPrimitive.cpp"], + "runtimeExpectation": "prefix-only-additive-primitive-types-are-registered" + }, + { + "typeId": "PartDesign::SketchObject", + "classification": "commented-test-reference", + "sourceEvidence": ["src/Mod/PartDesign/TestPartDesignGui.py"], + "runtimeExpectation": "not-a-runtime-type" + } + ] +} diff --git a/config/freecad-property-status-oracle.json b/config/freecad-property-status-oracle.json index 4b1498f..bf559a7 100644 --- a/config/freecad-property-status-oracle.json +++ b/config/freecad-property-status-oracle.json @@ -167,6 +167,12 @@ ], "fcstd": { "reopened": { + "codecValues": { + "FloatConstraint": 0.25, + "HiddenLink": "Target", + "Precision": 0.001, + "QuantityConstraint": 12.5 + }, "properties": [ "Persisted", "RuntimeTransient", @@ -193,8 +199,12 @@ } }, "xml": { + "floatConstraintNative": true, + "hiddenLinkNative": true, "noPersistProperty": false, "persistedProperty": true, + "precisionNative": true, + "quantityConstraintNative": true, "runtimeTransientHasValue": false, "runtimeTransientProperty": true, "typeTransientHasValue": false, @@ -211,13 +221,83 @@ "type": "RuntimeError" } }, + "mutableRenameAndRemove": true, + "observerEvents": [ + { + "object": "Feature", + "property": "MutableValue", + "type": "property.added" + }, + { + "name": "dynamic-property-mutation", + "type": "transaction.opened" + }, + { + "object": "Feature", + "property": "MutableValue", + "type": "property.before-change" + }, + { + "object": "Feature", + "property": "MutableValue", + "type": "property.changed" + }, + { + "object": "Feature", + "property": "RenamedValue", + "type": "property.removed" + }, + { + "type": "transaction.committed" + } + ], "propertyStillPresent": true, "renamedPropertyPresent": false, "reportedStatus": [ "LockDynamic", "21" - ] + ], + "undoAvailable": true }, - "schemaVersion": 1, + "partialTrigger": { + "observerEvents": [ + { + "object": "Binder", + "property": "PartialLoad", + "type": "property.before-change" + }, + { + "name": "partial-trigger-mutation", + "type": "transaction.opened" + }, + { + "object": "Binder", + "property": "PartialLoad", + "type": "property.changed" + }, + { + "object": "Binder", + "property": "Shape", + "type": "property.changed" + }, + { + "type": "transaction.committed" + } + ], + "recomputeCount": 1, + "reportedStatus": [ + "PartialTrigger" + ], + "state": { + "documentTouched": false, + "mustExecute": false, + "state": [ + "Up-to-date" + ] + }, + "undoAvailable": true, + "value": true + }, + "schemaVersion": 2, "status": "pass" } diff --git a/config/freecad-tsn-stage-correlation-oracle.json b/config/freecad-tsn-stage-correlation-oracle.json new file mode 100644 index 0000000..6eee304 --- /dev/null +++ b/config/freecad-tsn-stage-correlation-oracle.json @@ -0,0 +1,764 @@ +{ + "baselineId": "freecad-1.1.1-tsn-stage-correlation", + "exactCorrelationReady": false, + "freecadVersion": "1.1.1", + "gitCommit": "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d", + "harness": { + "bytes": 15851, + "path": "scripts/freecad-tsn-stage-correlation-oracle.py", + "sha256": "051d4b048801315de7ffe15d327ed2a61a136a8e4eb9570aa142e4cc07ad0055" + }, + "mutations": [ + { + "beforeParameter": 2, + "beforeTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "27ce709aac9ef81f00cbabe811ce71109a4d28b2bc70781692a1786f51d2d086", + "5f02884f9407c2c2cf1f6ad556796dab596a99fc89683c46ed0c9c06f5eaa3b6", + "0c4c788ee72519d174464d55a7432d148296f2b10ef2be6d474bdd15fed39cb4" + ], + "downstreamShapeChanged": true, + "editedParameter": 2.5, + "editedTopologyDigests": [ + "532c5e728dba7ca5efdd5af2339775d37cf7ad09572025eb8d02dbdb29ba4769", + "e86384c9bed306a1888640149d37044815c96cd35c8adfb68fb3f922c3f143a1", + "a39fadeaddb58af242c3144ffe2ada12e37ddad9453872683a98ee83bc98cdeb", + "3fb6cbd5903dfa65a79539b97cee4292eb791fc83e5eeadc16b2f9d25d6505df", + "376fe3fbd5d581b6c666aad7b4e5c9e383bc85ab806c46d2eaaa80fe675c23e7" + ], + "featureName": "CutStage", + "operation": "cut", + "parameterChanged": true, + "propertyPath": "Length", + "restoreTopologyDriftStages": 3, + "restoredExactly": true, + "restoredGeometrically": true, + "restoredParameter": 2, + "restoredTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "3bf9c75c96da8b060cddb6acc9d8328fc7c4873298a02f97e53ca295958687fa", + "eca37e791bcbd7f6f4d946a98035adb91d50c56ed257c4af409a6b3032c3434a" + ], + "restoredTopologyExactly": false, + "status": "pass", + "typeId": "PartDesign::Pocket" + }, + { + "beforeParameter": 15, + "beforeTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "3bf9c75c96da8b060cddb6acc9d8328fc7c4873298a02f97e53ca295958687fa", + "eca37e791bcbd7f6f4d946a98035adb91d50c56ed257c4af409a6b3032c3434a" + ], + "downstreamShapeChanged": true, + "editedParameter": 22.5, + "editedTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "featureName": "RotateStage", + "operation": "rotate", + "parameterChanged": true, + "propertyPath": "Angle", + "restoreTopologyDriftStages": 2, + "restoredExactly": true, + "restoredGeometrically": true, + "restoredParameter": 15, + "restoredTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "restoredTopologyExactly": false, + "status": "pass", + "typeId": "PartDesign::Feature" + }, + { + "beforeParameter": 0.2, + "beforeTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "downstreamShapeChanged": true, + "editedParameter": 0.35, + "editedTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "featureName": "FilletStage", + "operation": "fillet", + "parameterChanged": true, + "propertyPath": "Radius", + "restoreTopologyDriftStages": 0, + "restoredExactly": true, + "restoredGeometrically": true, + "restoredParameter": 0.2, + "restoredTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "restoredTopologyExactly": true, + "status": "pass", + "typeId": "PartDesign::Fillet" + }, + { + "beforeParameter": [ + 1, + 0, + 0 + ], + "beforeTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "downstreamShapeChanged": true, + "editedParameter": [ + 0, + 0, + 1 + ], + "editedTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "featureName": "MirroredStage", + "operation": "mirrored", + "parameterChanged": true, + "propertyPath": "PlaneNormal", + "restoreTopologyDriftStages": 0, + "restoredExactly": true, + "restoredGeometrically": true, + "restoredParameter": [ + 1, + 0, + 0 + ], + "restoredTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "restoredTopologyExactly": true, + "status": "pass", + "typeId": "PartDesign::Feature" + }, + { + "beforeParameter": 2, + "beforeTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "downstreamShapeChanged": true, + "editedParameter": 3, + "editedTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "9bc91dea322c2bf63a7c27a765cb3081bd2d2c7627c83b870a53d973e9266bc6" + ], + "featureName": "LinearPatternStage", + "operation": "linear-pattern", + "parameterChanged": true, + "propertyPath": "Occurrences", + "restoreTopologyDriftStages": 0, + "restoredExactly": true, + "restoredGeometrically": true, + "restoredParameter": 2, + "restoredTopologyDigests": [ + "e5f9cf776ddc1289887018d55af7031b7e06f2f957cf9f8f14d2df4eae3864c2", + "54909d11a0a2c03e01c5c3d1dbfe534481f0efe9cd276efafdf4803213f16578", + "d707245f8805cc7393d782837b824734cf3c45056bccb15226dbc72bd7ca169b", + "014dbe05990637566dfb1c65cc942fc1bea2ce5ad19faa667ae1fa6014082472", + "a6cbc1de1003fc26ace333e9b04db01d3bd23a1075c8314a6036401f16e43bfa" + ], + "restoredTopologyExactly": true, + "status": "pass", + "typeId": "PartDesign::Feature" + } + ], + "nativeDesktopResaveCovered": true, + "operations": [ + "cut", + "rotate", + "fillet", + "mirrored", + "linear-pattern" + ], + "reopenedStages": [ + { + "historyRelations": 102, + "historySources": [ + "Base", + "CutStage", + "PocketSketch" + ], + "mappedNameCount": 51, + "mappedNameDigest": "d81d46fb00e09fa055ee42530b484f4483e24e89f459e91c0e160a33bb3072f3", + "name": "CutStage", + "nativeBuilder": true, + "operation": "cut", + "shape": { + "area": 672, + "bounds": [ + 0, + 0, + 0, + 20, + 10, + 4 + ], + "brepSha256": "335892b4ac3ea50c7344e4831ca9e2968146130f365acd14c2955d4a5764a746", + "edges": 24, + "faces": 11, + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 767.9999999999999 + }, + "status": "Valid", + "typeId": "PartDesign::Pocket" + }, + { + "historyRelations": 153, + "historySources": [ + "Base", + "CutStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 51, + "mappedNameDigest": "672be1f75cb3f4c636751c511b2622474fa6968101b70c6f1f00e9f69c2d7a0b", + "name": "RotateStage", + "nativeBuilder": false, + "operation": "rotate", + "shape": { + "area": 671.9999999999998, + "bounds": [ + -0.953353488403289, + -2.417819582470549, + 0, + 20.953353488403284, + 12.417819582470553, + 4 + ], + "brepSha256": "5691e5ab95001b9f54f5cd6e5ffc2b0150e24d600b0a57cc0db0ac5deb7bc52d", + "edges": 24, + "faces": 11, + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 767.9999999999998 + }, + "status": "Valid", + "typeId": "PartDesign::Feature" + }, + { + "historyRelations": 228, + "historySources": [ + "Base", + "CutStage", + "FilletStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 57, + "mappedNameDigest": "1b534b25e27970b232f867e64d77f6864878dfd7fccfc93b233e21d779b978ed", + "name": "FilletStage", + "nativeBuilder": true, + "operation": "fillet", + "shape": { + "area": 671.6394689145077, + "bounds": [ + -0.953353488403289, + -2.372870608192231, + 0, + 20.953353488403284, + 12.417819582470553, + 4 + ], + "brepSha256": "3c0ffd6d586a2d709f1d3ec8239a1ad9617654fe60d967059db73fb6e0ca555d", + "edges": 27, + "faces": 12, + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 767.9656637061432 + }, + "status": "Valid", + "typeId": "PartDesign::Fillet" + }, + { + "historyRelations": 285, + "historySources": [ + "Base", + "CutStage", + "FilletStage", + "MirroredStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 57, + "mappedNameDigest": "71c33cac052826ca3f8533de7cf0eee8f27393b6b88ca82c9516c1320ec74fe2", + "name": "MirroredStage", + "nativeBuilder": false, + "operation": "mirrored", + "shape": { + "area": 671.6394689145077, + "bounds": [ + -20.953353488403287, + -2.3728706081922324, + 0, + 0.9533534884032838, + 12.417819582470546, + 4 + ], + "brepSha256": "d500b394fe084474934ab604ecd0c35525dc4ee2f213cfe2c0b52140ca8bcf17", + "edges": 27, + "faces": 12, + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 767.9656637061435 + }, + "status": "Valid", + "typeId": "PartDesign::Feature" + }, + { + "historyRelations": 456, + "historySources": [ + "Base", + "CutStage", + "FilletStage", + "LinearPatternStage", + "MirroredStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 114, + "mappedNameDigest": "dddc8d0ec7b438ea429789c7332a361d749353443b65ce4f8cda169829174d27", + "name": "LinearPatternStage", + "nativeBuilder": false, + "operation": "linear-pattern", + "shape": { + "area": 1343.2789378290156, + "bounds": [ + -20.953353488403287, + -2.3728706081922324, + 0, + 24.953353488403284, + 12.417819582470546, + 4 + ], + "brepSha256": "19819712984960022d9329b54f338f97d3d40dd30f0429b7b5f58ab517bf46a7", + "edges": 54, + "faces": 24, + "solids": 2, + "valid": true, + "vertices": 36, + "volume": 1535.9313274122867 + }, + "status": "Valid", + "typeId": "PartDesign::Feature" + } + ], + "resavedStages": [ + { + "historyRelations": 102, + "historySources": [ + "Base", + "CutStage", + "PocketSketch" + ], + "mappedNameCount": 51, + "mappedNameDigest": "d81d46fb00e09fa055ee42530b484f4483e24e89f459e91c0e160a33bb3072f3", + "name": "CutStage", + "nativeBuilder": true, + "operation": "cut", + "shape": { + "area": 672, + "bounds": [ + 0, + 0, + 0, + 20, + 10, + 4 + ], + "brepSha256": "335892b4ac3ea50c7344e4831ca9e2968146130f365acd14c2955d4a5764a746", + "edges": 24, + "faces": 11, + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 767.9999999999999 + }, + "status": "Valid", + "typeId": "PartDesign::Pocket" + }, + { + "historyRelations": 153, + "historySources": [ + "Base", + "CutStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 51, + "mappedNameDigest": "672be1f75cb3f4c636751c511b2622474fa6968101b70c6f1f00e9f69c2d7a0b", + "name": "RotateStage", + "nativeBuilder": false, + "operation": "rotate", + "shape": { + "area": 671.9999999999998, + "bounds": [ + -0.953353488403289, + -2.417819582470549, + 0, + 20.953353488403284, + 12.417819582470553, + 4 + ], + "brepSha256": "5691e5ab95001b9f54f5cd6e5ffc2b0150e24d600b0a57cc0db0ac5deb7bc52d", + "edges": 24, + "faces": 11, + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 767.9999999999998 + }, + "status": "Valid", + "typeId": "PartDesign::Feature" + }, + { + "historyRelations": 228, + "historySources": [ + "Base", + "CutStage", + "FilletStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 57, + "mappedNameDigest": "1b534b25e27970b232f867e64d77f6864878dfd7fccfc93b233e21d779b978ed", + "name": "FilletStage", + "nativeBuilder": true, + "operation": "fillet", + "shape": { + "area": 671.6394689145077, + "bounds": [ + -0.953353488403289, + -2.372870608192231, + 0, + 20.953353488403284, + 12.417819582470553, + 4 + ], + "brepSha256": "3c0ffd6d586a2d709f1d3ec8239a1ad9617654fe60d967059db73fb6e0ca555d", + "edges": 27, + "faces": 12, + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 767.9656637061432 + }, + "status": "Valid", + "typeId": "PartDesign::Fillet" + }, + { + "historyRelations": 285, + "historySources": [ + "Base", + "CutStage", + "FilletStage", + "MirroredStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 57, + "mappedNameDigest": "71c33cac052826ca3f8533de7cf0eee8f27393b6b88ca82c9516c1320ec74fe2", + "name": "MirroredStage", + "nativeBuilder": false, + "operation": "mirrored", + "shape": { + "area": 671.6394689145077, + "bounds": [ + -20.953353488403287, + -2.3728706081922324, + 0, + 0.9533534884032838, + 12.417819582470546, + 4 + ], + "brepSha256": "9b374288076f597adf12a73dc7f8301a4e397b5029d467aec8f297a73d96f768", + "edges": 27, + "faces": 12, + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 767.9656637061435 + }, + "status": "Valid", + "typeId": "PartDesign::Feature" + }, + { + "historyRelations": 456, + "historySources": [ + "Base", + "CutStage", + "FilletStage", + "LinearPatternStage", + "MirroredStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 114, + "mappedNameDigest": "dddc8d0ec7b438ea429789c7332a361d749353443b65ce4f8cda169829174d27", + "name": "LinearPatternStage", + "nativeBuilder": false, + "operation": "linear-pattern", + "shape": { + "area": 1343.2789378290156, + "bounds": [ + -20.953353488403287, + -2.3728706081922324, + 0, + 24.953353488403284, + 12.417819582470546, + 4 + ], + "brepSha256": "5749cad550f0f992c68ddefc5b48f6a5e92b8d77e173ccbf69cde5ef1b50762f", + "edges": 54, + "faces": 24, + "solids": 2, + "valid": true, + "vertices": 36, + "volume": 1535.9313274122867 + }, + "status": "Valid", + "typeId": "PartDesign::Feature" + } + ], + "schemaVersion": 1, + "stages": [ + { + "historyRelations": 102, + "historySources": [ + "Base", + "CutStage", + "PocketSketch" + ], + "mappedNameCount": 51, + "mappedNameDigest": "d81d46fb00e09fa055ee42530b484f4483e24e89f459e91c0e160a33bb3072f3", + "name": "CutStage", + "nativeBuilder": true, + "operation": "cut", + "shape": { + "area": 672, + "bounds": [ + 0, + 0, + 0, + 20, + 10, + 4 + ], + "brepSha256": "8f2d397cb59d321e5739ba0b03bd64260fdd84045dd15686de80c4444c535505", + "edges": 24, + "faces": 11, + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 767.9999999999999 + }, + "status": "Valid", + "typeId": "PartDesign::Pocket" + }, + { + "historyRelations": 153, + "historySources": [ + "Base", + "CutStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 51, + "mappedNameDigest": "672be1f75cb3f4c636751c511b2622474fa6968101b70c6f1f00e9f69c2d7a0b", + "name": "RotateStage", + "nativeBuilder": false, + "operation": "rotate", + "shape": { + "area": 672, + "bounds": [ + -0.9533534884032862, + -2.417819582470549, + 0, + 20.953353488403287, + 12.41781958247055, + 4 + ], + "brepSha256": "4755383c92aa47477f9ecc5148a14518206815805144857a090ddc38e5469b97", + "edges": 24, + "faces": 11, + "solids": 1, + "valid": true, + "vertices": 16, + "volume": 767.9999999999999 + }, + "status": "Valid", + "typeId": "PartDesign::Feature" + }, + { + "historyRelations": 228, + "historySources": [ + "Base", + "CutStage", + "FilletStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 57, + "mappedNameDigest": "1b534b25e27970b232f867e64d77f6864878dfd7fccfc93b233e21d779b978ed", + "name": "FilletStage", + "nativeBuilder": true, + "operation": "fillet", + "shape": { + "area": 671.6394689145077, + "bounds": [ + -0.9533534884032862, + -2.372870608192231, + 0, + 20.953353488403287, + 12.41781958247055, + 4 + ], + "brepSha256": "b9e7ad2dbe16102b831a1cd2371c598ce5abe1c21ffd51407beed33665ba9923", + "edges": 27, + "faces": 12, + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 767.9656637061437 + }, + "status": "Valid", + "typeId": "PartDesign::Fillet" + }, + { + "historyRelations": 285, + "historySources": [ + "Base", + "CutStage", + "FilletStage", + "MirroredStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 57, + "mappedNameDigest": "71c33cac052826ca3f8533de7cf0eee8f27393b6b88ca82c9516c1320ec74fe2", + "name": "MirroredStage", + "nativeBuilder": false, + "operation": "mirrored", + "shape": { + "area": 671.639468914508, + "bounds": [ + -20.953353488403287, + -2.3728706081922315, + 0, + 0.9533534884032864, + 12.417819582470552, + 4 + ], + "brepSha256": "68c7026fbd830f1249fb23ca3fba785d10b290478b12fd1255796887e576d301", + "edges": 27, + "faces": 12, + "solids": 1, + "valid": true, + "vertices": 18, + "volume": 767.9656637061439 + }, + "status": "Valid", + "typeId": "PartDesign::Feature" + }, + { + "historyRelations": 456, + "historySources": [ + "Base", + "CutStage", + "FilletStage", + "LinearPatternStage", + "MirroredStage", + "PocketSketch", + "RotateStage" + ], + "mappedNameCount": 114, + "mappedNameDigest": "dddc8d0ec7b438ea429789c7332a361d749353443b65ce4f8cda169829174d27", + "name": "LinearPatternStage", + "nativeBuilder": false, + "operation": "linear-pattern", + "shape": { + "area": 1343.278937829016, + "bounds": [ + -20.953353488403287, + -2.3728706081922315, + 0, + 24.953353488403287, + 12.417819582470552, + 4 + ], + "brepSha256": "9207500ce3fae12e57cb3a9c04537bc4bf1dbd7b4eb10bf5ad01aa7a71c62821", + "edges": 54, + "faces": 24, + "solids": 2, + "valid": true, + "vertices": 36, + "volume": 1535.9313274122874 + }, + "status": "Valid", + "typeId": "PartDesign::Feature" + } + ], + "status": "pass", + "summary": { + "mutationCases": 5, + "mutationPassed": 5, + "mutationRestoreTopologyDriftCases": 2, + "mutationRestoreTopologyDriftStages": 5, + "nativeBuilderStages": 2, + "proxyStages": 3, + "resaveNameDrift": 0, + "roundtripNameDrift": 0, + "stages": 5, + "unexplainedRelations": 0, + "wrongBindings": 0 + } +} diff --git a/config/freecad-web-exact-parity-plan.json b/config/freecad-web-exact-parity-plan.json index 80899a7..e378a17 100644 --- a/config/freecad-web-exact-parity-plan.json +++ b/config/freecad-web-exact-parity-plan.json @@ -20,7 +20,7 @@ "id": "EX01", "title": "Exhaustive FreeCAD oracle and optional dependency baseline", "tasks": [ - { "id": "EX-ORA-01", "title": "Capture exhaustive runtime objects, properties, commands and GUI states", "priority": "P0", "status": "in_progress", "dependencies": [], "deliverables": ["Runtime oracle for every registered TypeId and command", "Success, failure, disabled and cancel fixtures", "Source-to-runtime trace"], "acceptance": ["All inventory candidates are promoted or explicitly excluded", "No command or property has an unknown runtime state"], "evidence": ["check:freecad-inventory", "check:freecad-type-properties", "check:freecad-gui-commands", "check:freecad-oracle-coverage"], "exactBlockedBy": ["Static candidates and GUI-only states are not exhaustively runtime-probed"] }, + { "id": "EX-ORA-01", "title": "Capture exhaustive runtime objects, properties, commands and GUI states", "priority": "P0", "status": "in_progress", "dependencies": [], "deliverables": ["Runtime oracle for every registered TypeId and command", "Success, failure, disabled and cancel fixtures", "Source-to-runtime trace"], "acceptance": ["All inventory candidates are promoted or explicitly excluded", "No command or property has an unknown runtime state"], "evidence": ["check:freecad-inventory", "check:freecad-type-properties", "check:freecad-gui-commands", "check:freecad-oracle-coverage", "check:freecad-gui-workflow"], "exactBlockedBy": ["The isolated desktop oracle covers 1111 workbench-startup commands in 100 fail-closed shards, 19 source-only commands and 2 context-only commands; the PartDesign Pad success Task workflow is captured, while disabled, failure, cancel, recovery and the remaining command-family workflows are still open"] }, { "id": "EX-ORA-02", "title": "Expand geometry, history and FCStd golden corpus to every feature family", "priority": "P0", "status": "in_progress", "dependencies": ["EX-ORA-01"], "deliverables": ["Parameterized success and failure corpus", "Native Shape, history, ElementMap2 and StringHasher evidence", "FreeCAD save-reopen-resave evidence"], "acceptance": ["Every editable feature family has boundary and mutation fixtures", "Unknown semantic differences are zero"], "evidence": ["check:freecad-golden-fixtures", "check:freecad-composite-history-elementmap", "check:freecad-golden-coverage", "check:freecad-parameter-mutations", "check:freecad-partdesign-failures", "check:freecad-partdesign-revolution-groove", "check:freecad-partdesign-transform", "check:freecad-part-builders"], "exactBlockedBy": ["Parameter mutation matrix is fail-closed until every family has explicit edit/recompute/recovery and round-trip evidence"] }, { "id": "EX-ORA-03", "title": "Lock all optional libraries, platform capabilities and license boundaries", "priority": "P1", "status": "pending", "dependencies": ["EX-ORA-01"], "deliverables": ["Optional dependency manifest", "Browser, sidecar or proxy decision per dependency", "Reproducible hashes and licenses"], "acceptance": ["Every optional FreeCAD capability has one executable strategy", "No undeclared host-only dependency affects a claim"], "evidence": ["check:baseline", "check:sbom"], "exactBlockedBy": ["Several desktop-only optional libraries remain proxy or sidecar capabilities"] } ] @@ -34,14 +34,14 @@ { "id": "EX-TSN-01", "title": "Capture native stage Shape and Generated/Modified/Deleted for every builder", "priority": "P0", "status": "completed", "dependencies": ["EX-KER-01", "EX-TSN-00"], "deliverables": ["All builder-stage captures", "Multi-input and one-to-many lineage", "Local feature recompute history"], "acceptance": ["Every feature result relation has a producing native stage", "No final-result index is applied to an intermediate Shape"], "evidence": ["check:freecad-composite-history-elementmap", "check:freecad-tsn-stage-evidence"], "exactBlockedBy": [] }, { "id": "EX-TSN-02", "title": "Expose native MappedNameRef and StringHasher decisions for every feature", "priority": "P0", "status": "completed", "dependencies": ["EX-TSN-01"], "deliverables": ["Native naming callback ABI", "Per-stage StringHasher evidence", "Lossless ElementMap2 token generation"], "acceptance": ["All new tokens originate in native evidence", "FreeCAD round-trip names remain byte and semantic stable"], "evidence": ["check:freecad-native-naming-evidence", "check:freecad-sketcher-partdesign-abi", "check:freecad-naming-sdk", "check:freecad-naming-production", "check:chrome-freecad-naming-production", "check:freecad-private-naming-boundary", "check:occt-history-artifact"], "exactBlockedBy": [] }, { "id": "EX-TSN-03", "title": "Resolve isomorphic topology only from unique native provenance", "priority": "P0", "status": "completed", "dependencies": ["EX-TSN-01", "EX-TSN-02"], "deliverables": ["Symmetric Boolean corpus", "Candidate provenance graph", "Ambiguity repair lifecycle"], "acceptance": ["Unique native sources resolve deterministically", "Non-unique sources remain ambiguous across save, undo and recompute"], "evidence": ["test:topology-replay", "test:facade", "check:freecad-isomorphic-provenance", "check:freecad-naming-production", "check:chrome-freecad-naming-production", "check:freecad-exact-history-elementmap-gate"], "exactBlockedBy": [] }, - { "id": "EX-TSN-04", "title": "Close topology naming across all feature edits and FCStd round-trips", "priority": "P0", "status": "in_progress", "dependencies": ["EX-TSN-02", "EX-TSN-03"], "deliverables": ["Cross-feature mutation matrix", "ElementMap2 history migration", "Long-chain LinkSub stability report"], "acceptance": ["Wrong bindings, unexplained relations and name drift are zero for the exhaustive corpus"], "evidence": ["check:freecad-isomorphic-provenance", "check:freecad-composite-history-elementmap", "check:freecad-fcstd-roundtrip", "check:freecad-exact-history-elementmap-gate"], "exactBlockedBy": ["The 30-case native save-reopen-resave corpus now has zero mapped-name drift, but the exhaustive cross-feature transition matrix and production-chain desktop resave correlation remain incomplete"] } + { "id": "EX-TSN-04", "title": "Close topology naming across all feature edits and FCStd round-trips", "priority": "P0", "status": "in_progress", "dependencies": ["EX-TSN-02", "EX-TSN-03"], "deliverables": ["Cross-feature mutation matrix", "ElementMap2 history migration", "Long-chain LinkSub stability report"], "acceptance": ["Wrong bindings, unexplained relations and name drift are zero for the exhaustive corpus"], "evidence": ["check:freecad-isomorphic-provenance", "check:freecad-composite-history-elementmap", "check:freecad-tsn-stage-correlation", "check:freecad-fcstd-roundtrip", "check:freecad-exact-history-elementmap-gate"], "exactBlockedBy": ["The locked 30-case corpus now passes 30/30 native property mutations, final-shape propagation and 219/219 geometry-stage restores, but 11 PartDesign cases evolve 28 recovered naming-stage digests; the five-stage chain still has 3/5 generic Shape proxies, no rotate mutation family, 5 semantic topology restore drifts, and only 4/361 ordered operation pairs classified"] } ] }, { "id": "EX03", "title": "Application document, property and recompute semantics", "tasks": [ - { "id": "EX-DOC-01", "title": "Implement every native property type, flag, editor and serialization rule", "priority": "P0", "status": "in_progress", "dependencies": ["EX-ORA-01"], "deliverables": ["Complete Property schema", "Status and editor metadata", "Binary and XML codecs"], "acceptance": ["Every runtime property fixture round-trips without type coercion or unknown loss"], "evidence": ["check:freecad-type-properties", "check:freecad-native-property-semantics", "check:freecad-property-status", "check:freecad-fcstd-roundtrip"], "exactBlockedBy": ["Of 85 runtime property types and 5510 records, 62 types/692 records remain opaque-only; all 15 observed status classes are represented, 13 have native behavior evidence, and LockDynamic/PartialTrigger still lack dynamic mutation and partial-document observer implementation"] }, + { "id": "EX-DOC-01", "title": "Implement every native property type, flag, editor and serialization rule", "priority": "P0", "status": "in_progress", "dependencies": ["EX-ORA-01"], "deliverables": ["Complete Property schema", "Status and editor metadata", "Binary and XML codecs"], "acceptance": ["Every runtime property fixture round-trips without type coercion or unknown loss"], "evidence": ["check:freecad-type-properties", "check:freecad-native-property-semantics", "check:freecad-property-status", "check:freecad-fcstd-roundtrip"], "exactBlockedBy": ["Of 85 runtime property types and 5510 records, 58 types/523 records remain opaque-only; all 15 observed status classes now have typed Facade behavior, including LockDynamic dynamic mutation and PartialTrigger partial-document observer transactions, but the remaining codecs, editors and complete document observer semantics are not closed"] }, { "id": "EX-DOC-02", "title": "Match transactions, DAG recompute, partial failure and document observers", "priority": "P0", "status": "in_progress", "dependencies": ["EX-DOC-01", "EX-TSN-04"], "deliverables": ["Transaction and observer event oracle", "Partial recompute scheduler", "Failure recovery contract"], "acceptance": ["Undo, redo, abort, stale and cyclic dependency behavior matches FreeCAD"], "evidence": ["check:document-closure", "test:facade"], "exactBlockedBy": ["Observer ordering and every partial-recompute branch are not yet oracle-backed"] }, { "id": "EX-DOC-03", "title": "Complete expressions, links, extensions, groups and App object lifecycle", "priority": "P0", "status": "in_progress", "dependencies": ["EX-DOC-01"], "deliverables": ["Expression dependency grammar", "Link and extension lifecycle", "Group and clone semantics"], "acceptance": ["Copy, clone, delete, relink and expression edits survive native round-trip"], "evidence": ["check:fcstd-closure", "check:chrome-production-document"], "exactBlockedBy": ["FeaturePython-backed extensions remain non-executable"] }, { "id": "EX-DOC-04", "title": "Complete multi-document, external link, merge and recovery workflows", "priority": "P1", "status": "pending", "dependencies": ["EX-DOC-02", "EX-DOC-03"], "deliverables": ["Cross-document Link corpus", "Merge and conflict semantics", "Crash and autosave recovery"], "acceptance": ["Open, close, relink, merge and recovery match the native document graph"], "evidence": ["check:chrome-persistence", "check:project-migration"], "exactBlockedBy": ["Current application is project-first and does not implement every desktop multi-document workflow"] }, diff --git a/config/linuxcnc-wasm-machine-artifact.json b/config/linuxcnc-wasm-machine-artifact.json new file mode 100644 index 0000000..08f7153 --- /dev/null +++ b/config/linuxcnc-wasm-machine-artifact.json @@ -0,0 +1,59 @@ +{ + "schemaVersion": 1, + "worktreeRevision": "58f50e6d66287bc31e6d906e5c33658a348658e4", + "chromeVersion": "150.0.7871.128", + "machineCase": "axis-vismach-5axis-table-rotary-tilting-xyzbc-trt", + "machineConfigPath": "linuxcnc/configs/sim/axis/vismach/5axis/table-rotary-tilting/xyzbc-trt.ini", + "distRoot": "cnc_wams_gpt6/linuxcnc-master/web/dist", + "artifacts": [ + { + "role": "entry-html", + "path": "index.html", + "runtimeLoaded": true, + "bytes": 61728, + "sha256": "7087d2ccfb9eb2b4967fa75a7d4069cc97ab62a58d4af4f18a7a449ddc1aa536" + }, + { + "role": "case-registry", + "path": "linuxcnc/cases.json", + "runtimeLoaded": true, + "bytes": 2108501, + "sha256": "b9c614d3f139de57277d02944a3cb8d0e54f68da054021ac375be9ffbb4f95db" + }, + { + "role": "machine-config", + "path": "linuxcnc/configs/sim/axis/vismach/5axis/table-rotary-tilting/xyzbc-trt.ini", + "runtimeLoaded": true, + "bytes": 7179, + "sha256": "43c26a58030b6ec4a4319cde23e847cff0134e9f2777eef30848aa477bb87d38" + }, + { + "role": "application", + "path": "assets/simulator-D-5Qaz4x.js", + "runtimeLoaded": true, + "bytes": 852452, + "sha256": "a429e0b7297fb169255a30acc48274ed17bbeb168fc1d90a13cf4b4e2c6db42f" + }, + { + "role": "controller-worker", + "path": "assets/controller.worker-C1K9_tWf.js", + "runtimeLoaded": true, + "bytes": 365084, + "sha256": "7ac06534c9f270411f02efc56b31b9b862855f90ed31470f2dd22c66d631368f" + }, + { + "role": "wasm-loader", + "path": "assets/linuxcnc-core-DHKZgRAr.js", + "runtimeLoaded": false, + "bytes": 320852, + "sha256": "fa73fa21a449efc18bbbf5e33e5ce4035bd8d8699f1cb7c72b88e280d362813a" + }, + { + "role": "wasm-core", + "path": "assets/linuxcnc-core-XJNGI6z7.wasm", + "runtimeLoaded": true, + "bytes": 53030753, + "sha256": "5c1bb5f7648b7ced4ede192485d37aeee1d9e0dec4a86f2c235aeb3d8c3b647e" + } + ] +} diff --git a/config/qa04-fcstd-fuzz-verification.json b/config/qa04-fcstd-fuzz-verification.json index 90d1f34..072bcf9 100644 --- a/config/qa04-fcstd-fuzz-verification.json +++ b/config/qa04-fcstd-fuzz-verification.json @@ -24,7 +24,7 @@ "wrong-document-root": 77 }, "timing": { - "p95Ms": 0.209, - "maxMs": 3.268 + "p95Ms": 0.126, + "maxMs": 2.592 } } diff --git a/config/qa04-geometry-fuzz-verification.json b/config/qa04-geometry-fuzz-verification.json index cbfaa0d..8cc054a 100644 --- a/config/qa04-geometry-fuzz-verification.json +++ b/config/qa04-geometry-fuzz-verification.json @@ -41,7 +41,7 @@ "zero-revolution-axis": 67 }, "timing": { - "p95Ms": 0.022, - "maxMs": 1.146 + "p95Ms": 0.02, + "maxMs": 0.928 } } diff --git a/config/qa04-sketch-fuzz-verification.json b/config/qa04-sketch-fuzz-verification.json index 2e7fa1b..8a86dbf 100644 --- a/config/qa04-sketch-fuzz-verification.json +++ b/config/qa04-sketch-fuzz-verification.json @@ -22,7 +22,7 @@ "invalid": 800 }, "timing": { - "p95Ms": 0.061, - "maxMs": 1.509 + "p95Ms": 0.029, + "maxMs": 0.662 } } diff --git a/config/release-artifacts.json b/config/release-artifacts.json index 777c25c..fc27064 100644 --- a/config/release-artifacts.json +++ b/config/release-artifacts.json @@ -28,9 +28,9 @@ "sha256": "b8eacf86224d2705e3c27367b3a0b166f4d662a5b8142d34a8abcdeef58753ec" }, { - "path": "assets/index-BZhOOUrh.js", - "bytes": 1135258, - "sha256": "f8d20cf0ceeb131295d21f8d9809a542aa8871a50e74a712fdc065be307fd021" + "path": "assets/index-BrkUKPvE.js", + "bytes": 1143618, + "sha256": "4324ab6351a3ef214762115d5b5ffc706883ccaf1e9b0f90577f912da1e4a223" }, { "path": "assets/nativeHistoryWorkerEntry-BEDB1h7o.js", @@ -335,7 +335,7 @@ { "path": "index.html", "bytes": 678, - "sha256": "b78bfb7e023a1f03371b5f2c322cb367a9a05c622e45a06e37670c87cc68cd3a" + "sha256": "e3cfab4e89c7bc19c51f2529bb2c6c84a61064168029a3bdfee2260a49a71097" }, { "path": "manifest.webmanifest", @@ -390,7 +390,7 @@ { "path": "sw.js", "bytes": 1390, - "sha256": "020250b7a88f8106b0666ad9d7070aefab28892371e4c670ab3d164b9e0922b6" + "sha256": "98ec667a774f8370ed654e457b86d4943b2f1eb89e228bd4e7e652b31a51b982" }, { "path": "vendor/camotics/camotics-sweep.wasm", @@ -412,7 +412,7 @@ "status": "signed", "algorithm": "Ed25519", "keyId": "bitbybit-local-release-2026", - "payloadSha256": "44d3d76c20d3a5d4e691b2d98cc5dc6fa1df910e492bf811fa64133fb2f6177a", - "signature": "m2GxJ+PLZ2RcDSI9w0hUMF+ArOLKydE6ilbgRXKgJlj8qiIRrgvaFghAZQL23NGws++j/9Xv78EsaXRvZC8oDA==" + "payloadSha256": "5172b35d4d194483ac1934a1653259b1c7f5bb78c5ab4a68f7e5033cf2a22b86", + "signature": "FoaYFhliT+/njf8hXECKj5IoCeHPj1MnpbTBIw/FxzYpfyrgQ01nuPkwslM4okUk3d97cncjaXnEkDA7lZBtDw==" } } diff --git a/docs/continuation-status.zh-CN.md b/docs/continuation-status.zh-CN.md index 0f0056c..14a07a3 100644 --- a/docs/continuation-status.zh-CN.md +++ b/docs/continuation-status.zh-CN.md @@ -1885,3 +1885,29 @@ Node 与真实 Chrome 的 19-operation 生产矩阵均重跑通过。17 类样 扩展 `freecad-composite-history-elementmap-oracle` 的每个 30-case 流程:初次保存后关闭并重开,采集 ElementMap/`getElementMappedName()`;随后再次 `saveAs()`,再次关闭并重开,再采集同一组阶段和子形名称。报告新增 `nativeDesktopResaveCovered`、`resaveNameDrift` 及汇总计数,检查器要求 30/30 案例完成二次原生保存且 `roundtripNameDrift=0`、`resaveNameDrift=0`。 本轮实际结果为 30 个案例、219 个阶段、91 个 ElementMap2 资源和 11 个 StringHasher 资源全部通过;二次保存后的命名漂移为 `0`,`wrongBindings/unexplainedRelations/roundtripNameDrift` 等 exact gate 指标继续为零。EX-TSN-04 已把该门禁登记为证据,但仍保持 `in_progress`:生产 Worker 五阶段链与桌面 30-case 语料尚未完成逐阶段相关性对账,跨特征 mutation 矩阵也未穷尽。完整 `./npmw run verify`、构建、签名发布和 `git diff --check` 均通过。 + +## 241. 2026-08-14 EX-TSN-04 桌面五阶段关联与跨特征 mutation 门 + +新增锁定 FreeCAD 1.1.1 的 `freecad-tsn-stage-correlation-oracle`,按生产顺序执行 Cut→Rotate→Fillet→Mirrored→LinearPattern,采集每阶段 Shape、MappedName 摘要、`getElementHistory()` 来源图,并完成关闭、重开、二次 `saveAs()`、再次重开。该专用链与原 30-case corpus 合计形成 31 个桌面 resave 用例;新增链的 `wrongBindings=0`、`unexplainedRelations=0`、`roundtripNameDrift=0`、`resaveNameDrift=0`。exact history gate 现正式计入 `resaveNameDrift`,不再只检查首次 round-trip。 + +跨特征 mutation 对五个阶段各执行一次参数编辑、全链重算和恢复,5/5 参数与几何恢复通过;现有 35-family 报告能为 Cut、Fillet、Mirrored、LinearPattern 提供独立原生 mutation,对 Rotate 仍无注册 feature family。FreeCAD 的顺序 PartDesign 链拒绝继续变换 Mirrored 输出,原生错误为 `Only additive and subtractive features can be transformed`,因此专用顺序链的 Rotate、Mirrored、LinearPattern 仍只能标记为通用 Shape 代理,不能算原生 builder。Cut 与 Rotate 的恢复还导致 2/5 用例、5 个下游语义拓扑摘要变化,虽未形成错误绑定,仍阻断 exact。 + +新门禁将 19 类生产 operation 展开为 361 个有序组合;当前真实回放 4 个相邻转换,剩余 357 个尚未完成类型兼容分类。`EX-TSN-04` 因此保持 `in_progress`,机器化剩余量为 `native sequential builder=2/5`、`native mutation correlation=4/5`、`classified transition=4/361`。不得用当前零漂移结果越过这些显式阻断。 + +## 242. 2026-08-14 30-case 逐阶段 mutation 与恢复对账 + +`freecad-composite-history-elementmap-oracle` 已为固定的 `9 Boolean + 11 PartDesign + 6 复合 Boolean + 4 dress-up` 构造器增加逐案例 mutation 合同。Boolean 编辑 Cylinder.Radius,PartDesign 编辑 Pad.Length,复合 Boolean 编辑第一层基体 Box.Length,Fillet/Chamfer 分别编辑 Radius/Size;每个目标均由 FreeCAD 报告为原生可编辑 Property,并必须改变最终对象的解析几何摘要。采集器为 219 个阶段各保存 before/edited/restored 三相记录,共 657 条,包含稳定解析几何 digest、B-Rep SHA-256、relation digest 与 semantic-name digest。 + +锁定 FreeCAD 1.1.1 oracle 实跑为 `30/30 mutation pass`、最终传播失败 `0`、几何恢复失败 `0/219`。恢复后的文档状态作为实际 FCStd nominal 基线,再执行 save/reopen/resave;30/30 case、219/219 阶段保持 `roundtripNameDrift=0` 与 `resaveNameDrift=0`,91 个 ElementMap2 和 11 个 StringHasher 资源继续通过解析、写回与语义检查。恢复重算本身仍使 11 个 PartDesign case 的 28 个阶段产生 relation/semantic-name digest 演进;报告与 exact gate 将其作为独立非零指标保留,未把几何恢复等同于命名 exact。 + +新增共享 `freecad-composite-mutation-evidence` 校验器,锁定 30 个 case identity、四类配额、原生 Property/editor 状态、target/final stage ordinal、三相阶段 identity、最终传播和逐阶段恢复。TSN-04 checker 与 exact history gate 都按 case 一对一连接 resave 证据,任一案例缺失、重复、错序或局部指标不一致即失败。FreeCAD 来源子形解析同时覆盖 `FaceN/EdgeN/VertexN`、`#d:1`、`#42` 和 `g1v2;SKT` 原生语法;当前 `wrongBindings=0`、`unexplainedRelations=0`。`EX-TSN-04` 仍为 `in_progress`:除 28 个恢复命名摘要演进外,五阶段链仍有 3/5 proxy、rotate mutation family 缺失、5 个拓扑恢复 drift 和 357 个未分类 operation pair。 + +## 243. 2026-08-14 执行重审与首个 GUI 成功工作流 + +新增 `freecad-web-execution-master-plan.zh-CN.md`,重新区分 83/83 兼容任务与 5/52 exact 任务,按 ORA、TSN、Property、Document、Kernel、Sketcher、Part、PartDesign、FCStd、GUI、工程工作台、平台和发布拆出最小 A-I 验收步骤。机器队列继续保持 `maxInProgress=1`,不以文档计划替代原生和浏览器证据。 + +`ORA-GUI-WF-000` 选择 `partdesign-pad-task`,代表命令为 `PartDesign_Pad`,主 exact 映射为 `EX-UI-03`,关联 `EX-ORA-01/EX-PD-01`。选择依据、成功/禁用/失败/取消/恢复配方和串行进度保存在 `config/freecad-gui-workflow-plan.json`,新增 check 保证命令敏感度与 1111 命令运行时清册一致。 + +`ORA-GUI-WF-001` 随后在隔离 Xvfb 的锁定 FreeCAD 1.1.1 桌面进程真实执行。原生命令从已选矩形 Sketch 打开 Pad Task,TaskView 的实际接受按钮为 `Done`;接受并清理 edit 状态后得到 `PartDesign::Pad`,Body Group 为 `Sketch,Pad`、Tip=Pad、Profile=Sketch、Length=10,实体为 6 面/12 边/8 点、体积 120、状态 Up-to-date,UndoCount=1。报告只声明 success,remainingStates 仍为 disabled/failure/cancel/recovery。队列前移为 112 completed、1 in_progress、374 pending,唯一下一项是 `ORA-GUI-WF-002`。 + +本轮完整 `./npmw run verify` 以退出码 0 完成,生产构建、79 个签名发布文件、34 模块 release closure 和 Ed25519 验签通过;能力矩阵仍准确保持 0 exact、26 compatible、5 proxy、3 development。 diff --git a/docs/current-work.zh-CN.md b/docs/current-work.zh-CN.md index 636d25e..60a8bf8 100644 --- a/docs/current-work.zh-CN.md +++ b/docs/current-work.zh-CN.md @@ -18,6 +18,7 @@ - exact 计划共 52 项:`5 completed`、`36 in_progress`、`11 pending`。 - 已完成的 exact 项只有 `EX-TSN-00..03` 和 `EX-PD-02`:原生命名证据边界、逐阶段历史、生产私有命名、同构来源处理,以及 Attachment/XLink 生命周期。 - exact 发布任务 `EX-REL-01` 仍为 `pending`,34 个模块都不得提升为 exact。 +- 当前工作树包含 TSN 逐阶段相关性、Property 状态/codec、CAM/LinuxCNC 验证资产、oracle 清册分类和首个 Pad GUI 工作流增量;聚焦门禁、完整 `verify`、发布产物验签和最终差异校验均已通过。 状态冲突时按以下顺序取真值: @@ -27,6 +28,8 @@ 4. `config/*-verification.json` 和原生 oracle:某次具体环境运行的证据。 5. `docs/continuation-status.zh-CN.md`:按时间追加的历史日志,不作为当前总状态入口。 +状态字段需要结合依赖读取:`in_progress` 只表示已有证据或实现,不表示当前可直接关闭;少数 `completed` 项是按自身验收范围关闭的独立切片,即使它引用的更大上游任务仍开放,也不能反推整条依赖链已经完成。 + ## 3. 当前架构主链 ```text @@ -47,19 +50,38 @@ FCStd / STEP / IGES / mesh / engineering resources 任何新功能都必须接入这条主链,不能从 React 绕过 Facade 直接调用 Three.js、OCCT、文件系统或持久化实现。 -## 4. 执行优先级 +## 4. 关键依赖链 + +```text +EX-ORA-01 -> EX-ORA-02 -> EX-KER-01 + | | + +-> EX-DOC-01 +-> EX-PART-01 -> EX-PD-01 + | ^ +EX-TSN-00..03 -> EX-TSN-04 -----------+ + | | + | +-> EX-DOC-02 + | | + +--------------+-> EX-DOC-04 -> EX-FC-01 +EX-DOC-01 -> EX-DOC-03 ---------^ + +核心链闭合后 -> GUI/工作台 -> 跨浏览器 QA -> EX-REL-01 +``` + +当前形式上没有未完成前置的 P0 根任务只有 `EX-ORA-01` 和 `EX-TSN-04`。`EX-DOC-01` 已有可继续收敛的局部实现,但整体关闭仍依赖 `EX-ORA-01`;Sketcher、Part、PartDesign、FCStd 和 CAM 不作为当前新增范围,除非它们是关闭上述根任务所需的验证夹具。 + +## 5. 执行优先级 ### P0-A:锁定完整原生 oracle -对应 `EX-ORA-01/02`。穷尽运行时 TypeId、Property、GUI command、成功/失败/取消状态和 feature-family mutation 夹具。没有原生基线的功能不进入 exact 实现判断。 +对应 `EX-ORA-01/02`。当前隔离配置下有 1111 个工作台启动命令、19 个 source-only 命令和 2 个上下文延迟命令;1111 个启动命令已拆为 100 个独立原生分片,全部完成 no-document/document/selection 三状态采样。首个 `PartDesign_Pad` 命令族已完成选择和原生成功 Task 工作流,下一项只采集无活动文档时的 disabled 状态;failure、cancel、recovery 与其他命令族仍保持开放。没有原生基线的功能不进入 exact 实现判断。 ### P0-B:关闭跨特征拓扑命名 -对应 `EX-KER-01`、`EX-TSN-04`。完成生产 Worker 五阶段链与桌面 30-case 逐阶段对账,补齐跨特征 mutation 矩阵、builder flags 和失败分支。目标是错误绑定、未解释关系和保存重开名称漂移均为零。 +对应 `EX-KER-01`、`EX-TSN-04`。锁定 30-case corpus 已按 `9 Boolean + 11 PartDesign + 6 复合 Boolean + 4 dress-up` 逐案例执行原生属性编辑,30/30 都传播到最终 Shape,219/219 阶段几何恢复,657 条 before/edited/restored 阶段记录完成 fail-closed 对账;恢复状态再保存、重开、二次保存后的错误绑定、未解释关系和名称漂移均为零。FreeCAD 重算仍使 11 个 PartDesign 案例的 28 个 mutation 恢复阶段产生原生命名摘要演进。生产 Worker 五阶段链另有 5/5 几何编辑恢复,但顺序链只有 2/5 原生 builder,3/5 为通用 Shape 代理,rotate 缺少原生 mutation family,2/5 恢复用例的 5 个下游语义拓扑摘要发生变化,19 类生产操作的 361 个有序组合仅分类回放 4 个,因此门禁继续 fail-closed。 ### P0-C:关闭 App 文档语义 -对应 `EX-DOC-01/02/03`。当前 85 种运行时 Property 中仍有 62 种只能 opaque 保存。15 类已观察到的 Property status 均已进入类型化位掩码和 FCStd 无损读写,其中 13 类已由锁定的 FreeCAD 1.1.1 探针和 Facade 行为覆盖:`Output/PropOutput` 不 touch,`PropNoRecompute` 只传播依赖对象,`Transient/PropTransient` 保留定义但跳过值,`PropNoPersist` 完全省略。`LockDynamic` 和 `PartialTrigger` 仍是保存与原生 oracle 记录,尚未进入动态属性结构变更和 partial document observer 行为。后续依次补齐剩余 Property codec/editor、事务与 observer 顺序、局部重算失败、Extension 和 FeaturePython 边界。 +对应 `EX-DOC-01/02/03`。85 种运行时 Property、5510 条记录中,22 种/4304 条已有通用原生 codec,5 种/683 条已有专用 codec,仍有 58 种/523 条只能 opaque 保存。15 类已观察到的 Property status 均已进入类型化 Facade 行为;`LockDynamic` 的动态属性增删改事务和 `PartialTrigger` 的 partial-document observer 行为已有原生 oracle 与 Facade 测试。后续依次补齐剩余 Property codec/editor、完整 observer 顺序、局部重算失败、Extension 和 FeaturePython 边界。 ### P0-D:关闭核心建模语义 @@ -71,7 +93,42 @@ FCStd / STEP / IGES / mesh / engineering resources P1/P2 的 GUI 全量对标、其他工作台、代理模块和跨浏览器发布,必须在上述 P0 主链有明确前置证据后推进。当前不再以增加工作台数量作为主要进度指标。 -## 5. 每项工作的完成定义 +## 6. 里程碑队列 + +按下表自上而下推进。并行上限为“一个实现里程碑 + 一个只读 oracle 准备项”;未达到退出条件时,不切换到新的工作台或长尾模块。 + +| 顺序 | 任务 | 当前状态 | 交付范围 | 退出条件 | +| --- | --- | --- | --- | --- | +| M0 | 收口当前工作树 | `completed` | 将 TSN、Property、CAM/LinuxCNC 三组已有增量分别核对证据和边界,不再混入新功能 | 聚焦门禁、完整 `verify`、`git diff --check`、全部 JSON 解析通过;计划与报告无陈旧哈希 | +| M1 | `EX-ORA-01` 运行时清册闭合 | `in_progress` | 对 352 个注册对象、1111 个启动 GUI command、19 个 source-only command、2 个 context-only command 和 GUI 工作流状态生成差异账本 | 每个候选均为 runtime-backed 或有机器可读排除原因;成功/禁用/失败/取消/恢复工作流未知项为零 | +| M2 | `EX-TSN-04A` 漂移判定 | `ready-after-M0` | 逐项解释 11 个 PartDesign case 的 28 个恢复命名摘要演进,以及五阶段链的 5 个恢复拓扑变化 | 每个差异都有 FreeCAD 复跑证据并被判定为稳定语义、允许演进或实现缺陷;未知项为零,缺陷有回归测试 | +| M3 | `EX-TSN-04B` 转换矩阵闭合 | `after-M2` | 将 19×19 的 361 个有序操作对按原生输入/输出类型分类;原生允许的组合使用真实 builder 回放,原生拒绝的组合保存失败 oracle | 361/361 已分类;可执行组合的 history/naming/mutation/resave 通过;不可执行组合的原生错误可复现;不再用通用 Shape 代理冒充 feature builder | +| M4 | `EX-DOC-01` Property 批次 | `after-M1` | 先做高复用 App 类型与链接/列表类型,再处理 Material、File、PythonObject 等带安全或工作台边界的类型 | 每批均具备原生值/状态/editor oracle、Facade codec、FCStd reopen/resave、Undo/Redo 和 Chrome 证据;opaque 数量只按机器报告下降 | +| M5 | `EX-DOC-02/03` 文档闭环 | `after-M3+M4` | observer 顺序、事务 abort、局部重算失败、Extension、FeaturePython、copy/clone/delete/relink | 原生与浏览器事件序列一致;失败不污染最后有效状态;资源归零;随后再推进 `EX-DOC-04` | +| M6 | `EX-ORA-02/KER/PART/PD/SK` 纵向切片 | `after-M2+M5` | 由 oracle 差异报告选择一个特征族,一次完成参数、失败、恢复、history、命名、FCStd 和 UI Task 生命周期 | 单特征全部证据通过后才选择下一族;不按整个工作台批量提升 exact | +| M7 | `EX-FC-01/FMT-01` | `after-M3+DOC-04` | 所有已支持对象、Property、Shape、ElementMap2、StringHasher 的 FreeCAD-Web-FreeCAD 双向 mutation;随后补 STEP/IGES 高级元数据 | 两次保存重开后无未知语义漂移,未知资源按合同保留,格式差异全部登记 | +| M8 | `EX06..EX10` | `deferred` | GUI 全量、生产/工程工作台、代理策略、跨浏览器、性能、安全和发布 | 52/52 exact 任务、34/34 exact 模块及最终 promotion report 全部满足后才执行 `EX-REL-01` | + +M3 不要求把 FreeCAD 本身拒绝的组合强行实现为顺序特征链。正确证据是:先由原生 FreeCAD 判断组合是否合法,再分别保存成功 builder 证据或稳定失败证据。M4 也不按记录数盲目排序;`PropertyPythonObject`、文件路径和 Material 类型必须先确定执行、安全和资源边界。 + +### 6.1 微任务队列 + +机器真值为 `config/freecad-active-work-queue.json`,由 `generate:freecad-active-work-queue` 从原生报告生成,并由 `check:freecad-active-work-queue` fail-closed 校验。当前共 487 个微任务:112 `completed`、1 `in_progress`、374 `pending`;`maxInProgress=1`,唯一下一任务是 `ORA-GUI-WF-002`。 + +| 微里程碑 | 任务粒度 | 数量 | 状态 | 下一退出条件 | +| --- | --- | ---: | --- | --- | +| `ORA-GUI-BASELINE` | 1 个配置边界或 1 个 GUI 命令分片 | 106 | 106 completed | 已关闭:100/100 分片、1111/1111 命令状态、2 个上下文延迟命令均有证据 | +| `ORA-GUI-WORKFLOWS` | 1 个命令族的 1 种工作流状态 | 7 | 2 completed / 1 in_progress / 4 pending | `PartDesign_Pad` 选择与成功 Task 已完成;当前只执行 `ORA-GUI-WF-002` disabled 状态 | +| `TSN-RECOVERY-DRIFT` | 1 个原生 case 或 1 个生产 mutation | 13 | 13 pending | GUI workflow 七步关闭后,从 `partdesign-plain` 单 case 开始 | +| `TSN-ORDERED-PAIRS` | 1 个有序操作对 | 361 | 4 completed / 357 pending | 每次只分类并回放一个 `from->to`,不按特征族批量关闭 | + +`ORA-GUI-WORKFLOWS` 严格按七步执行:选定命令族、成功、禁用、失败、取消、恢复、更新 blocker/门禁。一步只新增一种原生状态证据,前一步未通过时不启动后一步。 + +`TSN-RECOVERY-DRIFT` 的 13 个独立任务按以下顺序执行:`partdesign-plain`、`partdesign-midplane`、`partdesign-reverse`、`partdesign-taper`、`partdesign-twoside`、`partdesign-pocket`、`partdesign-pocket-through`、`partdesign-pocket-midplane`、`partdesign-pocket-twoside`、`partdesign-pocket-taper`、`partdesign-pocket-up-to-face`、生产 `cut`、生产 `rotate`。每个任务只允许一种结论:稳定语义、允许演进或实现缺陷;不得以几何恢复代替命名解释。 + +100 个 GUI 分片分别对应 `ORA-GUI-SHARD-000..099`,每片覆盖排序命令全集中的 11 或 12 个命令。每片有独立报告、SHA-256、起止索引和退出条件;合并器要求 100 个区间连续、1111 个 ID 唯一且全集哈希一致。 + +## 7. 每项工作的完成定义 一个 FreeCAD 能力只有同时具备以下证据,才可关闭对应 exact 任务: @@ -84,15 +141,49 @@ P1/P2 的 GUI 全量对标、其他工作台、代理模块和跨浏览器发布 7. 聚焦测试、相关 Chrome gate、计划/能力矩阵和差异说明同步更新。 8. exact promotion gate 不依靠改写报告或放宽断言通过。 -## 6. 近期工作队列 +## 8. 验证矩阵 -1. 保持现有验证资产可复现,先处理任何 `failed` 浏览器 gate,再开始新里程碑。 -2. 完成 `EX-TSN-04` 的生产五阶段链与桌面 resave 逐阶段相关性对账。 -3. 从 `EX-ORA-02` 输出的 feature-family 缺口中选择一个 P0 特征族,补齐 mutation、失败、恢复、round-trip 全证据。 -4. 以原生 Property 缺口报告为输入推进 `EX-DOC-01`,每批只提升有 codec 和状态语义证据的类型。 -5. 每个里程碑运行聚焦检查;准备合并时再运行 `./npmw run verify`、`git diff --check` 和 JSON 校验。 +每次修改先运行所属聚焦门禁;只有聚焦门禁通过后才运行全量门禁。 -## 7. 明确不做 +TSN/命名批次: + +```bash +./npmw run check:freecad-composite-history-elementmap +./npmw run check:freecad-tsn-stage-correlation +./npmw run check:freecad-exact-history-elementmap-gate +./npmw run check:freecad-naming-production +./npmw run check:chrome-freecad-naming-production +``` + +Property/文档批次: + +```bash +./npmw run check:freecad-native-property-semantics +./npmw run check:freecad-property-status +./npmw run test:facade +./npmw run check:freecad-fcstd-roundtrip +./npmw run check:chrome-fcstd-semantic +``` + +合并前统一门禁: + +```bash +./npmw run check:execution-plan +./npmw run verify +git diff --check +find config -maxdepth 1 -type f -name '*.json' -print0 | xargs -0 -n1 jq empty +``` + +若修改了 oracle/harness 或验证报告生成逻辑,必须先实际执行对应 `probe:*`/`test:chrome-*`,再运行只读 `check:*`;静态旧报告不能作为完成证据。 + +## 9. 维护规则 + +- 本文只维护当前状态、关键路径和下一批队列;长期范围仍由 exact JSON 账本管理,历史事实只追加到 continuation 日志。 +- 每个里程碑只更新自己直接影响的实现、测试、verification、exact blocker 和能力矩阵,不顺手刷新无关报告。 +- `completed` 必须对应机器账本中的验收范围;局部进展写入 blocker 数字,不提前改状态。 +- 任何 `failed` 浏览器 gate、陈旧 artifact hash、资源泄漏或未知语义差异优先于新增能力。 + +## 10. 明确不做 - 不把项目改成远程桌面、服务端截图流或仅 UI 仿制品。 - 不新增绕过 Facade 的几何、渲染、脚本或存储入口。 diff --git a/docs/freecad-exact-promotion-runbook.zh-CN.md b/docs/freecad-exact-promotion-runbook.zh-CN.md index 810ac99..b563fb3 100644 --- a/docs/freecad-exact-promotion-runbook.zh-CN.md +++ b/docs/freecad-exact-promotion-runbook.zh-CN.md @@ -20,7 +20,7 @@ 2. 生成 TypeId、Property、GUI command、format、entrypoint inventory;每个候选必须有源码位置和 runtime 状态。 3. 建立成功、失败、禁用、取消、重算、保存重开六类 oracle fixture。 4. 运行 `npm run check:freecad-inventory`、`check:freecad-type-properties`、`check:freecad-gui-commands`、`check:freecad-entrypoints`。 -5. 运行 `npm run check:freecad-oracle-coverage`,核对 34 个模块和 1113 个 GUI 命令是否与真实桌面报告逐项一致;该 gate 同时报告未构建模块和仍待逐对象 probe 的静态候选。 +5. 运行 `npm run check:freecad-oracle-coverage`,核对 34 个模块、1111 个工作台启动 GUI 命令、19 个 source-only 命令和 2 个 context-only 命令是否与隔离的真实桌面报告逐项一致;该 gate 同时报告未构建模块和仍待逐对象 probe 的静态候选。 6. 运行 `npm run check:freecad-golden-coverage`,按 feature family 核对成功、失败、history、复合阶段、ElementMap2、FCStd 往返和浏览器回放七个维度;用 `-- --details` 输出逐 family 缺口。新增原生 feature-family fixture 时必须同时通过 `test:golden:freecad:families` 和 `test:golden:freecad:family-failures`,任何 missing 项继续保留为 EX-ORA-02 blocker。 7. 运行 `npm run check:freecad-partdesign-failures`、`npm run check:freecad-partdesign-revolution-groove`、`npm run check:freecad-partdesign-transform` 和 `npm run check:freecad-part-builders`。原生缺输入后仍为 `Up-to-date + Valid + null Shape` 的 feature 必须分类为 `accepted-empty`,不能计入失败覆盖;只有真实 rejected 诊断才能关闭 `failure-fixture` 维度。局部重算失败保留旧 Shape 时,必须同时保存 `Invalid` 状态、原生诊断和 stale Shape,不得把旧 Shape 当作成功结果。 diff --git a/docs/freecad-full-parity-plan.zh-CN.md b/docs/freecad-full-parity-plan.zh-CN.md index b405c5c..e07e674 100644 --- a/docs/freecad-full-parity-plan.zh-CN.md +++ b/docs/freecad-full-parity-plan.zh-CN.md @@ -421,6 +421,14 @@ EX-ORA-02 的 mutation corpus 由 `config/freecad-parameter-mutation-plan.json` 30 个复合模型的 219 个文档阶段已通过 FreeCAD 运行时 `getElementMappedName/getElementIndexedName/getElementHistory` 获得直接命名证据,并由两个门禁逐阶段验证。此处的 `native-evidence=219/219` 不等于内部 builder exact:219 个阶段都有 IndexedName,但只有 74 个阶段的全部子形有 MappedName,145 个阶段只有原生索引身份;当前识别出的 42 个操作阶段仍为 `internalBuilderEvidence=0`。没有内部 builder Shape/history 时,最终几何不能用于制造中间 Generated/Modified/Deleted;没有实际 StringHasher/MappedNameRef 时也不能制造私有 token;同构候选没有唯一原生来源时继续持久化为 ambiguous。 +### 22.1 30-case 原生 mutation 与恢复门(2026-08-14) + +`freecad-composite-history-elementmap-oracle` 现把固定语料锁定为 `9 Boolean + 11 PartDesign + 6 复合 Boolean + 4 dress-up`,每个 case 声明目标对象、原生 Property TypeId、editor mode、编辑值和最终对象。采集器对每个 case 执行 before/edit/recompute/restore/recompute,并为全部 219 个阶段保存三相几何、关系和命名摘要,共 657 条阶段记录。解析几何摘要包含拓扑计数、包围盒、顶点坐标、边长、面面积、面积和体积,不依赖 B-Rep 文本中的瞬时内部布局;原始 B-Rep SHA-256 仍单独保留作证据。 + +锁定 FreeCAD 1.1.1 实跑结果为 `mutation=30/30`、最终传播失败 `0`、几何恢复失败 `0/219`。mutation 恢复后的状态才作为 FCStd nominal 基线,30 个 case 再完成 save/reopen/resave,219 个阶段的 `roundtripNameDrift=0`、`resaveNameDrift=0`。FreeCAD 重算过程中,11 个 PartDesign case 的 28 个阶段在参数恢复后产生不同的原生 relation/semantic-name digest;该差异被单独锁定为 mutation naming drift,不能与几何恢复混算,也不能被零保存漂移掩盖。 + +`check:freecad-composite-history-elementmap`、`check:freecad-tsn-stage-correlation` 和 `check:freecad-exact-history-elementmap-gate` 共同按 case id、类别配额、stage ordinal 和三相 identity fail-closed。来源解析同时接受 FreeCAD 原生 `FaceN/EdgeN/VertexN`、`#d:1`、`#42` 与 `g1v2;SKT` 语法,不再把原生局部 token 误判为未解释关系。当前三门结果均为 `wrongBindings=0`、`unexplainedRelations=0`,但 mutation naming drift、五阶段 proxy/builder 缺口及未分类操作对仍使 `EX-TSN-04=in_progress`、`exactPromotionReady=false`。 + ### 23. EX-PD-02 Attachment 与跨文档引用闭合(2026-08-13) `EX-PD-02` 已按独立机器证据关闭。FreeCAD 1.1.1 原生 Attachment 注册表仍为 55 项,四类引擎实现并集为 50 项;新增全组合 oracle 将 Plane/Sketch/Line/Point 的所有模式及所有引用组合展开为 236 个可执行槽位。每项都通过初始重算、统一源几何平移和 FCStd 关闭重开,Placement 与支持引用无漂移。原有未实现模式反例仍要求 `Touched + Invalid`,不会因本批完整执行覆盖而被误判为实现。 diff --git a/docs/freecad-web-execution-master-plan.zh-CN.md b/docs/freecad-web-execution-master-plan.zh-CN.md new file mode 100644 index 0000000..0d2d72e --- /dev/null +++ b/docs/freecad-web-execution-master-plan.zh-CN.md @@ -0,0 +1,373 @@ +# FreeCAD Web 转换执行总计划 + +更新时间:2026-08-14 + +## 1. 目标、口径与真值 + +项目唯一目标是把锁定的 FreeCAD `1.1.1` 能力迁移到浏览器,并保留 FreeCAD 的文档、属性、重算、拓扑命名、文件和交互语义。项目不是远程桌面、截图流,也不是只复刻界面的通用 Web CAD。 + +进度必须同时区分两种口径: + +1. 兼容实现口径:`config/freecad-execution-plan.json` 的 P01-P10 共 83 项均已完成,证明当前 Web 应用有可运行实现、门禁和明确能力边界。 +2. exact 对标口径:`config/freecad-web-exact-parity-plan.json` 共 52 项,当前为 5 completed、36 in_progress、11 pending;34 个模块为 0 exact、26 compatible、5 proxy、3 development。 + +因此当前结论是“可运行的 FreeCAD 风格 Web CAD 兼容基线已形成”,不是“FreeCAD 已完整 Web 化”。只有 `EX-REL-01` 关闭、52/52 exact 任务完成、34/34 模块为 exact 且未知差异为零,才能改变系统级 exact claim。 + +发生状态冲突时按以下顺序取真值: + +1. `config/freecad-web-exact-parity-plan.json`:exact 任务、依赖、阻断项。 +2. `config/release-capability-matrix.json`:34 模块可对外声明的等级。 +3. `config/freecad-active-work-queue.json`:当前唯一在执行的微任务。 +4. `config/freecad-execution-plan.json`:兼容实现 P01-P10 的完成情况。 +5. `config/*-verification.json`、原生报告和 Chrome 报告:某个环境中的实际证据。 +6. 本文与 `docs/current-work.zh-CN.md`:解释、顺序和交接入口。 + +## 2. 当前完成情况重审 + +### 2.1 已形成闭环的兼容基线 + +- React/Vite FreeCAD 风格应用壳、菜单、工作台、Combo View、Task、视口、Report/Jobs/Diagnostics 和状态栏可以运行。 +- React 只通过 `BitBybitWebCadFacade` 进入 CAD 领域;Three.js、OCCT、SQLite/OPFS 和 Worker 没有成为 UI 业务旁路。 +- Bitbybit OCCT Worker、原生 history provider、FreeCAD 私有命名 ABI、planegcs WASM 和 SQLite OPFS 均已有构建或运行门禁。 +- Part、PartDesign、Sketcher、FCStd 和 26 个 compatible 模块已有代表性实现与 Chrome 证据。 +- CAM 已有 CAD -> OpenCAMLib -> CAMotics -> G-code -> LinuxCNC WASM 的真实浏览器验证链。 +- P01-P10 的 83/83 项兼容任务已完成,发布门 G0-G9 在该口径下通过。 + +### 2.2 已完成的 exact 独立切片 + +- `EX-TSN-00`:缺失原生命名或 builder 证据时 fail-closed。 +- `EX-TSN-01`:已支持 builder 的逐阶段 Shape 与 Generated/Modified/Deleted 证据。 +- `EX-TSN-02`:生产 FreeCAD 私有 MappedNameRef/StringHasher 命名来源。 +- `EX-TSN-03`:同构拓扑只从唯一原生 provenance 稳定化,多来源保持 ambiguous。 +- `EX-PD-02`:Attachment、Datum、ShapeBinder/SubShapeBinder、多 Body 与 XLink 重连生命周期的独立验收范围。 + +这些任务按自身验收范围关闭,不表示它们依赖的整个 PartDesign、文档或内核任务已经 exact。 + +### 2.3 已量化但尚未关闭的 P0 阻断 + +- Oracle:352 个注册对象、348 个可实例化对象、4 个不可实例化对象、1111 个启动 GUI command、19 个 source-only command 和 2 个 context-only command 已分类;命令族的成功、禁用、失败、取消、恢复流程仍未穷尽。 +- Property:85 种运行时类型、5510 条记录中,22 种/4304 条为通用原生 codec,5 种/683 条为专用 codec,58 种/523 条仍为 opaque proxy。 +- Property status:15 类已观察状态均已进入类型化 Facade 行为;`LockDynamic` 和 `PartialTrigger` 已有原生事务证据,但完整 observer 与局部重算序列未关闭。 +- TSN:30/30 原生 mutation、219/219 几何阶段恢复通过;11 个 PartDesign case 的 28 个恢复命名摘要演进仍需逐 case 解释。 +- 生产命名链:五阶段 5/5 几何恢复,但仍有 3/5 通用 Shape 代理、缺 rotate mutation family、5 个下游语义拓扑恢复漂移。 +- 有序操作:19×19 共 361 对,仅 4 对已有分类回放,357 对待原生接受/拒绝判定。 +- FCStd:支持的原生 codec 与未知资源保留已有证据,但所有对象/属性/Extension/Shape/ElementMap2/StringHasher 的 FreeCAD-Web-FreeCAD 双向变异未穷尽。 +- GUI:应用壳和代表性工作流已有浏览器证据,但动态命令、Task、对话框、焦点、上下文和逐工作台流程没有完整原生对照。 +- 发布:系统级 exact 为 false,`EX-REL-01` 为 pending,跨浏览器、长期运行和全模块 exact promotion 尚未开始。 + +## 3. 目标架构和不可破坏边界 + +```text +React / FreeCAD Web UI + | +BitBybitWebCadFacade + Command/Task contracts + | +Document + Property + Transaction + DAG/Recompute + | +Geometry / Sketch / Naming / Project / CAM facades + | +Dedicated Workers + | +Bitbybit OCCT + FreeCAD naming + planegcs + SQLite OPFS + | +FCStd / STEP / IGES / mesh / CAM / engineering resources +``` + +任何后续任务都必须满足以下边界: + +- UI 不直接调用 Three.js、OCCT、OPFS、SQLite 或脚本执行器。 +- 最终 Shape 相似不能替代逐阶段 history、命名、文档状态和 FCStd 证据。 +- mock 和 Node 单测不能替代真实 Chrome Worker/WASM 回放。 +- 未知属性和资源必须无损保留或拒绝编辑,不能猜测性改写。 +- 原生来源不唯一时保持 ambiguous,不能按数组顺序或网格索引稳定化。 +- FreeCAD 本身拒绝的组合保存原生失败 oracle,不强行实现为成功链。 +- 每次只允许一个机器队列任务为 `in_progress`,避免同时扩展多个工作台。 + +## 4. 最小任务和完成定义 + +一个“最小实现任务”只处理一个命令、属性类型、特征参数分支、原生 case 或有序操作对。每项按以下九个独立检查点推进: + +1. `A-inventory`:锁定源码位置、TypeId/command id、依赖和适用对象。 +2. `B-native-success`:采集 FreeCAD 1.1.1 成功结果、状态、事件和资源。 +3. `C-native-negative`:分别采集 disabled、failure、cancel;不适用时保存可验证原因。 +4. `D-native-mutation`:编辑输入、重算、恢复,并记录逐阶段 Shape/history/naming。 +5. `E-facade`:在 Facade/Worker 边界内实现结构化合同和失败诊断。 +6. `F-transaction`:覆盖 Undo/Redo、abort、stale generation 和最后有效状态保留。 +7. `G-roundtrip`:FreeCAD 保存 -> Web 读取/修改/保存 -> FreeCAD 重开/再保存。 +8. `H-browser`:真实 Chrome Worker/WASM/OPFS 回放,结束后 Shape/Worker/资源归零。 +9. `I-promotion`:聚焦 check、计划 blocker、能力矩阵和差异账本同步。 + +只有 A-I 全部完成,最小能力才能提升 exact。若任务仅为 oracle 准备,则只关闭它明确声明的证据范围,不提前关闭实现任务。 + +## 5. 当前串行微任务队列 + +当前机器队列由 `scripts/generate-freecad-active-work-queue.mjs` 生成。每个条目只允许一个产物、一个聚焦检查和一个退出条件。 + +### 5.1 ORA GUI 基线,106 项,已完成 + +- `ORA-GUI-SETUP-000..002`:拆分 GUI 探针、诊断 BIM 首启弹窗、隔离用户配置。 +- `ORA-GUI-SHARD-000..099`:100 个连续分片,覆盖 1111 个命令的 no-document/document/selection 三态。 +- `ORA-GUI-MERGE-000`:合并分片并校验 ID 全集、连续区间和 SHA-256。 +- `ORA-GUI-CONTEXT-000..001`:分类 `Import_ReadBREP` 与 `NaviCubeDraggableCmd` 的延迟注册边界。 + +### 5.2 ORA GUI 工作流,7 项,执行中 + +- `ORA-GUI-WF-000`:选择首个命令族。已选 `PartDesign_Pad`,映射主任务 `EX-UI-03`,关联 `EX-ORA-01/EX-PD-01`。 +- `ORA-GUI-WF-001`:Pad 原生成功工作流和聚焦断言,已完成;Task 打开/接受、Body Tip、体积、拓扑和 Undo 证据通过。 +- `ORA-GUI-WF-002`:只采集无活动文档时的 disabled 工作流,执行中。 +- `ORA-GUI-WF-003`:只采集无效 open-wire profile 的 failure 工作流。 +- `ORA-GUI-WF-004`:只采集预览后 Cancel 的回滚、选择和焦点工作流。 +- `ORA-GUI-WF-005`:只采集失败/取消后修复、成功、Undo/Redo、保存重开的恢复工作流。 +- `ORA-GUI-WF-006`:更新 exact blocker、聚焦门禁和下一命令族选择规则。 + +### 5.3 TSN 恢复漂移,13 项,待 ORA 工作流 + +按以下顺序一次解释一个 case: + +1. `partdesign-plain` +2. `partdesign-midplane` +3. `partdesign-reverse` +4. `partdesign-taper` +5. `partdesign-twoside` +6. `partdesign-pocket` +7. `partdesign-pocket-through` +8. `partdesign-pocket-midplane` +9. `partdesign-pocket-twoside` +10. `partdesign-pocket-taper` +11. `partdesign-pocket-up-to-face` +12. 生产 `cut` +13. 生产 `rotate` + +每项必须得到且只能得到一种结论:FreeCAD 稳定语义、允许的命名演进、实现缺陷。实现缺陷必须增加回归测试;未知不能作为结论。 + +### 5.4 TSN 有序操作对,361 项,4 完成/357 待办 + +操作全集为 Fuse、Cut、Common、Rotate、Pad、Pocket、Loft、Pipe、Revolution、Groove、Fillet、Chamfer、Hole、Draft、Thickness、LinearPattern、PolarPattern、Mirrored、MultiTransform。 + +每个 `from -> to` 是一个独立任务: + +1. 确定 `from` 输出类型与 `to` 输入前置。 +2. 在原生 FreeCAD 执行并记录接受或拒绝。 +3. 接受时使用真实 builder,采集 history/naming。 +4. 编辑 `from` 参数并重算 `to`。 +5. 恢复参数并分类命名/拓扑变化。 +6. 保存、重开、再保存并比较。 +7. 在生产 Worker 回放并检查释放。 +8. 拒绝时固定原生错误类型和文档未污染证据。 + +已覆盖的四对为 `cut->rotate`、`rotate->fillet`、`fillet->mirrored`、`mirrored->linear-pattern`。其余严格按机器队列逐对领取。 + +## 6. 后续关键路径微里程碑 + +### M00 当前工作树收口 + +状态:completed;聚焦门禁、完整 `verify`、发布产物验签、JSON 和 diff 校验均通过。 + +- M00.1 TSN 原生报告、resave 和 stage correlation 对账。 +- M00.2 Property codec/status、Facade 行为和 FCStd 证据对账。 +- M00.3 CAM/LinuxCNC artifact hash、浏览器报告和 parser authority 对账。 +- M00.4 GUI 分片、source/context-only 分类和 oracle coverage 对账。 +- M00.5 `git diff --check`、全部 JSON 解析、完整 `verify`。 + +退出条件:所有生成文件未陈旧,全部门禁通过,没有以报告改写替代真实执行。 + +### M01 `EX-ORA-01` GUI 工作流闭合 + +状态:执行 `ORA-GUI-WF-002`。 + +先完成 Pad 七步,再按风险选择下一族。每个后续命令族仍拆成 success/disabled/failure/cancel/recovery/update 六个状态任务。选择顺序:核心文档命令 -> Sketcher 创建/编辑 -> PartDesign 参数 Task -> Part builder -> FCStd import/export -> 其他工作台。 + +退出条件:每个运行时命令归入一个工作流族;每族五态都有原生证据或机器可读不适用原因;未知 GUI 状态为零。 + +### M02 `EX-TSN-04A` 恢复漂移闭合 + +状态:等待 M01。 + +- M02.1-M02.11:11 个 PartDesign case,逐 case 解释 28 个命名摘要演进。 +- M02.12:生产 Cut 恢复拓扑漂移。 +- M02.13:生产 Rotate 恢复拓扑漂移。 +- M02.14:若发现实现缺陷,只修改一个 operation/case 并补回归。 +- M02.15:汇总 zero-unknown drift gate,不直接提升系统 exact。 + +退出条件:13/13 case 有分类,未知为零,缺陷修复均有原生与浏览器证据。 + +### M03 `EX-TSN-04B` builder 与 19×19 转换矩阵 + +状态:等待 M02。 + +- M03.1:用真实 builder 替换五阶段链中 Cut 之后的通用 Shape 代理,一次替换一个 stage。 +- M03.2:增加 Rotate 原生 mutation family。 +- M03.3:按 361 个独立任务完成有序组合分类。 +- M03.4:每个允许组合完成 mutation、restore、naming、resave、浏览器释放。 +- M03.5:每个拒绝组合固定错误和无文档污染证据。 + +退出条件:361/361 分类;所有原生允许组合为真实 builder;所有拒绝组合可稳定复现;0 generic Shape proxy、0 未解释恢复漂移。 + +### M04 `EX-DOC-01` Property codec 批次 + +状态:等待 M01,可在不改变单任务并行上限的前提下准备只读 oracle。 + +每个类型严格执行第 4 节 A-I。批次内一次只领取一个 Property 类型,按复用度和安全风险排序: + +- M04.A 量纲标量:Acceleration、Area、Force、HeatFlux、Moment、Power、Pressure、Speed、Stiffness、StiffnessDensity、Temperature、ThermalTransferCoefficient、VectorDistance、Quantity。 +- M04.B 数学与集合:BoolList、Color、ColorList、Direction、Font、IntegerSet、Map、Matrix、PlacementList、Position、Rotation、UUID、VectorList。 +- M04.C 链接族:LinkListHidden、LinkSubHidden、LinkSubListGlobal、XLink、XLinkList、XLinkSub、XLinkSubList。 +- M04.D Material:App PropertyMaterial/PropertyMaterialList 与 Materials::PropertyMaterial,先固定 schema、继承和资源边界。 +- M04.E 文件资源:PropertyFile、PropertyFileIncluded、PropertyPath,禁止把宿主绝对路径写入浏览器项目。 +- M04.F PythonObject:先定义禁止执行、可信序列化、代理编辑和迁移边界,再决定 codec;不得反序列化执行任意 Python。 +- M04.G 几何/求解内核:Part ShapeHistory/TopoShapeList/FilletEdges,Mesh MeshKernel/CurvatureList,Fem FemMesh/PostDataObject,Points PointKernel,Robot Trajectory。 +- M04.H 工作台专用:Spreadsheet Sheet/RowHeights/ColumnWidths,TechDraw CenterLine/CosmeticEdge/CosmeticVertex/GeomFormat lists,Inspection DistanceList。 + +每个类型的退出条件:原生默认/非默认/边界值、所有观察 status、Data/View editor、动态增删、Undo/Redo、FCStd reopen/resave、Chrome 回放和资源释放全部通过。只有运行时报告变为 native codec 后,opaque 计数才允许下降。 + +### M05 `EX-DOC-02/03` 文档语义 + +状态:等待 M03+M04。 + +- M05.1 对象 add/remove/rename 的 observer 前后事件顺序。 +- M05.2 Property add/remove/rename/change 的事务顺序。 +- M05.3 nested transaction、commit、abort、undo、redo。 +- M05.4 DAG 脏标记、局部重算和跨分支顺序。 +- M05.5 recompute 失败时保留最后有效 Shape 与诊断树。 +- M05.6 partial document load、PartialTrigger、完整加载后重算。 +- M05.7 copy/clone/delete/relink/group/extension 生命周期。 +- M05.8 Extension 动态属性、版本迁移和未知 Extension 保留。 +- M05.9 FeaturePython 默认禁执行、代理、签名能力和显式授权边界。 +- M05.10 外链关闭、缺失、重开、路径恢复与多文档事务。 + +退出条件:原生和 Web 事件序列一致;失败不污染有效状态;重开后 DAG/链接/事务语义稳定;资源归零。 + +### M06 `EX-KER-01/ORA-02` 内核纵向切片 + +状态:等待 M02+M05 的可消费证据。 + +按一个 builder/参数分支执行 A-I:Box、Cylinder、Cone、Sphere、Torus、Prism、Wedge、Helix、Ellipsoid;Extrusion、Revolution、Loft、Sweep;Fuse、Cut、Common;Fillet、Chamfer;随后是 tolerance、healing、validation 和失败诊断。 + +退出条件:参数、单位、placement、公差、有效性、质量属性、逐阶段 history、错误和 Worker 所有权均与原生 fixture 一致。 + +### M07 `EX-SK-01/02` Sketcher 纵向切片 + +状态:等待 KER/DOC 前置。 + +- M07.1 直线/圆/圆弧/椭圆/椭圆弧/双曲线/抛物线/B-spline 的创建与编辑。 +- M07.2 几何约束每个 overload 的成功、冗余、冲突和退化。 +- M07.3 尺寸、参考、Driving/Driven、单位和表达式。 +- M07.4 外部几何 Projection/Intersection/Both 与 TopoRef 漂移。 +- M07.5 InternalAlignment、SnellsLaw、B-spline Weight 辅助几何。 +- M07.6 autoconstraint、trim/extend/split、construction、virtual space。 +- M07.7 任务焦点、选择、键盘、cancel 和 solver stale/crash 恢复。 + +退出条件:每个 geometry/constraint overload 经过 A-I;求解分类、自由度和诊断与原生一致。 + +### M08 `EX-PART-01` Part 纵向切片 + +状态:等待 M03+M06。 + +每个 primitive 和 builder 单独闭环;随后逐项完成 Boolean 参数、Refine、placement、multi-solid、healing、inspection、失败与恢复。不能用一个成功 Box 或最终体积代表整个 Part 工作台。 + +退出条件:所有注册 Part command/TypeId/参数分支均有原生与浏览器证据,未知选项为零。 + +### M09 `EX-PD-01` PartDesign 纵向切片 + +状态:等待 M03+M08。 + +顺序为 Pad -> Pocket -> Revolution -> Groove -> Additive/Subtractive Loft -> Additive/Subtractive Pipe -> Fillet -> Chamfer -> Hole -> Draft -> Thickness -> Linear/Polar Pattern -> Mirrored -> MultiTransform。每个特征再按模式拆分,例如 Length/ThroughAll/UpToFace、Midplane/Reverse/TwoLengths/Taper、成功/无效 profile/失效 support/取消/恢复。 + +退出条件:每个模式完成 A-I,Body Group/Tip、Support/Attachment、跨特征命名和 FCStd 保持一致。 + +### M10 `EX-FC-01/FMT-01` FCStd 与核心格式 + +状态:等待 M03+DOC-04。 + +- M10.1 每种已支持对象/Property 的 FreeCAD -> Web 无修改往返。 +- M10.2 Web 修改 -> FreeCAD 重开 -> FreeCAD 再保存 -> Web 重开。 +- M10.3 Shape、ElementMap2、StringHasher、Expression、GuiDocument 资源逐项变异。 +- M10.4 未知 XML、BRep、脚本和 Extension 的字节保留或只读拒绝。 +- M10.5 损坏 ZIP、路径穿越、压缩炸弹、超限和取消。 +- M10.6 STEP/IGES/BREP 的单位、颜色、层、名称、装配关系和高级元数据。 + +退出条件:两次保存重开后未知语义漂移为零;不支持资源有明确只读/代理策略。 + +### M11 `EX-UI-01..05` GUI 全量对标 + +状态:先执行 M01,完整阶段等待文档与核心特征稳定。 + +按应用壳、菜单、工具栏、工作台切换、MDI、Combo View、模型树、Task、Data/View 属性、对话框、快捷键、上下文菜单、状态栏、Report/Jobs、3D 选择逐域拆分。每域分别采集空文档、活动文档、单选、多选、Task、错误、取消和恢复状态;随后按工作台完成端到端流程。 + +退出条件:命令可见/启用、事务、焦点、选择、树、属性、视图和诊断均与 oracle 对齐;桌面和 390px 视口无重叠、溢出和无名控件。 + +### M12 文档与工程工作台 + +状态:deferred。 + +顺序为 Draft -> Spreadsheet -> TechDraw -> Plot -> 跨工作台文档闭环;Assembly -> BIM/IFC -> Surface -> Mesh/MeshPart -> Material。每个对象/命令仍按 A-I,不按整个工作台一次性提升 exact。 + +退出条件:相关 exact 任务逐项完成,跨工作台链接、表达式、导出和保存重开无未知差异。 + +### M13 平台工作台、脚本与代理 + +状态:deferred。 + +顺序为 FEM、CAM、Robot、Points/ReverseEngineering、Inspection/Measure、Python/Macro、Addon,最后处理 Cloud/Help/IDF/JT/OpenSCAD 的 browser implementation、sidecar、proxy 或正式排除。安全边界先于功能数量。 + +退出条件:每项均有可执行策略、依赖/许可证/SBOM、能力限制和失败策略;代理不得被标记 exact。 + +### M14 QA、跨浏览器与发布 + +状态:deferred,日常门禁持续运行。 + +- M14.1 Chrome 当前基线重跑。 +- M14.2 Firefox/Safari 或明确不支持的可复核边界。 +- M14.3 Windows/macOS/Linux 与 GPU/软件渲染矩阵。 +- M14.4 键盘、屏幕阅读器、locale、长文本和窄屏。 +- M14.5 fuzz、1000 次重算、长会话、崩溃、迁移和回滚。 +- M14.6 性能、WASM/JS/GPU/OPFS 保留量与资源归零。 +- M14.7 SBOM、许可证、签名、离线安装和发布回滚。 +- M14.8 52/52 exact、34/34 exact、零未知差异的 promotion report。 + +退出条件:`EX-REL-01` 的所有前置完成;promotion gate 从 fail-closed 报告自然变为通过,不能通过放宽断言或改写静态报告达成。 + +## 7. 执行顺序 + +当前只允许以下主顺序: + +```text +M00 + -> M01 ORA GUI workflows + -> M02 TSN drift + -> M03 TSN ordered pairs / real builders + -> M04 Property codecs + -> M05 Document semantics + -> M06 Kernel oracle slices + -> M07 Sketcher + -> M08 Part + -> M09 PartDesign + -> M10 FCStd/core formats + -> M11 GUI full replay + -> M12 document/engineering workbenches + -> M13 platform/script/proxy + -> M14 QA/release +``` + +只读 oracle 准备可以与当前实现任务交错,但不能让机器队列出现第二个 `in_progress`,也不能绕过依赖提前提升 exact 状态。 + +## 8. 每轮执行模板 + +1. 从 `config/freecad-active-work-queue.json` 读取唯一 `nextTask`。 +2. 验证依赖与输入报告哈希,确认没有陈旧 artifact。 +3. 只修改该任务直接影响的 oracle、实现、测试、报告和 blocker。 +4. 先运行该域聚焦 probe/test,再运行只读 check。 +5. 运行 `test:facade`、相关 Chrome gate、`check:execution-plan`。 +6. 运行完整 `./npmw run verify`、`git diff --check` 和全部 JSON 解析。 +7. 将当前任务改为 completed,并只把直接后继改为 in_progress。 +8. 更新 `docs/current-work.zh-CN.md` 的数字和下一任务;历史事实追加到 continuation 日志。 + +任何失败报告、资源泄漏、哈希陈旧、未知语义差异都优先于新增功能。 + +## 9. 本轮实际启动点 + +`ORA-GUI-WF-000` 已完成:首个命令族为 `partdesign-pad-task`,代表命令 `PartDesign_Pad`,主 exact 映射为 `EX-UI-03`,关联 `EX-ORA-01/EX-PD-01`。选择依据和五态配方保存在 `config/freecad-gui-workflow-plan.json`,由 `check:freecad-gui-workflow-plan` 校验。 + +`ORA-GUI-WF-001` 也已完成:锁定 FreeCAD 1.1.1 的 Pad 成功 GUI 工作流通过原生命令打开 Task,点击 `Done` 后清理 edit 状态,得到 `PartDesign::Pad`、Body Tip=Pad、体积 120、6 面/12 边/8 点和 UndoCount=1。 + +当前唯一下一任务为 `ORA-GUI-WF-002`:只采集无活动文档时 `PartDesign_Pad` 的 disabled 状态,并证明调用被阻止且不创建文档、Task 或事务。failure/cancel/recovery 必须留给各自后继任务。 diff --git a/package.json b/package.json index 35acdeb..3a31363 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,9 @@ "check:baseline": "node scripts/check-baseline.mjs", "check:freecad-source": "node scripts/verify-freecad-source.mjs", "check:bitbybit-history": "node scripts/check-bitbybit-history-surface.mjs", - "check:execution-plan": "node scripts/check-freecad-execution-plan.mjs && node scripts/check-freecad-web-exact-parity-plan.mjs && node scripts/check-freecad-web-exact-promotion.mjs && node scripts/check-freecad-oracle-coverage.mjs && node scripts/check-freecad-golden-coverage.mjs && node scripts/check-freecad-core-parameter-mutation-oracle.mjs && node scripts/generate-freecad-parameter-mutation-report.mjs --check && node scripts/check-freecad-tsn-stage-evidence.mjs", + "check:execution-plan": "node scripts/check-freecad-execution-plan.mjs && node scripts/check-freecad-web-exact-parity-plan.mjs && node scripts/check-freecad-web-exact-promotion.mjs && node scripts/check-freecad-oracle-coverage.mjs && node scripts/check-freecad-gui-workflow-plan.mjs && node scripts/check-freecad-gui-workflow-oracle.mjs && node scripts/check-freecad-golden-coverage.mjs && node scripts/check-freecad-core-parameter-mutation-oracle.mjs && node scripts/generate-freecad-parameter-mutation-report.mjs --check && node scripts/check-freecad-tsn-stage-evidence.mjs && node scripts/check-freecad-tsn-stage-correlation.mjs && node scripts/generate-freecad-active-work-queue.mjs --check", + "generate:freecad-active-work-queue": "node scripts/generate-freecad-active-work-queue.mjs", + "check:freecad-active-work-queue": "node scripts/generate-freecad-active-work-queue.mjs --check", "check:freecad-web-exact-parity-plan": "node scripts/check-freecad-web-exact-parity-plan.mjs", "check:freecad-web-exact-promotion": "node scripts/check-freecad-web-exact-promotion.mjs", "generate:freecad-inventory": "node scripts/generate-freecad-source-inventory.mjs", @@ -27,6 +29,9 @@ "check:freecad-property-status": "node scripts/check-freecad-property-status-oracle.mjs", "generate:freecad-gui-commands": "node scripts/generate-freecad-gui-command-inventory.mjs", "check:freecad-gui-commands": "node scripts/check-freecad-gui-command-inventory.mjs", + "check:freecad-gui-workflow-plan": "node scripts/check-freecad-gui-workflow-plan.mjs", + "probe:freecad-gui-workflow": "node scripts/run-freecad-gui-workflow-oracle.mjs", + "check:freecad-gui-workflow": "node scripts/check-freecad-gui-workflow-oracle.mjs", "generate:freecad-entrypoints": "node scripts/generate-freecad-entrypoint-inventory.mjs", "check:freecad-entrypoints": "node scripts/check-freecad-entrypoint-inventory.mjs", "check:freecad-oracle-coverage": "node scripts/check-freecad-oracle-coverage.mjs", @@ -47,6 +52,8 @@ "check:freecad-fcstd-roundtrip": "node scripts/check-freecad-fcstd-roundtrip-verification.mjs", "probe:freecad-composite-history-elementmap": "node scripts/run-freecad-composite-history-elementmap-oracle.mjs", "check:freecad-composite-history-elementmap": "npx tsx scripts/check-freecad-composite-history-elementmap-oracle.mjs", + "probe:freecad-tsn-stage-correlation": "node scripts/run-freecad-tsn-stage-correlation-oracle.mjs", + "check:freecad-tsn-stage-correlation": "node scripts/check-freecad-tsn-stage-correlation.mjs", "check:freecad-exact-history-elementmap-gate": "npx tsx scripts/check-freecad-exact-history-elementmap-gate.mjs", "check:freecad-native-naming-evidence": "npx tsx scripts/check-freecad-native-naming-evidence.mjs", "test:golden:freecad:failures": "node scripts/run-freecad-golden-failures.mjs", @@ -303,6 +310,9 @@ "test:golden:freecad": "node scripts/run-freecad-golden.mjs", "test:golden:freecad:families": "node scripts/run-freecad-golden.mjs --manifest=fixtures/freecad-golden/feature-families/manifest.json", "probe:freecad-reference": "node scripts/run-freecad-reference-probe.mjs", + "probe:freecad-gui-commands": "FREECAD_ORACLE_PROFILE=desktop FREECAD_REFERENCE_SCOPE=gui-commands node scripts/run-freecad-reference-probe.mjs", + "probe:freecad-gui-command-shards": "node scripts/run-freecad-gui-command-shards.mjs", + "merge:freecad-gui-command-shards": "node scripts/run-freecad-gui-command-shards.mjs --merge-only", "ci:real": "node scripts/run-real-verification.mjs", "ci:real:chrome": "node scripts/run-real-verification.mjs --lane=chrome --phase=execute", "ci:check:chrome": "node scripts/run-real-verification.mjs --lane=chrome --phase=check", diff --git a/scripts/check-chrome-cam-linuxcnc-machine.mjs b/scripts/check-chrome-cam-linuxcnc-machine.mjs index 5a280d7..ff9e514 100644 --- a/scripts/check-chrome-cam-linuxcnc-machine.mjs +++ b/scripts/check-chrome-cam-linuxcnc-machine.mjs @@ -1,11 +1,33 @@ +import { execFile } from 'node:child_process' +import { createHash } from 'node:crypto' import { readFile } from 'node:fs/promises' import { resolve } from 'node:path' +import { promisify } from 'node:util' const root = resolve(new URL('..', import.meta.url).pathname) const report = JSON.parse(await readFile(resolve(root, 'config/chrome-cam-linuxcnc-machine-verification.json'), 'utf8')) +const manifest = JSON.parse(await readFile(resolve(root, 'config/linuxcnc-wasm-machine-artifact.json'), 'utf8')) +const offlineResources = JSON.parse(await readFile(resolve(root, 'config/offline-resources.json'), 'utf8')) +const lockedWorktree = offlineResources.archives.find((entry) => entry.id === 'linuxcnc-worktree') +const artifactRoles = (manifest.artifacts || []).map((artifact) => artifact.role) +if (manifest.schemaVersion !== 1 || manifest.worktreeRevision !== lockedWorktree?.revision || manifest.chromeVersion !== offlineResources.hostTools?.chrome || JSON.stringify(artifactRoles) !== JSON.stringify(['entry-html', 'case-registry', 'machine-config', 'application', 'controller-worker', 'wasm-loader', 'wasm-core'])) throw new Error('LinuxCNC WASM runtime manifest does not match the offline resource locks.') +if (manifest.artifacts.some(({ runtimeLoaded }) => typeof runtimeLoaded !== 'boolean') || manifest.artifacts.find(({ role }) => role === 'wasm-loader')?.runtimeLoaded !== false || manifest.artifacts.filter(({ role }) => role !== 'wasm-loader').some(({ runtimeLoaded }) => !runtimeLoaded)) throw new Error('LinuxCNC runtime-loaded artifact boundary is invalid.') +if (manifest.machineConfigPath !== manifest.artifacts.find(({ role }) => role === 'machine-config')?.path) throw new Error('LinuxCNC machine configuration is not pinned as a runtime artifact.') +const actualRevision = (await promisify(execFile)('git', ['-C', resolve(root, 'cnc_wams_gpt6/linuxcnc-master'), 'rev-parse', 'HEAD'])).stdout.trim() +if (actualRevision !== manifest.worktreeRevision) throw new Error('LinuxCNC worktree does not match the pinned revision.') +for (const artifact of manifest.artifacts || []) { + const bytes = await readFile(resolve(root, manifest.distRoot, artifact.path)) + const sha256 = createHash('sha256').update(bytes).digest('hex') + if (bytes.byteLength !== artifact.bytes || sha256 !== artifact.sha256) throw new Error(`LinuxCNC WASM artifact does not match its pinned identity: ${artifact.path}.`) +} if (report.schemaVersion !== 1 || report.status !== 'pass' || report.browserId !== 'chrome') throw new Error('Chrome CAM LinuxCNC machine verification is not passing.') if (JSON.stringify(report.stages) !== JSON.stringify(['CAD', 'OCL', 'CAMotics', 'GCODE', 'LinuxCNC WASM'])) throw new Error('CAM machine stage order is invalid.') if (report.openCamLib?.backend !== 'upstream-opencamlib-wasm' || report.openCamLib.sourceRevision?.length !== 40 || report.openCamLib.artifactSha256?.length !== 64 || report.openCamLib.triangleCount < 2 || report.openCamLib.inputPoints < 2 || report.openCamLib.outputPoints < report.openCamLib.inputPoints || !(report.openCamLib.sampling > 0)) throw new Error('OpenCAMLib WASM stage evidence is incomplete.') if (!report.gcode?.hasM428 || !report.gcode.hasM429 || !report.gcode.hasG93 || !report.gcode.hasG94 || !report.gcode.hasB || !report.gcode.hasC359 || !report.gcode.hasC361) throw new Error('LinuxCNC XYZBC RTCP G-code evidence is incomplete.') -if (report.machine?.backend !== 'linuxcnc-wasm' || report.machine.status !== 'accepted' || report.machine.dryRunStatus !== 'dry-run' || report.machine.parserAuthority !== 'linuxcnc-wasm' || report.machine.lines < 10 || report.machine.lines >= 1000 || report.machine.blocks < 2 || report.machine.blocks >= 1000 || report.machine.trajectorySegments < 2 || report.machine.trajectorySegments >= 1000) throw new Error('LinuxCNC WASM machine acceptance evidence is incomplete or belongs to a different program.') +if (report.machine?.backend !== 'linuxcnc-wasm' || report.machine.status !== 'accepted' || report.machine.dryRunStatus !== 'dry-run' || report.machine.parserAuthority !== 'linuxcnc-wasm' || report.machine.machineCase !== manifest.machineCase || report.machine.dryRunMachineCase !== manifest.machineCase || report.machine.lines < 10 || report.machine.lines >= 1000 || report.machine.blocks < 2 || report.machine.blocks >= 1000 || report.machine.trajectorySegments < 2 || report.machine.trajectorySegments >= 1000) throw new Error('LinuxCNC WASM machine acceptance evidence is incomplete or belongs to a different program or machine case.') +if (report.runtime?.server !== 'managed-vite-preview' || report.runtime.worktreeRevision !== manifest.worktreeRevision || report.runtime.machineCase !== report.machine.machineCase) throw new Error('LinuxCNC WASM managed runtime identity is incomplete.') +const chromeMajor = manifest.chromeVersion.split('.')[0] +if (report.browser?.product !== manifest.chromeVersion || !String(report.browser?.userAgent || '').includes(`Chrome/${chromeMajor}.`)) throw new Error('Chrome runtime is not the pinned version.') +if (JSON.stringify(report.runtime.artifacts) !== JSON.stringify(manifest.artifacts)) throw new Error('LinuxCNC WASM artifact hashes do not match the pinned manifest.') +if (JSON.stringify(report.runtime.loadedArtifacts) !== JSON.stringify(manifest.artifacts.filter(({ runtimeLoaded }) => runtimeLoaded).map(({ role, path }) => ({ role, path, status: 200 })))) throw new Error('Chrome did not load every pinned LinuxCNC runtime artifact.') console.log(JSON.stringify({ status: 'chrome-cam-linuxcnc-machine-pass', stages: report.stages, openCamLib: report.openCamLib, gcode: report.gcode, machine: report.machine, browser: report.browser }, null, 2)) diff --git a/scripts/check-freecad-composite-history-elementmap-oracle.mjs b/scripts/check-freecad-composite-history-elementmap-oracle.mjs index 3cfac4e..7b0df74 100644 --- a/scripts/check-freecad-composite-history-elementmap-oracle.mjs +++ b/scripts/check-freecad-composite-history-elementmap-oracle.mjs @@ -1,16 +1,25 @@ +import { createHash } from 'node:crypto' import { readFile } from 'node:fs/promises' import { resolve } from 'node:path' import { elementMap2SemanticDigest, parseElementMap2, validateElementMap2, writeElementMap2 } from '../src/facade/elementMap2.ts' import { validateNativeNamingEvidence } from '../src/facade/nativeNamingEvidence.ts' import { migrateStringHasherSchema, parseStringHasherTable, validateStringHasherTable, writeStringHasherTable } from '../src/facade/stringHasher.ts' +import { validateCompositeMutationEvidence } from './freecad-composite-mutation-evidence.mjs' const root = resolve(new URL('..', import.meta.url).pathname) const report = JSON.parse(await readFile(resolve(root, 'config/freecad-composite-history-elementmap-oracle.json'), 'utf8')) const resaveReport = JSON.parse(await readFile(resolve(root, 'config/freecad-composite-history-resave-verification.json'), 'utf8')) if (report.schemaVersion !== 1 || report.baselineId !== 'freecad-1.1.1-composite-history-elementmap2' || report.freecadVersion !== '1.1.1' || report.status !== 'pass' || report.gitCommit !== '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d') throw new Error('FreeCAD composite history ElementMap2 oracle baseline is invalid.') -if (report.summary?.cases !== 30 || report.summary?.passed !== 30 || report.summary?.failed !== 0 || !Array.isArray(report.cases) || report.cases.length !== 30) throw new Error('FreeCAD composite oracle must contain exactly 30 passing cases.') -if (resaveReport.schemaVersion !== 1 || resaveReport.baselineId !== report.baselineId || resaveReport.freecadVersion !== report.freecadVersion || resaveReport.gitCommit !== report.gitCommit || resaveReport.status !== 'pass' || resaveReport.summary?.cases !== 30 || resaveReport.summary?.passed !== 30 || resaveReport.summary?.failed !== 0 || resaveReport.summary?.roundtripNameDrift !== 0 || resaveReport.summary?.resaveNameDrift !== 0 || resaveReport.summary?.nativeDesktopResaveCases !== 30 || !Array.isArray(resaveReport.cases) || resaveReport.cases.length !== 30) throw new Error('FreeCAD composite resave oracle must contain exactly 30 passing save/reopen/resave cases.') +if (report.summary?.cases !== 30 || report.summary?.passed !== 30 || report.summary?.failed !== 0 || report.summary?.stageCorrelations !== 219 || !(report.summary?.relationRecords > 0) || !Array.isArray(report.cases) || report.cases.length !== 30) throw new Error('FreeCAD composite oracle must contain exactly 30 passing cases and 219 correlated stages.') +if (resaveReport.schemaVersion !== 1 || resaveReport.baselineId !== report.baselineId || resaveReport.freecadVersion !== report.freecadVersion || resaveReport.gitCommit !== report.gitCommit || resaveReport.status !== 'pass' || resaveReport.summary?.cases !== 30 || resaveReport.summary?.passed !== 30 || resaveReport.summary?.failed !== 0 || resaveReport.summary?.roundtripNameDrift !== 0 || resaveReport.summary?.resaveNameDrift !== 0 || resaveReport.summary?.nativeDesktopResaveCases !== 30 || resaveReport.summary?.stageCorrelations !== 219 || resaveReport.summary?.relationRecords !== report.summary.relationRecords || !Array.isArray(resaveReport.cases) || resaveReport.cases.length !== 30) throw new Error('FreeCAD composite resave oracle must contain exactly 30 passing save/reopen/resave cases and 219 correlated stages.') +const reportIds = report.cases.map(({ id }) => id) +const resaveIds = resaveReport.cases.map(({ id }) => id) +if (new Set(reportIds).size !== 30 || JSON.stringify(resaveIds) !== JSON.stringify(reportIds)) throw new Error('FreeCAD composite and resave case identities are not joined one-to-one.') +const resaveById = new Map(resaveReport.cases.map((fixture) => [fixture.id, fixture])) for (const fixture of resaveReport.cases) if (fixture.roundtripNameDrift !== 0 || fixture.resaveNameDrift !== 0 || fixture.nativeDesktopResaveCovered !== true) throw new Error(`FreeCAD composite fixture ${fixture.id} changed mapped names after native FreeCAD resave.`) +const canonical = (value) => Array.isArray(value) ? value.map(canonical) : value && typeof value === 'object' ? Object.fromEntries(Object.entries(value).sort(([left], [right]) => left.localeCompare(right)).map(([key, entry]) => [key, canonical(entry)])) : value +const digest = (value) => createHash('sha256').update(JSON.stringify(canonical(value))).digest('hex') +const mutationEvidence = validateCompositeMutationEvidence(report) let parsedResources = 0 let parsedStringHasherResources = 0 let namingEvidenceStages = 0 @@ -22,12 +31,27 @@ let nativeIndexedNameStages = 0 let privateTokenEvidenceCompleteStages = 0 let internalBuilderEvidenceStages = 0 let internalBuilderEvidenceMissingStages = 0 +let stageCorrelations = 0 +let relationRecords = 0 +let wrongBindings = 0 +let unexplainedRelations = 0 for (const fixture of report.cases) { if (fixture.status !== 'pass' || !fixture.finalObject || !fixture.stages?.length) throw new Error(`FreeCAD composite fixture ${fixture.id} has no valid feature history stages.`) if (fixture.roundtripNameDrift !== 0) throw new Error(`FreeCAD composite fixture ${fixture.id} changed mapped names after FreeCAD reopen.`) const names = new Set() + const stageNames = new Set(fixture.stages.map(({ name }) => name)) + const stageByName = new Map(fixture.stages.map((stage) => [stage.name, stage])) + const dependencyClosure = (stageName, seen = new Set()) => { + if (seen.has(stageName)) return seen + seen.add(stageName) + for (const linked of stageByName.get(stageName)?.linkedObjects ?? []) if (stageNames.has(linked)) dependencyClosure(linked, seen) + return seen + } + const resaveFixture = resaveById.get(fixture.id) + const correlations = resaveFixture?.stageCorrelations + if (!correlations || !['initial', 'reopened', 'resaved'].every((phase) => Array.isArray(correlations[phase]) && correlations[phase].length === fixture.stages.length)) throw new Error(`FreeCAD composite fixture ${fixture.id} lacks complete initial/reopen/resave stage correlations.`) let historyStages = 0 - for (const stage of fixture.stages) { + for (const [ordinal, stage] of fixture.stages.entries()) { if (!stage.shape?.valid || !stage.names?.length) throw new Error(`FreeCAD composite fixture ${fixture.id}/${stage.name} has invalid topology.`) namingEvidenceStages += 1 if (!['final-shape-only', 'opaque-preserved', 'native-evidence', 'ambiguous', 'missing'].includes(stage.namingEvidenceStatus)) namingEvidenceMissing += 1 @@ -49,6 +73,25 @@ for (const fixture of report.cases) { else if (stage.nativeEvidence.status === 'native-evidence' && stage.nativeEvidence.internalBuilderEvidence !== true && /^(Part::(Fuse|Cut|Common|Extrusion|Revolution|Loft|Sweep|Fillet|Chamfer)|PartDesign::(Pad|Pocket|Revolution|Groove|AdditiveLoft|SubtractiveLoft|AdditivePipe|SubtractivePipe|Fillet|Chamfer|Draft|Thickness|Mirrored|MultiTransform|LinearPattern|PolarPattern|Hole))$/.test(stage.typeId || '')) internalBuilderEvidenceMissingStages += 1 const stageHasHistory = stage.names.some((entry) => Array.isArray(entry.history) && entry.history.length > 0) if (stageHasHistory) historyStages += 1 + if (!Array.isArray(stage.linkedObjects) || !Array.isArray(stage.relations) || stage.relations.length !== stage.names.length || stage.relationDigest !== digest(stage.relations) || !/^[0-9a-f]{64}$/.test(stage.semanticNameDigest || '')) throw new Error(`FreeCAD composite fixture ${fixture.id}/${stage.name} lacks relation-level naming evidence.`) + const expectedKey = `${fixture.id}:${String(ordinal).padStart(3, '0')}:${stage.name}` + const phaseRecords = ['initial', 'reopened', 'resaved'].map((phase) => correlations[phase][ordinal]) + for (const record of phaseRecords) if (record.key !== expectedKey || record.ordinal !== ordinal || record.name !== stage.name || record.typeId !== stage.typeId || record.relationCount !== stage.relations.length) throw new Error(`FreeCAD composite fixture ${expectedKey} changed stage identity across native resave.`) + if (phaseRecords.some((record) => record.relationDigest !== stage.relationDigest || record.semanticNameDigest !== stage.semanticNameDigest)) throw new Error(`FreeCAD composite fixture ${expectedKey} changed relation or semantic-name evidence across native resave.`) + stageCorrelations += 1 + relationRecords += stage.relations.length + const allowedSources = dependencyClosure(stage.name) + allowedSources.delete(stage.name) + let stageSourceRelations = 0 + for (const [relationIndex, relation] of stage.relations.entries()) { + if (relation.resultName !== stage.names[relationIndex]?.name || !['generated', 'modified', 'preserved'].includes(relation.relation) || !Array.isArray(relation.sources)) unexplainedRelations += 1 + for (const source of relation.sources) { + stageSourceRelations += 1 + if (!stageNames.has(source.sourceObject) || !/^(?:(?:Face|Edge|Vertex)\d+|#[a-zA-Z0-9]+:[0-9a-fA-F]+|#[0-9a-fA-F]+|g\d+(?:v\d+)?;SKT)$/.test(source.sourceElement || '')) unexplainedRelations += 1 + else if (!allowedSources.has(source.sourceObject)) wrongBindings += 1 + } + } + if (stage.nativeEvidence.internalBuilderEvidence === true && stageSourceRelations === 0) unexplainedRelations += 1 for (const entry of stage.names) { if (names.has(`${stage.name}:${entry.name}`)) throw new Error(`Duplicate ElementMap name ${fixture.id}/${stage.name}/${entry.name}.`) names.add(`${stage.name}:${entry.name}`) @@ -74,7 +117,9 @@ for (const fixture of report.cases) { parsedResources += 1 } } +if (stageCorrelations !== 219 || stageCorrelations !== report.summary.stageCorrelations || relationRecords !== report.summary.relationRecords) throw new Error(`FreeCAD stage-correlation totals drifted: stages=${stageCorrelations}, relations=${relationRecords}.`) +if (wrongBindings !== 0 || unexplainedRelations !== 0) throw new Error(`FreeCAD relation-level topology correlation failed: wrongBindings=${wrongBindings}, unexplainedRelations=${unexplainedRelations}.`) if (parsedResources === 0) throw new Error('FreeCAD composite oracle did not capture any ElementMap2 resources.') if (nativeIndexedNameStages !== namingEvidenceStages) throw new Error(`FreeCAD composite oracle must retain direct indexed-name evidence for every stage, found ${nativeIndexedNameStages}/${namingEvidenceStages}.`) if (namingEvidenceMissing !== 0 || namingEvidenceBoundaryViolations !== 0) throw new Error(`FreeCAD naming evidence boundary is incomplete: missing=${namingEvidenceMissing}, violations=${namingEvidenceBoundaryViolations}.`) -console.log(JSON.stringify({ status: 'freecad-composite-history-elementmap-pass', cases: report.summary.cases, parsedResources, parsedStringHasherResources, namingEvidenceStages, nativeEvidenceValidatedStages, nativeIndexedNameStages, nativeMappedNameStages, indexedOnlyStages: nativeIndexedNameStages - nativeMappedNameStages, privateTokenEvidenceCompleteStages, namingEvidenceMissing, namingEvidenceBoundaryViolations, internalBuilderEvidenceStages, internalBuilderEvidenceMissingStages, nativeDesktopResaveCases: resaveReport.summary.nativeDesktopResaveCases, resaveNameDrift: resaveReport.summary.resaveNameDrift }, null, 2)) +console.log(JSON.stringify({ status: 'freecad-composite-history-elementmap-pass', cases: report.summary.cases, categoryCases: mutationEvidence.categoryCases, mutationCases: mutationEvidence.mutationCases, mutationPassed: mutationEvidence.mutationPassed, mutationStageRecords: mutationEvidence.mutationStageRecords, mutationPhaseStageRecords: mutationEvidence.mutationPhaseStageRecords, mutationFinalPropagationFailures: mutationEvidence.mutationFinalPropagationFailures, mutationStageRestoreFailures: mutationEvidence.mutationStageRestoreFailures, mutationNamingRestoreDriftCases: mutationEvidence.mutationNamingRestoreDriftCases, mutationNamingRestoreDriftStages: mutationEvidence.mutationNamingRestoreDriftStages, stageCorrelations, relationRecords, wrongBindings, unexplainedRelations, parsedResources, parsedStringHasherResources, namingEvidenceStages, nativeEvidenceValidatedStages, nativeIndexedNameStages, nativeMappedNameStages, indexedOnlyStages: nativeIndexedNameStages - nativeMappedNameStages, privateTokenEvidenceCompleteStages, namingEvidenceMissing, namingEvidenceBoundaryViolations, internalBuilderEvidenceStages, internalBuilderEvidenceMissingStages, nativeDesktopResaveCases: resaveReport.summary.nativeDesktopResaveCases, resaveNameDrift: resaveReport.summary.resaveNameDrift }, null, 2)) diff --git a/scripts/check-freecad-desktop-oracle.mjs b/scripts/check-freecad-desktop-oracle.mjs index b31d9b8..fc96139 100644 --- a/scripts/check-freecad-desktop-oracle.mjs +++ b/scripts/check-freecad-desktop-oracle.mjs @@ -62,6 +62,8 @@ if (!report) fail('34-module desktop probe report is missing; run probe:freecad- if (report.baselineId !== config.baselineId || report.freecadVersion !== '1.1.1' || report.guiUp !== true || report.moduleCount !== 34 || report.modules?.length !== 34) { fail('desktop probe report is not a GUI-up 34-module FreeCAD 1.1.1 report.') } +if (report.determinism?.schemaVersion !== 1 || report.determinism.normalizedProcessFields?.join(',') !== 'pointer-address,uuid,freecad-document-cache-run') fail('desktop probe does not declare deterministic process-field normalization.') +if (report.guiCommands?.stateProbe !== 'native-is-active-after-workbench-registration-with-Std_Expressions-qaction-guard' || report.guiCommands.stateCases?.join(',') !== 'noDocument,documentNoSelection,selectedPartBox' || report.guiCommands.directIsActiveBoundary !== 'Std_Expressions-only-qaction-guard-for-locked-1.1.1-null-qaction-crash' || report.guiCommands.stateCommandCount !== report.guiCommands.commands?.length) fail('desktop probe GUI state boundary is incomplete.') const invalid = report.modules.filter((module) => !['compiled-importable', 'compiled-import-failure', 'gui-only-unprobeable', 'not-built'].includes(module.runtimeStatus)) if (invalid.length) fail(`probe contains invalid module statuses: ${invalid.map((module) => module.name).join(', ')}`) const expectedObjects = ['Part::Box', 'Part::Cylinder', 'Part::Sphere', 'Part::Cone', 'Part::Feature', 'PartDesign::Feature', 'Sketcher::SketchObject'] @@ -74,6 +76,11 @@ const propertyFlags = report.objects.flatMap((object) => object.properties || [] if (!propertyFlags.some((status) => status.includes('Hidden')) || !propertyFlags.some((status) => status.includes('Output'))) { fail('runtime property fixtures must include Hidden and Output status flags.') } +for (const command of report.guiCommands?.commands ?? []) { + if (!Array.isArray(command.registeredWorkbenches) || command.registeredWorkbenches.length === 0 || !Array.isArray(command.observations) || command.observations.length !== 1 || command.observations.some((observation) => !Object.hasOwn(observation, 'noDocument') || !Object.hasOwn(observation, 'documentNoSelection') || !Object.hasOwn(observation, 'selectedPartBox'))) { + fail(`GUI command ${command.id || ''} lacks no-document/document/selection observations.`) + } +} const runtimeObjects = report.runtimeObjects if (!runtimeObjects?.available || runtimeObjects.candidateSource !== 'Document.supportedTypes' || !Array.isArray(runtimeObjects.types) || runtimeObjects.candidateCount !== runtimeObjects.types.length) { fail('complete Document.supportedTypes runtime object evidence is missing.') diff --git a/scripts/check-freecad-exact-history-elementmap-gate.mjs b/scripts/check-freecad-exact-history-elementmap-gate.mjs index 2a487de..0b212b0 100644 --- a/scripts/check-freecad-exact-history-elementmap-gate.mjs +++ b/scripts/check-freecad-exact-history-elementmap-gate.mjs @@ -2,16 +2,22 @@ import { readFile } from 'node:fs/promises' import { resolve } from 'node:path' import { createElementMap2NameToken, elementMap2NameTokenToReference, elementMap2SemanticDigest, parseElementMap2, validateElementMap2, writeElementMap2 } from '../src/facade/elementMap2.ts' import { migrateStringHasherSchema, parseStringHasherTable, validateElementMap2StringHasherEvidence, validateStringHasherTable, writeStringHasherTable } from '../src/facade/stringHasher.ts' +import { validateCompositeMutationEvidence } from './freecad-composite-mutation-evidence.mjs' const root = resolve(new URL('..', import.meta.url).pathname) const load = async (path) => JSON.parse(await readFile(resolve(root, path), 'utf8')) const gate = await load('config/freecad-exact-history-elementmap-gate.json') const oracle = await load('config/freecad-composite-history-elementmap-oracle.json') const roundtrip = await load('config/freecad-fcstd-roundtrip-verification.json') +const resave = await load('config/freecad-composite-history-resave-verification.json') +const stageCorrelation = await load('config/freecad-tsn-stage-correlation-oracle.json') if (oracle.baselineId !== gate.baselineId || oracle.freecadVersion !== gate.requiredFreecadVersion || oracle.gitCommit !== gate.requiredFreecadCommit || oracle.status !== 'pass' || oracle.summary?.cases !== gate.requiredCases || oracle.summary?.passed !== gate.requiredCases) throw new Error('Exact history/ElementMap2 gate baseline is not the locked FreeCAD 1.1.1 30-case report.') +const mutationEvidence = validateCompositeMutationEvidence(oracle) +if (mutationEvidence.mutationCases !== gate.requirements.mutationCases || mutationEvidence.mutationPassed !== gate.requirements.mutationCases - gate.requirements.mutationFailures || mutationEvidence.mutationStageRecords !== gate.requirements.mutationStageRecords || mutationEvidence.mutationStageRestoreFailures !== gate.requirements.mutationStageRestoreFailures || mutationEvidence.mutationFinalPropagationFailures !== gate.requirements.mutationFinalPropagationFailures || mutationEvidence.mutationNamingRestoreDriftCases !== gate.requirements.mutationNamingRestoreDriftCases || mutationEvidence.mutationNamingRestoreDriftStages !== gate.requirements.mutationNamingRestoreDriftStages) throw new Error('Exact history/ElementMap2 mutation requirements do not match per-case evidence.') let wrongBindings = 0 let unexplainedRelations = 0 let roundtripNameDrift = 0 +let resaveNameDrift = 0 let elementMap2ParseFailures = 0 let elementMap2SemanticFailures = 0 let elementMap2TokenWriterFailures = 0 @@ -31,7 +37,22 @@ let internalBuilderEvidenceStages = 0 let internalBuilderEvidenceMissingStages = 0 const builderStageType = /^(Part::(Fuse|Cut|Common|Extrusion|Revolution|Loft|Sweep|Fillet|Chamfer)|PartDesign::(Pad|Pocket|Revolution|Groove|AdditiveLoft|SubtractiveLoft|AdditivePipe|SubtractivePipe|Fillet|Chamfer|Draft|Thickness|Mirrored|MultiTransform|LinearPattern|PolarPattern|Hole))$/ let resources = 0 +let caseReconciliations = 0 +const resaveById = new Map((resave.cases || []).map((fixture) => [fixture.id, fixture])) +if (resaveById.size !== gate.requiredCases || resave.cases?.length !== gate.requiredCases) throw new Error('Exact gate resave evidence is not joined one-to-one with the locked corpus.') +const zeroMetrics = () => ({ wrongBindings, unexplainedRelations, roundtripNameDrift, resaveNameDrift, elementMap2ParseFailures, elementMap2SemanticFailures, elementMap2TokenWriterFailures, stringHasherParseFailures, stringHasherSemanticFailures, stringHasherEvidenceFailures, namingEvidenceMissing, namingEvidenceBoundaryViolations }) for (const fixture of oracle.cases) { + const metricsBefore = zeroMetrics() + const resaveFixture = resaveById.get(fixture.id) + if (!resaveFixture || resaveFixture.roundtripNameDrift !== 0 || resaveFixture.resaveNameDrift !== 0 || resaveFixture.nativeDesktopResaveCovered !== true) throw new Error(`Exact gate case ${fixture.id} lacks passing native save/reopen/resave evidence.`) + if (!['initial', 'reopened', 'resaved'].every((phase) => Array.isArray(resaveFixture.stageCorrelations?.[phase]) && resaveFixture.stageCorrelations[phase].length === fixture.stages.length)) throw new Error(`Exact gate case ${fixture.id} lacks complete stage correlations.`) + for (const [ordinal, stage] of fixture.stages.entries()) { + const expectedKey = `${fixture.id}:${String(ordinal).padStart(3, '0')}:${stage.name}` + for (const phase of ['initial', 'reopened', 'resaved']) { + const record = resaveFixture.stageCorrelations[phase][ordinal] + if (record.key !== expectedKey || record.ordinal !== ordinal || record.name !== stage.name || record.typeId !== stage.typeId || record.relationDigest !== stage.relationDigest || record.semanticNameDigest !== stage.semanticNameDigest) throw new Error(`Exact gate case ${expectedKey} changed identity or naming evidence during ${phase}.`) + } + } if (fixture.roundtripNameDrift !== 0) roundtripNameDrift += 1 const knownObjects = new Set(fixture.stages.map((stage) => stage.name)) for (const stage of fixture.stages) { @@ -96,10 +117,20 @@ for (const fixture of oracle.cases) { elementMap2ParseFailures += 1 } } + const metricsAfter = zeroMetrics() + const caseFailures = Object.fromEntries(Object.keys(metricsAfter).map((key) => [key, metricsAfter[key] - metricsBefore[key]]).filter(([, value]) => value !== 0)) + if (Object.keys(caseFailures).length > 0) throw new Error(`Exact gate case ${fixture.id} failed closed: ${JSON.stringify(caseFailures)}.`) + caseReconciliations += 1 } for (const scenario of roundtrip.scenarios || []) { if (scenario.status !== 'pass' || (scenario.differences || []).length !== 0) roundtripNameDrift += 1 } +if (resave.status !== 'pass' || resave.summary?.nativeDesktopResaveCases !== gate.requiredCases || resave.summary?.roundtripNameDrift !== 0 || resave.summary?.resaveNameDrift !== 0 || caseReconciliations !== gate.requiredCases) resaveNameDrift += 1 +if (stageCorrelation.status !== 'pass' || stageCorrelation.nativeDesktopResaveCovered !== true || stageCorrelation.summary?.mutationCases !== 5 || stageCorrelation.summary?.mutationPassed !== 5) throw new Error('Five-stage desktop correlation/mutation evidence is incomplete.') +wrongBindings += stageCorrelation.summary?.wrongBindings ?? 1 +unexplainedRelations += stageCorrelation.summary?.unexplainedRelations ?? 1 +roundtripNameDrift += stageCorrelation.summary?.roundtripNameDrift ?? 1 +resaveNameDrift += stageCorrelation.summary?.resaveNameDrift ?? 1 if (indexedNameOnlyStages + privateTokenEvidenceRequiredStages !== nativeEvidenceStages || privateTokenEvidenceCompleteStages !== privateTokenEvidenceRequiredStages || internalBuilderEvidenceStages !== 42 || internalBuilderEvidenceMissingStages !== 0) throw new Error(`Exact native naming evidence is incomplete: indexedOnly=${indexedNameOnlyStages}, tokenRequired=${privateTokenEvidenceRequiredStages}, tokenComplete=${privateTokenEvidenceCompleteStages}, builder=${internalBuilderEvidenceStages}, builderMissing=${internalBuilderEvidenceMissingStages}.`) -if (roundtrip.status !== 'verified' || wrongBindings !== gate.requirements.wrongBindings || unexplainedRelations !== gate.requirements.unexplainedRelations || roundtripNameDrift !== gate.requirements.roundtripNameDrift || elementMap2ParseFailures !== gate.requirements.elementMap2ParseFailures || elementMap2SemanticFailures !== gate.requirements.elementMap2SemanticFailures || elementMap2TokenWriterFailures !== gate.requirements.elementMap2TokenWriterFailures || stringHasherParseFailures !== gate.requirements.stringHasherParseFailures || stringHasherSemanticFailures !== gate.requirements.stringHasherSemanticFailures || stringHasherEvidenceFailures !== gate.requirements.stringHasherEvidenceFailures || namingEvidenceMissing !== gate.requirements.namingEvidenceMissing || namingEvidenceBoundaryViolations !== gate.requirements.namingEvidenceBoundaryViolations) throw new Error(`Exact gate failed: wrongBindings=${wrongBindings}, unexplainedRelations=${unexplainedRelations}, roundtripNameDrift=${roundtripNameDrift}, elementMap2ParseFailures=${elementMap2ParseFailures}, elementMap2SemanticFailures=${elementMap2SemanticFailures}, elementMap2TokenWriterFailures=${elementMap2TokenWriterFailures}, stringHasherParseFailures=${stringHasherParseFailures}, stringHasherSemanticFailures=${stringHasherSemanticFailures}, stringHasherEvidenceFailures=${stringHasherEvidenceFailures}, namingEvidenceMissing=${namingEvidenceMissing}, namingEvidenceBoundaryViolations=${namingEvidenceBoundaryViolations}.`) -console.log(JSON.stringify({ status: 'freecad-exact-history-elementmap-gate-pass', exactPromotionReady: false, cases: oracle.summary.cases, resources, stringHasherResources, nativeEvidenceStages, nativeIndexedNameStages, nativeMappedNameStages, indexedOnlyStages: indexedNameOnlyStages, privateTokenEvidenceRequiredStages, privateTokenEvidenceCompleteStages, internalBuilderEvidenceStages, internalBuilderEvidenceMissingStages, wrongBindings, unexplainedRelations, roundtripNameDrift, elementMap2ParseFailures, elementMap2SemanticFailures, elementMap2TokenWriterFailures, stringHasherParseFailures, stringHasherSemanticFailures, stringHasherEvidenceFailures, namingEvidenceMissing, namingEvidenceBoundaryViolations }, null, 2)) +if (roundtrip.status !== 'verified' || wrongBindings !== gate.requirements.wrongBindings || unexplainedRelations !== gate.requirements.unexplainedRelations || roundtripNameDrift !== gate.requirements.roundtripNameDrift || resaveNameDrift !== gate.requirements.resaveNameDrift || elementMap2ParseFailures !== gate.requirements.elementMap2ParseFailures || elementMap2SemanticFailures !== gate.requirements.elementMap2SemanticFailures || elementMap2TokenWriterFailures !== gate.requirements.elementMap2TokenWriterFailures || stringHasherParseFailures !== gate.requirements.stringHasherParseFailures || stringHasherSemanticFailures !== gate.requirements.stringHasherSemanticFailures || stringHasherEvidenceFailures !== gate.requirements.stringHasherEvidenceFailures || namingEvidenceMissing !== gate.requirements.namingEvidenceMissing || namingEvidenceBoundaryViolations !== gate.requirements.namingEvidenceBoundaryViolations) throw new Error(`Exact gate failed: wrongBindings=${wrongBindings}, unexplainedRelations=${unexplainedRelations}, roundtripNameDrift=${roundtripNameDrift}, resaveNameDrift=${resaveNameDrift}, elementMap2ParseFailures=${elementMap2ParseFailures}, elementMap2SemanticFailures=${elementMap2SemanticFailures}, elementMap2TokenWriterFailures=${elementMap2TokenWriterFailures}, stringHasherParseFailures=${stringHasherParseFailures}, stringHasherSemanticFailures=${stringHasherSemanticFailures}, stringHasherEvidenceFailures=${stringHasherEvidenceFailures}, namingEvidenceMissing=${namingEvidenceMissing}, namingEvidenceBoundaryViolations=${namingEvidenceBoundaryViolations}.`) +console.log(JSON.stringify({ status: 'freecad-exact-history-elementmap-gate-pass', exactPromotionReady: false, cases: oracle.summary.cases, caseReconciliations, categoryCases: mutationEvidence.categoryCases, mutationCases: mutationEvidence.mutationCases, mutationPassed: mutationEvidence.mutationPassed, mutationStageRecords: mutationEvidence.mutationStageRecords, mutationPhaseStageRecords: mutationEvidence.mutationPhaseStageRecords, mutationStageRestoreFailures: mutationEvidence.mutationStageRestoreFailures, mutationFinalPropagationFailures: mutationEvidence.mutationFinalPropagationFailures, mutationNamingRestoreDriftCases: mutationEvidence.mutationNamingRestoreDriftCases, mutationNamingRestoreDriftStages: mutationEvidence.mutationNamingRestoreDriftStages, nativeDesktopResaveCases: resave.summary.nativeDesktopResaveCases + 1, crossFeatureMutationCases: stageCorrelation.summary.mutationCases, crossFeatureMutationPassed: stageCorrelation.summary.mutationPassed, resources, stringHasherResources, nativeEvidenceStages, nativeIndexedNameStages, nativeMappedNameStages, indexedOnlyStages: indexedNameOnlyStages, privateTokenEvidenceRequiredStages, privateTokenEvidenceCompleteStages, internalBuilderEvidenceStages, internalBuilderEvidenceMissingStages, wrongBindings, unexplainedRelations, roundtripNameDrift, resaveNameDrift, elementMap2ParseFailures, elementMap2SemanticFailures, elementMap2TokenWriterFailures, stringHasherParseFailures, stringHasherSemanticFailures, stringHasherEvidenceFailures, namingEvidenceMissing, namingEvidenceBoundaryViolations }, null, 2)) diff --git a/scripts/check-freecad-gui-command-inventory.mjs b/scripts/check-freecad-gui-command-inventory.mjs index 3050dbf..642d364 100644 --- a/scripts/check-freecad-gui-command-inventory.mjs +++ b/scripts/check-freecad-gui-command-inventory.mjs @@ -2,23 +2,42 @@ import { readFile } from 'node:fs/promises' import { resolve } from 'node:path' const root = resolve(new URL('..', import.meta.url).pathname) -const inventory = JSON.parse(await readFile(resolve(root, 'config/freecad-gui-command-inventory.json'), 'utf8')) +const [inventory, contextBoundaries] = await Promise.all([ + readFile(resolve(root, 'config/freecad-gui-command-inventory.json'), 'utf8').then(JSON.parse), + readFile(resolve(root, 'config/freecad-gui-command-context-boundaries.json'), 'utf8').then(JSON.parse), +]) const fail = (message) => { throw new Error(`FreeCAD GUI command inventory: ${message}`) } if (inventory.schemaVersion !== 1 || inventory.baseline?.freecadVersion !== '1.1.1' || inventory.baseline?.commit !== '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d') fail('baseline mismatch.') if (!Number.isInteger(inventory.commandCount) || inventory.commandCount < 900 || !Array.isArray(inventory.commands) || inventory.commands.length !== inventory.commandCount) fail('runtime command inventory is incomplete.') +if (inventory.contextBoundaries !== 'config/freecad-gui-command-context-boundaries.json') fail('context-only command boundary ledger is not linked.') +if (inventory.runtimeEvidence?.report !== '.cache/freecad/reference-desktop-gui-commands.json' || !/^[0-9a-f]{64}$/.test(inventory.runtimeEvidence.reportSha256 || '')) fail('dedicated runtime GUI oracle provenance is incomplete.') +if (inventory.runtimeEvidence?.stateProbe !== 'native-is-active-after-workbench-registration-with-Std_Expressions-qaction-guard' || inventory.runtimeEvidence.stateCases?.join(',') !== 'noDocument,documentNoSelection,selectedPartBox' || inventory.runtimeEvidence.directIsActiveBoundary !== 'Std_Expressions-only-qaction-guard-for-locked-1.1.1-null-qaction-crash') fail('runtime command state boundary is incomplete.') const ids = new Set() for (const command of inventory.commands) { if (!command.id || ids.has(command.id)) fail(`duplicate or empty command '${command.id}'.`) ids.add(command.id) if (!Array.isArray(command.sourceModules) || command.sourceModules.length === 0 || !Array.isArray(command.workbenches) || command.workbenches.length === 0) fail(`${command.id} is missing source/workbench ownership.`) - for (const caseName of ['emptySelection', 'selectedPartBox']) { + for (const caseName of ['noDocument', 'documentNoSelection', 'selectedPartBox']) { const probeCase = command.cases?.[caseName] if (!probeCase?.observed || !Array.isArray(probeCase.states) || probeCase.states.length === 0) fail(`${command.id} is missing ${caseName} evidence.`) if (probeCase.states.some((state) => !['true', 'false', 'error', 'no-action'].includes(String(state)))) fail(`${command.id} has an invalid ${caseName} state.`) } } if (!Array.isArray(inventory.sourceOnlyCommands)) fail('sourceOnlyCommands must be an array.') +const sourceOnlyIds = new Set() for (const command of inventory.sourceOnlyCommands) { if (!command.id || !Array.isArray(command.sourceModules) || !command.reason) fail('source-only command entry is incomplete.') + if (ids.has(command.id) || sourceOnlyIds.has(command.id)) fail(`source-only command '${command.id}' is duplicated or also runtime-probed.`) + if (!['module-not-built', 'source-registration-not-loaded'].includes(command.reason)) fail(`source-only command '${command.id}' has an unknown generator reason.`) + sourceOnlyIds.add(command.id) } -console.log(JSON.stringify({ status: 'gui-command-inventory-pass', commandCount: inventory.commandCount, sourceOnlyCount: inventory.sourceOnlyCommands.length, workbenchCount: inventory.runtimeEvidence?.workbenchCount }, null, 2)) +if (contextBoundaries.schemaVersion !== 1 || contextBoundaries.baseline?.freecadVersion !== '1.1.1' || contextBoundaries.baseline.commit !== inventory.baseline.commit) fail('context-only command boundary baseline mismatch.') +const isolated = contextBoundaries.isolatedWorkbenchOracle +if (isolated?.report !== inventory.runtimeEvidence.report || isolated.reportSha256 !== inventory.runtimeEvidence.reportSha256 || isolated.commandCount !== inventory.commandCount || isolated.commandUniverseSha256 !== '82901c576ef4b4cea1182f6505f5282a70b84ee8420105e83e58f65c0fb9685f' || isolated.shardCount !== 100 || isolated.bimFirstTimeWelcome !== 'suppressed-before-workbench-activation') fail('isolated workbench oracle boundary is incomplete.') +const contextCommands = contextBoundaries.contextOnlyCommands +if (!Array.isArray(contextCommands) || contextCommands.map((command) => command.id).join(',') !== 'Import_ReadBREP,NaviCubeDraggableCmd') fail('context-only command set changed without review.') +for (const command of contextCommands) { + if (ids.has(command.id) || sourceOnlyIds.has(command.id)) fail(`context-only command '${command.id}' leaked into a startup inventory.`) + if (!['explicit-module-import-command', 'context-menu-lazy-command'].includes(command.classification) || !command.runtimeExpectation || !command.exactTask || !Array.isArray(command.sourceEvidence) || command.sourceEvidence.length === 0) fail(`context-only command '${command.id}' lacks a complete boundary.`) +} +console.log(JSON.stringify({ status: 'gui-command-inventory-pass', commandCount: inventory.commandCount, sourceOnlyCount: inventory.sourceOnlyCommands.length, contextOnlyCount: contextCommands.length, workbenchCount: inventory.runtimeEvidence?.workbenchCount, documentSensitiveCount: inventory.commands.filter((command) => command.documentSensitive).length, selectionSensitiveCount: inventory.commands.filter((command) => command.selectionSensitive).length }, null, 2)) diff --git a/scripts/check-freecad-gui-workflow-oracle.mjs b/scripts/check-freecad-gui-workflow-oracle.mjs new file mode 100644 index 0000000..274e4de --- /dev/null +++ b/scripts/check-freecad-gui-workflow-oracle.mjs @@ -0,0 +1,32 @@ +import { readFile } from 'node:fs/promises' +import { resolve } from 'node:path' + +const root = resolve(new URL('..', import.meta.url).pathname) +const [report, plan] = await Promise.all([ + readFile(resolve(root, 'config/freecad-gui-workflow-oracle.json'), 'utf8').then(JSON.parse), + readFile(resolve(root, 'config/freecad-gui-workflow-plan.json'), 'utf8').then(JSON.parse), +]) +const fail = (message) => { throw new Error(`FreeCAD GUI workflow oracle: ${message}`) } +const lockedCommit = '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' +if (report.schemaVersion !== 1 || report.baseline?.freecadVersion !== '1.1.1' || report.baseline?.commit !== lockedCommit || report.baseline.profile !== 'desktop-xvfb-isolated-config') fail('baseline mismatch.') +if (report.family?.id !== plan.family?.id || report.family.primaryCommand !== plan.family.primaryCommand || report.family.exactTask !== plan.family.primaryExactTask) fail('selected family mapping is stale.') +if (report.generatedBy !== './npmw run probe:freecad-gui-workflow' || report.checkedBy !== './npmw run check:freecad-gui-workflow') fail('probe/check provenance is incomplete.') +const success = report.workflows?.success +if (success?.workflowId !== report.family.id || success.commandId !== report.family.primaryCommand || success.state !== 'success' || success.success !== true) fail('success workflow identity is invalid.') +if (success.before?.activeWorkbench !== 'PartDesignWorkbench' || success.before.commandRegistered !== true || success.before.commandActive !== true || success.before.actionCount < 1 || success.before.selection?.join(',') !== 'Sketch') fail('native command preconditions are incomplete.') +if (success.taskPanel?.opened?.activeDialog !== true || success.taskPanel.opened.inEdit !== 'Pad' || success.taskPanel.opened.fieldCount < 1 || success.taskPanel.preview?.name !== 'Pad' || success.taskPanel.preview.length !== 10 || success.taskPanel.preview.volume !== 120) fail('native Pad Task preview evidence is incomplete.') +if (success.after?.acceptClicked !== true || success.taskPanel?.closed?.activeDialog !== false || success.taskPanel.closed.inEdit !== '') fail('native Pad Task accept/close evidence is incomplete.') +const pad = success.after?.pad +if (success.after?.bodyTip !== 'Pad' || success.after.bodyGroup?.join(',') !== 'Sketch,Pad' || pad?.typeId !== 'PartDesign::Pad' || pad.length !== 10 || pad.shapeValid !== true || pad.solidCount !== 1 || pad.faceCount !== 6 || pad.edgeCount !== 12 || pad.vertexCount !== 8 || pad.volume !== 120 || pad.profile !== 'Sketch' || pad.state?.join(',') !== 'Up-to-date') fail('native Pad result semantics are incomplete.') +if ((!Number.isInteger(success.after.undoCount) || success.after.undoCount < 1) && (!Array.isArray(success.after.undoNames) || success.after.undoNames.length < 1)) fail('native Pad transaction evidence is missing.') +if (JSON.stringify(report.remainingStates) !== JSON.stringify(['disabled', 'failure', 'cancel', 'recovery']) || report.exactPromotionReady !== false) fail('remaining workflow boundary is incorrect.') +console.log(JSON.stringify({ + status: 'freecad-gui-workflow-pass', + family: report.family.id, + command: report.family.primaryCommand, + capturedStates: Object.keys(report.workflows), + remainingStates: report.remainingStates, + bodyTip: success.after.bodyTip, + volume: pad.volume, + undoNames: success.after.undoNames, +}, null, 2)) diff --git a/scripts/check-freecad-gui-workflow-plan.mjs b/scripts/check-freecad-gui-workflow-plan.mjs new file mode 100644 index 0000000..e3dbc31 --- /dev/null +++ b/scripts/check-freecad-gui-workflow-plan.mjs @@ -0,0 +1,60 @@ +import { readFile } from 'node:fs/promises' +import { resolve } from 'node:path' + +const root = resolve(new URL('..', import.meta.url).pathname) +const load = (path) => readFile(resolve(root, path), 'utf8').then(JSON.parse) +const [workflow, inventory, exactPlan] = await Promise.all([ + load('config/freecad-gui-workflow-plan.json'), + load('config/freecad-gui-command-inventory.json'), + load('config/freecad-web-exact-parity-plan.json'), +]) + +const fail = (message) => { throw new Error(`FreeCAD GUI workflow plan: ${message}`) } +const lockedCommit = '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' +if (workflow.schemaVersion !== 1 || workflow.baseline?.freecadVersion !== '1.1.1' || workflow.baseline?.commit !== lockedCommit) fail('baseline mismatch.') +if (inventory.baseline?.commit !== lockedCommit || exactPlan.baseline?.freecadCommit !== lockedCommit) fail('input baseline mismatch.') + +const family = workflow.family +if (!family?.id || !family.title || !family.workbench || !family.primaryCommand || !family.primaryExactTask || !family.selectionReason) fail('selected family metadata is incomplete.') +if (!Array.isArray(family.commandIds) || family.commandIds.length === 0 || !family.commandIds.includes(family.primaryCommand)) fail('selected command family is incomplete.') +if (!Array.isArray(family.relatedExactTasks) || family.relatedExactTasks.length === 0) fail('related exact tasks are missing.') + +const exactTaskIds = new Set(exactPlan.programs.flatMap((program) => program.tasks.map((task) => task.id))) +for (const taskId of [family.primaryExactTask, ...family.relatedExactTasks]) if (!exactTaskIds.has(taskId)) fail(`selected family references unknown exact task ${taskId}.`) + +const commandById = new Map(inventory.commands.map((command) => [command.id, command])) +for (const commandId of family.commandIds) if (!commandById.has(commandId)) fail(`selected command ${commandId} is absent from the runtime inventory.`) +const primary = commandById.get(family.primaryCommand) +const sensitivity = workflow.sensitivityEvidence +if (sensitivity?.source !== 'config/freecad-gui-command-inventory.json' || sensitivity.commandId !== family.primaryCommand) fail('sensitivity provenance is incomplete.') +if (sensitivity.documentSensitive !== primary.documentSensitive || sensitivity.selectionSensitive !== primary.selectionSensitive) fail('selected sensitivity flags do not match the runtime inventory.') +for (const caseName of ['noDocument', 'documentNoSelection', 'selectedPartBox']) { + if (JSON.stringify(sensitivity.cases?.[caseName]) !== JSON.stringify(primary.cases?.[caseName]?.states)) fail(`${caseName} sensitivity evidence is stale.`) +} + +const stateNames = ['success', 'disabled', 'failure', 'cancel', 'recovery'] +for (const stateName of stateNames) { + const recipe = workflow.stateRecipes?.[stateName] + if (!recipe?.setup || !recipe.action || !recipe.expected) fail(`${stateName} workflow recipe is incomplete.`) +} + +const expectedTaskIds = Array.from({ length: 7 }, (_, index) => `ORA-GUI-WF-${String(index).padStart(3, '0')}`) +if (!Array.isArray(workflow.progress) || workflow.progress.map((entry) => entry.taskId).join(',') !== expectedTaskIds.join(',')) fail('workflow progress must contain ordered ORA-GUI-WF-000 through 006 tasks.') +const statuses = workflow.progress.map((entry) => entry.status) +if (statuses.filter((status) => status === 'in_progress').length !== 1 || statuses.some((status) => !['completed', 'in_progress', 'pending'].includes(status))) fail('workflow progress must have exactly one in-progress task.') +const inProgressIndex = statuses.indexOf('in_progress') +if (statuses.slice(0, inProgressIndex).some((status) => status !== 'completed') || statuses.slice(inProgressIndex + 1).some((status) => status !== 'pending')) fail('workflow progress is not a contiguous serial queue.') +for (const [index, entry] of workflow.progress.entries()) { + if (!Array.isArray(entry.evidence)) fail(`${entry.taskId} evidence must be an array.`) + if (index < inProgressIndex && entry.evidence.length === 0) fail(`${entry.taskId} is completed without evidence.`) +} + +console.log(JSON.stringify({ + status: 'freecad-gui-workflow-plan-pass', + family: family.id, + primaryCommand: family.primaryCommand, + primaryExactTask: family.primaryExactTask, + completed: statuses.filter((status) => status === 'completed').length, + inProgress: workflow.progress[inProgressIndex].taskId, + pending: statuses.filter((status) => status === 'pending').length, +}, null, 2)) diff --git a/scripts/check-freecad-native-property-semantics.mjs b/scripts/check-freecad-native-property-semantics.mjs index 6655b7e..6a7922a 100644 --- a/scripts/check-freecad-native-property-semantics.mjs +++ b/scripts/check-freecad-native-property-semantics.mjs @@ -5,16 +5,16 @@ import { resolve } from 'node:path' const root = resolve(new URL('..', import.meta.url).pathname) const report = JSON.parse(await readFile(resolve(root, 'config/freecad-native-property-semantics.json'), 'utf8')) const fail = (message) => { throw new Error(`FreeCAD native property semantics check failed: ${message}`) } -if (report.schemaVersion !== 1 || report.status !== 'pass' || report.baseline?.freecadVersion !== '1.1.1' || report.baseline?.commit !== '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' || report.exactPromotionReady !== false || report.exactBlocker !== 'complete native document and property semantics') fail('report boundary is invalid') +if (report.schemaVersion !== 1 || report.status !== 'pass' || report.baseline?.freecadVersion !== '1.1.1' || report.baseline?.commit !== '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' || report.exactPromotionReady !== false || report.exactBlocker !== '58 runtime property types and 523 records remain opaque-only; complete native document and property semantics') fail('report boundary is invalid') if (report.runtime?.registeredObjectTypes !== 352 || report.runtime.instantiableObjectTypes !== 348 || report.runtime.unavailableObjectTypes !== 4 || report.runtime.propertyRecords !== 5510 || report.runtime.propertyTypes !== 85 || report.runtime.unavailableObjects?.length !== 4) fail('runtime inventory counts changed') const support = report.supportSummary -if (support?.['native-editable-codec']?.typeCount !== 18 || support['native-editable-codec'].recordCount !== 4135 || support?.['native-specialized-codec']?.typeCount !== 5 || support['native-specialized-codec'].recordCount !== 683 || support?.['opaque-fcstd-proxy']?.typeCount !== 62 || support['opaque-fcstd-proxy'].recordCount !== 692) fail('property support partition is stale') +if (support?.['native-editable-codec']?.typeCount !== 22 || support['native-editable-codec'].recordCount !== 4304 || support?.['native-specialized-codec']?.typeCount !== 5 || support['native-specialized-codec'].recordCount !== 683 || support?.['opaque-fcstd-proxy']?.typeCount !== 58 || support['opaque-fcstd-proxy'].recordCount !== 523) fail('property support partition is stale') if (report.types?.length !== 85 || new Set(report.types.map(({ typeId }) => typeId)).size !== 85 || report.types.reduce((total, entry) => total + entry.recordCount, 0) !== 5510) fail('per-TypeId inventory is invalid') if (report.propertyStatus?.unknownNumericBits?.length !== 0 || report.propertyStatus.proxyOnlyRecordCount !== 0 || report.propertyStatus.proxyOnly?.length !== 0 || report.propertyStatus.facadeNative?.join(',') !== report.propertyStatus.observed?.join(',')) fail('property status representation coverage is stale') -if (report.propertyStatus.behaviorNative?.join(',') !== 'Hidden,Immutable,NoModify,Ordered,Output,PropHidden,PropNoPersist,PropNoRecompute,PropOutput,PropReadOnly,PropTransient,ReadOnly,Transient' || report.propertyStatus.preservedOnly?.join(',') !== 'LockDynamic,PartialTrigger' || report.propertyStatus.preservedOnlyRecordCount !== 70) fail('property status behavior boundary is stale') +if (report.propertyStatus.behaviorNative?.join(',') !== 'Hidden,Immutable,LockDynamic,NoModify,Ordered,Output,PartialTrigger,PropHidden,PropNoPersist,PropNoRecompute,PropOutput,PropReadOnly,PropTransient,ReadOnly,Transient' || report.propertyStatus.preservedOnly?.length !== 0 || report.propertyStatus.preservedOnlyRecordCount !== 0) fail('property status behavior boundary is stale') for (const locked of [report.source, report.harness]) { const path = resolve(root, locked?.path ?? '') const [content, bytes] = await Promise.all([readFile(path), stat(path).then(({ size }) => size)]) if (bytes !== locked.bytes || createHash('sha256').update(content).digest('hex') !== locked.sha256) fail(`report is stale for ${locked.path}`) } -console.log(JSON.stringify({ status: 'freecad-native-property-semantics-pass', propertyTypes: 85, propertyRecords: 5510, nativeCodecRecords: 4818, opaqueProxyRecords: 692, representedStatusRecords: 5510, preservedOnlyStatusRecords: 70, exactPromotionReady: false }, null, 2)) +console.log(JSON.stringify({ status: 'freecad-native-property-semantics-pass', propertyTypes: 85, propertyRecords: 5510, nativeCodecRecords: 4987, opaqueProxyRecords: 523, representedStatusRecords: 5510, preservedOnlyStatusRecords: 0, exactPromotionReady: false }, null, 2)) diff --git a/scripts/check-freecad-oracle-coverage.mjs b/scripts/check-freecad-oracle-coverage.mjs index d377bb9..e809d6e 100644 --- a/scripts/check-freecad-oracle-coverage.mjs +++ b/scripts/check-freecad-oracle-coverage.mjs @@ -3,15 +3,21 @@ import { resolve } from 'node:path' const root = resolve(new URL('..', import.meta.url).pathname) const load = (path) => readFile(resolve(root, path), 'utf8').then(JSON.parse) -const [sourceInventory, typeInventory, guiInventory, reference] = await Promise.all([ +const [sourceInventory, typeInventory, guiInventory, reference, guiReference, boundaries, exactPlan] = await Promise.all([ load('config/freecad-source-inventory.json'), load('config/freecad-type-property-inventory.json'), load('config/freecad-gui-command-inventory.json'), load('.cache/freecad/reference-desktop.json'), + load('.cache/freecad/reference-desktop-gui-commands.json'), + load('config/freecad-oracle-boundaries.json'), + load('config/freecad-web-exact-parity-plan.json'), ]) const fail = (message) => { throw new Error(`FreeCAD oracle coverage: ${message}`) } const lockedCommit = '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' if (reference.schemaVersion !== 1 || reference.freecadVersion !== '1.1.1' || reference.gitCommit !== lockedCommit) fail('reference desktop report is not the locked FreeCAD 1.1.1 baseline.') +if (guiReference.schemaVersion !== 1 || guiReference.freecadVersion !== '1.1.1' || guiReference.gitCommit !== lockedCommit || guiReference.guiUp !== true || guiReference.probeScope !== 'gui-commands') fail('GUI command report is not the dedicated locked FreeCAD 1.1.1 oracle.') +if (guiReference.determinism?.schemaVersion !== 1 || guiReference.determinism.normalizedProcessFields?.join(',') !== 'pointer-address,uuid,freecad-document-cache-run') fail('GUI command report lacks deterministic process-field normalization.') +if (boundaries.schemaVersion !== 1 || boundaries.baseline?.freecadVersion !== '1.1.1' || boundaries.baseline?.commit !== lockedCommit) fail('oracle boundary decisions do not match the locked baseline.') if (sourceInventory.moduleCount !== 34 || reference.moduleCount !== 34 || reference.modules?.length !== 34) fail('source and desktop oracle must both enumerate 34 modules.') if (typeInventory.moduleCount !== 34 || typeInventory.modules?.length !== 34) fail('type/property inventory must enumerate all 34 modules.') @@ -26,17 +32,32 @@ for (const name of sourceModules.keys()) { const missingReferenceModules = [...referenceModules.keys()].filter((name) => !sourceModules.has(name)) if (missingReferenceModules.length > 0) fail(`desktop oracle has unregistered modules: ${missingReferenceModules.join(', ')}.`) -const referenceCommands = new Map((reference.guiCommands?.commands ?? []).map((command) => [command.id, command])) +const referenceCommands = new Map((guiReference.guiCommands?.commands ?? []).map((command) => [command.id, command])) const inventoryCommands = new Map(guiInventory.commands.map((command) => [command.id, command])) if (referenceCommands.size !== guiInventory.commandCount || inventoryCommands.size !== guiInventory.commandCount) fail('GUI command counts or IDs are not unique and aligned.') for (const [id, command] of inventoryCommands) { const referenceCommand = referenceCommands.get(id) if (!referenceCommand) fail(`GUI command ${id} is missing from the desktop oracle.`) if (!Array.isArray(referenceCommand.observations) || referenceCommand.observations.length === 0) fail(`GUI command ${id} has no desktop observations.`) + if (referenceCommand.observations.some((observation) => !Object.hasOwn(observation, 'noDocument') || !Object.hasOwn(observation, 'documentNoSelection') || !Object.hasOwn(observation, 'selectedPartBox'))) fail(`GUI command ${id} lacks the complete document/selection state matrix.`) if (command.status !== 'runtime-probed') fail(`GUI command ${id} is not marked runtime-probed.`) + for (const state of ['noDocument', 'documentNoSelection', 'selectedPartBox']) if (command.cases?.[state]?.observed !== true || !Array.isArray(command.cases[state].states) || command.cases[state].states.length === 0) fail(`GUI command ${id} inventory lacks ${state} evidence.`) } for (const id of referenceCommands.keys()) if (!inventoryCommands.has(id)) fail(`desktop GUI command ${id} is missing from the generated inventory.`) for (const command of guiInventory.sourceOnlyCommands) if (!command.reason || !Array.isArray(command.sourceModules)) fail(`source-only command ${command.id} lacks an explicit reason.`) +const sourceOnlyCommands = new Map(guiInventory.sourceOnlyCommands.map((command) => [command.id, command])) +const sourceOnlyCommandDecisions = new Map((boundaries.sourceOnlyCommands ?? []).map((command) => [command.id, command])) +if (sourceOnlyCommandDecisions.size !== (boundaries.sourceOnlyCommands ?? []).length) fail('source-only command decisions contain duplicate IDs.') +const expectedSourceOnlyCommandIds = [...sourceOnlyCommands.keys()].sort() +const decidedSourceOnlyCommandIds = [...sourceOnlyCommandDecisions.keys()].sort() +if (JSON.stringify(expectedSourceOnlyCommandIds) !== JSON.stringify(decidedSourceOnlyCommandIds)) fail(`source-only command decisions drifted: expected ${expectedSourceOnlyCommandIds.join(', ')}, received ${decidedSourceOnlyCommandIds.join(', ')}.`) +const allowedCommandClassifications = new Set(['legacy-lazy-command', 'optional-addon-command-group', 'dynamic-command-template', 'optional-preference-command-group', 'optional-executable-command', 'context-lazy-command', 'source-template-command']) +const exactTaskIds = new Set(exactPlan.programs.flatMap((program) => program.tasks).map((task) => task.id)) +for (const [id, decision] of sourceOnlyCommandDecisions) { + const inventoryCommand = sourceOnlyCommands.get(id) + if (!allowedCommandClassifications.has(decision.classification) || !decision.runtimeExpectation || !exactTaskIds.has(decision.exactTask) || !Array.isArray(decision.sourceEvidence) || decision.sourceEvidence.length === 0) fail(`source-only command ${id} lacks a complete classification.`) + if (JSON.stringify(decision.sourceModules) !== JSON.stringify(inventoryCommand.sourceModules)) fail(`source-only command ${id} module ownership differs from the generated inventory.`) +} const runtimeObjects = reference.runtimeObjects if (!runtimeObjects?.available || runtimeObjects.candidateSource !== 'Document.supportedTypes' || !Array.isArray(runtimeObjects.types)) fail('desktop oracle is missing the complete Document.supportedTypes runtime inventory.') @@ -55,8 +76,16 @@ const runtimeObjectCount = runtimeObjects.availableCount const sourceUsageTypeIds = new Set((typeInventory.documentObjectUsages ?? []).map((record) => record.typeId)) if (sourceUsageTypeIds.size === 0 || !Array.isArray(typeInventory.typeIdDeclarations)) fail('source TypeId declaration and addObject usage indexes are missing.') const sourceUsageMissingRuntime = [...sourceUsageTypeIds].filter((typeId) => !runtimeTypeIds.has(typeId)).sort() +const expectedNotBuilt = reference.modules.filter((module) => module.runtimeStatus === 'not-built').map((module) => module.name).sort() +const decidedNotBuilt = (boundaries.notBuiltModules ?? []).map((module) => module.name).sort() +if (JSON.stringify(expectedNotBuilt) !== JSON.stringify(decidedNotBuilt)) fail(`not-built module decisions drifted: expected ${expectedNotBuilt.join(', ')}, received ${decidedNotBuilt.join(', ')}.`) +for (const module of boundaries.notBuiltModules) if (!module.buildOption || !['proxy', 'browser-reimplementation', 'source-template'].includes(module.decision) || !module.exactTask || !module.boundary || !Array.isArray(module.sourceEvidence) || module.sourceEvidence.length === 0) fail(`not-built module ${module.name} lacks a complete decision.`) +const decidedSourceOnlyTypeIds = (boundaries.sourceOnlyTypeIds ?? []).map((entry) => entry.typeId).sort() +if (JSON.stringify(sourceUsageMissingRuntime) !== JSON.stringify(decidedSourceOnlyTypeIds)) fail(`source-only TypeId decisions drifted: expected ${sourceUsageMissingRuntime.join(', ')}, received ${decidedSourceOnlyTypeIds.join(', ')}.`) +for (const entry of boundaries.sourceOnlyTypeIds) if (!entry.classification || !entry.runtimeExpectation || !Array.isArray(entry.sourceEvidence) || entry.sourceEvidence.length === 0) fail(`source-only TypeId ${entry.typeId} lacks a complete classification.`) const staticObjectCandidateCount = sourceUsageTypeIds.size const moduleStatusCounts = Object.fromEntries([...new Set(reference.modules.map((module) => module.runtimeStatus))].sort().map((status) => [status, reference.modules.filter((module) => module.runtimeStatus === status).length])) +const sourceOnlyCommandClassificationCounts = Object.fromEntries([...allowedCommandClassifications].sort().map((classification) => [classification, boundaries.sourceOnlyCommands.filter((command) => command.classification === classification).length]).filter(([, count]) => count > 0)) console.log(JSON.stringify({ status: 'freecad-oracle-coverage-pass', baseline: { freecadVersion: reference.freecadVersion, commit: reference.gitCommit }, @@ -65,6 +94,8 @@ console.log(JSON.stringify({ guiCommands: guiInventory.commandCount, guiCommandsRuntimeAligned: true, sourceOnlyCommands: guiInventory.sourceOnlyCommands.length, + sourceOnlyCommandsClassified: sourceOnlyCommandDecisions.size, + sourceOnlyCommandClassificationCounts, registeredObjectTypeCount: runtimeObjects.candidateCount, runtimeObjectCount, unavailableObjectCount: runtimeObjects.unavailableCount, @@ -73,7 +104,10 @@ console.log(JSON.stringify({ sourceDocumentObjectUsageCount: staticObjectCandidateCount, sourceUsageMissingRuntimeCount: sourceUsageMissingRuntime.length, sourceUsageMissingRuntime: sourceUsageMissingRuntime, + notBuiltModuleDecisions: boundaries.notBuiltModules.map(({ name, decision, exactTask }) => ({ name, decision, exactTask })), + sourceOnlyTypeIdDecisions: boundaries.sourceOnlyTypeIds.map(({ typeId, classification }) => ({ typeId, classification })), + sourceOnlyCommandDecisions: boundaries.sourceOnlyCommands.map(({ id, classification, exactTask }) => ({ id, classification, exactTask })), staticObjectCandidateCount, exactPromotionReady: false, - remaining: ['not-built modules require an explicit build/proxy decision', 'source-declared TypeId/property candidates outside the registered document-object set require a native API inventory'], + remaining: ['task-scoped proxy/browser implementations remain open', 'runtime GUI task, failure, cancel and recovery states require per-command workflow oracles'], }, null, 2)) diff --git a/scripts/check-freecad-property-status-oracle.mjs b/scripts/check-freecad-property-status-oracle.mjs index 6ce76ba..61e4152 100644 --- a/scripts/check-freecad-property-status-oracle.mjs +++ b/scripts/check-freecad-property-status-oracle.mjs @@ -7,7 +7,7 @@ const fail = (message) => { throw new Error(`FreeCAD Property status oracle: ${m const byId = new Map((oracle.cases ?? []).map((entry) => [entry.id, entry])) const changed = (id) => byId.get(id)?.changed -if (oracle.schemaVersion !== 1 || oracle.baselineId !== 'freecad-1.1.1-property-status-oracle' || oracle.freecadVersion !== '1.1.1' || oracle.gitCommit !== '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' || oracle.status !== 'pass') fail('baseline is invalid.') +if (oracle.schemaVersion !== 2 || oracle.baselineId !== 'freecad-1.1.1-property-status-oracle' || oracle.freecadVersion !== '1.1.1' || oracle.gitCommit !== '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' || oracle.status !== 'pass') fail('baseline is invalid.') if (byId.size !== 5 || ['ordinary', 'runtime-output', 'type-output', 'runtime-no-recompute', 'type-no-recompute'].some((id) => !byId.has(id))) fail('change matrix is incomplete.') if (changed('ordinary')?.documentTouched !== true || byId.get('ordinary')?.recomputeCount !== 1) fail('ordinary input change did not touch and recompute its owner.') if (changed('runtime-output')?.mustExecute !== false || changed('runtime-output')?.documentTouched !== false) fail('runtime Output changed its owner recompute state.') @@ -15,8 +15,17 @@ if (changed('type-output')?.mustExecute !== false || changed('type-output')?.doc if (changed('runtime-no-recompute')?.documentTouched !== true || byId.get('runtime-no-recompute')?.recomputeCount !== 1) fail('runtime NoRecompute no longer matches the locked implementation behavior.') if (changed('type-no-recompute')?.documentTouched !== true || byId.get('type-no-recompute')?.recomputeCount !== 0) fail('Prop_NoRecompute did not touch without recomputing its owner.') if (oracle.lockDynamic?.propertyStillPresent !== true || oracle.lockDynamic.renamedPropertyPresent !== false || oracle.lockDynamic.failures?.remove !== null || !oracle.lockDynamic.failures?.rename) fail('LockDynamic did not preserve FreeCAD remove-false/rename-error behavior.') +if (oracle.lockDynamic.mutableRenameAndRemove !== true || oracle.lockDynamic.undoAvailable !== true) fail('Dynamic property mutation is not transactionally undoable.') +const dynamicEvents = (oracle.lockDynamic.observerEvents ?? []).map((event) => `${event.type}:${event.property ?? event.name ?? ''}`) +if (dynamicEvents.join(',') !== 'property.added:MutableValue,transaction.opened:dynamic-property-mutation,property.before-change:MutableValue,property.changed:MutableValue,property.removed:RenamedValue,transaction.committed:') fail('Dynamic property observer/transaction order drifted.') +const partialTrigger = oracle.partialTrigger +if (partialTrigger?.reportedStatus?.join(',') !== 'PartialTrigger' || partialTrigger.value !== true || partialTrigger.recomputeCount !== 1 || partialTrigger.undoAvailable !== true || partialTrigger.state?.documentTouched !== false) fail('PartialTrigger native mutation behavior drifted.') +const partialEvents = (partialTrigger.observerEvents ?? []).map((event) => `${event.type}:${event.property ?? event.name ?? ''}`) +if (partialEvents.join(',') !== 'property.before-change:PartialLoad,transaction.opened:partial-trigger-mutation,property.changed:PartialLoad,property.changed:Shape,transaction.committed:') fail('PartialTrigger observer/transaction order drifted.') const xml = oracle.fcstd?.xml const reopened = oracle.fcstd?.reopened if (xml?.persistedProperty !== true || xml.runtimeTransientProperty !== true || xml.typeTransientProperty !== true || xml.noPersistProperty !== false || xml.runtimeTransientHasValue !== false || xml.typeTransientHasValue !== false) fail('FCStd Property persistence partition drifted.') if (JSON.stringify(reopened?.properties) !== JSON.stringify(['Persisted', 'RuntimeTransient', 'TypeTransient']) || reopened.values?.Persisted !== 11 || reopened.values.RuntimeTransient !== 0 || reopened.values.TypeTransient !== 0) fail('FCStd reopen did not restore persisted/transient defaults exactly.') -console.log(JSON.stringify({ status: 'freecad-property-status-oracle-pass', cases: byId.size, outputSuppressesTouch: true, noRecomputePartition: true, lockDynamic: true, fcstdRoundtrip: true }, null, 2)) +if (xml.floatConstraintNative !== true || xml.quantityConstraintNative !== true || xml.precisionNative !== true || xml.hiddenLinkNative !== true) fail('Native high-frequency App Property XML codecs drifted.') +if (reopened.codecValues?.FloatConstraint !== 0.25 || reopened.codecValues.QuantityConstraint !== 12.5 || reopened.codecValues.Precision !== 0.001 || reopened.codecValues.HiddenLink !== 'Target') fail('Native high-frequency App Property codecs did not reopen losslessly.') +console.log(JSON.stringify({ status: 'freecad-property-status-oracle-pass', cases: byId.size, outputSuppressesTouch: true, noRecomputePartition: true, lockDynamic: true, partialTrigger: true, observerTransactions: true, nativeCodecTypes: 4, fcstdRoundtrip: true }, null, 2)) diff --git a/scripts/check-freecad-tsn-stage-correlation.mjs b/scripts/check-freecad-tsn-stage-correlation.mjs new file mode 100644 index 0000000..ab3b720 --- /dev/null +++ b/scripts/check-freecad-tsn-stage-correlation.mjs @@ -0,0 +1,92 @@ +import { createHash } from 'node:crypto' +import { readFile, stat } from 'node:fs/promises' +import { resolve } from 'node:path' +import { validateCompositeMutationEvidence } from './freecad-composite-mutation-evidence.mjs' + +const root = resolve(new URL('..', import.meta.url).pathname) +const load = (path) => readFile(resolve(root, path), 'utf8').then(JSON.parse) +const fail = (message) => { throw new Error(`FreeCAD TSN stage correlation: ${message}`) } +const [desktop, production, productionRegistry, composite, resave, mutations] = await Promise.all([ + load('config/freecad-tsn-stage-correlation-oracle.json'), + load('config/freecad-isomorphic-provenance-verification.json'), + load('config/chrome-freecad-naming-production-verification.json'), + load('config/freecad-composite-history-elementmap-oracle.json'), + load('config/freecad-composite-history-resave-verification.json'), + load('config/freecad-parameter-mutation-report.json'), +]) +const operations = ['cut', 'rotate', 'fillet', 'mirrored', 'linear-pattern'] +if (desktop.schemaVersion !== 1 || desktop.baselineId !== 'freecad-1.1.1-tsn-stage-correlation' || desktop.freecadVersion !== '1.1.1' || desktop.gitCommit !== '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' || desktop.status !== 'pass') fail('desktop oracle is not locked to FreeCAD 1.1.1.') +const harnessPath = resolve(root, desktop.harness?.path ?? '') +const [harnessContent, harnessBytes] = await Promise.all([readFile(harnessPath), stat(harnessPath).then(({ size }) => size)]) +if (desktop.harness?.path !== 'scripts/freecad-tsn-stage-correlation-oracle.py' || desktop.harness.bytes !== harnessBytes || desktop.harness.sha256 !== createHash('sha256').update(harnessContent).digest('hex')) fail('desktop oracle is stale for its executable harness.') +if (JSON.stringify(desktop.operations) !== JSON.stringify(operations) || JSON.stringify(production.cases?.longChain?.operations) !== JSON.stringify(operations)) fail('desktop and production five-stage operation order differs.') +if (desktop.stages?.length !== 5 || desktop.reopenedStages?.length !== 5 || desktop.resavedStages?.length !== 5) fail('desktop save/reopen/resave stage count is incomplete.') +for (let index = 0; index < operations.length; index += 1) { + const before = desktop.stages[index] + const reopened = desktop.reopenedStages[index] + const resaved = desktop.resavedStages[index] + if (before.operation !== operations[index] || reopened.operation !== before.operation || resaved.operation !== before.operation || !before.shape?.valid || before.mappedNameCount < 1 || before.historyRelations < 1) fail(`desktop stage ${operations[index]} has no valid topology association.`) + if (before.mappedNameDigest !== reopened.mappedNameDigest || before.mappedNameDigest !== resaved.mappedNameDigest) fail(`desktop stage ${operations[index]} changed mapped names after save/reopen/resave.`) +} +if (desktop.summary?.wrongBindings !== 0 || desktop.summary?.unexplainedRelations !== 0 || desktop.summary?.roundtripNameDrift !== 0 || desktop.summary?.resaveNameDrift !== 0) fail(`desktop zero-difference metrics failed: ${JSON.stringify(desktop.summary)}`) +if (desktop.nativeDesktopResaveCovered !== true || desktop.summary?.mutationCases !== 5 || desktop.summary?.mutationPassed !== 5 || desktop.mutations?.length !== 5) fail('desktop cross-feature mutation/resave corpus is incomplete.') +for (const [index, mutation] of desktop.mutations.entries()) if (mutation.operation !== operations[index] || mutation.status !== 'pass' || mutation.parameterChanged !== true || mutation.downstreamShapeChanged !== true || mutation.restoredExactly !== true) fail(`desktop ${operations[index]} mutation did not edit, recompute and restore the chain.`) +if (composite.summary?.cases !== 30 || composite.summary?.passed !== 30 || resave.summary?.nativeDesktopResaveCases !== 30 || resave.summary?.roundtripNameDrift !== 0 || resave.summary?.resaveNameDrift !== 0) fail('the locked 30-case native desktop resave corpus is incomplete.') +const compositeMutation = validateCompositeMutationEvidence(composite) +const resaveById = new Map((resave.cases || []).map((fixture) => [fixture.id, fixture])) +let compositeCaseReconciliations = 0 +if (resaveById.size !== compositeMutation.mutationCases || resave.cases?.length !== compositeMutation.mutationCases) fail('the 30-case resave report is not joined one-to-one with mutation evidence.') +for (const fixture of composite.cases) { + const resaveFixture = resaveById.get(fixture.id) + if (!resaveFixture || resaveFixture.roundtripNameDrift !== 0 || resaveFixture.resaveNameDrift !== 0 || resaveFixture.nativeDesktopResaveCovered !== true) fail(`${fixture.id} lacks a passing native resave transaction.`) + for (const phase of ['initial', 'reopened', 'resaved']) { + const records = resaveFixture.stageCorrelations?.[phase] + if (!Array.isArray(records) || records.length !== fixture.stages.length) fail(`${fixture.id}/${phase} lacks all stage correlations.`) + for (const [ordinal, stage] of fixture.stages.entries()) { + const record = records[ordinal] + const key = `${fixture.id}:${String(ordinal).padStart(3, '0')}:${stage.name}` + if (record.key !== key || record.ordinal !== ordinal || record.name !== stage.name || record.typeId !== stage.typeId || record.relationDigest !== stage.relationDigest || record.semanticNameDigest !== stage.semanticNameDigest) fail(`${key}/${phase} changed its locked stage evidence.`) + } + } + compositeCaseReconciliations += 1 +} +if (compositeCaseReconciliations !== 30 || compositeMutation.mutationStageRecords !== 219 || compositeMutation.mutationStageRestoreFailures !== 0 || compositeMutation.mutationFinalPropagationFailures !== 0) fail('the 30-case mutation corpus is not fully reconciled.') + +const mutationFamilyByOperation = new Map(mutations.families.flatMap((family) => (family.operationTypes || []).map((operation) => [operation, family]))) +const nativeMutationFamilies = { cut: 'Part::Cut', fillet: 'Part::Fillet', mirrored: 'PartDesign::Mirrored', 'linear-pattern': 'PartDesign::LinearPattern' } +const nativeMutationCorrelation = operations.map((operation) => { + const requiredFamily = nativeMutationFamilies[operation] + const family = requiredFamily ? mutations.families.find(({ id }) => id === requiredFamily) : mutationFamilyByOperation.get(operation) + return { operation, familyId: family?.id ?? null, complete: family?.complete === true } +}) +const missingNativeMutationOperations = nativeMutationCorrelation.filter(({ complete }) => !complete).map(({ operation }) => operation) +const proxyStageOperations = desktop.stages.filter(({ nativeBuilder }) => nativeBuilder !== true).map(({ operation }) => operation) +if (JSON.stringify(proxyStageOperations) !== '["rotate","mirrored","linear-pattern"]' || desktop.summary?.nativeBuilderStages !== 2 || desktop.summary?.proxyStages !== 3 || desktop.exactCorrelationReady !== false) fail('desktop native-builder/proxy boundary drifted.') + +const registeredOperations = productionRegistry.operations || [] +const coveredTransitions = operations.slice(1).map((operation, index) => `${operations[index]}->${operation}`) +const orderedOperationPairs = registeredOperations.length * registeredOperations.length +const blockers = [ + `Native desktop builder stages missing from the sequential chain: ${proxyStageOperations.join(', ')}`, + `Native parameter-mutation family missing for production operation: ${missingNativeMutationOperations.join(', ')}`, + `${desktop.summary.mutationRestoreTopologyDriftCases}/5 edit/restore cases changed ${desktop.summary.mutationRestoreTopologyDriftStages} downstream semantic topology digests without wrong binding`, + `${compositeMutation.mutationNamingRestoreDriftCases}/30 native case mutations changed ${compositeMutation.mutationNamingRestoreDriftStages} recovered naming-stage digests while all 219 geometry stages restored`, + `Only ${coveredTransitions.length}/${orderedOperationPairs} ordered production operation pairs are classified and replayed; ${orderedOperationPairs - coveredTransitions.length} remain unclassified for type compatibility`, +] +console.log(JSON.stringify({ + status: 'freecad-tsn-stage-correlation-fail-closed', + exactPromotionReady: false, + productionStages: production.cases.longChain.stages.length, + desktopStages: desktop.summary.stages, + nativeBuilderStages: desktop.summary.nativeBuilderStages, + proxyStageOperations, + compositeMutations: { cases: compositeMutation.mutationCases, passed: compositeMutation.mutationPassed, caseReconciliations: compositeCaseReconciliations, categoryCases: compositeMutation.categoryCases, stageRecords: compositeMutation.mutationStageRecords, phaseStageRecords: compositeMutation.mutationPhaseStageRecords, finalPropagationFailures: compositeMutation.mutationFinalPropagationFailures, geometryRestoreFailures: compositeMutation.mutationStageRestoreFailures, namingRestoreDriftCases: compositeMutation.mutationNamingRestoreDriftCases, namingRestoreDriftStages: compositeMutation.mutationNamingRestoreDriftStages }, + mutations: { cases: desktop.summary.mutationCases, passed: desktop.summary.mutationPassed, nativeCorrelated: nativeMutationCorrelation.filter(({ complete }) => complete).length, missingNativeMutationOperations, restoreTopologyDriftCases: desktop.summary.mutationRestoreTopologyDriftCases, restoreTopologyDriftStages: desktop.summary.mutationRestoreTopologyDriftStages }, + transitions: { registeredOperations: registeredOperations.length, orderedOperationPairs, covered: coveredTransitions.length, unclassified: orderedOperationPairs - coveredTransitions.length, coveredTransitions }, + nativeDesktopResaveCases: resave.summary.nativeDesktopResaveCases + 1, + wrongBindings: desktop.summary.wrongBindings, + unexplainedRelations: desktop.summary.unexplainedRelations, + roundtripNameDrift: desktop.summary.roundtripNameDrift, + resaveNameDrift: desktop.summary.resaveNameDrift, + blockers, +}, null, 2)) diff --git a/scripts/freecad-composite-history-elementmap-oracle.py b/scripts/freecad-composite-history-elementmap-oracle.py index 27a95f8..cd8dfe1 100644 --- a/scripts/freecad-composite-history-elementmap-oracle.py +++ b/scripts/freecad-composite-history-elementmap-oracle.py @@ -1,6 +1,7 @@ import hashlib import json import os +import re import tempfile import zipfile @@ -34,8 +35,32 @@ def square_sketch(body, name, half_size=2.0, z=0.0): def shape_summary(shape): if shape is None or shape.isNull(): - return {"valid": False, "solids": 0, "faces": 0, "edges": 0, "volume": 0.0} - return {"valid": bool(shape.isValid()), "solids": len(shape.Solids), "faces": len(shape.Faces), "edges": len(shape.Edges), "volume": float(shape.Volume)} + return {"valid": False, "solids": 0, "faces": 0, "edges": 0, "vertices": 0, "volume": 0.0, "area": 0.0, "brepSha256": None} + brep = shape.exportBrepToString() + bounds = shape.BoundBox + geometry = { + "solids": len(shape.Solids), + "faces": len(shape.Faces), + "edges": len(shape.Edges), + "vertices": len(shape.Vertexes), + "volume": round(float(shape.Volume), 9), + "area": round(float(shape.Area), 9), + "bounds": [round(float(value), 9) for value in (bounds.XMin, bounds.YMin, bounds.ZMin, bounds.XMax, bounds.YMax, bounds.ZMax)], + "vertexPoints": sorted([round(float(vertex.Point.x), 9), round(float(vertex.Point.y), 9), round(float(vertex.Point.z), 9)] for vertex in shape.Vertexes), + "edgeLengths": sorted(round(float(edge.Length), 9) for edge in shape.Edges), + "faceAreas": sorted(round(float(face.Area), 9) for face in shape.Faces), + } + return { + "valid": bool(shape.isValid()), + "solids": len(shape.Solids), + "faces": len(shape.Faces), + "edges": len(shape.Edges), + "vertices": len(shape.Vertexes), + "volume": float(shape.Volume), + "area": float(shape.Area), + "brepSha256": hashlib.sha256(brep.encode("utf-8")).hexdigest(), + "geometryDigest": digest_json(geometry), + } def history_entry(obj, name): @@ -59,6 +84,81 @@ def relation_from_mapped_name(mapped_name): return "preserved" +def normalize_mapped_name(mapped_name): + # StringHasher IDs are process-local. Preserve the token grammar while + # removing only the volatile hash-table slot assigned in this process. + return re.sub(r":H[0-9a-fA-F]+", ":H#", mapped_name or "") + + +def source_element_name(mapped_name): + match = re.search(r"(?:^|[;(])((?:Face|Edge|Vertex)\d+)", mapped_name or "") + if match: + return match.group(1) + local_token = re.search(r"(?:^|[;(])(#[a-zA-Z0-9]+:[0-9a-fA-F]+)", mapped_name or "") + if local_token: + return local_token.group(1) + sketch_token = re.search(r"(?:^|[;(])(g\d+(?:v\d+)?;SKT)", mapped_name or "") + if sketch_token: + return sketch_token.group(1) + indexed_token = re.search(r"(?:^|[;(])(#[0-9a-fA-F]+)", mapped_name or "") + return indexed_token.group(1) if indexed_token else "" + + +def linked_objects(obj): + result = set() + + def collect(value): + if hasattr(value, "Name") and getattr(value, "Document", None) is obj.Document: + result.add(value.Name) + elif isinstance(value, (list, tuple)): + for item in value: + collect(item) + + for property_name in obj.PropertiesList: + try: + property_type = obj.getTypeIdOfProperty(property_name) + except Exception: + continue + if "PropertyLink" not in property_type: + continue + try: + collect(getattr(obj, property_name)) + except Exception: + pass + result.discard(obj.Name) + return sorted(result) + + +def relation_records(obj, names): + records = [] + for entry in names: + history = entry.get("history") or [] + sources = [] + for item in history: + if item.get("object") == obj.Name or not item.get("object"): + continue + sources.append({ + "sourceObject": item.get("object"), + "sourceTypeId": item.get("typeId"), + "sourceElement": source_element_name(item.get("mappedName")), + "mappedName": normalize_mapped_name(item.get("mappedName")), + "children": sorted(normalize_mapped_name(child) for child in (item.get("children") or [])), + }) + records.append({ + "resultName": entry["name"], + "mappedName": normalize_mapped_name(entry.get("mappedName")), + "indexedName": entry.get("indexedName") or "", + "relation": relation_from_mapped_name(entry.get("mappedName")), + "sources": sorted(sources, key=lambda source: (source["sourceObject"], source["sourceElement"], source["mappedName"])), + }) + return records + + +def digest_json(value): + payload = json.dumps(value, sort_keys=True, separators=(",", ":")) + return hashlib.sha256(payload.encode("utf-8")).hexdigest() + + def native_mapping(obj, kind, index, name, mapped_name, mapped_ids, indexed_name, indexed_ids, history): reference_name = mapped_name or indexed_name or name source_refs = [] @@ -132,6 +232,7 @@ def stage_report(obj): "history": history, }) native_mapped_names.append(native_mapping(obj, kind, index, name, mapped, mapped_ids, indexed, indexed_ids, history)) + relations = relation_records(obj, names) native_evidence = { "schemaVersion": 1, "stageId": obj.Name, @@ -159,10 +260,167 @@ def stage_report(obj): "elementMapVersion": getattr(shape, "ElementMapVersion", None), "elementMapSize": int(getattr(shape, "ElementMapSize", 0) or 0), "names": names, + "linkedObjects": linked_objects(obj), + "relations": relations, + "relationDigest": digest_json(relations), + "semanticNameDigest": digest_json([{ + "name": entry["name"], + "mappedName": normalize_mapped_name(entry.get("mappedName")), + "indexedName": entry.get("indexedName") or "", + } for entry in names]), "nativeEvidence": native_evidence, } +def correlation_snapshot(case_id, stages): + return [{ + "key": "%s:%03d:%s" % (case_id, ordinal, stage["name"]), + "ordinal": ordinal, + "name": stage["name"], + "typeId": stage["typeId"], + "linkedObjects": stage["linkedObjects"], + "relationCount": len(stage["relations"]), + "relationDigest": stage["relationDigest"], + "semanticNameDigest": stage["semanticNameDigest"], + } for ordinal, stage in enumerate(stages)] + + +def parameter_value(value): + if hasattr(value, "Value"): + return float(value.Value) + if hasattr(value, "x") and hasattr(value, "y") and hasattr(value, "z"): + return [float(value.x), float(value.y), float(value.z)] + if isinstance(value, (bool, int, float, str)) or value is None: + return value + return str(value) + + +def mutation_stage_snapshot(case_id, stages): + return [{ + "key": "%s:%03d:%s" % (case_id, ordinal, stage["name"]), + "ordinal": ordinal, + "name": stage["name"], + "typeId": stage["typeId"], + "shape": stage["shape"], + "relationDigest": stage["relationDigest"], + "semanticNameDigest": stage["semanticNameDigest"], + } for ordinal, stage in enumerate(stages)] + + +def mutation_geometry_fingerprint(stage): + return stage["shape"]["geometryDigest"] + + +def mutation_naming_fingerprint(stage): + return (stage["relationDigest"], stage["semanticNameDigest"]) + + +def collect_named_stages(document, stage_names): + stages = [] + for stage_name in stage_names: + obj = document.getObject(stage_name) + stage = stage_report(obj) if obj is not None else None + if stage is None: + raise RuntimeError("mutation removed or invalidated stage %s" % stage_name) + stages.append(stage) + return stages + + +def capture_mutation(case_id, document, construction, before_stages): + final = construction["final"] + target = construction["mutationTarget"] + property_name = construction["mutationProperty"] + edited_value = construction["mutationValue"] + stage_names = [stage["name"] for stage in before_stages] + stage_ordinals = {stage_name: ordinal for ordinal, stage_name in enumerate(stage_names)} + if target.Name not in stage_ordinals or final.Name not in stage_ordinals: + raise RuntimeError("mutation target or final object has no captured Shape stage") + if property_name not in target.PropertiesList: + raise RuntimeError("mutation property %s.%s is not registered" % (target.Name, property_name)) + editor_modes = list(target.getEditorMode(property_name)) + property_type = target.getTypeIdOfProperty(property_name) + native_editable = "ReadOnly" not in editor_modes and "Hidden" not in editor_modes + original_value = getattr(target, property_name) + before_value = parameter_value(original_value) + try: + setattr(target, property_name, edited_value) + document.recompute() + edited_value_readback = parameter_value(getattr(target, property_name)) + edited_stages = collect_named_stages(document, stage_names) + finally: + setattr(target, property_name, original_value) + document.recompute() + restored_value = parameter_value(getattr(target, property_name)) + restored_stages = collect_named_stages(document, stage_names) + before_geometry = [mutation_geometry_fingerprint(stage) for stage in before_stages] + edited_geometry = [mutation_geometry_fingerprint(stage) for stage in edited_stages] + restored_geometry = [mutation_geometry_fingerprint(stage) for stage in restored_stages] + before_naming = [mutation_naming_fingerprint(stage) for stage in before_stages] + edited_naming = [mutation_naming_fingerprint(stage) for stage in edited_stages] + restored_naming = [mutation_naming_fingerprint(stage) for stage in restored_stages] + changed_ordinals = [ordinal for ordinal, (before, edited) in enumerate(zip(before_geometry, edited_geometry)) if before != edited] + restoration_drift_ordinals = [ordinal for ordinal, (before, restored) in enumerate(zip(before_geometry, restored_geometry)) if before != restored] + naming_changed_ordinals = [ordinal for ordinal, (before, edited) in enumerate(zip(before_naming, edited_naming)) if before != edited] + naming_restoration_drift_ordinals = [ordinal for ordinal, (before, restored) in enumerate(zip(before_naming, restored_naming)) if before != restored] + final_ordinal = stage_ordinals[final.Name] + target_ordinal = stage_ordinals[target.Name] + property_changed = before_value != edited_value_readback + final_shape_changed = before_geometry[final_ordinal] != edited_geometry[final_ordinal] + final_brep_changed = before_stages[final_ordinal]["shape"]["brepSha256"] != edited_stages[final_ordinal]["shape"]["brepSha256"] + property_restored = before_value == restored_value + all_stages_restored = len(restoration_drift_ordinals) == 0 + edited_shapes_valid = all(stage["shape"]["valid"] for stage in edited_stages) + status = "pass" if native_editable and property_changed and final_shape_changed and property_restored and all_stages_restored and edited_shapes_valid else "failed" + return { + "schemaVersion": 1, + "category": construction["category"], + "contract": { + "targetObject": target.Name, + "targetTypeId": target.TypeId, + "targetStageOrdinal": target_ordinal, + "propertyPath": property_name, + "propertyType": property_type, + "editorModes": editor_modes, + "nativeEditable": native_editable and property_type.startswith("App::Property"), + "finalObject": final.Name, + "finalStageOrdinal": final_ordinal, + "requiresFinalPropagation": True, + "requiresAllStageRestore": True, + }, + "values": { + "before": before_value, + "edited": edited_value_readback, + "restored": restored_value, + }, + "phases": { + "before": mutation_stage_snapshot(case_id, before_stages), + "edited": mutation_stage_snapshot(case_id, edited_stages), + "restored": mutation_stage_snapshot(case_id, restored_stages), + }, + "metrics": { + "propertyChanged": property_changed, + "finalShapeChanged": final_shape_changed, + "finalBrepChanged": final_brep_changed, + "propertyRestored": property_restored, + "allStagesRestored": all_stages_restored, + "allStageGeometryRestored": all_stages_restored, + "allStageNamingRestored": len(naming_restoration_drift_ordinals) == 0, + "editedShapesValid": edited_shapes_valid, + "changedStageOrdinals": changed_ordinals, + "changedStages": len(changed_ordinals), + "restorationDriftOrdinals": restoration_drift_ordinals, + "restorationDriftStages": len(restoration_drift_ordinals), + "namingChangedStageOrdinals": naming_changed_ordinals, + "namingChangedStages": len(naming_changed_ordinals), + "namingRestorationDriftOrdinals": naming_restoration_drift_ordinals, + "namingRestorationDriftStages": len(naming_restoration_drift_ordinals), + "stageRecords": len(before_stages), + "phaseStageRecords": len(before_stages) * 3, + }, + "status": status, + } + + def make_boolean(doc, operation, index): base = doc.addObject("Part::Box", "Box%02d" % index) base.Length, base.Width, base.Height = 10.0, 10.0, 10.0 @@ -176,7 +434,14 @@ def make_boolean(doc, operation, index): else: result = doc.addObject("Part::Cut", "Cut%02d" % index) result.Base, result.Tool = base, tool - return result + return { + "category": "boolean", + "final": result, + "base": base, + "mutationTarget": tool, + "mutationProperty": "Radius", + "mutationValue": float(tool.Radius.Value) + 0.5, + } def make_partdesign(doc, mode, index): @@ -210,18 +475,37 @@ def make_partdesign(doc, mode, index): elif mode == "pocket-twoside": pocket.Length2 = 1.0 doc.recompute() - return pocket - return pad + return { + "category": "partdesign", + "final": pocket, + "mutationTarget": pad, + "mutationProperty": "Length", + "mutationValue": float(pad.Length.Value) + 0.75, + } + return { + "category": "partdesign", + "final": pad, + "mutationTarget": pad, + "mutationProperty": "Length", + "mutationValue": float(pad.Length.Value) + 0.75, + } def make_composite(doc, index): - first = make_boolean(doc, "fuse" if index % 2 else "cut", index) + first_construction = make_boolean(doc, "fuse" if index % 2 else "cut", index) + first = first_construction["final"] second = doc.addObject("Part::Box", "SecondBox%02d" % index) second.Length, second.Width, second.Height = 4.0, 4.0, 4.0 second.Placement.Base = App.Vector(3.0, 3.0, 3.0) final = doc.addObject("Part::Cut", "CompositeCut%02d" % index) final.Base, final.Tool = first, second - return final + return { + "category": "composite-boolean", + "final": final, + "mutationTarget": first_construction["base"], + "mutationProperty": "Length", + "mutationValue": float(first_construction["base"].Length.Value) + 0.5, + } def make_dressup(doc, mode, index): @@ -236,17 +520,27 @@ def make_dressup(doc, mode, index): feature = body.newObject("PartDesign::Chamfer", "Chamfer%02d" % index) feature.Base, feature.Size = (box, ["Edge1"]), 1.0 doc.recompute() - return feature + return { + "category": "dress-up", + "final": feature, + "mutationTarget": feature, + "mutationProperty": "Radius" if mode == "fillet" else "Size", + "mutationValue": 1.25, + } def collect_case(case_id, factory, index, directory): name = "ElementMapOracle%02d" % index doc = App.newDocument(name) try: - final = factory(doc, index) + construction = factory(doc, index) + final = construction["final"] doc.recompute() stages = [entry for obj in doc.Objects if (entry := stage_report(obj)) is not None] - before_names = {(stage["name"], entry["name"]): entry.get("mappedName") for stage in stages for entry in stage["names"]} + mutation = capture_mutation(case_id, doc, construction, stages) + stages = collect_named_stages(doc, [stage["name"] for stage in stages]) + before_names = {(stage["name"], entry["name"]): normalize_mapped_name(entry.get("mappedName")) for stage in stages for entry in stage["names"]} + initial_correlations = correlation_snapshot(case_id, stages) final_name = getattr(final, "Name", "") path = os.path.join(directory, "%s.FCStd" % case_id) doc.saveAs(path) @@ -275,7 +569,8 @@ def collect_case(case_id, factory, index, directory): reopened = App.openDocument(path) reopened.recompute() after_stages = [entry for obj in reopened.Objects if (entry := stage_report(obj)) is not None] - after_names = {(stage["name"], entry["name"]): entry.get("mappedName") for stage in after_stages for entry in stage["names"]} + after_names = {(stage["name"], entry["name"]): normalize_mapped_name(entry.get("mappedName")) for stage in after_stages for entry in stage["names"]} + reopened_correlations = correlation_snapshot(case_id, after_stages) roundtrip_drift = sum(1 for key, value in before_names.items() if after_names.get(key) != value) resaved_path = os.path.join(directory, "%s-resaved.FCStd" % case_id) reopened.saveAs(resaved_path) @@ -283,10 +578,11 @@ def collect_case(case_id, factory, index, directory): resaved = App.openDocument(resaved_path) resaved.recompute() resaved_stages = [entry for obj in resaved.Objects if (entry := stage_report(obj)) is not None] - resaved_names = {(stage["name"], entry["name"]): entry.get("mappedName") for stage in resaved_stages for entry in stage["names"]} + resaved_names = {(stage["name"], entry["name"]): normalize_mapped_name(entry.get("mappedName")) for stage in resaved_stages for entry in stage["names"]} + resaved_correlations = correlation_snapshot(case_id, resaved_stages) resave_name_drift = sum(1 for key, value in before_names.items() if resaved_names.get(key) != value) App.closeDocument(resaved.Name) - return {"id": case_id, "finalObject": final_name, "stages": stages, "elementMapResources": resources, "stringHasherResource": string_hasher_resource, "roundtripNameDrift": roundtrip_drift, "resaveNameDrift": resave_name_drift, "nativeDesktopResaveCovered": True, "status": "pass"} + return {"id": case_id, "category": construction["category"], "finalObject": final_name, "stages": stages, "mutation": mutation, "stageCorrelations": {"initial": initial_correlations, "reopened": reopened_correlations, "resaved": resaved_correlations}, "elementMapResources": resources, "stringHasherResource": string_hasher_resource, "roundtripNameDrift": roundtrip_drift, "resaveNameDrift": resave_name_drift, "nativeDesktopResaveCovered": True, "status": "pass" if mutation["status"] == "pass" else "failed"} except Exception as error: return {"id": case_id, "finalObject": "", "stages": [], "elementMapResources": {}, "status": "failed", "error": str(error)} finally: @@ -312,11 +608,30 @@ with tempfile.TemporaryDirectory(prefix="freecad-elementmap-oracle-") as directo version = App.Version() report = { "schemaVersion": 1, + "mutationContractVersion": 1, "baselineId": "freecad-1.1.1-composite-history-elementmap2", "freecadVersion": version_text(), "gitCommit": FREECAD_COMMIT, "status": "pass" if len(cases) == 30 and all(case["status"] == "pass" for case in cases) else "failed", "cases": cases, - "summary": {"cases": len(cases), "passed": sum(1 for case in cases if case["status"] == "pass"), "failed": sum(1 for case in cases if case["status"] != "pass"), "roundtripNameDrift": sum(case.get("roundtripNameDrift", 0) for case in cases), "resaveNameDrift": sum(case.get("resaveNameDrift", 0) for case in cases), "nativeDesktopResaveCases": sum(1 for case in cases if case.get("nativeDesktopResaveCovered") is True)}, + "summary": { + "cases": len(cases), + "passed": sum(1 for case in cases if case["status"] == "pass"), + "failed": sum(1 for case in cases if case["status"] != "pass"), + "categoryCases": {category: sum(1 for case in cases if case.get("category") == category) for category in ("boolean", "partdesign", "composite-boolean", "dress-up")}, + "stageCorrelations": sum(len(case.get("stages", [])) for case in cases), + "relationRecords": sum(sum(len(stage.get("relations", [])) for stage in case.get("stages", [])) for case in cases), + "mutationCases": sum(1 for case in cases if case.get("mutation")), + "mutationPassed": sum(1 for case in cases if case.get("mutation", {}).get("status") == "pass"), + "mutationStageRecords": sum(case.get("mutation", {}).get("metrics", {}).get("stageRecords", 0) for case in cases), + "mutationPhaseStageRecords": sum(case.get("mutation", {}).get("metrics", {}).get("phaseStageRecords", 0) for case in cases), + "mutationFinalPropagationFailures": sum(1 for case in cases if case.get("mutation", {}).get("metrics", {}).get("finalShapeChanged") is not True), + "mutationStageRestoreFailures": sum(case.get("mutation", {}).get("metrics", {}).get("restorationDriftStages", 0) for case in cases), + "mutationNamingRestoreDriftCases": sum(1 for case in cases if case.get("mutation", {}).get("metrics", {}).get("namingRestorationDriftStages", 0) > 0), + "mutationNamingRestoreDriftStages": sum(case.get("mutation", {}).get("metrics", {}).get("namingRestorationDriftStages", 0) for case in cases), + "roundtripNameDrift": sum(case.get("roundtripNameDrift", 0) for case in cases), + "resaveNameDrift": sum(case.get("resaveNameDrift", 0) for case in cases), + "nativeDesktopResaveCases": sum(1 for case in cases if case.get("nativeDesktopResaveCovered") is True), + }, } print("FREECAD_COMPOSITE_HISTORY_ELEMENTMAP_RESULT=" + json.dumps(report, sort_keys=True, separators=(",", ":"))) diff --git a/scripts/freecad-composite-mutation-evidence.mjs b/scripts/freecad-composite-mutation-evidence.mjs new file mode 100644 index 0000000..981fc23 --- /dev/null +++ b/scripts/freecad-composite-mutation-evidence.mjs @@ -0,0 +1,94 @@ +const CASES = [ + ...['fuse', 'cut', 'common'].flatMap((operation) => [1, 2, 3].map((variant) => [`boolean-${operation}-${variant}`, 'boolean'])), + ...['plain', 'midplane', 'reverse', 'taper', 'twoside', 'pocket', 'pocket-through', 'pocket-midplane', 'pocket-twoside', 'pocket-taper', 'pocket-up-to-face'].map((mode) => [`partdesign-${mode}`, 'partdesign']), + ...[1, 2, 3, 4, 5, 6].map((variant) => [`composite-${String(variant).padStart(2, '0')}`, 'composite-boolean']), + ...['fillet', 'chamfer'].flatMap((operation) => [1, 2].map((variant) => [`dressup-${operation}-${variant}`, 'dress-up'])), +] + +export const expectedCompositeMutationCases = new Map(CASES) +export const expectedCompositeMutationCategoryCases = { + boolean: 9, + partdesign: 11, + 'composite-boolean': 6, + 'dress-up': 4, +} + +const fail = (message) => { throw new Error(`FreeCAD composite mutation evidence: ${message}`) } +const canonical = (value) => Array.isArray(value) ? value.map(canonical) : value && typeof value === 'object' ? Object.fromEntries(Object.entries(value).sort(([left], [right]) => left.localeCompare(right)).map(([key, entry]) => [key, canonical(entry)])) : value +const same = (left, right) => JSON.stringify(canonical(left)) === JSON.stringify(canonical(right)) +const sha256 = (value) => typeof value === 'string' && /^[0-9a-f]{64}$/.test(value) +const stageFingerprint = (stage) => [stage?.shape?.geometryDigest, stage?.relationDigest, stage?.semanticNameDigest] +const geometryFingerprint = (stage) => stage?.shape?.geometryDigest +const namingFingerprint = (stage) => [stage?.relationDigest, stage?.semanticNameDigest] + +const validatePhaseRecord = (fixture, nominalStage, ordinal, phase, record) => { + const expectedKey = `${fixture.id}:${String(ordinal).padStart(3, '0')}:${nominalStage.name}` + if (record?.key !== expectedKey || record.ordinal !== ordinal || record.name !== nominalStage.name || record.typeId !== nominalStage.typeId) fail(`${fixture.id}/${phase}/${ordinal} changed its locked stage identity.`) + if (record.shape?.valid !== true || !sha256(record.shape?.brepSha256) || !sha256(record.shape?.geometryDigest) || !sha256(record.relationDigest) || !sha256(record.semanticNameDigest)) fail(`${fixture.id}/${phase}/${nominalStage.name} lacks valid geometry or naming digests.`) +} + +export const validateCompositeMutationEvidence = (report) => { + if (report?.mutationContractVersion !== 1 || !Array.isArray(report.cases) || report.cases.length !== CASES.length) fail('the report does not declare the locked 30-case mutation contract.') + if (!same(report.cases.map(({ id }) => id), CASES.map(([id]) => id))) fail('case identities or ordering differ from the locked constructor inventory.') + + const categoryCases = Object.fromEntries(Object.keys(expectedCompositeMutationCategoryCases).map((category) => [category, 0])) + let mutationCases = 0 + let mutationPassed = 0 + let mutationStageRecords = 0 + let mutationPhaseStageRecords = 0 + let mutationFinalPropagationFailures = 0 + let mutationStageRestoreFailures = 0 + let mutationNamingRestoreDriftCases = 0 + let mutationNamingRestoreDriftStages = 0 + const cases = [] + + for (const fixture of report.cases) { + const expectedCategory = expectedCompositeMutationCases.get(fixture.id) + if (fixture.category !== expectedCategory || fixture.status !== 'pass') fail(`${fixture.id} is not a passing ${expectedCategory} case.`) + categoryCases[fixture.category] += 1 + const mutation = fixture.mutation + const contract = mutation?.contract + const metrics = mutation?.metrics + const phases = mutation?.phases + if (mutation?.schemaVersion !== 1 || mutation.category !== fixture.category || mutation.status !== 'pass' || !contract || !metrics || !phases) fail(`${fixture.id} has no passing mutation transaction.`) + if (contract.nativeEditable !== true || !Array.isArray(contract.editorModes) || contract.editorModes.includes('ReadOnly') || contract.editorModes.includes('Hidden') || !/^App::Property/.test(contract.propertyType || '') || typeof contract.propertyPath !== 'string' || !contract.propertyPath) fail(`${fixture.id} did not mutate a native editable FreeCAD property.`) + if (contract.finalObject !== fixture.finalObject || contract.requiresFinalPropagation !== true || contract.requiresAllStageRestore !== true) fail(`${fixture.id} changed its propagation or restoration contract.`) + if (!Number.isInteger(contract.targetStageOrdinal) || !Number.isInteger(contract.finalStageOrdinal) || contract.targetStageOrdinal < 0 || contract.finalStageOrdinal < 0 || contract.targetStageOrdinal >= fixture.stages.length || contract.finalStageOrdinal >= fixture.stages.length) fail(`${fixture.id} has invalid target/final stage ordinals.`) + if (fixture.stages[contract.targetStageOrdinal]?.name !== contract.targetObject || fixture.stages[contract.targetStageOrdinal]?.typeId !== contract.targetTypeId || fixture.stages[contract.finalStageOrdinal]?.name !== fixture.finalObject) fail(`${fixture.id} mutation targets are not bound to captured stages.`) + if (same(mutation.values?.before, mutation.values?.edited) || !same(mutation.values?.before, mutation.values?.restored)) fail(`${fixture.id} property edit or restoration readback is invalid.`) + if (!['before', 'edited', 'restored'].every((phase) => Array.isArray(phases[phase]) && phases[phase].length === fixture.stages.length)) fail(`${fixture.id} lacks a full three-phase stage matrix.`) + + for (let ordinal = 0; ordinal < fixture.stages.length; ordinal += 1) { + const nominal = fixture.stages[ordinal] + for (const phase of ['before', 'edited', 'restored']) validatePhaseRecord(fixture, nominal, ordinal, phase, phases[phase][ordinal]) + if (!same(stageFingerprint(phases.restored[ordinal]), stageFingerprint(nominal))) fail(`${fixture.id}/${nominal.name} recovered state differs from the saved nominal stage.`) + } + + const changedStageOrdinals = fixture.stages.flatMap((_stage, ordinal) => geometryFingerprint(phases.before[ordinal]) === geometryFingerprint(phases.edited[ordinal]) ? [] : [ordinal]) + const restorationDriftOrdinals = fixture.stages.flatMap((_stage, ordinal) => geometryFingerprint(phases.before[ordinal]) === geometryFingerprint(phases.restored[ordinal]) ? [] : [ordinal]) + const namingChangedStageOrdinals = fixture.stages.flatMap((_stage, ordinal) => same(namingFingerprint(phases.before[ordinal]), namingFingerprint(phases.edited[ordinal])) ? [] : [ordinal]) + const namingRestorationDriftOrdinals = fixture.stages.flatMap((_stage, ordinal) => same(namingFingerprint(phases.before[ordinal]), namingFingerprint(phases.restored[ordinal])) ? [] : [ordinal]) + if (!same(metrics.changedStageOrdinals, changedStageOrdinals) || metrics.changedStages !== changedStageOrdinals.length || !changedStageOrdinals.includes(contract.finalStageOrdinal)) fail(`${fixture.id} did not propagate its native edit to the final object.`) + if (!same(metrics.restorationDriftOrdinals, restorationDriftOrdinals) || metrics.restorationDriftStages !== restorationDriftOrdinals.length || restorationDriftOrdinals.length !== 0) fail(`${fixture.id} did not restore every stage exactly.`) + if (!same(metrics.namingChangedStageOrdinals, namingChangedStageOrdinals) || metrics.namingChangedStages !== namingChangedStageOrdinals.length || !same(metrics.namingRestorationDriftOrdinals, namingRestorationDriftOrdinals) || metrics.namingRestorationDriftStages !== namingRestorationDriftOrdinals.length || metrics.allStageNamingRestored !== (namingRestorationDriftOrdinals.length === 0)) fail(`${fixture.id} naming edit/restoration metrics do not match its native phase evidence.`) + if (metrics.propertyChanged !== true || metrics.finalShapeChanged !== true || metrics.finalBrepChanged !== true || metrics.propertyRestored !== true || metrics.allStagesRestored !== true || metrics.allStageGeometryRestored !== true || metrics.editedShapesValid !== true) fail(`${fixture.id} mutation acceptance metrics are incomplete.`) + if (metrics.stageRecords !== fixture.stages.length || metrics.phaseStageRecords !== fixture.stages.length * 3) fail(`${fixture.id} mutation stage record counts are inconsistent.`) + + mutationCases += 1 + mutationPassed += 1 + mutationStageRecords += metrics.stageRecords + mutationPhaseStageRecords += metrics.phaseStageRecords + mutationFinalPropagationFailures += metrics.finalShapeChanged === true ? 0 : 1 + mutationStageRestoreFailures += metrics.restorationDriftStages + mutationNamingRestoreDriftCases += metrics.namingRestorationDriftStages > 0 ? 1 : 0 + mutationNamingRestoreDriftStages += metrics.namingRestorationDriftStages + cases.push({ id: fixture.id, category: fixture.category, stages: fixture.stages.length, changedStages: metrics.changedStages, restoredStages: metrics.stageRecords, namingRestoreDriftStages: metrics.namingRestorationDriftStages }) + } + + const summary = { mutationCases, mutationPassed, mutationStageRecords, mutationPhaseStageRecords, mutationFinalPropagationFailures, mutationStageRestoreFailures, mutationNamingRestoreDriftCases, mutationNamingRestoreDriftStages, categoryCases } + for (const [key, value] of Object.entries(summary)) { + if (!same(report.summary?.[key], value)) fail(`summary ${key} differs from per-case evidence.`) + } + if (!same(categoryCases, expectedCompositeMutationCategoryCases) || mutationCases !== 30 || mutationPassed !== 30 || mutationStageRecords !== 219 || mutationPhaseStageRecords !== 657 || mutationFinalPropagationFailures !== 0 || mutationStageRestoreFailures !== 0) fail(`locked totals are incomplete: ${JSON.stringify(summary)}`) + return { ...summary, cases } +} diff --git a/scripts/freecad-gui-workflow-oracle.py b/scripts/freecad-gui-workflow-oracle.py new file mode 100644 index 0000000..f86c39c --- /dev/null +++ b/scripts/freecad-gui-workflow-oracle.py @@ -0,0 +1,300 @@ +import json +import os +import sys + +import FreeCAD as App +import FreeCADGui as Gui +import Part +import Sketcher +from PySide import QtWidgets + + +MARKER = "FREECAD_GUI_WORKFLOW_RESULT=" + + +def progress(phase): + print("FREECAD_GUI_WORKFLOW_PROGRESS=" + phase, file=sys.stderr, flush=True) + + +def emit(value, status=0): + result_file = os.environ.get("FREECAD_GUI_WORKFLOW_RESULT_FILE", "") + if result_file: + parent = os.path.dirname(result_file) + if parent: + os.makedirs(parent, exist_ok=True) + with open(result_file, "w", encoding="utf-8") as stream: + json.dump(value, stream, sort_keys=True, separators=(",", ":")) + stream.write("\n") + os._exit(status) + payload = (MARKER + json.dumps(value, sort_keys=True, separators=(",", ":")) + "\n").encode("utf-8") + offset = 0 + while offset < len(payload): + offset += os.write(sys.stdout.fileno(), payload[offset:]) + os._exit(status) + + +def flush_gui(): + Gui.updateGui() + QtWidgets.QApplication.processEvents() + + +def active_edit_name(): + gui_document = Gui.activeDocument() + in_edit = gui_document.getInEdit() if gui_document else None + obj = getattr(in_edit, "Object", None) if in_edit else None + return str(getattr(obj, "Name", "")) + + +def task_panel_state(phase): + main_window = Gui.getMainWindow() + focus = QtWidgets.QApplication.focusWidget() + buttons = [] + for box in main_window.findChildren(QtWidgets.QDialogButtonBox): + if not box.isVisible(): + continue + for button in box.buttons(): + buttons.append({ + "text": str(button.text()).replace("&", ""), + "objectName": str(button.objectName()), + "enabled": bool(button.isEnabled()), + "default": bool(button.isDefault()), + "role": str(box.buttonRole(button)), + }) + known_button_ids = {id(button) for box in main_window.findChildren(QtWidgets.QDialogButtonBox) for button in box.buttons()} + for button in main_window.findChildren(QtWidgets.QPushButton): + if id(button) in known_button_ids or not button.isVisible(): + continue + buttons.append({ + "text": str(button.text()).replace("&", ""), + "objectName": str(button.objectName()), + "enabled": bool(button.isEnabled()), + "default": bool(button.isDefault()), + "role": "direct-push-button", + }) + fields = [] + field_types = ( + QtWidgets.QLineEdit, + QtWidgets.QComboBox, + QtWidgets.QSpinBox, + QtWidgets.QDoubleSpinBox, + QtWidgets.QCheckBox, + ) + seen = set() + for field_type in field_types: + for widget in main_window.findChildren(field_type): + identity = id(widget) + if identity in seen or not widget.isVisible(): + continue + seen.add(identity) + fields.append({ + "className": str(widget.metaObject().className()), + "objectName": str(widget.objectName()), + "enabled": bool(widget.isEnabled()), + "focus": widget is focus, + }) + return { + "phase": phase, + "activeDialog": bool(Gui.Control.activeDialog()), + "inEdit": active_edit_name(), + "focus": None if focus is None else { + "className": str(focus.metaObject().className()), + "objectName": str(focus.objectName()), + }, + "buttons": buttons, + "fieldCount": len(fields), + "fieldClasses": sorted({field["className"] for field in fields}), + } + + +def click_accept(): + main_window = Gui.getMainWindow() + def finish_click(button): + button.click() + flush_gui() + if Gui.Control.activeDialog() or active_edit_name(): + Gui.activeDocument().resetEdit() + flush_gui() + return True + + candidates = [] + for box in main_window.findChildren(QtWidgets.QDialogButtonBox): + if not box.isVisible(): + continue + for button in box.buttons(): + if box.buttonRole(button) == QtWidgets.QDialogButtonBox.AcceptRole and button.isEnabled(): + candidates.append(button) + if candidates: + return finish_click(candidates[0]) + for button in main_window.findChildren(QtWidgets.QPushButton): + text = str(button.text()).replace("&", "").strip().lower() + if button.isVisible() and button.isEnabled() and text in ("ok", "accept", "done"): + return finish_click(button) + dialog = Gui.Control.activeDialog() + if dialog and hasattr(dialog, "accept"): + dialog.accept() + flush_gui() + return True + return False + + +def selection_names(): + return [str(item.ObjectName) for item in Gui.Selection.getSelectionEx()] + + +def available_transactions(document, method_name): + method = getattr(document, method_name, None) + if not callable(method): + return [] + try: + return [str(value) for value in method()] + except Exception: + return [] + + +def profile_name(feature): + value = getattr(feature, "Profile", None) + if isinstance(value, tuple) and value: + return str(getattr(value[0], "Name", "")) + return str(getattr(value, "Name", "")) + + +def counter(document, name): + try: + return int(getattr(document, name)) + except Exception: + return None + + +try: + progress("activate-workbench:start") + Gui.activateWorkbench("PartDesignWorkbench") + flush_gui() + progress("activate-workbench:done") + document = App.newDocument("PadGuiSuccess") + document.UndoMode = 1 + body = document.addObject("PartDesign::Body", "Body") + sketch = body.newObject("Sketcher::SketchObject", "Sketch") + points = [ + App.Vector(0, 0, 0), + App.Vector(4, 0, 0), + App.Vector(4, 3, 0), + App.Vector(0, 3, 0), + ] + for index in range(4): + sketch.addGeometry(Part.LineSegment(points[index], points[(index + 1) % 4]), False) + document.recompute() + Gui.activeView().setActiveObject("pdbody", body) + Gui.Selection.clearSelection() + Gui.Selection.addSelection(document.Name, sketch.Name) + flush_gui() + progress("fixture:done") + + command = Gui.Command.get("PartDesign_Pad") + actions = list(command.getAction()) if command else [] + before = { + "activeWorkbench": str(Gui.activeWorkbench().name()), + "commandRegistered": command is not None, + "commandActive": bool(command.isActive()) if command else False, + "actionCount": len(actions), + "actionEnabled": bool(actions[0].isEnabled()) if actions else None, + "selection": selection_names(), + "objectNames": [str(obj.Name) for obj in document.Objects], + "bodyTip": str(getattr(body.Tip, "Name", "")) if body.Tip else "", + "undoNames": available_transactions(document, "getAvailableUndoNames"), + } + + progress("run-command:start") + Gui.runCommand("PartDesign_Pad", 0) + flush_gui() + progress("run-command:done") + pad = document.getObject("Pad") + opened = task_panel_state("opened") + if pad is None: + raise RuntimeError("PartDesign_Pad did not create a Pad preview object") + pad.Length = 10.0 + document.recompute() + flush_gui() + progress("preview:done") + preview = { + "name": str(pad.Name), + "typeId": str(pad.TypeId), + "length": round(float(pad.Length.Value), 9), + "shapeValid": bool(pad.Shape.isValid()), + "solidCount": len(pad.Shape.Solids), + "volume": round(float(pad.Shape.Volume), 9), + "bodyTip": str(getattr(body.Tip, "Name", "")) if body.Tip else "", + "profile": profile_name(pad), + } + progress("accept:start") + acceptClicked = click_accept() + progress("accept:done") + document.recompute() + flush_gui() + closed = task_panel_state("closed") + pad = document.getObject("Pad") + after = { + "acceptClicked": acceptClicked, + "selection": selection_names(), + "objectNames": [str(obj.Name) for obj in document.Objects], + "bodyGroup": [str(obj.Name) for obj in body.Group], + "bodyTip": str(getattr(body.Tip, "Name", "")) if body.Tip else "", + "pad": { + "name": str(pad.Name), + "typeId": str(pad.TypeId), + "length": round(float(pad.Length.Value), 9), + "shapeValid": bool(pad.Shape.isValid()), + "solidCount": len(pad.Shape.Solids), + "faceCount": len(pad.Shape.Faces), + "edgeCount": len(pad.Shape.Edges), + "vertexCount": len(pad.Shape.Vertexes), + "volume": round(float(pad.Shape.Volume), 9), + "profile": profile_name(pad), + "state": [str(value) for value in pad.State], + }, + "undoCount": counter(document, "UndoCount"), + "redoCount": counter(document, "RedoCount"), + "undoNames": available_transactions(document, "getAvailableUndoNames"), + "redoNames": available_transactions(document, "getAvailableRedoNames"), + } + version = App.Version() + result = { + "schemaVersion": 1, + "baselineId": "freecad-1.1.1", + "freecadVersion": ".".join(str(value) for value in version[:3]), + "gitCommit": str(version[7]) if len(version) > 7 else "", + "workflowId": "partdesign-pad-task", + "commandId": "PartDesign_Pad", + "state": "success", + "before": before, + "taskPanel": { + "opened": opened, + "preview": preview, + "closed": closed, + }, + "after": after, + "success": bool( + opened["activeDialog"] + and opened["inEdit"] == "Pad" + and acceptClicked + and not closed["activeDialog"] + and not closed["inEdit"] + and after["bodyTip"] == "Pad" + and after["pad"]["shapeValid"] + and after["pad"]["solidCount"] == 1 + and abs(after["pad"]["volume"] - 120.0) < 1e-7 + ), + } + progress("result:done") + App.closeDocument(document.Name) + emit(result, 0 if result["success"] else 2) +except Exception as error: + progress("error:" + type(error).__name__) + emit({ + "schemaVersion": 1, + "baselineId": "freecad-1.1.1", + "workflowId": "partdesign-pad-task", + "commandId": "PartDesign_Pad", + "state": "success", + "success": False, + "error": {"type": type(error).__name__, "message": str(error)}, + }, 2) diff --git a/scripts/freecad-property-status-oracle.py b/scripts/freecad-property-status-oracle.py index 86aeb75..2e54a4f 100644 --- a/scripts/freecad-property-status-oracle.py +++ b/scripts/freecad-property-status-oracle.py @@ -2,6 +2,7 @@ import json import os import tempfile import zipfile +import xml.etree.ElementTree as ET import FreeCAD as App @@ -9,6 +10,43 @@ import FreeCAD as App FREECAD_COMMIT = "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d" +class PropertyObserver: + def __init__(self, document_name): + self.document_name = document_name + self.events = [] + + def clear(self): + self.events = [] + + def slotOpenTransaction(self, document, name): + if document.Name == self.document_name: + self.events.append({"type": "transaction.opened", "name": str(name)}) + + def slotCommitTransaction(self, document): + if document.Name == self.document_name: + self.events.append({"type": "transaction.committed"}) + + def slotAbortTransaction(self, document): + if document.Name == self.document_name: + self.events.append({"type": "transaction.aborted"}) + + def slotBeforeChangeObject(self, obj, prop): + if obj.Document and obj.Document.Name == self.document_name: + self.events.append({"type": "property.before-change", "object": obj.Name, "property": str(prop)}) + + def slotChangedObject(self, obj, prop): + if obj.Document and obj.Document.Name == self.document_name: + self.events.append({"type": "property.changed", "object": obj.Name, "property": str(prop)}) + + def slotAppendDynamicProperty(self, obj, prop): + if getattr(obj, "Document", None) and obj.Document.Name == self.document_name: + self.events.append({"type": "property.added", "object": obj.Name, "property": str(prop)}) + + def slotRemoveDynamicProperty(self, obj, prop): + if getattr(obj, "Document", None) and obj.Document.Name == self.document_name: + self.events.append({"type": "property.removed", "object": obj.Name, "property": str(prop)}) + + def object_state(obj): return { "state": [str(value) for value in obj.State], @@ -48,10 +86,17 @@ def change_case(case_id, attr=0, runtime_status=None): def locked_dynamic_case(): document = App.newDocument("PropertyStatus_LockDynamic") + observer = None try: + document.UndoMode = 1 obj = document.addObject("App::FeaturePython", "Feature") obj.addProperty("App::PropertyInteger", "LockedValue", "Oracle") obj.setPropertyStatus("LockedValue", "LockDynamic") + observer = PropertyObserver(document.Name) + App.addDocumentObserver(observer) + document.openTransaction("dynamic-property-mutation") + obj.addProperty("App::PropertyInteger", "MutableValue", "Oracle") + obj.MutableValue = 3 failures = {} for operation, callback in { "remove": lambda: obj.removeProperty("LockedValue"), @@ -62,13 +107,48 @@ def locked_dynamic_case(): failures[operation] = None except Exception as error: failures[operation] = {"type": type(error).__name__, "message": str(error)} + obj.renameProperty("MutableValue", "RenamedValue") + removed_mutable = bool(obj.removeProperty("RenamedValue")) + document.commitTransaction() return { "reportedStatus": [str(value) for value in obj.getPropertyStatus("LockedValue")], "propertyStillPresent": "LockedValue" in obj.PropertiesList, "renamedPropertyPresent": "RenamedValue" in obj.PropertiesList, "failures": failures, + "mutableRenameAndRemove": removed_mutable and "MutableValue" not in obj.PropertiesList and "RenamedValue" not in obj.PropertiesList, + "observerEvents": observer.events, + "undoAvailable": document.UndoCount == 1, } finally: + if observer: + App.removeDocumentObserver(observer) + App.closeDocument(document.Name) + + +def partial_trigger_case(): + document = App.newDocument("PropertyStatus_PartialTrigger") + observer = PropertyObserver(document.Name) + App.addDocumentObserver(observer) + try: + document.UndoMode = 1 + obj = document.addObject("PartDesign::SubShapeBinder", "Binder") + document.recompute() + document.purgeTouched() + observer.clear() + document.openTransaction("partial-trigger-mutation") + obj.PartialLoad = True + recomputed = int(document.recompute()) + document.commitTransaction() + return { + "reportedStatus": [str(value) for value in obj.getPropertyStatus("PartialLoad")], + "value": bool(obj.PartialLoad), + "recomputeCount": recomputed, + "state": object_state(obj), + "observerEvents": observer.events, + "undoAvailable": document.UndoCount == 1, + } + finally: + App.removeDocumentObserver(observer) App.closeDocument(document.Name) @@ -78,6 +158,7 @@ def archive_case(): document = App.newDocument("PropertyStatusArchive") try: obj = document.addObject("App::FeaturePython", "Feature") + target = document.addObject("App::FeaturePython", "Target") obj.addProperty("App::PropertyInteger", "Persisted", "Oracle") obj.Persisted = 11 obj.setPropertyStatus("Persisted", "Output") @@ -88,6 +169,14 @@ def archive_case(): obj.TypeTransient = 13 obj.addProperty("App::PropertyInteger", "NoPersist", "Oracle", "", int(App.PropertyType.Prop_NoPersist)) obj.NoPersist = 14 + obj.addProperty("App::PropertyFloatConstraint", "FloatConstraint", "Oracle") + obj.FloatConstraint = 0.25 + obj.addProperty("App::PropertyQuantityConstraint", "QuantityConstraint", "Oracle") + obj.QuantityConstraint = 12.5 + obj.addProperty("App::PropertyPrecision", "Precision", "Oracle") + obj.Precision = 0.001 + obj.addProperty("App::PropertyLinkHidden", "HiddenLink", "Oracle") + obj.HiddenLink = target document.recompute() document.saveAs(path) finally: @@ -95,6 +184,16 @@ def archive_case(): with zipfile.ZipFile(path, "r") as archive: document_xml = archive.read("Document.xml").decode("utf-8") + xml_root = ET.fromstring(document_xml) + xml_properties = { + element.attrib.get("name"): element + for element in xml_root.findall("./ObjectData/Object/Properties/Property") + } + + def native_float_property(name, expected): + element = xml_properties.get(name) + child = element.find("Float") if element is not None else None + return bool(element is not None and element.attrib.get("type") == "App::Property" + name and child is not None and abs(float(child.attrib["value"]) - expected) < 1e-12) reopened = App.openDocument(path) try: @@ -107,6 +206,10 @@ def archive_case(): "noPersistProperty": ' 0: + faulthandler.dump_traceback_later(TRACEBACK_SECONDS, repeat=True, file=2) +ISOLATED_GUI_CONFIG = os.environ.get("FREECAD_ORACLE_ISOLATED_CONFIG") == "1" +if PROBE_SCOPE == "gui-commands" and ISOLATED_GUI_CONFIG: + App.ParamGet("User parameter:BaseApp/Preferences/Mod/BIM").SetBool("FirstTime", False) + + +def probe_progress(message): + print("FREECAD_REFERENCE_PROGRESS=" + message, file=sys.stderr, flush=True) + + def property_metadata(obj): + def stable_text(value): + text = re.sub(r"0x[0-9a-fA-F]+", "
", str(value)) + text = re.sub(r"[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}", "", text) + return re.sub(r"(FreeCAD_Doc__[^/_]+_)\d+", r"\1", text) + def json_value(value): - if value is None or isinstance(value, (bool, int, float, str)): + if value is None or isinstance(value, (bool, int, float)): return value + if isinstance(value, str): + return stable_text(value) if isinstance(value, (list, tuple)): return [json_value(item) for item in value] if isinstance(value, dict): @@ -18,7 +43,7 @@ def property_metadata(obj): # FreeCAD quantities and placements keep a stable textual form while # the report remains valid JSON for every registered property type. try: - return str(value) + return stable_text(value) except Exception: return "" @@ -168,7 +193,7 @@ def probe_module(name): return result -def probe_gui_commands(document, selected_object): +def probe_gui_commands(): if not bool(getattr(App, "GuiUp", False)): return {"available": False, "workbenches": [], "commands": []} try: @@ -180,61 +205,147 @@ def probe_gui_commands(document, selected_object): workbench_names = sorted(Gui.listWorkbenches().keys()) except Exception: workbench_names = [] - command_observations = {} + workbench_filter = os.environ.get("FREECAD_GUI_WORKBENCH_FILTER") + if workbench_filter: + if workbench_filter not in workbench_names: + raise RuntimeError("Unknown GUI workbench filter: " + workbench_filter) + workbench_names = [workbench_filter] + command_registrations = {} - def action_enabled(command_id): + def command_active(command_id): try: command = Gui.Command.get(command_id) if command is None: return None - actions = command.getAction() - if not actions: - return None - return bool(actions[0].isEnabled()) + # StdCmdExpression dereferences its private QAction in isActive(). + # Other commands must use their native predicate; QAction enabled + # state is only a cached presentation value and misses context changes. + if command_id == "Std_Expressions": + actions = command.getAction() + return bool(actions[0].isEnabled()) if actions else None + return bool(command.isActive()) except Exception as error: return {"error": str(error)} workbenches = [] for workbench_name in workbench_names: + probe_progress("workbench:start:" + workbench_name) try: Gui.activateWorkbench(workbench_name) + Gui.updateGui() command_ids = sorted(set(Gui.listCommands())) - Gui.Selection.clearSelection() - empty_selection = {command_id: action_enabled(command_id) for command_id in command_ids} - Gui.Selection.addSelection(document.Name, selected_object.Name) - selected_selection = {command_id: action_enabled(command_id) for command_id in command_ids} - Gui.Selection.clearSelection() - observations = { - command_id: { - "emptySelection": empty_selection.get(command_id), - "selectedPartBox": selected_selection.get(command_id), - } - for command_id in command_ids - } - for command_id, observation in observations.items(): - command_observations.setdefault(command_id, []).append({"workbench": workbench_name, **observation}) + for command_id in command_ids: + command_registrations.setdefault(command_id, []).append(workbench_name) workbenches.append({"name": workbench_name, "commandCount": len(command_ids), "status": "probed"}) + probe_progress("workbench:done:" + workbench_name) except Exception as error: try: Gui.Selection.clearSelection() except Exception: pass workbenches.append({"name": workbench_name, "commandCount": 0, "status": "probe-failure", "error": str(error)}) + probe_progress("workbench:failed:" + workbench_name) + + # Command registration is workbench-scoped, but document/selection state is + # intrinsic to each command. Probe the state matrix once after all providers + # are loaded instead of repeating the cumulative command set per workbench. + for document_name in list(App.listDocuments().keys()): + App.closeDocument(document_name) + command_ids = sorted(command_registrations.keys()) + command_universe_sha256 = hashlib.sha256("\n".join(command_ids).encode("utf-8")).hexdigest() + if os.environ.get("FREECAD_GUI_REGISTRATION_ONLY") == "1": + return { + "available": True, + "probeMode": "registration-only", + "stateProbe": "not-probed", + "stateCases": [], + "directIsActiveBoundary": "not-applicable", + "commandUniverseCount": len(command_ids), + "commandUniverseSha256": command_universe_sha256, + "stateCommandCount": 0, + "shard": None, + "workbenches": workbenches, + "commands": [ + { + "id": command_id, + "registeredWorkbenches": command_registrations[command_id], + } + for command_id in command_ids + ], + } + shard = None + state_command_ids = command_ids + shard_spec = os.environ.get("FREECAD_GUI_COMMAND_SHARD") + if shard_spec: + try: + shard_index, shard_count = [int(value) for value in shard_spec.split("/", 1)] + except Exception: + raise RuntimeError("FREECAD_GUI_COMMAND_SHARD must use zero-based INDEX/COUNT syntax") + if shard_count < 1 or shard_index < 0 or shard_index >= shard_count: + raise RuntimeError("FREECAD_GUI_COMMAND_SHARD is outside its declared range") + shard_start = len(command_ids) * shard_index // shard_count + shard_end = len(command_ids) * (shard_index + 1) // shard_count + state_command_ids = command_ids[shard_start:shard_end] + shard = { + "index": shard_index, + "count": shard_count, + "start": shard_start, + "end": shard_end, + } + Gui.Selection.clearSelection() + Gui.updateGui() + probe_progress("state:start:noDocument") + no_document = {command_id: command_active(command_id) for command_id in state_command_ids} + probe_progress("state:done:noDocument") + context_document = App.newDocument("CommandContext") + selected_object = context_document.addObject("Part::Box", "CommandProbeBox") + Gui.updateGui() + probe_progress("state:start:documentNoSelection") + document_no_selection = {command_id: command_active(command_id) for command_id in state_command_ids} + probe_progress("state:done:documentNoSelection") + Gui.Selection.addSelection(context_document.Name, selected_object.Name) + Gui.updateGui() + probe_progress("state:start:selectedPartBox") + selected_selection = {command_id: command_active(command_id) for command_id in state_command_ids} + probe_progress("state:done:selectedPartBox") + Gui.Selection.clearSelection() + App.closeDocument(context_document.Name) return { "available": True, + "probeMode": "state-matrix", + "stateProbe": "native-is-active-after-workbench-registration-with-Std_Expressions-qaction-guard", + "stateCases": ["noDocument", "documentNoSelection", "selectedPartBox"], + "directIsActiveBoundary": "Std_Expressions-only-qaction-guard-for-locked-1.1.1-null-qaction-crash", + "commandUniverseCount": len(command_ids), + "commandUniverseSha256": command_universe_sha256, + "stateCommandCount": len(state_command_ids), + "shard": shard, "workbenches": workbenches, "commands": [ - {"id": command_id, "observations": observations} - for command_id, observations in sorted(command_observations.items()) + { + "id": command_id, + "registeredWorkbenches": command_registrations[command_id], + "observations": [{ + "workbench": "all-registered-runtime-context", + "noDocument": no_document.get(command_id), + "documentNoSelection": document_no_selection.get(command_id), + "selectedPartBox": selected_selection.get(command_id), + }], + } + for command_id in state_command_ids ], } -document = App.newDocument("ReferenceProbe") -box_object = document.addObject("Part::Box", "CommandProbeBox") -modules = [probe_module(name) for name in ALL_REFERENCE_MODULES] -gui_commands = probe_gui_commands(document, box_object) -runtime_objects = probe_registered_objects(document) +modules = [] +if PROBE_SCOPE == "full": + document = App.newDocument("ReferenceProbe") + # Creating one native Part object loads the same runtime type registry used + # by the locked desktop baseline before supportedTypes() is enumerated. + document.addObject("Part::Box", "TypeRegistryProbeBox") + modules = [probe_module(name) for name in ALL_REFERENCE_MODULES] + App.closeDocument(document.Name) +gui_commands = probe_gui_commands() version = App.Version() result = { "schemaVersion": 1, @@ -245,20 +356,34 @@ result = { "gitCommit": str(version[7]) if len(version) > 7 else "", "guiUp": bool(getattr(App, "GuiUp", False)), "buildPurpose": "desktop-reference-oracle" if bool(getattr(App, "GuiUp", False)) else "headless-reference-oracle", - "moduleCount": len(ALL_REFERENCE_MODULES), + "probeScope": PROBE_SCOPE, + "oracleSetup": { + "isolatedConfig": ISOLATED_GUI_CONFIG, + "bimFirstTimeWelcome": "suppressed-before-workbench-activation" if ISOLATED_GUI_CONFIG else "native-user-config", + }, + "determinism": { + "schemaVersion": 1, + "normalizedProcessFields": ["pointer-address", "uuid", "freecad-document-cache-run"], + }, + "moduleCount": len(modules), "modules": modules, - "objects": [probe_object(document, type_id) for type_id in [ - "Part::Box", "Part::Cylinder", "Part::Sphere", "Part::Cone", - "Part::Feature", "PartDesign::Feature", "Sketcher::SketchObject", - ]], - "runtimeObjects": runtime_objects, "guiCommands": gui_commands, } +if PROBE_SCOPE == "full": + # Workbench activation registers additional GUI-owned document types. + # Enumerate them only in the independent object/property scope. + document = App.newDocument("RuntimeObjectProbe") + document.addObject("Part::Box", "TypeRegistryProbeBox") + result["runtimeObjects"] = probe_registered_objects(document) + result["objects"] = [probe_object(document, type_id) for type_id in [ + "Part::Box", "Part::Cylinder", "Part::Sphere", "Part::Cone", + "Part::Feature", "PartDesign::Feature", "Sketcher::SketchObject", + ]] + App.closeDocument(document.Name) result["moduleStatusSummary"] = { status: sum(1 for module in result["modules"] if module["runtimeStatus"] == status) for status in sorted({module["runtimeStatus"] for module in result["modules"]}) } -App.closeDocument(document.Name) print("FREECAD_REFERENCE_RESULT=" + json.dumps(result, sort_keys=True, separators=(",", ":"))) sys.stdout.flush() sys.exit(0) diff --git a/scripts/freecad-tsn-stage-correlation-oracle.py b/scripts/freecad-tsn-stage-correlation-oracle.py new file mode 100644 index 0000000..b37fbd3 --- /dev/null +++ b/scripts/freecad-tsn-stage-correlation-oracle.py @@ -0,0 +1,368 @@ +import hashlib +import json +import os +import tempfile + +import FreeCAD as App +import Part +import Sketcher + + +FREECAD_COMMIT = "0108fd4b4850cc46e625b60e53cea7a7bbe69f8d" +OPERATIONS = ["cut", "rotate", "fillet", "mirrored", "linear-pattern"] + + +def version_text(): + return ".".join(str(value) for value in App.Version()[:3]) + + +def add_rectangle(sketch, x_min, y_min, x_max, y_max): + points = [(x_min, y_min), (x_max, y_min), (x_max, y_max), (x_min, y_max)] + for index, start in enumerate(points): + end = points[(index + 1) % len(points)] + sketch.addGeometry(Part.LineSegment(App.Vector(start[0], start[1], 0), App.Vector(end[0], end[1], 0)), False) + + +def shape_snapshot(feature): + shape = feature.Shape + if shape.isNull(): + raise RuntimeError("{} produced a null Shape".format(feature.Name)) + brep = shape.exportBrepToString().encode("utf-8") + bounds = shape.BoundBox + return { + "valid": bool(shape.isValid()), + "solids": len(shape.Solids), + "faces": len(shape.Faces), + "edges": len(shape.Edges), + "vertices": len(shape.Vertexes), + "volume": float(shape.Volume), + "area": float(shape.Area), + "brepSha256": hashlib.sha256(brep).hexdigest(), + "bounds": [float(bounds.XMin), float(bounds.YMin), float(bounds.ZMin), float(bounds.XMax), float(bounds.YMax), float(bounds.ZMax)], + } + + +def mapped_names(feature): + shape = feature.Shape + result = {} + for kind, count in (("Face", len(shape.Faces)), ("Edge", len(shape.Edges)), ("Vertex", len(shape.Vertexes))): + for index in range(1, count + 1): + name = "{}{}".format(kind, index) + try: + mapped, _ = shape.getElementMappedName(name, True) + except Exception: + mapped = "" + try: + indexed, _ = shape.getElementIndexedName(name, True) + except Exception: + indexed = "" + result[name] = mapped or indexed or name + return result + + +def mapped_name_digest(feature): + payload = json.dumps(mapped_names(feature), sort_keys=True, separators=(",", ":")) + return hashlib.sha256(payload.encode("utf-8")).hexdigest() + + +def relation_kind(mapped_name): + if ":G" in mapped_name: + return "generated" + if ":M" in mapped_name: + return "modified" + return "preserved" + + +def semantic_topology_digest(feature): + relations = {} + for name in mapped_names(feature): + try: + history = feature.getElementHistory(name) + except Exception: + history = [] + relations[name] = sorted({ + "{}:{}:{}".format(getattr(source, "Name", ""), getattr(source, "TypeId", ""), relation_kind(mapped or "")) + for source, mapped, _children in history + if getattr(source, "Name", "") + }) + payload = json.dumps(relations, sort_keys=True, separators=(",", ":")) + return hashlib.sha256(payload.encode("utf-8")).hexdigest() + + +def history_sources(feature): + sources = set() + relations = 0 + for name in mapped_names(feature): + try: + history = feature.getElementHistory(name) + except Exception: + history = [] + relations += len(history) + for source, _mapped, _children in history: + if getattr(source, "Name", ""): + sources.add(source.Name) + return sorted(sources), relations + + +def create_chain(document): + body = document.addObject("PartDesign::Body", "Body") + base = body.newObject("PartDesign::AdditiveBox", "Base") + base.Length, base.Width, base.Height = 20.0, 10.0, 4.0 + document.recompute() + + pocket_sketch = body.newObject("Sketcher::SketchObject", "PocketSketch") + add_rectangle(pocket_sketch, 7.0, 3.0, 11.0, 7.0) + pocket_sketch.Placement.Base.z = 4.0 + pocket = body.newObject("PartDesign::Pocket", "CutStage") + pocket.Profile = pocket_sketch + pocket.Length = 2.0 + document.recompute() + + rotated = body.newObject("PartDesign::Feature", "RotateStage") + rotated.addProperty("App::PropertyLink", "SourceFeature", "Correlation") + rotated.addProperty("App::PropertyAngle", "Angle", "Correlation") + rotated.SourceFeature = pocket + rotated.Angle = 15.0 + rotated_shape = pocket.Shape.copy() + transformed = rotated_shape.rotate(App.Vector(10, 5, 0), App.Vector(0, 0, 1), float(rotated.Angle)) + if transformed is not None: + rotated_shape = transformed + rotated.Shape = rotated_shape + document.recompute() + + fillet = body.newObject("PartDesign::Fillet", "FilletStage") + fillet.Base = (rotated, ["Edge1"]) + fillet.Radius = 0.2 + document.recompute() + + mirrored = body.newObject("PartDesign::Feature", "MirroredStage") + mirrored.addProperty("App::PropertyLink", "SourceFeature", "Correlation") + mirrored.addProperty("App::PropertyVector", "PlaneNormal", "Correlation") + mirrored.SourceFeature = fillet + mirrored.PlaneNormal = App.Vector(1, 0, 0) + mirrored_shape = fillet.Shape.copy() + transformed = mirrored_shape.mirror(App.Vector(0, 0, 0), mirrored.PlaneNormal) + if transformed is not None: + mirrored_shape = transformed + mirrored.Shape = mirrored_shape + document.recompute() + + pattern = body.newObject("PartDesign::Feature", "LinearPatternStage") + pattern.addProperty("App::PropertyLink", "SourceFeature", "Correlation") + pattern.addProperty("App::PropertyInteger", "Occurrences", "Correlation") + pattern.addProperty("App::PropertyLength", "Length", "Correlation") + pattern.SourceFeature = mirrored + pattern.Occurrences = 2 + pattern.Length = 24.0 + copies = [] + for index in range(pattern.Occurrences): + copy = mirrored.Shape.copy() + transformed = copy.translate(App.Vector(float(pattern.Length) * index, 0, 0)) + if transformed is not None: + copy = transformed + copies.append(copy) + pattern.Shape = Part.makeCompound(copies) + document.recompute() + return [pocket, rotated, fillet, mirrored, pattern] + + +def rebuild_derived(document, features): + pocket, rotated, fillet, mirrored, pattern = features + document.recompute() + rotated_shape = pocket.Shape.copy() + transformed = rotated_shape.rotate(App.Vector(10, 5, 0), App.Vector(0, 0, 1), float(rotated.Angle)) + if transformed is not None: + rotated_shape = transformed + rotated.Shape = rotated_shape + document.recompute() + mirrored_shape = fillet.Shape.copy() + transformed = mirrored_shape.mirror(App.Vector(0, 0, 0), mirrored.PlaneNormal) + if transformed is not None: + mirrored_shape = transformed + mirrored.Shape = mirrored_shape + copies = [] + for index in range(pattern.Occurrences): + copy = mirrored.Shape.copy() + transformed = copy.translate(App.Vector(float(pattern.Length) * index, 0, 0)) + if transformed is not None: + copy = transformed + copies.append(copy) + pattern.Shape = Part.makeCompound(copies) + document.recompute() + + +def topology_snapshot(features): + return [{ + "operation": operation, + "name": feature.Name, + "shape": shape_snapshot(feature), + "mappedNameCount": len(mapped_names(feature)), + "mappedNameDigest": mapped_name_digest(feature), + "semanticTopologyDigest": semantic_topology_digest(feature), + } for operation, feature in zip(OPERATIONS, features)] + + +def parameter_value(value): + if hasattr(value, "Value"): + return float(value.Value) + if hasattr(value, "x") and hasattr(value, "y") and hasattr(value, "z"): + return [float(value.x), float(value.y), float(value.z)] + return value + + +def geometry_signature(snapshot): + shape = snapshot["shape"] + return [shape["valid"], shape["solids"], shape["faces"], shape["edges"], shape["vertices"], round(shape["volume"], 7), round(shape["area"], 7)] + + +def capture_mutation(document, features, operation, feature, property_name, edited_value): + original_value = getattr(feature, property_name) + before_parameter = parameter_value(original_value) + before = topology_snapshot(features) + try: + setattr(feature, property_name, edited_value) + rebuild_derived(document, features) + edited_parameter = parameter_value(getattr(feature, property_name)) + edited = topology_snapshot(features) + finally: + setattr(feature, property_name, original_value) + rebuild_derived(document, features) + restored_parameter = parameter_value(getattr(feature, property_name)) + restored = topology_snapshot(features) + before_digests = [stage["semanticTopologyDigest"] for stage in before] + restored_digests = [stage["semanticTopologyDigest"] for stage in restored] + before_final = before[-1]["shape"]["brepSha256"] + edited_final = edited[-1]["shape"]["brepSha256"] + restored_geometrically = [geometry_signature(stage) for stage in before] == [geometry_signature(stage) for stage in restored] + restored_topology_exactly = before_digests == restored_digests + passed = before_parameter != edited_parameter and before_final != edited_final and before_parameter == restored_parameter and restored_geometrically + return { + "operation": operation, + "featureName": feature.Name, + "typeId": feature.TypeId, + "propertyPath": property_name, + "beforeParameter": before_parameter, + "editedParameter": edited_parameter, + "restoredParameter": restored_parameter, + "parameterChanged": before_parameter != edited_parameter, + "downstreamShapeChanged": before_final != edited_final, + "restoredExactly": before_parameter == restored_parameter and restored_geometrically, + "restoredGeometrically": restored_geometrically, + "restoredTopologyExactly": restored_topology_exactly, + "restoreTopologyDriftStages": sum(1 for before_digest, restored_digest in zip(before_digests, restored_digests) if before_digest != restored_digest), + "beforeTopologyDigests": before_digests, + "editedTopologyDigests": [stage["semanticTopologyDigest"] for stage in edited], + "restoredTopologyDigests": restored_digests, + "status": "pass" if passed else "failed", + } + + +def stage_report(operation, feature): + sources, relations = history_sources(feature) + names = mapped_names(feature) + return { + "operation": operation, + "name": feature.Name, + "typeId": feature.TypeId, + "nativeBuilder": feature.TypeId != "PartDesign::Feature", + "shape": shape_snapshot(feature), + "mappedNameCount": len(names), + "mappedNameDigest": hashlib.sha256(json.dumps(names, sort_keys=True, separators=(",", ":")).encode("utf-8")).hexdigest(), + "historySources": sources, + "historyRelations": relations, + "status": str(feature.getStatusString()), + } + + +def collect(): + document = App.newDocument("TsnStageCorrelationOracle") + try: + features = create_chain(document) + rebuild_derived(document, features) + pocket, rotated, fillet, mirrored, pattern = features + mutations = [ + capture_mutation(document, features, "cut", pocket, "Length", 2.5), + capture_mutation(document, features, "rotate", rotated, "Angle", 22.5), + capture_mutation(document, features, "fillet", fillet, "Radius", 0.35), + capture_mutation(document, features, "mirrored", mirrored, "PlaneNormal", App.Vector(0, 0, 1)), + capture_mutation(document, features, "linear-pattern", pattern, "Occurrences", 3), + ] + stages = [stage_report(operation, feature) for operation, feature in zip(OPERATIONS, features)] + with tempfile.TemporaryDirectory(prefix="freecad-tsn-stage-correlation-") as directory: + initial_path = os.path.join(directory, "tsn-stage-correlation.FCStd") + resaved_path = os.path.join(directory, "tsn-stage-correlation-resaved.FCStd") + document.saveAs(initial_path) + App.closeDocument(document.Name) + reopened = App.openDocument(initial_path) + reopened.recompute() + reopened_stages = [stage_report(operation, reopened.getObject(stage["name"])) for operation, stage in zip(OPERATIONS, stages)] + reopened.saveAs(resaved_path) + App.closeDocument(reopened.Name) + resaved = App.openDocument(resaved_path) + resaved.recompute() + resaved_stages = [stage_report(operation, resaved.getObject(stage["name"])) for operation, stage in zip(OPERATIONS, stages)] + App.closeDocument(resaved.Name) + roundtrip_name_drift = sum(1 for before, after in zip(stages, reopened_stages) if before["mappedNameDigest"] != after["mappedNameDigest"]) + resave_name_drift = sum(1 for before, after in zip(stages, resaved_stages) if before["mappedNameDigest"] != after["mappedNameDigest"]) + known_sources = {"Base", "PocketSketch"} + wrong_bindings = 0 + unexplained_relations = 0 + for stage in stages: + known_sources.add(stage["name"]) + unexplained_relations += sum(1 for source in stage["historySources"] if source not in known_sources) + if stage["mappedNameCount"] <= 0: + wrong_bindings += 1 + with open(__file__, "rb") as harness_file: + harness_content = harness_file.read() + return { + "schemaVersion": 1, + "baselineId": "freecad-1.1.1-tsn-stage-correlation", + "freecadVersion": version_text(), + "gitCommit": FREECAD_COMMIT, + "operations": OPERATIONS, + "stages": stages, + "reopenedStages": reopened_stages, + "resavedStages": resaved_stages, + "mutations": mutations, + "summary": { + "stages": len(stages), + "nativeBuilderStages": sum(1 for stage in stages if stage["nativeBuilder"]), + "proxyStages": sum(1 for stage in stages if not stage["nativeBuilder"]), + "mutationCases": len(mutations), + "mutationPassed": sum(1 for mutation in mutations if mutation["status"] == "pass"), + "mutationRestoreTopologyDriftCases": sum(1 for mutation in mutations if mutation["restoredTopologyExactly"] is not True), + "mutationRestoreTopologyDriftStages": sum(mutation["restoreTopologyDriftStages"] for mutation in mutations), + "wrongBindings": wrong_bindings, + "unexplainedRelations": unexplained_relations, + "roundtripNameDrift": roundtrip_name_drift, + "resaveNameDrift": resave_name_drift, + }, + "nativeDesktopResaveCovered": True, + "exactCorrelationReady": all(stage["nativeBuilder"] for stage in stages) and all(mutation["status"] == "pass" for mutation in mutations) and wrong_bindings == 0 and unexplained_relations == 0 and roundtrip_name_drift == 0 and resave_name_drift == 0, + "harness": { + "path": "scripts/freecad-tsn-stage-correlation-oracle.py", + "bytes": len(harness_content), + "sha256": hashlib.sha256(harness_content).hexdigest(), + }, + "status": "pass", + } + finally: + for name in list(App.listDocuments().keys()): + App.closeDocument(name) + + +try: + report = collect() +except Exception as error: + report = { + "schemaVersion": 1, + "baselineId": "freecad-1.1.1-tsn-stage-correlation", + "freecadVersion": version_text(), + "gitCommit": FREECAD_COMMIT, + "operations": OPERATIONS, + "status": "failed", + "errorType": type(error).__name__, + "error": str(error), + } + +print("FREECAD_TSN_STAGE_CORRELATION_RESULT=" + json.dumps(report, sort_keys=True, separators=(",", ":"))) diff --git a/scripts/generate-freecad-active-work-queue.mjs b/scripts/generate-freecad-active-work-queue.mjs new file mode 100644 index 0000000..7b7c0e2 --- /dev/null +++ b/scripts/generate-freecad-active-work-queue.mjs @@ -0,0 +1,120 @@ +import { readFile, writeFile } from 'node:fs/promises' +import { resolve } from 'node:path' + +const root = resolve(new URL('..', import.meta.url).pathname) +const outputPath = resolve(root, 'config/freecad-active-work-queue.json') +const load = (path) => readFile(resolve(root, path), 'utf8').then(JSON.parse) +const [gui, workflowPlan, composite, correlation, production] = await Promise.all([ + load('.cache/freecad/reference-desktop-gui-commands.json'), + load('config/freecad-gui-workflow-plan.json'), + load('config/freecad-composite-history-elementmap-oracle.json'), + load('config/freecad-tsn-stage-correlation-oracle.json'), + load('config/chrome-freecad-naming-production-verification.json'), +]) + +const guiShardTasks = gui.guiCommands.mergedShards.map((shard, index) => ({ + id: `ORA-GUI-SHARD-${String(index).padStart(3, '0')}`, + title: `Probe GUI command indexes [${shard.start}, ${shard.end})`, + status: 'completed', + dependencies: index === 0 ? ['ORA-GUI-SETUP-002'] : [`ORA-GUI-SHARD-${String(index - 1).padStart(3, '0')}`], + evidence: [shard.path, shard.sha256], + exit: `${shard.end - shard.start} commands have three native state observations`, +})) +const workflowTitles = [ + 'Select one GUI command family from the sensitivity report', + 'Capture the native success workflow', + 'Capture the native disabled workflow', + 'Capture the native failure workflow', + 'Capture the native cancel workflow', + 'Capture recovery after failure or cancel', + 'Update the exact blocker and focused checks', +] +const workflowProgress = new Map(workflowPlan.progress.map((entry) => [entry.taskId, entry])) +const workflowTasks = workflowTitles.map((title, index) => ({ + id: `ORA-GUI-WF-${String(index).padStart(3, '0')}`, + title, + status: workflowProgress.get(`ORA-GUI-WF-${String(index).padStart(3, '0')}`).status, + dependencies: [index === 0 ? 'ORA-GUI-CONTEXT-001' : `ORA-GUI-WF-${String(index - 1).padStart(3, '0')}`], + ...(index === 0 ? { family: workflowPlan.family.id, primaryCommand: workflowPlan.family.primaryCommand, exactTask: workflowPlan.family.primaryExactTask } : {}), + ...(workflowProgress.get(`ORA-GUI-WF-${String(index).padStart(3, '0')}`).evidence.length > 0 ? { evidence: workflowProgress.get(`ORA-GUI-WF-${String(index).padStart(3, '0')}`).evidence } : {}), + exit: index === 0 ? 'one command family and its exact task are recorded' : 'one native workflow fixture and its focused assertion pass', +})) +const driftCases = composite.cases.filter((fixture) => fixture.mutation.metrics.namingRestorationDriftStages > 0) +const driftTasks = driftCases.map((fixture, index) => ({ + id: `TSN-DRIFT-${String(index).padStart(3, '0')}`, + title: `Classify recovered naming evolution for ${fixture.id}`, + status: 'pending', + dependencies: index === 0 ? ['ORA-GUI-WF-006'] : [`TSN-DRIFT-${String(index - 1).padStart(3, '0')}`], + caseId: fixture.id, + driftStages: fixture.mutation.metrics.namingRestorationDriftStages, + driftOrdinals: fixture.mutation.metrics.namingRestorationDriftOrdinals, + exit: 'the case is classified as stable semantics, allowed evolution, or an implementation defect', +})) +const productionDriftTasks = correlation.mutations + .filter((mutation) => mutation.restoreTopologyDriftStages > 0) + .map((mutation, index) => ({ + id: `TSN-PROD-DRIFT-${String(index).padStart(3, '0')}`, + title: `Classify production restore topology drift for ${mutation.operation}`, + status: 'pending', + dependencies: [index === 0 ? driftTasks.at(-1).id : `TSN-PROD-DRIFT-${String(index - 1).padStart(3, '0')}`], + operation: mutation.operation, + driftStages: mutation.restoreTopologyDriftStages, + exit: 'every changed downstream stage has a native comparison and classification', + })) +const coveredTransitions = new Set(['cut->rotate', 'rotate->fillet', 'fillet->mirrored', 'mirrored->linear-pattern']) +const transitionTasks = production.operations.flatMap((from) => production.operations.map((to) => { + const pair = `${from}->${to}` + return { + id: `TSN-PAIR-${from}-${to}`, + title: `Classify ordered operation pair ${pair}`, + status: coveredTransitions.has(pair) ? 'completed' : 'pending', + dependencies: coveredTransitions.has(pair) ? [] : [productionDriftTasks.at(-1).id], + pair, + exit: 'native acceptance or rejection is recorded; accepted pairs include builder, mutation, naming, and resave evidence', + } +})) + +const setupTasks = [ + { id: 'ORA-GUI-SETUP-000', title: 'Split GUI state probing from object/property probing', status: 'completed' }, + { id: 'ORA-GUI-SETUP-001', title: 'Diagnose the BIM first-run modal block', status: 'completed', dependencies: ['ORA-GUI-SETUP-000'] }, + { id: 'ORA-GUI-SETUP-002', title: 'Isolate FreeCAD config and suppress BIM first-run welcome before probing', status: 'completed', dependencies: ['ORA-GUI-SETUP-001'] }, +] +const closureTasks = [ + { id: 'ORA-GUI-MERGE-000', title: 'Merge and verify all 100 GUI command shards', status: 'completed', dependencies: [guiShardTasks.at(-1).id] }, + { id: 'ORA-GUI-CONTEXT-000', title: 'Classify Import_ReadBREP as explicit module-import context', status: 'completed', dependencies: ['ORA-GUI-MERGE-000'] }, + { id: 'ORA-GUI-CONTEXT-001', title: 'Classify NaviCubeDraggableCmd as context-menu lazy registration', status: 'completed', dependencies: ['ORA-GUI-CONTEXT-000'] }, +] +const milestones = [ + { id: 'ORA-GUI-BASELINE', exactTask: 'EX-ORA-01', status: 'completed', tasks: [...setupTasks, ...guiShardTasks, ...closureTasks] }, + { id: 'ORA-GUI-WORKFLOWS', exactTask: 'EX-ORA-01', status: 'in_progress', tasks: workflowTasks }, + { id: 'TSN-RECOVERY-DRIFT', exactTask: 'EX-TSN-04', status: 'pending', tasks: [...driftTasks, ...productionDriftTasks] }, + { id: 'TSN-ORDERED-PAIRS', exactTask: 'EX-TSN-04', status: 'pending', tasks: transitionTasks }, +] +const allTasks = milestones.flatMap((milestone) => milestone.tasks) +const count = (status) => allTasks.filter((task) => task.status === status).length +const nextTask = allTasks.find((task) => task.status === 'in_progress')?.id +if (!nextTask) throw new Error('FreeCAD active work queue requires one in-progress task.') +const queue = { + schemaVersion: 1, + baseline: { freecadVersion: '1.1.1', commit: '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' }, + updatedAt: '2026-08-14', + generatedBy: 'scripts/generate-freecad-active-work-queue.mjs', + policy: { + maxInProgress: 1, + unit: 'one artifact, one focused check, one explicit exit condition', + transitionUnit: 'one ordered operation pair', + driftUnit: 'one native case', + }, + nextTask, + summary: { tasks: allTasks.length, completed: count('completed'), inProgress: count('in_progress'), pending: count('pending') }, + milestones, +} +const content = `${JSON.stringify(queue, null, 2)}\n` +if (process.argv.includes('--check')) { + const current = await readFile(outputPath, 'utf8').catch(() => '') + if (current !== content) throw new Error('FreeCAD active work queue is stale; run generate:freecad-active-work-queue.') + console.log(JSON.stringify({ status: 'freecad-active-work-queue-pass', nextTask: queue.nextTask, ...queue.summary }, null, 2)) +} else { + await writeFile(outputPath, content) + console.log(JSON.stringify({ status: 'freecad-active-work-queue-generated', output: outputPath, nextTask: queue.nextTask, ...queue.summary }, null, 2)) +} diff --git a/scripts/generate-freecad-gui-command-inventory.mjs b/scripts/generate-freecad-gui-command-inventory.mjs index 78b78a4..2023d9e 100644 --- a/scripts/generate-freecad-gui-command-inventory.mjs +++ b/scripts/generate-freecad-gui-command-inventory.mjs @@ -3,12 +3,13 @@ import { readFile, writeFile } from 'node:fs/promises' import { resolve } from 'node:path' const root = resolve(new URL('..', import.meta.url).pathname) -const reportPath = resolve(root, process.env.FREECAD_GUI_COMMAND_REPORT || '.cache/freecad/reference-desktop.json') +const reportPath = resolve(root, process.env.FREECAD_GUI_COMMAND_REPORT || '.cache/freecad/reference-desktop-gui-commands.json') const outputPath = resolve(root, process.env.FREECAD_GUI_COMMAND_INVENTORY || 'config/freecad-gui-command-inventory.json') const sourceInventory = JSON.parse(await readFile(resolve(root, 'config/freecad-source-inventory.json'), 'utf8')) const reportBytes = await readFile(reportPath) const report = JSON.parse(reportBytes) if (report.baselineId !== 'freecad-1.1.1' || report.freecadVersion !== '1.1.1' || report.guiUp !== true) throw new Error('A verified desktop FreeCAD GUI report is required.') +if (report.probeScope !== 'gui-commands') throw new Error('The dedicated gui-commands oracle report is required.') if (!report.guiCommands?.available || !Array.isArray(report.guiCommands.commands)) throw new Error('Desktop report does not contain GUI command observations.') const sourceCommandModules = new Map() @@ -21,17 +22,21 @@ const normalizeState = (state) => typeof state === 'boolean' ? state : state && const unique = (values) => [...new Set(values)].sort() const commands = report.guiCommands.commands.map((command) => { const observations = command.observations || [] - const emptyStates = unique(observations.map((entry) => normalizeState(entry.emptySelection))) + const noDocumentStates = unique(observations.map((entry) => normalizeState(entry.noDocument))) + const documentNoSelectionStates = unique(observations.map((entry) => normalizeState(entry.documentNoSelection))) const selectedStates = unique(observations.map((entry) => normalizeState(entry.selectedPartBox))) - const selectionSensitive = observations.some((entry) => typeof entry.emptySelection === 'boolean' && typeof entry.selectedPartBox === 'boolean' && entry.emptySelection !== entry.selectedPartBox) + const documentSensitive = observations.some((entry) => typeof entry.noDocument === 'boolean' && typeof entry.documentNoSelection === 'boolean' && entry.noDocument !== entry.documentNoSelection) + const selectionSensitive = observations.some((entry) => typeof entry.documentNoSelection === 'boolean' && typeof entry.selectedPartBox === 'boolean' && entry.documentNoSelection !== entry.selectedPartBox) return { id: command.id, sourceModules: unique(sourceCommandModules.get(command.id) || ['GuiCore']), - workbenches: unique(observations.map((entry) => entry.workbench)), + workbenches: unique(command.registeredWorkbenches || observations.map((entry) => entry.workbench)), cases: { - emptySelection: { states: emptyStates, observed: true }, + noDocument: { states: noDocumentStates, observed: true }, + documentNoSelection: { states: documentNoSelectionStates, observed: true }, selectedPartBox: { states: selectedStates, observed: true }, }, + documentSensitive, selectionSensitive, status: 'runtime-probed', } @@ -51,10 +56,14 @@ const inventory = { baseline: { freecadVersion: '1.1.1', commit: '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' }, generatedBy: 'scripts/generate-freecad-gui-command-inventory.mjs', sourceInventory: 'config/freecad-source-inventory.json', + contextBoundaries: 'config/freecad-gui-command-context-boundaries.json', runtimeEvidence: { - report: '.cache/freecad/reference-desktop.json', + report: '.cache/freecad/reference-desktop-gui-commands.json', reportSha256: createHash('sha256').update(reportBytes).digest('hex'), workbenchCount: report.guiCommands.workbenches.length, + stateProbe: report.guiCommands.stateProbe, + stateCases: report.guiCommands.stateCases, + directIsActiveBoundary: report.guiCommands.directIsActiveBoundary, }, commandCount: commands.length, commands, diff --git a/scripts/run-chrome-cam-linuxcnc-machine.mjs b/scripts/run-chrome-cam-linuxcnc-machine.mjs index 726433d..52384be 100644 --- a/scripts/run-chrome-cam-linuxcnc-machine.mjs +++ b/scripts/run-chrome-cam-linuxcnc-machine.mjs @@ -1,53 +1,113 @@ +import { execFile } from 'node:child_process' +import { createHash } from 'node:crypto' import { existsSync } from 'node:fs' -import { mkdir, writeFile } from 'node:fs/promises' +import { mkdir, readFile, stat, writeFile } from 'node:fs/promises' import { resolve } from 'node:path' -import { createServer as createViteServer } from 'vite' +import { promisify } from 'node:util' +import { createServer as createViteServer, preview as createVitePreview } from 'vite' import { chromium } from '../cnc_wams_gpt6/linuxcnc-master/web/node_modules/playwright/index.mjs' const root = resolve(new URL('..', import.meta.url).pathname) const reportPath = resolve(root, 'config/chrome-cam-linuxcnc-machine-verification.json') +const artifactManifestPath = resolve(root, 'config/linuxcnc-wasm-machine-artifact.json') +const linuxcncRoot = resolve(root, 'cnc_wams_gpt6/linuxcnc-master') +const linuxcncWebRoot = resolve(linuxcncRoot, 'web') const executable = process.env.CHROME_BIN || '/home/mes123456/.local/bin/google-chrome' -if (!existsSync(executable)) throw new Error(`Chrome executable is unavailable: ${executable}`) -const vite = await createViteServer({ - configFile: false, - root, - server: { - host: '127.0.0.1', - port: 5201, - strictPort: false, - watch: null, - proxy: { - '/linuxcnc-machine': { - target: process.env.LINUXCNC_WASM_URL || 'https://localhost:5190', - changeOrigin: true, - secure: false, - rewrite: (path) => path.replace(/^\/linuxcnc-machine/, ''), - }, - }, - }, -}) -await vite.listen() -const address = vite.httpServer?.address() -if (!address || typeof address === 'string') throw new Error('CAM machine harness server did not expose a port.') -const browser = await chromium.launch({ headless: true, executablePath: executable, args: ['--no-sandbox', '--disable-dev-shm-usage', '--enable-unsafe-swiftshader'] }) +let linuxcnc +let vite +let browser let report try { + if (!existsSync(executable)) throw new Error(`Chrome executable is unavailable: ${executable}`) + const manifest = JSON.parse(await readFile(artifactManifestPath, 'utf8')) + if (manifest.schemaVersion !== 1 || !/^[0-9a-f]{40}$/.test(manifest.worktreeRevision) || !Array.isArray(manifest.artifacts) || manifest.artifacts.length !== 7 || manifest.machineConfigPath !== manifest.artifacts.find(({ role }) => role === 'machine-config')?.path) { + throw new Error('LinuxCNC WASM machine artifact manifest is invalid.') + } + const actualRevision = (await promisify(execFile)('git', ['-C', linuxcncRoot, 'rev-parse', 'HEAD'])).stdout.trim() + if (actualRevision !== manifest.worktreeRevision) throw new Error(`LinuxCNC worktree revision mismatch: expected ${manifest.worktreeRevision}, got ${actualRevision}.`) + const artifactIdentity = [] + for (const artifact of manifest.artifacts) { + const path = resolve(root, manifest.distRoot, artifact.path) + const [bytes, metadata] = await Promise.all([readFile(path), stat(path)]) + const sha256 = createHash('sha256').update(bytes).digest('hex') + if (metadata.size !== artifact.bytes || sha256 !== artifact.sha256) throw new Error(`LinuxCNC WASM artifact mismatch: ${artifact.path}.`) + artifactIdentity.push({ role: artifact.role, path: artifact.path, runtimeLoaded: artifact.runtimeLoaded, bytes: metadata.size, sha256 }) + } + + // Own the LinuxCNC server lifecycle so a missing external preview cannot be + // misreported as a parser/controller timeout. + linuxcnc = await createVitePreview({ + root: linuxcncWebRoot, + configFile: resolve(linuxcncWebRoot, 'vite.config.js'), + preview: { host: '127.0.0.1', port: 0, strictPort: false }, + }) + const linuxcncAddress = linuxcnc.httpServer.address() + if (!linuxcncAddress || typeof linuxcncAddress === 'string') throw new Error('LinuxCNC WASM preview did not expose a port.') + const linuxcncUrl = `https://127.0.0.1:${linuxcncAddress.port}` + + vite = await createViteServer({ + configFile: false, + root, + server: { + host: '127.0.0.1', + port: 5201, + strictPort: false, + watch: null, + proxy: { + '/linuxcnc-machine': { + target: linuxcncUrl, + changeOrigin: true, + secure: false, + rewrite: (path) => path.replace(/^\/linuxcnc-machine/, ''), + }, + }, + }, + }) + await vite.listen() + const address = vite.httpServer?.address() + if (!address || typeof address === 'string') throw new Error('CAM machine harness server did not expose a port.') + browser = await chromium.launch({ headless: true, executablePath: executable, args: ['--no-sandbox', '--disable-dev-shm-usage', '--enable-unsafe-swiftshader'] }) + const browserVersion = await browser.version() + if (browserVersion !== manifest.chromeVersion) throw new Error(`Chrome version mismatch: expected ${manifest.chromeVersion}, got ${browserVersion}.`) const context = await browser.newContext({ ignoreHTTPSErrors: true }) const page = await context.newPage() + const networkStatuses = new Map() + page.on('response', (response) => { + const pathname = new URL(response.url()).pathname + if (!pathname.startsWith('/linuxcnc-machine/')) return + const relativePath = pathname.slice('/linuxcnc-machine/'.length) || 'index.html' + networkStatuses.set(relativePath, response.status()) + }) await page.goto(`http://127.0.0.1:${address.port}/chrome-cam-linuxcnc-machine-harness.html`, { waitUntil: 'domcontentloaded' }) - await page.waitForFunction(() => Boolean(window.__bitbybitCamLinuxcncMachineReport), null, { timeout: 240_000 }) + // The harness performs independent dry-run and run submissions, each with a + // 180 second controller budget, plus initial machine startup. + await page.waitForFunction(() => Boolean(window.__bitbybitCamLinuxcncMachineReport), null, { timeout: 420_000 }) report = await page.evaluate(() => window.__bitbybitCamLinuxcncMachineReport) - report = { ...report, browserId: 'chrome', browser: { product: await browser.version(), userAgent: await page.evaluate(() => navigator.userAgent) } } + if (report.machine?.machineCase !== manifest.machineCase || report.machine?.dryRunMachineCase !== manifest.machineCase) throw new Error(`LinuxCNC browser loaded unexpected machine cases: run=${report.machine?.machineCase || ''}, dry-run=${report.machine?.dryRunMachineCase || ''}.`) + const loadedArtifacts = manifest.artifacts.filter(({ runtimeLoaded }) => runtimeLoaded).map(({ role, path }) => ({ role, path, status: networkStatuses.get(path) ?? 0 })) + const missingArtifacts = loadedArtifacts.filter(({ status }) => status !== 200) + if (missingArtifacts.length > 0) throw new Error(`Chrome did not load pinned LinuxCNC runtime artifacts: ${missingArtifacts.map(({ role, path, status }) => `${role}:${path}:${status}`).join(', ')}.`) + report = { + ...report, + runtime: { + server: 'managed-vite-preview', + worktreeRevision: actualRevision, + machineCase: report.machine.machineCase, + artifacts: artifactIdentity, + loadedArtifacts, + }, + browserId: 'chrome', + browser: { product: browserVersion, userAgent: await page.evaluate(() => navigator.userAgent) }, + } await context.close() if (report.status !== 'pass') process.exitCode = 1 } catch (error) { report = { schemaVersion: 1, status: 'failed', browserId: 'chrome', error: error instanceof Error ? error.stack || error.message : String(error) } process.exitCode = 1 } finally { + await Promise.allSettled([browser?.close(), vite?.close(), linuxcnc?.close()]) await mkdir(resolve(root, 'config'), { recursive: true }) await writeFile(reportPath, `${JSON.stringify(report, null, 2)}\n`) console.log(JSON.stringify(report, null, 2)) - await browser.close() - await vite.close() } diff --git a/scripts/run-freecad-composite-history-elementmap-oracle.mjs b/scripts/run-freecad-composite-history-elementmap-oracle.mjs index 8ad9c2a..885daa1 100644 --- a/scripts/run-freecad-composite-history-elementmap-oracle.mjs +++ b/scripts/run-freecad-composite-history-elementmap-oracle.mjs @@ -35,7 +35,7 @@ const resaveReport = { freecadVersion: report.freecadVersion, gitCommit: report.gitCommit, status: report.status, - cases: report.cases.map(({ id, roundtripNameDrift, resaveNameDrift, nativeDesktopResaveCovered }) => ({ id, roundtripNameDrift, resaveNameDrift, nativeDesktopResaveCovered })), + cases: report.cases.map(({ id, stageCorrelations, roundtripNameDrift, resaveNameDrift, nativeDesktopResaveCovered }) => ({ id, stageCorrelations, roundtripNameDrift, resaveNameDrift, nativeDesktopResaveCovered })), summary: { cases: report.summary.cases, passed: report.summary.passed, @@ -43,12 +43,15 @@ const resaveReport = { roundtripNameDrift: report.summary.roundtripNameDrift, resaveNameDrift: report.summary.resaveNameDrift, nativeDesktopResaveCases: report.summary.nativeDesktopResaveCases, + stageCorrelations: report.summary.stageCorrelations, + relationRecords: report.summary.relationRecords, }, } await writeFile(resaveOutputPath, `${JSON.stringify(resaveReport, null, 2)}\n`) for (const caseReport of report.cases) { delete caseReport.resaveNameDrift delete caseReport.nativeDesktopResaveCovered + delete caseReport.stageCorrelations } delete report.summary.roundtripNameDrift delete report.summary.resaveNameDrift diff --git a/scripts/run-freecad-gui-command-shards.mjs b/scripts/run-freecad-gui-command-shards.mjs new file mode 100644 index 0000000..7d1ec1a --- /dev/null +++ b/scripts/run-freecad-gui-command-shards.mjs @@ -0,0 +1,81 @@ +import { spawnSync } from 'node:child_process' +import { createHash } from 'node:crypto' +import { readFile, writeFile } from 'node:fs/promises' +import { dirname, resolve } from 'node:path' +import { fileURLToPath } from 'node:url' + +const root = resolve(dirname(fileURLToPath(import.meta.url)), '..') +const shardCount = Number(process.env.FREECAD_GUI_COMMAND_SHARD_COUNT || 100) +if (!Number.isInteger(shardCount) || shardCount < 2 || shardCount > 256) throw new Error('FREECAD_GUI_COMMAND_SHARD_COUNT must be an integer from 2 through 256.') +const mergeOnly = process.argv.includes('--merge-only') +const shardArgument = process.argv.find((argument) => argument.startsWith('--shard=')) +const requestedShard = shardArgument ? Number(shardArgument.slice('--shard='.length)) : null +if (mergeOnly && shardArgument) throw new Error('--merge-only and --shard cannot be used together.') +if (shardArgument && (!Number.isInteger(requestedShard) || requestedShard < 0 || requestedShard >= shardCount)) throw new Error(`--shard must be an integer from 0 through ${shardCount - 1}.`) + +if (!mergeOnly) { + const shardIndexes = requestedShard == null ? Array.from({ length: shardCount }, (_, index) => index) : [requestedShard] + for (const index of shardIndexes) { + console.log(`[freecad-gui-command-shards] execute ${index + 1}/${shardCount}`) + const execution = spawnSync(process.execPath, ['scripts/run-freecad-reference-probe.mjs'], { + cwd: root, + env: { + ...process.env, + FREECAD_ORACLE_PROFILE: 'desktop', + FREECAD_REFERENCE_SCOPE: 'gui-commands', + FREECAD_GUI_COMMAND_SHARD: `${index}/${shardCount}`, + }, + stdio: 'inherit', + }) + if (execution.status !== 0) throw new Error(`FreeCAD GUI command shard ${index}/${shardCount} failed with exit ${execution.status}.`) + } +} +if (requestedShard != null) { + console.log(JSON.stringify({ status: 'freecad-gui-command-shard-pass', shard: requestedShard, shardCount }, null, 2)) + process.exit(0) +} + +const shardReports = [] +for (let index = 0; index < shardCount; index += 1) { + const relativePath = `.cache/freecad/reference-desktop-gui-commands-${index}-of-${shardCount}.json` + const bytes = await readFile(resolve(root, relativePath)) + shardReports.push({ relativePath, bytes, report: JSON.parse(bytes) }) +} + +const first = shardReports[0].report +const universeCount = first.guiCommands?.commandUniverseCount +const universeSha256 = first.guiCommands?.commandUniverseSha256 +const commands = [] +let expectedStart = 0 +for (const [index, { report }] of shardReports.entries()) { + const gui = report.guiCommands + if (report.baselineId !== 'freecad-1.1.1' || report.freecadVersion !== '1.1.1' || report.gitCommit !== '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d' || report.probeScope !== 'gui-commands') throw new Error(`GUI command shard ${index} has the wrong baseline.`) + if (gui?.shard?.index !== index || gui.shard.count !== shardCount || gui.shard.start !== expectedStart || gui.shard.end <= gui.shard.start) throw new Error(`GUI command shard ${index} has a non-contiguous range.`) + if (gui.commandUniverseCount !== universeCount || gui.commandUniverseSha256 !== universeSha256) throw new Error(`GUI command shard ${index} has a different command universe.`) + if (gui.stateCommandCount !== gui.commands?.length || gui.stateCommandCount !== gui.shard.end - gui.shard.start) throw new Error(`GUI command shard ${index} has an incomplete state range.`) + if (JSON.stringify(report.modules) !== JSON.stringify(first.modules) || JSON.stringify(gui.workbenches) !== JSON.stringify(first.guiCommands.workbenches)) throw new Error(`GUI command shard ${index} changed module or workbench registration evidence.`) + commands.push(...gui.commands) + expectedStart = gui.shard.end +} +if (expectedStart !== universeCount || commands.length !== universeCount || new Set(commands.map((command) => command.id)).size !== universeCount) throw new Error('Merged GUI command shards do not cover the command universe exactly once.') +const mergedUniverseSha256 = createHash('sha256').update(commands.map((command) => command.id).join('\n')).digest('hex') +if (mergedUniverseSha256 !== universeSha256) throw new Error('Merged GUI command order does not match the declared command universe hash.') + +const merged = { + ...first, + guiCommands: { + ...first.guiCommands, + stateCommandCount: commands.length, + shard: null, + commands, + mergedShards: shardReports.map(({ relativePath, bytes, report }) => ({ + path: relativePath, + sha256: createHash('sha256').update(bytes).digest('hex'), + start: report.guiCommands.shard.start, + end: report.guiCommands.shard.end, + })), + }, +} +const output = resolve(root, '.cache/freecad/reference-desktop-gui-commands.json') +await writeFile(output, `${JSON.stringify(merged, null, 2)}\n`) +console.log(JSON.stringify({ status: 'freecad-gui-command-shards-merged', shardCount, commandCount: commands.length, commandUniverseSha256: universeSha256, output }, null, 2)) diff --git a/scripts/run-freecad-gui-workflow-oracle.mjs b/scripts/run-freecad-gui-workflow-oracle.mjs new file mode 100644 index 0000000..45e8952 --- /dev/null +++ b/scripts/run-freecad-gui-workflow-oracle.mjs @@ -0,0 +1,81 @@ +import { spawnSync } from 'node:child_process' +import { mkdirSync, readFileSync, writeFileSync } from 'node:fs' +import { mkdir, writeFile } from 'node:fs/promises' +import { resolve } from 'node:path' + +const root = resolve(new URL('..', import.meta.url).pathname) +const executable = resolve(root, '.cache/freecad/install-desktop/bin/FreeCAD') +const probe = resolve(root, 'scripts/freecad-gui-workflow-oracle.py') +const sysroot = resolve(root, '.cache/freecad/sysroot') +const outputDirectory = resolve(root, '.cache/freecad/gui-workflow-oracle') +const resultFile = resolve(outputDirectory, 'partdesign-pad-success-result.json') +const reportPath = resolve(root, 'config/freecad-gui-workflow-oracle.json') +const configDirectory = resolve(outputDirectory, 'config') +const userConfig = resolve(configDirectory, 'user.cfg') +const systemConfig = resolve(configDirectory, 'system.cfg') +const marker = 'FREECAD_GUI_WORKFLOW_RESULT=' +const timeoutMs = Number(process.env.FREECAD_GUI_WORKFLOW_TIMEOUT_MS || 120_000) +const fail = (message) => { throw new Error(`FreeCAD GUI workflow oracle: ${message}`) } + +await mkdir(outputDirectory, { recursive: true }) +mkdirSync(configDirectory, { recursive: true }) +const emptyConfig = '\n\n' +writeFileSync(userConfig, emptyConfig) +writeFileSync(systemConfig, emptyConfig) + +const runtimeEnv = { + ...process.env, + PYTHONPATH: `${resolve(sysroot, 'usr/lib/python3/dist-packages')}${process.env.PYTHONPATH ? `:${process.env.PYTHONPATH}` : ''}`, + LD_LIBRARY_PATH: `${resolve(sysroot, 'usr/lib/x86_64-linux-gnu')}${process.env.LD_LIBRARY_PATH ? `:${process.env.LD_LIBRARY_PATH}` : ''}`, + MATPLOTLIBRC: resolve(sysroot, 'usr/share/matplotlib/mpl-data/matplotlibrc'), + MPLBACKEND: 'Agg', + FREECAD_GUI_WORKFLOW_RESULT_FILE: resultFile, +} +const execution = spawnSync('xvfb-run', ['-a', executable, '--user-cfg', userConfig, '--system-cfg', systemConfig, '--python-path', resolve(sysroot, 'usr/lib/python3/dist-packages'), probe], { + cwd: root, + encoding: 'utf8', + maxBuffer: 32 * 1024 * 1024, + timeout: timeoutMs, + env: runtimeEnv, +}) +const output = `${execution.stdout ?? ''}\n${execution.stderr ?? ''}` +const markerLine = output.split(/\r?\n/).find((line) => line.startsWith(marker)) +const resultBytes = (() => { try { return readFileSync(resultFile, 'utf8') } catch { return '' } })() +if (execution.error || (execution.status !== 0 && !resultBytes && !markerLine)) fail(`native probe exited with ${execution.status}: ${[execution.error?.message, output.trim()].filter(Boolean).join('\n')}`) +const result = JSON.parse(resultBytes || markerLine.slice(marker.length)) +if (result.freecadVersion !== '1.1.1' || result.gitCommit !== '0108fd4b4850cc46e625b60e53cea7a7bbe69f8d') fail(`native baseline mismatch: ${JSON.stringify(result)}`) +if (result.workflowId !== 'partdesign-pad-task' || result.commandId !== 'PartDesign_Pad' || result.state !== 'success' || result.success !== true) fail(`Pad success workflow failed: ${JSON.stringify(result)}`) + +const report = { + schemaVersion: 1, + baseline: { + freecadVersion: result.freecadVersion, + commit: result.gitCommit, + profile: 'desktop-xvfb-isolated-config', + }, + generatedBy: './npmw run probe:freecad-gui-workflow', + checkedBy: './npmw run check:freecad-gui-workflow', + family: { + id: result.workflowId, + primaryCommand: result.commandId, + exactTask: 'EX-UI-03', + source: '.cache/freecad/FreeCAD/src/Mod/PartDesign/Gui/Command.cpp', + }, + workflows: { + success: result, + }, + remainingStates: ['disabled', 'failure', 'cancel', 'recovery'], + exactPromotionReady: false, +} +await writeFile(reportPath, `${JSON.stringify(report, null, 2)}\n`) +console.log(JSON.stringify({ + status: 'freecad-gui-workflow-generated', + family: report.family.id, + command: report.family.primaryCommand, + state: result.state, + bodyTip: result.after.bodyTip, + volume: result.after.pad.volume, + taskOpened: result.taskPanel.opened.activeDialog, + taskClosed: !result.taskPanel.closed.activeDialog, + report: 'config/freecad-gui-workflow-oracle.json', +}, null, 2)) diff --git a/scripts/run-freecad-native-property-semantics.mjs b/scripts/run-freecad-native-property-semantics.mjs index 0252abd..4272e7d 100644 --- a/scripts/run-freecad-native-property-semantics.mjs +++ b/scripts/run-freecad-native-property-semantics.mjs @@ -16,10 +16,10 @@ if (!runtime?.available || runtime.candidateCount !== 352 || runtime.availableCo const editableTypes = new Set([ 'App::PropertyAngle', 'App::PropertyBool', 'App::PropertyDistance', 'App::PropertyEnumeration', - 'App::PropertyFloat', 'App::PropertyFloatList', 'App::PropertyInteger', 'App::PropertyIntegerConstraint', - 'App::PropertyIntegerList', 'App::PropertyLength', 'App::PropertyLink', 'App::PropertyLinkList', + 'App::PropertyFloat', 'App::PropertyFloatConstraint', 'App::PropertyFloatList', 'App::PropertyInteger', 'App::PropertyIntegerConstraint', + 'App::PropertyIntegerList', 'App::PropertyLength', 'App::PropertyLink', 'App::PropertyLinkHidden', 'App::PropertyLinkList', 'App::PropertyLinkSub', 'App::PropertyLinkSubList', 'App::PropertyPlacement', 'App::PropertyString', - 'App::PropertyStringList', 'App::PropertyVector', + 'App::PropertyPrecision', 'App::PropertyQuantityConstraint', 'App::PropertyStringList', 'App::PropertyVector', ]) const specializedTypes = new Set([ 'App::PropertyExpressionEngine', 'Part::PropertyGeometryList', 'Part::PropertyPartShape', @@ -30,8 +30,9 @@ const numericStatusNames = new Map([ [25, 'PropTransient'], [26, 'PropHidden'], [27, 'PropOutput'], ]) const facadeBehaviorStatusNames = new Set([ - 'Hidden', 'Immutable', 'NoModify', 'Ordered', 'Output', 'PropHidden', 'PropNoPersist', - 'PropNoRecompute', 'PropOutput', 'PropReadOnly', 'PropTransient', 'ReadOnly', 'Transient', + 'Hidden', 'Immutable', 'LockDynamic', 'NoModify', 'Ordered', 'Output', 'PartialTrigger', + 'PropHidden', 'PropNoPersist', 'PropNoRecompute', 'PropOutput', 'PropReadOnly', 'PropTransient', + 'ReadOnly', 'Transient', ]) const normalizeStatus = (status) => status.map((entry) => typeof entry === 'number' ? (numericStatusNames.get(entry) ?? `UnknownBit${entry}`) : entry) const properties = runtime.types.flatMap((object) => (object.properties ?? []).map((property) => ({ ...property, objectTypeId: object.typeId, status: normalizeStatus(property.status) }))) @@ -81,7 +82,7 @@ const report = { }, harness: { path: 'scripts/run-freecad-native-property-semantics.mjs', bytes: (await stat(harnessPath)).size, sha256: createHash('sha256').update(harnessContent).digest('hex') }, exactPromotionReady: false, - exactBlocker: 'complete native document and property semantics', + exactBlocker: '58 runtime property types and 523 records remain opaque-only; complete native document and property semantics', generatedAt: new Date().toISOString(), } await writeFile(outputPath, `${JSON.stringify(report, null, 2)}\n`) diff --git a/scripts/run-freecad-property-status-oracle.mjs b/scripts/run-freecad-property-status-oracle.mjs index 969c66e..49bc639 100644 --- a/scripts/run-freecad-property-status-oracle.mjs +++ b/scripts/run-freecad-property-status-oracle.mjs @@ -24,4 +24,4 @@ const line = output.split(/\r?\n/).find((candidate) => candidate.includes(marker if (execution.error || execution.status !== 0 || !line) throw new Error(`FreeCAD Property status oracle failed with status ${execution.status}: ${execution.error?.message || output.trim()}`) const report = JSON.parse(line.slice(line.indexOf(marker) + marker.length)) await writeFile(resolve(root, 'config/freecad-property-status-oracle.json'), `${JSON.stringify(report, null, 2)}\n`) -console.log(JSON.stringify({ status: report.status, baselineId: report.baselineId, cases: report.cases.length, lockDynamic: report.lockDynamic.propertyStillPresent, fcstdRoundtrip: true }, null, 2)) +console.log(JSON.stringify({ status: report.status, baselineId: report.baselineId, cases: report.cases.length, lockDynamic: report.lockDynamic.propertyStillPresent, partialTrigger: report.partialTrigger.value, observerTransactions: true, fcstdRoundtrip: true }, null, 2)) diff --git a/scripts/run-freecad-reference-probe.mjs b/scripts/run-freecad-reference-probe.mjs index 895984f..dd6f70b 100644 --- a/scripts/run-freecad-reference-probe.mjs +++ b/scripts/run-freecad-reference-probe.mjs @@ -1,4 +1,5 @@ import { spawnSync } from 'node:child_process' +import { mkdirSync, writeFileSync } from 'node:fs' import { writeFile } from 'node:fs/promises' import { dirname, resolve } from 'node:path' import { fileURLToPath } from 'node:url' @@ -6,6 +7,33 @@ import { fileURLToPath } from 'node:url' const root = resolve(dirname(fileURLToPath(import.meta.url)), '..') const profile = process.env.FREECAD_ORACLE_PROFILE || 'headless' if (!['headless', 'desktop'].includes(profile)) throw new Error(`Unknown FreeCAD oracle profile: ${profile}`) +const scope = process.env.FREECAD_REFERENCE_SCOPE || 'full' +if (!['full', 'gui-commands'].includes(scope)) throw new Error(`Unknown FreeCAD oracle scope: ${scope}`) +if (scope === 'gui-commands' && profile !== 'desktop') throw new Error('The gui-commands oracle scope requires the desktop profile.') +const shardToken = process.env.FREECAD_GUI_COMMAND_SHARD +const shardMatch = shardToken?.match(/^(\d+)\/(\d+)$/) +if (shardToken && (!shardMatch || scope !== 'gui-commands')) throw new Error('FREECAD_GUI_COMMAND_SHARD requires gui-commands scope and zero-based INDEX/COUNT syntax.') +const requestedShard = shardMatch ? { index: Number(shardMatch[1]), count: Number(shardMatch[2]) } : null +if (requestedShard && (requestedShard.count < 1 || requestedShard.index >= requestedShard.count)) throw new Error('FREECAD_GUI_COMMAND_SHARD is outside its declared range.') +const workbenchFilter = process.env.FREECAD_GUI_WORKBENCH_FILTER +if (workbenchFilter && scope !== 'gui-commands') throw new Error('FREECAD_GUI_WORKBENCH_FILTER requires gui-commands scope.') +const registrationOnly = process.env.FREECAD_GUI_REGISTRATION_ONLY === '1' +if (registrationOnly && (!workbenchFilter || requestedShard)) throw new Error('FREECAD_GUI_REGISTRATION_ONLY requires one workbench filter and cannot use a command shard.') +const timeoutMs = Number(process.env.FREECAD_REFERENCE_TIMEOUT_MS || (profile === 'desktop' ? 300000 : 120000)) +if (!Number.isInteger(timeoutMs) || timeoutMs < 10000 || timeoutMs > 900000) throw new Error('FREECAD_REFERENCE_TIMEOUT_MS must be an integer from 10000 through 900000.') +const configIdentity = requestedShard + ? `gui-commands-${requestedShard.index}-of-${requestedShard.count}` + : workbenchFilter ? `gui-workbench-${workbenchFilter.replace(/[^A-Za-z0-9_.-]/g, '_')}` + : `${profile}-${scope}` +const oracleConfigDirectory = resolve(root, '.cache/freecad/oracle-config') +const oracleUserConfig = resolve(oracleConfigDirectory, `${configIdentity}-user.cfg`) +const oracleSystemConfig = resolve(oracleConfigDirectory, `${configIdentity}-system.cfg`) +if (profile === 'desktop') { + const emptyConfig = '\n\n' + mkdirSync(oracleConfigDirectory, { recursive: true }) + writeFileSync(oracleUserConfig, emptyConfig) + writeFileSync(oracleSystemConfig, emptyConfig) +} const localOracle = resolve(root, profile === 'desktop' ? '.cache/freecad/install-desktop/bin/FreeCAD' : '.cache/freecad/install-native/bin/FreeCADCmd') const fallbackOracle = profile === 'desktop' ? ['FreeCAD', 'freecad'] : ['FreeCADCmd', 'freecadcmd'] const referenceCommand = process.env.FREECAD_REFERENCE_CMD || process.env.FREECAD_CMD @@ -22,7 +50,7 @@ if (!command) throw new Error('FreeCADCmd 1.1.1 is unavailable. Set FREECAD_CMD // stdin loop and prevents a deterministic probe exit. const sysroot = resolve(root, '.cache/freecad/sysroot') const commandArgs = profile === 'desktop' - ? ['--python-path', resolve(sysroot, 'usr/lib/python3/dist-packages'), resolve(root, 'scripts/freecad-reference-probe.py')] + ? ['--user-cfg', oracleUserConfig, '--system-cfg', oracleSystemConfig, '--python-path', resolve(sysroot, 'usr/lib/python3/dist-packages'), resolve(root, 'scripts/freecad-reference-probe.py')] : [resolve(root, 'scripts/freecad-reference-probe.py')] const runtimeEnv = profile === 'desktop' ? { @@ -31,6 +59,7 @@ const runtimeEnv = profile === 'desktop' LD_LIBRARY_PATH: `${resolve(sysroot, 'usr/lib/x86_64-linux-gnu')}${process.env.LD_LIBRARY_PATH ? `:${process.env.LD_LIBRARY_PATH}` : ''}`, MATPLOTLIBRC: resolve(sysroot, 'usr/share/matplotlib/mpl-data/matplotlibrc'), MPLBACKEND: 'Agg', + FREECAD_ORACLE_ISOLATED_CONFIG: '1', } : process.env const desktopNeedsVirtualDisplay = profile === 'desktop' && !process.env.DISPLAY && !process.env.WAYLAND_DISPLAY @@ -39,62 +68,82 @@ const launchArgs = desktopNeedsVirtualDisplay ? ['-a', command, ...commandArgs] const execution = spawnSync(launchCommand, launchArgs, { cwd: root, encoding: 'utf8', - timeout: 120000, + timeout: timeoutMs, maxBuffer: 20 * 1024 * 1024, env: runtimeEnv, }) const output = `${execution.stdout || ''}\n${execution.stderr || ''}` const resultLine = output.split(/\r?\n/).find((line) => line.startsWith('FREECAD_REFERENCE_RESULT=')) if (execution.error || execution.status !== 0 || !resultLine) { - throw new Error(`FreeCAD reference probe failed with status ${execution.status}: ${execution.error?.message || output.trim()}`) + throw new Error(`FreeCAD reference probe failed with status ${execution.status}: ${[execution.error?.message, output.trim()].filter(Boolean).join('\n')}`) } const result = JSON.parse(resultLine.slice('FREECAD_REFERENCE_RESULT='.length)) if (result.freecadVersion !== '1.1.1') throw new Error(`Expected FreeCAD 1.1.1, received ${result.freecadVersion}`) +if (result.determinism?.schemaVersion !== 1 || result.determinism.normalizedProcessFields?.join(',') !== 'pointer-address,uuid,freecad-document-cache-run') throw new Error('Reference probe lacks deterministic process-field normalization.') +if (result.probeScope !== scope) throw new Error(`Reference probe returned scope ${result.probeScope || ''}; expected ${scope}.`) +if (profile === 'desktop' && (result.oracleSetup?.isolatedConfig !== true || result.oracleSetup.bimFirstTimeWelcome !== 'suppressed-before-workbench-activation')) throw new Error('Desktop reference probe lacks the isolated modal-dialog boundary.') +if (profile === 'desktop' && !registrationOnly && (result.guiCommands?.probeMode !== 'state-matrix' || result.guiCommands.stateProbe !== 'native-is-active-after-workbench-registration-with-Std_Expressions-qaction-guard' || result.guiCommands.stateCases?.join(',') !== 'noDocument,documentNoSelection,selectedPartBox' || result.guiCommands.stateCommandCount !== result.guiCommands.commands?.length)) throw new Error('Desktop reference probe lacks the locked GUI state matrix.') +if (registrationOnly && (result.guiCommands?.probeMode !== 'registration-only' || result.guiCommands.stateCommandCount !== 0 || result.guiCommands.workbenches?.length !== 1 || result.guiCommands.workbenches[0].name !== workbenchFilter)) throw new Error('Desktop reference probe returned an invalid single-workbench registration report.') +if (profile === 'desktop' && (!Number.isInteger(result.guiCommands?.commandUniverseCount) || result.guiCommands.commandUniverseCount < result.guiCommands.stateCommandCount || !/^[0-9a-f]{64}$/.test(result.guiCommands.commandUniverseSha256 || ''))) throw new Error('Desktop reference probe lacks a stable GUI command universe.') +if (requestedShard && (result.guiCommands?.shard?.index !== requestedShard.index || result.guiCommands.shard.count !== requestedShard.count)) throw new Error('Desktop reference probe returned the wrong GUI command shard.') +if (!requestedShard && result.guiCommands?.shard != null) throw new Error('Unsharded desktop reference probe returned shard metadata.') const moduleStatuses = new Set(['not-built', 'compiled-importable', 'compiled-import-failure', 'gui-only-unprobeable']) -if (!Array.isArray(result.modules) || result.modules.length !== 34 || result.moduleCount !== 34) throw new Error('Reference probe must report the 34 configured FreeCAD modules.') -for (const module of result.modules) { - if (typeof module.name !== 'string' || typeof module.compiled !== 'boolean' || typeof module.importable !== 'boolean' || typeof module.guiRequired !== 'boolean' || typeof module.guiAvailable !== 'boolean' || !moduleStatuses.has(module.runtimeStatus)) { - throw new Error(`Reference probe returned an invalid module status for ${module.name || ''}.`) +if (scope === 'full') { + if (!Array.isArray(result.modules) || result.modules.length !== 34 || result.moduleCount !== 34) throw new Error('Full reference probe must report the 34 configured FreeCAD modules.') + for (const module of result.modules) { + if (typeof module.name !== 'string' || typeof module.compiled !== 'boolean' || typeof module.importable !== 'boolean' || typeof module.guiRequired !== 'boolean' || typeof module.guiAvailable !== 'boolean' || !moduleStatuses.has(module.runtimeStatus)) { + throw new Error(`Reference probe returned an invalid module status for ${module.name || ''}.`) + } } +} else if (result.moduleCount !== 0 || result.modules?.length !== 0) { + throw new Error('GUI command probe must not include the module oracle scope.') } const runtimeObjects = result.runtimeObjects -if (!runtimeObjects?.available || runtimeObjects.candidateSource !== 'Document.supportedTypes' || !Array.isArray(runtimeObjects.types)) { - throw new Error('Reference probe must include the complete Document.supportedTypes runtime inventory.') -} -if (runtimeObjects.candidateCount !== runtimeObjects.types.length || runtimeObjects.availableCount + runtimeObjects.unavailableCount !== runtimeObjects.candidateCount) { - throw new Error('Reference probe returned inconsistent runtime object counts.') -} -const runtimeTypeIds = new Set() -for (const candidate of runtimeObjects.types) { - if (typeof candidate.typeId !== 'string' || !candidate.typeId || runtimeTypeIds.has(candidate.typeId) || !['available', 'unavailable'].includes(candidate.probeStatus)) { - throw new Error(`Reference probe returned an invalid runtime object candidate: ${candidate.typeId || ''}.`) +if (scope === 'full') { + if (!runtimeObjects?.available || runtimeObjects.candidateSource !== 'Document.supportedTypes' || !Array.isArray(runtimeObjects.types)) { + throw new Error('Reference probe must include the complete Document.supportedTypes runtime inventory.') } - runtimeTypeIds.add(candidate.typeId) - if (candidate.available) { - if (candidate.probeStatus !== 'available' || typeof candidate.runtimeTypeId !== 'string' || !candidate.runtimeTypeId || !Array.isArray(candidate.properties)) { - throw new Error(`Reference probe returned incomplete metadata for ${candidate.typeId}.`) + if (runtimeObjects.candidateCount !== runtimeObjects.types.length || runtimeObjects.availableCount + runtimeObjects.unavailableCount !== runtimeObjects.candidateCount) { + throw new Error('Reference probe returned inconsistent runtime object counts.') + } + const runtimeTypeIds = new Set() + for (const candidate of runtimeObjects.types) { + if (typeof candidate.typeId !== 'string' || !candidate.typeId || runtimeTypeIds.has(candidate.typeId) || !['available', 'unavailable'].includes(candidate.probeStatus)) { + throw new Error(`Reference probe returned an invalid runtime object candidate: ${candidate.typeId || ''}.`) } - for (const property of candidate.properties) { - if (typeof property.name !== 'string' || typeof property.typeId !== 'string' || !Array.isArray(property.status) || !Object.hasOwn(property, 'default')) { - throw new Error(`Reference probe returned invalid property metadata for ${candidate.typeId}.`) + runtimeTypeIds.add(candidate.typeId) + if (candidate.available) { + if (candidate.probeStatus !== 'available' || typeof candidate.runtimeTypeId !== 'string' || !candidate.runtimeTypeId || !Array.isArray(candidate.properties)) { + throw new Error(`Reference probe returned incomplete metadata for ${candidate.typeId}.`) } + for (const property of candidate.properties) { + if (typeof property.name !== 'string' || typeof property.typeId !== 'string' || !Array.isArray(property.status) || !Object.hasOwn(property, 'default')) { + throw new Error(`Reference probe returned invalid property metadata for ${candidate.typeId}.`) + } + } + } else if (candidate.probeStatus !== 'unavailable' || typeof candidate.error !== 'string' || !candidate.error) { + throw new Error(`Reference probe did not explain why ${candidate.typeId} is unavailable.`) } - } else if (candidate.probeStatus !== 'unavailable' || typeof candidate.error !== 'string' || !candidate.error) { - throw new Error(`Reference probe did not explain why ${candidate.typeId} is unavailable.`) } } -await writeFile(resolve(root, `.cache/freecad/reference-${profile}.json`), `${JSON.stringify(result, null, 2)}\n`) +const reportName = requestedShard + ? `reference-desktop-gui-commands-${requestedShard.index}-of-${requestedShard.count}.json` + : workbenchFilter ? `reference-desktop-gui-commands-${workbenchFilter.replace(/[^A-Za-z0-9_.-]/g, '_')}.json` + : scope === 'gui-commands' ? 'reference-desktop-gui-commands.json' : `reference-${profile}.json` +await writeFile(resolve(root, '.cache/freecad', reportName), `${JSON.stringify(result, null, 2)}\n`) console.log(JSON.stringify({ command: launchCommand === command ? command : `${launchCommand} ${command}`, profile, + scope, + shard: requestedShard, freecadVersion: result.freecadVersion, moduleStatusSummary: result.moduleStatusSummary, guiCommandCount: result.guiCommands?.commands?.length ?? 0, runtimeObjectSummary: { - candidateCount: runtimeObjects.candidateCount, - availableCount: runtimeObjects.availableCount, - unavailableCount: runtimeObjects.unavailableCount, - propertyCount: runtimeObjects.types.reduce((total, candidate) => total + (candidate.properties?.length ?? 0), 0), + candidateCount: runtimeObjects?.candidateCount ?? 0, + availableCount: runtimeObjects?.availableCount ?? 0, + unavailableCount: runtimeObjects?.unavailableCount ?? 0, + propertyCount: runtimeObjects?.types?.reduce((total, candidate) => total + (candidate.properties?.length ?? 0), 0) ?? 0, }, - report: `.cache/freecad/reference-${profile}.json`, + report: `.cache/freecad/${reportName}`, }, null, 2)) diff --git a/scripts/run-freecad-tsn-stage-correlation-oracle.mjs b/scripts/run-freecad-tsn-stage-correlation-oracle.mjs new file mode 100644 index 0000000..3795d56 --- /dev/null +++ b/scripts/run-freecad-tsn-stage-correlation-oracle.mjs @@ -0,0 +1,33 @@ +import { spawnSync } from 'node:child_process' +import { existsSync } from 'node:fs' +import { writeFile } from 'node:fs/promises' +import { resolve } from 'node:path' + +const root = resolve(new URL('..', import.meta.url).pathname) +const executable = process.env.FREECAD_CMD || resolve(root, '.cache/freecad/install-desktop/bin/FreeCADCmd') +const sysroot = resolve(root, '.cache/freecad/sysroot') +const script = resolve(root, 'scripts/freecad-tsn-stage-correlation-oracle.py') +const outputPath = resolve(root, 'config/freecad-tsn-stage-correlation-oracle.json') +if (!existsSync(executable)) throw new Error(`FreeCAD TSN stage-correlation executable is missing: ${executable}`) +const execution = spawnSync(executable, ['--python-path', resolve(sysroot, 'usr/lib/python3/dist-packages'), script], { + cwd: root, + encoding: 'utf8', + timeout: 180_000, + maxBuffer: 40 * 1024 * 1024, + env: { + ...process.env, + PYTHONPATH: `${resolve(sysroot, 'usr/lib/python3/dist-packages')}${process.env.PYTHONPATH ? `:${process.env.PYTHONPATH}` : ''}`, + LD_LIBRARY_PATH: `${resolve(sysroot, 'usr/lib/x86_64-linux-gnu')}${process.env.LD_LIBRARY_PATH ? `:${process.env.LD_LIBRARY_PATH}` : ''}`, + MATPLOTLIBRC: resolve(sysroot, 'usr/share/matplotlib/mpl-data/matplotlibrc'), + MPLBACKEND: 'Agg', + }, +}) +const output = `${execution.stdout || ''}\n${execution.stderr || ''}` +const marker = 'FREECAD_TSN_STAGE_CORRELATION_RESULT=' +const markerIndex = output.indexOf(marker) +if (execution.error || execution.status !== 0 || markerIndex < 0) throw new Error(`FreeCAD TSN stage-correlation oracle failed with status ${execution.status}: ${execution.error?.message || output.trim()}`) +const resultLine = output.slice(markerIndex + marker.length).split(/\r?\n/, 1)[0] +const report = JSON.parse(resultLine) +if (report.status !== 'pass') throw new Error(`FreeCAD TSN stage-correlation oracle reported ${report.status}: ${report.error || 'unknown failure'}`) +await writeFile(outputPath, `${JSON.stringify(report, null, 2)}\n`) +console.log(JSON.stringify({ status: 'freecad-tsn-stage-correlation-generated', ...report.summary, exactCorrelationReady: report.exactCorrelationReady }, null, 2)) diff --git a/scripts/run-real-verification.mjs b/scripts/run-real-verification.mjs index 55dafc9..6cabac7 100644 --- a/scripts/run-real-verification.mjs +++ b/scripts/run-real-verification.mjs @@ -88,6 +88,7 @@ const lanes = { 'probe:freecad-partdesign-revolution-groove', 'probe:freecad-part-builders', 'probe:freecad-composite-history-elementmap', + 'probe:freecad-tsn-stage-correlation', 'test:freecad-fcstd-native', 'generate:freecad-parameter-mutations', 'check:freecad-oracle-coverage', @@ -98,6 +99,7 @@ const lanes = { 'check:freecad-sketcher-constraints', 'check:freecad-fcstd-roundtrip', 'check:freecad-composite-history-elementmap', + 'check:freecad-tsn-stage-correlation', 'check:freecad-exact-history-elementmap-gate', 'check:freecad-native-naming-evidence', ], diff --git a/src/chromeCamLinuxcncMachineHarness.ts b/src/chromeCamLinuxcncMachineHarness.ts index 2238c41..37c492f 100644 --- a/src/chromeCamLinuxcncMachineHarness.ts +++ b/src/chromeCamLinuxcncMachineHarness.ts @@ -7,7 +7,7 @@ type MachineReport = { stages: string[] openCamLib?: { backend: string; sourceRevision: string; artifactSha256: string; triangleCount: number; inputPoints: number; outputPoints: number; sampling: number } gcode?: { bytes: number; hasM428: boolean; hasM429: boolean; hasG93: boolean; hasG94: boolean; hasB: boolean; hasC359: boolean; hasC361: boolean } - machine?: { backend: string; status: string; dryRunStatus?: string; parserAuthority?: string; lines?: number; blocks?: number; trajectorySegments?: number; message?: string } + machine?: { backend: string; status: string; dryRunStatus?: string; parserAuthority?: string; machineCase?: string; dryRunMachineCase?: string; lines?: number; blocks?: number; trajectorySegments?: number; message?: string } error?: string } @@ -50,9 +50,10 @@ const run = async (): Promise => { name: 'cad-ocl-camotics-xyzbc.ngc', timeoutMs: 180_000, })) - const trace = result.linuxcnc?.trace as { lines?: number; blocks?: number; trajectorySegments?: number; parserAuthority?: string } | undefined - report.machine = { backend: result.linuxcnc?.backend || '', status: result.linuxcnc?.status || '', dryRunStatus: dryRun.linuxcnc?.status || '', parserAuthority: trace?.parserAuthority, lines: trace?.lines, blocks: trace?.blocks, trajectorySegments: trace?.trajectorySegments, message: result.linuxcnc?.message } - report.status = report.openCamLib.backend === 'upstream-opencamlib-wasm' && report.openCamLib.triangleCount >= 2 && report.openCamLib.outputPoints >= report.openCamLib.inputPoints && Object.values(report.gcode).every(Boolean) && report.machine.backend === 'linuxcnc-wasm' && report.machine.status === 'accepted' && report.machine.dryRunStatus === 'dry-run' && report.machine.parserAuthority === 'linuxcnc-wasm' && Number(report.machine.lines) >= 10 && Number(report.machine.lines) < 1000 && Number(report.machine.blocks) >= 2 && Number(report.machine.blocks) < 1000 && Number(report.machine.trajectorySegments) >= 2 && Number(report.machine.trajectorySegments) < 1000 ? 'pass' : 'failed' + const trace = result.linuxcnc?.trace + const dryRunTrace = dryRun.linuxcnc?.trace + report.machine = { backend: result.linuxcnc?.backend || '', status: result.linuxcnc?.status || '', dryRunStatus: dryRun.linuxcnc?.status || '', parserAuthority: trace?.parserAuthority, machineCase: trace?.machineCase, dryRunMachineCase: dryRunTrace?.machineCase, lines: trace?.lines, blocks: trace?.blocks, trajectorySegments: trace?.trajectorySegments, message: result.linuxcnc?.message } + report.status = report.openCamLib.backend === 'upstream-opencamlib-wasm' && report.openCamLib.triangleCount >= 2 && report.openCamLib.outputPoints >= report.openCamLib.inputPoints && Object.values(report.gcode).every(Boolean) && report.machine.backend === 'linuxcnc-wasm' && report.machine.status === 'accepted' && report.machine.dryRunStatus === 'dry-run' && report.machine.parserAuthority === 'linuxcnc-wasm' && report.machine.machineCase === 'axis-vismach-5axis-table-rotary-tilting-xyzbc-trt' && report.machine.dryRunMachineCase === report.machine.machineCase && Number(report.machine.lines) >= 10 && Number(report.machine.lines) < 1000 && Number(report.machine.blocks) >= 2 && Number(report.machine.blocks) < 1000 && Number(report.machine.trajectorySegments) >= 2 && Number(report.machine.trajectorySegments) < 1000 ? 'pass' : 'failed' } catch (error) { report.error = error instanceof Error ? error.stack || error.message : String(error) } diff --git a/src/facade/camPipeline.ts b/src/facade/camPipeline.ts index 7d00aac..ab6d45e 100644 --- a/src/facade/camPipeline.ts +++ b/src/facade/camPipeline.ts @@ -39,7 +39,13 @@ export type LinuxcncWasmSubmission = { status: 'accepted' | 'rejected' | 'dry-run' | 'unavailable' programSha256?: string message?: string - trace?: unknown + trace?: { + lines?: number + blocks?: number + trajectorySegments?: number + parserAuthority?: string + machineCase?: string + } } export type LinuxcncWasmAdapter = { @@ -215,12 +221,13 @@ export const createLinuxcncIframeAdapter = (options: LinuxcncIframeAdapterOption if (event.source !== frame.contentWindow || data?.type !== 'bitbybit-linuxcnc-result' || data.requestId !== requestId) return window.clearTimeout(timer) window.removeEventListener('message', onMessage) + const machineCase = frame.contentDocument?.querySelector('[data-case].active')?.dataset.case resolve({ backend: 'linuxcnc-wasm', status: data.status, programSha256: data.programSha256, message: data.message, - trace: { lines: data.lines, blocks: data.blocks, trajectorySegments: data.trajectorySegments, parserAuthority: data.parserAuthority }, + trace: { lines: data.lines, blocks: data.blocks, trajectorySegments: data.trajectorySegments, parserAuthority: data.parserAuthority, machineCase }, }) } window.addEventListener('message', onMessage) diff --git a/src/facade/fcstd.ts b/src/facade/fcstd.ts index 68f8954..ec781cf 100644 --- a/src/facade/fcstd.ts +++ b/src/facade/fcstd.ts @@ -985,7 +985,7 @@ const propertyXml = (property: ObjectPropertySnapshot, native: boolean, objectId const quaternion = [axis[0] * sine, axis[1] * sine, axis[2] * sine, Math.cos(angle / 2)] return `` } - if (property.type === 'App::PropertyLink') { + if (property.type === 'App::PropertyLink' || property.type === 'App::PropertyLinkHidden') { if (property.value !== null && typeof property.value !== 'string') throw new TypeError(`FCStd Link property ${property.name} requires an object name.`) return `` } @@ -1062,7 +1062,7 @@ const propertyXml = (property: ObjectPropertySnapshot, native: boolean, objectId if (typeof property.value !== 'boolean') throw new TypeError(`FCStd Bool property ${property.name} requires a boolean.`) return `` } - if (property.type === 'App::PropertyLength' || property.type === 'App::PropertyDistance' || property.type === 'App::PropertyAngle' || property.type === 'App::PropertyFloat') { + if (property.type === 'App::PropertyLength' || property.type === 'App::PropertyDistance' || property.type === 'App::PropertyAngle' || property.type === 'App::PropertyQuantityConstraint' || property.type === 'App::PropertyFloat' || property.type === 'App::PropertyFloatConstraint' || property.type === 'App::PropertyPrecision') { if (typeof property.value !== 'number' || !Number.isFinite(property.value)) throw new TypeError(`FCStd numeric property ${property.name} requires a finite number.`) return `` } @@ -1893,7 +1893,7 @@ const sketchFromPropertySummaries = (objectId: string, summaries: FcstdPropertyS } export const decodeFcstdPropertyValue = (property: FcstdPropertySummary): FcstdDecodedPropertyValue => { - const numericTypes = new Set(['App::PropertyLength', 'App::PropertyDistance', 'App::PropertyAngle', 'App::PropertyFloat', 'App::PropertyFloatConstraint', 'App::PropertyInteger', 'App::PropertyIntegerConstraint', 'App::PropertyPercent']) + const numericTypes = new Set(['App::PropertyLength', 'App::PropertyDistance', 'App::PropertyAngle', 'App::PropertyQuantityConstraint', 'App::PropertyFloat', 'App::PropertyFloatConstraint', 'App::PropertyPrecision', 'App::PropertyInteger', 'App::PropertyIntegerConstraint', 'App::PropertyPercent']) if (numericTypes.has(property.typeId)) { const value = Number(property.value) return Number.isFinite(value) ? { value, decoded: true } : { value: property.value, decoded: false, error: `Property ${property.name} is not a finite number.` } @@ -1915,7 +1915,7 @@ export const decodeFcstdPropertyValue = (property: FcstdPropertySummary): FcstdD value: { schemaVersion: 1, objectId: property.value, subElements: [...property.subElements] }, decoded: true, } - if (property.typeId === 'App::PropertyLink') return { value: property.value || null, decoded: true } + if (property.typeId === 'App::PropertyLink' || property.typeId === 'App::PropertyLinkHidden') return { value: property.value || null, decoded: true } if (property.typeId === 'App::PropertyLinkList' && property.links) return { value: [...property.links], decoded: true } if (property.typeId === 'App::PropertyLinkSubList' && property.linkSubs) return { value: { schemaVersion: 1, entries: property.linkSubs.map((entry) => ({ ...entry })) }, decoded: true } if (property.typeId === 'Part::PropertyPartShape' && property.shapeResource) return { value: { ...property.shapeResource, format: 'brep' }, decoded: true } diff --git a/src/facade/index.ts b/src/facade/index.ts index 13295e3..6db1950 100644 --- a/src/facade/index.ts +++ b/src/facade/index.ts @@ -14,7 +14,7 @@ export type { ProjectMigrationTransaction, ProjectSchemaMigration } from './proj export type { CreateEllipsoidInput, CreateHelixInput, CreatePrismInput, CreateWedgeInput, ExtrudeInput } from './types' export type { DraftInput, ThicknessInput } from './types' export type { LinkSubValue } from './types' -export { decodeFreecadPropertyStatus, encodeFreecadPropertyStatus, freecadPropertyRecomputeEffect, hasFreecadPropertyStatus, isFreecadPropertyDocumentModifiedSuppressed, isFreecadPropertyDynamicMutationLocked, isFreecadPropertyHidden, isFreecadPropertyNoPersist, isFreecadPropertyOutput, isFreecadPropertyPersistenceSuppressed, isFreecadPropertyReadOnly, isFreecadPropertyRecomputeSuppressed, isFreecadPropertyTransient, normalizeFreecadPropertyStatusMask } from './propertyStatus' +export { decodeFreecadPropertyStatus, encodeFreecadPropertyStatus, freecadPropertyRecomputeEffect, hasFreecadPropertyStatus, isFreecadPropertyDocumentModifiedSuppressed, isFreecadPropertyDynamicMutationLocked, isFreecadPropertyHidden, isFreecadPropertyNoPersist, isFreecadPropertyOutput, isFreecadPropertyPartialDocumentTrigger, isFreecadPropertyPersistenceSuppressed, isFreecadPropertyReadOnly, isFreecadPropertyRecomputeSuppressed, isFreecadPropertyTransient, normalizeFreecadPropertyStatusMask, withFreecadPropertyStatus } from './propertyStatus' export type { FreecadPropertyRecomputeEffect, FreecadPropertyStatus, FreecadPropertyStatusName } from './propertyStatus' export { assessResourceQuota, planResourceSweep } from './resourcePolicy' export type { ResourceQuotaAssessment, ResourceSweepPlan, ResourceSweepRecord } from './resourcePolicy' diff --git a/src/facade/mockFacade.ts b/src/facade/mockFacade.ts index 1614546..cdb878b 100644 --- a/src/facade/mockFacade.ts +++ b/src/facade/mockFacade.ts @@ -1,6 +1,7 @@ import { workbenchDefinitions, type WorkbenchId } from '../freecadManifest' import type { BitBybitWebCadFacade, + AddDynamicPropertyInput, CommandState, DocumentSnapshot, Diagnostic, @@ -20,6 +21,8 @@ import type { PlacementValue, ReorderBodyFeatureInput, RemoveObjectInput, + RemoveDynamicPropertyInput, + RenameDynamicPropertyInput, SetPropertyInput, SetExpressionInput, RecomputeResult, @@ -47,7 +50,7 @@ import { cloneObjectTopologySnapshot, migrateDocumentTopologyReferences, parseTo import { createCamJob } from './cam' import { PUMP_HOUSING_DEMO_TEMPLATE, type DocumentTemplate } from './documentTemplates' import { assertPartDesignParameterSet, parameterValuesForObject, validatePartDesignParameterSet } from './partDesignParameters' -import { freecadPropertyRecomputeEffect, isFreecadPropertyDocumentModifiedSuppressed, isFreecadPropertyReadOnly } from './propertyStatus' +import { freecadPropertyRecomputeEffect, hasFreecadPropertyStatus, isFreecadPropertyDocumentModifiedSuppressed, isFreecadPropertyDynamicMutationLocked, isFreecadPropertyPartialDocumentTrigger, isFreecadPropertyReadOnly, withFreecadPropertyStatus } from './propertyStatus' const typeIdForItem = (item: ModelTreeItem) => item.type === 'body' ? 'PartDesign::Body' : item.type === 'sketch' ? 'Sketcher::SketchObject' : item.id.startsWith('box') ? 'Part::Box' : item.id.startsWith('cylinder') ? 'Part::Cylinder' : item.id.startsWith('sphere') ? 'Part::Sphere' : item.id.startsWith('ellipsoid') ? 'Part::Ellipsoid' : item.id.startsWith('cone') ? 'Part::Cone' : item.id.startsWith('torus') ? 'Part::Torus' : item.id.startsWith('helix') ? 'Part::Helix' : item.id.startsWith('prism') ? 'Part::Prism' : item.id.startsWith('wedge') ? 'Part::Wedge' : item.id.startsWith('union') ? 'Part::Fuse' : item.id.startsWith('cut') ? 'Part::Cut' : item.id.startsWith('intersection') ? 'Part::Common' : item.id.startsWith('pad') ? 'PartDesign::Pad' : item.id.startsWith('pocket') ? 'PartDesign::Pocket' : item.id.startsWith('revolution') ? 'PartDesign::Revolution' : item.id.startsWith('groove') ? 'PartDesign::Groove' : item.id.startsWith('fillet') ? 'PartDesign::Fillet' : item.id.startsWith('chamfer') ? 'PartDesign::Chamfer' : item.id.startsWith('mirrored') ? 'PartDesign::Mirrored' : item.id.startsWith('multi-transform') ? 'PartDesign::MultiTransform' : item.id.startsWith('linear-pattern') ? 'PartDesign::LinearPattern' : item.id.startsWith('polar-pattern') ? 'PartDesign::PolarPattern' : item.id.startsWith('hole') ? 'PartDesign::Hole' : item.type === 'feature' ? 'PartDesign::Feature' : 'App::DocumentObjectGroup' @@ -536,7 +539,7 @@ const validatePropertyValue = (document: DocumentSnapshot, property: ObjectPrope if (property.readOnly || isFreecadPropertyReadOnly(property.nativeStatus)) throw new Error(`${property.label} is read-only.`) if (property.type === 'App::PropertyBool' && typeof value !== 'boolean') throw new TypeError(`${property.label} requires a boolean value.`) if ((property.type === 'App::PropertyString' || property.type === 'App::PropertyEnumeration' || property.type === 'App::PropertyColor') && typeof value !== 'string') throw new TypeError(`${property.label} requires a string value.`) - if ((property.type === 'App::PropertyLength' || property.type === 'App::PropertyDistance' || property.type === 'App::PropertyAngle' || property.type === 'App::PropertyQuantityConstraint' || property.type === 'App::PropertyPercent' || property.type === 'App::PropertyFloat' || property.type === 'App::PropertyInteger' || property.type === 'App::PropertyIntegerConstraint') && (typeof value !== 'number' || !Number.isFinite(value))) throw new TypeError(`${property.label} requires a finite numeric value.`) + if ((property.type === 'App::PropertyLength' || property.type === 'App::PropertyDistance' || property.type === 'App::PropertyAngle' || property.type === 'App::PropertyQuantityConstraint' || property.type === 'App::PropertyPercent' || property.type === 'App::PropertyFloat' || property.type === 'App::PropertyFloatConstraint' || property.type === 'App::PropertyPrecision' || property.type === 'App::PropertyInteger' || property.type === 'App::PropertyIntegerConstraint') && (typeof value !== 'number' || !Number.isFinite(value))) throw new TypeError(`${property.label} requires a finite numeric value.`) if ((property.type === 'App::PropertyInteger' || property.type === 'App::PropertyIntegerConstraint') && !Number.isSafeInteger(value)) throw new TypeError(`${property.label} requires an integer value.`) if (property.name === 'Occurrences' && ((value as number) < 2 || (value as number) > 100)) throw new RangeError('Occurrences must be between 2 and 100.') if ((property.type === 'App::PropertyLength' || property.type === 'App::PropertyQuantityConstraint') && (value as number) < 0) throw new RangeError(`${property.label} cannot be negative.`) @@ -576,7 +579,7 @@ const validatePropertyValue = (document: DocumentSnapshot, property: ObjectPrope if (!/\.Map\.txt$/i.test(value.elementMapResource)) throw new TypeError(`${property.label} requires an ElementMap2 .Map.txt resource.`) } } - if (property.type === 'App::PropertyLink') { + if (property.type === 'App::PropertyLink' || property.type === 'App::PropertyLinkHidden') { if (property.name === 'Support' && value && typeof value === 'object' && !Array.isArray(value)) { validateAttachmentSupport(value) const knownIds = new Set(document.tree.flatMap((item) => [item.id, ...(item.children ?? [])])) @@ -740,13 +743,14 @@ export function createWebCadFacade(options: WebCadFacadeOptions = {}): BitBybitW const listeners = new Set() const undoStack: FacadeState[] = [] const redoStack: FacadeState[] = [] + const partialMutationWarnings = new Set() let requestSequence = 0 const emit = (event: FacadeEvent) => listeners.forEach((listener) => listener(event)) const emitState = () => emit({ type: 'state.changed', state: getState() }) const cloneSelection = (selection: SubshapeSelection | null | undefined): SubshapeSelection | null | undefined => selection ? { objectId: selection.objectId, ref: { ...selection.ref, candidates: selection.ref.candidates ? [...selection.ref.candidates] : undefined } } : selection const getState = () => ({ ...state, selectedObjectIds: [...(state.selectedObjectIds ?? (state.selectedObjectId ? [state.selectedObjectId] : []))], selectedSubshape: cloneSelection(state.selectedSubshape), preselectedSubshape: cloneSelection(state.preselectedSubshape), diagnostics: state.diagnostics.map(cloneDiagnostic), document: cloneDocumentSnapshot(state.document), task: state.task ? { ...state.task, draft: Object.fromEntries(Object.entries(state.task.draft).map(([key, value]) => [key, key === 'transformations' ? clonePropertyValue(value as MultiTransformValue) : Array.isArray(value) ? [...value] : value])) } : null }) - const commit = (next: FacadeState) => { undoStack.push(getState()); redoStack.length = 0; state = next; if (next.document.dirty) autosave.schedule(next.document); emitState() } + const commit = (next: FacadeState) => { undoStack.push(getState()); redoStack.length = 0; state = next; if (next.document.dirty && !next.document.partial) autosave.schedule(next.document); emitState() } const notify = (message: string) => { state = { ...state, lastNotice: message }; emit({ type: 'notice', message }); emitState() } const setActive = (id: WorkbenchId) => { state = { ...state, activeWorkbench: id }; emitState(); notify(`${id} workbench loaded`) } const selectObjects = (objectIds: string[]) => { @@ -1067,6 +1071,12 @@ export function createWebCadFacade(options: WebCadFacadeOptions = {}): BitBybitW validatePropertyValue(state.document, sourceProperty, value) if (Object.is(sourceProperty.value, value)) return + const beforeVersion = state.document.version + const transactionId = `txn-${++requestSequence}` + const partialDocument = state.document.partial === true + const partialTrigger = isFreecadPropertyPartialDocumentTrigger(sourceProperty.nativeStatus) + emit({ type: 'property.before-change', transactionId, documentId: state.document.id, documentVersion: beforeVersion, objectId, propertyName, partialDocument, partialTrigger }) + const document = cloneDocumentSnapshot(state.document) const object = document.objects[objectIndex] object.properties[propertyIndex] = { ...object.properties[propertyIndex], value: clonePropertyValue(value), expression: undefined, expressionError: undefined } @@ -1080,8 +1090,103 @@ export function createWebCadFacade(options: WebCadFacadeOptions = {}): BitBybitW document.version += 1 document.dirty = isFreecadPropertyDocumentModifiedSuppressed(sourceProperty.nativeStatus) ? state.document.dirty : true commit({ ...state, document }) + emit({ type: 'property.changed', transactionId, documentId: document.id, documentVersion: document.version, objectId, propertyName, partialDocument, partialTrigger }) + emit({ type: 'transaction.committed', transactionId, operation: 'property.set', documentId: document.id, beforeVersion, afterVersion: document.version }) + if (partialDocument && !partialTrigger && !partialMutationWarnings.has(document.id)) { + partialMutationWarnings.add(document.id) + const diagnostic: Diagnostic = { + id: `diag-${++requestSequence}`, + source: 'command', + severity: 'warning', + code: 'PARTIAL_DOCUMENT_MUTATION_NOT_PERSISTED', + message: `Changes to partial loaded document will not be saved: ${objectId}.${propertyName}`, + objectId, + documentId: document.id, + documentVersion: document.version, + } + state = { ...state, diagnostics: [...state.diagnostics, diagnostic] } + emit({ type: 'diagnostic.added', diagnostic, context: { apiVersion: state.apiVersion, requestId: transactionId, documentId: document.id, documentVersion: document.version, workbench: state.activeWorkbench } }) + } notify(`${sourceProperty.label} updated`) } + const addDynamicProperty = ({ objectId, property: inputProperty }: AddDynamicPropertyInput): ObjectPropertySnapshot => { + const objectIndex = state.document.objects.findIndex((object) => object.id === objectId) + if (objectIndex < 0) throw new Error(`Document object does not exist: ${objectId}`) + if (!/^[A-Za-z_][A-Za-z0-9_]*$/.test(inputProperty.name)) throw new RangeError(`Invalid property name '${inputProperty.name}'.`) + if (state.document.objects[objectIndex].properties.some((property) => property.name === inputProperty.name)) throw new RangeError(`Property ${objectId}.${inputProperty.name} already exists.`) + + const property: ObjectPropertySnapshot = { + ...inputProperty, + value: clonePropertyValue(inputProperty.value), + options: inputProperty.options ? [...inputProperty.options] : undefined, + nativeStatus: withFreecadPropertyStatus(inputProperty.nativeStatus, 'PropDynamic'), + } + validatePropertyValue(state.document, { ...property, readOnly: false, nativeStatus: undefined }, property.value) + const beforeVersion = state.document.version + const transactionId = `txn-${++requestSequence}` + const document = cloneDocumentSnapshot(state.document) + document.objects[objectIndex].properties.push(property) + document.dependencies = collectDependencyEdges(document) + document.version += 1 + document.dirty = true + commit({ ...state, document }) + const partialDocument = document.partial === true + const partialTrigger = isFreecadPropertyPartialDocumentTrigger(property.nativeStatus) + emit({ type: 'property.added', transactionId, documentId: document.id, documentVersion: document.version, objectId, propertyName: property.name, partialDocument, partialTrigger }) + emit({ type: 'transaction.committed', transactionId, operation: 'property.add', documentId: document.id, beforeVersion, afterVersion: document.version }) + notify(`${property.label} property added`) + return { ...property, value: clonePropertyValue(property.value), options: property.options ? [...property.options] : undefined } + } + const removeDynamicProperty = ({ objectId, propertyName }: RemoveDynamicPropertyInput): boolean => { + const objectIndex = state.document.objects.findIndex((object) => object.id === objectId) + if (objectIndex < 0) throw new Error(`Document object does not exist: ${objectId}`) + const propertyIndex = state.document.objects[objectIndex].properties.findIndex((property) => property.name === propertyName) + if (propertyIndex < 0) return false + const property = state.document.objects[objectIndex].properties[propertyIndex] + if (!hasFreecadPropertyStatus(property.nativeStatus, 'PropDynamic') || isFreecadPropertyDynamicMutationLocked(property.nativeStatus)) return false + + const beforeVersion = state.document.version + const transactionId = `txn-${++requestSequence}` + const document = cloneDocumentSnapshot(state.document) + document.objects[objectIndex].properties.splice(propertyIndex, 1) + document.dependencies = collectDependencyEdges(document) + document.version += 1 + document.dirty = true + commit({ ...state, document }) + const partialDocument = document.partial === true + const partialTrigger = isFreecadPropertyPartialDocumentTrigger(property.nativeStatus) + emit({ type: 'property.removed', transactionId, documentId: document.id, documentVersion: document.version, objectId, propertyName, partialDocument, partialTrigger }) + emit({ type: 'transaction.committed', transactionId, operation: 'property.remove', documentId: document.id, beforeVersion, afterVersion: document.version }) + notify(`${property.label} property removed`) + return true + } + const renameDynamicProperty = ({ objectId, propertyName, newPropertyName }: RenameDynamicPropertyInput): boolean => { + const objectIndex = state.document.objects.findIndex((object) => object.id === objectId) + if (objectIndex < 0) throw new Error(`Document object does not exist: ${objectId}`) + const sourceObject = state.document.objects[objectIndex] + const propertyIndex = sourceObject.properties.findIndex((property) => property.name === propertyName) + if (propertyIndex < 0 || !hasFreecadPropertyStatus(sourceObject.properties[propertyIndex].nativeStatus, 'PropDynamic')) throw new Error(`Property container has no dynamic property '${propertyName}'.`) + if (!/^[A-Za-z_][A-Za-z0-9_]*$/.test(newPropertyName)) throw new RangeError(`Invalid property name '${newPropertyName}'.`) + if (sourceObject.properties.some((property) => property.name === newPropertyName)) throw new RangeError(`Property ${objectId}.${newPropertyName} already exists.`) + const sourceProperty = sourceObject.properties[propertyIndex] + if (isFreecadPropertyDynamicMutationLocked(sourceProperty.nativeStatus)) throw new Error(`Property ${propertyName} is locked`) + if (propertyName === newPropertyName) return true + + const beforeVersion = state.document.version + const transactionId = `txn-${++requestSequence}` + const document = cloneDocumentSnapshot(state.document) + document.objects[objectIndex].properties[propertyIndex].name = newPropertyName + document.dependencies = collectDependencyEdges(document) + document.version += 1 + document.dirty = true + commit({ ...state, document }) + const partialDocument = document.partial === true + const partialTrigger = isFreecadPropertyPartialDocumentTrigger(sourceProperty.nativeStatus) + emit({ type: 'property.renamed', transactionId, documentId: document.id, documentVersion: document.version, objectId, propertyName: newPropertyName, previousPropertyName: propertyName, partialDocument, partialTrigger }) + emit({ type: 'transaction.committed', transactionId, operation: 'property.rename', documentId: document.id, beforeVersion, afterVersion: document.version }) + notify(`${sourceProperty.label} property renamed`) + return true + } const reorderBodyFeature = ({ bodyId, objectId, beforeObjectId }: ReorderBodyFeatureInput) => { const document = cloneDocumentSnapshot(state.document) const body = document.tree.find((item) => item.id === bodyId && item.type === 'body') @@ -1184,6 +1289,10 @@ export function createWebCadFacade(options: WebCadFacadeOptions = {}): BitBybitW notify(`${sourceProperty.label} expression updated`) } const recomputeDocument = (): RecomputeResult => { + if (state.document.partial) { + notify(`Partial document ${state.document.label} must be fully loaded before recomputation`) + return { affected: [], order: [], levels: [], cycles: [], generation: state.document.recompute?.generation ?? 0, status: 'completed', errors: [] } + } const document = cloneDocumentSnapshot(state.document) const graph = new DependencyGraph(document.dependencies ?? [], document.objects.map((object) => object.id)) const recompute = document.recompute ?? createRecomputeSnapshot(document.objects.map((object) => object.id)) @@ -1221,12 +1330,23 @@ export function createWebCadFacade(options: WebCadFacadeOptions = {}): BitBybitW state = { ...state, document, diagnostics } const context: FacadeRequestContext = { apiVersion: state.apiVersion, requestId: `recompute-${generation}`, documentId: document.id, documentVersion: document.version, workbench: state.activeWorkbench } for (const diagnostic of nextDiagnostics) emit({ type: 'diagnostic.added', diagnostic, context }) - if (document.dirty) autosave.schedule(document) + if (document.dirty && !document.partial) autosave.schedule(document) emitState() return { ...plan, generation, status: nextRecompute.status, errors } } const recomputeDocumentAsync = async (options: RecomputeExecutionOptions = {}) => { const source = cloneDocumentSnapshot(state.document) + if (source.partial) { + notify(`Partial document ${source.label} must be fully loaded before recomputation`) + const recompute = source.recompute ?? createRecomputeSnapshot(source.objects.map((object) => object.id)) + return { + generation: recompute.generation, + documentVersion: source.version, + status: 'completed' as const, + affected: [], order: [], levels: [], completed: [], suppressed: [], failed: [], skipped: [], + dirtyObjects: [...recompute.dirtyObjects], objectStates: { ...recompute.objectStates }, objectUpdates: [], errors: [], + } + } const result = await recomputeCoordinator.run(source, options) if ((result.status !== 'completed' && result.status !== 'failed') || state.document.id !== source.id || state.document.version !== source.version) return result @@ -1293,7 +1413,7 @@ export function createWebCadFacade(options: WebCadFacadeOptions = {}): BitBybitW state = { ...state, document, diagnostics } const context: FacadeRequestContext = { apiVersion: state.apiVersion, requestId: `recompute-${result.generation}`, documentId: document.id, documentVersion: document.version, workbench: state.activeWorkbench } for (const diagnostic of nextDiagnostics) emit({ type: 'diagnostic.added', diagnostic, context }) - if (document.dirty) autosave.schedule(document) + if (document.dirty && !document.partial) autosave.schedule(document) emitState() return result } @@ -1492,7 +1612,7 @@ export function createWebCadFacade(options: WebCadFacadeOptions = {}): BitBybitW const facade: BitBybitWebCadFacade = { runtime, - app: { document: { getActive: () => getState().document, getObject: (objectId) => { const object = state.document.objects.find((candidate) => candidate.id === objectId); return object ? { ...object, properties: object.properties.map((property) => ({ ...property, options: property.options ? [...property.options] : undefined })), sketch: object.sketch ? cloneSketch(object.sketch) : undefined, topology: object.topology ? cloneObjectTopologySnapshot(object.topology) : undefined } : null }, create: (label) => { recomputeCoordinator.cancel(); clearFeatureShapes(); commit({ ...state, document: nextBlankDocument(label), selectedObjectId: '', selectedObjectIds: [] }); return getState().document }, load: loadDocument, markDirty: () => { commit({ ...state, document: { ...state.document, dirty: true } }) }, setProperty, reorderBodyFeature, removeObject, resolveTopologyReference, setExpression, recompute: recomputeDocument, recomputeAsync: recomputeDocumentAsync, cancelRecompute: () => recomputeCoordinator.cancel(), getDependencies: () => (state.document.dependencies ?? []).map((edge) => ({ ...edge })) }, expression: { evaluate: (expression, variables = {}) => evaluateQuantityExpression(expression, new Map(Object.entries(variables))), dimensionForUnit: quantityDimensionForUnit }, sketcher: { get: getSketch, addGeometry: addSketchGeometry, projectGeometry: projectSketch, carbonCopy: carbonCopySketch, addExternalGeometry: addSketchExternalGeometry, addConstraint: addSketchConstraint, solve: solveSketchObject } }, + app: { document: { getActive: () => getState().document, getObject: (objectId) => { const object = state.document.objects.find((candidate) => candidate.id === objectId); return object ? { ...object, properties: object.properties.map((property) => ({ ...property, value: clonePropertyValue(property.value), options: property.options ? [...property.options] : undefined })), sketch: object.sketch ? cloneSketch(object.sketch) : undefined, topology: object.topology ? cloneObjectTopologySnapshot(object.topology) : undefined } : null }, create: (label) => { recomputeCoordinator.cancel(); clearFeatureShapes(); commit({ ...state, document: nextBlankDocument(label), selectedObjectId: '', selectedObjectIds: [] }); return getState().document }, load: loadDocument, markDirty: () => { commit({ ...state, document: { ...state.document, dirty: true } }) }, setProperty, addDynamicProperty, removeDynamicProperty, renameDynamicProperty, reorderBodyFeature, removeObject, resolveTopologyReference, setExpression, recompute: recomputeDocument, recomputeAsync: recomputeDocumentAsync, cancelRecompute: () => recomputeCoordinator.cancel(), getDependencies: () => (state.document.dependencies ?? []).map((edge) => ({ ...edge })) }, expression: { evaluate: (expression, variables = {}) => evaluateQuantityExpression(expression, new Map(Object.entries(variables))), dimensionForUnit: quantityDimensionForUnit }, sketcher: { get: getSketch, addGeometry: addSketchGeometry, projectGeometry: projectSketch, carbonCopy: carbonCopySketch, addExternalGeometry: addSketchExternalGeometry, addConstraint: addSketchConstraint, solve: solveSketchObject } }, history: { canUndo: () => undoStack.length > 0, canRedo: () => redoStack.length > 0, undo: () => { const previous = undoStack.pop(); if (!previous) return; clearFeatureShapes(); redoStack.push(getState()); state = previous; emitState(); notify('Undo applied') }, redo: () => { const next = redoStack.pop(); if (!next) return; clearFeatureShapes(); undoStack.push(getState()); state = next; emitState(); notify('Redo applied') } }, gui: { workbench: { list: () => Object.keys(workbenchDefinitions) as WorkbenchId[], getActive: () => state.activeWorkbench, setActive }, command: { getState: (commandId) => commandState(commandId, state.activeWorkbench, state.selectedObjectId, state.document.objects.find((object) => object.id === state.selectedObjectId), state.selectedSubshape), list: (workbench) => workbenchDefinitions[workbench].groups.flatMap((group) => group.commands), execute } }, selection: { getObjectId: () => state.selectedObjectId, getObjectIds: () => [...(state.selectedObjectIds ?? (state.selectedObjectId ? [state.selectedObjectId] : []))], getSubshape: () => cloneSelection(state.selectedSubshape) ?? null, getPreselection: () => cloneSelection(state.preselectedSubshape) ?? null, select, selectObjects, selectSubshape, preselectSubshape, clear: () => select('') }, diff --git a/src/facade/propertyStatus.ts b/src/facade/propertyStatus.ts index e7e11ae..9463ab1 100644 --- a/src/facade/propertyStatus.ts +++ b/src/facade/propertyStatus.ts @@ -82,6 +82,12 @@ export const isFreecadPropertyTransient = (mask: number | undefined): boolean => export const isFreecadPropertyPersistenceSuppressed = (mask: number | undefined): boolean => hasFreecadPropertyStatus(mask, 'Transient', 'PropNoPersist', 'PropTransient') export const isFreecadPropertyDocumentModifiedSuppressed = (mask: number | undefined): boolean => hasFreecadPropertyStatus(mask, 'NoModify') export const isFreecadPropertyDynamicMutationLocked = (mask: number | undefined): boolean => hasFreecadPropertyStatus(mask, 'LockDynamic') +export const isFreecadPropertyPartialDocumentTrigger = (mask: number | undefined): boolean => hasFreecadPropertyStatus(mask, 'PartialTrigger') + +export const withFreecadPropertyStatus = (mask: number | undefined, ...names: FreecadPropertyStatusName[]): number => { + const normalized = mask === undefined ? 0 : normalizeFreecadPropertyStatusMask(mask) + return (normalized | encodeFreecadPropertyStatus(names)) >>> 0 +} export type FreecadPropertyRecomputeEffect = 'none' | 'dependents' | 'owner' diff --git a/src/facade/types.ts b/src/facade/types.ts index 9eaa7c9..c8afece 100644 --- a/src/facade/types.ts +++ b/src/facade/types.ts @@ -89,12 +89,23 @@ export type ShapeResourceValue = { export type PropertyValue = string | number | boolean | string[] | number[] | VectorValue | PlacementValue | AttachmentSupportValue | MultiTransformValue | PathPropertyValue | ShapeResourceValue | TopoRefValue | LinkSubValue | LinkSubListValue | null +export type NativeEditablePropertyType = + | 'App::PropertyString' | 'App::PropertyLength' | 'App::PropertyDistance' | 'App::PropertyAngle' + | 'App::PropertyQuantityConstraint' | 'App::PropertyBool' | 'App::PropertyEnumeration' + | 'App::PropertyLink' | 'App::PropertyLinkHidden' | 'App::PropertyLinkSub' | 'App::PropertyLinkSubList' + | 'App::PropertyLinkList' | 'App::PropertyStringList' | 'App::PropertyFloatList' + | 'App::PropertyIntegerList' | 'App::PropertyVector' | 'App::PropertyPlacement' + | 'App::PropertyMultiTransform' | 'Path::PropertyPath' | 'Part::PropertyPartShape' + | 'App::PropertyColor' | 'App::PropertyPercent' | 'App::PropertyFloat' + | 'App::PropertyFloatConstraint' | 'App::PropertyPrecision' | 'App::PropertyInteger' + | 'App::PropertyIntegerConstraint' + export type ObjectPropertySnapshot = { name: string label: string group: string scope: 'data' | 'view' - type: 'App::PropertyString' | 'App::PropertyLength' | 'App::PropertyDistance' | 'App::PropertyAngle' | 'App::PropertyQuantityConstraint' | 'App::PropertyBool' | 'App::PropertyEnumeration' | 'App::PropertyLink' | 'App::PropertyLinkSub' | 'App::PropertyLinkSubList' | 'App::PropertyLinkList' | 'App::PropertyStringList' | 'App::PropertyFloatList' | 'App::PropertyIntegerList' | 'App::PropertyVector' | 'App::PropertyPlacement' | 'App::PropertyMultiTransform' | 'Path::PropertyPath' | 'Part::PropertyPartShape' | 'App::PropertyColor' | 'App::PropertyPercent' | 'App::PropertyFloat' | 'App::PropertyInteger' | 'App::PropertyIntegerConstraint' + type: NativeEditablePropertyType value: PropertyValue unit?: string /** Raw App::Property::Status bitmask from the locked FreeCAD runtime. */ @@ -123,6 +134,8 @@ export type DocumentSnapshot = { version: number dirty: boolean readOnly: boolean + /** Native PartialDoc state. Partial documents can be inspected but cannot be saved or recomputed. */ + partial?: boolean units: string tree: ModelTreeItem[] objects: DocumentObjectSnapshot[] @@ -148,6 +161,20 @@ export type SetPropertyInput = { value: PropertyValue } +export type AddDynamicPropertyInput = { + objectId: string + property: ObjectPropertySnapshot +} + +export type RemoveDynamicPropertyInput = { + objectId: string + propertyName: string +} + +export type RenameDynamicPropertyInput = RemoveDynamicPropertyInput & { + newPropertyName: string +} + export type ReorderBodyFeatureInput = { bodyId: string objectId: string @@ -816,12 +843,25 @@ export type FacadeState = { diagnostics: Diagnostic[] } +export type FacadePropertyMutation = { + transactionId: string + documentId: string + documentVersion: number + objectId: string + propertyName: string + previousPropertyName?: string + partialDocument: boolean + partialTrigger: boolean +} + export type FacadeEvent = | { type: 'state.changed'; state: FacadeState } | { type: 'notice'; message: string } | { type: 'command.started' | 'command.completed' | 'command.failed'; commandId: string; context: FacadeRequestContext; message?: string } | { type: 'diagnostic.focused'; diagnosticId: string; objectId: string } | { type: 'diagnostic.added'; diagnostic: Diagnostic; context: FacadeRequestContext } + | ({ type: 'property.before-change' | 'property.changed' | 'property.added' | 'property.removed' | 'property.renamed' } & FacadePropertyMutation) + | { type: 'transaction.committed'; transactionId: string; operation: 'property.set' | 'property.add' | 'property.remove' | 'property.rename'; documentId: string; beforeVersion: number; afterVersion: number } export type FacadeListener = (event: FacadeEvent) => void export type Unsubscribe = () => void @@ -867,6 +907,9 @@ export interface BitBybitWebCadFacade { load(documentId: string): Promise markDirty(): void setProperty(input: SetPropertyInput): void + addDynamicProperty(input: AddDynamicPropertyInput): ObjectPropertySnapshot + removeDynamicProperty(input: RemoveDynamicPropertyInput): boolean + renameDynamicProperty(input: RenameDynamicPropertyInput): boolean reorderBodyFeature(input: ReorderBodyFeatureInput): DocumentSnapshot removeObject(input: RemoveObjectInput): string[] resolveTopologyReference(input: ResolveTopologyReferenceInput): TopoRefValue diff --git a/tests/facade.test.ts b/tests/facade.test.ts index 9931148..5405a3c 100644 --- a/tests/facade.test.ts +++ b/tests/facade.test.ts @@ -30,7 +30,7 @@ import { resolveMeshSubshape, resolveScreenBoxSelection } from '../src/facade/th import { createFacadeGeometryRecomputeExecutor, executeFacadeRecomputeNode, RecomputeCoordinator, type RecomputeGeometryRuntime } from '../src/facade/recomputeEngine' import { decodeFcstdPropertyValue, extractFcstdShapeResources, inspectFcstdArchive, instantiateFcstdShapeResource, rewriteFcstdMetadataArchive, serializeFcstdMetadataArchive, serializeStringHasherTableResource, storeFcstdShapeResources } from '../src/facade/fcstd' import { ATTACHMENT_MAP_MODES, composeAttachmentPlacement, identityAttachmentOffset, validateAttachmentMapMode, validateAttachmentOffset, validateAttachmentSupport } from '../src/facade/attachment' -import { decodeFreecadPropertyStatus, encodeFreecadPropertyStatus, freecadPropertyRecomputeEffect, isFreecadPropertyDocumentModifiedSuppressed, isFreecadPropertyHidden, isFreecadPropertyPersistenceSuppressed, isFreecadPropertyReadOnly, isFreecadPropertyRecomputeSuppressed, normalizeFreecadPropertyStatusMask } from '../src/facade/propertyStatus' +import { decodeFreecadPropertyStatus, encodeFreecadPropertyStatus, freecadPropertyRecomputeEffect, isFreecadPropertyDocumentModifiedSuppressed, isFreecadPropertyHidden, isFreecadPropertyPartialDocumentTrigger, isFreecadPropertyPersistenceSuppressed, isFreecadPropertyReadOnly, isFreecadPropertyRecomputeSuppressed, normalizeFreecadPropertyStatusMask } from '../src/facade/propertyStatus' import { redirectBodyTips, resolveBodyTip } from '../src/facade/bodyRules' import { assertShapeHandleIntegrity, BitbybitGeometryRuntime, classifyPlanarProfile, collectGeometryImportText, MAX_GEOMETRY_IMPORT_TEXT_BYTES, normalizeBitbybitMesh, validateBooleanUnionInput, validateBoxInput, validateChamferInput, validateConeInput, validateCylinderInput, validateFilletInput, validateGeometryFileImport, validateGrooveInput, validateLoftInput, validateMirrorInput, validatePadInput, validatePipeInput, validatePlacementInput, validatePlanarProfile, validatePrismInput, validateRevolutionInput, validateSphereInput, validateTorusInput } from '../src/facade/geometryRuntime' import type { DocumentObjectSnapshot, DocumentSnapshot, MultiTransformValue, NativeTopologyHistoryInput, ObjectTopologySnapshot, PlanarProfile, Point3, ShapeHandle, SubshapeTopology, TopoRefValue } from '../src/facade/types' @@ -4509,6 +4509,7 @@ test('FreeCAD Property status masks preserve all source bits and enforce native assert.equal(isFreecadPropertyRecomputeSuppressed(mask), true) assert.equal(isFreecadPropertyPersistenceSuppressed(mask), true) assert.equal(isFreecadPropertyDocumentModifiedSuppressed(mask), true) + assert.equal(isFreecadPropertyPartialDocumentTrigger(encodeFreecadPropertyStatus(['PartialTrigger'])), true) assert.equal(freecadPropertyRecomputeEffect(encodeFreecadPropertyStatus(['NoRecompute'])), 'owner') assert.equal(freecadPropertyRecomputeEffect(encodeFreecadPropertyStatus(['PropNoRecompute'])), 'dependents') assert.equal(freecadPropertyRecomputeEffect(encodeFreecadPropertyStatus(['Output'])), 'none') @@ -4539,6 +4540,79 @@ test('FreeCAD Property status masks preserve all source bits and enforce native facade.geometry.dispose() }) +test('dynamic Property mutations are transactional, observable, and enforce LockDynamic', () => { + const document = recomputeDocumentFixture([{ sourceId: 'Follower', targetId: 'Box', relation: 'link', propertyName: 'Base' }]) + document.tree = [{ id: 'Box', label: 'Box', type: 'feature' }, { id: 'Follower', label: 'Follower', type: 'feature' }] + document.objects = [ + { id: 'Box', typeId: 'App::FeaturePython', properties: [] }, + { id: 'Follower', typeId: 'Part::Feature', properties: [{ name: 'Base', label: 'Base', group: 'Base', scope: 'data', type: 'App::PropertyLink', value: 'Box', recompute: true }] }, + ] + document.recompute = { generation: 0, status: 'idle', objectStates: { Box: 'up-to-date', Follower: 'up-to-date' }, dirtyObjects: [], order: [], errors: [] } + const facade = createWebCadFacade({ runtimeMode: 'mock', initialDocument: document }) + const observed: string[] = [] + facade.subscribe((event) => { + if (event.type.startsWith('property.') || event.type === 'transaction.committed') observed.push(event.type) + }) + + const locked = facade.app.document.addDynamicProperty({ objectId: 'Box', property: { + name: 'LockedValue', label: 'Locked value', group: 'Oracle', scope: 'data', type: 'App::PropertyInteger', value: 1, recompute: true, + nativeStatus: encodeFreecadPropertyStatus(['LockDynamic']), + } }) + assert.deepEqual(decodeFreecadPropertyStatus(locked.nativeStatus as number).names, ['LockDynamic', 'PropDynamic']) + facade.app.document.setProperty({ objectId: 'Box', propertyName: 'LockedValue', value: 2 }) + assert.deepEqual(facade.app.document.getActive().recompute?.dirtyObjects, ['Box', 'Follower']) + facade.history.undo() + assert.equal(facade.app.document.getObject('Box')?.properties.find((property) => property.name === 'LockedValue')?.value, 1) + facade.history.redo() + assert.equal(facade.app.document.removeDynamicProperty({ objectId: 'Box', propertyName: 'LockedValue' }), false) + assert.throws(() => facade.app.document.renameDynamicProperty({ objectId: 'Box', propertyName: 'LockedValue', newPropertyName: 'RenamedLockedValue' }), /Property LockedValue is locked/) + + facade.app.document.addDynamicProperty({ objectId: 'Box', property: { name: 'MutableValue', label: 'Mutable value', group: 'Oracle', scope: 'data', type: 'App::PropertyFloatConstraint', value: 3 } }) + assert.equal(facade.app.document.renameDynamicProperty({ objectId: 'Box', propertyName: 'MutableValue', newPropertyName: 'RenamedValue' }), true) + assert.equal(facade.app.document.removeDynamicProperty({ objectId: 'Box', propertyName: 'RenamedValue' }), true) + assert.equal(facade.app.document.getObject('Box')?.properties.some((property) => property.name === 'RenamedValue'), false) + assert.deepEqual(observed, [ + 'property.added', 'transaction.committed', + 'property.before-change', 'property.changed', 'transaction.committed', + 'property.added', 'transaction.committed', + 'property.renamed', 'transaction.committed', + 'property.removed', 'transaction.committed', + ]) + facade.geometry.dispose() +}) + +test('PartialTrigger suppresses partial-document mutation warnings while recompute waits for a full load', async () => { + const document = recomputeDocumentFixture([{ sourceId: 'Follower', targetId: 'Binder', relation: 'link', propertyName: 'Base' }]) + document.partial = true + document.dirty = false + document.tree = [{ id: 'Binder', label: 'Binder', type: 'feature' }, { id: 'Follower', label: 'Follower', type: 'feature' }] + document.objects = [ + { id: 'Binder', typeId: 'PartDesign::SubShapeBinder', properties: [ + { name: 'PartialLoad', label: 'Partial load', group: 'Base', scope: 'data', type: 'App::PropertyBool', value: false, recompute: true, nativeStatus: encodeFreecadPropertyStatus(['PartialTrigger']) }, + { name: 'Ordinary', label: 'Ordinary', group: 'Base', scope: 'data', type: 'App::PropertyInteger', value: 1, recompute: true }, + ] }, + { id: 'Follower', typeId: 'Part::Feature', properties: [{ name: 'Base', label: 'Base', group: 'Base', scope: 'data', type: 'App::PropertyLink', value: 'Binder', recompute: true }] }, + ] + document.recompute = { generation: 4, status: 'idle', objectStates: { Binder: 'up-to-date', Follower: 'up-to-date' }, dirtyObjects: [], order: [], errors: [] } + const facade = createWebCadFacade({ runtimeMode: 'mock', initialDocument: document }) + const changes: Array<{ propertyName: string; partialTrigger: boolean }> = [] + facade.subscribe((event) => { if (event.type === 'property.changed') changes.push({ propertyName: event.propertyName, partialTrigger: event.partialTrigger }) }) + + facade.app.document.setProperty({ objectId: 'Binder', propertyName: 'PartialLoad', value: true }) + assert.equal(facade.diagnostics.list().some((diagnostic) => diagnostic.code === 'PARTIAL_DOCUMENT_MUTATION_NOT_PERSISTED'), false) + facade.app.document.setProperty({ objectId: 'Binder', propertyName: 'Ordinary', value: 2 }) + assert.equal(facade.diagnostics.list().filter((diagnostic) => diagnostic.code === 'PARTIAL_DOCUMENT_MUTATION_NOT_PERSISTED').length, 1) + assert.deepEqual(changes, [{ propertyName: 'PartialLoad', partialTrigger: true }, { propertyName: 'Ordinary', partialTrigger: false }]) + const sync = facade.app.document.recompute() + assert.deepEqual(sync.affected, []) + assert.equal(sync.generation, 4) + const asyncResult = await facade.app.document.recomputeAsync() + assert.equal(asyncResult.status, 'completed') + assert.deepEqual(asyncResult.affected, []) + assert.deepEqual(asyncResult.dirtyObjects, ['Binder', 'Follower']) + facade.geometry.dispose() +}) + test('FCStd Property status preserves transient definitions while NoPersist stays out of the archive', () => { const nativeStatus = encodeFreecadPropertyStatus(['Ordered', 'PropNoRecompute', 'PropReadOnly', 'PropHidden', 'PropOutput']) const document = recomputeDocumentFixture() @@ -4585,6 +4659,33 @@ test('FCStd typed property codec decodes numeric, boolean and LinkSub values wit assert.deepEqual(decodeFcstdPropertyValue({ name: 'OptionalBase', typeId: 'App::PropertyLink', element: 'Link', value: '' }), { value: null, decoded: true }) }) +test('FCStd high-frequency App Property codecs preserve constraint numerics and hidden links natively', () => { + const dynamicStatus = encodeFreecadPropertyStatus(['PropDynamic']) + const document = recomputeDocumentFixture() + document.tree = [{ id: 'Holder', label: 'Holder', type: 'feature' }, { id: 'Target', label: 'Target', type: 'feature' }] + document.objects = [ + { id: 'Holder', typeId: 'App::FeaturePython', properties: [ + { name: 'FloatConstraint', label: 'Float constraint', group: 'Oracle', scope: 'data', type: 'App::PropertyFloatConstraint', value: 0.25, nativeStatus: dynamicStatus }, + { name: 'QuantityConstraint', label: 'Quantity constraint', group: 'Oracle', scope: 'data', type: 'App::PropertyQuantityConstraint', value: 12.5, nativeStatus: dynamicStatus }, + { name: 'Precision', label: 'Precision', group: 'Oracle', scope: 'data', type: 'App::PropertyPrecision', value: 0.001, nativeStatus: dynamicStatus }, + { name: 'HiddenLink', label: 'Hidden link', group: 'Oracle', scope: 'data', type: 'App::PropertyLinkHidden', value: 'Target', nativeStatus: dynamicStatus }, + ] }, + { id: 'Target', typeId: 'App::FeaturePython', properties: [] }, + ] + document.dependencies = [] + const archive = serializeFcstdMetadataArchive(document) + const xml = new TextDecoder().decode(unzipSync(archive)['Document.xml']) + assert.match(xml, /type="App::PropertyFloatConstraint"[^>]*><\/Property>/) + assert.match(xml, /type="App::PropertyQuantityConstraint"[^>]*><\/Property>/) + assert.match(xml, /type="App::PropertyPrecision"[^>]*><\/Property>/) + assert.match(xml, /type="App::PropertyLinkHidden"[^>]*><\/Property>/) + const properties = inspectFcstdArchive(archive).objects.find((object) => object.name === 'Holder')?.properties ?? [] + assert.deepEqual(decodeFcstdPropertyValue(properties.find((property) => property.name === 'FloatConstraint')!), { value: 0.25, decoded: true }) + assert.deepEqual(decodeFcstdPropertyValue(properties.find((property) => property.name === 'QuantityConstraint')!), { value: 12.5, decoded: true }) + assert.deepEqual(decodeFcstdPropertyValue(properties.find((property) => property.name === 'Precision')!), { value: 0.001, decoded: true }) + assert.deepEqual(decodeFcstdPropertyValue(properties.find((property) => property.name === 'HiddenLink')!), { value: 'Target', decoded: true }) +}) + test('FCStd native Part primitive properties omit dynamic metadata and use Float payloads', () => { const document = recomputeDocumentFixture([ { sourceId: 'Extrusion', targetId: 'Profile', relation: 'link', propertyName: 'Base' },