* wip * sketch a bit more; going to pull this out of tests next * wip * lock start things * this was a bad idea * Revert "this was a bad idea" This reverts commita2092e7ed6. * prepare prelude before spawning * error * poop * yike * :( * ok * Reapply "this was a bad idea" This reverts commitfafdf41093. * chip away more * man this is bad * fix rebase add feature flag Signed-off-by: Jess Frazelle <github@jessfraz.com> * get rid of execution kind Signed-off-by: Jess Frazelle <github@jessfraz.com> * clippy Signed-off-by: Jess Frazelle <github@jessfraz.com> * logs Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> * no extra executes Signed-off-by: Jess Frazelle <github@jessfraz.com> * race w batch Signed-off-by: Jess Frazelle <github@jessfraz.com> * cluppy Signed-off-by: Jess Frazelle <github@jessfraz.com> * no printlns Signed-off-by: Jess Frazelle <github@jessfraz.com> * no printlns Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix source ranges Signed-off-by: Jess Frazelle <github@jessfraz.com> * batch shit 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> * fix Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix some bugs Signed-off-by: Jess Frazelle <github@jessfraz.com> * fix error Signed-off-by: Jess Frazelle <github@jessfraz.com> * cut 1 * preserve mem * re-ad deep_clone the helper we were calling was pushing a new call, which was hanging out. we can skip the middleman since we already have something properly prepared, just without a stdlib in some cases. * skip non-kcl * clean up source range bug * error message changed the uuids also changed because the error is hit before execute even starts. * typo * rensnapshot a few * order things * MAYBE REVERT LATER: attempt at an ordering * snapsnap * Revert "snapsnap" This reverts commit7350b32c7d. * Revert "MAYBE REVERT LATER:" This reverts commitab49f3e85f. * ugh * poop * poop2 * lint * tranche 1 * more * more snaps * snap * more * update * MAYBE REVERT THIS * cache multi-file Signed-off-by: Jess Frazelle <github@jessfraz.com> * addd tests Signed-off-by: Jess Frazelle <github@jessfraz.com> * set to false Signed-off-by: Jess Frazelle <github@jessfraz.com> * add test outputs Signed-off-by: Jess Frazelle <github@jessfraz.com> * clippy Signed-off-by: Jess Frazelle <github@jessfraz.com> * kcl-py-bindings uses carwheel Signed-off-by: Jess Frazelle <github@jessfraz.com> * update snapshots Signed-off-by: Jess Frazelle <github@jessfraz.com> * updates Signed-off-by: Jess Frazelle <github@jessfraz.com> --------- Signed-off-by: Jess Frazelle <github@jessfraz.com> Co-authored-by: Paul R. Tagliamonte <paul@zoo.dev> Co-authored-by: Paul Tagliamonte <paultag@gmail.com>
		
			
				
	
	
		
			3358 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			3358 lines
		
	
	
		
			64 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
source: kcl-lib/src/simulation_tests.rs
 | 
						|
description: Artifact commands ssi_pattern.kcl
 | 
						|
---
 | 
						|
[
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "edge_lines_visible",
 | 
						|
      "hidden": false
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_visible",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "hidden": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "make_plane",
 | 
						|
      "origin": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 0.0
 | 
						|
      },
 | 
						|
      "x_axis": {
 | 
						|
        "x": 1.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 0.0
 | 
						|
      },
 | 
						|
      "y_axis": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": 0.0,
 | 
						|
        "z": 1.0
 | 
						|
      },
 | 
						|
      "size": 60.0,
 | 
						|
      "clobber": false,
 | 
						|
      "hide": true
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": -1.0,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "start_path"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "move_path_pen",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "to": {
 | 
						|
        "x": -4.35,
 | 
						|
        "y": -12.26,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": 10.2,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.54,
 | 
						|
          "y": -0.03,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "tangential_arc_to",
 | 
						|
        "to": {
 | 
						|
          "x": 24.21,
 | 
						|
          "y": 16.7,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "angle_snap_increment": null
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": 0.0,
 | 
						|
          "y": -26.76,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": true
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "line",
 | 
						|
        "end": {
 | 
						|
          "x": -4.35,
 | 
						|
          "y": -12.26,
 | 
						|
          "z": 0.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "close_path",
 | 
						|
      "path_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": {
 | 
						|
        "x": 0.0,
 | 
						|
        "y": -1.0,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": 50.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "start_path"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "move_path_pen",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "to": {
 | 
						|
        "x": -0.6800000000000002,
 | 
						|
        "y": 47.7,
 | 
						|
        "z": 0.0
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extend_path",
 | 
						|
      "path": "[uuid]",
 | 
						|
      "segment": {
 | 
						|
        "type": "arc",
 | 
						|
        "center": {
 | 
						|
          "x": -2.08,
 | 
						|
          "y": 47.7
 | 
						|
        },
 | 
						|
        "radius": 1.4,
 | 
						|
        "start": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 0.0
 | 
						|
        },
 | 
						|
        "end": {
 | 
						|
          "unit": "degrees",
 | 
						|
          "value": 360.0
 | 
						|
        },
 | 
						|
        "relative": false
 | 
						|
      }
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "close_path",
 | 
						|
      "path_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 5.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 10.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 15.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 20.0,
 | 
						|
              "y": 0.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -4.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -8.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -12.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -16.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -20.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -4.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -8.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -12.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -16.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -20.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -4.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -8.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -12.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -16.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -20.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -4.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -8.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -12.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -16.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -20.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "entity_linear_pattern_transform",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "transform": [],
 | 
						|
      "transforms": [
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -4.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -8.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -12.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -16.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ],
 | 
						|
        [
 | 
						|
          {
 | 
						|
            "translate": {
 | 
						|
              "x": 0.0,
 | 
						|
              "y": -20.0,
 | 
						|
              "z": 0.0
 | 
						|
            },
 | 
						|
            "scale": {
 | 
						|
              "x": 1.0,
 | 
						|
              "y": 1.0,
 | 
						|
              "z": 1.0
 | 
						|
            },
 | 
						|
            "rotation": {
 | 
						|
              "axis": {
 | 
						|
                "x": 0.0,
 | 
						|
                "y": 0.0,
 | 
						|
                "z": 1.0
 | 
						|
              },
 | 
						|
              "angle": {
 | 
						|
                "unit": "degrees",
 | 
						|
                "value": 0.0
 | 
						|
              },
 | 
						|
              "origin": {
 | 
						|
                "type": "local"
 | 
						|
              }
 | 
						|
            },
 | 
						|
            "replicate": true
 | 
						|
          }
 | 
						|
        ]
 | 
						|
      ]
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "enable_sketch_mode",
 | 
						|
      "entity_id": "[uuid]",
 | 
						|
      "ortho": false,
 | 
						|
      "animated": false,
 | 
						|
      "adjust_camera": false,
 | 
						|
      "planar_normal": null
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "extrude",
 | 
						|
      "target": "[uuid]",
 | 
						|
      "distance": -40.0,
 | 
						|
      "faces": null,
 | 
						|
      "opposite": "None"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "sketch_mode_disable"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "object_bring_to_front",
 | 
						|
      "object_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_extrusion_face_info",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_opposite_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "solid3d_get_next_adjacent_edge",
 | 
						|
      "object_id": "[uuid]",
 | 
						|
      "edge_id": "[uuid]",
 | 
						|
      "face_id": "[uuid]"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "set_scene_units",
 | 
						|
      "unit": "mm"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "set_scene_units",
 | 
						|
      "unit": "mm"
 | 
						|
    }
 | 
						|
  },
 | 
						|
  {
 | 
						|
    "cmdId": "[uuid]",
 | 
						|
    "range": [],
 | 
						|
    "command": {
 | 
						|
      "type": "set_scene_units",
 | 
						|
      "unit": "mm"
 | 
						|
    }
 | 
						|
  }
 | 
						|
]
 |