* updates Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> update the extrude idds Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> fix sample Signed-off-by: Jess Frazelle <github@jessfraz.com> better docs Signed-off-by: Jess Frazelle <github@jessfraz.com> fix the start and end tag Signed-off-by: Jess Frazelle <github@jessfraz.com> better docs Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> new tests Signed-off-by: Jess Frazelle <github@jessfraz.com> codespell Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix examples Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix some stuff Signed-off-by: Jess Frazelle <github@jessfraz.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * add another test for fillet Signed-off-by: Jess Frazelle <github@jessfraz.com> * Update rust/kcl-lib/src/std/clone.rs Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * fixes Signed-off-by: Jess Frazelle <github@jessfraz.com> * add sweep test Signed-off-by: Jess Frazelle <github@jessfraz.com> * revolve test; Signed-off-by: Jess Frazelle <github@jessfraz.com> * Update rust/kcl-lib/src/std/clone.rs Co-authored-by: Jonathan Tran <jonnytran@gmail.com> * add another test for fillet Signed-off-by: Jess Frazelle <github@jessfraz.com> * allow cloning an imported geometry; Signed-off-by: Jess Frazelle <github@jessfraz.com> * allow for imported geometry Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * update docs Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: Jonathan Tran <jonnytran@gmail.com>
		
			
				
	
	
		
			4833 lines
		
	
	
		
			112 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4833 lines
		
	
	
		
			112 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Variables in memory after executing poopy-shoe.kcl
 | 
						|
---
 | 
						|
{
 | 
						|
  "backLength": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 6.0,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "customPlane": {
 | 
						|
    "type": "Object",
 | 
						|
    "value": {
 | 
						|
      "origin": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -1.4375,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "xAxis": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "yAxis": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "zAxis": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "customPlane2": {
 | 
						|
    "type": "Object",
 | 
						|
    "value": {
 | 
						|
      "origin": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -3.875,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "xAxis": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "yAxis": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "zAxis": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "customPlane3": {
 | 
						|
    "type": "Object",
 | 
						|
    "value": {
 | 
						|
      "origin": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -3.875,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.125,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "xAxis": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": -1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "yAxis": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "zAxis": {
 | 
						|
        "type": "Object",
 | 
						|
        "value": {
 | 
						|
          "x": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "y": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 0.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "z": {
 | 
						|
            "type": "Number",
 | 
						|
            "value": 1.0,
 | 
						|
            "ty": {
 | 
						|
              "type": "Default",
 | 
						|
              "len": {
 | 
						|
                "type": "Inches"
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "type": "Degrees"
 | 
						|
              }
 | 
						|
            }
 | 
						|
          }
 | 
						|
        }
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "exitHeight": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 1.0,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "filletRadius": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 0.05,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "frontLength": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 7.0,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "height": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 5.125,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "part001": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": {
 | 
						|
            "commentStart": 501,
 | 
						|
            "end": 507,
 | 
						|
            "start": 501,
 | 
						|
            "type": "TagDeclarator",
 | 
						|
            "value": "seg01"
 | 
						|
          },
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.5,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.5625,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.5625,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": {
 | 
						|
              "commentStart": 501,
 | 
						|
              "end": 507,
 | 
						|
              "start": 501,
 | 
						|
              "type": "TagDeclarator",
 | 
						|
              "value": "seg01"
 | 
						|
            },
 | 
						|
            "to": [
 | 
						|
              3.0,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              3.0,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              3.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              3.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              2.875,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              2.875,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              2.875,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              2.875,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.5625,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.5625,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.4375,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.4375,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.4375,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.4375,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.5,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "plane",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "YZ",
 | 
						|
          "origin": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "xAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 1.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": -1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            1.5,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            1.5,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "tags": {
 | 
						|
          "seg01": {
 | 
						|
            "type": "TagIdentifier",
 | 
						|
            "value": "seg01"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Inches"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "height": 0.0,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": null,
 | 
						|
      "units": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "sectional": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "seg01": {
 | 
						|
    "type": "TagIdentifier",
 | 
						|
    "type": "TagIdentifier",
 | 
						|
    "value": "seg01"
 | 
						|
  },
 | 
						|
  "seg02": {
 | 
						|
    "type": "TagIdentifier",
 | 
						|
    "type": "TagIdentifier",
 | 
						|
    "value": "seg02"
 | 
						|
  },
 | 
						|
  "seg03": {
 | 
						|
    "type": "TagIdentifier",
 | 
						|
    "type": "TagIdentifier",
 | 
						|
    "value": "seg03"
 | 
						|
  },
 | 
						|
  "seg04": {
 | 
						|
    "type": "TagIdentifier",
 | 
						|
    "type": "TagIdentifier",
 | 
						|
    "value": "seg04"
 | 
						|
  },
 | 
						|
  "sketch001": {
 | 
						|
    "type": "Sketch",
 | 
						|
    "value": {
 | 
						|
      "type": "Sketch",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "paths": [
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            1.5,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            1.5625,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            1.5625,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "tag": {
 | 
						|
            "commentStart": 501,
 | 
						|
            "end": 507,
 | 
						|
            "start": 501,
 | 
						|
            "type": "TagDeclarator",
 | 
						|
            "value": "seg01"
 | 
						|
          },
 | 
						|
          "to": [
 | 
						|
            3.0,
 | 
						|
            2.4898
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            3.0,
 | 
						|
            2.4898
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            3.0,
 | 
						|
            5.125
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            3.0,
 | 
						|
            5.125
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            2.875,
 | 
						|
            5.125
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            2.875,
 | 
						|
            5.125
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            2.875,
 | 
						|
            2.4898
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            2.875,
 | 
						|
            2.4898
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            1.5625,
 | 
						|
            0.2165
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            1.5625,
 | 
						|
            0.2165
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            1.4375,
 | 
						|
            0.2165
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            1.4375,
 | 
						|
            0.2165
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            0.125,
 | 
						|
            2.4898
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            0.125,
 | 
						|
            2.4898
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            0.125,
 | 
						|
            5.125
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            0.125,
 | 
						|
            5.125
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            0.0,
 | 
						|
            5.125
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            0.0,
 | 
						|
            5.125
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            0.0,
 | 
						|
            2.4898
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            0.0,
 | 
						|
            2.4898
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            1.4375,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          },
 | 
						|
          "from": [
 | 
						|
            1.4375,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "tag": null,
 | 
						|
          "to": [
 | 
						|
            1.5,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "type": "ToPoint",
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "on": {
 | 
						|
        "type": "plane",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "value": "YZ",
 | 
						|
        "origin": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0,
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "xAxis": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 1.0,
 | 
						|
          "z": 0.0,
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "yAxis": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 1.0,
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "zAxis": {
 | 
						|
          "x": -1.0,
 | 
						|
          "y": 0.0,
 | 
						|
          "z": 0.0,
 | 
						|
          "units": {
 | 
						|
            "type": "Mm"
 | 
						|
          }
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "start": {
 | 
						|
        "from": [
 | 
						|
          1.5,
 | 
						|
          0.0
 | 
						|
        ],
 | 
						|
        "to": [
 | 
						|
          1.5,
 | 
						|
          0.0
 | 
						|
        ],
 | 
						|
        "units": {
 | 
						|
          "type": "Inches"
 | 
						|
        },
 | 
						|
        "tag": null,
 | 
						|
        "__geoMeta": {
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": []
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "tags": {
 | 
						|
        "seg01": {
 | 
						|
          "type": "TagIdentifier",
 | 
						|
          "value": "seg01"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "originalId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Inches"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "sketch002": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": {
 | 
						|
            "commentStart": 1268,
 | 
						|
            "end": 1274,
 | 
						|
            "start": 1268,
 | 
						|
            "type": "TagDeclarator",
 | 
						|
            "value": "seg02"
 | 
						|
          },
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.5,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.5625,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.5625,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": {
 | 
						|
              "commentStart": 1268,
 | 
						|
              "end": 1274,
 | 
						|
              "start": 1268,
 | 
						|
              "type": "TagDeclarator",
 | 
						|
              "value": "seg02"
 | 
						|
            },
 | 
						|
            "to": [
 | 
						|
              3.0,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              3.0,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              3.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              3.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              2.875,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              2.875,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              2.875,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              2.875,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.5625,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.5625,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.4375,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.4375,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.4375,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.4375,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.5,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "plane",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "YZ",
 | 
						|
          "origin": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "xAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 1.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": -1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            1.5,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            1.5,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "tags": {
 | 
						|
          "seg02": {
 | 
						|
            "type": "TagIdentifier",
 | 
						|
            "value": "seg02"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Inches"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "height": 0.875,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "sectional": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "sketch003": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudeArc"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "ccw": true,
 | 
						|
            "center": [
 | 
						|
              -0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              4.4384,
 | 
						|
              2.5625
 | 
						|
            ],
 | 
						|
            "type": "TangentialArc",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              4.4384,
 | 
						|
              2.5625
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              2.9589,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              2.9589,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "plane",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "Custom",
 | 
						|
          "origin": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -1.4375,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "xAxis": {
 | 
						|
            "x": 1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -1.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            0.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            0.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Inches"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "height": 0.125,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "sectional": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "sketch004": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudeArc"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudeArc"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": {
 | 
						|
            "commentStart": 2930,
 | 
						|
            "end": 2936,
 | 
						|
            "start": 2930,
 | 
						|
            "type": "TagDeclarator",
 | 
						|
            "value": "seg04"
 | 
						|
          },
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.4375,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.4375,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              1.5625,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              1.5625,
 | 
						|
              0.2165
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              2.875,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              2.875,
 | 
						|
              2.4898
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              2.875,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              2.875,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              3.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "ccw": false,
 | 
						|
            "center": [
 | 
						|
              3.0,
 | 
						|
              3.1241
 | 
						|
            ],
 | 
						|
            "from": [
 | 
						|
              3.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              5.0,
 | 
						|
              3.0625
 | 
						|
            ],
 | 
						|
            "type": "TangentialArcTo",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "ccw": true,
 | 
						|
            "center": [
 | 
						|
              7.0,
 | 
						|
              3.0009
 | 
						|
            ],
 | 
						|
            "from": [
 | 
						|
              5.0,
 | 
						|
              3.0625
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              7.0,
 | 
						|
              1.0
 | 
						|
            ],
 | 
						|
            "type": "TangentialArcTo",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              7.0,
 | 
						|
              1.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              7.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              7.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": {
 | 
						|
              "commentStart": 2930,
 | 
						|
              "end": 2936,
 | 
						|
              "start": 2930,
 | 
						|
              "type": "TagDeclarator",
 | 
						|
              "value": "seg04"
 | 
						|
            },
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "face",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "end",
 | 
						|
          "xAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 1.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": -1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "solid": {
 | 
						|
            "type": "Solid",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": {
 | 
						|
                  "commentStart": 1268,
 | 
						|
                  "end": 1274,
 | 
						|
                  "start": 1268,
 | 
						|
                  "type": "TagDeclarator",
 | 
						|
                  "value": "seg02"
 | 
						|
                },
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              }
 | 
						|
            ],
 | 
						|
            "sketch": {
 | 
						|
              "type": "Sketch",
 | 
						|
              "id": "[uuid]",
 | 
						|
              "paths": [
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    1.5,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    1.5625,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    1.5625,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "tag": {
 | 
						|
                    "commentStart": 1268,
 | 
						|
                    "end": 1274,
 | 
						|
                    "start": 1268,
 | 
						|
                    "type": "TagDeclarator",
 | 
						|
                    "value": "seg02"
 | 
						|
                  },
 | 
						|
                  "to": [
 | 
						|
                    3.0,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    3.0,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    3.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    3.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    2.875,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    2.875,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    2.875,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    2.875,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    1.5625,
 | 
						|
                    0.2165
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    1.5625,
 | 
						|
                    0.2165
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    1.4375,
 | 
						|
                    0.2165
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    1.4375,
 | 
						|
                    0.2165
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    0.125,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.125,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    0.125,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.125,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    0.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    0.0,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.0,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    1.4375,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    1.4375,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    1.5,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ],
 | 
						|
              "on": {
 | 
						|
                "type": "plane",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "artifactId": "[uuid]",
 | 
						|
                "value": "YZ",
 | 
						|
                "origin": {
 | 
						|
                  "x": 0.0,
 | 
						|
                  "y": 0.0,
 | 
						|
                  "z": 0.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Mm"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "xAxis": {
 | 
						|
                  "x": 0.0,
 | 
						|
                  "y": 1.0,
 | 
						|
                  "z": 0.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Mm"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "yAxis": {
 | 
						|
                  "x": 0.0,
 | 
						|
                  "y": 0.0,
 | 
						|
                  "z": 1.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Mm"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "zAxis": {
 | 
						|
                  "x": -1.0,
 | 
						|
                  "y": 0.0,
 | 
						|
                  "z": 0.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Mm"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "start": {
 | 
						|
                "from": [
 | 
						|
                  1.5,
 | 
						|
                  0.0
 | 
						|
                ],
 | 
						|
                "to": [
 | 
						|
                  1.5,
 | 
						|
                  0.0
 | 
						|
                ],
 | 
						|
                "units": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "tag": null,
 | 
						|
                "__geoMeta": {
 | 
						|
                  "id": "[uuid]",
 | 
						|
                  "sourceRange": []
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "tags": {
 | 
						|
                "seg02": {
 | 
						|
                  "type": "TagIdentifier",
 | 
						|
                  "value": "seg02"
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "artifactId": "[uuid]",
 | 
						|
              "originalId": "[uuid]",
 | 
						|
              "units": {
 | 
						|
                "type": "Inches"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "height": 0.875,
 | 
						|
            "startCapId": "[uuid]",
 | 
						|
            "endCapId": "[uuid]",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            },
 | 
						|
            "sectional": false
 | 
						|
          },
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            0.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            0.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "tags": {
 | 
						|
          "seg04": {
 | 
						|
            "type": "TagIdentifier",
 | 
						|
            "value": "seg04"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Inches"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "height": 0.125,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "sectional": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "sketch005": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudeArc"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudeArc"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": {
 | 
						|
            "commentStart": 3562,
 | 
						|
            "end": 3568,
 | 
						|
            "start": 3562,
 | 
						|
            "type": "TagDeclarator",
 | 
						|
            "value": "seg03"
 | 
						|
          },
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              3.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "ccw": false,
 | 
						|
            "center": [
 | 
						|
              3.0,
 | 
						|
              3.1241
 | 
						|
            ],
 | 
						|
            "from": [
 | 
						|
              3.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              5.0,
 | 
						|
              3.0625
 | 
						|
            ],
 | 
						|
            "type": "TangentialArcTo",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "ccw": true,
 | 
						|
            "center": [
 | 
						|
              7.0,
 | 
						|
              3.0009
 | 
						|
            ],
 | 
						|
            "from": [
 | 
						|
              5.0,
 | 
						|
              3.0625
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              7.0,
 | 
						|
              1.0
 | 
						|
            ],
 | 
						|
            "type": "TangentialArcTo",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              7.0,
 | 
						|
              1.0
 | 
						|
            ],
 | 
						|
            "tag": {
 | 
						|
              "commentStart": 3562,
 | 
						|
              "end": 3568,
 | 
						|
              "start": 3562,
 | 
						|
              "type": "TagDeclarator",
 | 
						|
              "value": "seg03"
 | 
						|
            },
 | 
						|
            "to": [
 | 
						|
              7.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              7.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "plane",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "Custom",
 | 
						|
          "origin": {
 | 
						|
            "x": -3.875,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "xAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -1.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": 1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            0.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            0.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "tags": {
 | 
						|
          "seg03": {
 | 
						|
            "type": "TagIdentifier",
 | 
						|
            "value": "seg03"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Inches"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "height": 0.125,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "sectional": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "sketch006": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              -0.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              -1.0,
 | 
						|
              -0.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              -1.0,
 | 
						|
              -0.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              -1.0,
 | 
						|
              -3.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              -1.0,
 | 
						|
              -3.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              -3.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              -3.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              -0.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "face",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "seg03",
 | 
						|
          "xAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -1.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": 1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "solid": {
 | 
						|
            "type": "Solid",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudeArc"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudeArc"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": {
 | 
						|
                  "commentStart": 3562,
 | 
						|
                  "end": 3568,
 | 
						|
                  "start": 3562,
 | 
						|
                  "type": "TagDeclarator",
 | 
						|
                  "value": "seg03"
 | 
						|
                },
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              }
 | 
						|
            ],
 | 
						|
            "sketch": {
 | 
						|
              "type": "Sketch",
 | 
						|
              "id": "[uuid]",
 | 
						|
              "paths": [
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.0,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    0.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    3.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "ccw": false,
 | 
						|
                  "center": [
 | 
						|
                    3.0,
 | 
						|
                    3.1241
 | 
						|
                  ],
 | 
						|
                  "from": [
 | 
						|
                    3.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    5.0,
 | 
						|
                    3.0625
 | 
						|
                  ],
 | 
						|
                  "type": "TangentialArcTo",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "ccw": true,
 | 
						|
                  "center": [
 | 
						|
                    7.0,
 | 
						|
                    3.0009
 | 
						|
                  ],
 | 
						|
                  "from": [
 | 
						|
                    5.0,
 | 
						|
                    3.0625
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    7.0,
 | 
						|
                    1.0
 | 
						|
                  ],
 | 
						|
                  "type": "TangentialArcTo",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    7.0,
 | 
						|
                    1.0
 | 
						|
                  ],
 | 
						|
                  "tag": {
 | 
						|
                    "commentStart": 3562,
 | 
						|
                    "end": 3568,
 | 
						|
                    "start": 3562,
 | 
						|
                    "type": "TagDeclarator",
 | 
						|
                    "value": "seg03"
 | 
						|
                  },
 | 
						|
                  "to": [
 | 
						|
                    7.0,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    7.0,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    0.0,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ],
 | 
						|
              "on": {
 | 
						|
                "type": "plane",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "artifactId": "[uuid]",
 | 
						|
                "value": "Custom",
 | 
						|
                "origin": {
 | 
						|
                  "x": -3.875,
 | 
						|
                  "y": 0.0,
 | 
						|
                  "z": 0.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "xAxis": {
 | 
						|
                  "x": 0.0,
 | 
						|
                  "y": -1.0,
 | 
						|
                  "z": 0.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "yAxis": {
 | 
						|
                  "x": 0.0,
 | 
						|
                  "y": 0.0,
 | 
						|
                  "z": 1.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "zAxis": {
 | 
						|
                  "x": 1.0,
 | 
						|
                  "y": 0.0,
 | 
						|
                  "z": 0.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "start": {
 | 
						|
                "from": [
 | 
						|
                  0.0,
 | 
						|
                  0.0
 | 
						|
                ],
 | 
						|
                "to": [
 | 
						|
                  0.0,
 | 
						|
                  0.0
 | 
						|
                ],
 | 
						|
                "units": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "tag": null,
 | 
						|
                "__geoMeta": {
 | 
						|
                  "id": "[uuid]",
 | 
						|
                  "sourceRange": []
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "tags": {
 | 
						|
                "seg03": {
 | 
						|
                  "type": "TagIdentifier",
 | 
						|
                  "value": "seg03"
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "artifactId": "[uuid]",
 | 
						|
              "originalId": "[uuid]",
 | 
						|
              "units": {
 | 
						|
                "type": "Inches"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "height": 0.125,
 | 
						|
            "startCapId": "[uuid]",
 | 
						|
            "endCapId": "[uuid]",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            },
 | 
						|
            "sectional": false
 | 
						|
          },
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            0.0,
 | 
						|
            -0.875
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            0.0,
 | 
						|
            -0.875
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Inches"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "height": 0.125,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "sectional": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "sketch007": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.0,
 | 
						|
              5.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.0,
 | 
						|
              0.0
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "face",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "end",
 | 
						|
          "xAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 1.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": -1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Mm"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "solid": {
 | 
						|
            "type": "Solid",
 | 
						|
            "id": "[uuid]",
 | 
						|
            "artifactId": "[uuid]",
 | 
						|
            "value": [
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudeArc"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudeArc"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": null,
 | 
						|
                "type": "extrudePlane"
 | 
						|
              },
 | 
						|
              {
 | 
						|
                "faceId": "[uuid]",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "sourceRange": [],
 | 
						|
                "tag": {
 | 
						|
                  "commentStart": 2930,
 | 
						|
                  "end": 2936,
 | 
						|
                  "start": 2930,
 | 
						|
                  "type": "TagDeclarator",
 | 
						|
                  "value": "seg04"
 | 
						|
                },
 | 
						|
                "type": "extrudePlane"
 | 
						|
              }
 | 
						|
            ],
 | 
						|
            "sketch": {
 | 
						|
              "type": "Sketch",
 | 
						|
              "id": "[uuid]",
 | 
						|
              "paths": [
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.0,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    0.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    0.125,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.125,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    0.125,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    0.125,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    1.4375,
 | 
						|
                    0.2165
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    1.4375,
 | 
						|
                    0.2165
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    1.5625,
 | 
						|
                    0.2165
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    1.5625,
 | 
						|
                    0.2165
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    2.875,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    2.875,
 | 
						|
                    2.4898
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    2.875,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    2.875,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    3.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "ccw": false,
 | 
						|
                  "center": [
 | 
						|
                    3.0,
 | 
						|
                    3.1241
 | 
						|
                  ],
 | 
						|
                  "from": [
 | 
						|
                    3.0,
 | 
						|
                    5.125
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    5.0,
 | 
						|
                    3.0625
 | 
						|
                  ],
 | 
						|
                  "type": "TangentialArcTo",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "ccw": true,
 | 
						|
                  "center": [
 | 
						|
                    7.0,
 | 
						|
                    3.0009
 | 
						|
                  ],
 | 
						|
                  "from": [
 | 
						|
                    5.0,
 | 
						|
                    3.0625
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    7.0,
 | 
						|
                    1.0
 | 
						|
                  ],
 | 
						|
                  "type": "TangentialArcTo",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    7.0,
 | 
						|
                    1.0
 | 
						|
                  ],
 | 
						|
                  "tag": null,
 | 
						|
                  "to": [
 | 
						|
                    7.0,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                {
 | 
						|
                  "__geoMeta": {
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "sourceRange": []
 | 
						|
                  },
 | 
						|
                  "from": [
 | 
						|
                    7.0,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "tag": {
 | 
						|
                    "commentStart": 2930,
 | 
						|
                    "end": 2936,
 | 
						|
                    "start": 2930,
 | 
						|
                    "type": "TagDeclarator",
 | 
						|
                    "value": "seg04"
 | 
						|
                  },
 | 
						|
                  "to": [
 | 
						|
                    0.0,
 | 
						|
                    0.0
 | 
						|
                  ],
 | 
						|
                  "type": "ToPoint",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  }
 | 
						|
                }
 | 
						|
              ],
 | 
						|
              "on": {
 | 
						|
                "type": "face",
 | 
						|
                "id": "[uuid]",
 | 
						|
                "artifactId": "[uuid]",
 | 
						|
                "value": "end",
 | 
						|
                "xAxis": {
 | 
						|
                  "x": 0.0,
 | 
						|
                  "y": 1.0,
 | 
						|
                  "z": 0.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Mm"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "yAxis": {
 | 
						|
                  "x": 0.0,
 | 
						|
                  "y": 0.0,
 | 
						|
                  "z": 1.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Mm"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "zAxis": {
 | 
						|
                  "x": -1.0,
 | 
						|
                  "y": 0.0,
 | 
						|
                  "z": 0.0,
 | 
						|
                  "units": {
 | 
						|
                    "type": "Mm"
 | 
						|
                  }
 | 
						|
                },
 | 
						|
                "solid": {
 | 
						|
                  "type": "Solid",
 | 
						|
                  "id": "[uuid]",
 | 
						|
                  "artifactId": "[uuid]",
 | 
						|
                  "value": [
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": {
 | 
						|
                        "commentStart": 1268,
 | 
						|
                        "end": 1274,
 | 
						|
                        "start": 1268,
 | 
						|
                        "type": "TagDeclarator",
 | 
						|
                        "value": "seg02"
 | 
						|
                      },
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    },
 | 
						|
                    {
 | 
						|
                      "faceId": "[uuid]",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "sourceRange": [],
 | 
						|
                      "tag": null,
 | 
						|
                      "type": "extrudePlane"
 | 
						|
                    }
 | 
						|
                  ],
 | 
						|
                  "sketch": {
 | 
						|
                    "type": "Sketch",
 | 
						|
                    "id": "[uuid]",
 | 
						|
                    "paths": [
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          1.5,
 | 
						|
                          0.0
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          1.5625,
 | 
						|
                          0.0
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          1.5625,
 | 
						|
                          0.0
 | 
						|
                        ],
 | 
						|
                        "tag": {
 | 
						|
                          "commentStart": 1268,
 | 
						|
                          "end": 1274,
 | 
						|
                          "start": 1268,
 | 
						|
                          "type": "TagDeclarator",
 | 
						|
                          "value": "seg02"
 | 
						|
                        },
 | 
						|
                        "to": [
 | 
						|
                          3.0,
 | 
						|
                          2.4898
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          3.0,
 | 
						|
                          2.4898
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          3.0,
 | 
						|
                          5.125
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          3.0,
 | 
						|
                          5.125
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          2.875,
 | 
						|
                          5.125
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          2.875,
 | 
						|
                          5.125
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          2.875,
 | 
						|
                          2.4898
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          2.875,
 | 
						|
                          2.4898
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          1.5625,
 | 
						|
                          0.2165
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          1.5625,
 | 
						|
                          0.2165
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          1.4375,
 | 
						|
                          0.2165
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          1.4375,
 | 
						|
                          0.2165
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          0.125,
 | 
						|
                          2.4898
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          0.125,
 | 
						|
                          2.4898
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          0.125,
 | 
						|
                          5.125
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          0.125,
 | 
						|
                          5.125
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          0.0,
 | 
						|
                          5.125
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          0.0,
 | 
						|
                          5.125
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          0.0,
 | 
						|
                          2.4898
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          0.0,
 | 
						|
                          2.4898
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          1.4375,
 | 
						|
                          0.0
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      {
 | 
						|
                        "__geoMeta": {
 | 
						|
                          "id": "[uuid]",
 | 
						|
                          "sourceRange": []
 | 
						|
                        },
 | 
						|
                        "from": [
 | 
						|
                          1.4375,
 | 
						|
                          0.0
 | 
						|
                        ],
 | 
						|
                        "tag": null,
 | 
						|
                        "to": [
 | 
						|
                          1.5,
 | 
						|
                          0.0
 | 
						|
                        ],
 | 
						|
                        "type": "ToPoint",
 | 
						|
                        "units": {
 | 
						|
                          "type": "Inches"
 | 
						|
                        }
 | 
						|
                      }
 | 
						|
                    ],
 | 
						|
                    "on": {
 | 
						|
                      "type": "plane",
 | 
						|
                      "id": "[uuid]",
 | 
						|
                      "artifactId": "[uuid]",
 | 
						|
                      "value": "YZ",
 | 
						|
                      "origin": {
 | 
						|
                        "x": 0.0,
 | 
						|
                        "y": 0.0,
 | 
						|
                        "z": 0.0,
 | 
						|
                        "units": {
 | 
						|
                          "type": "Mm"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      "xAxis": {
 | 
						|
                        "x": 0.0,
 | 
						|
                        "y": 1.0,
 | 
						|
                        "z": 0.0,
 | 
						|
                        "units": {
 | 
						|
                          "type": "Mm"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      "yAxis": {
 | 
						|
                        "x": 0.0,
 | 
						|
                        "y": 0.0,
 | 
						|
                        "z": 1.0,
 | 
						|
                        "units": {
 | 
						|
                          "type": "Mm"
 | 
						|
                        }
 | 
						|
                      },
 | 
						|
                      "zAxis": {
 | 
						|
                        "x": -1.0,
 | 
						|
                        "y": 0.0,
 | 
						|
                        "z": 0.0,
 | 
						|
                        "units": {
 | 
						|
                          "type": "Mm"
 | 
						|
                        }
 | 
						|
                      }
 | 
						|
                    },
 | 
						|
                    "start": {
 | 
						|
                      "from": [
 | 
						|
                        1.5,
 | 
						|
                        0.0
 | 
						|
                      ],
 | 
						|
                      "to": [
 | 
						|
                        1.5,
 | 
						|
                        0.0
 | 
						|
                      ],
 | 
						|
                      "units": {
 | 
						|
                        "type": "Inches"
 | 
						|
                      },
 | 
						|
                      "tag": null,
 | 
						|
                      "__geoMeta": {
 | 
						|
                        "id": "[uuid]",
 | 
						|
                        "sourceRange": []
 | 
						|
                      }
 | 
						|
                    },
 | 
						|
                    "tags": {
 | 
						|
                      "seg02": {
 | 
						|
                        "type": "TagIdentifier",
 | 
						|
                        "value": "seg02"
 | 
						|
                      }
 | 
						|
                    },
 | 
						|
                    "artifactId": "[uuid]",
 | 
						|
                    "originalId": "[uuid]",
 | 
						|
                    "units": {
 | 
						|
                      "type": "Inches"
 | 
						|
                    }
 | 
						|
                  },
 | 
						|
                  "height": 0.875,
 | 
						|
                  "startCapId": "[uuid]",
 | 
						|
                  "endCapId": "[uuid]",
 | 
						|
                  "units": {
 | 
						|
                    "type": "Inches"
 | 
						|
                  },
 | 
						|
                  "sectional": false
 | 
						|
                },
 | 
						|
                "units": {
 | 
						|
                  "type": "Inches"
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "start": {
 | 
						|
                "from": [
 | 
						|
                  0.0,
 | 
						|
                  0.0
 | 
						|
                ],
 | 
						|
                "to": [
 | 
						|
                  0.0,
 | 
						|
                  0.0
 | 
						|
                ],
 | 
						|
                "units": {
 | 
						|
                  "type": "Inches"
 | 
						|
                },
 | 
						|
                "tag": null,
 | 
						|
                "__geoMeta": {
 | 
						|
                  "id": "[uuid]",
 | 
						|
                  "sourceRange": []
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "tags": {
 | 
						|
                "seg04": {
 | 
						|
                  "type": "TagIdentifier",
 | 
						|
                  "value": "seg04"
 | 
						|
                }
 | 
						|
              },
 | 
						|
              "artifactId": "[uuid]",
 | 
						|
              "originalId": "[uuid]",
 | 
						|
              "units": {
 | 
						|
                "type": "Inches"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "height": 0.125,
 | 
						|
            "startCapId": "[uuid]",
 | 
						|
            "endCapId": "[uuid]",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            },
 | 
						|
            "sectional": false
 | 
						|
          },
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            0.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            0.0,
 | 
						|
            0.0
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Inches"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "height": 2.75,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "sectional": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "sketch008": {
 | 
						|
    "type": "Solid",
 | 
						|
    "value": {
 | 
						|
      "type": "Solid",
 | 
						|
      "id": "[uuid]",
 | 
						|
      "artifactId": "[uuid]",
 | 
						|
      "value": [
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        },
 | 
						|
        {
 | 
						|
          "faceId": "[uuid]",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "sourceRange": [],
 | 
						|
          "tag": null,
 | 
						|
          "type": "extrudePlane"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "sketch": {
 | 
						|
        "type": "Sketch",
 | 
						|
        "id": "[uuid]",
 | 
						|
        "paths": [
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              0.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              7.0,
 | 
						|
              0.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              7.0,
 | 
						|
              0.125
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              7.0,
 | 
						|
              2.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              7.0,
 | 
						|
              2.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              2.875
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          {
 | 
						|
            "__geoMeta": {
 | 
						|
              "id": "[uuid]",
 | 
						|
              "sourceRange": []
 | 
						|
            },
 | 
						|
            "from": [
 | 
						|
              0.125,
 | 
						|
              2.875
 | 
						|
            ],
 | 
						|
            "tag": null,
 | 
						|
            "to": [
 | 
						|
              0.125,
 | 
						|
              0.125
 | 
						|
            ],
 | 
						|
            "type": "ToPoint",
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        "on": {
 | 
						|
          "type": "plane",
 | 
						|
          "id": "[uuid]",
 | 
						|
          "artifactId": "[uuid]",
 | 
						|
          "value": "Custom",
 | 
						|
          "origin": {
 | 
						|
            "x": -3.875,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.125,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "xAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": -1.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "yAxis": {
 | 
						|
            "x": 1.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 0.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          },
 | 
						|
          "zAxis": {
 | 
						|
            "x": 0.0,
 | 
						|
            "y": 0.0,
 | 
						|
            "z": 1.0,
 | 
						|
            "units": {
 | 
						|
              "type": "Inches"
 | 
						|
            }
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "start": {
 | 
						|
          "from": [
 | 
						|
            0.125,
 | 
						|
            0.125
 | 
						|
          ],
 | 
						|
          "to": [
 | 
						|
            0.125,
 | 
						|
            0.125
 | 
						|
          ],
 | 
						|
          "units": {
 | 
						|
            "type": "Inches"
 | 
						|
          },
 | 
						|
          "tag": null,
 | 
						|
          "__geoMeta": {
 | 
						|
            "id": "[uuid]",
 | 
						|
            "sourceRange": []
 | 
						|
          }
 | 
						|
        },
 | 
						|
        "artifactId": "[uuid]",
 | 
						|
        "originalId": "[uuid]",
 | 
						|
        "units": {
 | 
						|
          "type": "Inches"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      "height": -0.125,
 | 
						|
      "startCapId": "[uuid]",
 | 
						|
      "endCapId": "[uuid]",
 | 
						|
      "units": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "sectional": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "wallThickness": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 0.125,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  "wallsWidth": {
 | 
						|
    "type": "Number",
 | 
						|
    "value": 3.0,
 | 
						|
    "ty": {
 | 
						|
      "type": "Default",
 | 
						|
      "len": {
 | 
						|
        "type": "Inches"
 | 
						|
      },
 | 
						|
      "angle": {
 | 
						|
        "type": "Degrees"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  }
 | 
						|
}
 |