* Change to unzip * Download kcl-samples as zip to public dir * Fix fetch:samples, e2e electron still not working * Change error message to be clearer * Refactor so that input and output directories of sim tests can be different * Add kcl samples test implementation * Update output since adding kcl_samples tests * Update kcl-samples branch * Fix git-ignore pattern to only apply to the root * Fix yarn install and yarn fetch:samples to work the first time * Remove unneeded exists check * Change to use kcl-samples in public directory * Add kcl-samples * Update output since updating kcl-samples * Update output files * Change to not fetch samples during yarn install * Update output after merge * Ignore kcl-samples in codespell * WIP: Don't run e2e if only kcl-samples changed * Conditionally run cargo tests * Fix to round floating point values in program memory arrays * Update output since merge and rounding numbers in memory * Fix memory redaction for floating point to find more values * Fix float redaction pattern * Update output since rounding floating point numbers * Add center to floating point pattern * Fix trigger to use picomatch syntax * Update output since rounding center * Remove kcl-samples github workflows * Enable Rust backtrace * Update output after re-running * Update output after changing order of post-extrude commands * Fix to have deterministic order of commands * Update output after reverting ordering changes * Update kcl-samples * Update output after updating samples * Fix error messages to show the names of all samples that failed * Change cargo test command to match current one * Update kcl-samples * Update output since updating kcl-samples * Add generate manifest workflow and yarn script * Fix error check to actually work * Change util function to be what we actually need * Move new files after merge * Fix paths since directory move * Add dependabot updates for kcl-samples * Add GitHub workflow to make PR to kcl-samples repo * Add GitHub workflow to check kcl-samples header comments * Fix worfklow to change to the right directory * Add auto-commit simulation test output changes * Add permissions to workflows * Fix to run git commit step * Install just if needed * Fix directory of justfile * Add installation of cargo-insta * Fix to use underscore * Fix to allow just command failure * Change to always install CLI tools and cache them * Trying to fix overwrite failing * Combine commands * Change reviewer * Change to PR targeting the next branch * Change git commands to not do unnecessary fetch * Comment out trigger for creating a PR * Update kcl-samples from next branch * Update outputs after kcl-samples change * Fix to use bash pipefail * Add rust backtrace * Print full env from sim tests * Change command to use long option name * Fix to use ci profile even when calling through just * Add INSTA_UPDATE=always * Fix git push by using an app token on checkout * Add comments * Fix to use bash options * Change to echo when no changes are found * Fix so that kcl-samples updates don't trigger full run * Fix paths to reflect new crate location * Fix path detection * Fix e2e job to ignore kcl_samples simulation test output * Fix the fetch logic for the KCL samples after vendoring (#5661) Fixes the last 2 E2E tests for #5460. --------- Co-authored-by: Pierre Jacquier <pierre@zoo.dev> Co-authored-by: Pierre Jacquier <pierrejacquier39@gmail.com> Co-authored-by: Frank Noirot <frank@zoo.dev>
		
			
				
	
	
		
			25161 lines
		
	
	
		
			551 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25161 lines
		
	
	
		
			551 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl/src/simulation_tests.rs
 | 
						|
description: Variables in memory after executing gear-rack.kcl
 | 
						|
---
 | 
						|
{
 | 
						|
  "endCapTooth": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            1663,
 | 
						|
            1696,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            1702,
 | 
						|
            1751,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudeArc"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            1757,
 | 
						|
            1801,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            1807,
 | 
						|
            1814,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                1663,
 | 
						|
                1696,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              -50.0,
 | 
						|
              11.8495
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              -49.6855,
 | 
						|
              10.9854
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                1702,
 | 
						|
                1751,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "ccw": true,
 | 
						|
            "center": [
 | 
						|
              -49.5278,
 | 
						|
              11.0428
 | 
						|
            ],
 | 
						|
            "from": [
 | 
						|
              -49.6855,
 | 
						|
              10.9854
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              -49.5278,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "type": "TangentialArcTo",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                1757,
 | 
						|
                1801,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              -49.5278,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              -50.0,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                1807,
 | 
						|
                1814,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              -50.0,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              -50.0,
 | 
						|
              11.8495
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "plane",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "XY",
 | 
						|
          "origin": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "xAxis": {
 | 
						|
            "x": 1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 1.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0
 | 
						|
          },
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": []
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            -50.0,
 | 
						|
            11.8495
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            -50.0,
 | 
						|
            11.8495
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1614,
 | 
						|
              1657,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              1614,
 | 
						|
              1657,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "height": 5.0,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Mm"
 | 
						|
      },
 | 
						|
      "__meta": [
 | 
						|
        {
 | 
						|
          "sourceRange": [
 | 
						|
            1614,
 | 
						|
            1657,
 | 
						|
            0
 | 
						|
          ]
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "endCapTooth2": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            1999,
 | 
						|
            2033,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            2039,
 | 
						|
            2089,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudeArc"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            2095,
 | 
						|
            2138,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            2144,
 | 
						|
            2151,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                1999,
 | 
						|
                2033,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              50.0,
 | 
						|
              11.8495
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              49.6855,
 | 
						|
              10.9854
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                2039,
 | 
						|
                2089,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "ccw": false,
 | 
						|
            "center": [
 | 
						|
              49.5278,
 | 
						|
              11.0428
 | 
						|
            ],
 | 
						|
            "from": [
 | 
						|
              49.6855,
 | 
						|
              10.9854
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              49.5278,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "type": "TangentialArcTo",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                2095,
 | 
						|
                2138,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              49.5278,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              50.0,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                2144,
 | 
						|
                2151,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              50.0,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              50.0,
 | 
						|
              11.8495
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "plane",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "XY",
 | 
						|
          "origin": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "xAxis": {
 | 
						|
            "x": 1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 1.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0
 | 
						|
          },
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": []
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            50.0,
 | 
						|
            11.8495
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            50.0,
 | 
						|
            11.8495
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1951,
 | 
						|
              1993,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              1951,
 | 
						|
              1993,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "height": 5.0,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Mm"
 | 
						|
      },
 | 
						|
      "__meta": [
 | 
						|
        {
 | 
						|
          "sourceRange": [
 | 
						|
            1951,
 | 
						|
            1993,
 | 
						|
            0
 | 
						|
          ]
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "height": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 12.0,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Mm"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "__meta": [
 | 
						|
      {
 | 
						|
        "sourceRange": [
 | 
						|
          496,
 | 
						|
          498,
 | 
						|
          0
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "length": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 100.0,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Mm"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "__meta": [
 | 
						|
      {
 | 
						|
        "sourceRange": [
 | 
						|
          454,
 | 
						|
          457,
 | 
						|
          0
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "minHeight": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 10.875,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Mm"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "__meta": [
 | 
						|
      {
 | 
						|
        "sourceRange": [
 | 
						|
          511,
 | 
						|
          517,
 | 
						|
          0
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "pitchHeight": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 11.5,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Mm"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "__meta": [
 | 
						|
      {
 | 
						|
        "sourceRange": [
 | 
						|
          472,
 | 
						|
          476,
 | 
						|
          0
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "rackBody": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            627,
 | 
						|
            650,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            656,
 | 
						|
            682,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            688,
 | 
						|
            712,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [
 | 
						|
            718,
 | 
						|
            725,
 | 
						|
            0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                627,
 | 
						|
                650,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              -50.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              50.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                656,
 | 
						|
                682,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              50.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              50.0,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                688,
 | 
						|
                712,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              50.0,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              -50.0,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                718,
 | 
						|
                725,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              -50.0,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              -50.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "plane",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "XY",
 | 
						|
          "origin": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "xAxis": {
 | 
						|
            "x": 1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 1.0,
 | 
						|
            "z": 0.0
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0
 | 
						|
          },
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": []
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            -50.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            -50.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              586,
 | 
						|
              621,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              586,
 | 
						|
              621,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      "height": 5.0,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Mm"
 | 
						|
      },
 | 
						|
      "__meta": [
 | 
						|
        {
 | 
						|
          "sourceRange": [
 | 
						|
            586,
 | 
						|
            621,
 | 
						|
            0
 | 
						|
          ]
 | 
						|
        }
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "teeth": {
 | 
						|
    "type": "Solids",
 | 
						|
    "value": [
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      },
 | 
						|
      {
 | 
						|
        "type": "Solid",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": [
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              924,
 | 
						|
              972,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              980,
 | 
						|
              1012,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1020,
 | 
						|
              1068,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1076,
 | 
						|
              1101,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1109,
 | 
						|
              1158,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1166,
 | 
						|
              1199,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1207,
 | 
						|
              1256,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudeArc"
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "faceId": "[uuid]",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": [
 | 
						|
              1264,
 | 
						|
              1271,
 | 
						|
              0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "type": "extrudePlane"
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "sketch": {
 | 
						|
          "type": "Sketch",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "paths": [
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  924,
 | 
						|
                  972,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -49.3149,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  980,
 | 
						|
                  1012,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -49.2747,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1020,
 | 
						|
                  1068,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.7879,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.9456,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1076,
 | 
						|
                  1101,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.7879,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1109,
 | 
						|
                  1158,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": false,
 | 
						|
              "center": [
 | 
						|
                -48.6014,
 | 
						|
                11.8322
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.6014,
 | 
						|
                12.0
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1166,
 | 
						|
                  1199,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -48.4438,
 | 
						|
                11.8896
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1207,
 | 
						|
                  1256,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "ccw": true,
 | 
						|
              "center": [
 | 
						|
                -47.957,
 | 
						|
                11.0428
 | 
						|
              ],
 | 
						|
              "from": [
 | 
						|
                -48.1147,
 | 
						|
                10.9854
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "TangentialArcTo",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            {
 | 
						|
              "__geoMeta": {
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [
 | 
						|
                  1264,
 | 
						|
                  1271,
 | 
						|
                  0
 | 
						|
                ]
 | 
						|
              },
 | 
						|
              "from": [
 | 
						|
                -47.957,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "tag": null,
 | 
						|
              "to": [
 | 
						|
                -49.4323,
 | 
						|
                10.875
 | 
						|
              ],
 | 
						|
              "type": "ToPoint",
 | 
						|
              "units": {
 | 
						|
                "type": "Mm"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          ],
 | 
						|
          "on": {
 | 
						|
            "type": "plane",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": "XY",
 | 
						|
            "origin": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "xAxis": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "yAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "zAxis": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "__meta": []
 | 
						|
          },
 | 
						|
          "start": {
 | 
						|
            "from": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "to": [
 | 
						|
              -49.4323,
 | 
						|
              10.875
 | 
						|
            ],
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            },
 | 
						|
            "tag": null,
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "originalId": "[uuid]",
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          },
 | 
						|
          "__meta": [
 | 
						|
            {
 | 
						|
              "sourceRange": [
 | 
						|
                862,
 | 
						|
                916,
 | 
						|
                0
 | 
						|
              ]
 | 
						|
            }
 | 
						|
          ]
 | 
						|
        },
 | 
						|
        "height": 5.0,
 | 
						|
        "startCapId": "[uuid]",
 | 
						|
        "endCapId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Mm"
 | 
						|
        },
 | 
						|
        "__meta": [
 | 
						|
          {
 | 
						|
            "sourceRange": [
 | 
						|
              862,
 | 
						|
              916,
 | 
						|
              0
 | 
						|
            ]
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "tooth": {
 | 
						|
    "type": "Function",
 | 
						|
    "__meta": [
 | 
						|
      {
 | 
						|
        "sourceRange": [
 | 
						|
          814,
 | 
						|
          1325,
 | 
						|
          0
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "width": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 5.0,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Mm"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    "__meta": [
 | 
						|
      {
 | 
						|
        "sourceRange": [
 | 
						|
          485,
 | 
						|
          486,
 | 
						|
          0
 | 
						|
        ]
 | 
						|
      }
 | 
						|
    ]
 | 
						|
  }
 | 
						|
}
 |